package HumanoidAnimation.Medical;

import org.web3d.x3d.jsail.Core.*;
import org.web3d.x3d.jsail.EventUtilities.*;
import org.web3d.x3d.jsail.fields.*;
import org.web3d.x3d.jsail.Geometry3D.*;
import org.web3d.x3d.jsail.Grouping.*;
import org.web3d.x3d.jsail.HAnim.*;
import org.web3d.x3d.jsail.Interpolation.*;
import org.web3d.x3d.jsail.Lighting.*;
import org.web3d.x3d.jsail.Navigation.*;
import org.web3d.x3d.jsail.PointingDeviceSensor.*;
import org.web3d.x3d.jsail.Rendering.*;
import org.web3d.x3d.jsail.RigidBodyPhysics.*;
import org.web3d.x3d.jsail.Shape.*;
import org.web3d.x3d.jsail.Time.*;

// Javadoc metadata annotations follow, see below for X3DJSAIL Java source code.
/**
 * <p> Human bone model upper torso with animation, touch box to toggle. </p>
 <p> Related links:  source LaughingUpperSkeleton.java, <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;">HumanoidAnimation.Medical.LaughingUpperSkeleton&nbsp; Document Metadata </td>
		</tr>

		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> title </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical/LaughingUpperSkeleton.x3d">LaughingUpperSkeleton.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> Human bone model upper torso with animation, touch box to toggle </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> created </i> </td>
			<td> 24 February 2026 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> translated </i> </td>
			<td> 1 March 2026 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> modified </i> </td>
			<td> 31 March 2026 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> creator </i> </td>
			<td> Joe Williams, Don Brutzman </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> translator </i> </td>
			<td> Joe Williams, Don Brutzman </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> TODO </i> </td>
			<td> replace geometry definitions with InlineGeometry </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> TODO </i> </td>
			<td> document unit conversions applied: approximation of inches to meters, which ordinarily is a scale factor of 0.0254 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> X_ITE V14.0.6, <a href="https://create3000.github.io/x_ite/" target="_blank">https://create3000.github.io/x_ite/</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> identifier </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical/LaughingUpperSkeleton.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical/LaughingUpperSkeleton.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical/../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 Joe Williams, Don Brutzman
 */

public class LaughingUpperSkeleton
{
	/** Default constructor to create this object. */
	public LaughingUpperSkeleton ()
	{
	  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_4_1)
  .setHead(new head()
    .addComponent(new component().setName("HAnim").setLevel(1))
    .addMeta(new meta().setName(meta.NAME_TITLE      ).setContent("LaughingUpperSkeleton.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("Human bone model upper torso with animation, touch box to toggle"))
    .addMeta(new meta().setName(meta.NAME_CREATED    ).setContent("24 February 2026"))
    .addMeta(new meta().setName(meta.NAME_TRANSLATED ).setContent("1 March 2026"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("31 March 2026"))
    .addMeta(new meta().setName(meta.NAME_CREATOR    ).setContent("Joe Williams, Don Brutzman"))
    .addMeta(new meta().setName(meta.NAME_TRANSLATOR ).setContent("Joe Williams, Don Brutzman"))
    .addMeta(new meta().setName(meta.NAME_TODO       ).setContent("replace geometry definitions with InlineGeometry"))
    .addMeta(new meta().setName(meta.NAME_TODO       ).setContent("document unit conversions applied: approximation of inches to meters, which ordinarily is a scale factor of 0.0254"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("X_ITE V14.0.6, https://create3000.github.io/x_ite/"))
    .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_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical/LaughingUpperSkeleton.x3d"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("LaughingUpperSkeleton.x3d"))
    .addChild(new NavigationInfo().setHeadlight(false).setSpeed(0.5))
    .addChild(new Viewpoint("Joe_FrontView_1").setDescription("Joe_Front View").setCenterOfRotation(0.0,1.5675,-0.0256).setPosition(0.0,1.55,1.2))
    .addChild(new Viewpoint("Joe_SideView").setDescription("Joe_Side View").setOrientation(0.0,1.0,0.0,1.5708).setPosition(2.0,1.3,0.0))
    .addChild(new Viewpoint("Joe_TopView").setDescription("Joe_Top View").setOrientation(1.0,0.0,0.0,-1.5708).setPosition(0.0,3.5,0.0))
    .addChild(new Viewpoint("Joe_FrontView").setDescription("Joe2_Front View").setCenterOfRotation(0.0,1.5675,-0.0256).setPosition(0.0,1.55,0.55))
    .addChild(new Viewpoint("Joe_InclinedView").setDescription("Joe_Inclined View").setOrientation(-0.113,0.993,0.0347,0.671).setPosition(1.62,1.75,1.76))
    .addChild(new DirectionalLight().setGlobal(true).setIntensity(0.7))
    .addChild(new DirectionalLight().setDirection(0.0,0.0,1.0).setGlobal(true).setIntensity(0.8))
    .addChild(new DirectionalLight().setDirection(0.15,0.0,0.0).setGlobal(true).setIntensity(0.5))
    .addChild(new Transform("MatDefBox").setScale(0.12,0.02,0.02)
      .addChild(new Shape()
        .setAppearance(new Appearance("Bone")
          .setMaterial(new Material().setAmbientIntensity(0.7).setDiffuseColor(1.0,0.98,0.87).setEmissiveColor(0.1,0.1,0.1).setShininess(0.7).setSpecularColor(0.95,0.95,0.95)))
        .setGeometry(new Box())))
    .addChild(new Transform("MatDefBox1").setScale(0.02,0.02,0.12)
      .addChild(new Shape()
        .setAppearance(new Appearance("Teeth")
          .setMaterial(new Material().setAmbientIntensity(0.9).setDiffuseColor(1.0,0.98,0.87).setEmissiveColor(0.5,0.5,0.5).setShininess(0.9).setSpecularColor(0.35,0.35,0.35)))
        .setGeometry(new Box())))
    .addChild(new Transform("Box").setScale(0.25,0.25,0.25).setTranslation(0.0,2.0,-0.5)
      .addChild(new TouchSensor("GoTimer"))
      .addChild(new Shape()
        .setAppearance(new Appearance()
          .setMaterial(new Material().setDiffuseColor(0.9,0.0,0.7).setEmissiveColor(0.424956,0.483976,1.0)))
        .setGeometry(new Box().setSize(1.5,0.35,1.0))))
    .addChild(new HAnimHumanoid("Joe_Humanoid").setName("JoeISO").setVersion("2.0")
      .addSkeleton(new HAnimJoint("Joe_HumanoidRoot").setName("humanoid_root").setCenter(0.0,0.875,0.0)
        .addChild(new HAnimJoint("Joe_vt9").setName("vt9").setCenter(0.0,1.268,-0.1)
          .addChild(new HAnimSegment("Joe_t9").setName("t9")
            .addChild(new Transform("SpineSkeletonParts").setScale(0.029,0.029,0.029)
              .addComments(" 0.029 scale chosen by trial and error, approximately the same as 0.0254 for inches to meters ")
              .addChild(new Shape("c4disc")
                .setAppearance(new Appearance("ReplacementAppearance")
                  .setMaterial(new Material().setDiffuseColor(0.741176,1.0,0.6)))
                .setGeometry(new InlineGeometry().setUrl(new String[] {"BonesHead.x3d#c4_Geo","https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical/BonesHead.x3d#c4_Geo"}))
                .addComments(" <IndexedFaceSet coordIndex='6 11 4 -1 13 5 14 -1 12 15 16 -1 1 0 18 -1 3 18 0 -1 3 8 19 -1 5 6 14 -1 19 18 3 -1 12 19 20 -1 1 18 10 -1 11 5 16 -1 2 4 12 -1 12 8 2 -1 9 0 1 -1 14 6 7 -1 2 7 4 -1 14 7 17 -1 19 12 21 -1 18 19 10 -1 13 22 16 -1 12 16 21 -1 16 5 13 -1 22 13 17 -1 1 22 17 -1 19 1 10 -1 12 20 8 -1 3 0 9 -1 17 13 14 -1 6 4 7 -1 2 8 3 -1 9 2 3 -1 9 1 17 -1 22 19 21 -1 11 6 5 -1 16 22 21 -1 15 12 4 -1 15 11 16 -1 15 4 11 -1 22 1 19 -1 20 19 8 -1 17 7 9 -1 7 2 9 -1' creaseAngle='1.57'> <Coordinate point='-0.296 53.868 -0.822 -0.183 53.766 -0.748 0.012 53.928 -1.123 -0.277 53.923 -1.078 0.247 53.925 -1.092 0.237 53.759 -0.777 0.324 53.911 -0.936 0.048 53.93 -0.886 -0.206 53.877 -1.146 -0.048 53.93 -0.886 -0.227 53.753 -0.869 0.284 53.858 -0.962 0 53.801 -1.115 0.087 53.697 -0.724 0.204 53.782 -0.741 0.18 53.846 -1.105 0.132 53.77 -0.968 -0.046 53.739 -0.715 -0.272 53.896 -1.013 -0.156 53.777 -0.969 -0.191 53.853 -1.11 0 53.753 -0.992 -0.035 53.718 -0.865'/> </IndexedFaceSet> "))
              .addChild(new Shape("c5")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_47_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_47_point()))))
              .addChild(new Shape("c5disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_51_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_51_point()))))
              .addChild(new Shape("c6")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_55_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_55_point()))))
              .addChild(new Shape("c6disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_59_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_59_point()))))
              .addChild(new Shape("c7")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_63_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_63_point()))))
              .addChild(new Shape("c7disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_67_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_67_point()))))
              .addChild(new Shape("t")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_71_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_71_point()))))
              .addChild(new Shape("t1disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_75_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_75_point()))))
              .addChild(new Shape("t2")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_79_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_79_point()))))
              .addChild(new Shape("t2disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_83_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_83_point()))))
              .addChild(new Shape("t3")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_87_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_87_point()))))
              .addChild(new Shape("t3disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_91_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_91_point()))))
              .addChild(new Shape("xpt")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_95_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_95_point()))))
              .addChild(new Shape("t4disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_99_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_99_point()))))
              .addChild(new Shape("t5")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_103_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_103_point()))))
              .addChild(new Shape("t5disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_107_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_107_point()))))
              .addChild(new Shape("t6")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_111_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_111_point()))))
              .addChild(new Shape("t6disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_115_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_115_point()))))
              .addChild(new Shape("t7")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_119_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_119_point()))))
              .addChild(new Shape("t7disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_123_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_123_point()))))
              .addChild(new Shape("t8")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_127_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_127_point()))))
              .addChild(new Shape("t8disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_131_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_131_point()))))
              .addChild(new Shape("t9")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_135_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_135_point()))))
              .addChild(new Shape("t9disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_139_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_139_point()))))
              .addChild(new Shape("t10")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_143_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_143_point()))))
              .addChild(new Shape("t10disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_147_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_147_point()))))
              .addChild(new Shape("t11")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_151_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_151_point()))))
              .addChild(new Shape("t11disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_155_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_155_point()))))
              .addChild(new Shape("t12")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_159_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_159_point()))))
              .addChild(new Shape("t12disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_163_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_163_point()))))
              .addChild(new Shape("lum")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_167_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_167_point())))))
            .addChild(new Transform("Breath")
              .addChild(new Transform("ChestParts").setScale(0.029,0.029,0.029)
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_172_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_172_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_176_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_176_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_180_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_180_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_184_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_184_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_188_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_188_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_192_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_192_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_196_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_196_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_200_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_200_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_204_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_204_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_208_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_208_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_212_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_212_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_216_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_216_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_220_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_220_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_224_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_224_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_228_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_228_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_232_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_232_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_236_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_236_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_240_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_240_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_244_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_244_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_248_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_248_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_252_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_252_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_256_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_256_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_260_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_260_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_264_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_264_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_268_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_268_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_272_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_272_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_276_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_276_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_280_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_280_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_284_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_284_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_288_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_288_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_292_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_292_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_296_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_296_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_300_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_300_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_304_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_304_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_308_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_308_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_312_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_312_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_316_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_316_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_320_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_320_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_324_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_324_point())))))))
          .addChild(new HAnimJoint("Joe_vc4").setName("vc4").setCenter(0.0,1.5675,-0.0256)
            .addChild(new HAnimSegment("Joe_c4").setName("c4")
              .addChild(new Transform("HeadSkeletonParts").setScale(0.029,0.029,0.029)
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_331_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_331_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_335_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_335_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_339_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_339_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_343_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_343_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_347_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_347_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_351_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_351_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_355_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_355_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_359_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_359_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_363_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_363_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_367_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_367_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_371_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_371_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_375_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_375_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_379_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_379_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_383_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_383_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_387_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_387_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_391_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_391_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_395_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_395_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_399_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_399_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_403_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_403_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_407_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_407_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_411_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_411_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_415_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_415_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_419_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_419_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_423_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_423_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_427_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_427_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_431_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_431_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_435_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_435_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_439_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_439_point())))))
              .addChild(new Transform("TeethTopCSkeletonParts").setScale(0.029,0.029,0.029)
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_444_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_444_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_448_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_448_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_452_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_452_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_456_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_456_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance()
                    .setMaterial(new Material()))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_461_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_461_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_465_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_465_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_469_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_469_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_473_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_473_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_477_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_477_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_481_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_481_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_485_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_485_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_489_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_489_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_493_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_493_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_497_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_497_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_501_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_501_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_505_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_505_point()))))))
            .addChild(new HAnimJoint("Joe_skullbase").setName("skullbase").setCenter(0.0,1.63,-0.01)
              .addChild(new HAnimSegment("Joe_skull").setName("skull")
                .addChild(new Transform("MandibleSkeletonParts").setScale(0.029,0.029,0.029)
                  .addChild(new Shape("mand")
                    .setAppearance(new Appearance().setUSE("ReplacementAppearance"))
                    .setGeometry(new InlineGeometry().setUrl(new String[] {"BonesMandible.x3d#mand_Geo"}))
                    .addComments("** Warning: extra-large comment found (74916 characters)")))
                .addChild(new Transform("TeethCBottomSkeletonParts").setScale(0.029,0.029,0.029)
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_515_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_515_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_519_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_519_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_523_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_523_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_527_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_527_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_531_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_531_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_535_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_535_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_539_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_539_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_543_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_543_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_547_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_547_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_551_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_551_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_555_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_555_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_559_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_559_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_563_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_563_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_567_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_567_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_571_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_571_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_575_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_575_point())))))))))
        .addChild(new HAnimJoint("Joe_l_shoulder").setName("l_shoulder").setCenter(0.2,1.44,-0.02)
          .addChild(new HAnimSegment("Joe_l_upperarm").setName("l_upperarm")
            .addChild(new Transform("LeftArmSkeletonParts").setScale(0.029,0.029,0.029)
              .addChild(new Shape()
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_584_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_584_point()))))))
          .addChild(new HAnimJoint("Joe_l_elbow").setName("l_elbow").setCenter(0.2,1.07,-0.02)
            .addChild(new HAnimSegment("Joe_l_forearm").setName("l_forearm")
              .addChild(new Transform("LeftradulnSkeletonParts").setScale(0.029,0.029,0.029)
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_590_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_590_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_594_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_594_point()))))))
            .addChild(new HAnimJoint("Joe_l_wrist").setName("l_wrist").setCenter(0.23,0.85,-0.0)
              .addChild(new HAnimSegment("Joe_l_hand").setName("l_hand")
                .addChild(new Transform("LeftHandSkeletonParts").setScale(0.029,0.029,0.029)
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_11_600_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_600_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_604_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_604_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_608_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_608_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_612_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_612_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_616_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_616_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_620_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_620_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_624_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_624_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_628_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_628_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_632_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_632_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_636_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_636_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_640_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_640_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_644_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_644_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_648_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_648_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_652_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_652_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_656_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_656_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_660_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_660_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_664_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_664_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_668_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_668_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_672_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_672_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_676_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_676_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_680_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_680_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_684_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_684_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_688_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_688_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_692_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_692_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_696_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_696_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_700_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_700_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_704_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_704_point())))))))))
        .addChild(new HAnimJoint("Joe_r_shoulder").setName("r_shoulder").setCenter(-0.2,1.44,-0.04)
          .addChild(new HAnimSegment("Joe_r_upperarm").setName("r_upperarm")
            .addChild(new Transform("RightHumerusParts").setScale(0.029,0.029,0.029)
              .addChild(new Shape()
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_9_713_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_713_point()))))))
          .addChild(new HAnimJoint("Joe_r_elbow").setName("r_elbow").setCenter(-0.2,1.07,-0.02)
            .addChild(new HAnimSegment("Joe_r_forearm").setName("r_forearm")
              .addChild(new Transform("RightradulnSkeletonParts").setScale(0.029,0.029,0.029)
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_719_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_719_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_723_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_723_point()))))))
            .addChild(new HAnimJoint("Joe_r_wrist").setName("r_wrist").setCenter(-0.2,0.85,-0.0)
              .addChild(new HAnimSegment("Joe_r_hand").setName("r_hand")
                .addChild(new Transform("RightHandSkeletonParts").setScale(0.029,0.029,0.029).setTranslation(0.0,-0.015,0.0)
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_729_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_729_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_733_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_733_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_737_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_737_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_741_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_741_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_745_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_745_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_749_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_749_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_753_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_753_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_757_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_757_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_761_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_761_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_765_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_765_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_769_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_769_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_773_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_773_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_777_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_777_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_781_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_781_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_785_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_785_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_789_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_789_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_793_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_793_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_797_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_797_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_801_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_801_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_805_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_805_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_809_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_809_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_813_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_813_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_817_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_817_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_821_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_821_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_825_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_825_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_829_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_829_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_833_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_833_point())))))))))))
    .addChild(new TimeSensor("n_Time").setCycleInterval(3.25).setEnabled(false).setLoop(true))
    .addChild(new BooleanToggle("ToggleTouch"))
    .addChild(new OrientationInterpolator("r_shoulderRotInterp").setKey(new double[] {0.0,0.25,0.4,0.5,0.6,0.8,1.0}).setKeyValue(new MFRotation(new double[] {0.0,0.0,1.0,0.0,-1.65,0.0,-1.05,1.5,-1.65,0.0,-1.05,2.5,-1.65,0.0,-1.05,2.6,-1.65,0.0,-1.05,2.4,-1.65,0.0,-1.05,1.4,0.0,0.0,1.0,0.0})))
    .addChild(new OrientationInterpolator("r_elbowRotInterp").setKey(new double[] {0.0,0.25,0.49,0.71,1.0}).setKeyValue(new MFRotation(new double[] {-1.0,0.0,0.0,0.975,-0.99,0.09,0.02,1.55,-1.0,0.0,0.0,1.55,-0.99,0.19,-0.18,1.35,-1.0,0.0,0.0,0.975})))
    .addChild(new OrientationInterpolator("r_wristRotInterp").setKey(new double[] {0.0,0.2,0.3,0.4,0.5,0.8,1.0}).setKeyValue(new MFRotation(new double[] {0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.1,1.0,0.0,0.0,-0.05,1.0,0.0,0.0,0.2,1.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0})))
    .addChild(new OrientationInterpolator("l_shoulderRotInterp").setKey(new double[] {0.0,0.22,0.49,0.75,1.0}).setKeyValue(new MFRotation(new double[] {1.99,-0.074,5.25,1.5,1.99,-0.092,5.44,0.3,-1.99,0.136,5.25,1.85,1.99,-0.081,5.38,0.4,1.99,-0.074,5.25,1.5})))
    .addChild(new OrientationInterpolator("l_elbowRotInterp").setKey(new double[] {0.0,0.22,0.49,0.745,1.0}).setKeyValue(new MFRotation(new double[] {-1.0,0.0,0.0,1.85,-0.99,-0.19,0.18,1.35,-1.0,1.0,0.0,1.975,-0.99,-0.09,-0.02,1.55,-1.0,0.0,0.0,1.85})))
    .addChild(new OrientationInterpolator("l_wristRotInterp").setKey(new double[] {0.0,0.25,0.25,0.5,0.75,0.85,1.0}).setKeyValue(new MFRotation(new double[] {-0.25,-1.0,0.08,0.14,0.25,1.0,-0.08,0.14,0.0,0.0,1.0,0.0,0.0,0.0,1.0,0.0,0.25,1.0,-0.08,-0.14,-0.25,-1.0,0.08,0.14,-0.25,-1.0,0.08,0.14})))
    .addChild(new OrientationInterpolator("headRotInterp").setKey(new double[] {0.0,0.254,0.491,0.71,1.0}).setKeyValue(new MFRotation(new double[] {1.0,0.0,0.0,0.08,1.0,0.0,0.0,0.12,1.0,0.0,0.0,0.3,1.0,0.0,0.0,0.3,1.0,0.0,0.0,0.08})))
    .addChild(new OrientationInterpolator("mandRotInterp").setKey(new double[] {0.0,0.25,0.4,0.65,0.71,1.0}).setKeyValue(new MFRotation(new double[] {0.0,0.0,1.0,0.0,-0.7,0.0,0.0,0.5,-0.3,0.0,0.0,0.6,-0.6,0.0,0.0,0.5,-0.75,0.0,0.0,0.5,0.0,0.0,1.0,0.0})))
    .addChild(new PositionInterpolator("chestScaleInterp").setKey(new double[] {0.0,0.2,0.5,0.65,1.0}).setKeyValue(new MFVec3f(new double[] {1.0,1.0,1.0,1.055,1.0,1.0175,1.07,1.0,1.02,1.095,1.0,1.035,1.0,1.0,1.0})))
    .addChild(new OrientationInterpolator("upper_bodyRotInterp").setKey(new double[] {0.0,0.2545,0.5,0.766,1.0}).setKeyValue(new MFRotation(new double[] {0.97,0.65,0.086,0.5,0.9,0.003,-0.02,0.38,0.95,-0.68,-0.086,0.5,0.9,0.004,-0.025,0.4,0.97,0.65,0.086,0.5})))
    .addChild(new OrientationInterpolator("whole_bodyRotInterp").setKey(new double[] {0.0,0.25,0.5,0.65,0.75,0.8,1.0}).setKeyValue(new MFRotation(new double[] {1.0,0.0,0.0,0.06,1.0,0.0,0.0,0.18,1.0,0.0,0.0,0.06,1.0,0.0,0.0,-0.05,1.0,0.0,0.0,-0.11,1.0,0.0,0.0,-0.09,1.0,0.0,0.0,0.06})))
    .addChild(new PositionInterpolator("whole_bodyTranInterp").setKey(new double[] {0.0,0.18,0.3,0.34,0.5,0.69,0.72,0.78,1.0}).setKeyValue(new MFVec3f(new double[] {0.0,-0.01,0.0,0.0,-0.032,0.0,0.0,-0.039,0.0,0.0,-0.037,0.0,0.0,-0.02,0.0,0.0,-0.034,0.0,0.0,-0.039,0.0,0.0,-0.037,0.0,0.0,-0.01,0.0})))
    .addChild(new Transform("Circle0")
      .addChild(new Shape()
        .setAppearance(new Appearance()
          .setMaterial(new Material().setDiffuseColor(0.9,0.0,0.7).setEmissiveColor(0.424956,0.483976,1.0)))
        .setGeometry(new IndexedLineSet("Orbit1").setDEF("Orbit1").setCoordIndex(new int[] {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,-1})
          .setCoord(new Coordinate().setPoint(getCoordinate_6_859_point())))))
    .addChild(new ROUTE().setFromNode("GoTimer").setFromField("isOver").setToNode("ToggleTouch").setToField("set_boolean"))
    .addChild(new ROUTE().setFromNode("ToggleTouch").setFromField("toggle_changed").setToNode("n_Time").setToField("set_enabled"))
    .addChild(new ROUTE().setFromNode("n_Time").setFromField("fraction_changed").setToNode("chestScaleInterp").setToField("set_fraction"))
    .addChild(new ROUTE().setFromNode("chestScaleInterp").setFromField("value_changed").setToNode("Breath").setToField("set_scale"))
    .addChild(new ROUTE().setFromNode("n_Time").setFromField("fraction_changed").setToNode("r_wristRotInterp").setToField("set_fraction"))
    .addChild(new ROUTE().setFromNode("n_Time").setFromField("fraction_changed").setToNode("r_elbowRotInterp").setToField("set_fraction"))
    .addChild(new ROUTE().setFromNode("n_Time").setFromField("fraction_changed").setToNode("r_shoulderRotInterp").setToField("set_fraction"))
    .addChild(new ROUTE().setFromNode("n_Time").setFromField("fraction_changed").setToNode("l_wristRotInterp").setToField("set_fraction"))
    .addChild(new ROUTE().setFromNode("n_Time").setFromField("fraction_changed").setToNode("l_elbowRotInterp").setToField("set_fraction"))
    .addChild(new ROUTE().setFromNode("n_Time").setFromField("fraction_changed").setToNode("l_shoulderRotInterp").setToField("set_fraction"))
    .addChild(new ROUTE().setFromNode("n_Time").setFromField("fraction_changed").setToNode("headRotInterp").setToField("set_fraction"))
    .addChild(new ROUTE().setFromNode("n_Time").setFromField("fraction_changed").setToNode("mandRotInterp").setToField("set_fraction"))
    .addChild(new ROUTE().setFromNode("r_wristRotInterp").setFromField("value_changed").setToNode("Joe_r_wrist").setToField("set_rotation"))
    .addChild(new ROUTE().setFromNode("r_elbowRotInterp").setFromField("value_changed").setToNode("Joe_r_elbow").setToField("set_rotation"))
    .addChild(new ROUTE().setFromNode("r_shoulderRotInterp").setFromField("value_changed").setToNode("Joe_r_shoulder").setToField("set_rotation"))
    .addChild(new ROUTE().setFromNode("l_wristRotInterp").setFromField("value_changed").setToNode("Joe_l_wrist").setToField("set_rotation"))
    .addChild(new ROUTE().setFromNode("l_elbowRotInterp").setFromField("value_changed").setToNode("Joe_l_elbow").setToField("set_rotation"))
    .addChild(new ROUTE().setFromNode("l_shoulderRotInterp").setFromField("value_changed").setToNode("Joe_l_shoulder").setToField("set_rotation"))
    .addChild(new ROUTE().setFromNode("headRotInterp").setFromField("value_changed").setToNode("Joe_skullbase").setToField("set_rotation"))
    .addChild(new ROUTE().setFromNode("mandRotInterp").setFromField("value_changed").setToNode("Joe_vc4").setToField("set_rotation"))
    .addChild(new ROUTE().setFromNode("n_Time").setFromField("fraction_changed").setToNode("upper_bodyRotInterp").setToField("set_fraction"))
    .addChild(new ROUTE().setFromNode("n_Time").setFromField("fraction_changed").setToNode("whole_bodyRotInterp").setToField("set_fraction"))
    .addChild(new ROUTE().setFromNode("n_Time").setFromField("fraction_changed").setToNode("whole_bodyTranInterp").setToField("set_fraction"))
    .addChild(new ROUTE().setFromNode("upper_bodyRotInterp").setFromField("value_changed").setToNode("Joe_vc4").setToField("set_rotation"))
    .addChild(new ROUTE().setFromNode("whole_bodyRotInterp").setFromField("value_changed").setToNode("Joe_HumanoidRoot").setToField("set_rotation"))
    .addChild(new ROUTE().setFromNode("whole_bodyTranInterp").setFromField("value_changed").setToNode("Joe_HumanoidRoot").setToField("set_translation")));
            }
            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 subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=1 */
		private int[] getIndexedFaceSet_10_172_coordIndex_1()
		{
			int[] value = {5,6,4,-1,10,11,12,-1,17,16,15,-1,14,27,28,-1,22,21,30,-1,40,28,41,-1,40,14,28,-1,39,2,11,-1,23,45,44,-1,11,25,24,-1,43,48,47,-1,49,36,50,-1,51,36,52,-1,53,54,37,-1,53,55,54,-1,33,54,55,-1,19,6,57,-1,41,58,40,-1,2,3,11,-1,20,60,61,-1,60,62,61,-1,65,67,66,-1,72,65,73,-1,16,75,74,-1,16,76,75,-1,72,80,81,-1,82,65,66,-1,69,88,89,-1,90,79,82,-1,82,66,90,-1,92,93,91,-1,93,94,91,-1,96,87,84,-1,84,87,86,-1,95,71,84,-1,68,88,69,-1,89,88,68,-1,68,99,89,-1,105,26,83,-1,70,110,8,-1,106,105,83,-1,93,92,80,-1,113,114,47,-1,116,111,71,-1,117,118,119,-1,96,86,87,-1,116,63,120,-1,121,122,86,-1,66,67,124,-1,124,125,66,-1,73,126,93,-1,70,68,94,-1,127,128,97,-1,97,129,127,-1,102,127,115,-1,102,128,127,-1,113,100,114,-1,89,100,130,-1,84,71,111,-1,84,85,71,-1,131,47,48,-1,109,105,112,-1,42,16,83,-1,16,74,78,-1,31,64,71,-1,131,132,89,-1,26,42,83,-1,124,67,65,-1,26,109,104,-1,93,80,72,-1,72,73,93,-1,68,69,91,-1,91,94,68,-1,84,86,123,-1,63,71,64,-1,134,105,109,-1,90,78,74,-1,77,112,106,-1,135,22,30,-1,23,22,45,-1,120,0,136,-1,136,118,120,-1,119,118,137,-1,37,138,53,-1,47,51,52,-1,47,114,51,-1,42,25,10,-1,8,19,6,-1,8,139,19,-1,42,26,25,-1,28,27,19,-1,4,6,19,-1,38,59,36,-1,35,34,5,-1,22,23,21,-1,20,32,135,-1,20,135,30,-1,30,21,56,-1,140,15,2,-1,35,5,4,-1,2,1,140,-1,17,76,16,-1,17,142,76,-1,40,13,14,-1,143,144,145,-1,146,147,64,-1,146,143,145,-1,143,150,144,-1,145,63,64,-1,148,146,150,-1,149,146,148,-1,0,120,145,-1,63,145,120,-1,64,146,145,-1,64,147,146,-1,143,146,149,-1,0,144,64,-1,3,2,15,-1,151,6,5,-1,140,40,152,-1,142,152,154,-1,13,40,140,-1,1,14,18,-1,1,39,14,-1,13,18,14,-1,18,13,1,-1,140,1,13,-1,14,39,141,-1,139,153,19,-1,140,17,15,-1,10,12,42,-1,26,46,24,-1,31,62,0,-1,37,54,155,-1,34,156,59,-1,37,157,158,-1,159,158,157,-1,159,160,158,-1,37,158,161,-1,7,5,34,-1,151,5,7,-1,44,45,107,-1,164,107,108,-1,107,164,44,-1,23,164,33,-1,61,135,32,-1,167,19,27,-1,27,14,24,-1,168,4,9,-1,46,166,167,-1,107,165,169,-1,50,34,35,-1,34,50,156,-1,46,167,24,-1,19,9,4,-1,4,43,35,-1,4,168,43,-1,35,47,49,-1,35,43,47,-1,51,171,172,-1,51,114,171,-1,53,172,170,-1,53,138,172,-1,37,36,138,-1,56,23,173,-1,56,21,23,-1,162,174,173,-1,170,163,162,-1,174,175,56,-1,175,174,176,-1,177,178,179,-1,136,0,29,-1,178,30,179,-1,20,30,178,-1,137,29,20,-1,142,75,76,-1,40,58,154,-1,153,180,181,-1,153,139,180,-1,6,19,57,-1,34,59,7,-1,59,38,182,-1,182,183,184,-1,182,161,183,-1,59,185,186,-1,165,45,22,-1,45,165,107,-1,61,165,22,-1,22,135,61,-1,8,110,139,-1,75,79,74,-1,126,73,75,-1,187,126,75,-1,93,126,187,-1,16,78,77,-1,69,92,91,-1,110,187,188,-1,134,26,105,-1,71,95,189,-1,97,190,98,-1,97,128,190,-1,101,100,191,-1,125,124,65,-1,106,112,105,-1,102,192,190,-1,193,160,194,-1,160,193,183,-1,43,131,48,-1,131,43,132,-1,100,89,191,-1,98,195,196,-1,31,197,61,-1,189,197,31,-1,122,123,86,-1,80,125,65,-1,104,125,80,-1,92,9,166,-1,46,199,166,-1,47,131,113,-1,43,200,132,-1,43,168,200,-1,26,134,109,-1,104,80,198,-1,131,89,130,-1,113,130,100,-1,113,131,130,-1,171,201,170,-1,202,201,171,-1,114,102,202,-1,114,100,102,-1,201,127,170,-1,201,115,127,-1,97,203,163,-1,203,97,86,-1,203,96,204,-1,129,170,127,-1,163,170,129,-1,176,163,204,-1,117,119,177,-1,175,133,177,-1,133,175,96,-1,117,116,118,-1,96,84,133,-1,133,84,117,-1,116,117,111,-1,75,73,82,-1,83,16,77,-1,66,112,77,-1,125,112,66,-1,90,66,77,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_172_coordIndex_2()
		{
			int[] value = {90,77,78,-1,181,187,75,-1,7,8,6,-1,98,192,195,-1,190,192,98,-1,193,100,205,-1,103,100,193,-1,108,192,159,-1,192,108,195,-1,184,101,185,-1,184,205,101,-1,7,186,101,-1,84,123,165,-1,189,84,197,-1,189,95,84,-1,121,169,122,-1,107,169,121,-1,186,185,101,-1,183,205,184,-1,183,193,205,-1,100,101,205,-1,101,99,7,-1,70,94,110,-1,139,188,180,-1,188,139,110,-1,180,187,181,-1,180,188,187,-1,111,117,84,-1,63,116,71,-1,117,177,133,-1,175,204,96,-1,176,204,175,-1,203,204,163,-1,86,96,203,-1,202,115,201,-1,202,102,115,-1,171,114,202,-1,132,69,89,-1,132,200,69,-1,9,92,69,-1,198,26,104,-1,26,198,199,-1,120,118,116,-1,92,199,198,-1,92,166,199,-1,69,168,9,-1,200,168,69,-1,26,199,46,-1,92,198,80,-1,82,79,75,-1,84,165,197,-1,165,61,197,-1,169,123,122,-1,123,169,165,-1,107,195,108,-1,196,195,107,-1,98,121,86,-1,196,121,98,-1,107,121,196,-1,129,97,163,-1,68,7,99,-1,194,103,193,-1,194,102,103,-1,194,159,192,-1,194,160,159,-1,192,102,194,-1,112,104,109,-1,125,104,112,-1,101,89,99,-1,101,191,89,-1,102,100,103,-1,190,128,102,-1,97,98,86,-1,84,71,85,-1,189,31,71,-1,83,77,106,-1,65,81,80,-1,81,65,72,-1,73,65,82,-1,79,90,74,-1,110,93,187,-1,94,93,110,-1,70,7,68,-1,70,8,7,-1,61,32,20,-1,186,7,59,-1,59,184,185,-1,59,182,184,-1,157,108,159,-1,164,108,157,-1,38,161,182,-1,161,38,37,-1,157,33,164,-1,33,157,155,-1,6,151,7,-1,153,58,19,-1,142,181,75,-1,142,153,181,-1,40,154,152,-1,12,15,16,-1,11,3,12,-1,12,16,42,-1,41,19,58,-1,29,137,136,-1,20,178,137,-1,30,56,179,-1,136,137,118,-1,179,175,177,-1,56,175,179,-1,177,137,178,-1,177,119,137,-1,162,176,174,-1,176,162,163,-1,170,33,55,-1,33,170,162,-1,174,56,173,-1,173,33,162,-1,23,33,173,-1,37,38,36,-1,55,53,170,-1,138,51,172,-1,138,36,51,-1,171,170,172,-1,49,52,36,-1,49,47,52,-1,35,49,50,-1,27,24,167,-1,166,19,167,-1,9,19,166,-1,11,14,141,-1,14,11,24,-1,15,12,3,-1,64,31,0,-1,31,61,62,-1,164,23,44,-1,50,36,156,-1,160,161,158,-1,183,161,160,-1,157,37,155,-1,11,10,25,-1,39,11,141,-1,36,59,156,-1,155,54,33,-1,60,0,62,-1,60,20,29,-1,60,29,0,-1,19,41,28,-1,26,24,25,-1,1,2,39,-1,154,153,142,-1,153,154,58,-1,140,142,17,-1,140,152,142,-1,144,146,64,-1,146,144,150,-1,143,148,150,-1,143,149,148,-1,145,144,0,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_176_coordIndex_2()
		{
			int[] value = {277,151,150,-1,148,151,276,-1,148,147,151,-1,145,149,146,-1,145,144,149,-1,143,141,144,-1,142,141,143,-1,138,140,139,-1,126,283,275,-1,126,123,283,-1,123,125,195,-1,123,191,283,-1,136,188,284,-1,189,270,273,-1,189,120,270,-1,198,136,272,-1,136,284,271,-1,136,121,120,-1,121,136,199,-1,114,118,115,-1,106,109,200,-1,200,113,106,-1,106,112,202,-1,105,97,93,-1,97,105,203,-1,97,105,104,-1,97,203,105,-1,266,95,268,-1,266,104,95,-1,267,95,263,-1,103,97,265,-1,97,264,102,-1,95,92,262,-1,86,87,79,-1,261,87,85,-1,79,83,208,-1,81,83,79,-1,212,68,70,-1,75,212,285,-1,75,285,260,-1,69,211,259,-1,69,68,211,-1,213,70,258,-1,63,216,64,-1,63,62,216,-1,257,64,286,-1,257,63,64,-1,215,61,255,-1,215,62,61,-1,66,215,256,-1,66,62,215,-1,64,254,286,-1,55,218,287,-1,287,52,55,-1,52,287,252,-1,219,51,222,-1,55,56,218,-1,55,48,56,-1,288,34,249,-1,248,34,250,-1,34,288,251,-1,33,31,247,-1,246,26,245,-1,26,243,244,-1,22,26,23,-1,12,11,14,-1,1,239,242,-1,9,5,0,-1,241,240,0,-1,50,48,221,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_180_coordIndex_2()
		{
			int[] value = {24,86,23,-1,10,23,4,-1,10,78,23,-1,4,9,10,-1,9,4,67,-1,6,67,4,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_240_coordIndex_2()
		{
			int[] value = {129,23,10,-1,16,81,18,-1,16,118,81,-1,118,84,81,-1,28,29,109,-1,110,109,24,-1,110,89,109,-1,9,42,24,-1,7,5,8,-1,6,116,4,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_244_coordIndex_2()
		{
			int[] value = {159,41,168,-1,52,53,54,-1,53,52,41,-1,104,164,41,-1,129,34,134,-1,129,107,34,-1,165,167,11,-1,13,24,61,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_312_coordIndex_2()
		{
			int[] value = {188,182,193,-1,184,183,187,-1,283,181,184,-1,283,173,181,-1,179,182,188,-1,195,181,172,-1,195,185,181,-1,182,285,189,-1,157,168,158,-1,170,166,168,-1,167,166,170,-1,161,163,162,-1,168,157,281,-1,161,279,280,-1,154,155,153,-1,148,150,151,-1,145,137,286,-1,138,137,145,-1,278,148,152,-1,278,147,148,-1,286,140,145,-1,138,208,139,-1,209,138,143,-1,154,153,276,-1,212,155,287,-1,273,134,274,-1,287,155,275,-1,271,127,124,-1,128,126,215,-1,117,269,270,-1,269,107,270,-1,112,268,117,-1,107,267,116,-1,107,117,267,-1,265,107,115,-1,263,268,112,-1,266,268,263,-1,262,112,261,-1,260,107,264,-1,102,92,99,-1,92,101,225,-1,103,102,288,-1,225,223,92,-1,103,288,259,-1,88,89,91,-1,82,88,80,-1,86,88,90,-1,80,258,81,-1,70,75,257,-1,256,71,255,-1,57,56,55,-1,289,62,55,-1,289,55,54,-1,254,59,231,-1,254,60,59,-1,45,233,53,-1,251,38,42,-1,38,40,39,-1,41,38,252,-1,29,34,35,-1,34,29,27,-1,34,249,36,-1,27,31,33,-1,20,21,25,-1,23,20,247,-1,246,23,248,-1,22,23,245,-1,17,14,238,-1,0,242,9,-1,1,243,2,-1,244,1,7,-1,1,11,241,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_320_coordIndex_2()
		{
			int[] value = {108,30,28,-1,169,25,97,-1,129,56,112,-1,56,101,111,-1,51,98,28,-1,130,72,54,-1,166,72,130,-1,138,44,76,-1,36,137,48,-1,50,51,37,-1,56,130,51,-1,23,135,32,-1,37,31,24,-1,86,10,164,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_339_coordIndex_2()
		{
			int[] value = {40,67,39,-1,77,93,97,-1,40,74,75,-1,40,276,74,-1,309,15,277,-1,15,309,99,-1,15,14,278,-1,104,64,76,-1,21,41,20,-1,21,310,41,-1,65,20,290,-1,18,19,64,-1,64,311,18,-1,89,18,311,-1,89,11,23,-1,106,18,90,-1,16,14,19,-1,8,275,121,-1,274,109,122,-1,272,80,271,-1,272,293,80,-1,2,1,274,-1,84,2,274,-1,12,11,272,-1,12,272,23,-1,114,20,49,-1,81,20,114,-1,49,41,270,-1,113,49,270,-1,116,60,115,-1,270,60,116,-1,51,312,115,-1,51,313,312,-1,111,269,268,-1,315,316,317,-1,318,316,315,-1,56,120,31,-1,315,319,320,-1,321,319,315,-1,266,118,119,-1,265,266,264,-1,265,322,266,-1,323,321,324,-1,319,321,323,-1,54,325,55,-1,53,325,54,-1,326,324,327,-1,326,323,324,-1,328,322,265,-1,328,330,236,-1,331,327,332,-1,326,327,331,-1,333,53,297,-1,325,53,333,-1,140,139,201,-1,146,158,263,-1,199,153,177,-1,153,199,249,-1,152,260,162,-1,240,257,241,-1,240,239,257,-1,258,170,165,-1,257,239,136,-1,248,187,173,-1,223,6,254,-1,143,145,158,-1,148,334,262,-1,308,334,148,-1,157,144,181,-1,140,188,150,-1,250,186,182,-1,250,300,186,-1,301,251,335,-1,251,301,255,-1,302,182,255,-1,179,177,178,-1,199,177,179,-1,202,184,205,-1,187,178,185,-1,187,248,178,-1,208,336,210,-1,173,176,175,-1,337,214,138,-1,132,130,189,-1,219,127,218,-1,127,219,137,-1,4,8,121,-1,246,7,6,-1,246,253,7,-1,0,253,245,-1,221,0,245,-1,220,198,191,-1,225,299,197,-1,224,299,225,-1,227,338,339,-1,338,227,242,-1,340,339,341,-1,229,304,223,-1,341,342,343,-1,342,341,339,-1,344,345,346,-1,344,343,345,-1,347,346,345,-1,347,348,346,-1,258,349,350,-1,258,351,349,-1,352,353,354,-1,352,355,353,-1,303,357,356,-1,358,330,359,-1,330,358,356,-1,360,332,361,-1,332,360,362,-1,166,259,297,-1,349,361,363,-1,361,349,360,-1,353,359,364,-1,359,353,358,-1,357,237,236,-1,237,357,365,-1,303,356,234,-1,347,354,362,-1,347,352,354,-1,350,170,258,-1,170,350,259,-1,345,352,347,-1,352,345,366,-1,232,234,233,-1,232,303,234,-1,367,233,368,-1,367,231,233,-1,346,164,344,-1,164,346,369,-1,339,367,342,-1,367,339,338,-1,229,223,254,-1,230,304,229,-1,240,341,370,-1,240,340,341,-1,242,304,338,-1,260,299,224,-1,152,299,260,-1,134,197,299,-1,0,221,4,-1,253,244,245,-1,253,247,244,-1,196,130,131,-1,216,189,219,-1,215,217,132,-1,214,337,132,-1,176,173,174,-1,210,95,211,-1,336,95,210,-1,185,206,187,-1,185,205,206,-1,152,199,175,-1,336,183,203,-1,183,336,208,-1,184,250,182,-1,302,255,301,-1,155,140,150,-1,251,200,305,-1,251,186,200,-1,180,142,181,-1,180,201,142,-1,262,305,147,-1,305,262,334,-1,124,126,190,-1,126,124,123,-1,9,193,192,-1,159,167,160,-1,135,153,172,-1,171,136,239,-1,157,163,170,-1,157,142,163,-1,145,235,170,-1,169,158,170,-1,168,158,169,-1,295,167,166,-1,263,158,261,-1,157,145,143,-1,53,52,296,-1,363,325,333,-1,371,325,363,-1,364,326,331,-1,372,326,364,-1,373,328,236,-1,328,373,322,-1,372,323,326,-1,372,374,323,-1,371,55,325,-1,371,375,55,-1,376,324,321,-1,376,377,324,-1,321,317,376,-1,321,315,317,-1,320,318,315,-1,312,318,320,-1,268,267,111,-1,312,313,318,-1,313,51,306,-1,42,26,51,-1,269,270,116,-1,113,270,269,-1,270,50,60,-1,2,84,378,-1,271,273,110,-1,271,80,273,-1,17,278,14,-1,17,102,278,-1,90,89,61,-1,19,72,74,-1,290,64,65,-1,64,290,311,-1,73,14,98,-1,14,73,72,-1,98,97,73,-1,77,99,291,-1,99,77,97,-1,279,94,280,-1,291,94,279,-1,379,301,380,-1,281,301,379,-1,307,380,308,-1,379,380,307,-1,69,70,91,-1,282,70,69,-1,148,288,36,-1,293,10,294,-1,293,11,10,-1,27,28,29,-1,59,30,31,-1,31,32,56,-1,56,55,120,-1,56,47,54,-1,44,42,26,-1,43,39,67,-1,34,48,47,-1,109,274,1,-1,14,15,98,-1,31,29,33,-1,47,289,34,-1,41,310,21,-1,45,27,287,-1,270,41,50,-1,45,306,51,-1,45,117,306,-1,32,47,56,-1,117,45,29,-1,25,24,48,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getIndexedFaceSet_10_339_coordIndex_3()
		{
			int[] value = {109,283,267,-1,294,81,80,-1,75,97,93,-1,289,33,35,-1,284,36,35,-1,284,307,36,-1,29,69,33,-1,29,68,69,-1,91,292,284,-1,91,70,292,-1,27,26,38,-1,79,279,281,-1,78,77,71,-1,291,309,94,-1,99,309,291,-1,73,75,74,-1,73,97,75,-1,95,277,100,-1,277,95,309,-1,76,64,276,-1,64,104,65,-1,311,87,89,-1,106,107,86,-1,108,80,82,-1,273,1,378,-1,22,61,85,-1,114,49,112,-1,49,113,112,-1,314,115,312,-1,116,115,314,-1,316,117,59,-1,316,306,117,-1,314,118,268,-1,119,314,381,-1,118,314,119,-1,317,59,285,-1,316,59,317,-1,120,382,285,-1,383,320,319,-1,383,381,320,-1,267,266,109,-1,266,267,118,-1,374,319,323,-1,383,319,374,-1,375,120,55,-1,382,120,375,-1,286,53,54,-1,327,377,384,-1,327,324,377,-1,265,385,328,-1,122,109,329,-1,330,385,359,-1,328,385,330,-1,332,384,361,-1,327,384,332,-1,144,157,143,-1,159,149,261,-1,159,160,149,-1,142,141,136,-1,226,227,241,-1,166,159,168,-1,168,169,166,-1,170,235,157,-1,163,142,171,-1,172,153,135,-1,254,5,229,-1,205,185,202,-1,261,158,159,-1,149,148,262,-1,181,144,143,-1,186,180,200,-1,186,300,180,-1,380,334,308,-1,334,380,335,-1,252,300,250,-1,301,335,380,-1,203,302,204,-1,302,203,183,-1,208,184,183,-1,208,205,184,-1,205,207,206,-1,208,210,298,-1,131,206,207,-1,213,206,131,-1,129,138,174,-1,337,138,129,-1,213,212,187,-1,212,132,129,-1,212,130,132,-1,133,138,214,-1,134,138,133,-1,219,130,195,-1,5,0,238,-1,220,6,198,-1,6,220,246,-1,220,126,244,-1,194,221,137,-1,221,244,137,-1,245,244,221,-1,127,126,128,-1,153,228,226,-1,153,162,228,-1,228,242,227,-1,242,228,260,-1,339,241,227,-1,339,340,241,-1,304,243,223,-1,370,343,344,-1,343,370,341,-1,366,343,342,-1,343,366,345,-1,230,232,231,-1,368,234,355,-1,234,368,233,-1,348,369,346,-1,348,351,369,-1,351,360,349,-1,351,348,360,-1,355,358,353,-1,355,234,358,-1,365,303,238,-1,303,365,357,-1,330,356,236,-1,362,331,332,-1,331,362,354,-1,259,333,297,-1,333,259,350,-1,297,295,166,-1,350,363,333,-1,363,350,349,-1,354,364,331,-1,364,354,353,-1,236,356,357,-1,358,234,356,-1,348,362,360,-1,348,347,362,-1,259,169,170,-1,165,351,258,-1,351,165,369,-1,366,355,352,-1,355,366,368,-1,232,229,5,-1,230,229,232,-1,342,368,366,-1,342,367,368,-1,369,165,164,-1,171,344,164,-1,344,171,370,-1,338,231,367,-1,231,338,230,-1,230,338,304,-1,239,370,171,-1,239,240,370,-1,241,340,240,-1,241,135,153,-1,260,243,242,-1,243,260,224,-1,162,260,228,-1,192,8,194,-1,4,221,8,-1,247,220,244,-1,247,253,246,-1,220,247,246,-1,130,196,195,-1,212,131,130,-1,337,129,132,-1,212,129,173,-1,134,174,138,-1,131,210,196,-1,131,298,210,-1,95,103,211,-1,189,130,219,-1,199,178,175,-1,203,95,336,-1,179,178,199,-1,249,199,153,-1,183,182,302,-1,301,96,204,-1,252,188,300,-1,335,305,334,-1,305,335,251,-1,300,201,180,-1,305,143,147,-1,305,200,143,-1,263,262,147,-1,263,261,262,-1,168,159,158,-1,126,220,190,-1,190,134,124,-1,197,134,190,-1,135,256,136,-1,136,171,142,-1,153,154,151,-1,143,158,146,-1,142,156,181,-1,298,131,207,-1,295,24,167,-1,296,24,295,-1,361,371,363,-1,384,371,361,-1,359,372,364,-1,385,372,359,-1,122,373,236,-1,329,373,122,-1,322,329,109,-1,373,329,322,-1,385,374,372,-1,385,265,374,-1,384,375,371,-1,384,377,375,-1,382,377,376,-1,382,375,377,-1,265,383,374,-1,264,383,265,-1,322,109,266,-1,264,381,383,-1,264,119,381,-1,285,376,317,-1,382,376,285,-1,381,312,320,-1,314,312,381,-1,111,267,283,-1,268,118,267,-1,318,306,316,-1,318,313,306,-1,268,116,314,-1,111,113,269,-1,47,58,57,-1,8,84,275,-1,110,84,63,-1,84,110,378,-1,275,84,274,-1,2,378,1,-1,110,273,378,-1,1,273,108,-1,108,273,80,-1,102,106,86,-1,105,23,61,-1,87,311,290,-1,106,90,61,-1,40,39,76,-1,43,41,21,-1,309,95,94,-1,71,291,279,-1,92,93,78,-1,71,279,79,-1,292,281,379,-1,79,281,292,-1,70,78,71,-1,70,282,78,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=4 */
		private int[] getIndexedFaceSet_10_339_coordIndex_4()
		{
			int[] value = {66,27,38,-1,284,379,307,-1,292,379,284,-1,68,282,69,-1,33,284,35,-1,33,91,284,-1,36,34,35,-1,36,37,34,-1,25,288,149,-1,294,80,293,-1,74,276,64,-1,58,47,48,-1,43,42,50,-1,286,48,52,-1,24,296,52,-1,288,25,37,-1,32,33,289,-1,237,365,238,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_343_coordIndex_2()
		{
			int[] value = {56,57,104,-1,504,505,131,-1,9,71,357,-1,350,506,144,-1,12,9,11,-1,107,84,507,-1,143,145,8,-1,144,8,145,-1,321,14,350,-1,473,508,509,-1,156,510,134,-1,1,6,4,-1,131,511,512,-1,90,159,513,-1,110,123,114,-1,148,514,149,-1,515,130,516,-1,74,77,59,-1,94,77,78,-1,517,96,124,-1,87,91,88,-1,81,90,513,-1,148,75,127,-1,66,65,79,-1,68,65,67,-1,44,523,524,-1,525,15,14,-1,53,526,527,-1,528,529,521,-1,36,144,506,-1,32,31,531,-1,13,49,51,-1,532,533,523,-1,140,534,43,-1,38,535,23,-1,530,144,36,-1,536,537,520,-1,531,31,47,-1,50,20,51,-1,38,15,525,-1,538,13,12,-1,11,48,538,-1,35,539,520,-1,511,510,1,-1,131,505,511,-1,511,1,0,-1,6,5,4,-1,35,520,31,-1,540,10,9,-1,11,538,12,-1,8,144,541,-1,525,542,38,-1,17,43,18,-1,20,50,533,-1,530,36,543,-1,14,23,506,-1,22,23,27,-1,140,43,17,-1,523,28,532,-1,49,52,51,-1,523,44,28,-1,24,36,506,-1,530,541,144,-1,528,521,55,-1,33,34,31,-1,53,527,54,-1,14,16,525,-1,523,50,524,-1,20,12,51,-1,23,22,24,-1,28,30,544,-1,545,68,9,-1,518,82,79,-1,87,89,103,-1,517,124,547,-1,94,93,77,-1,163,90,103,-1,16,14,100,-1,112,153,546,-1,515,127,130,-1,74,139,99,-1,97,130,76,-1,110,548,123,-1,127,515,148,-1,90,101,159,-1,504,508,135,-1,540,425,424,-1,473,137,508,-1,5,143,8,-1,422,9,423,-1,129,157,159,-1,158,157,129,-1,97,550,116,-1,128,162,161,-1,503,162,128,-1,167,173,169,-1,357,71,171,-1,171,63,62,-1,167,177,174,-1,180,354,178,-1,174,177,188,-1,193,191,194,-1,194,191,195,-1,193,197,191,-1,104,184,158,-1,161,211,128,-1,501,216,211,-1,210,221,220,-1,210,215,223,-1,223,215,213,-1,231,229,230,-1,228,227,229,-1,237,234,236,-1,551,235,237,-1,257,499,258,-1,271,552,283,-1,272,280,279,-1,274,270,271,-1,266,259,280,-1,248,250,249,-1,289,287,138,-1,191,138,479,-1,495,252,251,-1,457,553,305,-1,470,311,313,-1,396,477,313,-1,349,297,432,-1,369,325,298,-1,190,302,491,-1,438,336,362,-1,250,392,441,-1,339,342,352,-1,335,554,199,-1,345,554,299,-1,299,554,335,-1,345,324,346,-1,384,386,351,-1,316,502,56,-1,487,555,365,-1,292,291,294,-1,363,374,364,-1,469,383,382,-1,380,382,384,-1,351,303,358,-1,389,390,387,-1,471,322,432,-1,339,352,335,-1,335,399,339,-1,401,345,437,-1,404,399,398,-1,304,136,411,-1,304,408,400,-1,409,407,406,-1,417,416,407,-1,383,378,385,-1,356,423,357,-1,420,478,556,-1,473,475,137,-1,481,409,412,-1,409,304,411,-1,348,472,431,-1,430,344,472,-1,470,477,286,-1,435,433,309,-1,345,320,489,-1,325,363,326,-1,384,329,380,-1,335,438,299,-1,300,299,438,-1,294,249,292,-1,189,178,316,-1,182,441,337,-1,391,467,442,-1,391,443,182,-1,387,290,388,-1,465,446,448,-1,449,448,446,-1,446,464,449,-1,265,314,453,-1,418,453,413,-1,261,264,259,-1,459,192,457,-1,418,462,454,-1,259,453,454,-1,307,456,457,-1,456,458,457,-1,306,312,265,-1,454,191,460,-1,466,388,290,-1,250,442,467,-1,317,337,394,-1,392,250,248,-1,440,249,318,-1,249,294,393,-1,294,291,300,-1,295,300,291,-1,492,300,438,-1,362,492,438,-1,166,317,285,-1,370,302,190,-1,366,327,365,-1,358,303,149,-1,296,374,369,-1,320,345,437,-1,434,435,361,-1,435,434,433,-1,341,339,340,-1,325,297,298,-1,156,304,428,-1,396,308,397,-1,397,421,396,-1,420,423,478,-1,557,477,421,-1,320,369,489,-1,326,363,367,-1,418,413,414,-1,407,409,417,-1,288,287,289,-1,299,300,402,-1,402,437,403,-1,402,319,437,-1,199,554,345,-1,399,198,398,-1,396,313,312,-1,475,138,137,-1,154,370,190,-1,385,292,439,-1,386,387,351,-1,386,384,383,-1,328,366,380,-1,375,379,120,-1,327,366,328,-1,374,295,375,-1,374,375,364,-1,120,367,364,-1,364,367,363,-1,436,361,362,-1,329,358,360,-1,317,316,178,-1,303,330,147,-1,75,330,332,-1,320,437,296,-1,472,347,431,-1,138,191,197,-1,481,417,409,-1,344,338,343,-1,336,438,335,-1,300,492,318,-1,424,426,480,-1,412,427,481,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getIndexedFaceSet_10_343_coordIndex_3()
		{
			int[] value = {309,433,310,-1,479,457,192,-1,283,552,281,-1,259,264,260,-1,245,236,242,-1,240,244,241,-1,161,210,222,-1,209,221,210,-1,221,217,220,-1,220,219,215,-1,215,219,217,-1,208,209,161,-1,204,558,202,-1,203,558,204,-1,201,202,203,-1,198,193,195,-1,193,561,196,-1,459,191,192,-1,491,178,190,-1,175,174,167,-1,129,164,128,-1,162,503,128,-1,160,56,104,-1,104,129,126,-1,6,1,510,-1,135,138,136,-1,423,9,357,-1,109,85,84,-1,350,14,506,-1,152,86,563,-1,151,92,113,-1,143,142,145,-1,130,88,564,-1,99,139,140,-1,58,74,59,-1,137,135,508,-1,540,9,425,-1,512,132,131,-1,131,133,504,-1,134,510,505,-1,127,76,130,-1,159,566,513,-1,129,104,158,-1,123,567,115,-1,118,568,121,-1,108,107,119,-1,60,106,105,-1,115,150,113,-1,546,110,112,-1,107,109,84,-1,97,89,88,-1,89,97,103,-1,102,73,72,-1,16,98,17,-1,17,99,141,-1,65,102,570,-1,92,571,93,-1,77,569,59,-1,146,72,64,-1,68,64,65,-1,57,61,63,-1,60,549,58,-1,50,523,533,-1,524,50,52,-1,13,538,48,-1,572,47,28,-1,40,19,21,-1,26,573,22,-1,37,574,36,-1,26,27,575,-1,25,37,24,-1,20,533,21,-1,16,18,525,-1,14,15,23,-1,13,51,12,-1,511,505,510,-1,520,576,536,-1,512,511,577,-1,578,43,579,-1,580,581,582,-1,532,21,533,-1,532,39,21,-1,583,528,55,-1,519,584,585,-1,27,535,521,-1,27,23,535,-1,586,534,140,-1,586,587,534,-1,45,588,28,-1,582,519,580,-1,519,582,46,-1,23,24,506,-1,54,579,53,-1,54,578,579,-1,589,24,22,-1,589,25,24,-1,542,18,578,-1,525,18,542,-1,522,55,521,-1,117,590,591,-1,117,105,590,-1,66,57,70,-1,56,61,57,-1,81,66,82,-1,79,592,518,-1,59,593,106,-1,59,569,593,-1,151,124,125,-1,547,124,151,-1,41,549,594,-1,595,549,41,-1,14,321,100,-1,569,571,593,-1,93,571,569,-1,96,518,592,-1,155,122,121,-1,596,516,597,-1,596,515,516,-1,598,372,599,-1,359,514,567,-1,359,149,514,-1,568,546,121,-1,568,598,546,-1,514,515,596,-1,514,148,515,-1,594,40,41,-1,102,40,594,-1,104,57,159,-1,601,2,600,-1,134,504,135,-1,504,134,505,-1,473,540,424,-1,509,540,473,-1,100,507,84,-1,321,507,100,-1,102,590,570,-1,102,594,590,-1,564,516,130,-1,517,516,564,-1,19,72,146,-1,140,17,141,-1,545,19,146,-1,19,545,12,-1,101,129,159,-1,164,129,101,-1,170,166,167,-1,56,167,169,-1,159,207,184,-1,167,176,177,-1,561,193,194,-1,603,195,604,-1,194,195,603,-1,605,606,607,-1,560,559,608,-1,612,560,613,-1,614,560,612,-1,616,614,612,-1,618,614,619,-1,559,618,620,-1,559,621,618,-1,198,195,398,-1,204,157,201,-1,185,207,159,-1,185,184,207,-1,212,501,161,-1,212,214,216,-1,212,223,213,-1,225,230,229,-1,228,229,231,-1,624,625,626,-1,624,627,625,-1,627,628,625,-1,627,629,628,-1,627,630,629,-1,631,629,244,-1,245,632,626,-1,632,624,626,-1,257,254,255,-1,633,254,257,-1,254,633,500,-1,455,463,454,-1,455,262,261,-1,455,458,262,-1,262,458,263,-1,260,263,265,-1,268,496,275,-1,635,270,276,-1,275,635,497,-1,635,275,270,-1,278,277,279,-1,259,274,280,-1,479,553,457,-1,308,305,397,-1,476,480,426,-1,397,480,476,-1,322,321,350,-1,142,6,428,-1,142,5,6,-1,341,340,416,-1,416,417,481,-1,300,295,319,-1,636,466,181,-1,466,636,490,-1,327,368,365,-1,293,292,483,-1,107,323,326,-1,507,323,107,-1,165,373,172,-1,333,301,484,-1,555,120,379,-1,555,487,120,-1,486,381,485,-1,328,381,486,-1,482,439,467,-1,482,385,439,-1,474,424,553,-1,424,474,473,-1,193,199,400,-1,437,345,401,-1,407,400,405,-1,408,405,400,-1,400,416,415,-1,557,419,355,-1,557,556,419,-1,344,347,472,-1,345,346,347,-1,149,303,147,-1,189,334,333,-1,189,316,334,-1,252,440,361,-1,252,495,440,-1,295,483,375,-1,295,291,483,-1,291,293,483,-1,317,394,315,-1,183,452,637,-1,444,452,183,-1,451,450,449,-1,260,265,453,-1,266,461,273,-1,266,273,259,-1,265,263,456,-1,261,454,463,-1,454,261,259,-1,447,444,451,-1,452,444,447,-1,444,183,451,-1,183,637,450,-1,448,637,447,-1,490,331,303,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=4 */
		private int[] getIndexedFaceSet_10_343_coordIndex_4()
		{
			int[] value = {318,361,440,-1,362,361,318,-1,325,326,323,-1,252,286,251,-1,435,286,252,-1,427,342,341,-1,427,433,342,-1,429,338,430,-1,420,476,422,-1,397,476,420,-1,557,420,556,-1,557,421,420,-1,311,314,313,-1,304,400,338,-1,416,400,407,-1,408,409,406,-1,304,409,408,-1,400,288,193,-1,400,405,288,-1,300,319,402,-1,165,190,484,-1,249,493,248,-1,387,383,482,-1,383,387,386,-1,482,383,385,-1,329,485,381,-1,469,377,378,-1,469,366,377,-1,328,486,371,-1,371,327,328,-1,360,485,329,-1,360,638,485,-1,376,120,119,-1,190,165,395,-1,377,483,292,-1,377,555,483,-1,327,120,368,-1,486,638,599,-1,303,388,490,-1,349,348,324,-1,347,340,345,-1,481,341,416,-1,481,427,341,-1,304,338,429,-1,457,305,307,-1,281,496,282,-1,283,280,274,-1,269,277,268,-1,273,276,270,-1,552,496,281,-1,272,279,269,-1,552,270,275,-1,461,635,276,-1,268,267,634,-1,498,634,248,-1,456,263,458,-1,500,257,258,-1,224,337,441,-1,239,624,632,-1,246,632,245,-1,246,239,632,-1,234,228,631,-1,629,241,244,-1,228,235,631,-1,625,628,237,-1,237,626,625,-1,224,230,225,-1,229,227,233,-1,233,225,229,-1,210,212,222,-1,215,210,220,-1,218,221,209,-1,217,218,216,-1,602,166,129,-1,558,203,206,-1,622,604,639,-1,620,603,604,-1,620,618,603,-1,559,614,621,-1,618,619,603,-1,617,194,603,-1,617,612,615,-1,616,612,617,-1,560,614,559,-1,615,613,611,-1,612,613,615,-1,610,561,611,-1,607,609,610,-1,560,608,605,-1,607,622,609,-1,607,606,622,-1,7,562,5,-1,188,187,186,-1,445,177,176,-1,172,160,165,-1,160,172,56,-1,168,166,170,-1,3,600,2,-1,600,3,640,-1,563,155,152,-1,155,563,85,-1,92,111,113,-1,94,111,92,-1,147,75,148,-1,147,330,75,-1,597,517,547,-1,516,517,597,-1,594,591,590,-1,83,99,98,-1,99,83,74,-1,550,97,76,-1,596,567,514,-1,115,567,596,-1,599,548,598,-1,599,638,548,-1,568,120,488,-1,118,120,568,-1,110,113,111,-1,110,114,113,-1,121,152,155,-1,593,125,641,-1,571,125,593,-1,91,518,96,-1,91,82,518,-1,58,549,595,-1,65,73,102,-1,82,91,87,-1,564,91,96,-1,88,91,564,-1,90,87,103,-1,105,592,79,-1,105,642,592,-1,80,95,57,-1,80,81,95,-1,64,545,146,-1,64,68,545,-1,60,591,549,-1,60,117,591,-1,578,18,43,-1,53,585,526,-1,585,53,519,-1,55,521,535,-1,522,521,55,-1,31,520,519,-1,580,519,643,-1,595,587,586,-1,595,581,587,-1,55,578,54,-1,55,542,578,-1,572,28,544,-1,543,36,574,-1,582,42,588,-1,582,581,42,-1,579,534,644,-1,579,43,534,-1,577,0,645,-1,577,511,0,-1,581,643,587,-1,580,643,581,-1,39,588,42,-1,532,588,39,-1,573,589,22,-1,521,529,646,-1,42,40,39,-1,40,42,41,-1,581,41,42,-1,41,581,595,-1,532,28,588,-1,588,46,582,-1,46,588,45,-1,422,425,9,-1,425,422,426,-1,105,570,590,-1,105,79,570,-1,61,56,169,-1,66,70,67,-1,69,70,63,-1,69,68,70,-1,75,76,127,-1,80,66,81,-1,106,641,105,-1,106,593,641,-1,74,86,77,-1,86,74,563,-1,90,81,87,-1,125,92,151,-1,125,571,92,-1,97,163,103,-1,77,93,569,-1,96,642,124,-1,96,592,642,-1,108,155,109,-1,108,122,155,-1,115,597,150,-1,115,596,597,-1,327,598,568,-1,327,372,598,-1,567,360,359,-1,123,360,567,-1,119,122,108,-1,119,118,122,-1,78,153,112,-1,78,86,153,-1,640,3,647,-1,163,101,90,-1,84,98,100,-1,98,84,83,-1,586,140,139,-1,19,40,72,-1,547,150,597,-1,151,150,547,-1,9,12,545,-1,104,159,184,-1,160,104,565,-1,129,116,126,-1,116,129,97,-1,128,101,163,-1,129,128,97,-1,129,166,602,-1,468,166,168,-1,56,502,167,-1,285,419,166,-1,285,355,419,-1,179,636,181,-1,179,491,636,-1,195,639,604,-1,608,559,605,-1,639,609,622,-1,609,639,196,-1,196,610,609,-1,610,196,561,-1,611,607,610,-1,613,607,611,-1,611,194,615,-1,611,561,194,-1,615,194,617,-1,603,616,617,-1,619,616,603,-1,604,606,620,-1,606,604,622,-1,193,289,197,-1,289,193,288,-1,202,558,206,-1,202,206,200,-1,208,211,218,-1,208,128,211,-1,217,221,218,-1,218,209,208,-1,232,230,226,-1,228,230,232,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=5 */
		private int[] getIndexedFaceSet_10_343_coordIndex_5()
		{
			int[] value = {237,648,551,-1,239,627,624,-1,239,630,627,-1,239,238,630,-1,631,551,629,-1,238,240,630,-1,623,240,238,-1,242,631,244,-1,242,234,631,-1,623,244,240,-1,247,244,623,-1,247,243,244,-1,245,247,246,-1,247,245,243,-1,255,256,257,-1,257,500,633,-1,258,255,500,-1,256,255,258,-1,261,263,260,-1,248,267,498,-1,267,248,634,-1,498,268,634,-1,268,498,267,-1,269,497,635,-1,275,496,552,-1,275,497,268,-1,268,497,269,-1,278,268,277,-1,269,279,277,-1,280,282,278,-1,553,138,474,-1,138,553,479,-1,412,311,310,-1,311,412,314,-1,323,471,297,-1,323,322,471,-1,224,284,315,-1,392,224,441,-1,338,415,343,-1,416,343,415,-1,416,340,343,-1,191,479,192,-1,295,296,437,-1,316,317,353,-1,495,284,248,-1,494,284,495,-1,165,301,373,-1,365,368,487,-1,332,491,302,-1,332,636,491,-1,331,332,330,-1,326,119,107,-1,326,376,119,-1,373,334,172,-1,373,333,334,-1,373,301,333,-1,379,483,555,-1,382,366,469,-1,480,553,424,-1,305,553,480,-1,340,399,400,-1,340,339,399,-1,414,398,195,-1,288,404,411,-1,412,404,414,-1,404,412,410,-1,411,136,288,-1,411,404,410,-1,557,286,477,-1,557,355,286,-1,305,480,397,-1,348,431,346,-1,340,347,344,-1,489,298,324,-1,489,369,298,-1,342,336,352,-1,434,336,342,-1,336,361,436,-1,336,434,361,-1,333,190,189,-1,333,484,190,-1,440,248,493,-1,440,495,248,-1,452,447,637,-1,448,449,450,-1,183,450,451,-1,451,449,464,-1,265,312,314,-1,456,306,265,-1,266,280,272,-1,447,451,446,-1,448,450,637,-1,188,445,187,-1,182,443,441,-1,332,490,636,-1,490,332,331,-1,324,297,349,-1,297,324,298,-1,350,145,472,-1,429,145,142,-1,429,430,145,-1,556,356,419,-1,356,556,478,-1,410,409,411,-1,288,405,404,-1,199,345,400,-1,391,482,467,-1,389,482,391,-1,380,366,382,-1,371,599,372,-1,599,371,486,-1,154,332,370,-1,154,75,332,-1,555,377,365,-1,487,368,120,-1,436,362,336,-1,638,486,485,-1,303,331,330,-1,337,224,394,-1,248,224,392,-1,284,224,248,-1,353,502,316,-1,468,502,353,-1,388,466,490,-1,296,295,374,-1,319,295,437,-1,471,432,297,-1,507,321,323,-1,138,475,474,-1,496,278,282,-1,259,273,274,-1,282,280,283,-1,276,273,461,-1,278,496,268,-1,272,269,635,-1,270,552,271,-1,461,272,635,-1,463,455,261,-1,254,500,255,-1,256,258,499,-1,256,499,257,-1,246,238,239,-1,237,245,626,-1,245,237,236,-1,238,247,623,-1,629,240,241,-1,630,240,629,-1,551,631,235,-1,551,628,629,-1,628,551,648,-1,648,237,628,-1,224,226,230,-1,201,204,202,-1,205,201,203,-1,620,605,559,-1,605,620,606,-1,621,614,618,-1,619,614,616,-1,560,607,613,-1,560,605,607,-1,196,195,193,-1,195,196,639,-1,177,445,188,-1,172,316,56,-1,172,334,316,-1,171,173,356,-1,62,173,171,-1,468,167,502,-1,168,167,468,-1,154,160,565,-1,154,395,160,-1,104,116,550,-1,126,116,104,-1,550,565,104,-1,550,76,565,-1,94,112,111,-1,112,94,78,-1,144,145,350,-1,594,549,591,-1,428,510,156,-1,510,428,6,-1,130,97,88,-1,110,598,548,-1,546,598,110,-1,638,123,548,-1,638,360,123,-1,568,488,327,-1,73,65,64,-1,60,59,106,-1,121,153,152,-1,121,546,153,-1,641,124,642,-1,125,124,641,-1,139,595,586,-1,139,58,595,-1,566,57,95,-1,57,566,159,-1,81,82,87,-1,564,96,517,-1,513,95,81,-1,566,95,513,-1,74,85,563,-1,74,83,85,-1,642,105,641,-1,66,79,82,-1,565,75,154,-1,565,76,75,-1,79,65,570,-1,519,46,31,-1,537,519,520,-1,537,584,519,-1,55,527,583,-1,527,55,54,-1,53,579,644,-1,53,643,519,-1,53,644,643,-1,535,542,55,-1,535,38,542,-1,646,27,521,-1,646,575,27,-1,587,644,534,-1,643,644,587,-1,645,2,601,-1,2,645,0,-1,520,539,576,-1,562,3,5,-1,3,562,647,-1,4,2,1,-1,2,4,3,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_347_coordIndex_2()
		{
			int[] value = {34,36,133,-1,490,491,492,-1,493,494,495,-1,132,444,131,-1,108,41,109,-1,81,80,497,-1,498,499,308,-1,125,486,268,-1,269,486,119,-1,1,486,500,-1,1,119,486,-1,0,500,501,-1,1,3,119,-1,103,111,104,-1,90,502,96,-1,137,138,139,-1,112,505,506,-1,507,508,509,-1,461,510,511,-1,505,112,494,-1,85,512,114,-1,510,498,489,-1,515,516,517,-1,99,308,36,-1,25,518,108,-1,502,91,96,-1,94,519,495,-1,514,513,89,-1,520,491,102,-1,487,498,521,-1,93,520,102,-1,522,516,76,-1,77,73,134,-1,77,69,73,-1,72,71,67,-1,67,71,68,-1,66,79,523,-1,128,83,81,-1,42,8,28,-1,44,26,28,-1,524,45,17,-1,31,32,525,-1,12,526,527,-1,48,12,529,-1,532,533,496,-1,535,37,51,-1,536,47,9,-1,538,539,534,-1,533,42,27,-1,23,25,59,-1,36,35,22,-1,19,26,524,-1,14,2,0,-1,4,2,14,-1,5,6,543,-1,130,5,13,-1,73,18,541,-1,22,59,36,-1,21,23,59,-1,533,27,496,-1,37,535,540,-1,7,62,537,-1,58,9,11,-1,51,544,535,-1,496,515,532,-1,19,496,27,-1,7,537,46,-1,35,34,37,-1,31,525,545,-1,17,16,524,-1,44,28,60,-1,128,129,83,-1,66,523,64,-1,68,522,69,-1,522,546,516,-1,121,514,89,-1,121,89,90,-1,495,95,94,-1,88,513,100,-1,72,67,69,-1,108,98,25,-1,36,59,99,-1,516,546,517,-1,513,514,100,-1,548,82,70,-1,489,511,510,-1,85,114,84,-1,494,493,505,-1,364,461,509,-1,507,509,549,-1,506,550,112,-1,501,551,0,-1,0,551,117,-1,123,73,124,-1,268,126,125,-1,308,99,498,-1,81,497,128,-1,108,518,41,-1,131,444,5,-1,438,115,463,-1,495,552,493,-1,490,492,553,-1,498,487,489,-1,393,269,119,-1,134,66,77,-1,159,144,65,-1,111,100,138,-1,484,139,138,-1,138,65,144,-1,140,116,141,-1,106,100,116,-1,116,90,139,-1,79,78,523,-1,153,65,155,-1,134,156,66,-1,78,79,154,-1,481,155,154,-1,150,162,164,-1,164,166,150,-1,317,175,318,-1,178,185,456,-1,192,189,193,-1,190,195,194,-1,96,147,138,-1,116,206,142,-1,201,203,200,-1,201,202,203,-1,475,204,198,-1,209,211,210,-1,213,226,224,-1,230,229,471,-1,251,247,249,-1,468,433,556,-1,245,260,265,-1,260,263,265,-1,157,236,280,-1,157,346,236,-1,184,270,269,-1,177,268,389,-1,285,557,286,-1,186,442,398,-1,404,334,379,-1,380,448,447,-1,302,303,378,-1,307,278,308,-1,307,310,306,-1,319,236,237,-1,352,321,336,-1,327,328,333,-1,331,333,332,-1,324,325,405,-1,274,305,399,-1,157,279,297,-1,168,347,232,-1,341,349,309,-1,560,346,157,-1,175,282,412,-1,369,561,437,-1,311,360,356,-1,356,366,357,-1,562,315,558,-1,357,275,311,-1,361,366,356,-1,362,361,364,-1,410,355,460,-1,315,368,367,-1,345,374,371,-1,372,416,413,-1,301,563,234,-1,279,209,323,-1,159,317,284,-1,335,185,384,-1,387,335,349,-1,454,378,336,-1,395,384,466,-1,466,396,395,-1,188,266,178,-1,291,292,449,-1,449,135,136,-1,123,122,447,-1,379,334,442,-1,445,329,120,-1,406,340,337,-1,276,306,310,-1,331,381,333,-1,408,441,328,-1,440,320,319,-1,275,357,274,-1,438,295,316,-1,353,362,363,-1,157,297,148,-1,320,300,350,-1,352,378,303,-1,271,378,272,-1,378,271,273,-1,563,273,234,-1,301,234,302,-1,323,232,412,-1,376,415,233,-1,417,345,565,-1,170,171,165,-1,426,424,425,-1,431,248,285,-1,248,557,285,-1,188,187,428,-1,246,263,432,-1,246,178,267,-1,285,287,431,-1,431,179,435,-1,431,429,248,-1,246,266,428,-1,429,435,246,-1,424,566,418,-1,419,436,426,-1,565,480,417,-1,168,414,413,-1,415,376,413,-1,233,415,322,-1,412,232,347,-1,209,280,298,-1,301,302,378,-1,233,234,376,-1,273,563,378,-1,152,148,297,-1,367,369,344,-1,348,399,349,-1,462,321,327,-1,398,441,408,-1,339,405,407,-1,330,407,325,-1,330,329,445,-1,288,290,289,-1,568,402,449,-1,160,135,161,-1,459,410,409,-1,339,133,443,-1,393,184,269,-1,384,332,466,-1,188,453,379,-1,183,184,384,-1,453,383,388,-1,387,452,336,-1,305,452,387,-1,331,335,384,-1,186,289,403,-1,157,280,279,-1,374,416,372,-1,316,295,342,-1,343,370,367,-1,370,409,411,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getIndexedFaceSet_10_347_coordIndex_3()
		{
			int[] value = {354,569,353,-1,463,464,293,-1,337,335,331,-1,338,278,277,-1,339,278,338,-1,336,327,335,-1,327,456,185,-1,332,334,404,-1,321,352,302,-1,276,310,275,-1,443,278,339,-1,290,292,289,-1,448,567,136,-1,403,289,446,-1,286,571,287,-1,298,236,319,-1,467,268,179,-1,268,270,389,-1,246,433,245,-1,263,261,262,-1,556,433,432,-1,260,572,261,-1,251,250,245,-1,250,251,249,-1,246,428,245,-1,226,220,231,-1,224,227,228,-1,209,212,211,-1,212,215,213,-1,212,214,215,-1,198,200,199,-1,138,482,96,-1,195,193,137,-1,180,177,183,-1,182,177,178,-1,178,179,181,-1,177,180,178,-1,175,169,318,-1,166,164,172,-1,175,347,167,-1,167,347,168,-1,166,164,150,-1,163,164,150,-1,156,134,160,-1,450,481,154,-1,150,65,153,-1,151,152,65,-1,143,116,90,-1,96,137,139,-1,116,140,106,-1,138,96,65,-1,0,1,500,-1,160,134,73,-1,499,498,510,-1,130,132,131,-1,132,130,54,-1,443,36,308,-1,36,443,133,-1,127,575,125,-1,486,125,500,-1,112,550,113,-1,438,576,115,-1,577,103,105,-1,84,492,85,-1,82,548,110,-1,95,520,93,-1,92,89,88,-1,88,89,513,-1,80,93,102,-1,72,483,71,-1,104,465,115,-1,66,72,69,-1,96,63,65,-1,62,7,31,-1,29,35,37,-1,60,28,8,-1,9,58,536,-1,12,57,578,-1,55,579,56,-1,34,54,51,-1,33,9,47,-1,26,45,524,-1,43,7,8,-1,25,24,40,-1,33,525,32,-1,29,580,30,-1,42,28,27,-1,22,39,20,-1,52,54,130,-1,19,524,16,-1,73,541,124,-1,14,581,15,-1,10,582,11,-1,6,5,118,-1,40,583,584,-1,40,24,583,-1,531,585,586,-1,531,587,585,-1,544,51,588,-1,579,55,589,-1,590,12,527,-1,591,50,49,-1,591,20,50,-1,592,593,594,-1,592,587,593,-1,12,595,596,-1,12,597,595,-1,597,12,10,-1,55,50,38,-1,50,55,528,-1,57,49,598,-1,49,57,48,-1,24,23,591,-1,599,83,129,-1,599,82,83,-1,111,465,104,-1,91,66,96,-1,72,91,97,-1,91,72,66,-1,600,548,70,-1,600,601,548,-1,93,80,81,-1,490,488,487,-1,92,88,547,-1,495,504,552,-1,495,519,504,-1,546,74,517,-1,593,129,128,-1,87,92,547,-1,87,86,92,-1,504,602,603,-1,602,504,519,-1,488,553,507,-1,494,114,512,-1,494,112,114,-1,604,558,508,-1,604,562,558,-1,561,506,437,-1,506,561,550,-1,549,461,511,-1,549,509,461,-1,604,84,605,-1,492,520,85,-1,492,491,520,-1,98,498,99,-1,521,498,98,-1,109,594,497,-1,109,41,594,-1,515,496,516,-1,493,606,607,-1,606,493,552,-1,19,73,75,-1,487,521,490,-1,153,148,152,-1,65,152,151,-1,65,150,152,-1,450,157,481,-1,450,560,157,-1,171,173,423,-1,170,173,171,-1,165,171,164,-1,608,169,480,-1,608,318,169,-1,609,478,477,-1,610,611,612,-1,610,613,611,-1,614,476,615,-1,612,611,616,-1,182,616,617,-1,618,619,617,-1,619,618,620,-1,620,621,619,-1,621,620,622,-1,181,621,623,-1,624,625,623,-1,625,624,626,-1,625,627,628,-1,625,626,627,-1,615,609,614,-1,610,629,628,-1,192,190,189,-1,191,189,190,-1,96,196,145,-1,145,196,96,-1,197,207,116,-1,204,201,200,-1,206,205,204,-1,202,206,207,-1,207,203,202,-1,199,200,207,-1,212,216,211,-1,215,218,213,-1,218,209,210,-1,208,209,218,-1,632,631,471,-1,473,471,631,-1,473,474,471,-1,220,213,223,-1,213,224,223,-1,228,230,630,-1,225,224,228,-1,226,635,227,-1,636,632,471,-1,232,209,322,-1,319,237,236,-1,638,244,637,-1,637,639,241,-1,637,244,639,-1,241,639,243,-1,242,239,243,-1,253,247,251,-1,254,235,640,-1,235,254,641,-1,258,640,256,-1,254,640,258,-1,470,642,434,-1,262,572,555,-1,556,643,554,-1,643,556,432,-1,262,470,263,-1,573,259,258,-1,257,554,256,-1,257,469,468,-1,433,260,245,-1,469,573,644,-1,350,298,319,-1,350,645,298,-1,268,571,126,-1,467,571,268,-1,403,286,557,-1,403,446,286,-1,186,379,442,-1,280,209,279,-1,209,219,322,-1,467,179,430,-1,349,564,340,-1,345,293,570,-1,295,293,345,-1,318,283,284,-1,318,608,283,-1,283,294,464,-1,461,311,510,-1,461,312,311,-1,559,158,296,-1,460,411,410,-1,460,363,411,-1,358,369,368,-1,459,409,373,-1,409,374,373,-1,371,374,409,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=4 */
		private int[] getIndexedFaceSet_10_347_coordIndex_4()
		{
			int[] value = {571,380,447,-1,380,571,286,-1,455,378,454,-1,183,384,180,-1,388,184,400,-1,388,379,453,-1,392,379,388,-1,392,401,393,-1,332,391,325,-1,384,391,332,-1,397,394,390,-1,394,397,329,-1,391,329,325,-1,449,451,568,-1,449,292,451,-1,567,449,136,-1,449,567,291,-1,380,286,291,-1,406,338,340,-1,337,331,405,-1,276,348,341,-1,276,275,348,-1,328,334,333,-1,328,441,334,-1,346,319,236,-1,319,346,408,-1,311,310,307,-1,317,559,176,-1,317,359,559,-1,351,300,299,-1,351,350,300,-1,425,420,648,-1,436,419,418,-1,424,418,566,-1,187,403,252,-1,403,248,252,-1,403,557,248,-1,418,427,420,-1,426,425,648,-1,279,412,297,-1,279,323,412,-1,234,235,351,-1,365,304,366,-1,365,271,304,-1,352,303,302,-1,559,281,176,-1,438,463,295,-1,340,335,337,-1,337,405,339,-1,392,396,379,-1,390,393,397,-1,393,401,400,-1,379,186,188,-1,384,184,388,-1,185,180,384,-1,373,413,376,-1,413,373,372,-1,343,371,409,-1,368,315,358,-1,647,315,562,-1,283,458,284,-1,283,465,458,-1,355,271,365,-1,362,353,649,-1,362,313,558,-1,361,649,569,-1,327,336,462,-1,209,232,323,-1,351,219,298,-1,65,297,282,-1,297,65,152,-1,570,565,345,-1,274,304,272,-1,564,335,340,-1,306,277,377,-1,307,308,499,-1,380,567,448,-1,567,380,291,-1,287,571,467,-1,644,572,260,-1,644,573,572,-1,265,263,264,-1,263,470,434,-1,573,469,259,-1,642,554,643,-1,261,572,262,-1,643,434,642,-1,233,641,255,-1,233,235,641,-1,640,235,255,-1,639,244,243,-1,238,638,242,-1,238,244,638,-1,632,636,635,-1,635,636,227,-1,650,228,472,-1,650,651,228,-1,471,474,630,-1,222,650,472,-1,634,650,222,-1,220,634,222,-1,222,631,652,-1,222,473,631,-1,652,631,653,-1,653,631,632,-1,208,218,209,-1,475,206,204,-1,190,194,193,-1,382,386,383,-1,382,456,386,-1,615,627,609,-1,613,627,615,-1,478,624,622,-1,620,476,478,-1,611,476,618,-1,609,476,614,-1,476,609,477,-1,613,615,611,-1,423,164,171,-1,423,173,174,-1,164,174,172,-1,281,296,65,-1,281,559,296,-1,154,156,161,-1,156,154,79,-1,138,146,145,-1,147,96,146,-1,85,95,512,-1,520,95,85,-1,132,54,133,-1,129,654,599,-1,124,127,122,-1,127,124,575,-1,655,4,656,-1,88,100,103,-1,605,114,113,-1,114,605,84,-1,550,646,113,-1,550,561,646,-1,313,508,558,-1,74,522,68,-1,522,74,546,-1,492,507,553,-1,492,84,507,-1,503,603,601,-1,603,503,504,-1,593,497,594,-1,593,128,497,-1,89,86,97,-1,657,547,88,-1,602,81,101,-1,602,93,81,-1,87,600,70,-1,483,97,86,-1,97,483,72,-1,523,65,64,-1,63,66,64,-1,658,82,599,-1,31,659,9,-1,9,597,10,-1,37,580,29,-1,37,540,580,-1,583,49,48,-1,583,591,49,-1,584,48,529,-1,584,583,48,-1,596,529,12,-1,596,584,529,-1,20,38,50,-1,20,39,38,-1,534,589,55,-1,534,539,589,-1,29,538,534,-1,538,29,30,-1,531,586,660,-1,584,592,40,-1,592,584,596,-1,4,15,656,-1,14,15,4,-1,582,10,661,-1,543,542,5,-1,662,542,543,-1,4,6,2,-1,543,6,4,-1,3,1,0,-1,12,661,10,-1,12,590,661,-1,14,117,581,-1,14,0,117,-1,24,591,583,-1,587,595,585,-1,533,43,42,-1,533,532,43,-1,50,56,663,-1,526,12,578,-1,22,35,39,-1,38,534,55,-1,38,35,534,-1,40,594,41,-1,40,592,594,-1,659,660,586,-1,31,660,659,-1,597,585,595,-1,9,585,597,-1,598,50,663,-1,49,50,598,-1,23,20,591,-1,20,23,21,-1,32,31,9,-1,50,528,55,-1,63,96,66,-1,68,70,74,-1,465,485,458,-1,465,111,485,-1,86,70,71,-1,110,601,603,-1,601,110,548,-1,490,521,80,-1,90,91,502,-1,503,552,504,-1,552,503,606,-1,129,530,654,-1,530,129,593,-1,99,25,98,-1,25,99,59,-1,519,93,602,-1,93,519,94,-1,600,87,547,-1,549,488,507,-1,577,664,607,-1,577,105,664,-1,81,83,101,-1,82,101,83,-1,562,605,647,-1,605,562,604,-1,576,437,506,-1,576,438,437,-1,84,508,507,-1,84,604,508,-1,105,576,664,-1,105,115,576,-1,515,654,530,-1,654,515,517,-1,3,445,120,-1,118,445,3,-1,658,517,74,-1,658,654,517,-1,577,88,103,-1,88,577,657,-1,516,496,76,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=5 */
		private int[] getIndexedFaceSet_10_347_coordIndex_5()
		{
			int[] value = {518,25,41,-1,496,75,76,-1,19,75,496,-1,107,138,100,-1,138,107,484,-1,144,458,485,-1,144,159,458,-1,139,148,149,-1,148,155,481,-1,155,148,153,-1,65,78,155,-1,629,479,178,-1,610,612,616,-1,611,615,476,-1,476,620,618,-1,478,622,620,-1,478,626,624,-1,626,478,609,-1,626,609,627,-1,192,193,195,-1,190,193,191,-1,198,199,197,-1,217,213,218,-1,210,216,218,-1,210,211,216,-1,214,209,215,-1,653,633,652,-1,221,633,653,-1,652,220,222,-1,633,220,652,-1,634,223,650,-1,220,223,634,-1,473,222,472,-1,651,225,228,-1,230,471,630,-1,226,231,635,-1,231,221,635,-1,240,239,242,-1,240,242,637,-1,241,240,637,-1,243,238,242,-1,247,248,429,-1,247,429,249,-1,255,235,233,-1,573,258,555,-1,255,641,256,-1,640,255,256,-1,470,262,642,-1,642,555,574,-1,262,555,642,-1,257,468,556,-1,246,245,263,-1,433,644,260,-1,469,644,433,-1,264,245,265,-1,245,264,263,-1,480,168,417,-1,457,268,126,-1,118,444,445,-1,118,5,444,-1,466,332,404,-1,349,335,564,-1,272,455,305,-1,271,272,304,-1,304,274,357,-1,565,608,480,-1,570,608,565,-1,294,293,464,-1,646,315,647,-1,358,315,646,-1,321,302,439,-1,360,361,356,-1,460,354,353,-1,307,510,311,-1,510,307,499,-1,158,559,359,-1,361,569,354,-1,370,363,367,-1,375,373,376,-1,375,459,373,-1,122,126,571,-1,127,126,122,-1,349,305,387,-1,384,394,391,-1,393,400,184,-1,450,451,560,-1,450,568,451,-1,161,568,450,-1,402,568,161,-1,571,447,122,-1,132,330,444,-1,132,407,330,-1,132,133,339,-1,306,341,309,-1,276,341,306,-1,315,362,558,-1,313,314,364,-1,570,283,608,-1,294,283,570,-1,414,168,322,-1,421,422,420,-1,648,427,419,-1,648,420,427,-1,436,418,424,-1,422,420,427,-1,252,245,428,-1,252,251,245,-1,179,178,246,-1,253,252,248,-1,246,249,429,-1,250,249,246,-1,420,424,418,-1,419,427,418,-1,424,426,436,-1,426,648,419,-1,424,420,425,-1,294,570,293,-1,320,302,300,-1,320,321,439,-1,320,440,321,-1,321,328,327,-1,328,321,440,-1,290,398,346,-1,288,398,290,-1,346,451,290,-1,346,560,451,-1,383,453,178,-1,381,331,385,-1,351,299,234,-1,301,378,563,-1,343,367,344,-1,363,370,411,-1,365,361,354,-1,361,362,649,-1,361,312,364,-1,358,561,369,-1,358,646,561,-1,364,312,461,-1,158,317,159,-1,158,359,317,-1,295,463,293,-1,365,460,355,-1,365,354,460,-1,313,362,314,-1,569,649,353,-1,298,645,350,-1,338,277,309,-1,324,326,332,-1,332,325,324,-1,377,307,306,-1,377,278,307,-1,556,554,257,-1,256,469,257,-1,259,469,256,-1,574,256,554,-1,256,574,258,-1,574,555,258,-1,573,555,572,-1,642,574,554,-1,432,434,643,-1,641,258,256,-1,641,254,258,-1,247,253,248,-1,250,246,245,-1,241,243,239,-1,637,242,638,-1,635,221,632,-1,636,229,227,-1,636,471,229,-1,473,228,630,-1,223,225,651,-1,650,223,651,-1,473,630,474,-1,221,653,632,-1,633,221,220,-1,209,218,215,-1,142,206,475,-1,200,198,204,-1,198,142,475,-1,145,96,482,-1,456,382,178,-1,389,183,177,-1,184,183,389,-1,613,628,627,-1,610,628,613,-1,628,178,625,-1,629,178,628,-1,178,623,625,-1,178,181,623,-1,622,623,621,-1,623,622,624,-1,181,619,621,-1,181,177,619,-1,177,617,619,-1,177,182,617,-1,611,617,616,-1,617,611,618,-1,182,479,616,-1,616,629,610,-1,479,629,616,-1,5,542,13,-1,174,164,423,-1,159,296,158,-1,65,296,159,-1,148,139,149,-1,106,140,139,-1,90,116,100,-1,107,139,484,-1,106,139,107,-1,138,144,485,-1,655,543,4,-1,665,543,655,-1,488,490,553,-1,512,495,494,-1,495,512,95,-1,465,463,115,-1,465,464,463,-1,657,607,606,-1,607,657,577,-1,599,654,658,-1,108,521,98,-1,80,521,108,-1,662,543,665,-1,506,664,576,-1,664,506,505,-1,113,647,605,-1,113,646,647,-1,364,508,313,-1,508,364,509,-1,607,505,493,-1,607,664,505,-1,488,511,489,-1,488,549,511,-1,601,547,503,-1,601,600,547,-1,121,100,514,-1,497,80,109,-1,89,92,86,-1,547,606,503,-1,606,547,657,-1,91,90,89,-1,491,80,102,-1,490,80,491,-1,603,101,110,-1,603,602,101,-1,86,71,483,-1,75,522,76,-1,75,69,522,-1,65,523,78,-1,74,82,658,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=6 */
		private int[] getIndexedFaceSet_10_347_coordIndex_6()
		{
			int[] value = {74,70,82,-1,123,136,73,-1,448,136,123,-1,9,586,585,-1,659,586,9,-1,31,43,660,-1,7,43,31,-1,530,587,531,-1,593,587,530,-1,515,531,532,-1,530,531,515,-1,29,534,35,-1,588,54,53,-1,588,51,54,-1,31,545,61,-1,660,532,531,-1,532,660,43,-1,596,587,592,-1,587,596,595,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=1 */
		private int[] getIndexedFaceSet_10_359_coordIndex_1()
		{
			int[] value = {2,0,1,-1,5,6,7,-1,14,15,8,-1,25,19,16,-1,26,27,28,-1,33,34,35,-1,27,34,40,-1,43,44,45,-1,46,47,48,-1,48,47,49,-1,50,51,52,-1,43,53,54,-1,55,56,57,-1,59,60,58,-1,63,64,65,-1,68,53,69,-1,43,72,70,-1,60,95,58,-1,96,94,97,-1,107,108,76,-1,66,112,82,-1,39,53,68,-1,115,110,85,-1,81,123,124,-1,124,125,81,-1,80,126,124,-1,127,123,80,-1,132,131,133,-1,134,136,135,-1,138,139,140,-1,77,102,141,-1,69,53,70,-1,77,141,150,-1,155,153,156,-1,157,158,159,-1,159,155,157,-1,165,166,167,-1,173,170,174,-1,55,175,176,-1,177,179,180,-1,189,190,191,-1,192,164,193,-1,195,189,196,-1,180,203,204,-1,10,208,207,-1,3,209,4,-1,4,207,3,-1,186,210,201,-1,182,198,213,-1,214,61,215,-1,217,219,216,-1,226,129,227,-1,130,231,137,-1,233,138,234,-1,129,240,172,-1,232,138,230,-1,241,242,243,-1,245,246,247,-1,34,248,35,-1,249,23,20,-1,250,251,204,-1,252,253,254,-1,255,256,254,-1,39,38,47,-1,50,39,68,-1,251,257,255,-1,35,31,33,-1,259,258,261,-1,262,35,248,-1,247,27,245,-1,265,266,267,-1,268,269,266,-1,268,244,270,-1,271,272,273,-1,0,275,228,-1,175,164,279,-1,12,24,7,-1,5,281,282,-1,283,13,4,-1,206,284,149,-1,173,285,286,-1,287,187,188,-1,163,193,162,-1,168,152,151,-1,106,290,291,-1,162,165,292,-1,296,75,108,-1,303,304,302,-1,306,307,303,-1,304,303,308,-1,302,301,306,-1,308,78,311,-1,327,328,329,-1,344,342,337,-1,332,345,346,-1,332,348,349,-1,352,89,351,-1,353,354,351,-1,358,357,361,-1,362,363,355,-1,366,368,369,-1,368,98,372,-1,379,380,381,-1,387,391,388,-1,398,399,400,-1,405,406,407,-1,410,411,412,-1,413,414,415,-1,416,417,418,-1,419,420,421,-1,422,423,421,-1,426,427,428,-1,429,430,431,-1,415,414,432,-1,434,435,421,-1,436,437,438,-1,440,441,186,-1,443,444,181,-1,424,445,446,-1,447,448,449,-1,449,450,451,-1,454,452,453,-1,456,405,399,-1,457,458,459,-1,185,464,423,-1,466,467,468,-1,469,467,466,-1,470,441,440,-1,202,471,470,-1,472,473,474,-1,436,463,437,-1,479,480,481,-1,483,479,484,-1,399,485,397,-1,462,489,490,-1,449,491,492,-1,455,487,488,-1,493,491,449,-1,389,494,495,-1,489,450,491,-1,390,496,411,-1,387,388,411,-1,498,386,494,-1,432,499,500,-1,499,460,500,-1,385,501,386,-1,494,389,502,-1,504,411,410,-1,504,445,505,-1,487,455,486,-1,482,506,486,-1,455,484,482,-1,508,509,472,-1,508,510,483,-1,452,512,453,-1,452,459,512,-1,513,477,420,-1,513,430,429,-1,477,514,188,-1,163,465,515,-1,428,427,516,-1,454,453,516,-1,516,163,428,-1,465,188,514,-1,513,517,413,-1,183,518,184,-1,451,522,447,-1,505,523,504,-1,526,510,474,-1,510,508,474,-1,498,503,497,-1,409,397,485,-1,404,407,483,-1,200,470,440,-1,470,476,441,-1,423,422,188,-1,444,467,469,-1,516,453,192,-1,468,192,466,-1,460,397,385,-1,460,525,461,-1,451,447,449,-1,403,488,442,-1,488,403,455,-1,528,389,394,-1,440,201,200,-1,417,416,413,-1,499,419,435,-1,416,534,430,-1,532,424,425,-1,433,418,417,-1,485,399,522,-1,502,389,390,-1,391,502,390,-1,390,388,391,-1,385,397,501,-1,372,99,58,-1,373,96,367,-1,357,537,538,-1,338,337,347,-1,349,347,332,-1,539,540,342,-1,332,346,334,-1,329,539,342,-1,110,322,318,-1,309,81,542,-1,90,544,121,-1,97,545,546,-1,166,161,167,-1,548,546,290,-1,166,162,193,-1,287,549,550,-1,171,551,552,-1,553,287,554,-1,283,205,206,-1,252,280,13,-1,145,146,555,-1,176,556,214,-1,557,276,137,-1,210,558,201,-1,210,203,558,-1,61,559,273,-1,272,560,273,-1,272,561,562,-1,62,270,244,-1,64,109,65,-1,269,270,563,-1,27,40,565,-1,180,179,1,-1,47,54,39,-1,148,49,47,-1,568,250,249,-1,250,212,23,-1,15,20,18,-1,569,222,570,-1,248,246,573,-1,268,266,241,-1,569,570,239,-1,235,576,222,-1,130,234,235,-1,577,578,579,-1,131,132,227,-1,580,133,131,-1,172,221,0,-1,216,581,218,-1,195,196,583,-1,210,204,203,-1,182,181,198,-1,192,439,190,-1,296,545,75,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_359_coordIndex_2()
		{
			int[] value = {150,153,154,-1,149,147,590,-1,145,144,146,-1,130,580,231,-1,79,78,113,-1,81,591,82,-1,78,56,114,-1,120,77,100,-1,77,100,103,-1,594,100,117,-1,83,116,115,-1,65,109,85,-1,546,548,97,-1,595,548,290,-1,142,70,72,-1,89,119,598,-1,574,64,63,-1,64,599,109,-1,43,41,44,-1,40,33,31,-1,38,36,253,-1,37,253,36,-1,600,294,547,-1,101,77,154,-1,15,18,602,-1,18,22,602,-1,9,8,22,-1,20,21,9,-1,11,25,16,-1,24,16,17,-1,10,604,605,-1,0,2,1,-1,5,282,13,-1,10,605,584,-1,14,19,15,-1,24,12,16,-1,16,12,11,-1,23,211,21,-1,23,249,250,-1,584,605,21,-1,601,108,154,-1,600,547,597,-1,40,31,30,-1,46,54,47,-1,606,263,64,-1,124,61,125,-1,124,126,215,-1,560,62,607,-1,111,63,65,-1,53,43,70,-1,298,84,83,-1,608,295,167,-1,544,105,612,-1,75,545,97,-1,75,76,108,-1,67,111,65,-1,113,122,79,-1,142,69,70,-1,69,100,118,-1,77,120,100,-1,77,101,611,-1,593,98,97,-1,66,110,112,-1,80,592,126,-1,119,87,86,-1,132,133,134,-1,172,228,129,-1,580,557,231,-1,60,93,95,-1,590,38,149,-1,296,108,613,-1,57,167,161,-1,164,161,166,-1,614,197,615,-1,187,553,194,-1,4,209,554,-1,21,618,8,-1,221,619,0,-1,581,221,218,-1,238,267,266,-1,134,133,136,-1,235,136,130,-1,229,234,130,-1,229,138,233,-1,571,267,236,-1,235,222,237,-1,235,234,576,-1,234,620,576,-1,241,266,265,-1,248,247,246,-1,242,571,572,-1,222,223,570,-1,15,603,20,-1,212,204,211,-1,568,249,11,-1,104,42,143,-1,47,590,148,-1,41,42,104,-1,48,49,41,-1,251,255,567,-1,36,31,37,-1,1,230,180,-1,35,262,566,-1,565,28,27,-1,236,267,238,-1,235,237,239,-1,132,224,227,-1,269,268,270,-1,62,560,270,-1,562,172,240,-1,272,271,561,-1,557,137,231,-1,228,172,0,-1,556,277,214,-1,176,175,279,-1,279,556,176,-1,17,19,618,-1,555,168,145,-1,13,283,252,-1,206,149,283,-1,621,171,552,-1,550,616,287,-1,164,192,190,-1,158,589,159,-1,291,622,293,-1,589,291,290,-1,547,293,292,-1,547,292,165,-1,90,121,92,-1,115,116,83,-1,89,299,88,-1,313,318,316,-1,315,317,314,-1,625,359,355,-1,374,627,58,-1,369,375,367,-1,368,372,58,-1,448,393,449,-1,395,392,393,-1,402,401,403,-1,421,435,419,-1,430,413,416,-1,452,454,532,-1,434,438,533,-1,188,465,629,-1,187,423,188,-1,528,496,389,-1,403,442,402,-1,425,521,457,-1,460,630,525,-1,439,192,468,-1,192,531,516,-1,475,473,181,-1,441,478,464,-1,421,464,434,-1,436,434,476,-1,434,478,476,-1,526,475,529,-1,480,469,511,-1,479,632,480,-1,491,450,492,-1,432,433,415,-1,432,500,433,-1,461,463,524,-1,505,633,523,-1,455,404,484,-1,451,485,522,-1,520,519,521,-1,458,521,519,-1,183,473,518,-1,420,477,422,-1,413,430,513,-1,516,531,163,-1,427,454,516,-1,515,428,163,-1,188,422,477,-1,634,513,429,-1,517,513,420,-1,417,413,433,-1,473,183,181,-1,511,635,480,-1,508,483,406,-1,508,472,474,-1,476,636,436,-1,484,631,482,-1,506,637,486,-1,504,446,445,-1,504,523,411,-1,418,497,503,-1,499,630,460,-1,498,497,386,-1,387,411,638,-1,388,390,411,-1,491,490,489,-1,495,396,389,-1,449,392,493,-1,447,393,448,-1,409,485,399,-1,484,404,483,-1,425,424,521,-1,421,423,464,-1,475,181,444,-1,436,639,463,-1,470,200,202,-1,518,473,472,-1,469,466,511,-1,525,463,461,-1,459,640,457,-1,181,182,443,-1,438,434,436,-1,434,533,435,-1,425,641,532,-1,430,534,431,-1,426,428,515,-1,640,641,457,-1,422,421,420,-1,416,418,503,-1,433,413,415,-1,410,412,642,-1,405,456,406,-1,403,404,455,-1,389,396,394,-1,392,449,393,-1,633,638,523,-1,420,419,643,-1,386,500,385,-1,380,644,381,-1,370,371,376,-1,368,375,369,-1,365,366,376,-1,367,645,373,-1,330,331,335,-1,345,332,347,-1,335,334,330,-1,334,333,332,-1,333,331,332,-1,326,315,325,-1,321,110,318,-1,310,312,308,-1,303,307,308,-1,82,301,81,-1,165,162,166,-1,293,547,294,-1,193,164,166,-1,163,531,193,-1,188,549,287,-1,285,646,286,-1,4,554,205,-1,206,647,284,-1,4,205,283,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getIndexedFaceSet_10_359_coordIndex_3()
		{
			int[] value = {5,7,281,-1,12,7,6,-1,181,183,198,-1,583,217,195,-1,278,216,218,-1,217,648,195,-1,277,649,214,-1,218,221,172,-1,21,20,274,-1,268,574,244,-1,27,264,245,-1,242,572,573,-1,566,262,1,-1,261,178,259,-1,261,35,178,-1,650,260,30,-1,46,41,43,-1,46,48,41,-1,254,651,255,-1,38,590,47,-1,252,149,253,-1,204,212,250,-1,34,247,248,-1,26,264,27,-1,241,265,242,-1,232,234,138,-1,234,229,233,-1,239,570,224,-1,236,222,576,-1,137,139,138,-1,239,224,135,-1,131,227,128,-1,226,240,129,-1,224,132,135,-1,278,217,216,-1,212,211,23,-1,186,653,210,-1,10,211,208,-1,194,185,187,-1,180,654,203,-1,200,199,202,-1,189,467,196,-1,192,193,531,-1,439,468,191,-1,180,567,177,-1,655,55,176,-1,173,174,285,-1,155,601,153,-1,148,146,42,-1,229,130,137,-1,124,127,80,-1,118,100,594,-1,123,81,80,-1,595,290,105,-1,545,290,546,-1,610,597,547,-1,156,151,152,-1,68,69,71,-1,244,111,656,-1,66,82,67,-1,61,607,62,-1,59,657,60,-1,55,57,161,-1,85,110,65,-1,54,46,43,-1,45,72,43,-1,28,598,26,-1,9,22,18,-1,21,274,23,-1,8,19,14,-1,13,280,5,-1,13,282,658,-1,281,658,282,-1,281,10,658,-1,29,260,59,-1,38,52,36,-1,657,59,260,-1,599,263,86,-1,599,64,263,-1,28,299,89,-1,67,656,111,-1,62,591,61,-1,560,61,273,-1,560,607,61,-1,298,600,597,-1,85,83,115,-1,151,143,144,-1,143,151,153,-1,152,155,156,-1,155,152,171,-1,156,153,151,-1,167,295,165,-1,298,121,600,-1,97,595,74,-1,97,548,595,-1,74,544,90,-1,85,109,599,-1,53,39,54,-1,118,75,94,-1,87,543,91,-1,78,114,80,-1,57,608,167,-1,128,228,275,-1,138,229,137,-1,98,593,88,-1,148,590,147,-1,660,661,158,-1,660,289,661,-1,589,662,291,-1,161,175,55,-1,551,168,555,-1,551,152,168,-1,232,1,262,-1,566,1,178,-1,196,443,663,-1,197,213,198,-1,197,614,213,-1,585,558,665,-1,586,558,585,-1,553,187,287,-1,553,554,209,-1,615,199,586,-1,615,664,199,-1,666,667,648,-1,667,666,668,-1,0,579,276,-1,223,266,575,-1,266,223,238,-1,140,137,578,-1,137,140,139,-1,236,576,571,-1,572,669,573,-1,620,669,572,-1,575,269,670,-1,575,266,269,-1,264,26,263,-1,573,246,243,-1,620,571,576,-1,620,572,571,-1,23,274,20,-1,671,280,256,-1,671,5,280,-1,49,148,42,-1,204,567,180,-1,567,204,251,-1,99,565,58,-1,246,564,243,-1,245,564,246,-1,226,562,240,-1,670,562,226,-1,582,172,561,-1,582,218,172,-1,652,585,577,-1,652,614,585,-1,551,171,152,-1,582,668,666,-1,582,672,668,-1,277,673,667,-1,556,673,277,-1,674,663,182,-1,674,219,663,-1,279,673,556,-1,673,279,587,-1,184,199,664,-1,184,202,199,-1,283,149,252,-1,647,675,676,-1,647,206,675,-1,677,678,646,-1,678,677,679,-1,550,629,680,-1,629,550,549,-1,173,169,170,-1,162,681,680,-1,681,162,588,-1,662,158,661,-1,158,662,589,-1,159,601,155,-1,159,613,601,-1,611,100,77,-1,310,112,113,-1,82,112,310,-1,85,682,624,-1,683,87,540,-1,91,90,92,-1,373,94,96,-1,372,98,88,-1,103,100,684,-1,302,306,303,-1,302,304,308,-1,309,542,300,-1,685,310,307,-1,302,81,300,-1,685,305,82,-1,308,312,78,-1,80,302,311,-1,322,320,318,-1,321,318,323,-1,324,688,689,-1,324,689,316,-1,688,322,689,-1,318,320,316,-1,314,325,313,-1,687,314,316,-1,316,84,687,-1,690,112,321,-1,687,84,122,-1,297,325,122,-1,327,541,329,-1,340,343,344,-1,340,339,343,-1,349,339,340,-1,327,330,336,-1,540,350,342,-1,338,347,349,-1,344,338,349,-1,541,327,539,-1,342,344,343,-1,342,339,348,-1,624,682,86,-1,691,352,351,-1,543,352,692,-1,543,89,352,-1,353,88,693,-1,88,90,693,-1,118,94,355,-1,694,60,71,-1,538,537,536,-1,538,359,361,-1,360,358,359,-1,695,359,625,-1,626,538,536,-1,538,362,359,-1,71,356,626,-1,356,118,363,-1,370,378,97,-1,373,374,58,-1,696,364,377,-1,627,377,58,-1,58,375,368,-1,366,370,376,-1,374,373,645,-1,535,379,381,-1,535,699,697,-1,699,100,697,-1,100,103,684,-1,382,701,384,-1,383,382,384,-1,384,701,383,-1,382,383,702,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=4 */
		private int[] getIndexedFaceSet_10_359_coordIndex_4()
		{
			int[] value = {702,623,704,-1,383,623,702,-1,703,702,704,-1,701,596,383,-1,596,45,73,-1,393,522,408,-1,404,405,407,-1,403,405,404,-1,414,517,420,-1,517,414,413,-1,454,706,532,-1,454,427,706,-1,630,435,707,-1,633,708,431,-1,633,505,708,-1,706,505,445,-1,505,706,708,-1,191,468,467,-1,527,394,395,-1,527,528,394,-1,463,709,524,-1,709,463,639,-1,397,490,501,-1,490,397,462,-1,636,710,705,-1,471,711,712,-1,713,711,471,-1,480,529,469,-1,401,405,403,-1,401,399,405,-1,442,487,714,-1,709,485,451,-1,489,462,524,-1,450,449,492,-1,400,399,485,-1,497,500,386,-1,497,433,500,-1,525,437,463,-1,437,525,438,-1,707,435,533,-1,639,400,709,-1,636,400,639,-1,715,520,507,-1,520,715,716,-1,717,519,718,-1,481,484,479,-1,471,184,713,-1,471,202,184,-1,192,530,466,-1,634,465,514,-1,634,515,465,-1,514,513,634,-1,514,477,513,-1,717,466,530,-1,717,511,466,-1,510,479,483,-1,479,510,632,-1,511,718,635,-1,511,717,718,-1,456,719,509,-1,456,399,719,-1,710,476,470,-1,476,710,636,-1,482,486,455,-1,410,446,504,-1,527,720,528,-1,720,527,714,-1,501,494,386,-1,494,501,495,-1,433,497,418,-1,500,460,385,-1,493,495,491,-1,493,396,495,-1,387,633,628,-1,387,638,633,-1,501,491,495,-1,491,501,490,-1,524,450,489,-1,524,462,461,-1,393,447,522,-1,519,716,718,-1,716,519,520,-1,507,521,424,-1,521,507,520,-1,713,472,711,-1,713,518,472,-1,705,710,712,-1,529,475,444,-1,461,397,460,-1,409,397,461,-1,483,407,406,-1,459,452,640,-1,424,446,507,-1,440,186,201,-1,467,444,443,-1,431,721,628,-1,721,431,534,-1,525,630,707,-1,708,427,426,-1,427,708,706,-1,420,432,414,-1,420,643,432,-1,411,496,412,-1,398,636,705,-1,400,636,398,-1,395,396,493,-1,394,396,395,-1,507,506,715,-1,103,704,77,-1,704,103,703,-1,596,73,383,-1,701,703,596,-1,698,644,103,-1,698,535,381,-1,698,100,535,-1,381,644,698,-1,96,378,370,-1,371,368,366,-1,370,366,367,-1,375,374,367,-1,375,58,377,-1,377,364,375,-1,375,364,696,-1,96,370,367,-1,368,371,98,-1,363,118,355,-1,626,536,71,-1,694,360,93,-1,360,694,536,-1,93,625,94,-1,625,93,695,-1,362,356,363,-1,538,626,362,-1,358,537,357,-1,358,360,537,-1,69,118,356,-1,691,692,352,-1,354,691,351,-1,346,345,334,-1,347,298,345,-1,342,348,330,-1,334,335,333,-1,337,350,347,-1,330,86,327,-1,330,624,86,-1,330,327,329,-1,338,344,337,-1,339,349,348,-1,349,340,344,-1,341,335,333,-1,331,330,332,-1,341,333,335,-1,112,313,297,-1,313,112,690,-1,314,316,686,-1,314,687,315,-1,321,323,313,-1,319,320,322,-1,320,319,324,-1,314,686,316,-1,314,313,316,-1,306,301,305,-1,311,302,308,-1,300,81,309,-1,306,305,685,-1,542,81,301,-1,96,97,378,-1,74,90,593,-1,540,91,121,-1,91,540,87,-1,85,86,682,-1,83,345,298,-1,112,110,321,-1,113,312,310,-1,106,105,290,-1,722,661,288,-1,661,722,662,-1,681,160,723,-1,681,588,160,-1,173,723,169,-1,723,173,286,-1,629,549,188,-1,678,617,616,-1,678,679,617,-1,724,647,676,-1,147,149,284,-1,24,281,7,-1,24,725,281,-1,592,56,126,-1,189,673,587,-1,195,673,189,-1,216,674,581,-1,674,216,219,-1,667,195,648,-1,673,195,667,-1,649,672,559,-1,672,649,668,-1,614,726,213,-1,614,652,726,-1,665,577,585,-1,577,665,578,-1,670,563,562,-1,269,563,670,-1,243,268,241,-1,564,268,243,-1,268,264,606,-1,264,268,564,-1,245,264,564,-1,575,570,223,-1,575,225,570,-1,247,34,27,-1,178,35,566,-1,31,35,32,-1,651,259,255,-1,651,258,259,-1,651,261,258,-1,651,253,37,-1,254,253,651,-1,149,38,253,-1,10,21,211,-1,674,213,726,-1,674,182,213,-1,579,220,577,-1,0,220,579,-1,573,243,242,-1,119,86,598,-1,234,262,669,-1,262,234,232,-1,222,569,237,-1,570,225,224,-1,239,237,569,-1,136,133,130,-1,1,232,230,-1,135,235,239,-1,135,136,235,-1,276,275,0,-1,557,275,276,-1,227,129,128,-1,580,131,128,-1,276,578,137,-1,276,579,578,-1,648,278,666,-1,648,217,278,-1,653,204,210,-1,653,208,204,-1,194,208,653,-1,3,208,194,-1,207,208,3,-1,724,679,677,-1,676,679,724,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=5 */
		private int[] getIndexedFaceSet_10_359_coordIndex_5()
		{
			int[] value = {182,663,443,-1,1,179,177,-1,146,284,555,-1,284,146,148,-1,174,552,285,-1,174,621,552,-1,169,160,727,-1,157,660,158,-1,154,153,601,-1,140,230,138,-1,128,129,228,-1,121,91,92,-1,78,79,608,-1,87,119,543,-1,104,728,41,-1,728,104,73,-1,50,68,51,-1,97,74,593,-1,105,74,595,-1,84,295,122,-1,84,609,295,-1,659,122,295,-1,547,295,610,-1,165,295,547,-1,727,160,288,-1,727,289,170,-1,727,288,289,-1,73,150,141,-1,73,104,150,-1,611,101,107,-1,609,610,295,-1,608,659,295,-1,57,78,608,-1,141,102,73,-1,44,728,45,-1,729,260,51,-1,729,657,260,-1,66,67,110,-1,591,81,61,-1,60,657,729,-1,59,58,29,-1,56,78,57,-1,44,41,728,-1,58,565,29,-1,15,602,8,-1,24,618,605,-1,24,17,618,-1,19,8,618,-1,532,640,452,-1,532,641,640,-1,207,13,658,-1,4,13,207,-1,21,8,9,-1,725,10,281,-1,604,10,725,-1,6,671,568,-1,5,671,6,-1,16,19,17,-1,31,32,37,-1,40,34,33,-1,52,650,36,-1,30,36,650,-1,30,31,36,-1,729,51,68,-1,45,142,72,-1,142,45,596,-1,28,99,299,-1,244,67,62,-1,244,656,67,-1,99,28,565,-1,126,56,655,-1,612,600,121,-1,75,107,76,-1,95,94,58,-1,151,145,168,-1,145,151,144,-1,660,170,289,-1,660,174,170,-1,122,608,79,-1,609,84,298,-1,86,85,599,-1,118,594,117,-1,93,94,95,-1,75,118,107,-1,176,215,655,-1,215,176,214,-1,592,114,56,-1,592,80,114,-1,557,128,275,-1,171,157,155,-1,613,589,290,-1,613,159,589,-1,289,288,661,-1,662,622,291,-1,662,722,622,-1,169,727,170,-1,646,552,677,-1,285,552,646,-1,1,177,178,-1,189,191,467,-1,196,467,443,-1,203,665,558,-1,203,654,665,-1,675,554,617,-1,553,3,194,-1,3,553,209,-1,664,615,197,-1,214,559,61,-1,559,214,649,-1,668,277,667,-1,277,668,649,-1,223,236,238,-1,669,620,234,-1,42,144,143,-1,256,252,254,-1,252,256,280,-1,50,38,39,-1,50,52,38,-1,671,255,257,-1,671,256,255,-1,255,259,567,-1,259,177,567,-1,178,177,259,-1,573,262,248,-1,262,573,669,-1,67,82,591,-1,561,672,582,-1,672,561,271,-1,584,21,10,-1,200,586,199,-1,581,726,619,-1,581,674,726,-1,666,218,582,-1,666,278,218,-1,219,583,663,-1,219,217,583,-1,184,198,183,-1,197,198,184,-1,587,164,190,-1,587,279,164,-1,284,647,724,-1,675,205,554,-1,675,206,205,-1,646,730,286,-1,646,678,730,-1,680,730,550,-1,680,681,730,-1,162,629,163,-1,629,162,680,-1,105,106,294,-1,105,600,612,-1,105,294,600,-1,150,154,77,-1,113,112,297,-1,624,83,85,-1,624,345,83,-1,683,86,87,-1,593,90,88,-1,99,372,88,-1,142,644,69,-1,103,142,596,-1,305,301,82,-1,308,307,310,-1,542,301,302,-1,685,82,310,-1,314,326,325,-1,325,297,313,-1,322,115,689,-1,84,316,83,-1,687,122,325,-1,333,335,331,-1,343,339,342,-1,327,731,540,-1,624,330,334,-1,342,350,337,-1,330,348,332,-1,329,541,539,-1,347,121,298,-1,350,121,347,-1,354,693,691,-1,692,693,90,-1,90,91,692,-1,91,543,692,-1,93,60,694,-1,356,71,69,-1,359,358,361,-1,695,360,359,-1,355,94,625,-1,695,93,360,-1,374,645,367,-1,377,374,696,-1,374,377,627,-1,366,365,376,-1,376,371,366,-1,535,380,379,-1,698,700,100,-1,698,103,700,-1,644,100,69,-1,644,142,103,-1,702,703,701,-1,623,102,704,-1,703,103,596,-1,411,523,638,-1,395,493,392,-1,509,711,472,-1,719,711,509,-1,406,509,508,-1,456,509,406,-1,409,399,397,-1,642,446,410,-1,446,642,637,-1,425,457,641,-1,431,628,633,-1,441,185,186,-1,395,408,527,-1,408,395,393,-1,458,457,521,-1,442,522,402,-1,450,524,709,-1,441,464,185,-1,436,636,639,-1,481,635,732,-1,481,480,635,-1,642,486,637,-1,487,442,488,-1,412,528,720,-1,412,496,528,-1,391,498,494,-1,399,398,719,-1,499,643,419,-1,643,499,432,-1,630,499,435,-1,503,387,721,-1,721,387,628,-1,714,486,720,-1,487,486,714,-1,482,715,506,-1,482,631,715,-1,719,705,711,-1,719,398,705,-1,631,716,715,-1,716,631,732,-1,484,732,631,-1,484,481,732,-1,480,632,529,-1,519,459,458,-1,459,519,512,-1,453,530,192,-1,512,530,453,-1,426,634,429,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=6 */
		private int[] getIndexedFaceSet_10_359_coordIndex_6()
		{
			int[] value = {426,515,634,-1,717,512,519,-1,512,717,530,-1,529,510,526,-1,529,632,510,-1,470,712,710,-1,712,470,471,-1,399,402,522,-1,401,402,399,-1,642,720,486,-1,642,412,720,-1,387,498,391,-1,387,503,498,-1,461,397,409,-1,461,462,397,-1,391,494,502,-1,408,714,527,-1,714,408,442,-1,485,709,400,-1,732,718,716,-1,732,635,718,-1,475,474,473,-1,474,475,526,-1,713,184,518,-1,441,476,478,-1,434,464,478,-1,712,711,705,-1,444,469,529,-1,451,450,709,-1,442,408,522,-1,389,496,390,-1,423,187,185,-1,163,629,465,-1,445,532,706,-1,445,424,532,-1,534,503,721,-1,503,534,416,-1,525,533,438,-1,525,707,533,-1,429,708,426,-1,429,431,708,-1,507,637,506,-1,637,507,446,-1,704,102,77,-1,383,73,623,-1,701,382,702,-1,700,103,100,-1,644,697,100,-1,697,644,380,-1,699,535,100,-1,535,697,380,-1,367,366,369,-1,374,375,696,-1,371,97,98,-1,371,370,97,-1,71,536,694,-1,626,356,362,-1,360,536,537,-1,362,355,359,-1,357,538,361,-1,89,88,353,-1,692,691,693,-1,353,693,354,-1,351,89,353,-1,624,334,345,-1,540,121,350,-1,540,86,683,-1,731,86,540,-1,540,539,327,-1,327,86,731,-1,329,342,330,-1,329,328,327,-1,327,336,330,-1,316,115,83,-1,689,115,316,-1,110,115,322,-1,325,315,687,-1,326,314,315,-1,315,314,317,-1,313,690,321,-1,319,322,688,-1,319,688,324,-1,313,323,318,-1,316,320,324,-1,311,78,80,-1,81,302,80,-1,300,542,302,-1,306,685,307,-1,623,73,102,-1,373,58,94,-1,89,543,119,-1,122,113,297,-1,78,312,113,-1,74,105,544,-1,293,162,292,-1,291,294,106,-1,294,291,293,-1,288,160,722,-1,293,588,162,-1,293,622,588,-1,169,723,160,-1,681,286,730,-1,681,723,286,-1,678,550,730,-1,678,616,550,-1,554,616,617,-1,287,616,554,-1,555,724,551,-1,555,284,724,-1,148,147,284,-1,587,190,189,-1,655,56,55,-1,124,123,127,-1,652,619,726,-1,0,619,652,-1,10,207,658,-1,586,201,558,-1,586,200,201,-1,654,578,665,-1,654,140,578,-1,559,271,273,-1,559,672,271,-1,172,562,561,-1,560,563,270,-1,560,272,563,-1,65,110,67,-1,670,225,575,-1,225,670,226,-1,32,35,261,-1,37,261,651,-1,37,32,261,-1,52,51,260,-1,12,568,11,-1,6,568,12,-1,20,19,25,-1,20,9,18,-1,0,577,220,-1,652,577,0,-1,265,571,242,-1,265,267,571,-1,574,268,606,-1,598,263,26,-1,86,263,598,-1,236,223,222,-1,226,224,225,-1,224,226,227,-1,130,133,580,-1,562,563,272,-1,619,221,581,-1,663,583,196,-1,208,211,204,-1,184,664,197,-1,676,617,679,-1,675,617,676,-1,194,653,186,-1,185,194,186,-1,614,586,585,-1,615,586,614,-1,190,439,191,-1,724,552,551,-1,552,724,677,-1,174,171,621,-1,42,146,144,-1,175,161,164,-1,588,722,160,-1,722,588,622,-1,613,108,601,-1,290,296,613,-1,545,296,290,-1,140,180,230,-1,180,140,654,-1,128,557,580,-1,134,135,132,-1,124,215,61,-1,117,107,118,-1,100,107,117,-1,100,611,107,-1,299,99,88,-1,608,122,659,-1,157,174,660,-1,157,171,174,-1,153,104,143,-1,104,153,150,-1,97,94,75,-1,121,544,612,-1,298,610,609,-1,298,597,610,-1,126,655,215,-1,73,45,728,-1,111,574,63,-1,574,111,244,-1,61,81,125,-1,67,591,62,-1,71,729,68,-1,729,71,60,-1,28,89,598,-1,606,64,574,-1,41,49,42,-1,52,260,650,-1,40,29,565,-1,30,29,40,-1,30,260,29,-1,154,107,101,-1,108,107,154,-1,263,606,264,-1,22,8,602,-1,24,605,725,-1,257,568,671,-1,257,250,568,-1,251,250,257,-1,20,11,249,-1,11,20,25,-1,603,19,20,-1,19,603,15,-1,21,605,618,-1,725,605,604,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=1 */
		private int[] getIndexedFaceSet_10_363_coordIndex_1()
		{
			int[] value = {4,2,3,-1,5,6,7,-1,15,16,8,-1,17,18,11,-1,19,20,21,-1,22,23,24,-1,24,26,27,-1,31,32,33,-1,25,30,12,-1,34,33,35,-1,13,30,38,-1,37,19,13,-1,40,41,42,-1,44,45,46,-1,49,50,51,-1,54,55,56,-1,55,54,57,-1,63,64,65,-1,69,70,71,-1,73,53,74,-1,80,81,82,-1,81,71,83,-1,48,84,85,-1,94,93,105,-1,118,75,117,-1,128,100,127,-1,97,98,129,-1,108,69,80,-1,130,134,106,-1,121,139,122,-1,119,100,101,-1,76,79,145,-1,152,153,154,-1,155,156,146,-1,138,161,73,-1,42,173,172,-1,201,202,203,-1,205,206,207,-1,212,213,214,-1,10,229,226,-1,231,232,233,-1,234,235,236,-1,239,240,2,-1,244,245,246,-1,253,254,150,-1,147,254,253,-1,255,147,148,-1,146,256,257,-1,265,266,267,-1,262,268,269,-1,257,267,260,-1,275,276,277,-1,280,281,282,-1,19,38,25,-1,32,232,284,-1,27,283,34,-1,285,66,286,-1,167,61,287,-1,63,66,288,-1,56,50,54,-1,87,295,59,-1,246,245,264,-1,262,265,257,-1,108,70,69,-1,255,250,147,-1,301,273,300,-1,302,303,78,-1,243,154,242,-1,242,188,304,-1,12,15,31,-1,218,231,233,-1,2,154,153,-1,306,307,308,-1,309,189,281,-1,310,208,311,-1,312,205,213,-1,166,165,186,-1,10,18,313,-1,314,224,229,-1,222,219,221,-1,316,170,315,-1,220,317,318,-1,201,203,319,-1,320,180,321,-1,126,128,127,-1,183,178,321,-1,168,43,41,-1,111,98,97,-1,327,328,72,-1,72,326,327,-1,84,330,141,-1,85,113,138,-1,333,100,119,-1,326,335,340,-1,335,337,342,-1,335,342,340,-1,348,347,345,-1,375,376,374,-1,377,378,379,-1,379,380,375,-1,385,386,387,-1,389,386,388,-1,398,399,401,-1,399,400,401,-1,408,409,410,-1,415,404,406,-1,427,425,428,-1,435,418,425,-1,217,437,438,-1,407,402,440,-1,200,452,453,-1,204,203,202,-1,455,203,204,-1,456,449,203,-1,463,464,465,-1,430,464,426,-1,210,198,461,-1,462,466,433,-1,470,471,472,-1,472,478,476,-1,397,446,409,-1,483,484,485,-1,492,494,495,-1,473,412,445,-1,410,409,442,-1,459,498,444,-1,459,497,498,-1,428,425,426,-1,454,449,456,-1,456,501,502,-1,456,502,503,-1,504,438,454,-1,500,465,422,-1,505,506,428,-1,0,501,459,-1,472,508,470,-1,509,510,477,-1,512,513,514,-1,512,412,515,-1,516,517,518,-1,519,493,492,-1,483,485,419,-1,401,400,521,-1,522,523,396,-1,489,524,525,-1,418,489,429,-1,521,485,484,-1,493,398,526,-1,493,402,399,-1,400,403,527,-1,404,482,481,-1,417,515,412,-1,404,481,482,-1,446,480,443,-1,475,409,446,-1,473,476,477,-1,507,472,476,-1,420,499,430,-1,434,486,433,-1,451,210,461,-1,198,462,461,-1,530,457,460,-1,470,455,471,-1,196,455,204,-1,452,200,423,-1,436,531,444,-1,501,0,502,-1,450,532,207,-1,198,215,453,-1,200,199,423,-1,433,431,533,-1,431,467,421,-1,534,427,428,-1,504,535,536,-1,499,467,422,-1,420,467,499,-1,483,419,435,-1,520,493,519,-1,413,510,414,-1,412,413,411,-1,398,491,490,-1,388,386,385,-1,389,391,539,-1,385,541,333,-1,363,549,362,-1,363,359,367,-1,550,551,346,-1,351,131,552,-1,338,341,337,-1,555,335,339,-1,114,136,161,-1,111,112,556,-1,321,180,184,-1,323,44,181,-1,321,319,320,-1,180,449,454,-1,217,199,219,-1,560,561,562,-1,58,563,314,-1,564,22,39,-1,209,319,565,-1,236,566,190,-1,153,568,2,-1,154,569,238,-1,238,237,188,-1,302,83,273,-1,87,86,47,-1,299,572,277,-1,275,573,279,-1,3,574,192,-1,49,575,576,-1,291,580,290,-1,63,583,64,-1,63,288,583,-1,584,291,585,-1,584,55,58,-1,35,284,232,-1,28,33,283,-1,586,277,294,-1,294,293,586,-1,276,299,277,-1,572,298,587,-1,296,279,274,-1,588,260,589,-1,154,243,152,-1,260,590,261,-1,247,255,148,-1,255,152,591,-1,305,191,306,-1,32,284,33,-1,226,225,6,-1,6,225,227,-1,7,228,32,-1,198,218,592,-1,199,200,216,-1,235,310,236,-1,449,319,203,-1,197,201,310,-1,193,194,195,-1,308,594,595,-1,596,597,562,-1,183,321,184,-1,599,175,558,-1,558,600,599,-1,175,174,171,-1,168,104,43,-1,256,253,150,-1,254,147,149,-1,143,79,142,-1,129,126,127,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_363_coordIndex_2()
		{
			int[] value = {44,604,96,-1,170,601,174,-1,119,101,117,-1,162,545,582,-1,545,89,582,-1,80,71,81,-1,78,605,191,-1,118,162,52,-1,75,118,52,-1,178,179,594,-1,83,71,606,-1,289,64,583,-1,285,581,607,-1,62,63,287,-1,163,65,123,-1,86,59,294,-1,86,587,48,-1,45,44,323,-1,38,19,37,-1,610,580,611,-1,12,33,570,-1,11,18,10,-1,2,4,3,-1,14,19,21,-1,12,31,33,-1,610,34,580,-1,24,20,26,-1,48,47,86,-1,612,51,50,-1,293,294,51,-1,86,294,572,-1,61,62,287,-1,65,64,123,-1,288,285,583,-1,66,285,288,-1,60,608,581,-1,289,91,64,-1,80,68,108,-1,179,94,594,-1,613,82,614,-1,295,74,59,-1,545,88,89,-1,89,90,91,-1,325,42,103,-1,117,101,121,-1,133,145,132,-1,94,144,143,-1,135,353,603,-1,157,146,158,-1,124,123,90,-1,171,616,168,-1,171,40,175,-1,319,178,565,-1,165,617,186,-1,596,187,597,-1,308,565,594,-1,194,292,195,-1,193,195,3,-1,197,204,202,-1,449,320,319,-1,235,196,310,-1,439,211,210,-1,218,198,210,-1,7,32,8,-1,226,224,225,-1,280,205,207,-1,189,190,618,-1,189,309,190,-1,154,240,569,-1,151,149,250,-1,152,243,591,-1,151,250,262,-1,146,157,155,-1,260,261,158,-1,266,263,264,-1,588,590,260,-1,279,620,274,-1,232,290,35,-1,584,58,313,-1,285,286,57,-1,584,621,291,-1,285,57,581,-1,49,52,575,-1,578,293,609,-1,588,195,579,-1,586,293,574,-1,256,150,151,-1,299,298,572,-1,245,244,620,-1,244,300,273,-1,302,614,83,-1,571,622,304,-1,188,154,238,-1,306,623,567,-1,236,190,234,-1,205,312,206,-1,564,624,22,-1,229,224,226,-1,58,625,563,-1,224,222,225,-1,561,596,562,-1,219,318,217,-1,180,320,449,-1,601,170,186,-1,626,126,615,-1,181,626,615,-1,184,627,324,-1,42,101,173,-1,554,107,106,-1,333,120,100,-1,555,133,335,-1,337,335,336,-1,342,337,340,-1,144,105,343,-1,343,344,629,-1,548,630,369,-1,366,367,359,-1,546,631,371,-1,542,632,543,-1,383,384,382,-1,391,633,539,-1,383,333,384,-1,333,119,389,-1,522,396,489,-1,634,420,430,-1,492,526,494,-1,407,403,400,-1,635,475,636,-1,510,638,414,-1,519,639,520,-1,488,425,418,-1,419,418,435,-1,467,423,422,-1,535,503,536,-1,534,428,506,-1,1,531,436,-1,421,432,431,-1,533,434,433,-1,438,437,454,-1,450,207,206,-1,517,516,424,-1,412,528,445,-1,475,414,638,-1,444,498,436,-1,447,446,486,-1,210,451,439,-1,453,462,198,-1,455,196,471,-1,451,461,529,-1,640,457,530,-1,486,641,433,-1,452,466,462,-1,450,206,469,-1,422,465,464,-1,496,424,436,-1,473,477,413,-1,397,409,408,-1,404,415,441,-1,405,404,481,-1,400,527,521,-1,480,481,443,-1,493,399,398,-1,521,522,485,-1,429,488,418,-1,489,525,429,-1,419,487,418,-1,490,526,398,-1,519,492,518,-1,495,516,518,-1,512,514,528,-1,477,642,509,-1,473,507,476,-1,643,478,468,-1,643,642,478,-1,206,312,457,-1,0,459,444,-1,464,463,426,-1,428,463,505,-1,422,217,500,-1,454,535,504,-1,456,503,535,-1,535,454,456,-1,500,217,438,-1,426,463,428,-1,499,422,464,-1,439,460,312,-1,460,457,312,-1,496,498,497,-1,497,644,496,-1,442,441,410,-1,473,413,412,-1,495,518,492,-1,479,486,446,-1,487,489,418,-1,486,645,447,-1,404,443,481,-1,468,469,643,-1,466,431,433,-1,431,452,467,-1,217,422,423,-1,462,453,452,-1,450,471,196,-1,206,457,469,-1,203,501,456,-1,412,411,417,-1,407,400,402,-1,423,199,217,-1,432,533,431,-1,421,420,429,-1,427,435,425,-1,436,424,1,-1,421,467,420,-1,401,491,398,-1,396,523,397,-1,382,384,392,-1,385,333,388,-1,389,390,391,-1,379,374,377,-1,115,121,542,-1,117,121,115,-1,359,370,369,-1,365,330,357,-1,364,329,363,-1,335,326,339,-1,343,628,338,-1,109,329,108,-1,111,97,114,-1,44,184,182,-1,182,181,44,-1,126,626,650,-1,651,175,40,-1,181,652,626,-1,558,650,600,-1,318,219,220,-1,229,58,314,-1,313,229,10,-1,186,653,166,-1,439,312,213,-1,310,311,236,-1,189,241,281,-1,306,567,307,-1,218,654,231,-1,29,12,30,-1,571,655,191,-1,571,303,622,-1,304,622,242,-1,78,614,302,-1,80,69,71,-1,301,302,273,-1,297,298,299,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getIndexedFaceSet_10_363_coordIndex_3()
		{
			int[] value = {59,86,87,-1,292,579,195,-1,290,194,291,-1,607,289,285,-1,66,164,286,-1,27,34,610,-1,280,207,281,-1,279,573,278,-1,275,277,586,-1,274,244,273,-1,620,244,274,-1,265,267,257,-1,265,263,266,-1,261,160,158,-1,257,260,158,-1,656,258,657,-1,250,149,147,-1,2,240,154,-1,238,241,189,-1,12,14,230,-1,221,199,216,-1,598,187,170,-1,321,178,319,-1,178,183,179,-1,101,128,173,-1,166,62,165,-1,155,251,156,-1,150,254,149,-1,108,135,109,-1,131,68,72,-1,111,114,140,-1,120,136,100,-1,102,43,139,-1,88,116,89,-1,80,82,67,-1,42,325,101,-1,100,128,101,-1,183,324,95,-1,109,135,110,-1,90,123,64,-1,64,91,90,-1,605,78,303,-1,76,305,79,-1,73,75,53,-1,71,272,606,-1,285,289,583,-1,59,49,51,-1,572,587,86,-1,46,604,44,-1,40,42,651,-1,13,38,37,-1,15,12,36,-1,34,283,33,-1,30,14,29,-1,24,27,39,-1,24,39,22,-1,15,36,16,-1,10,661,11,-1,531,1,0,-1,14,23,230,-1,23,14,21,-1,230,22,36,-1,230,23,22,-1,13,19,14,-1,287,65,662,-1,63,65,287,-1,581,89,607,-1,105,93,94,-1,73,74,660,-1,68,67,72,-1,575,162,608,-1,94,142,595,-1,46,98,663,-1,325,103,101,-1,145,326,72,-1,140,141,111,-1,92,168,167,-1,168,92,104,-1,664,559,322,-1,559,664,597,-1,322,169,664,-1,627,44,96,-1,44,627,184,-1,324,353,134,-1,127,97,129,-1,99,100,136,-1,143,133,132,-1,662,167,287,-1,92,167,662,-1,139,43,122,-1,121,101,103,-1,649,84,141,-1,305,308,595,-1,306,308,305,-1,76,72,77,-1,145,72,76,-1,247,251,568,-1,579,259,160,-1,120,161,136,-1,121,102,139,-1,545,116,88,-1,616,171,601,-1,599,170,175,-1,599,598,170,-1,650,172,126,-1,650,558,172,-1,322,559,666,-1,652,667,626,-1,652,668,667,-1,186,617,165,-1,597,664,185,-1,315,561,669,-1,561,315,596,-1,193,3,593,-1,670,207,532,-1,672,231,654,-1,672,673,231,-1,222,674,223,-1,228,6,227,-1,6,228,7,-1,216,675,227,-1,592,215,198,-1,213,212,671,-1,618,566,676,-1,618,190,566,-1,238,569,241,-1,258,252,159,-1,258,656,252,-1,152,255,247,-1,568,252,2,-1,252,568,251,-1,588,579,160,-1,265,262,269,-1,250,248,268,-1,269,263,265,-1,574,260,677,-1,589,260,574,-1,271,84,48,-1,296,275,279,-1,270,269,268,-1,270,263,269,-1,31,8,32,-1,313,621,584,-1,18,621,313,-1,57,60,581,-1,291,611,580,-1,291,621,611,-1,577,291,194,-1,193,577,194,-1,577,193,593,-1,294,277,572,-1,268,249,270,-1,268,248,249,-1,574,275,586,-1,677,275,574,-1,77,72,67,-1,678,188,237,-1,304,188,678,-1,8,31,15,-1,211,658,210,-1,282,241,239,-1,282,281,241,-1,238,676,237,-1,238,618,676,-1,307,565,308,-1,209,565,307,-1,563,680,679,-1,625,680,563,-1,224,674,222,-1,224,314,674,-1,318,437,217,-1,681,562,185,-1,560,562,681,-1,437,180,454,-1,682,180,437,-1,666,668,322,-1,667,668,666,-1,129,615,126,-1,603,353,96,-1,557,554,106,-1,131,107,554,-1,108,329,70,-1,271,330,84,-1,114,161,331,-1,117,115,683,-1,390,119,117,-1,541,73,161,-1,137,121,684,-1,125,124,686,-1,144,336,133,-1,338,628,341,-1,339,326,555,-1,687,343,629,-1,341,343,687,-1,687,328,340,-1,328,327,340,-1,346,688,353,-1,648,348,135,-1,553,350,349,-1,352,349,350,-1,352,648,347,-1,351,552,345,-1,345,557,550,-1,648,108,347,-1,348,353,135,-1,134,353,557,-1,345,554,557,-1,361,366,548,-1,367,689,368,-1,369,366,359,-1,369,630,366,-1,362,363,358,-1,549,363,362,-1,271,358,357,-1,271,70,358,-1,359,329,370,-1,370,368,369,-1,329,359,363,-1,361,548,360,-1,370,109,110,-1,329,109,370,-1,547,649,373,-1,690,332,546,-1,545,544,116,-1,375,374,379,-1,375,692,374,-1,544,377,543,-1,544,543,632,-1,694,115,542,-1,162,118,693,-1,683,115,118,-1,386,389,539,-1,695,541,385,-1,120,541,540,-1,75,386,539,-1,75,381,386,-1,385,387,695,-1,386,381,387,-1,384,389,392,-1,388,333,382,-1,73,541,695,-1,393,394,696,-1,394,393,697,-1,538,393,699,-1,697,684,699,-1,697,698,684,-1,684,701,699,-1,122,699,701,-1,685,116,684,-1,395,537,702,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=4 */
		private int[] getIndexedFaceSet_10_363_coordIndex_4()
		{
			int[] value = {395,702,703,-1,703,705,706,-1,707,705,702,-1,704,703,708,-1,706,709,708,-1,705,537,711,-1,704,711,537,-1,704,708,711,-1,711,92,710,-1,705,686,709,-1,92,711,334,-1,514,511,712,-1,492,493,526,-1,713,714,530,-1,714,713,715,-1,517,639,519,-1,513,639,517,-1,488,634,430,-1,503,716,536,-1,717,716,503,-1,647,534,494,-1,200,453,215,-1,415,405,646,-1,406,405,415,-1,496,436,498,-1,637,417,411,-1,0,444,531,-1,510,413,477,-1,396,447,524,-1,396,397,447,-1,469,468,450,-1,719,433,641,-1,719,720,433,-1,530,718,713,-1,530,460,718,-1,508,507,721,-1,508,472,507,-1,513,512,639,-1,440,520,722,-1,440,402,520,-1,521,484,491,-1,636,475,715,-1,634,429,420,-1,488,429,634,-1,429,525,421,-1,447,397,446,-1,524,448,525,-1,524,447,448,-1,490,483,723,-1,526,723,647,-1,490,723,526,-1,512,724,722,-1,724,512,515,-1,712,528,514,-1,712,474,528,-1,725,715,713,-1,725,636,715,-1,726,474,712,-1,721,474,726,-1,721,473,474,-1,721,507,473,-1,478,472,468,-1,463,500,505,-1,463,465,500,-1,439,529,718,-1,439,451,529,-1,530,509,640,-1,530,714,509,-1,635,641,727,-1,641,635,719,-1,462,433,720,-1,421,448,432,-1,521,491,401,-1,724,415,646,-1,416,415,724,-1,727,409,635,-1,414,408,411,-1,414,475,408,-1,468,472,471,-1,439,718,460,-1,430,499,464,-1,713,728,725,-1,471,450,468,-1,480,397,523,-1,446,397,480,-1,443,442,727,-1,410,415,416,-1,402,400,399,-1,495,717,516,-1,716,717,495,-1,716,494,534,-1,716,495,494,-1,448,421,525,-1,717,502,1,-1,717,503,502,-1,426,488,430,-1,425,488,426,-1,406,404,405,-1,708,334,711,-1,92,163,710,-1,711,710,705,-1,705,710,686,-1,708,709,43,-1,706,705,709,-1,703,706,708,-1,703,704,395,-1,537,707,702,-1,702,705,703,-1,122,684,121,-1,684,122,701,-1,684,685,700,-1,538,685,684,-1,394,697,696,-1,633,391,75,-1,388,392,389,-1,117,391,390,-1,75,73,695,-1,632,137,544,-1,544,545,162,-1,376,543,377,-1,378,544,162,-1,377,544,378,-1,376,694,542,-1,379,378,380,-1,374,376,377,-1,374,692,375,-1,542,121,137,-1,114,331,691,-1,649,140,332,-1,691,331,631,-1,649,547,85,-1,373,649,332,-1,371,373,690,-1,371,372,547,-1,364,70,329,-1,630,548,366,-1,365,368,330,-1,355,357,356,-1,368,689,369,-1,354,356,365,-1,354,355,356,-1,347,68,351,-1,557,353,550,-1,550,346,345,-1,550,353,688,-1,350,347,348,-1,352,347,553,-1,553,347,350,-1,352,350,348,-1,347,351,345,-1,105,344,343,-1,343,338,336,-1,628,343,341,-1,335,133,336,-1,337,341,687,-1,92,334,104,-1,541,161,540,-1,75,391,117,-1,649,85,84,-1,145,133,326,-1,344,130,106,-1,182,180,181,-1,182,184,180,-1,181,615,323,-1,177,322,668,-1,169,322,177,-1,176,181,180,-1,176,652,181,-1,681,169,177,-1,169,681,185,-1,560,729,730,-1,560,681,729,-1,317,731,730,-1,317,220,731,-1,220,222,223,-1,222,220,219,-1,679,653,316,-1,679,680,653,-1,625,164,680,-1,625,602,164,-1,211,439,671,-1,311,209,307,-1,208,209,311,-1,670,281,207,-1,670,309,281,-1,239,619,282,-1,619,239,2,-1,7,732,5,-1,732,7,8,-1,218,658,654,-1,218,210,658,-1,155,157,159,-1,304,655,571,-1,304,678,655,-1,188,242,154,-1,301,303,302,-1,301,622,303,-1,68,80,67,-1,248,733,249,-1,591,733,248,-1,160,590,588,-1,578,593,293,-1,578,577,593,-1,608,60,575,-1,18,611,621,-1,18,17,611,-1,570,33,28,-1,657,2,4,-1,2,657,619,-1,278,620,279,-1,278,245,620,-1,273,83,606,-1,272,48,587,-1,48,272,271,-1,270,264,263,-1,250,591,248,-1,255,591,250,-1,266,264,278,-1,160,261,590,-1,159,259,258,-1,158,146,257,-1,253,146,156,-1,622,301,242,-1,241,240,239,-1,734,676,566,-1,735,676,734,-1,32,675,232,-1,32,228,675,-1,211,212,658,-1,211,671,212,-1,218,215,592,-1,222,221,225,-1,199,221,219,-1,215,216,200,-1,654,659,672,-1,659,654,658,-1,280,213,205,-1,280,214,213,-1,532,235,670,-1,3,192,593,-1,3,589,574,-1,186,316,653,-1,186,170,316,-1,565,178,594,-1,667,650,626,-1,666,665,600,-1,666,559,665,-1,286,164,602,-1,116,90,89,-1,159,160,259,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=5 */
		private int[] getIndexedFaceSet_10_363_coordIndex_5()
		{
			int[] value = {157,158,160,-1,568,153,247,-1,144,133,143,-1,95,179,183,-1,179,95,105,-1,94,105,144,-1,140,649,141,-1,607,91,289,-1,91,607,89,-1,582,89,581,-1,114,97,736,-1,127,99,97,-1,96,135,603,-1,134,95,324,-1,599,187,598,-1,187,599,665,-1,616,167,168,-1,616,61,167,-1,99,736,97,-1,627,353,324,-1,191,303,571,-1,191,605,303,-1,77,78,191,-1,82,613,67,-1,53,75,52,-1,85,138,87,-1,105,94,179,-1,272,71,70,-1,66,63,62,-1,576,575,60,-1,53,59,74,-1,59,53,49,-1,52,49,53,-1,103,41,43,-1,41,103,42,-1,606,272,298,-1,34,290,580,-1,34,35,290,-1,27,28,283,-1,26,28,27,-1,732,9,661,-1,732,8,9,-1,661,226,732,-1,661,10,226,-1,5,226,6,-1,564,11,624,-1,564,17,11,-1,36,737,16,-1,230,36,12,-1,19,25,20,-1,21,20,23,-1,36,22,737,-1,14,30,13,-1,24,23,20,-1,60,57,54,-1,575,52,162,-1,85,47,48,-1,78,77,67,-1,83,82,81,-1,614,82,83,-1,163,92,662,-1,595,142,305,-1,46,663,604,-1,601,61,616,-1,601,165,61,-1,170,174,175,-1,174,601,171,-1,324,183,184,-1,663,110,604,-1,663,111,110,-1,127,100,99,-1,99,136,114,-1,103,102,121,-1,305,76,191,-1,143,132,79,-1,132,145,79,-1,151,150,149,-1,251,247,156,-1,292,259,579,-1,673,259,292,-1,164,62,166,-1,173,126,172,-1,126,173,128,-1,42,172,651,-1,668,176,177,-1,652,176,668,-1,62,61,165,-1,315,170,187,-1,315,679,316,-1,669,679,315,-1,202,201,197,-1,658,214,659,-1,214,658,212,-1,232,673,292,-1,232,231,673,-1,675,216,215,-1,223,738,739,-1,738,223,674,-1,227,675,228,-1,671,439,213,-1,215,233,675,-1,218,233,215,-1,234,670,235,-1,569,240,241,-1,656,2,252,-1,656,4,2,-1,244,270,249,-1,246,270,244,-1,156,247,253,-1,253,148,147,-1,256,146,253,-1,195,588,3,-1,268,262,250,-1,677,573,275,-1,573,677,740,-1,300,249,733,-1,300,244,249,-1,587,298,272,-1,296,276,275,-1,278,740,266,-1,278,573,740,-1,30,25,38,-1,26,25,28,-1,26,20,25,-1,610,39,27,-1,39,610,564,-1,164,66,62,-1,194,232,292,-1,290,232,194,-1,609,56,585,-1,609,612,56,-1,293,612,609,-1,297,276,296,-1,276,297,299,-1,242,591,243,-1,591,242,733,-1,258,673,672,-1,258,259,673,-1,659,619,657,-1,659,214,619,-1,735,237,676,-1,735,678,237,-1,311,567,734,-1,567,311,307,-1,618,238,189,-1,94,595,594,-1,310,201,208,-1,661,624,11,-1,661,9,624,-1,58,229,313,-1,674,563,738,-1,674,314,563,-1,731,669,561,-1,739,669,731,-1,437,317,682,-1,318,317,437,-1,185,562,597,-1,729,180,682,-1,176,180,729,-1,600,667,666,-1,650,667,600,-1,651,558,175,-1,651,172,558,-1,98,111,663,-1,328,629,107,-1,105,130,344,-1,557,106,134,-1,556,110,111,-1,113,331,161,-1,332,140,114,-1,683,118,117,-1,122,124,90,-1,124,122,709,-1,133,555,326,-1,353,348,346,-1,553,349,352,-1,551,688,346,-1,551,550,688,-1,347,108,68,-1,108,648,135,-1,355,354,357,-1,362,358,364,-1,358,356,357,-1,330,271,357,-1,367,368,365,-1,368,556,330,-1,373,371,547,-1,631,372,371,-1,546,691,631,-1,372,85,547,-1,331,372,631,-1,331,113,372,-1,691,332,114,-1,380,376,375,-1,380,693,694,-1,376,542,543,-1,162,380,378,-1,162,693,380,-1,693,118,115,-1,387,75,695,-1,538,698,697,-1,697,699,696,-1,698,538,684,-1,705,707,537,-1,710,163,125,-1,334,708,43,-1,513,511,514,-1,517,511,513,-1,413,414,411,-1,716,506,536,-1,716,534,506,-1,432,645,533,-1,432,448,645,-1,483,427,723,-1,435,427,483,-1,1,516,717,-1,1,424,516,-1,196,204,197,-1,407,646,405,-1,407,440,646,-1,417,637,416,-1,443,441,442,-1,443,404,441,-1,727,486,479,-1,641,486,727,-1,725,720,719,-1,725,728,720,-1,452,431,466,-1,452,423,467,-1,713,529,728,-1,529,713,718,-1,640,469,457,-1,643,469,640,-1,741,721,726,-1,741,508,721,-1,515,416,724,-1,416,515,417,-1,409,727,442,-1,446,443,479,-1,409,475,635,-1,489,485,522,-1,489,487,485,-1,434,645,486,-1,533,645,434,-1,484,490,491,-1,484,483,490,-1,722,639,512,-1,722,520,639,-1,474,445,528,-1,474,473,445,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=6 */
		private int[] getIndexedFaceSet_10_363_coordIndex_6()
		{
			int[] value = {637,408,410,-1,529,461,728,-1,644,712,511,-1,726,712,644,-1,497,742,741,-1,459,742,497,-1,458,742,459,-1,455,458,203,-1,438,505,500,-1,438,504,505,-1,505,536,506,-1,505,504,536,-1,458,501,203,-1,501,458,459,-1,455,742,458,-1,455,470,742,-1,476,642,477,-1,478,642,476,-1,741,470,508,-1,741,742,470,-1,715,638,714,-1,715,475,638,-1,462,728,461,-1,720,728,462,-1,412,512,528,-1,517,519,518,-1,722,646,440,-1,724,646,722,-1,521,523,522,-1,527,523,521,-1,485,487,419,-1,396,524,489,-1,642,640,509,-1,640,642,643,-1,527,405,481,-1,527,403,405,-1,494,526,647,-1,481,523,527,-1,480,523,481,-1,441,415,410,-1,408,446,397,-1,475,446,408,-1,726,497,741,-1,644,497,726,-1,496,511,424,-1,644,511,496,-1,479,443,727,-1,410,416,637,-1,517,424,511,-1,450,196,532,-1,723,534,647,-1,427,534,723,-1,448,447,645,-1,1,502,0,-1,402,493,520,-1,714,510,509,-1,510,714,638,-1,411,408,637,-1,719,636,725,-1,636,719,635,-1,405,403,407,-1,125,686,710,-1,395,704,537,-1,684,116,137,-1,90,699,122,-1,699,90,538,-1,538,90,685,-1,700,685,684,-1,696,699,393,-1,538,697,393,-1,541,120,333,-1,119,390,389,-1,382,333,383,-1,384,333,389,-1,392,388,382,-1,387,381,75,-1,539,633,75,-1,542,137,632,-1,693,115,694,-1,376,380,694,-1,137,116,544,-1,113,85,372,-1,332,691,546,-1,373,332,690,-1,371,690,546,-1,556,370,110,-1,370,556,368,-1,367,548,689,-1,357,354,365,-1,367,365,356,-1,363,367,356,-1,358,70,364,-1,356,358,363,-1,369,689,548,-1,366,548,367,-1,361,548,366,-1,360,548,361,-1,362,364,363,-1,351,68,131,-1,345,131,554,-1,552,131,345,-1,348,648,352,-1,348,345,346,-1,340,327,326,-1,687,629,328,-1,336,144,343,-1,337,687,340,-1,336,338,337,-1,43,709,122,-1,43,104,334,-1,124,709,686,-1,685,90,116,-1,540,161,120,-1,112,330,556,-1,141,330,112,-1,344,107,629,-1,344,106,107,-1,46,129,98,-1,46,45,129,-1,615,45,323,-1,45,615,129,-1,177,729,681,-1,177,176,729,-1,730,682,317,-1,730,729,682,-1,730,561,560,-1,730,731,561,-1,223,731,220,-1,223,739,731,-1,738,563,679,-1,625,58,602,-1,9,22,624,-1,9,737,22,-1,319,208,201,-1,319,209,208,-1,94,143,142,-1,234,309,670,-1,234,190,309,-1,236,734,566,-1,734,236,311,-1,678,623,655,-1,735,623,678,-1,282,214,280,-1,282,619,214,-1,657,672,659,-1,258,672,657,-1,251,159,252,-1,155,159,251,-1,301,733,242,-1,733,301,300,-1,273,296,274,-1,296,273,297,-1,298,273,606,-1,297,273,298,-1,192,574,293,-1,192,293,593,-1,293,51,612,-1,577,585,291,-1,578,585,577,-1,578,609,585,-1,55,585,56,-1,585,55,584,-1,57,58,55,-1,33,284,35,-1,12,28,25,-1,12,570,28,-1,4,656,657,-1,260,740,677,-1,740,267,266,-1,740,260,267,-1,264,245,278,-1,589,3,588,-1,257,151,262,-1,257,256,151,-1,148,253,247,-1,264,270,246,-1,567,735,734,-1,623,735,567,-1,655,306,191,-1,623,306,655,-1,232,675,233,-1,227,221,216,-1,225,221,227,-1,739,679,669,-1,679,739,738,-1,532,196,235,-1,197,310,196,-1,680,166,653,-1,164,166,680,-1,315,187,596,-1,664,169,185,-1,600,665,599,-1,171,41,40,-1,57,602,58,-1,57,286,602,-1,131,328,107,-1,328,131,72,-1,157,160,159,-1,153,152,247,-1,112,111,141,-1,95,130,105,-1,582,581,608,-1,99,114,736,-1,110,96,604,-1,110,135,96,-1,95,134,130,-1,665,597,187,-1,597,665,559,-1,41,171,168,-1,186,165,601,-1,138,113,161,-1,43,102,103,-1,96,353,627,-1,163,662,65,-1,87,74,295,-1,74,87,660,-1,67,614,78,-1,67,613,614,-1,305,142,79,-1,191,76,77,-1,660,138,73,-1,138,660,87,-1,85,87,47,-1,124,163,123,-1,125,163,124,-1,582,608,162,-1,54,49,576,-1,54,50,49,-1,54,576,60,-1,294,59,51,-1,612,50,56,-1,271,272,70,-1,611,564,610,-1,564,611,17,-1,8,737,9,-1,737,8,16,-1,29,14,12,-1,226,5,732,-1};
			return value;
		}

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

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getIndexedFaceSet_10_375_coordIndex_3()
		{
			int[] value = {132,130,44,-1,124,46,311,-1,124,133,46,-1,31,134,306,-1,59,119,117,-1,135,119,59,-1,341,98,58,-1,0,129,1,-1,129,0,137,-1,128,129,137,-1,326,328,337,-1,326,51,328,-1,51,326,79,-1,308,50,51,-1,308,29,50,-1,139,329,296,-1,139,312,329,-1,96,329,95,-1,95,294,320,-1,95,94,294,-1,320,293,141,-1,293,320,83,-1,16,142,15,-1,85,58,97,-1,165,21,164,-1,284,168,166,-1,284,325,168,-1,165,321,21,-1,169,162,232,-1,162,169,163,-1,147,278,189,-1,180,197,179,-1,173,171,172,-1,179,190,183,-1,252,263,227,-1,335,332,291,-1,334,268,266,-1,204,205,206,-1,232,209,169,-1,216,224,274,-1,224,216,222,-1,213,214,219,-1,209,231,214,-1,174,215,193,-1,157,204,159,-1,239,248,208,-1,201,255,202,-1,240,255,201,-1,204,208,158,-1,204,270,253,-1,249,270,204,-1,250,236,237,-1,201,239,204,-1,240,236,254,-1,251,236,240,-1,250,256,255,-1,184,185,257,-1,280,334,331,-1,263,247,318,-1,332,280,331,-1,332,246,280,-1,334,245,268,-1,269,187,268,-1,269,279,187,-1,196,180,179,-1,253,198,252,-1,198,253,270,-1,227,336,58,-1,137,0,264,-1,137,264,265,-1,134,259,27,-1,216,274,223,-1,194,53,52,-1,53,178,192,-1,178,53,194,-1,316,215,271,-1,338,273,316,-1,338,288,273,-1,338,226,225,-1,217,225,342,-1,217,287,225,-1,276,342,339,-1,319,342,276,-1,160,151,170,-1,161,151,160,-1,58,99,228,-1,228,227,58,-1,276,211,213,-1,223,160,275,-1,274,160,223,-1,218,342,319,-1,218,217,342,-1,339,225,226,-1,339,342,225,-1,220,222,216,-1,288,225,287,-1,288,338,225,-1,175,234,174,-1,171,234,175,-1,192,337,53,-1,193,337,192,-1,326,272,327,-1,326,340,272,-1,52,27,194,-1,190,179,278,-1,146,180,150,-1,27,178,177,-1,187,186,266,-1,245,315,281,-1,245,261,268,-1,246,245,280,-1,268,261,269,-1,240,254,250,-1,248,201,202,-1,248,239,201,-1,237,203,250,-1,205,157,208,-1,272,340,215,-1,210,169,209,-1,209,232,231,-1,233,214,231,-1,233,286,214,-1,81,217,86,-1,331,266,136,-1,266,331,334,-1,336,332,335,-1,336,318,332,-1,190,182,183,-1,188,182,190,-1,146,189,181,-1,181,189,180,-1,171,172,234,-1,185,282,265,-1,179,183,196,-1,278,149,277,-1,147,149,278,-1,165,168,321,-1,165,166,168,-1,167,165,164,-1,98,97,58,-1,82,293,83,-1,15,314,26,-1,314,15,142,-1,141,75,313,-1,293,75,141,-1,81,294,94,-1,96,80,90,-1,296,96,305,-1,296,329,96,-1,328,53,337,-1,28,306,27,-1,297,128,137,-1,290,341,58,-1,31,306,28,-1,45,44,130,-1,114,123,300,-1,114,298,302,-1,18,300,9,-1,66,65,118,-1,107,65,66,-1,333,71,63,-1,71,333,70,-1,111,20,109,-1,62,121,110,-1,324,108,67,-1,108,324,121,-1,101,102,304,-1,101,100,102,-1,326,92,79,-1,118,65,116,-1,304,102,104,-1,92,327,140,-1,26,74,73,-1,103,25,73,-1,77,104,103,-1,77,304,104,-1,1,129,45,-1,130,322,2,-1,302,322,130,-1,323,341,290,-1,323,125,341,-1,41,131,128,-1,41,39,40,-1,32,33,54,-1,8,295,143,-1,295,8,5,-1,15,9,16,-1,168,23,24,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_387_coordIndex_2()
		{
			int[] value = {186,323,267,-1,216,185,161,-1,218,219,186,-1,185,167,218,-1,216,167,185,-1,161,167,217,-1,167,161,154,-1,219,218,167,-1,176,215,178,-1,181,175,183,-1,269,172,188,-1,198,324,325,-1,198,211,324,-1,220,266,265,-1,220,164,266,-1,326,174,327,-1,174,326,171,-1,170,171,326,-1,182,328,329,-1,328,182,221,-1,265,212,268,-1,212,265,266,-1,181,221,182,-1,187,154,206,-1,151,195,197,-1,185,207,158,-1,192,134,196,-1,203,202,158,-1,197,200,206,-1,197,196,200,-1,207,267,208,-1,186,267,207,-1,199,205,209,-1,192,202,134,-1,160,155,157,-1,134,202,203,-1,157,156,195,-1,151,160,195,-1,191,265,222,-1,191,180,265,-1,162,85,193,-1,214,330,213,-1,330,214,331,-1,173,327,174,-1,327,173,331,-1,166,55,47,-1,198,178,211,-1,269,188,184,-1,178,177,179,-1,184,181,183,-1,177,173,176,-1,118,3,0,-1,118,26,40,-1,332,121,322,-1,332,333,121,-1,319,334,318,-1,321,334,319,-1,335,319,315,-1,335,320,319,-1,254,39,29,-1,252,336,270,-1,253,336,252,-1,147,129,139,-1,147,128,129,-1,142,147,264,-1,142,138,96,-1,33,252,23,-1,252,32,253,-1,33,32,252,-1,39,40,230,-1,70,144,143,-1,138,142,94,-1,107,108,116,-1,125,272,273,-1,124,272,125,-1,108,109,129,-1,316,64,205,-1,115,122,135,-1,116,115,109,-1,121,126,127,-1,121,120,126,-1,321,125,334,-1,321,127,125,-1,337,323,325,-1,323,337,338,-1,231,263,223,-1,114,263,231,-1,229,114,227,-1,229,132,114,-1,113,114,111,-1,111,112,110,-1,315,312,335,-1,315,311,312,-1,314,304,311,-1,304,314,300,-1,36,35,233,-1,250,9,249,-1,38,309,308,-1,38,36,309,-1,305,310,308,-1,305,339,310,-1,307,339,305,-1,307,340,339,-1,341,303,340,-1,302,303,341,-1,301,341,299,-1,301,342,341,-1,328,297,342,-1,295,297,328,-1,259,250,274,-1,104,250,259,-1,296,76,294,-1,76,296,243,-1,76,275,247,-1,76,75,275,-1,67,102,260,-1,276,16,89,-1,276,20,16,-1,93,67,101,-1,79,103,293,-1,103,79,101,-1,277,293,103,-1,291,293,277,-1,100,102,89,-1,278,102,100,-1,282,97,98,-1,287,290,237,-1,80,290,287,-1,62,246,12,-1,280,85,282,-1,80,287,81,-1,62,258,246,-1,258,62,5,-1,66,71,276,-1,63,245,214,-1,104,43,250,-1,51,81,52,-1,46,85,280,-1,51,61,86,-1,73,70,143,-1,73,72,70,-1,68,95,69,-1,79,82,93,-1,90,46,48,-1,12,8,5,-1,53,44,18,-1,9,43,4,-1,8,7,249,-1,10,13,249,-1,250,343,274,-1,250,106,343,-1,17,45,14,-1,92,35,42,-1,31,32,27,-1,148,271,149,-1,148,118,271,-1,225,255,27,-1,24,25,23,-1,240,73,241,-1,13,7,11,-1,12,99,13,-1,100,12,279,-1,100,99,12,-1,20,14,16,-1,140,149,141,-1,140,148,149,-1,2,29,28,-1,2,254,29,-1,2,30,254,-1,0,30,2,-1,105,256,106,-1,105,251,256,-1,61,51,275,-1,46,60,47,-1,58,56,88,-1,57,56,58,-1,280,282,59,-1,281,74,51,-1,75,48,61,-1,247,74,49,-1,247,275,74,-1,60,48,75,-1,251,14,37,-1,251,17,14,-1,5,88,258,-1,5,58,88,-1,44,53,57,-1,84,46,90,-1,84,48,46,-1,82,64,96,-1,63,64,82,-1,20,21,19,-1,240,21,20,-1,285,214,245,-1,235,214,285,-1,98,87,59,-1,80,87,98,-1,12,7,8,-1,246,286,236,-1,290,80,97,-1,290,291,277,-1,290,97,291,-1,279,278,100,-1,279,236,278,-1,239,234,292,-1,293,285,79,-1,293,292,285,-1,89,66,276,-1,102,66,89,-1,83,259,49,-1,83,244,259,-1,212,60,243,-1,212,47,60,-1,248,49,50,-1,49,248,247,-1,329,301,298,-1,328,301,329,-1,297,294,302,-1,297,296,294,-1,300,307,304,-1,299,307,300,-1,303,50,344,-1,303,248,50,-1,344,274,343,-1,344,50,274,-1,36,345,309,-1,233,345,36,-1,310,106,256,-1,343,106,310,-1,21,42,35,-1,324,298,346,-1,298,324,329,-1,309,312,306,-1,309,345,312,-1,337,314,313,-1,337,346,314,-1,116,108,107,-1,114,112,111,-1,40,26,132,-1,39,30,40,-1,30,39,254,-1,334,273,347,-1,334,125,273,-1,122,124,126,-1,124,122,116,-1,115,110,109,-1,131,129,201,-1,129,131,108,-1,108,119,134,-1,120,111,123,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getIndexedFaceSet_10_387_coordIndex_3()
		{
			int[] value = {135,117,115,-1,111,120,261,-1,272,108,134,-1,123,110,115,-1,137,69,95,-1,109,226,139,-1,226,109,110,-1,253,31,41,-1,32,31,253,-1,24,23,241,-1,147,139,145,-1,150,146,224,-1,146,150,317,-1,225,149,271,-1,270,332,348,-1,336,332,270,-1,252,34,23,-1,313,338,337,-1,313,318,338,-1,348,322,320,-1,332,322,348,-1,338,267,323,-1,347,267,338,-1,41,336,253,-1,336,41,262,-1,333,120,121,-1,263,120,333,-1,3,118,283,-1,153,154,151,-1,189,171,190,-1,174,171,189,-1,191,222,221,-1,181,182,211,-1,170,169,171,-1,185,218,207,-1,269,183,189,-1,178,186,219,-1,167,177,219,-1,183,175,189,-1,184,183,269,-1,269,189,172,-1,177,331,173,-1,177,330,331,-1,47,55,194,-1,164,166,266,-1,327,235,326,-1,327,214,235,-1,162,289,85,-1,288,326,234,-1,326,288,170,-1,211,329,324,-1,329,211,182,-1,222,268,295,-1,268,222,265,-1,330,177,209,-1,158,202,156,-1,205,199,204,-1,204,200,201,-1,204,199,200,-1,131,134,119,-1,158,207,203,-1,325,186,198,-1,325,323,186,-1,200,199,187,-1,330,205,213,-1,134,207,208,-1,203,207,134,-1,206,153,197,-1,209,205,330,-1,221,295,328,-1,295,221,222,-1,234,326,235,-1,289,170,288,-1,289,162,170,-1,46,193,85,-1,46,55,193,-1,331,214,327,-1,266,47,212,-1,47,266,166,-1,181,176,175,-1,169,191,188,-1,219,177,178,-1,188,191,184,-1,162,169,170,-1,162,163,169,-1,178,198,186,-1,186,207,218,-1,187,177,167,-1,159,154,161,-1,159,151,154,-1,118,40,3,-1,283,118,3,-1,223,333,262,-1,223,263,333,-1,336,333,332,-1,336,262,333,-1,318,347,338,-1,334,347,318,-1,320,349,348,-1,335,349,320,-1,91,348,349,-1,91,270,348,-1,146,226,224,-1,130,142,316,-1,142,130,128,-1,145,264,147,-1,137,70,69,-1,136,70,137,-1,264,94,142,-1,316,96,64,-1,316,142,96,-1,27,41,31,-1,110,224,226,-1,224,110,112,-1,140,141,150,-1,115,117,120,-1,127,124,125,-1,127,126,124,-1,208,347,273,-1,267,347,208,-1,113,261,114,-1,261,113,111,-1,230,229,223,-1,148,140,26,-1,345,335,312,-1,335,345,349,-1,300,346,298,-1,300,314,346,-1,38,35,36,-1,35,38,37,-1,233,349,345,-1,91,349,233,-1,339,343,310,-1,339,344,343,-1,340,344,339,-1,340,303,344,-1,299,340,307,-1,341,340,299,-1,342,302,341,-1,342,297,302,-1,328,342,301,-1,274,49,259,-1,274,50,49,-1,268,243,296,-1,243,268,212,-1,102,67,66,-1,93,101,79,-1,234,239,288,-1,89,13,100,-1,89,16,13,-1,97,239,291,-1,282,289,97,-1,85,289,282,-1,81,287,286,-1,20,71,240,-1,276,71,20,-1,138,82,96,-1,71,68,72,-1,71,66,68,-1,82,65,63,-1,242,48,46,-1,51,83,74,-1,52,83,51,-1,88,81,258,-1,88,52,81,-1,46,280,59,-1,46,48,60,-1,52,244,83,-1,52,257,244,-1,52,56,257,-1,257,56,54,-1,56,52,88,-1,78,138,94,-1,77,138,78,-1,67,260,103,-1,325,346,337,-1,346,325,324,-1,45,15,14,-1,18,54,53,-1,43,18,4,-1,250,105,106,-1,250,249,105,-1,256,37,38,-1,37,256,251,-1,37,19,35,-1,37,14,19,-1,21,35,19,-1,2,1,0,-1,0,2,118,-1,29,27,255,-1,271,28,255,-1,143,241,73,-1,241,143,24,-1,13,10,7,-1,13,11,12,-1,5,6,9,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_391_coordIndex_2()
		{
			int[] value = {151,175,162,-1,201,56,268,-1,52,56,201,-1,159,155,154,-1,207,154,153,-1,137,170,139,-1,161,275,151,-1,275,137,151,-1,193,157,185,-1,193,189,157,-1,191,134,150,-1,191,136,134,-1,157,189,156,-1,198,177,146,-1,177,198,194,-1,200,197,226,-1,200,146,197,-1,150,196,190,-1,180,183,270,-1,183,180,324,-1,157,156,158,-1,325,199,326,-1,325,327,199,-1,111,145,125,-1,111,198,145,-1,328,320,329,-1,320,328,330,-1,331,326,332,-1,331,325,326,-1,201,328,333,-1,201,323,328,-1,327,271,194,-1,327,263,271,-1,175,334,272,-1,175,202,334,-1,146,192,177,-1,210,331,335,-1,331,210,272,-1,335,332,336,-1,335,331,332,-1,330,322,320,-1,322,330,336,-1,164,271,263,-1,111,199,198,-1,111,112,199,-1,324,158,183,-1,157,158,324,-1,191,190,180,-1,184,196,167,-1,188,225,182,-1,114,225,188,-1,140,158,195,-1,184,116,115,-1,163,140,172,-1,139,171,163,-1,264,206,267,-1,206,264,133,-1,285,251,168,-1,59,161,262,-1,274,58,160,-1,274,173,58,-1,174,26,128,-1,135,59,133,-1,208,137,275,-1,162,272,210,-1,272,162,175,-1,276,335,337,-1,335,276,210,-1,333,329,338,-1,333,328,329,-1,155,187,164,-1,155,165,187,-1,202,163,186,-1,202,152,163,-1,175,151,152,-1,207,153,144,-1,179,177,147,-1,138,137,136,-1,138,139,137,-1,285,35,37,-1,339,46,297,-1,339,44,46,-1,321,329,320,-1,340,329,321,-1,319,312,317,-1,310,312,319,-1,296,341,340,-1,296,295,341,-1,15,282,126,-1,255,282,15,-1,282,316,311,-1,282,230,316,-1,314,308,309,-1,314,253,308,-1,342,313,310,-1,342,112,313,-1,309,343,315,-1,343,309,307,-1,307,344,343,-1,344,307,306,-1,344,305,302,-1,344,345,305,-1,300,346,345,-1,346,300,299,-1,346,297,294,-1,95,308,281,-1,308,95,246,-1,99,234,301,-1,99,100,234,-1,83,261,214,-1,119,347,348,-1,347,119,124,-1,30,288,292,-1,347,291,290,-1,347,120,291,-1,278,258,261,-1,278,123,258,-1,289,283,108,-1,283,289,257,-1,259,121,123,-1,121,259,287,-1,219,293,349,-1,219,120,293,-1,121,223,122,-1,121,286,223,-1,257,76,283,-1,256,76,257,-1,28,101,279,-1,286,103,223,-1,76,8,233,-1,118,348,237,-1,118,119,348,-1,211,90,89,-1,87,90,211,-1,237,80,118,-1,29,47,240,-1,29,64,63,-1,104,239,232,-1,239,104,9,-1,4,5,105,-1,5,78,231,-1,227,78,5,-1,279,72,102,-1,72,279,73,-1,89,17,211,-1,229,280,281,-1,280,229,228,-1,239,8,76,-1,69,104,77,-1,89,250,11,-1,113,226,197,-1,85,226,113,-1,84,216,82,-1,79,92,72,-1,92,70,91,-1,108,250,109,-1,250,108,62,-1,341,277,338,-1,341,51,277,-1,71,68,221,-1,71,70,68,-1,170,137,139,-1,241,48,32,-1,35,57,56,-1,57,35,38,-1,36,45,33,-1,55,48,42,-1,57,49,56,-1,333,52,201,-1,52,333,53,-1,20,23,25,-1,16,15,14,-1,0,10,13,-1,0,12,10,-1,19,146,200,-1,0,89,11,-1,14,89,0,-1,21,25,23,-1,22,23,24,-1,127,40,35,-1,54,53,277,-1,55,28,30,-1,40,38,35,-1,38,49,57,-1,24,38,22,-1,24,49,38,-1,50,36,54,-1,42,48,43,-1,243,33,45,-1,68,212,67,-1,277,51,54,-1,5,233,8,-1,6,5,8,-1,102,72,91,-1,67,94,68,-1,228,77,280,-1,77,228,69,-1,280,68,94,-1,68,280,77,-1,102,71,222,-1,103,68,77,-1,227,6,78,-1,4,105,3,-1,1,254,10,-1,14,13,255,-1,74,212,68,-1,92,79,72,-1,11,12,0,-1,105,231,106,-1,211,200,87,-1,118,284,350,-1,224,82,81,-1,238,84,117,-1,238,80,84,-1,88,214,213,-1,119,350,292,-1,350,119,118,-1,223,232,256,-1,223,103,232,-1,252,102,220,-1,349,252,219,-1,349,279,252,-1,288,349,293,-1,349,288,28,-1,120,219,291,-1,108,107,289,-1,120,124,293,-1,292,124,119,-1,216,215,82,-1,96,99,97,-1,98,99,96,-1,66,298,65,-1,66,97,298,-1,301,339,299,-1,301,234,339,-1,305,296,303,-1,296,305,294,-1,65,300,306,-1,65,298,300,-1,351,304,317,-1,304,351,302,-1,352,317,312,-1,352,351,317,-1,249,352,316,-1,249,315,352,-1,248,314,249,-1,248,106,314,-1,111,313,112,-1,111,126,313,-1,304,321,318,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getIndexedFaceSet_10_391_coordIndex_3()
		{
			int[] value = {304,303,321,-1,319,322,353,-1,318,322,319,-1,297,244,295,-1,297,46,244,-1,100,247,234,-1,100,240,247,-1,46,45,244,-1,19,125,145,-1,129,127,130,-1,128,25,130,-1,135,149,134,-1,136,137,208,-1,193,146,179,-1,189,179,148,-1,176,164,186,-1,176,153,164,-1,20,25,128,-1,274,267,269,-1,274,264,267,-1,137,139,151,-1,265,337,323,-1,337,265,276,-1,262,161,162,-1,203,131,266,-1,203,169,131,-1,135,208,161,-1,128,23,20,-1,175,152,202,-1,165,155,142,-1,238,354,205,-1,130,168,266,-1,130,127,168,-1,149,133,166,-1,206,276,265,-1,206,262,276,-1,207,159,154,-1,161,208,275,-1,132,133,160,-1,185,113,197,-1,179,147,148,-1,270,136,191,-1,270,138,136,-1,156,148,143,-1,271,187,147,-1,187,271,164,-1,117,354,238,-1,184,354,117,-1,115,188,184,-1,113,182,225,-1,113,181,182,-1,188,190,196,-1,184,209,354,-1,184,167,209,-1,191,180,270,-1,326,112,342,-1,199,112,326,-1,342,332,326,-1,342,353,332,-1,323,330,328,-1,323,337,330,-1,334,327,325,-1,327,334,263,-1,334,186,263,-1,202,186,334,-1,143,148,187,-1,178,19,145,-1,272,325,331,-1,325,272,334,-1,337,336,330,-1,337,335,336,-1,336,353,322,-1,353,336,332,-1,327,198,199,-1,327,194,198,-1,166,196,150,-1,196,166,167,-1,196,184,188,-1,116,184,117,-1,146,145,198,-1,147,194,271,-1,147,177,194,-1,178,146,19,-1,146,185,197,-1,185,146,193,-1,193,179,189,-1,185,324,181,-1,157,324,185,-1,181,324,180,-1,172,273,163,-1,273,172,153,-1,155,159,142,-1,163,171,140,-1,56,26,269,-1,53,338,277,-1,53,333,338,-1,204,354,209,-1,204,205,354,-1,142,61,165,-1,262,133,59,-1,173,269,26,-1,136,208,134,-1,206,133,262,-1,160,264,274,-1,176,163,273,-1,140,139,138,-1,149,135,133,-1,130,25,21,-1,285,168,35,-1,234,44,339,-1,234,247,44,-1,295,51,341,-1,295,244,51,-1,353,310,319,-1,353,342,310,-1,340,303,296,-1,321,303,340,-1,13,230,282,-1,311,126,282,-1,313,126,311,-1,106,253,314,-1,106,231,253,-1,312,316,352,-1,316,312,311,-1,315,351,352,-1,351,315,343,-1,343,302,351,-1,302,343,344,-1,306,345,344,-1,306,300,345,-1,345,294,305,-1,294,345,346,-1,299,297,346,-1,299,339,297,-1,253,281,308,-1,253,229,281,-1,97,301,298,-1,97,99,301,-1,212,97,66,-1,96,97,212,-1,261,83,278,-1,109,213,107,-1,213,109,90,-1,348,290,216,-1,290,348,347,-1,292,242,30,-1,124,120,347,-1,258,257,289,-1,257,258,122,-1,291,287,259,-1,287,291,219,-1,28,279,349,-1,218,287,219,-1,223,256,122,-1,75,283,76,-1,71,102,91,-1,222,220,102,-1,222,218,220,-1,34,292,350,-1,34,242,292,-1,216,237,348,-1,285,118,251,-1,285,284,118,-1,200,226,87,-1,214,81,83,-1,214,86,81,-1,236,216,84,-1,350,245,34,-1,350,284,245,-1,200,17,19,-1,240,41,247,-1,41,240,47,-1,29,63,93,-1,110,70,92,-1,103,104,232,-1,77,104,103,-1,231,229,253,-1,78,229,231,-1,5,75,233,-1,17,14,15,-1,110,98,96,-1,9,228,78,-1,235,228,9,-1,4,3,75,-1,278,83,260,-1,92,72,110,-1,91,70,71,-1,75,3,2,-1,62,11,250,-1,248,10,254,-1,340,338,329,-1,340,341,338,-1,74,70,212,-1,29,240,63,-1,33,241,32,-1,241,243,43,-1,31,48,55,-1,54,36,35,-1,31,55,30,-1,244,45,51,-1,44,43,46,-1,34,33,242,-1,27,47,29,-1,21,23,22,-1,11,1,10,-1,17,89,14,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_395_coordIndex_2()
		{
			int[] value = {261,264,260,-1,249,304,273,-1,270,255,253,-1,232,154,270,-1,197,262,263,-1,182,250,188,-1,170,183,171,-1,4,232,151,-1,204,218,203,-1,221,218,222,-1,172,191,170,-1,190,184,189,-1,185,165,182,-1,187,292,185,-1,178,250,167,-1,177,178,179,-1,175,176,181,-1,172,170,169,-1,0,305,144,-1,150,149,33,-1,150,17,149,-1,56,112,146,-1,144,68,3,-1,106,70,69,-1,66,316,67,-1,56,51,50,-1,55,328,102,-1,38,143,62,-1,73,337,128,-1,140,139,319,-1,138,103,104,-1,138,97,103,-1,12,29,35,-1,120,96,80,-1,34,30,12,-1,29,12,30,-1,62,325,34,-1,332,133,32,-1,125,96,21,-1,20,23,22,-1,120,26,96,-1,135,96,24,-1,99,312,100,-1,108,68,70,-1,79,81,80,-1,86,83,82,-1,85,83,86,-1,75,69,131,-1,72,316,66,-1,39,64,36,-1,22,24,91,-1,69,339,76,-1,9,338,6,-1,16,25,136,-1,25,16,19,-1,13,16,136,-1,15,340,28,-1,40,41,340,-1,29,330,331,-1,137,42,334,-1,317,119,45,-1,317,46,119,-1,318,63,60,-1,64,39,37,-1,65,315,72,-1,83,79,78,-1,83,341,79,-1,78,80,86,-1,342,101,327,-1,115,147,314,-1,327,109,342,-1,125,124,80,-1,121,320,323,-1,339,299,132,-1,88,87,1,-1,37,62,59,-1,60,125,318,-1,102,97,104,-1,31,32,122,-1,91,19,22,-1,91,25,19,-1,42,39,334,-1,59,64,37,-1,59,36,64,-1,104,320,322,-1,320,104,321,-1,288,105,310,-1,105,288,74,-1,310,105,126,-1,124,55,102,-1,60,63,61,-1,47,56,61,-1,47,317,329,-1,47,48,317,-1,107,70,95,-1,297,228,315,-1,79,121,145,-1,44,50,317,-1,50,44,112,-1,100,109,146,-1,109,100,342,-1,94,343,115,-1,3,116,1,-1,313,116,3,-1,99,117,101,-1,345,109,327,-1,153,152,346,-1,159,158,156,-1,172,169,167,-1,167,166,174,-1,169,171,307,-1,347,348,184,-1,347,190,194,-1,171,347,335,-1,347,171,348,-1,335,195,196,-1,335,347,195,-1,309,205,268,-1,218,221,205,-1,223,311,208,-1,211,210,208,-1,224,344,228,-1,224,229,344,-1,236,237,4,-1,196,220,163,-1,249,248,247,-1,275,198,252,-1,198,349,262,-1,280,154,161,-1,280,255,154,-1,249,300,197,-1,249,246,247,-1,176,267,279,-1,176,175,267,-1,271,257,269,-1,248,260,336,-1,304,249,265,-1,239,240,217,-1,306,291,278,-1,253,256,140,-1,232,251,266,-1,293,196,163,-1,308,196,293,-1,178,174,179,-1,335,201,168,-1,171,335,307,-1,164,192,162,-1,153,280,155,-1,223,221,311,-1,207,208,209,-1,207,206,208,-1,267,268,251,-1,268,267,309,-1,273,261,274,-1,279,267,251,-1,89,242,4,-1,2,0,77,-1,2,4,0,-1,213,278,215,-1,281,285,310,-1,281,229,285,-1,285,259,253,-1,351,346,323,-1,351,350,346,-1,199,201,196,-1,199,200,201,-1,166,179,180,-1,166,181,179,-1,213,216,217,-1,248,249,247,-1,265,349,273,-1,235,234,154,-1,243,241,4,-1,233,234,235,-1,241,352,233,-1,339,226,231,-1,214,212,208,-1,214,209,212,-1,221,222,295,-1,290,196,308,-1,221,223,205,-1,222,306,287,-1,306,222,286,-1,196,201,335,-1,190,353,194,-1,184,190,347,-1,184,348,183,-1,290,292,187,-1,168,169,307,-1,168,167,169,-1,181,167,168,-1,166,167,181,-1,289,160,155,-1,160,289,161,-1,108,111,68,-1,68,313,3,-1,111,313,68,-1,94,92,343,-1,94,113,92,-1,44,119,120,-1,45,119,44,-1,116,88,1,-1,121,79,7,-1,51,54,53,-1,63,49,61,-1,126,127,128,-1,102,103,97,-1,134,41,36,-1,25,38,42,-1,38,25,118,-1,96,135,123,-1,62,133,332,-1,133,62,143,-1,133,143,125,-1,37,38,62,-1,315,344,337,-1,315,228,344,-1,70,106,95,-1,106,70,87,-1,1,87,129,-1,101,115,148,-1,326,31,324,-1,31,326,18,-1,125,80,124,-1,92,113,93,-1,98,115,101,-1,115,314,94,-1,5,102,104,-1,102,5,97,-1,115,94,345,-1,74,319,102,-1,89,78,79,-1,78,86,82,-1,341,85,79,-1,337,72,315,-1,337,73,72,-1,71,75,65,-1,52,58,47,-1,57,95,54,-1,42,38,37,-1,40,137,334,-1,40,340,137,-1,340,15,137,-1,41,331,340,-1,331,41,10,-1,10,12,35,-1,333,16,13,-1,354,138,9,-1,322,5,6,-1,6,97,354,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getIndexedFaceSet_10_395_coordIndex_3()
		{
			int[] value = {5,97,6,-1,138,338,9,-1,138,6,338,-1,7,322,320,-1,7,5,322,-1,14,17,16,-1,20,19,16,-1,31,18,27,-1,331,10,35,-1,15,14,13,-1,331,330,340,-1,36,40,334,-1,39,36,334,-1,44,317,45,-1,47,61,49,-1,36,41,40,-1,52,53,47,-1,83,85,341,-1,86,80,81,-1,100,146,90,-1,47,53,54,-1,342,100,312,-1,47,51,56,-1,80,97,5,-1,96,97,80,-1,96,123,122,-1,115,345,148,-1,147,115,98,-1,342,99,101,-1,343,92,115,-1,119,24,26,-1,119,118,24,-1,111,314,313,-1,94,314,111,-1,142,63,318,-1,142,38,63,-1,141,318,125,-1,80,125,120,-1,319,74,140,-1,125,130,116,-1,130,125,80,-1,133,21,122,-1,133,125,21,-1,36,34,134,-1,34,36,59,-1,20,324,23,-1,42,137,136,-1,13,137,15,-1,10,35,11,-1,104,6,138,-1,351,104,139,-1,104,351,321,-1,128,337,344,-1,67,73,74,-1,55,124,125,-1,132,299,315,-1,65,131,315,-1,65,75,131,-1,145,242,89,-1,329,317,50,-1,70,107,108,-1,14,15,149,-1,226,339,69,-1,350,255,280,-1,163,277,190,-1,177,272,178,-1,190,189,165,-1,194,353,190,-1,220,196,195,-1,202,276,200,-1,267,205,309,-1,267,204,205,-1,220,162,163,-1,206,205,223,-1,205,203,218,-1,234,241,243,-1,234,352,241,-1,232,4,237,-1,249,247,245,-1,217,212,219,-1,265,273,304,-1,248,300,249,-1,261,273,349,-1,245,247,246,-1,346,145,323,-1,145,346,152,-1,260,301,336,-1,231,299,339,-1,284,240,151,-1,239,240,284,-1,296,225,224,-1,224,217,296,-1,196,290,200,-1,287,295,222,-1,287,278,295,-1,161,253,280,-1,253,161,270,-1,271,186,188,-1,293,165,185,-1,176,279,258,-1,168,201,181,-1,346,280,153,-1,350,280,346,-1,288,294,140,-1,310,126,281,-1,282,229,281,-1,282,344,229,-1,214,295,213,-1,214,311,295,-1,311,221,295,-1,311,214,208,-1,202,200,286,-1,205,206,207,-1,234,145,152,-1,252,151,266,-1,207,268,205,-1,261,198,275,-1,349,198,261,-1,252,0,151,-1,0,252,336,-1,263,262,265,-1,260,264,239,-1,260,274,261,-1,248,274,260,-1,189,183,302,-1,183,189,184,-1,302,183,170,-1,336,283,0,-1,283,336,301,-1,230,228,298,-1,230,224,228,-1,210,212,209,-1,204,276,202,-1,219,212,217,-1,218,204,222,-1,344,282,128,-1,288,310,285,-1,255,351,139,-1,350,351,255,-1,175,181,200,-1,177,257,272,-1,177,258,257,-1,269,291,271,-1,269,278,291,-1,204,286,222,-1,240,239,217,-1,284,151,240,-1,260,283,301,-1,232,257,258,-1,262,349,265,-1,248,249,274,-1,199,196,200,-1,232,237,154,-1,233,238,241,-1,243,242,234,-1,234,233,352,-1,236,4,241,-1,237,238,235,-1,236,238,237,-1,195,162,220,-1,208,206,223,-1,204,202,286,-1,219,211,212,-1,278,287,306,-1,201,200,181,-1,162,194,192,-1,195,347,194,-1,348,171,183,-1,192,194,193,-1,163,162,192,-1,167,173,169,-1,156,158,157,-1,159,153,155,-1,15,28,149,-1,345,111,109,-1,111,345,94,-1,107,110,114,-1,342,312,99,-1,313,90,116,-1,47,329,50,-1,119,26,120,-1,0,2,77,-1,52,47,51,-1,47,50,51,-1,60,56,55,-1,60,61,56,-1,74,127,105,-1,74,73,127,-1,126,105,127,-1,140,74,288,-1,320,351,323,-1,320,321,351,-1,104,322,6,-1,42,136,25,-1,95,328,55,-1,70,106,87,-1,87,88,129,-1,121,7,320,-1,327,148,345,-1,148,327,101,-1,107,114,111,-1,54,95,57,-1,93,94,115,-1,79,84,81,-1,82,83,78,-1,86,84,85,-1,132,76,339,-1,49,63,43,-1,52,47,58,-1,10,41,12,-1,41,134,12,-1,143,318,141,-1,142,318,143,-1,95,66,328,-1,42,37,39,-1,330,28,340,-1,28,330,29,-1,28,29,30,-1,332,325,62,-1,123,324,31,-1,324,123,135,-1,8,138,9,-1,354,9,6,-1,354,97,138,-1};
			return value;
		}

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

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

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

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

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_9_584_coordIndex_2()
		{
			int[] value = {211,342,224,-1,224,228,227,-1,343,202,14,-1,50,15,201,-1,87,89,311,-1,208,209,111,-1,206,213,207,-1,106,105,103,-1,344,345,243,-1,345,241,243,-1,71,191,73,-1,40,72,29,-1,346,347,348,-1,347,81,348,-1,29,194,192,-1,37,39,190,-1,175,193,349,-1,175,154,193,-1,254,334,193,-1,31,146,183,-1,75,350,248,-1,149,31,183,-1,166,145,182,-1,145,170,182,-1,177,240,28,-1,177,28,27,-1,260,173,172,-1,260,351,173,-1,352,353,354,-1,150,332,59,-1,169,168,182,-1,193,161,160,-1,355,39,339,-1,157,165,156,-1,288,356,357,-1,288,358,356,-1,332,34,59,-1,58,147,59,-1,152,85,262,-1,262,153,152,-1,149,150,59,-1,166,168,167,-1,166,184,145,-1,76,236,148,-1,31,149,147,-1,149,59,147,-1,69,51,76,-1,146,236,145,-1,24,86,44,-1,86,359,44,-1,158,162,157,-1,273,130,21,-1,131,327,360,-1,132,285,21,-1,300,290,121,-1,124,361,98,-1,124,123,361,-1,119,114,118,-1,315,118,117,-1,117,114,113,-1,106,362,100,-1,105,107,101,-1,205,10,101,-1,281,363,97,-1,268,261,256,-1,364,365,158,-1,359,45,44,-1,36,38,82,-1,195,74,248,-1,74,75,248,-1,51,70,65,-1,63,62,35,-1,35,366,63,-1,257,367,368,-1,368,151,257,-1,151,368,152,-1,49,200,15,-1,293,44,88,-1,41,29,242,-1,176,71,38,-1,36,39,38,-1,338,58,33,-1,131,274,369,-1,131,130,274,-1,291,283,19,-1,11,17,18,-1,18,17,16,-1,15,16,201,-1,9,12,11,-1,0,204,26,-1,0,2,1,-1,204,0,101,-1,118,370,6,-1,257,56,367,-1,53,371,54,-1,53,372,371,-1,34,366,35,-1,74,195,69,-1,75,30,32,-1,32,80,75,-1,32,338,80,-1,79,373,374,-1,79,78,373,-1,374,36,347,-1,374,373,36,-1,347,36,81,-1,375,84,83,-1,376,84,375,-1,364,377,365,-1,364,378,377,-1,360,327,329,-1,268,330,261,-1,330,268,269,-1,328,95,94,-1,328,379,95,-1,94,329,328,-1,94,363,329,-1,380,89,90,-1,311,89,380,-1,9,308,110,-1,17,361,310,-1,382,311,310,-1,100,362,109,-1,100,318,106,-1,112,111,209,-1,115,112,215,-1,113,112,115,-1,306,294,301,-1,125,320,319,-1,125,100,320,-1,383,309,380,-1,126,383,380,-1,369,327,131,-1,141,280,279,-1,384,280,141,-1,166,182,168,-1,263,153,262,-1,257,153,263,-1,357,356,319,-1,288,284,358,-1,287,284,288,-1,270,282,275,-1,270,385,282,-1,143,353,144,-1,353,143,272,-1,364,376,378,-1,364,84,376,-1,355,190,39,-1,355,386,190,-1,60,263,61,-1,257,263,60,-1,56,355,339,-1,355,56,60,-1,387,264,388,-1,387,266,264,-1,352,57,331,-1,352,354,57,-1,389,235,390,-1,235,389,167,-1,390,331,150,-1,390,258,331,-1,349,174,175,-1,191,190,175,-1,391,392,393,-1,394,392,391,-1,239,28,240,-1,28,238,239,-1,182,396,237,-1,182,52,395,-1,397,248,350,-1,248,397,249,-1,254,239,334,-1,192,189,68,-1,189,192,174,-1,73,194,29,-1,73,191,194,-1,177,174,349,-1,349,193,177,-1,67,337,52,-1,67,336,337,-1,154,156,165,-1,175,61,154,-1,29,187,242,-1,239,240,193,-1,348,81,82,-1,399,347,346,-1,399,374,347,-1,75,198,350,-1,75,77,198,-1,400,40,42,-1,401,40,400,-1,402,344,400,-1,402,345,344,-1,403,398,404,-1,408,14,409,-1,16,200,18,-1,213,214,90,-1,88,87,293,-1,214,213,216,-1,410,309,383,-1,410,126,411,-1,380,221,126,-1,383,126,410,-1,220,226,199,-1,226,412,227,-1,211,413,213,-1,213,206,208,-1,4,7,5,-1,1,370,104,-1,1,6,370,-1,225,119,222,-1,225,211,232,-1,10,25,204,-1,14,200,49,-1,200,14,407,-1,200,407,11,-1,202,414,26,-1,10,14,26,-1,415,49,231,-1,8,202,416,-1,222,8,225,-1,211,225,340,-1,211,340,342,-1,406,405,408,-1,313,314,230,-1,340,314,313,-1,342,228,224,-1,231,230,314,-1,202,405,416,-1,26,2,3,-1,408,231,406,-1,231,408,415,-1,126,216,217,-1,221,216,126,-1,199,226,229,-1,408,202,343,-1,202,26,14,-1,61,175,190,-1,31,338,32,-1,31,147,338,-1,184,166,149,-1,182,178,417,-1,65,66,51,-1,335,178,180,-1,335,417,178,-1,239,418,335,-1,418,239,254,-1,336,28,179,-1,398,242,187,-1,41,402,42,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getIndexedFaceSet_9_584_coordIndex_3()
		{
			int[] value = {403,402,41,-1,404,241,345,-1,394,400,344,-1,401,391,82,-1,391,401,400,-1,419,393,392,-1,393,419,420,-1,244,394,243,-1,394,244,421,-1,422,421,423,-1,422,419,421,-1,424,348,420,-1,424,346,348,-1,422,425,424,-1,422,426,425,-1,245,427,423,-1,246,428,245,-1,247,428,246,-1,427,429,426,-1,430,429,427,-1,197,425,431,-1,197,399,425,-1,429,432,431,-1,429,433,432,-1,428,434,430,-1,428,247,434,-1,247,185,186,-1,249,433,434,-1,432,350,198,-1,397,350,432,-1,249,185,435,-1,435,436,250,-1,435,437,436,-1,185,188,438,-1,188,437,438,-1,333,436,437,-1,333,252,436,-1,29,333,187,-1,69,333,29,-1,187,437,398,-1,56,34,57,-1,366,34,56,-1,351,235,169,-1,235,351,260,-1,439,387,396,-1,439,253,387,-1,193,163,161,-1,371,57,354,-1,253,266,387,-1,253,134,266,-1,54,354,353,-1,371,354,54,-1,55,353,272,-1,54,353,55,-1,274,133,369,-1,133,274,267,-1,269,440,379,-1,269,139,440,-1,85,326,83,-1,85,152,326,-1,379,441,95,-1,379,440,441,-1,442,83,326,-1,83,442,375,-1,377,22,441,-1,377,23,22,-1,276,43,442,-1,276,289,43,-1,46,324,47,-1,22,324,46,-1,48,296,96,-1,48,299,296,-1,325,24,322,-1,24,325,324,-1,88,286,300,-1,286,88,44,-1,291,356,358,-1,291,302,356,-1,298,96,296,-1,96,298,323,-1,322,124,325,-1,322,122,124,-1,306,357,319,-1,357,306,292,-1,108,321,120,-1,382,122,311,-1,123,310,361,-1,305,17,110,-1,297,17,305,-1,49,220,199,-1,380,214,221,-1,90,214,380,-1,311,380,309,-1,106,205,107,-1,318,205,106,-1,414,4,26,-1,17,11,13,-1,202,4,414,-1,4,8,7,-1,5,7,1,-1,5,1,312,-1,101,103,105,-1,101,104,103,-1,117,362,118,-1,106,103,102,-1,216,213,413,-1,8,416,405,-1,14,408,343,-1,314,8,341,-1,314,225,8,-1,116,295,109,-1,317,295,116,-1,223,211,212,-1,211,223,232,-1,212,210,223,-1,212,111,210,-1,111,316,208,-1,111,212,316,-1,119,111,114,-1,119,225,111,-1,116,113,317,-1,115,317,113,-1,341,405,231,-1,341,8,405,-1,230,231,234,-1,199,233,49,-1,49,408,409,-1,49,415,408,-1,340,228,342,-1,109,362,117,-1,362,102,118,-1,362,106,102,-1,104,101,1,-1,118,104,370,-1,204,101,10,-1,26,25,10,-1,49,409,14,-1,11,203,9,-1,410,411,220,-1,16,17,201,-1,305,110,307,-1,308,100,303,-1,17,98,361,-1,310,122,382,-1,310,123,122,-1,87,311,122,-1,319,302,125,-1,302,319,356,-1,301,292,306,-1,292,301,121,-1,300,87,88,-1,325,98,99,-1,325,124,98,-1,306,109,294,-1,288,292,290,-1,288,357,292,-1,283,358,284,-1,283,291,358,-1,43,290,286,-1,289,290,43,-1,97,323,285,-1,97,96,323,-1,20,283,278,-1,20,19,283,-1,287,276,275,-1,276,287,289,-1,43,375,442,-1,375,43,45,-1,46,441,22,-1,95,441,46,-1,279,21,20,-1,279,280,21,-1,282,277,278,-1,282,385,277,-1,442,271,276,-1,326,271,442,-1,441,365,377,-1,440,365,441,-1,360,132,131,-1,360,281,132,-1,273,384,274,-1,384,273,280,-1,365,139,158,-1,139,365,440,-1,267,384,265,-1,267,274,384,-1,368,55,152,-1,368,53,55,-1,261,327,91,-1,261,330,327,-1,265,134,267,-1,265,266,134,-1,144,352,259,-1,144,353,352,-1,372,368,367,-1,372,53,368,-1,268,255,140,-1,256,255,268,-1,388,173,351,-1,388,264,173,-1,259,331,258,-1,331,259,352,-1,367,57,372,-1,56,57,367,-1,193,160,255,-1,254,256,93,-1,254,193,256,-1,418,253,439,-1,418,254,253,-1,351,237,388,-1,169,237,351,-1,56,339,366,-1,188,398,437,-1,437,187,333,-1,437,185,438,-1,435,185,437,-1,252,250,436,-1,251,250,252,-1,435,250,249,-1,433,397,432,-1,249,397,433,-1,434,186,249,-1,186,434,247,-1,430,433,429,-1,430,434,433,-1,431,198,197,-1,431,432,198,-1,426,431,425,-1,429,431,426,-1,245,430,427,-1,428,430,245,-1,423,426,422,-1,423,427,426,-1,424,399,346,-1,424,425,399,-1,422,420,419,-1,422,424,420,-1,244,423,421,-1,245,423,244,-1,392,421,419,-1,392,394,421,-1,420,82,393,-1,82,420,348,-1,400,394,391,-1,243,394,344,-1,403,345,402,-1,404,345,403,-1,67,64,28,-1,67,66,64,-1,439,335,418,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=4 */
		private int[] getIndexedFaceSet_9_584_coordIndex_4()
		{
			int[] value = {335,439,417,-1,51,67,52,-1,66,67,51,-1,396,417,439,-1,396,182,417,-1,145,236,171,-1,166,167,389,-1,190,386,61,-1,63,366,339,-1,228,340,313,-1,229,226,227,-1,229,49,233,-1,49,229,231,-1,231,229,234,-1,405,202,408,-1,406,231,405,-1,8,222,6,-1,314,340,225,-1,224,413,211,-1,202,8,4,-1,225,223,111,-1,14,11,407,-1,101,0,1,-1,126,227,412,-1,216,227,218,-1,216,224,227,-1,216,413,224,-1,126,412,226,-1,220,126,226,-1,220,411,126,-1,410,220,201,-1,381,50,201,-1,381,220,50,-1,216,227,219,-1,126,219,227,-1,216,221,214,-1,309,410,201,-1,26,4,2,-1,188,404,398,-1,404,188,241,-1,398,41,242,-1,41,398,403,-1,42,402,400,-1,195,248,196,-1,72,401,71,-1,401,72,40,-1,79,399,197,-1,79,374,399,-1,82,71,401,-1,192,68,29,-1,67,28,336,-1,68,189,27,-1,68,27,29,-1,52,181,395,-1,337,181,52,-1,145,171,170,-1,249,186,185,-1,388,396,387,-1,237,396,388,-1,178,395,181,-1,182,395,178,-1,180,28,239,-1,180,179,28,-1,238,28,239,-1,391,393,82,-1,191,37,190,-1,176,37,191,-1,191,175,174,-1,389,390,150,-1,260,390,235,-1,260,258,390,-1,264,137,173,-1,142,137,264,-1,157,164,165,-1,164,157,162,-1,193,164,163,-1,193,154,164,-1,56,257,60,-1,60,386,355,-1,60,61,386,-1,84,158,85,-1,158,84,364,-1,378,359,86,-1,378,376,359,-1,156,159,157,-1,156,155,159,-1,272,385,270,-1,272,143,385,-1,284,275,282,-1,275,284,287,-1,257,151,153,-1,166,150,149,-1,389,150,166,-1,277,143,135,-1,385,143,277,-1,265,141,142,-1,265,384,141,-1,277,141,279,-1,277,135,141,-1,369,92,327,-1,92,369,133,-1,201,17,310,-1,120,321,87,-1,305,307,303,-1,120,301,294,-1,111,112,114,-1,318,308,9,-1,308,318,100,-1,320,109,306,-1,320,100,109,-1,381,201,220,-1,97,94,46,-1,97,363,94,-1,330,379,328,-1,330,269,379,-1,327,92,91,-1,329,281,360,-1,281,329,363,-1,377,86,23,-1,378,86,377,-1,376,45,359,-1,376,375,45,-1,29,70,69,-1,373,35,36,-1,373,34,35,-1,78,34,373,-1,78,33,34,-1,75,80,77,-1,76,74,69,-1,372,57,371,-1,47,299,48,-1,47,99,299,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_10_590_coordIndex_2()
		{
			int[] value = {61,66,69,-1,61,64,66,-1,60,136,75,-1,60,59,136,-1,56,141,47,-1,44,142,58,-1,143,0,58,-1,143,141,0,-1,1,58,54,-1,54,58,0,-1,134,51,50,-1,55,48,49,-1,48,55,134,-1,2,1,55,-1,54,55,1,-1,55,54,51,-1,52,50,48,-1,51,1,48,-1,54,1,51,-1,48,134,140,-1,50,140,134,-1,50,139,140,-1,50,48,139,-1,48,50,52,-1,44,1,45,-1,74,42,53,-1,75,53,60,-1,75,74,53,-1,57,133,45,-1,133,57,43,-1,3,37,36,-1,37,3,5,-1,59,137,136,-1,79,137,59,-1,121,34,63,-1,34,121,135,-1,39,103,40,-1,39,104,103,-1,12,138,13,-1,14,122,16,-1,17,18,112,-1,23,30,29,-1,36,102,3,-1,51,134,55,-1};
			return value;
		}

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

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getIndexedFaceSet_10_594_coordIndex_3()
		{
			int[] value = {236,126,261,-1,236,125,126,-1,124,119,118,-1,119,124,121,-1,260,257,256,-1,259,257,260,-1,222,258,255,-1,258,222,266,-1,204,127,252,-1,153,253,166,-1,266,253,153,-1,263,113,209,-1,263,111,113,-1,209,251,263,-1,209,208,251,-1,103,146,106,-1,6,146,103,-1,70,196,249,-1,101,24,42,-1,132,41,93,-1,132,42,41,-1,84,82,221,-1,84,83,82,-1,201,58,60,-1,201,276,58,-1,42,132,23,-1,233,53,216,-1,98,147,74,-1,44,74,73,-1,74,44,36,-1,198,62,75,-1,198,248,62,-1,19,190,229,-1,44,191,249,-1,35,245,34,-1,34,32,35,-1,216,225,233,-1,243,170,241,-1,13,170,243,-1,244,16,242,-1,244,17,16,-1,186,15,240,-1,18,15,186,-1,236,156,158,-1,237,156,236,-1,160,9,125,-1,160,10,9,-1,152,235,239,-1,152,185,235,-1,3,23,132,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_11_616_coordIndex_2()
		{
			int[] value = {105,104,103,-1,104,105,89,-1,132,56,101,-1,132,73,56,-1,107,108,125,-1,23,76,24,-1,6,134,121,-1,119,6,49,-1,3,6,119,-1,4,122,3,-1,122,4,50,-1,58,121,134,-1,58,93,121,-1,27,96,95,-1,80,126,63,-1,82,126,80,-1};
			return value;
		}

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

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

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_9_713_coordIndex_2()
		{
			int[] value = {214,219,116,-1,212,28,11,-1,30,12,28,-1,28,16,30,-1,104,106,107,-1,251,347,348,-1,251,249,347,-1,73,44,43,-1,196,201,74,-1,169,42,44,-1,186,163,183,-1,186,349,163,-1,154,153,36,-1,154,36,158,-1,191,154,176,-1,191,180,154,-1,185,248,186,-1,33,185,186,-1,182,350,265,-1,182,181,350,-1,351,352,353,-1,191,180,192,-1,63,333,157,-1,191,179,178,-1,171,349,200,-1,171,170,349,-1,65,42,168,-1,162,175,167,-1,308,354,296,-1,308,355,354,-1,131,108,101,-1,63,38,333,-1,84,160,159,-1,159,269,84,-1,63,157,158,-1,177,179,176,-1,156,243,56,-1,155,158,36,-1,155,63,158,-1,76,56,71,-1,154,243,153,-1,49,356,25,-1,356,87,25,-1,167,173,165,-1,22,139,280,-1,357,330,138,-1,22,291,140,-1,125,294,305,-1,89,91,111,-1,100,129,127,-1,100,358,129,-1,123,124,117,-1,120,123,321,-1,118,117,120,-1,115,114,116,-1,108,107,109,-1,102,110,106,-1,102,212,213,-1,345,90,91,-1,97,359,287,-1,260,267,275,-1,165,360,361,-1,49,48,356,-1,82,43,41,-1,75,77,202,-1,67,70,56,-1,31,34,70,-1,40,66,65,-1,160,362,161,-1,88,49,299,-1,250,34,46,-1,43,42,41,-1,363,139,138,-1,363,279,139,-1,24,290,297,-1,17,11,16,-1,21,15,17,-1,19,15,21,-1,211,5,1,-1,0,2,1,-1,1,2,3,-1,102,1,5,-1,364,60,59,-1,364,365,60,-1,65,38,40,-1,34,74,47,-1,71,202,77,-1,37,366,35,-1,366,37,75,-1,81,35,366,-1,81,341,35,-1,367,78,368,-1,367,79,78,-1,41,368,83,-1,41,367,368,-1,85,369,86,-1,369,85,370,-1,371,361,360,-1,371,372,361,-1,328,330,357,-1,329,275,267,-1,274,275,329,-1,95,331,96,-1,95,373,331,-1,328,96,331,-1,328,359,96,-1,91,346,345,-1,346,91,314,-1,313,10,113,-1,358,15,18,-1,18,314,374,-1,115,116,215,-1,116,119,214,-1,119,116,375,-1,376,307,306,-1,15,134,18,-1,330,363,138,-1,286,150,284,-1,150,286,377,-1,191,176,179,-1,159,268,269,-1,268,159,378,-1,355,307,131,-1,307,355,308,-1,288,296,354,-1,296,288,295,-1,289,278,282,-1,289,379,278,-1,352,152,151,-1,277,152,352,-1,370,361,372,-1,370,85,361,-1,64,268,378,-1,168,61,65,-1,64,61,168,-1,271,380,381,-1,271,270,380,-1,191,192,180,-1,62,353,332,-1,62,351,353,-1,332,382,157,-1,332,266,382,-1,184,186,183,-1,44,184,183,-1,383,384,385,-1,185,247,248,-1,245,190,191,-1,244,386,245,-1,180,191,190,-1,180,246,56,-1,75,254,388,-1,184,196,199,-1,201,73,74,-1,201,44,73,-1,200,349,186,-1,340,68,57,-1,340,188,68,-1,175,162,163,-1,64,183,163,-1,195,34,250,-1,248,261,200,-1,261,248,247,-1,32,185,33,-1,83,368,390,-1,204,391,388,-1,204,80,391,-1,47,392,45,-1,392,47,393,-1,348,394,383,-1,348,347,394,-1,396,389,395,-1,55,54,20,-1,6,208,232,-1,209,210,16,-1,11,28,12,-1,207,19,21,-1,345,346,90,-1,221,90,346,-1,89,88,299,-1,315,132,346,-1,132,221,346,-1,233,224,55,-1,240,234,235,-1,240,401,233,-1,399,220,90,-1,132,401,222,-1,219,90,220,-1,2,6,3,-1,122,230,229,-1,115,217,230,-1,55,20,207,-1,238,55,207,-1,6,232,231,-1,230,403,343,-1,403,217,342,-1,398,232,397,-1,319,317,237,-1,343,317,319,-1,343,342,317,-1,122,117,115,-1,234,239,235,-1,3,211,4,-1,238,398,397,-1,404,239,405,-1,238,242,55,-1,223,132,241,-1,132,223,226,-1,44,183,64,-1,341,36,35,-1,341,155,36,-1,158,176,154,-1,189,245,406,-1,56,68,67,-1,189,339,187,-1,189,406,339,-1,407,247,339,-1,261,247,407,-1,250,389,195,-1,394,46,45,-1,46,394,395,-1,249,396,347,-1,384,393,82,-1,392,393,384,-1,385,408,383,-1,409,408,385,-1,383,252,251,-1,410,252,383,-1,410,337,338,-1,410,408,337,-1,83,411,409,-1,412,337,411,-1,412,335,337,-1,336,252,338,-1,252,413,253,-1,414,336,335,-1,336,414,415,-1,412,205,416,-1,412,390,205,-1,417,414,416,-1,417,418,414,-1,419,413,415,-1,419,253,413,-1,193,253,194,-1,387,418,254,-1,419,418,387,-1,388,417,204,-1,417,388,254,-1,193,254,420,-1,421,420,256,-1,421,422,420,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getIndexedFaceSet_9_713_coordIndex_3()
		{
			int[] value = {334,249,193,-1,334,422,197,-1,421,257,422,-1,257,34,195,-1,34,257,71,-1,422,195,389,-1,38,61,62,-1,61,38,65,-1,177,350,178,-1,265,350,177,-1,380,423,386,-1,380,259,423,-1,258,261,407,-1,174,349,170,-1,62,364,351,-1,270,259,380,-1,270,141,259,-1,351,59,352,-1,59,351,364,-1,352,58,277,-1,58,352,59,-1,142,279,363,-1,273,279,142,-1,424,274,373,-1,424,147,274,-1,327,84,86,-1,327,160,84,-1,425,373,95,-1,425,424,373,-1,86,426,327,-1,369,426,86,-1,27,371,425,-1,27,26,371,-1,50,281,426,-1,50,293,281,-1,325,53,52,-1,53,325,27,-1,302,51,98,-1,302,304,51,-1,25,326,323,-1,325,326,25,-1,292,88,305,-1,49,88,292,-1,355,297,354,-1,355,309,297,-1,98,300,302,-1,324,300,98,-1,376,320,112,-1,376,126,320,-1,127,323,326,-1,127,128,323,-1,89,91,126,-1,128,374,314,-1,18,129,358,-1,109,101,108,-1,101,109,313,-1,15,303,133,-1,303,15,301,-1,206,224,55,-1,315,346,314,-1,213,109,110,-1,109,213,313,-1,3,209,211,-1,6,209,3,-1,8,2,0,-1,104,102,106,-1,104,103,102,-1,104,107,105,-1,108,316,107,-1,221,222,220,-1,398,16,210,-1,16,398,17,-1,229,343,344,-1,229,230,343,-1,320,121,112,-1,121,320,322,-1,116,322,375,-1,114,322,116,-1,217,115,218,-1,216,218,115,-1,216,115,218,-1,116,218,115,-1,115,230,122,-1,230,217,403,-1,114,121,322,-1,121,114,118,-1,322,119,375,-1,229,208,6,-1,229,344,208,-1,232,344,238,-1,232,208,344,-1,319,239,404,-1,239,319,237,-1,398,238,207,-1,105,316,123,-1,105,107,316,-1,0,102,103,-1,123,0,103,-1,7,0,123,-1,209,6,231,-1,102,5,212,-1,29,211,402,-1,398,207,17,-1,16,29,402,-1,224,400,132,-1,133,312,113,-1,312,133,303,-1,101,313,310,-1,100,15,358,-1,100,301,15,-1,128,18,374,-1,128,129,18,-1,314,89,128,-1,355,131,309,-1,298,306,307,-1,125,306,298,-1,89,305,88,-1,100,326,99,-1,100,127,326,-1,112,307,376,-1,298,296,294,-1,298,308,296,-1,354,290,288,-1,354,297,290,-1,294,50,292,-1,50,294,293,-1,324,97,291,-1,324,98,97,-1,290,23,283,-1,290,24,23,-1,281,295,282,-1,293,295,281,-1,369,50,426,-1,48,50,369,-1,425,53,27,-1,53,425,95,-1,22,284,23,-1,22,286,284,-1,285,289,283,-1,285,379,289,-1,276,426,281,-1,426,276,327,-1,360,425,371,-1,425,360,424,-1,140,357,138,-1,140,287,357,-1,377,280,279,-1,286,280,377,-1,147,360,165,-1,424,360,147,-1,377,273,272,-1,377,279,273,-1,58,362,160,-1,58,60,362,-1,330,267,94,-1,330,329,267,-1,141,272,273,-1,141,270,272,-1,353,151,264,-1,353,352,151,-1,362,365,263,-1,362,60,365,-1,262,275,146,-1,275,262,260,-1,181,381,350,-1,181,271,381,-1,332,264,266,-1,353,264,332,-1,62,263,365,-1,263,62,61,-1,262,200,261,-1,262,171,200,-1,260,258,92,-1,260,261,258,-1,259,407,423,-1,259,258,407,-1,244,350,381,-1,350,244,178,-1,389,197,422,-1,195,422,257,-1,193,422,334,-1,422,193,420,-1,256,257,421,-1,257,256,255,-1,254,256,420,-1,254,418,417,-1,194,419,387,-1,253,419,194,-1,418,415,414,-1,418,419,415,-1,204,416,205,-1,204,417,416,-1,416,335,412,-1,335,416,414,-1,415,252,336,-1,252,415,413,-1,390,411,83,-1,390,412,411,-1,409,337,408,-1,409,411,337,-1,338,252,410,-1,410,383,408,-1,82,409,385,-1,83,409,82,-1,383,392,384,-1,348,383,251,-1,347,395,394,-1,395,347,396,-1,339,423,407,-1,406,423,339,-1,68,56,57,-1,340,57,180,-1,406,386,423,-1,406,245,386,-1,198,154,180,-1,198,243,154,-1,31,69,196,-1,169,44,64,-1,235,239,237,-1,228,235,317,-1,318,235,228,-1,317,342,228,-1,217,228,342,-1,234,233,236,-1,55,242,236,-1,209,16,402,-1,404,238,319,-1,343,319,238,-1,236,405,239,-1,405,236,242,-1,405,238,404,-1,405,242,238,-1,210,232,398,-1,232,238,397,-1,403,342,343,-1,232,209,231,-1,232,210,209,-1,209,402,211,-1,9,0,7,-1,0,1,102,-1,227,220,222,-1,90,219,214,-1,401,240,222,-1,240,227,222,-1,219,220,227,-1,227,240,235,-1,401,132,233,-1,132,224,233,-1,132,400,224,-1,224,132,18,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=4 */
		private int[] getIndexedFaceSet_9_713_coordIndex_4()
		{
			int[] value = {54,224,18,-1,221,220,399,-1,221,399,90,-1,221,226,223,-1,132,315,18,-1,396,197,389,-1,249,197,396,-1,46,389,250,-1,395,389,46,-1,383,45,392,-1,383,394,45,-1,203,75,202,-1,47,72,393,-1,390,78,205,-1,390,368,78,-1,72,82,393,-1,188,32,68,-1,188,185,32,-1,33,199,196,-1,74,34,31,-1,33,69,31,-1,33,196,69,-1,180,190,340,-1,388,391,75,-1,193,387,254,-1,193,194,387,-1,386,381,380,-1,381,386,244,-1,189,190,245,-1,185,187,247,-1,185,188,187,-1,82,385,384,-1,157,382,177,-1,382,265,177,-1,382,266,265,-1,143,271,181,-1,271,143,149,-1,172,167,175,-1,173,167,172,-1,172,349,174,-1,172,163,349,-1,378,61,64,-1,378,263,61,-1,165,85,84,-1,361,85,165,-1,356,372,87,-1,356,370,372,-1,166,162,167,-1,166,164,162,-1,379,277,278,-1,379,152,277,-1,282,288,289,-1,295,288,282,-1,161,378,159,-1,161,263,378,-1,157,176,158,-1,176,157,177,-1,152,285,145,-1,285,152,379,-1,150,272,149,-1,150,377,272,-1,150,285,284,-1,150,145,285,-1,93,363,330,-1,142,363,93,-1,310,312,303,-1,130,101,310,-1,306,126,376,-1,114,115,117,-1,133,113,13,-1,112,131,307,-1,112,108,131,-1,96,97,53,-1,96,359,97,-1,373,329,331,-1,373,274,329,-1,94,93,330,-1,287,328,357,-1,359,328,287,-1,87,371,26,-1,371,87,372,-1,48,370,356,-1,48,369,370,-1,70,34,71,-1,72,43,82,-1,40,367,41,-1,40,38,367,-1,38,79,367,-1,38,39,79,-1,80,366,391,-1,80,81,366,-1,391,366,75,-1,71,77,76,-1,74,72,47,-1,62,365,364,-1,362,263,161,-1,304,52,51,-1,304,99,52,-1,14,17,15,-1,14,11,17,-1};
			return value;
		}

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

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

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getIndexedFaceSet_11_745_coordIndex_2()
		{
			int[] value = {234,44,222,-1,236,243,235,-1,243,236,244,-1,238,245,237,-1,246,240,247,-1,246,239,240,-1,248,242,8,-1,51,6,242,-1,44,234,249,-1,244,47,243,-1,47,244,44,-1,250,246,247,-1,40,248,8,-1,51,248,40,-1,53,6,51,-1,53,5,6,-1,44,249,45,-1,44,46,47,-1,46,44,45,-1,47,48,245,-1,50,250,48,-1,40,8,251,-1,40,250,50,-1,40,251,250,-1,48,250,245,-1,14,45,249,-1,45,14,13,-1,251,246,250,-1,251,8,246,-1,250,247,245,-1,243,47,245,-1,249,234,14,-1,3,13,14,-1,51,242,248,-1,8,239,246,-1,8,241,239,-1,247,237,245,-1,247,240,237,-1,235,245,238,-1,245,235,243,-1,222,244,236,-1,244,222,44,-1,241,227,239,-1,231,240,233,-1,240,231,237,-1,229,238,232,-1,238,229,235,-1,222,236,230,-1,3,14,15,-1,225,233,228,-1,233,225,231,-1,223,232,226,-1,232,223,229,-1,207,230,224,-1,230,207,222,-1,41,220,227,-1,218,228,221,-1,228,218,225,-1,209,226,219,-1,226,209,223,-1,217,222,208,-1,3,15,16,-1,212,41,214,-1,41,212,220,-1,210,221,213,-1,221,210,218,-1,209,219,211,-1,208,206,217,-1,216,7,197,-1,6,7,216,-1,214,203,212,-1,214,205,203,-1,213,201,210,-1,213,204,201,-1,211,199,209,-1,211,202,199,-1,198,207,200,-1,208,11,206,-1,16,12,3,-1,195,205,42,-1,205,195,203,-1,204,193,201,-1,204,196,193,-1,191,202,194,-1,202,191,199,-1,181,200,192,-1,200,181,198,-1,42,186,195,-1,42,188,186,-1,196,184,193,-1,196,187,184,-1,182,194,185,-1,194,182,191,-1,181,192,183,-1,175,12,11,-1,190,28,189,-1,188,173,186,-1,187,178,184,-1,187,180,178,-1,176,185,179,-1,185,176,182,-1,157,183,177,-1,183,157,181,-1,175,17,12,-1,19,43,1,-1,180,171,178,-1,179,174,176,-1,179,172,174,-1,157,177,170,-1,157,17,175,-1,157,18,17,-1,172,163,174,-1,19,166,173,-1,19,168,166,-1,164,171,167,-1,165,163,172,-1,169,1,28,-1,169,156,1,-1,168,160,166,-1,168,1,160,-1,158,167,161,-1,167,158,164,-1,159,163,165,-1,159,151,163,-1,157,20,18,-1,1,153,160,-1,152,161,154,-1,161,152,158,-1,145,151,159,-1,150,20,157,-1,150,21,20,-1,21,3,20,-1,156,2,1,-1,156,138,2,-1,1,148,153,-1,1,149,148,-1,146,154,147,-1,154,146,152,-1,145,139,151,-1,140,21,150,-1,148,144,137,-1,149,144,148,-1,143,146,147,-1,143,142,146,-1,139,145,141,-1,22,140,131,-1,140,22,21,-1,2,10,144,-1,136,142,143,-1,136,135,142,-1,123,141,134,-1,141,123,139,-1,138,34,10,-1,137,34,133,-1,128,135,136,-1,123,134,132,-1,133,34,129,-1,123,132,125,-1,22,131,127,-1,34,122,129,-1,126,125,128,-1,23,127,118,-1,127,23,22,-1,33,122,34,-1,33,35,122,-1,126,121,125,-1,120,123,125,-1,120,119,123,-1,116,123,124,-1,116,118,123,-1,112,119,120,-1,116,109,118,-1,23,118,109,-1,34,115,32,-1,110,109,116,-1,24,109,92,-1,109,24,23,-1,115,100,32,-1,35,36,107,-1,105,113,114,-1,105,104,113,-1,103,111,112,-1,103,102,111,-1,101,109,110,-1,101,93,109,-1,4,23,24,-1,23,4,3,-1,107,30,99,-1,36,30,107,-1,106,99,98,-1,107,99,106,-1,97,104,105,-1,97,96,104,-1,95,102,103,-1,95,94,102,-1,100,29,32,-1,98,91,90,-1,99,91,98,-1,96,89,88,-1,97,89,96,-1,82,94,95,-1,78,87,93,-1,86,69,92,-1,24,25,4,-1,90,37,85,-1,91,37,90,-1,88,84,83,-1,89,84,88,-1,78,69,87,-1,85,37,81,-1,83,80,79,-1,84,80,83,-1,79,78,82,-1,70,69,78,-1,25,26,4,-1,37,38,76,-1,81,76,75,-1,37,76,81,-1,74,79,80,-1,74,73,79,-1,72,78,79,-1,72,71,78,-1,70,63,69,-1,38,0,76,-1,75,0,68,-1,76,0,75,-1,67,73,74,-1,67,66,73,-1,65,71,72,-1,65,64,71,-1,27,4,26,-1,68,60,58,-1,0,60,68,-1,59,66,67,-1,59,57,66,-1,56,64,65,-1,56,55,64,-1,62,39,29,-1,60,50,58,-1,48,57,59,-1,49,55,56,-1,45,27,26,-1,27,3,4,-1,45,13,27,-1,46,49,47,-1,0,39,40,-1,30,29,37,-1,30,31,29,-1,0,38,37,-1,36,32,30,-1};
			return value;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #47, 688 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_47_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_47_coordIndex = new MFInt32(new int[] {6,7,8,-1,3,11,12,-1,20,14,23,-1,25,30,24,-1,33,34,35,-1,36,37,5,-1,4,8,7,-1,39,5,2,-1,13,15,10,-1,48,45,43,-1,36,0,59,-1,60,61,62,-1,41,64,65,-1,43,67,68,-1,71,42,41,-1,42,64,41,-1,59,75,74,-1,62,63,0,-1,41,49,72,-1,42,45,41,-1,73,50,41,-1,72,48,41,-1,69,42,71,-1,60,59,61,-1,57,78,54,-1,43,45,44,-1,79,16,34,-1,14,16,79,-1,14,13,10,-1,5,39,0,-1,27,81,19,-1,35,26,33,-1,20,23,24,-1,79,16,14,-1,22,18,17,-1,14,17,13,-1,0,4,9,-1,18,23,19,-1,3,18,19,-1,20,16,14,-1,14,10,27,-1,23,27,19,-1,81,6,19,-1,5,0,9,-1,36,1,0,-1,0,1,4,-1,18,3,12,-1,17,15,13,-1,34,22,79,-1,34,31,18,-1,47,46,43,-1,43,46,48,-1,57,56,54,-1,54,77,57,-1,0,39,60,-1,60,37,59,-1,26,44,32,-1,29,70,76,-1,72,51,48,-1,54,41,65,-1,71,41,48,-1,46,47,48,-1,60,62,0,-1,52,54,56,-1,54,49,41,-1,50,52,53,-1,41,50,53,-1,73,51,50,-1,51,49,50,-1,34,16,35,-1,18,22,34,-1,36,8,1,-1,32,31,26,-1,20,24,30,-1,18,31,80,-1,23,14,27,-1,16,21,14,-1,2,40,39,-1,5,37,2,-1,4,3,19,-1,17,14,22,-1,35,20,28,-1,19,8,4,-1,18,15,17,-1,25,24,23,-1,26,35,68,-1,7,6,38,-1,81,38,6,-1,3,4,11,-1,83,25,80,-1,32,83,31,-1,83,42,25,-1,41,51,73,-1,54,50,49,-1,51,72,49,-1,59,37,36,-1,61,63,62,-1,67,26,68,-1,70,69,71,-1,25,42,69,-1,30,25,69,-1,64,59,74,-1,41,48,51,-1,40,60,39,-1,64,42,57,-1,57,59,64,-1,63,74,59,-1,70,30,69,-1,70,29,30,-1,63,59,74,-1,54,66,55,-1,54,65,66,-1,59,57,75,-1,54,75,77,-1,57,58,56,-1,57,41,58,-1,42,32,44,-1,34,35,82,-1,83,80,31,-1,8,5,9,-1,35,76,68,-1,26,31,33,-1,22,14,21,-1,20,35,16,-1,82,35,34,-1,9,4,8,-1,30,28,20,-1,30,29,28,-1,28,29,76,-1,31,34,33,-1,8,36,5,-1,38,81,10,-1,19,6,8,-1,11,10,15,-1,22,21,16,-1,45,42,44,-1,76,70,47,-1,50,54,52,-1,56,58,52,-1,77,75,57,-1,66,75,54,-1,74,75,66,-1,59,63,61,-1,43,68,76,-1,71,47,70,-1,41,57,42,-1,57,54,78,-1,74,65,64,-1,37,60,40,-1,74,66,65,-1,47,71,48,-1,59,0,63,-1,67,44,26,-1,44,67,43,-1,66,54,55,-1,52,41,53,-1,52,58,41,-1,41,45,48,-1,32,42,83,-1,76,47,43,-1,28,76,35,-1,23,80,25,-1,23,18,80,-1,16,79,22,-1,12,15,18,-1,11,4,7,-1,1,8,4,-1,7,10,11,-1,27,10,81,-1,7,38,10,-1,15,12,11,-1,2,37,40,-1});
			return IndexedFaceSet_9_47_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #47, 252 total numbers made up of 84 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_47_point()
		{
			MFVec3f Coordinate_10_47_point = new MFVec3f(new double[] {0.090333,53.685,-1.771666,-0.193,53.704,-1.796,-0.144,53.403,-2.242,-0.426666,53.803,-1.320666,-0.278,53.739,-1.625999,-0.147,53.436,-1.977999,-0.402666,53.56467,-1.469666,-0.532,53.591,-1.551,-0.257666,53.56934,-1.735333,-0.069,53.588,-1.79,-0.807,53.593,-1.262,-0.598,53.737,-1.465,-0.641,53.884,-1.318,-0.867,53.568,-1.047,-0.697,53.55,-0.915,-0.763,53.96233,-1.177666,-0.475999,53.613,-0.816666,-0.612,53.649,-1.07,-0.422,53.73034,-1.306,-0.397666,53.634,-1.416,-0.412,53.442,-1.047,-0.486,53.588,-0.976,-0.46,53.794,-0.97,-0.455,53.557,-1.206,-0.319,53.435,-1.257,-0.104,53.421,-1.27,-0.004,53.75,-0.943,-0.628,53.554,-1.261,-0.255666,53.29634,-0.865333,-0.067999,53.274,-0.875,-0.07,53.361,-1.16,-0.250333,53.84567,-1.096,0.034,53.769,-1.018,-0.288,53.833,-0.861,-0.419,53.885,-0.897,-0.214333,53.58333,-0.739,-0.039,53.693,-1.954999,0.086,53.57066,-2.058333,-0.749,53.438,-1.508,0.013,53.469,-1.981,0.0,53.508,-2.208,0.579,53.73167,-1.115666,0.268,53.505,-1.262,0.366,53.866,-0.829,0.314,53.897,-1.099,0.472,53.756,-1.039,0.424666,53.61633,-0.813666,0.268,53.523,-0.795,0.503666,53.58633,-0.837,0.916,53.498,-1.026,0.857,53.716,-1.077,0.756,53.457,-0.942,0.759,53.972,-1.191,0.732,53.981,-1.105,0.824,53.678,-1.286333,0.892,53.442,-1.414,0.693,53.859,-1.363,0.476,53.857,-1.361,0.621,53.939,-1.244,0.237,53.662,-1.752333,0.136,53.41467,-2.108,0.165,53.432,-1.887,0.074,53.589,-1.79,0.235,53.494,-1.722,0.334,53.59567,-1.458333,0.565666,53.51,-1.341333,0.744,53.439,-1.512,0.249,53.811,-0.91,0.086,53.685,-0.762,0.198,53.352,-1.106,0.075333,53.27234,-0.841666,0.412,53.442,-1.047,0.637,53.545,-1.055,0.731,53.617,-1.051,0.369666,53.514,-1.545,0.497,53.575,-1.565,0.03,53.418,-0.697,0.553,53.598,-1.545,0.653,53.76,-1.45,-0.541,53.69,-0.86,-0.216,53.635,-1.257,-0.546,53.456,-1.402,-0.328,53.809,-0.718,-0.012,53.651,-1.247});
			return Coordinate_10_47_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #51, 192 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_51_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_51_coordIndex = new MFInt32(new int[] {5,6,7,-1,11,12,10,-1,17,8,18,-1,2,21,3,-1,4,13,11,-1,10,7,6,-1,2,11,9,-1,11,3,4,-1,16,2,20,-1,3,21,4,-1,18,0,17,-1,22,15,19,-1,11,13,12,-1,0,18,8,-1,5,17,0,-1,5,23,6,-1,9,23,1,-1,9,6,23,-1,12,13,4,-1,16,24,21,-1,2,16,21,-1,8,25,14,-1,19,8,22,-1,8,19,1,-1,20,9,15,-1,14,15,22,-1,24,8,17,-1,24,16,25,-1,11,2,3,-1,17,12,4,-1,19,15,9,-1,5,12,17,-1,5,7,12,-1,1,5,0,-1,5,1,23,-1,10,6,11,-1,16,15,14,-1,16,20,15,-1,16,14,25,-1,24,4,21,-1,17,4,24,-1,14,22,8,-1,19,9,1,-1,2,9,20,-1,24,25,8,-1,6,9,11,-1,8,1,0,-1,12,7,10,-1});
			return IndexedFaceSet_9_51_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #51, 78 total numbers made up of 26 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_51_point()
		{
			MFVec3f Coordinate_10_51_point = new MFVec3f(new double[] {0.294,53.342,-1.164,0.287,53.19,-0.877,-0.342,53.29,-0.964,-0.318,53.319,-1.106,-0.24,53.353,-1.247,0.173,53.225,-1.097,0.055,53.147,-0.915,0.074,53.239,-1.149,0.246,53.314,-0.963,-0.062,53.124,-0.839,-0.051,53.221,-1.122,-0.165,53.194,-1.019,-0.013,53.312,-1.256,-0.146,53.302,-1.233,-0.042,53.227,-0.786,-0.095,53.155,-0.732,-0.19,53.298,-0.953,0.051,53.341,-1.228,0.381,53.366,-1.01,0.127,53.189,-0.727,-0.279,53.224,-0.807,-0.188,53.332,-1.032,0.088,53.233,-0.805,0.212,53.182,-0.971,0.0,53.352,-1.142,0.0,53.33,-0.98});
			return Coordinate_10_51_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #55, 776 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_55_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_55_coordIndex = new MFInt32(new int[] {9,10,11,-1,23,22,24,-1,8,30,26,-1,8,31,32,-1,38,3,34,-1,36,6,29,-1,30,35,21,-1,43,44,5,-1,8,45,26,-1,58,59,60,-1,62,50,64,-1,2,72,73,-1,69,73,72,-1,76,75,77,-1,77,61,78,-1,70,11,71,-1,82,69,1,-1,18,79,65,-1,85,83,84,-1,75,2,74,-1,0,80,50,-1,50,51,55,-1,56,87,57,-1,61,50,62,-1,80,58,57,-1,54,88,59,-1,53,54,0,-1,16,4,7,-1,4,23,19,-1,14,46,13,-1,42,22,21,-1,90,13,15,-1,6,49,37,-1,5,35,30,-1,16,7,4,-1,84,25,9,-1,92,9,25,-1,23,4,22,-1,91,20,18,-1,4,6,37,-1,4,27,22,-1,44,43,8,-1,4,7,26,-1,49,6,12,-1,13,90,7,-1,13,7,49,-1,81,0,54,-1,55,51,61,-1,61,51,50,-1,50,79,62,-1,67,78,63,-1,59,58,54,-1,56,57,50,-1,75,76,2,-1,74,2,73,-1,58,66,57,-1,50,62,64,-1,50,57,65,-1,68,55,61,-1,65,79,50,-1,61,62,63,-1,58,81,54,-1,90,18,7,-1,4,26,27,-1,20,19,18,-1,48,14,89,-1,18,90,15,-1,7,18,39,-1,36,4,6,-1,28,17,18,-1,22,27,21,-1,14,49,47,-1,9,44,10,-1,12,17,28,-1,39,24,5,-1,92,25,5,-1,26,41,21,-1,37,7,4,-1,49,7,37,-1,5,25,33,-1,5,44,92,-1,71,9,38,-1,14,60,46,-1,18,19,39,-1,89,14,47,-1,4,19,20,-1,18,15,94,-1,81,58,80,-1,48,40,60,-1,15,46,59,-1,1,55,68,-1,0,55,1,-1,69,84,83,-1,84,69,11,-1,69,72,11,-1,61,77,75,-1,18,95,79,-1,54,18,88,-1,54,95,18,-1,0,50,55,-1,85,2,83,-1,52,2,0,-1,9,71,86,-1,0,1,52,-1,79,95,54,-1,78,76,77,-1,82,74,69,-1,84,86,85,-1,46,60,59,-1,67,62,53,-1,48,89,40,-1,88,15,59,-1,88,94,15,-1,19,23,24,-1,47,12,89,-1,40,89,12,-1,46,15,13,-1,7,8,26,-1,26,45,8,-1,32,84,11,-1,84,32,31,-1,11,93,32,-1,32,44,8,-1,93,44,32,-1,30,43,5,-1,30,8,43,-1,41,30,21,-1,28,40,12,-1,20,18,17,-1,20,91,18,-1,11,38,9,-1,8,33,31,-1,20,17,12,-1,6,29,12,-1,29,6,36,-1,10,44,11,-1,8,7,33,-1,12,29,20,-1,35,24,21,-1,35,5,24,-1,24,42,21,-1,21,27,26,-1,29,4,20,-1,29,6,4,-1,44,9,92,-1,93,11,44,-1,49,12,47,-1,49,14,13,-1,60,40,66,-1,62,79,53,-1,2,86,72,-1,69,74,73,-1,82,75,74,-1,68,75,1,-1,2,78,67,-1,65,28,18,-1,50,57,56,-1,88,18,94,-1,71,11,72,-1,57,50,80,-1,75,68,61,-1,2,76,78,-1,69,52,1,-1,54,53,79,-1,67,53,2,-1,2,52,83,-1,53,0,2,-1,38,3,70,-1,71,38,70,-1,69,83,52,-1,65,40,28,-1,75,82,1,-1,63,78,61,-1,86,2,85,-1,86,84,9,-1,86,71,72,-1,11,70,3,-1,40,57,66,-1,40,65,57,-1,67,63,62,-1,58,60,66,-1,56,57,87,-1,81,80,0,-1,4,36,6,-1,19,24,39,-1,31,25,84,-1,42,24,22,-1,30,41,26,-1,48,60,14,-1,33,25,31,-1,38,11,3,-1,3,38,34,-1,7,39,5,-1,5,33,7,-1});
			return IndexedFaceSet_9_55_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #55, 288 total numbers made up of 96 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_55_point()
		{
			MFVec3f Coordinate_10_55_point = new MFVec3f(new double[] {-0.56,53.078,-1.394,-0.594,52.931,-1.592999,-0.444,53.348,-1.572,0.021666,52.991,-2.428333,0.859,53.212,-1.164,0.462999,53.25734,-1.597333,0.689,52.967,-0.923,0.563333,53.06,-1.423333,0.363666,52.96567,-1.758333,-0.008,53.273,-2.085,0.16,53.187,-2.074,0.049333,53.028,-2.147666,0.270666,53.15033,-0.860666,0.38,52.904,-1.149,0.269666,52.795,-0.926333,0.106,52.884,-1.327,0.706,53.15,-1.199,0.34,53.34,-1.092,0.121333,53.201,-1.246999,0.631,53.347,-1.207,0.517,53.304,-1.031,0.768,53.316,-1.456,0.908,53.432,-1.250999,0.81,53.477,-1.145,0.660333,53.523,-1.208333,0.24,53.293,-1.748,0.792666,52.989,-1.497333,0.866666,53.138,-1.377999,0.057,53.204,-1.058,0.518,53.184,-0.885,0.608333,53.13167,-1.650666,0.221666,53.005,-1.867,0.268666,52.97867,-1.867666,0.382,53.128,-1.6,0.173,53.07,-2.483,0.506,53.34,-1.527,0.701,53.026,-0.892,0.542,53.122,-1.024,0.001,53.175,-2.399,0.488,53.151,-1.309,-0.119666,53.04634,-0.803333,0.83,53.155,-1.545,0.663333,53.49633,-1.251,0.404,53.077,-1.762,0.262,53.247,-1.867,0.575,52.929,-1.598,0.045,52.833,-1.107,0.339,52.991,-0.879,-0.001,52.848,-0.834,0.522,52.988,-1.012,-0.661666,53.17033,-1.117666,-0.967,53.143,-1.141,-0.391,53.163,-1.574,-0.472,53.156,-1.373,-0.313,53.06,-1.316,-0.804,53.084,-1.375999,-0.683,53.11,-0.889,-0.513,53.083,-0.909,-0.387,52.903,-1.154,-0.165666,52.85633,-1.190666,-0.228,52.77367,-0.902,-0.889,53.326,-1.249333,-0.624,53.33,-1.229,-0.739,53.479,-1.17,-0.71,53.18,-1.184,-0.383999,53.336,-1.033333,-0.33,52.971,-0.881,-0.526,53.459,-1.356,-0.874,53.038,-1.443,-0.316,53.00766,-1.796333,-0.173,53.075,-2.485,-0.106,53.10833,-2.139333,-0.268,53.101,-1.962,-0.398,53.208,-1.724,-0.525,53.173,-1.646,-0.741,53.199,-1.578,-0.492,53.349,-1.522,-0.824,53.285,-1.458,-0.724,53.423,-1.365,-0.459,53.32367,-1.062333,-0.465,52.947,-1.051,-0.448,53.025,-1.262,-0.632,53.031,-1.681,-0.273,53.31,-1.714999,-0.074666,53.18367,-1.869333,-0.241,53.319,-1.828,-0.262,53.247,-1.868,-0.696,52.884,-0.969,-0.125,53.085,-1.295,0.109,52.945,-0.806,0.353,52.974,-1.324,0.433,53.396,-1.115,0.241,53.319,-1.828,0.252,53.117,-1.997,0.0,53.015,-1.326,-0.229,53.243,-1.258});
			return Coordinate_10_55_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #59, 176 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_59_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_59_coordIndex = new MFInt32(new int[] {0,1,8,-1,10,9,3,-1,11,3,9,-1,18,10,3,-1,2,5,6,-1,3,12,13,-1,3,11,12,-1,20,1,0,-1,17,7,10,-1,19,2,6,-1,6,8,19,-1,13,4,3,-1,15,4,13,-1,15,2,4,-1,11,9,7,-1,15,0,14,-1,1,20,17,-1,7,9,10,-1,22,18,16,-1,2,16,4,-1,22,17,18,-1,17,20,7,-1,6,15,14,-1,2,15,5,-1,14,0,6,-1,0,23,20,-1,12,15,13,-1,7,12,11,-1,7,21,12,-1,21,15,12,-1,21,23,15,-1,6,0,8,-1,1,17,22,-1,22,16,1,-1,2,1,16,-1,19,1,2,-1,16,18,4,-1,19,8,1,-1,4,18,3,-1,18,17,10,-1,0,15,23,-1,6,5,15,-1,20,21,7,-1,23,21,20,-1});
			return IndexedFaceSet_9_59_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #59, 72 total numbers made up of 24 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_59_point()
		{
			MFVec3f Coordinate_10_59_point = new MFVec3f(new double[] {-0.208,52.866,-1.311,-0.249,52.689,-1.172,-0.061,52.682,-0.973,0.3,52.717,-1.0,0.131,52.735,-0.932,-0.155,52.763,-0.993,-0.298,52.801,-1.062,0.238,52.812,-1.378,-0.327,52.833,-1.265,0.383,52.815,-1.168,0.274,52.691,-1.162,0.284,52.848,-1.13,0.045,52.831,-1.107,0.146,52.802,-1.004,-0.289,52.84,-1.12,-0.045,52.829,-1.107,0.043,52.667,-1.036,0.059,52.714,-1.314,0.167,52.678,-1.115,-0.284,52.713,-0.993,-0.068,52.791,-1.406,0.129,52.87,-1.268,0.018,52.697,-1.271,0.0,52.859,-1.257});
			return Coordinate_10_59_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #63, 752 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_63_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_63_coordIndex = new MFInt32(new int[] {3,25,26,-1,44,18,17,-1,16,44,17,-1,5,4,52,-1,18,16,17,-1,0,4,1,-1,20,33,34,-1,56,57,62,-1,75,63,57,-1,79,58,80,-1,81,82,74,-1,77,71,74,-1,69,68,85,-1,82,72,62,-1,76,74,60,-1,66,74,76,-1,57,56,58,-1,74,82,62,-1,53,72,70,-1,65,79,67,-1,78,58,65,-1,78,63,64,-1,73,80,74,-1,71,69,81,-1,55,64,29,-1,70,82,81,-1,56,37,58,-1,60,65,67,-1,67,73,66,-1,29,27,0,-1,7,31,29,-1,19,15,2,-1,2,90,19,-1,11,13,91,-1,8,34,35,-1,25,14,8,-1,7,50,27,-1,19,26,25,-1,3,4,32,-1,24,19,25,-1,38,84,42,-1,29,31,55,-1,36,19,11,-1,49,27,28,-1,4,3,22,-1,25,23,24,-1,28,27,49,-1,0,6,29,-1,22,15,4,-1,3,37,22,-1,11,10,36,-1,45,44,16,-1,25,32,4,-1,27,48,7,-1,52,4,51,-1,25,8,35,-1,53,54,2,-1,54,13,90,-1,54,90,2,-1,4,15,19,-1,82,70,72,-1,72,56,62,-1,75,57,78,-1,81,69,70,-1,16,18,45,-1,68,71,59,-1,85,89,69,-1,80,58,77,-1,64,92,78,-1,87,65,86,-1,65,87,78,-1,58,79,65,-1,62,57,63,-1,62,61,60,-1,86,65,60,-1,92,45,47,-1,29,49,27,-1,19,90,11,-1,53,13,54,-1,51,4,27,-1,51,50,6,-1,48,47,46,-1,20,23,34,-1,13,11,90,-1,8,4,5,-1,19,24,20,-1,24,23,20,-1,30,4,8,-1,1,9,0,-1,4,30,25,-1,27,4,0,-1,20,34,33,-1,15,37,2,-1,15,22,37,-1,40,39,84,-1,42,84,10,-1,83,84,38,-1,38,41,10,-1,91,38,10,-1,49,48,27,-1,27,50,51,-1,51,6,52,-1,13,12,43,-1,91,10,11,-1,4,19,1,-1,87,63,78,-1,29,75,78,-1,75,29,64,-1,58,78,57,-1,63,61,62,-1,83,89,85,-1,83,93,89,-1,81,74,71,-1,55,45,64,-1,53,2,72,-1,89,43,12,-1,61,63,86,-1,75,64,63,-1,70,89,12,-1,88,53,70,-1,79,73,67,-1,79,80,73,-1,45,92,64,-1,45,46,47,-1,45,18,46,-1,89,93,43,-1,68,40,84,-1,37,40,58,-1,72,2,56,-1,20,34,8,-1,0,9,6,-1,53,12,13,-1,14,25,8,-1,48,46,7,-1,45,46,44,-1,10,3,26,-1,84,39,10,-1,39,37,3,-1,21,19,20,-1,5,20,8,-1,42,10,41,-1,5,1,19,-1,20,5,19,-1,20,19,21,-1,3,32,25,-1,34,23,35,-1,31,7,55,-1,38,42,41,-1,83,38,43,-1,38,91,43,-1,19,10,26,-1,7,46,55,-1,46,18,44,-1,48,49,47,-1,6,50,7,-1,43,91,13,-1,7,29,6,-1,6,9,1,-1,52,1,5,-1,74,62,60,-1,77,74,80,-1,73,74,66,-1,68,59,58,-1,93,83,43,-1,47,49,92,-1,12,88,70,-1,61,86,60,-1,67,76,60,-1,67,66,76,-1,70,69,89,-1,86,63,87,-1,92,49,78,-1,77,59,71,-1,58,59,77,-1,71,68,69,-1,68,83,85,-1,68,84,83,-1,40,68,58,-1,37,56,2,-1,12,53,88,-1,78,49,29,-1,6,1,52,-1,25,30,8,-1,46,45,55,-1,36,10,19,-1,10,39,3,-1,40,37,39,-1,25,35,23,-1});
			return IndexedFaceSet_9_63_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #63, 282 total numbers made up of 94 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_63_point()
		{
			MFVec3f Coordinate_10_63_point = new MFVec3f(new double[] {-0.349,52.538,-1.803,-0.5,52.495,-1.783999,-0.153666,52.385,-1.53,-0.283,52.777,-1.413,-0.467666,52.71833,-1.734666,-0.723,52.563,-1.687,-0.289666,52.40167,-2.006666,-0.195,52.495,-2.238,-0.762333,52.81866,-1.601,-0.348,52.38,-2.003,-0.468333,52.72533,-1.217666,-0.413,52.352,-1.248,0.127,52.214,-1.086,-0.272,52.228,-1.147,-0.65,52.973,-1.471,-0.24,52.525,-1.562,-0.009,52.554,-2.694,-0.127,52.666,-2.775,0.075,52.704,-2.715,-0.488,52.504,-1.465,-0.836999,52.56033,-1.457666,-0.657,52.51,-1.36,-0.251,52.658,-1.525,-0.773,52.801,-1.407,-0.627,52.687,-1.449,-0.565,52.934,-1.461,-0.447,52.758,-1.396,-0.28,52.708,-1.927,-0.161,52.7,-1.919,-0.120666,52.51067,-2.024,-0.483,52.905,-1.586,-0.093,52.41,-2.246,-0.436,52.904,-1.51,-1.031,52.643,-1.42,-0.949,52.793,-1.503,-0.821,52.866,-1.535999,-0.528,52.488,-1.281,-0.006,52.646,-1.489,-0.208,52.532,-0.998,-0.133,52.721,-1.31,0.133,52.721,-1.31,-0.281,52.686,-1.15,-0.06,52.664,-1.068,-0.101,52.358,-1.018,-0.104,52.589,-2.606999,0.073,52.56933,-2.425999,-0.094,52.638,-2.435999,-0.001,52.775,-2.196,-0.162,52.712,-2.167,0.0,52.798,-2.036,-0.349,52.605,-2.037,-0.521,52.599,-1.916,-0.666,52.52,-1.869,0.080333,52.32467,-1.334666,-0.183,52.286,-1.276,0.060333,52.53867,-2.383666,0.27,52.597,-1.554,0.357,52.577,-1.762,0.360333,52.776,-1.486333,0.426999,52.80967,-1.276333,0.752,52.556,-1.699,0.54,52.48166,-1.777,0.532333,52.54267,-1.606333,0.353333,52.47934,-2.027333,0.193,52.515,-2.189,0.411333,52.75566,-1.713999,0.963,52.756,-1.45,0.768,52.83,-1.595,0.287,52.693,-1.142,0.415,52.443,-1.206,0.386,52.307,-1.24,0.524,52.658,-1.271,0.376666,52.43866,-1.490333,0.734,52.953,-1.45,0.817,52.688,-1.406,0.247,52.46133,-1.987666,0.865,52.589,-1.487,0.737,52.641,-1.406,0.271666,52.73133,-1.912666,0.524,52.85,-1.618,0.514,52.91667,-1.477666,0.539,52.493,-1.298,0.492,52.46,-1.396,0.096,52.579,-0.933,-0.005,52.681,-1.197,0.284,52.614,-1.014,0.618,52.571,-1.887,0.45,52.70833,-1.846333,0.201,52.176,-1.142,0.262,52.422,-1.05,-0.364,52.279,-1.357,-0.322,52.377,-1.108,0.162,52.712,-2.166,0.03,52.395,-0.982});
			return Coordinate_10_63_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #67, 176 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_67_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_67_coordIndex = new MFInt32(new int[] {4,12,6,-1,1,10,18,-1,18,15,13,-1,13,14,16,-1,7,0,11,-1,8,20,7,-1,1,8,4,-1,4,8,2,-1,2,3,4,-1,12,3,21,-1,9,2,8,-1,4,10,1,-1,1,13,16,-1,6,18,4,-1,14,13,19,-1,6,19,22,-1,6,15,18,-1,18,13,1,-1,1,16,0,-1,7,11,5,-1,9,5,2,-1,5,3,2,-1,0,7,1,-1,11,0,5,-1,5,23,21,-1,21,6,12,-1,21,23,6,-1,20,1,7,-1,23,14,19,-1,14,23,0,-1,19,6,23,-1,6,13,15,-1,22,13,6,-1,4,3,12,-1,8,7,9,-1,5,0,23,-1,5,21,3,-1,8,1,20,-1,9,7,5,-1,0,16,14,-1,4,18,10,-1,1,17,13,-1,13,22,19,-1,17,1,13,-1});
			return IndexedFaceSet_9_67_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #67, 72 total numbers made up of 24 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_67_point()
		{
			MFVec3f Coordinate_10_67_point = new MFVec3f(new double[] {-0.002,52.087,-1.209,-0.087,52.22934,-1.193,0.379,52.274,-1.444,0.315,52.322,-1.549,0.113,52.346,-1.509,0.238666,52.14433,-1.335666,-0.075,52.289,-1.608,0.25,52.13933,-1.205,0.174,52.304,-1.293,0.349,52.189,-1.244,0.0,52.347,-1.387,0.246333,52.128,-1.251666,0.103,52.286,-1.612,-0.352,52.19,-1.303,-0.259,52.123,-1.272,-0.334,52.331,-1.543,-0.197,52.104,-1.156,-0.164666,52.19833,-1.188333,-0.111,52.366,-1.409,-0.232,52.181,-1.447,0.137,52.208,-1.181,0.194,52.199,-1.505,-0.32,52.223,-1.498,0.0,52.157,-1.438});
			return Coordinate_10_67_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #71, 696 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_71_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_71_coordIndex = new MFInt32(new int[] {2,4,5,-1,16,15,17,-1,27,28,1,-1,26,22,36,-1,26,36,13,-1,12,37,27,-1,18,1,6,-1,6,5,39,-1,5,40,2,-1,3,8,9,-1,12,21,41,-1,23,25,42,-1,43,17,15,-1,12,38,18,-1,46,40,29,-1,48,49,50,-1,54,70,56,-1,51,49,48,-1,68,54,67,-1,3,40,8,-1,53,73,48,-1,78,77,42,-1,76,58,56,-1,74,56,60,-1,59,65,6,-1,16,58,59,-1,58,16,60,-1,61,56,60,-1,29,65,66,-1,48,50,52,-1,75,72,74,-1,64,49,51,-1,54,71,70,-1,63,62,56,-1,63,77,78,-1,47,9,8,-1,59,19,15,-1,20,19,82,-1,9,47,16,-1,26,20,35,-1,26,41,20,-1,6,7,18,-1,1,32,82,-1,12,18,38,-1,10,37,12,-1,1,12,30,-1,30,27,1,-1,0,34,1,-1,36,84,13,-1,9,43,15,-1,26,25,23,-1,22,26,23,-1,11,0,27,-1,14,13,84,-1,41,0,12,-1,39,5,4,-1,16,17,9,-1,82,32,20,-1,20,21,18,-1,59,15,16,-1,40,45,29,-1,53,48,64,-1,71,77,63,-1,71,54,69,-1,72,56,74,-1,40,29,45,-1,3,2,40,-1,29,74,57,-1,73,56,72,-1,56,62,68,-1,8,40,47,-1,47,57,16,-1,56,68,76,-1,52,50,48,-1,50,64,48,-1,29,6,65,-1,76,68,66,-1,66,68,67,-1,51,72,75,-1,75,74,66,-1,44,64,51,-1,64,50,49,-1,67,44,75,-1,67,54,44,-1,44,73,53,-1,44,53,64,-1,69,80,71,-1,80,69,55,-1,56,70,63,-1,51,75,44,-1,18,21,12,-1,43,9,17,-1,20,32,35,-1,32,31,35,-1,15,7,6,-1,5,29,40,-1,18,12,1,-1,12,27,30,-1,27,1,28,-1,20,41,21,-1,6,29,5,-1,3,4,2,-1,0,1,27,-1,42,24,62,-1,13,32,34,-1,14,31,13,-1,86,31,14,-1,37,11,27,-1,10,12,83,-1,83,0,10,-1,68,62,35,-1,9,15,4,-1,6,82,19,-1,47,57,81,-1,60,56,61,-1,55,85,80,-1,63,70,71,-1,54,55,69,-1,73,54,56,-1,65,76,66,-1,46,29,57,-1,79,31,68,-1,56,58,60,-1,42,62,78,-1,48,73,72,-1,40,46,57,-1,29,66,74,-1,55,86,85,-1,60,16,57,-1,19,18,15,-1,22,23,42,-1,24,42,25,-1,35,31,68,-1,39,4,15,-1,82,6,1,-1,33,13,34,-1,13,33,26,-1,26,24,25,-1,32,1,34,-1,13,31,32,-1,84,86,14,-1,85,84,36,-1,85,36,22,-1,34,0,26,-1,6,39,15,-1,7,15,18,-1,62,24,35,-1,57,47,81,-1,68,31,54,-1,31,55,54,-1,55,31,86,-1,51,48,72,-1,62,63,78,-1,57,47,40,-1,76,59,58,-1,65,59,76,-1,57,74,60,-1,68,31,79,-1,66,67,75,-1,54,73,44,-1,77,85,22,-1,77,71,85,-1,71,80,85,-1,59,6,19,-1,20,18,19,-1,77,22,42,-1,24,26,35,-1,26,0,41,-1,0,83,12,-1,9,4,3,-1,10,11,37,-1,26,33,34,-1,85,86,84,-1,11,10,0,-1});
			return IndexedFaceSet_9_71_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #71, 261 total numbers made up of 87 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_71_point()
		{
			MFVec3f Coordinate_10_71_point = new MFVec3f(new double[] {-0.836,52.28,-1.731,-0.488333,52.34533,-1.867333,0.0,52.065,-2.825,-0.046,51.89534,-3.211666,-0.073,51.973,-2.789,0.073333,52.13733,-2.426333,-0.057666,52.11433,-2.232666,-0.304,51.989,-2.344,0.074333,51.82634,-3.202999,-0.035333,51.789,-3.181333,-1.127,52.221,-2.058,-1.268,52.374,-1.967,-0.802,52.13,-2.083,-0.294666,52.18367,-1.468333,-0.239,52.039,-1.206,-0.281,51.7,-2.447,0.103,51.649,-2.496,-0.095,51.634,-2.571,-0.51,51.957,-2.203,-0.309,51.851,-2.181,-0.451,51.964,-1.898999,-0.636,51.907,-1.99,-0.200333,51.55566,-1.309666,-0.319,51.548,-1.471,-0.379,51.711,-1.865999,-0.345,51.637,-1.645,-0.510333,51.84933,-1.575999,-1.004,52.5,-1.906,-0.841,52.456,-1.707,0.156333,52.13167,-2.325333,-0.727,52.336,-2.032,-0.170999,52.20166,-1.513,-0.271,52.205,-1.802,-0.508,52.023,-1.589999,-0.47,52.328,-1.653,-0.204,51.997,-1.837,-0.306,51.808,-1.267,-1.119,52.345,-2.171,-0.726,52.012,-2.086,-0.138,52.039,-2.483,0.092666,51.84734,-3.078333,-0.675,52.085,-1.855,0.004,51.625,-1.642,-0.076,51.687,-2.892,0.832,52.458,-1.759333,0.023,52.146,-2.545,0.076,51.997,-2.691,0.014,51.669,-2.843999,1.043,52.194,-1.979,1.014,52.365,-2.214,1.239,52.454,-2.066,0.805,52.302,-2.1,1.216,52.264,-2.142,0.848666,52.394,-1.708666,0.43,52.2,-1.554666,0.241,52.099,-1.256,0.555666,51.91533,-1.959666,0.205,51.82,-2.562,0.309,51.851,-2.179,0.061,51.913,-2.273,0.367,51.673,-2.338,0.36,51.625,-2.31,0.11,51.811,-1.845,0.535,51.694,-1.509,1.032,52.47767,-1.903666,0.061,52.11333,-2.162666,0.230666,52.16833,-2.105666,0.585,52.429,-1.731,0.199,52.11167,-1.802,0.393,51.957,-1.332,0.467,51.889,-1.477,0.306,51.808,-1.265,0.718,51.995,-2.051,0.736,52.132,-1.821,0.416,51.961,-2.275,0.532,52.273,-1.961,0.309,52.085,-2.046,0.219,51.549,-1.408,0.317,51.649,-1.666,0.140333,52.11734,-1.770666,0.167,52.023,-1.162,0.148,51.691,-2.715,-0.309,52.085,-2.047,-0.977,52.172,-1.929,-0.25,51.958,-1.188,-0.004,51.783,-1.194,0.005,52.141,-1.385});
			return Coordinate_10_71_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #75, 200 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_75_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_75_coordIndex = new MFInt32(new int[] {15,16,13,-1,6,16,15,-1,1,17,0,-1,19,10,18,-1,3,4,5,-1,22,9,7,-1,6,22,7,-1,4,8,5,-1,10,20,8,-1,24,21,16,-1,18,10,8,-1,26,7,3,-1,23,8,4,-1,9,3,7,-1,9,2,3,-1,10,14,21,-1,14,10,11,-1,19,12,11,-1,0,17,23,-1,23,18,8,-1,11,10,19,-1,23,17,12,-1,21,14,16,-1,14,13,16,-1,13,11,12,-1,23,4,2,-1,1,2,9,-1,1,0,2,-1,2,4,3,-1,5,8,26,-1,26,6,7,-1,5,26,3,-1,8,6,26,-1,12,25,13,-1,25,12,1,-1,8,24,6,-1,24,8,10,-1,6,13,25,-1,6,15,13,-1,17,1,12,-1,12,18,23,-1,18,12,19,-1,8,20,10,-1,25,1,6,-1,6,24,16,-1,10,21,24,-1,13,14,11,-1,9,6,1,-1,6,9,22,-1,0,23,2,-1});
			return IndexedFaceSet_9_75_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #75, 81 total numbers made up of 27 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_75_point()
		{
			MFVec3f Coordinate_10_75_point = new MFVec3f(new double[] {0.023,51.418,-1.581,0.092,51.417,-1.345,0.395,51.4,-1.543,0.419,51.595,-1.799,0.19,51.489,-1.784,0.313,51.637,-1.878,-0.005,51.602,-1.546,0.269,51.625,-1.571,-0.005,51.602,-1.875,0.36,51.472,-1.417,-0.343,51.596,-1.875,-0.413,51.564,-1.835,-0.366,51.405,-1.495,-0.37,51.51,-1.411,-0.462,51.597,-1.619,-0.263,51.552,-1.458,-0.269,51.625,-1.573,-0.023,51.38,-1.422,-0.181,51.463,-1.731,-0.25,51.456,-1.737,-0.294,51.626,-1.892,-0.412,51.655,-1.742,0.263,51.552,-1.455,0.06,51.446,-1.671,-0.261,51.664,-1.71,-0.082,51.496,-1.326,0.17,51.655,-1.746});
			return Coordinate_10_75_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #79, 584 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_79_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_79_coordIndex = new MFInt32(new int[] {10,11,7,-1,8,17,12,-1,17,31,30,-1,34,35,33,-1,41,43,42,-1,45,42,46,-1,55,32,56,-1,57,37,36,-1,40,38,37,-1,0,59,58,-1,29,49,61,-1,49,47,50,-1,43,41,64,-1,38,34,44,-1,50,62,51,-1,62,50,54,-1,53,41,42,-1,65,1,0,-1,36,33,35,-1,1,65,57,-1,53,52,40,-1,50,47,46,-1,33,36,37,-1,55,66,16,-1,16,66,31,-1,17,28,4,-1,27,8,17,-1,1,67,68,-1,0,68,2,-1,12,17,14,-1,7,11,6,-1,25,5,26,-1,20,29,63,-1,22,13,20,-1,1,68,0,-1,27,5,23,-1,16,32,55,-1,25,27,17,-1,50,46,54,-1,46,42,54,-1,48,56,36,-1,36,56,32,-1,58,65,0,-1,40,52,38,-1,51,62,19,-1,9,36,42,-1,0,2,3,-1,64,6,43,-1,45,53,42,-1,9,4,1,-1,33,39,34,-1,30,24,21,-1,30,21,13,-1,15,8,12,-1,13,14,17,-1,31,66,30,-1,12,14,13,-1,20,13,21,-1,4,15,12,-1,4,9,15,-1,8,15,9,-1,64,69,10,-1,12,13,18,-1,18,13,22,-1,10,3,68,-1,67,11,10,-1,70,11,67,-1,1,11,70,-1,28,11,1,-1,8,27,23,-1,12,16,4,-1,5,25,23,-1,69,3,10,-1,36,35,45,-1,41,53,40,-1,56,49,55,-1,38,39,37,-1,49,56,47,-1,41,37,60,-1,0,64,59,-1,49,29,61,-1,19,20,51,-1,43,9,42,-1,43,71,9,-1,6,71,43,-1,52,35,34,-1,41,59,64,-1,41,72,59,-1,60,65,72,-1,60,57,65,-1,57,36,9,-1,48,47,56,-1,32,42,36,-1,35,53,45,-1,29,51,63,-1,4,16,17,-1,24,30,29,-1,16,31,17,-1,27,25,26,-1,66,29,30,-1,4,28,1,-1,10,68,67,-1,2,68,3,-1,13,17,30,-1,20,19,18,-1,64,3,69,-1,7,64,10,-1,7,6,64,-1,9,11,8,-1,6,11,9,-1,20,18,22,-1,29,21,24,-1,1,70,67,-1,5,27,26,-1,34,38,52,-1,29,55,49,-1,32,62,42,-1,62,32,19,-1,33,37,39,-1,38,44,39,-1,37,57,60,-1,37,41,40,-1,49,50,51,-1,51,20,63,-1,54,42,62,-1,9,71,6,-1,51,29,49,-1,48,46,47,-1,36,46,48,-1,64,0,3,-1,60,72,41,-1,72,58,59,-1,72,65,58,-1,57,9,1,-1,34,39,44,-1,35,52,53,-1,36,45,46,-1,23,17,8,-1,12,32,16,-1,55,29,66,-1,18,32,12,-1,18,19,32,-1,28,8,11,-1,17,8,28,-1,17,23,25,-1,21,29,20,-1});
			return IndexedFaceSet_9_79_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #79, 219 total numbers made up of 73 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_79_point()
		{
			MFVec3f Coordinate_10_79_point = new MFVec3f(new double[] {-0.035333,51.234,-3.192666,0.082,51.444,-2.784,0.037,51.001,-3.478,-0.067,50.935,-3.356,0.226,51.507,-2.379,1.102333,51.572,-2.524666,0.05,51.065,-2.689,0.048,50.997,-2.751999,0.552666,51.25467,-2.454666,-0.038,51.327,-2.511,0.2,50.935,-2.921,0.449,51.179,-2.552333,0.35,51.24,-2.195,0.51,51.137,-1.872,0.566,51.304,-2.122,0.266,51.374,-2.363,0.332,51.585,-2.083999,0.523666,51.60167,-2.097666,0.359,51.005,-2.198,0.013,50.989,-2.095,0.267,50.919,-1.872,0.339,51.038,-1.562,0.559,50.974,-1.999,0.888,51.388,-2.323,0.100666,51.26233,-1.402666,0.938,51.633,-2.213,1.115,51.753,-2.442,0.782333,51.685,-2.391333,0.303,51.483,-2.522,0.008666,51.16867,-1.425333,0.471,51.315,-1.597,0.359,51.493,-1.777,-0.04,51.30266,-2.034,-0.587,51.591,-2.191,-0.938,51.633,-2.217,-0.72,51.532,-2.102,-0.377666,51.64367,-2.135666,-0.627,51.46,-2.433,-1.034,51.55433,-2.496333,-0.833,51.746,-2.282,-0.712,51.208,-2.409,-0.486,51.04,-2.579,-0.358,51.28,-2.321,-0.292,51.079,-2.588,-1.053666,51.64667,-2.516666,-0.596,51.384,-2.065,-0.552,51.336,-2.001,-0.512,51.384,-1.759,-0.433,51.536,-1.831,-0.386333,51.17833,-1.566333,-0.468666,50.97333,-1.806999,-0.276666,50.934,-1.939666,-0.877,51.391,-2.276,-0.643,51.307,-2.253,-0.503,51.141,-2.039,0.009,51.434,-1.646,-0.218,51.487,-1.783,-0.303,51.483,-2.524,-0.072,51.383,-2.91,-0.159,51.21,-2.886,-0.368,51.313,-2.571,-0.186,51.275,-1.383,-0.31,51.015,-2.221,-0.032,50.845,-1.6,-0.141,50.928,-2.935,-0.106,51.443,-2.779,0.239,51.43,-1.661,0.159,51.21,-2.884,0.114,51.047,-3.13,0.123,50.865,-3.075,0.236,51.249,-2.743,-0.145,51.136,-2.623,-0.236,51.249,-2.745});
			return Coordinate_10_79_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #83, 176 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_83_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_83_coordIndex = new MFInt32(new int[] {6,14,15,-1,4,14,18,-1,0,8,12,-1,12,13,9,-1,2,5,8,-1,4,19,3,-1,4,18,19,-1,9,11,12,-1,16,17,9,-1,16,9,14,-1,10,9,13,-1,1,0,2,-1,1,8,0,-1,7,8,5,-1,18,14,21,-1,11,9,20,-1,9,10,14,-1,13,7,10,-1,14,0,16,-1,4,0,14,-1,9,12,20,-1,17,0,12,-1,16,0,17,-1,12,7,13,-1,7,12,8,-1,15,10,7,-1,21,14,6,-1,2,8,1,-1,19,5,3,-1,19,7,5,-1,6,15,7,-1,22,19,18,-1,0,3,2,-1,23,4,3,-1,7,19,6,-1,18,21,6,-1,11,20,12,-1,17,12,9,-1,14,10,15,-1,22,18,6,-1,5,2,3,-1,6,19,22,-1,0,4,23,-1,0,23,3,-1});
			return IndexedFaceSet_9_83_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #83, 72 total numbers made up of 24 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_83_point()
		{
			MFVec3f Coordinate_10_83_point = new MFVec3f(new double[] {-0.013,50.948,-1.947,0.056,50.932,-2.196,0.445666,50.91533,-2.105666,0.423666,50.866,-1.942666,0.181333,50.83233,-1.691333,0.379,50.757,-2.126,0.049,50.649,-1.658999,0.080333,50.70734,-2.013666,-0.029,50.855,-2.21,-0.416,50.844,-1.875999,-0.349,50.684,-1.951,-0.471,50.759,-2.195,-0.332,50.904,-2.215,-0.158,50.711,-2.038,-0.306,50.735,-1.717,-0.092,50.665,-1.794,-0.264,50.908,-1.837,-0.282,50.962,-2.022,-0.194,50.798,-1.623,0.335666,50.72667,-1.75,-0.537,50.842,-2.075,-0.115,50.668,-1.614,0.105,50.725,-1.577,0.229,50.949,-1.953});
			return Coordinate_10_83_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #87, 520 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_87_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_87_coordIndex = new MFInt32(new int[] {23,24,22,-1,32,31,21,-1,32,17,31,-1,8,10,7,-1,34,7,13,-1,50,51,52,-1,15,46,55,-1,13,58,34,-1,18,44,20,-1,53,52,33,-1,30,48,29,-1,24,15,44,-1,13,15,9,-1,13,20,44,-1,13,7,20,-1,39,54,50,-1,3,57,56,-1,2,45,56,-1,49,47,48,-1,51,50,49,-1,9,58,13,-1,46,44,45,-1,1,38,4,-1,29,40,30,-1,16,40,29,-1,11,10,35,-1,4,12,11,-1,25,60,32,-1,21,23,41,-1,12,23,10,-1,8,34,58,-1,7,23,19,-1,23,22,19,-1,22,27,19,-1,21,31,23,-1,61,33,25,-1,19,18,20,-1,22,21,27,-1,59,4,38,-1,1,4,35,-1,59,38,1,-1,49,48,51,-1,6,9,5,-1,3,56,6,-1,28,47,24,-1,39,50,52,-1,15,14,9,-1,47,50,15,-1,50,46,15,-1,8,58,43,-1,56,57,3,-1,55,2,15,-1,44,54,24,-1,45,44,18,-1,27,26,19,-1,32,16,17,-1,21,42,39,-1,26,37,0,-1,37,23,0,-1,36,19,0,-1,1,35,36,-1,25,32,21,-1,31,17,23,-1,17,16,24,-1,26,27,21,-1,7,34,8,-1,5,14,6,-1,7,10,23,-1,39,22,24,-1,60,40,16,-1,21,41,23,-1,53,61,39,-1,25,39,61,-1,10,19,35,-1,35,19,36,-1,0,4,59,-1,0,59,1,-1,20,7,19,-1,2,6,62,-1,43,45,18,-1,15,2,62,-1,62,6,15,-1,6,56,45,-1,45,43,9,-1,8,43,18,-1,46,45,2,-1,48,30,51,-1,64,30,48,-1,48,30,64,-1,47,28,63,-1,39,24,54,-1,15,13,44,-1,54,46,50,-1,46,2,55,-1,11,35,4,-1,19,10,18,-1,21,39,42,-1,12,4,23,-1,19,26,0,-1,60,30,40,-1,29,28,16,-1,0,23,4,-1,14,15,6,-1,22,39,21,-1,21,39,25,-1,28,24,16,-1,60,16,32,-1,33,60,25,-1,33,30,60,-1,53,33,61,-1,18,10,8,-1,21,23,37,-1,3,2,56,-1,50,47,49,-1,63,48,47,-1,43,58,9,-1,9,6,45,-1,63,29,48,-1,63,28,29,-1,9,14,5,-1,51,30,52,-1,30,33,52,-1,2,3,6,-1,44,46,54,-1,39,52,53,-1,15,24,47,-1,0,1,36,-1,23,17,24,-1,21,37,26,-1,12,10,11,-1});
			return IndexedFaceSet_9_87_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #87, 195 total numbers made up of 65 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_87_point()
		{
			MFVec3f Coordinate_10_87_point = new MFVec3f(new double[] {0.772,50.88,-2.55,1.051,50.933,-2.844666,-0.878,50.76,-2.626,-1.095666,50.93766,-2.823,0.762,50.618,-2.767,-0.63,50.278,-2.934,-0.881,50.671,-2.813,0.112333,50.391,-3.017666,0.067999,50.37567,-3.415,-0.434,50.521,-2.921,0.278333,50.518,-3.022,0.429666,50.347,-2.972666,0.556,50.52,-2.728,-0.276,50.501,-2.893,-0.556,50.52,-2.742,-0.534,50.634,-2.549,0.343,50.223,-2.234,0.557,50.315,-2.404,0.018,50.738,-3.133,0.391666,50.80867,-2.747,-0.062,50.682,-2.801,0.424,50.831,-2.248,0.251,50.729,-2.43,0.479,50.557,-2.538,-0.111333,50.605,-2.410666,0.378,50.659,-1.938,0.495,51.06,-2.402,0.291,50.979,-2.49,-0.052,50.239,-2.277999,-0.034,50.146,-2.015,-0.068666,50.20667,-1.817666,0.52,50.438,-2.254,0.46,50.418,-2.063,-0.041,50.495,-1.681999,-0.011,50.229,-3.188,0.544,50.714,-2.843,0.967999,50.93567,-2.804333,0.585,50.849,-2.466,1.013,50.604,-2.702,-0.189,50.741,-2.084,0.331,50.129,-1.979,0.479,50.773,-2.251,0.081,50.842,-2.227,-0.162333,50.509,-3.166666,-0.254,50.935,-2.59,-0.427,50.829,-2.741,-0.567,50.964,-2.422,-0.318,50.36,-2.526,-0.447,50.166,-2.196,-0.6,50.28,-2.366,-0.505,50.66033,-2.311666,-0.468,50.325,-2.124,-0.412,50.53467,-1.936,-0.092,50.665,-1.794,-0.327,50.913,-2.295,-0.706,50.893,-2.536,-0.742,50.967,-2.704,-1.026333,50.95633,-2.88,-0.114,50.234,-3.178,0.89,50.752,-2.593,0.309,50.384,-1.849,0.143,50.67,-1.829999,-0.635,50.605,-2.649,-0.31,50.227,-2.312,-0.333,50.306,-1.91});
			return Coordinate_10_87_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #91, 184 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_91_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_91_coordIndex = new MFInt32(new int[] {10,8,5,-1,13,14,15,-1,6,17,16,-1,19,20,2,-1,6,16,22,-1,21,16,14,-1,22,23,6,-1,19,1,20,-1,6,7,11,-1,12,15,16,-1,15,12,13,-1,2,3,0,-1,0,3,6,-1,3,2,8,-1,11,7,12,-1,12,4,9,-1,5,4,10,-1,16,18,12,-1,3,8,6,-1,17,6,18,-1,18,16,17,-1,7,10,4,-1,13,20,24,-1,6,8,7,-1,5,9,4,-1,1,2,0,-1,5,8,20,-1,20,8,2,-1,21,0,22,-1,0,6,23,-1,24,20,1,-1,2,1,19,-1,1,0,21,-1,12,7,4,-1,9,13,12,-1,14,13,24,-1,9,5,13,-1,10,7,8,-1,15,14,16,-1,18,6,11,-1,12,18,11,-1,13,5,20,-1,21,24,1,-1,24,21,14,-1,22,16,21,-1,22,0,23,-1});
			return IndexedFaceSet_9_91_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #91, 75 total numbers made up of 25 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_91_point()
		{
			MFVec3f Coordinate_10_91_point = new MFVec3f(new double[] {0.413,50.18,-2.29,0.311,49.992,-2.102,0.303,50.128,-2.563,0.093,50.241,-2.51,-0.402,50.003,-2.404,-0.111,49.994,-2.31,-0.078,50.269,-2.448,-0.369,50.161,-2.579,-0.09,50.123,-2.559,-0.334,49.957,-2.118,-0.308,50.058,-2.507,-0.484,50.215,-2.459,-0.447,50.095,-2.245,-0.249,50.02,-1.971,0.0,50.094,-1.865,-0.17,50.098,-1.909,-0.108,50.179,-2.095,-0.153,50.253,-2.338,-0.348,50.214,-2.303,0.341,50.049,-2.483,0.092,49.99,-2.27,0.212,50.107,-1.955,0.036,50.199,-2.14,0.153,50.253,-2.332,0.077,49.946,-1.924});
			return Coordinate_10_91_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #95, 584 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_95_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_95_coordIndex = new MFInt32(new int[] {0,10,11,-1,2,13,7,-1,5,24,22,-1,27,13,28,-1,1,4,30,-1,12,10,32,-1,40,41,36,-1,44,41,43,-1,42,40,50,-1,56,57,51,-1,37,36,44,-1,35,40,36,-1,36,37,61,-1,10,33,26,-1,34,33,35,-1,40,35,51,-1,62,37,60,-1,63,57,17,-1,35,31,53,-1,64,6,38,-1,0,11,33,-1,42,48,49,-1,51,57,63,-1,54,17,65,-1,36,41,44,-1,39,52,35,-1,64,35,33,-1,19,17,68,-1,24,5,69,-1,68,5,22,-1,15,16,69,-1,15,2,9,-1,27,12,13,-1,23,25,6,-1,5,23,2,-1,5,2,15,-1,8,12,0,-1,7,13,12,-1,13,2,18,-1,1,9,2,-1,24,69,68,-1,18,28,13,-1,62,46,47,-1,44,45,60,-1,38,35,64,-1,51,35,53,-1,54,53,66,-1,65,55,54,-1,58,50,51,-1,31,35,52,-1,47,0,37,-1,58,51,50,-1,63,17,70,-1,41,40,42,-1,44,60,37,-1,59,50,67,-1,51,55,56,-1,55,51,53,-1,44,43,45,-1,26,29,10,-1,18,2,12,-1,25,23,1,-1,10,12,6,-1,15,14,5,-1,12,8,7,-1,1,5,3,-1,4,50,30,-1,25,1,7,-1,17,19,16,-1,22,24,68,-1,5,20,3,-1,5,68,20,-1,12,23,6,-1,12,27,18,-1,30,59,1,-1,15,59,70,-1,17,16,15,-1,50,46,48,-1,63,70,72,-1,70,59,67,-1,67,51,72,-1,34,35,33,-1,55,53,54,-1,17,66,21,-1,66,17,54,-1,56,55,65,-1,35,0,33,-1,49,62,42,-1,37,62,47,-1,33,11,29,-1,49,46,62,-1,52,4,31,-1,61,37,36,-1,66,53,31,-1,6,64,10,-1,45,42,60,-1,45,43,42,-1,70,67,72,-1,52,50,4,-1,51,63,72,-1,48,42,50,-1,47,38,6,-1,1,2,7,-1,12,10,0,-1,15,70,17,-1,9,59,15,-1,59,30,50,-1,4,1,3,-1,47,71,7,-1,47,7,8,-1,9,1,59,-1,10,29,11,-1,5,14,69,-1,16,19,69,-1,20,17,21,-1,32,10,12,-1,71,6,25,-1,47,8,0,-1,39,47,46,-1,50,52,46,-1,31,4,3,-1,56,17,57,-1,64,33,10,-1,39,35,38,-1,31,21,66,-1,65,17,56,-1,50,40,51,-1,50,51,67,-1,49,48,46,-1,36,0,35,-1,0,36,37,-1,60,42,62,-1,29,26,33,-1,52,39,46,-1,41,42,43,-1,47,39,38,-1,71,47,6,-1,28,18,27,-1,25,7,71,-1,5,1,23,-1,12,2,23,-1,21,3,20,-1,31,3,21,-1,17,20,68,-1,68,69,19,-1,14,15,69,-1});
			return IndexedFaceSet_9_95_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #95, 219 total numbers made up of 73 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_95_point()
		{
			MFVec3f Coordinate_10_95_point = new MFVec3f(new double[] {-0.012666,49.93967,-3.380666,0.281,50.1,-2.716,0.544666,50.25267,-2.718666,0.141,49.729,-2.78,-0.044,49.938,-2.68,0.406333,49.71867,-2.745666,0.09,49.757,-3.18,0.394999,50.32133,-2.816,0.091,50.093,-3.175,0.37,50.043,-2.469,0.173,49.576,-3.413,-0.002,49.72,-3.715,0.376666,49.89067,-3.153333,0.734666,50.165,-3.045999,0.402999,49.90667,-2.25,0.354333,49.86567,-2.175666,0.276,49.501,-2.126,0.07,49.44967,-2.185666,0.810666,49.90466,-3.014666,0.346,49.358,-2.248,0.207,49.516,-2.584,0.053,49.504,-2.511,0.47,49.502,-2.746,0.371,49.881,-2.943,0.584,49.549,-2.602,0.272,49.921,-3.005,-0.048,49.379,-3.591,0.713,50.044,-3.187,1.001,50.12,-3.247,0.004,49.436,-3.885,0.121,50.129,-2.618,-0.202,49.766,-2.806,0.386,49.623,-3.25,-0.123333,49.56567,-3.520333,-0.255,49.547,-3.335,-0.425,49.764,-3.052,-0.495,49.674,-3.161,-0.348,50.035,-3.136,-0.289,49.731,-3.162,-0.274,49.93,-2.988,-0.586,49.929,-2.827,-0.902,49.898,-3.073,-0.729,50.089,-2.943,-0.909,50.21,-3.057,-0.838,50.06633,-3.245333,-0.848333,50.14433,-3.239999,-0.295,50.252,-2.856999,-0.101,50.072,-3.11,-0.581,50.332,-2.74,-0.519,50.385,-2.75,-0.311,50.103,-2.594333,-0.438,49.789,-2.433,-0.252,50.016,-2.767,-0.437666,49.582,-2.744333,-0.209,49.397,-2.241,-0.416,49.438,-2.414,-0.276,49.501,-2.131,-0.258,49.673,-2.124,-0.489,50.088,-2.637,0.081,50.007,-2.349,-0.506,50.081,-3.119,-0.347,49.98,-3.159,-0.418,50.215,-2.944,-0.29,49.777,-2.1,-0.217,49.58,-3.299,-0.3,49.329,-2.152,-0.207,49.516,-2.592,-0.214,49.95967,-2.129666,0.357,49.471,-2.503,0.446,49.573,-2.365,0.075,49.91,-1.947,0.143,49.977,-3.056,-0.325,49.911,-2.066});
			return Coordinate_10_95_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #99, 200 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_99_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_99_coordIndex = new MFInt32(new int[] {15,16,17,-1,12,15,17,-1,18,10,9,-1,16,19,17,-1,3,0,1,-1,7,20,21,-1,16,15,1,-1,19,18,12,-1,9,10,13,-1,11,12,9,-1,6,4,1,-1,22,6,0,-1,3,1,2,-1,3,24,21,-1,1,25,16,-1,20,7,22,-1,0,8,22,-1,12,11,15,-1,17,19,12,-1,18,9,12,-1,18,25,5,-1,19,25,18,-1,13,11,9,-1,23,11,13,-1,11,3,2,-1,23,26,24,-1,13,26,23,-1,13,7,26,-1,5,13,14,-1,5,7,13,-1,0,3,8,-1,0,6,1,-1,25,4,5,-1,25,1,4,-1,8,20,22,-1,3,20,8,-1,3,21,20,-1,6,7,4,-1,15,11,2,-1,10,18,14,-1,25,19,16,-1,23,3,11,-1,3,23,24,-1,5,14,18,-1,13,10,14,-1,2,1,15,-1,7,5,4,-1,26,7,21,-1,26,21,24,-1,22,7,6,-1});
			return IndexedFaceSet_9_99_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #99, 81 total numbers made up of 27 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_99_point()
		{
			MFVec3f Coordinate_10_99_point = new MFVec3f(new double[] {0.417,49.33,-2.341,0.229,49.339,-2.191,0.021,49.119,-2.069,0.067,49.186,-2.297,0.202,49.522,-2.6,-0.053,49.504,-2.513,0.377,49.453,-2.524,0.059,49.433,-2.773,0.35,49.234,-2.342,-0.432,49.331,-2.439,-0.405,49.405,-2.664,-0.193,49.197,-2.291,-0.298,49.328,-2.214,-0.256,49.385,-2.74,-0.25,49.534,-2.704,-0.094,49.284,-2.042,0.203,49.357,-2.181,-0.146,49.305,-2.088,-0.277,49.48,-2.506,-0.177,49.43,-2.27,0.34,49.296,-2.619,0.167,49.252,-2.548,0.439,49.403,-2.57,-0.171,49.249,-2.54,0.0,49.217,-2.505,0.0,49.45,-2.282,0.004,49.286,-2.683});
			return Coordinate_10_99_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #103, 640 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_103_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_103_coordIndex = new MFInt32(new int[] {6,5,7,-1,28,27,29,-1,25,31,32,-1,7,5,16,-1,29,27,38,-1,15,13,11,-1,2,3,36,-1,8,9,52,-1,45,58,44,-1,44,42,61,-1,59,63,33,-1,55,47,4,-1,49,43,2,-1,40,8,52,-1,8,40,46,-1,46,40,42,-1,48,68,67,-1,57,45,44,-1,54,53,51,-1,71,53,59,-1,57,72,14,-1,61,14,72,-1,58,54,42,-1,70,48,41,-1,53,54,62,-1,35,31,60,-1,39,13,3,-1,26,23,21,-1,30,19,4,-1,13,12,11,-1,15,18,16,-1,16,18,7,-1,22,21,14,-1,37,29,5,-1,22,75,21,-1,26,21,75,-1,27,13,31,-1,15,73,74,-1,15,14,73,-1,27,36,3,-1,38,16,29,-1,61,72,44,-1,44,72,57,-1,42,48,77,-1,52,41,40,-1,1,10,48,-1,42,44,58,-1,41,48,42,-1,48,67,1,-1,9,69,52,-1,0,1,67,-1,55,4,68,-1,70,47,55,-1,43,3,2,-1,51,49,50,-1,30,2,36,-1,18,15,11,-1,28,37,36,-1,71,33,34,-1,3,13,27,-1,23,24,65,-1,11,17,19,-1,7,11,76,-1,11,7,18,-1,0,17,1,-1,15,22,14,-1,17,20,19,-1,20,0,19,-1,26,22,25,-1,26,75,22,-1,26,25,78,-1,25,22,31,-1,27,28,36,-1,16,38,27,-1,25,34,78,-1,13,39,12,-1,78,33,63,-1,30,36,37,-1,14,60,74,-1,61,60,14,-1,66,56,23,-1,60,61,43,-1,53,71,35,-1,70,69,47,-1,69,46,47,-1,51,43,49,-1,79,56,65,-1,64,45,57,-1,45,64,54,-1,56,21,23,-1,14,21,57,-1,41,69,70,-1,52,69,41,-1,39,3,10,-1,70,55,68,-1,19,0,67,-1,56,57,21,-1,62,64,79,-1,8,46,9,-1,50,46,42,-1,42,51,50,-1,63,59,65,-1,62,59,53,-1,35,43,51,-1,60,43,35,-1,42,10,43,-1,37,28,29,-1,66,23,65,-1,71,34,35,-1,25,32,34,-1,37,5,76,-1,4,2,30,-1,24,26,78,-1,5,7,76,-1,10,1,17,-1,12,17,11,-1,63,24,78,-1,24,63,65,-1,27,31,16,-1,37,11,30,-1,37,76,11,-1,33,78,34,-1,31,35,34,-1,14,74,73,-1,40,41,42,-1,50,2,46,-1,43,61,42,-1,59,62,65,-1,47,2,4,-1,50,49,2,-1,64,62,54,-1,79,57,56,-1,64,57,79,-1,66,65,56,-1,67,68,19,-1,19,68,4,-1,10,77,48,-1,10,42,77,-1,10,3,43,-1,48,70,68,-1,62,79,65,-1,9,46,69,-1,71,59,33,-1,35,51,53,-1,58,45,54,-1,54,51,42,-1,2,47,46,-1,39,10,12,-1,31,22,15,-1,31,74,60,-1,15,74,13,-1,31,13,74,-1,31,34,32,-1,16,31,15,-1,16,5,29,-1,26,24,23,-1,0,20,17,-1,30,11,19,-1,7,5,6,-1,17,12,10,-1});
			return IndexedFaceSet_9_103_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #103, 240 total numbers made up of 80 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_103_point()
		{
			MFVec3f Coordinate_10_103_point = new MFVec3f(new double[] {-0.037666,48.546,-4.002,-0.05,48.59666,-3.885333,-0.129,49.379,-3.339,-0.11,49.26,-3.292,0.054333,49.14133,-3.691666,0.928333,49.52467,-3.353333,1.137,49.343,-3.434,0.895,49.202,-3.363,-0.996333,49.43267,-3.461333,-0.942666,49.519,-3.486333,-0.113666,48.93933,-3.447333,0.524,49.003,-3.433,0.193,48.85133,-3.507333,0.224333,49.22667,-3.203999,0.292333,48.747,-2.948,0.494,49.131,-3.105,0.73,49.31,-3.125,0.139,48.664,-3.816,0.728,49.146,-3.268,0.125333,48.98967,-3.791666,0.105,48.762,-3.91,0.183,48.659,-2.606999,0.576,48.847,-2.834,0.167,48.578,-2.251,0.253,48.685,-2.193,0.489,48.92,-2.601,0.443,48.663,-2.417,0.401,49.577,-3.011,0.442,49.477,-3.185,0.699,49.529,-3.275,0.313999,49.25334,-3.502666,0.376,49.27966,-2.85,0.402,49.276,-2.560999,0.114,49.118,-2.103,0.19,49.221,-2.401,-0.001,49.26,-2.606,0.183,49.423,-3.285,0.564,49.434,-3.421,0.615,49.281,-3.082,0.157,49.032,-3.381,-0.728,49.146,-3.282,-0.573,48.988,-3.355,-0.465,49.078,-3.169,-0.233,49.3,-3.019,-0.496,48.799,-3.038,-0.466,48.699,-2.878,-0.575,49.441,-3.343999,-0.297,49.311,-3.489,-0.388,48.807,-3.58,-0.251,49.569,-3.049,-0.529666,49.43766,-3.247,-0.312,49.283,-2.661333,-0.791,49.192,-3.421,-0.292666,49.249,-2.493,-0.522,48.933,-2.717,-0.328,49.119,-3.571,-0.255,48.595,-2.407,-0.373,48.696,-2.696,-0.601,48.936,-2.972,-0.204,49.025,-2.166,0.026666,49.15001,-2.848333,-0.129666,48.94267,-2.950333,-0.383,49.014,-2.431,0.048,48.885,-2.069,-0.509,48.845,-2.598,-0.187,48.718,-2.182,-0.077,48.571,-2.277999,-0.163,48.839,-3.75,-0.161,49.05,-3.722,-0.583333,49.40733,-3.438,-0.527,49.059,-3.481,-0.029,49.189,-2.304,-0.221,48.697,-2.984,0.314,48.914,-3.024,0.241,49.106,-2.967,0.544,48.651,-2.717,0.82,49.361,-3.499,-0.413,48.952,-3.369,0.279,48.986,-2.221,-0.356,48.816,-2.332});
			return Coordinate_10_103_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #107, 160 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_107_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_107_coordIndex = new MFInt32(new int[] {1,5,6,-1,8,10,11,-1,12,9,7,-1,14,8,9,-1,4,15,11,-1,7,2,17,-1,0,1,3,-1,3,2,0,-1,1,0,19,-1,1,19,4,-1,17,2,7,-1,6,3,1,-1,4,13,21,-1,4,21,6,-1,5,1,4,-1,12,14,9,-1,13,16,14,-1,14,16,8,-1,16,13,4,-1,4,11,10,-1,11,9,8,-1,7,9,2,-1,3,14,12,-1,10,8,4,-1,21,3,6,-1,21,13,3,-1,4,11,15,-1,0,4,19,-1,6,5,4,-1,2,18,12,-1,16,4,8,-1,2,9,20,-1,4,9,11,-1,4,20,9,-1,3,13,14,-1,12,7,2,-1,3,12,18,-1,18,2,3,-1,2,4,0,-1,4,2,20,-1});
			return IndexedFaceSet_9_107_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #107, 66 total numbers made up of 22 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_107_point()
		{
			MFVec3f Coordinate_10_107_point = new MFVec3f(new double[] {0.38,48.468,-2.843999,0.534,48.543,-2.807,0.077666,48.37333,-2.399666,0.234333,48.589,-2.436666,0.039666,48.573,-2.935666,0.415,48.702,-2.981,0.346,48.682,-2.705,-0.244,48.445,-2.26,-0.501,48.528,-2.735,-0.392666,48.49966,-2.484,-0.311,48.64,-3.034,-0.265,48.47,-2.883,-0.063,48.492,-2.173,-0.149,48.678,-2.906,-0.282666,48.593,-2.445,-0.123,48.591,-2.998,-0.354,48.69,-2.738,0.068,48.386,-2.143,0.222,48.485,-2.221,0.408,48.6,-3.022,0.0,48.388,-2.676,0.122,48.697,-2.722});
			return Coordinate_10_107_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #111, 664 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_111_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_111_coordIndex = new MFInt32(new int[] {7,8,9,-1,10,11,9,-1,19,20,15,-1,13,21,12,-1,23,24,12,-1,25,22,26,-1,18,17,3,-1,7,33,3,-1,35,36,7,-1,35,40,41,-1,35,26,22,-1,44,18,3,-1,38,4,37,-1,34,46,60,-1,57,58,62,-1,52,63,57,-1,45,57,64,-1,65,56,63,-1,66,67,68,-1,13,48,21,-1,58,57,45,-1,65,63,52,-1,59,56,65,-1,53,65,52,-1,0,48,13,-1,47,21,48,-1,69,68,56,-1,50,55,1,-1,51,50,1,-1,45,46,58,-1,46,34,1,-1,0,54,52,-1,38,37,4,-1,3,2,25,-1,7,44,3,-1,37,34,36,-1,8,7,34,-1,33,7,3,-1,31,29,30,-1,71,22,14,-1,54,8,34,-1,9,6,7,-1,12,14,13,-1,8,13,14,-1,18,5,74,-1,23,12,21,-1,15,16,28,-1,17,2,3,-1,7,3,25,-1,39,4,23,-1,35,7,25,-1,27,30,75,-1,28,17,27,-1,16,17,28,-1,10,20,11,-1,25,43,22,-1,4,37,72,-1,5,44,7,-1,46,45,60,-1,53,54,60,-1,50,51,49,-1,49,51,55,-1,1,55,46,-1,56,66,57,-1,67,66,56,-1,51,1,0,-1,0,76,48,-1,52,54,53,-1,56,59,20,-1,54,0,13,-1,47,48,76,-1,55,51,0,-1,57,62,52,-1,39,47,4,-1,66,78,30,-1,59,65,60,-1,0,52,55,-1,4,61,37,-1,9,22,43,-1,42,35,41,-1,41,40,25,-1,25,40,35,-1,43,17,9,-1,14,12,22,-1,73,19,15,-1,15,10,16,-1,6,9,11,-1,20,10,15,-1,79,74,5,-1,9,14,22,-1,12,24,72,-1,30,19,75,-1,30,27,31,-1,70,32,31,-1,18,80,17,-1,17,25,2,-1,4,24,23,-1,6,5,7,-1,79,70,18,-1,17,80,27,-1,35,12,81,-1,22,12,35,-1,25,42,41,-1,14,22,71,-1,37,61,0,-1,6,45,5,-1,46,62,58,-1,34,37,1,-1,77,32,64,-1,77,29,32,-1,57,63,56,-1,77,30,29,-1,66,30,77,-1,19,30,78,-1,4,47,82,-1,76,0,61,-1,79,5,45,-1,56,20,69,-1,6,11,60,-1,20,59,11,-1,45,64,79,-1,76,82,47,-1,66,77,64,-1,60,54,34,-1,55,52,62,-1,60,45,6,-1,55,62,46,-1,23,21,47,-1,53,60,65,-1,72,36,81,-1,42,25,26,-1,26,35,42,-1,72,37,36,-1,36,34,7,-1,32,29,31,-1,28,27,15,-1,27,75,19,-1,10,17,16,-1,47,39,23,-1,9,17,10,-1,74,79,18,-1,17,43,25,-1,81,12,72,-1,4,72,24,-1,59,60,11,-1,50,49,55,-1,76,4,82,-1,32,70,64,-1,70,79,64,-1,68,19,66,-1,20,19,68,-1,20,68,69,-1,0,1,37,-1,66,19,78,-1,67,56,68,-1,64,57,66,-1,61,4,76,-1,27,18,31,-1,27,80,18,-1,19,15,27,-1,19,73,15,-1,35,81,36,-1,18,70,31,-1,5,18,44,-1,14,9,8,-1,13,8,54,-1});
			return IndexedFaceSet_9_111_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #111, 249 total numbers made up of 83 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_111_point()
		{
			MFVec3f Coordinate_10_111_point = new MFVec3f(new double[] {-0.373333,48.017,-3.642666,-0.501333,48.50033,-3.624333,0.527,48.371,-3.129,0.504,48.546,-3.112,0.0,47.784,-4.193,0.066,48.474,-2.95,0.064,48.328,-3.086666,0.359,48.756,-3.332,0.226,48.333,-3.42,0.274,48.284,-3.353,0.308,48.003,-3.146,0.055666,48.21867,-3.094666,0.241,47.9,-3.74,0.06,48.038,-3.665,0.315,48.027,-3.527999,0.384,47.805,-3.008,0.49,47.948,-3.142,0.54,48.155,-3.017,0.342,48.458,-2.78,-0.014,47.8,-2.797,0.062,48.06433,-3.097666,-0.014,47.748,-3.88,0.559666,48.16267,-3.582,0.083,47.704,-4.12,0.217,47.893,-3.835,0.697333,48.551,-3.387666,0.744,48.323,-3.622,0.472,47.866,-2.658666,0.619,47.939,-2.887,0.076,47.968,-2.213,0.044,47.723,-2.337,0.311,48.01233,-2.339666,0.071,48.249,-2.196,0.397,48.636,-3.144,0.019,48.525,-3.652999,0.554333,48.45733,-3.616666,0.389,48.397,-3.672666,-0.077,48.345,-3.864333,-0.004,48.317,-3.924,0.005,47.315,-4.25,0.659,48.64,-3.611,0.85,48.688,-3.731,0.990666,48.554,-3.684666,0.531,48.169,-3.423,0.371,48.542,-2.991,-0.258666,48.50667,-2.943333,-0.445,48.68467,-3.268666,-0.04,47.585,-4.05,-0.143,47.828,-3.829,-1.081,48.524,-3.693,-0.936333,48.54967,-3.766666,-0.918999,48.43167,-3.752333,-0.498,48.21,-3.373,-0.222,48.315,-3.446,-0.245333,48.08534,-3.552,-0.829666,48.41566,-3.502,-0.57,47.981,-3.014,-0.476333,48.15967,-2.701333,-0.51,48.492,-3.028,-0.056333,48.228,-3.095666,-0.261,48.464,-3.310999,-0.131,48.173,-3.942,-0.557,48.385,-3.259,-0.495,48.253,-3.039,-0.256,48.343,-2.377,-0.364,48.193,-3.244,-0.380333,47.87867,-2.429,-0.406,47.76,-2.698,-0.318,47.806,-2.889999,-0.327,47.804,-2.973,0.0,48.35,-2.321,0.387,47.82,-3.554,0.131,48.173,-3.942,0.166,47.815,-2.942,0.121,48.408,-2.718999,0.205,47.766,-2.568,-0.18,47.915,-3.933,-0.192,47.963,-2.256,-0.205,47.766,-2.572,-0.147,48.396,-2.601,0.497,48.328,-2.663,0.351,48.19,-3.708,-0.116,47.866,-4.052});
			return Coordinate_10_111_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #115, 200 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_115_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_115_coordIndex = new MFInt32(new int[] {3,7,8,-1,15,16,11,-1,20,6,13,-1,5,19,18,-1,17,19,21,-1,13,22,14,-1,23,15,11,-1,7,16,22,-1,20,13,25,-1,3,5,18,-1,7,3,16,-1,2,8,9,-1,26,21,5,-1,3,8,2,-1,1,9,24,-1,1,0,6,-1,12,13,14,-1,6,0,13,-1,23,11,17,-1,15,23,12,-1,18,19,11,-1,19,5,21,-1,20,25,21,-1,18,11,3,-1,25,17,21,-1,17,11,19,-1,13,12,25,-1,22,15,14,-1,10,13,0,-1,24,9,7,-1,9,8,7,-1,6,20,4,-1,4,26,1,-1,10,24,7,-1,5,1,26,-1,2,1,5,-1,6,4,1,-1,10,1,24,-1,0,1,10,-1,11,16,3,-1,14,15,12,-1,12,17,25,-1,16,15,22,-1,7,13,10,-1,7,22,13,-1,12,23,17,-1,2,9,1,-1,5,3,2,-1,20,26,4,-1,20,21,26,-1});
			return IndexedFaceSet_9_115_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #115, 81 total numbers made up of 27 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_115_point()
		{
			MFVec3f Coordinate_10_115_point = new MFVec3f(new double[] {0.127,47.605,-2.213,0.366,47.673,-2.458,0.354,47.754,-3.096,0.049,47.686,-3.11,0.188,47.558,-2.435,0.133,47.57,-2.926,0.13,47.559,-2.231,0.023,47.784,-2.663,0.203,47.808,-2.94,0.428,47.78,-2.838,0.102,47.716,-2.317,-0.355,47.716,-3.101,-0.47,47.66,-2.666,-0.25,47.612,-2.35,-0.284,47.776,-2.666,-0.385,47.796,-2.897,-0.152,47.784,-3.052,-0.332,47.572,-2.855,-0.192,47.624,-3.108,-0.226,47.573,-2.979,-0.034,47.544,-2.409,-0.082,47.557,-2.76,-0.113,47.801,-2.769,-0.492,47.658,-2.931,0.252,47.763,-2.546,-0.24,47.566,-2.576,0.178,47.559,-2.651});
			return Coordinate_10_115_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #119, 944 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_119_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_119_coordIndex = new MFInt32(new int[] {12,13,14,-1,16,10,17,-1,24,25,16,-1,34,35,4,-1,36,28,9,-1,47,48,29,-1,16,22,24,-1,13,5,14,-1,8,28,27,-1,1,33,56,-1,59,63,57,-1,78,74,79,-1,76,84,64,-1,69,91,75,-1,57,96,95,-1,3,60,98,-1,93,6,60,-1,91,81,78,-1,51,90,99,-1,49,100,87,-1,48,85,64,-1,57,82,81,-1,10,70,19,-1,1,0,33,-1,4,15,8,-1,21,40,22,-1,18,10,16,-1,3,6,54,-1,22,103,52,-1,103,37,52,-1,50,104,90,-1,32,11,105,-1,48,9,29,-1,43,27,44,-1,31,42,0,-1,37,30,21,-1,7,6,5,-1,8,11,0,-1,13,14,20,-1,13,12,14,-1,19,20,14,-1,106,38,37,-1,21,42,31,-1,31,18,52,-1,22,52,24,-1,18,25,24,-1,6,55,5,-1,6,3,54,-1,3,2,6,-1,42,22,4,-1,8,42,4,-1,80,73,74,-1,67,83,64,-1,47,85,48,-1,68,72,75,-1,62,61,94,-1,57,95,63,-1,68,95,62,-1,68,75,80,-1,70,71,69,-1,13,20,94,-1,91,92,75,-1,91,78,92,-1,81,91,71,-1,87,104,49,-1,64,108,48,-1,57,63,82,-1,82,80,81,-1,78,81,77,-1,65,63,66,-1,81,71,57,-1,63,67,66,-1,6,93,62,-1,2,60,6,-1,5,4,53,-1,52,37,31,-1,21,31,37,-1,45,46,49,-1,27,28,44,-1,30,26,21,-1,8,101,56,-1,10,1,23,-1,22,42,21,-1,16,17,19,-1,31,0,1,-1,8,27,43,-1,102,5,16,-1,28,8,29,-1,38,30,37,-1,41,21,26,-1,48,84,49,-1,11,28,36,-1,44,28,11,-1,49,109,45,-1,105,109,50,-1,90,51,50,-1,7,5,13,-1,3,6,7,-1,4,8,15,-1,4,35,8,-1,1,56,101,-1,10,96,70,-1,23,96,10,-1,57,71,96,-1,113,75,62,-1,59,88,86,-1,92,73,97,-1,80,97,73,-1,108,84,48,-1,76,49,84,-1,114,86,64,-1,115,100,76,-1,87,100,115,-1,58,89,59,-1,90,115,99,-1,90,87,115,-1,33,58,57,-1,107,58,33,-1,32,111,107,-1,98,2,3,-1,69,75,113,-1,61,13,94,-1,80,82,68,-1,85,47,64,-1,67,64,66,-1,116,55,6,-1,47,57,65,-1,56,57,47,-1,96,34,95,-1,65,57,63,-1,66,64,65,-1,63,68,82,-1,94,20,19,-1,60,2,98,-1,62,75,72,-1,89,107,111,-1,89,58,107,-1,99,89,51,-1,90,104,87,-1,59,83,67,-1,64,86,114,-1,86,64,83,-1,84,108,64,-1,77,80,74,-1,73,92,78,-1,77,74,78,-1,83,59,86,-1,71,70,96,-1,58,59,57,-1,112,56,47,-1,112,8,56,-1,5,55,4,-1,22,16,5,-1,51,32,50,-1,11,32,0,-1,109,49,110,-1,11,36,45,-1,49,9,48,-1,49,46,9,-1,9,46,45,-1,30,39,26,-1,41,40,21,-1,106,40,41,-1,41,26,106,-1,38,106,39,-1,0,32,33,-1,31,1,18,-1,19,14,16,-1,10,19,17,-1,34,23,35,-1,38,39,30,-1,110,104,109,-1,109,104,50,-1,105,50,32,-1,40,103,22,-1,102,14,5,-1,35,101,8,-1,35,23,101,-1,29,8,112,-1,112,47,29,-1,19,70,69,-1,113,94,19,-1,94,113,62,-1,113,19,69,-1,59,67,63,-1,76,117,49,-1,100,117,76,-1,49,117,100,-1,115,86,88,-1,89,115,88,-1,59,89,88,-1,51,89,111,-1,33,32,107,-1,71,91,69,-1,61,62,93,-1,93,13,61,-1,13,93,60,-1,47,65,64,-1,95,116,62,-1,63,95,68,-1,116,34,55,-1,95,34,116,-1,33,57,56,-1,96,23,34,-1,6,62,116,-1,68,62,72,-1,75,97,80,-1,60,3,13,-1,92,97,75,-1,115,89,99,-1,115,76,86,-1,76,64,86,-1,81,80,77,-1,78,74,73,-1,78,79,74,-1,101,23,1,-1,4,55,34,-1,18,16,25,-1,14,102,16,-1,3,7,13,-1,4,22,53,-1,52,18,24,-1,51,111,32,-1,11,109,105,-1,110,49,104,-1,11,45,109,-1,9,28,29,-1,9,45,36,-1,11,43,44,-1,43,11,8,-1,0,42,8,-1,106,103,40,-1,26,39,106,-1,106,37,103,-1,53,22,5,-1,1,10,18,-1});
			return IndexedFaceSet_9_119_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #119, 354 total numbers made up of 118 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_119_point()
		{
			MFVec3f Coordinate_10_119_point = new MFVec3f(new double[] {-0.462666,47.44367,-3.085333,-0.319,47.719,-3.396,0.005333,46.31567,-4.393999,-0.049666,46.746,-4.253666,-0.443333,47.01033,-3.639333,-0.259,47.187,-3.859,0.056333,46.65134,-3.943,-0.178,46.809,-4.004,-0.372666,47.26767,-3.261666,-0.295,46.925,-2.847,-0.091,47.73,-3.605,-0.470666,47.333,-2.838,-0.016,47.094,-4.221,-0.017,46.83966,-4.258666,-0.022,47.359,-4.071,-0.379,47.152,-3.557,-0.245,47.52,-3.775,-0.073,47.71,-3.623,-0.345666,47.856,-3.48,0.061,47.531,-3.821,0.078,47.31,-4.053,-0.825,47.475,-3.605,-0.463,47.275,-3.739,-0.08,47.463,-3.604,-0.448,47.646,-3.658,-0.39,47.69,-3.592,-1.079,47.433,-3.864,-0.63,47.062,-3.11,-0.509,46.911,-2.984,-0.198,46.916,-3.071,-0.991,47.642,-3.703,-0.595333,47.55767,-3.452333,-0.25,47.567,-2.792,-0.124,47.59,-3.137666,-0.043,47.244,-3.69,-0.222,47.264,-3.596,-0.516,46.921,-2.698,-0.877,47.739,-3.815,-1.066,47.703,-3.922999,-1.108,47.521,-3.871,-0.727,47.42,-3.835,-0.966,47.394,-3.921,-0.563333,47.35267,-3.514,-0.512,47.187,-3.149,-0.525,47.076,-2.864,-0.418,47.017,-2.498,-0.31,46.917,-2.696,0.065,47.0,-3.177,0.016,46.962,-2.83,-0.169333,46.94867,-2.315333,-0.3,47.552,-2.429,0.089,47.55,-2.432,-0.677,47.685,-3.639999,-0.383,47.077,-3.788,-0.052,46.60767,-4.045,-0.084,46.971,-3.772,-0.097,47.364,-3.226,0.278,47.56267,-3.262666,0.427,47.5,-2.961333,0.492333,47.224,-2.895333,0.082,46.499,-4.185,0.09,47.033,-4.108,0.279666,47.051,-3.811333,0.399333,47.304,-3.333999,0.426333,46.909,-2.774333,0.386333,47.13567,-3.247,0.546,47.114,-3.099,0.536333,47.146,-2.971333,0.518,47.175,-3.560999,0.387,47.65,-3.633,0.167,47.804,-3.554,0.358666,47.891,-3.439,0.527,47.011,-3.69,0.915,47.492,-3.975,1.055,47.553,-3.924,0.463,47.275,-3.739,0.335,47.009,-2.36,0.987,47.631,-3.689,0.847,47.718,-3.842,0.894,47.678,-3.996,0.721,47.368,-3.615,0.733,47.651,-3.547999,0.565,47.44,-3.444,0.535666,47.10833,-2.919,0.183,46.926,-2.537,0.188,46.943,-2.996,0.461999,47.03767,-2.610666,0.171,47.288,-2.246,0.436,47.368,-2.657,0.414,47.488,-2.644,0.129,47.513,-2.237,0.67,47.684,-3.593,0.721,47.539,-3.88,0.178,46.809,-4.004,0.127,47.265,-4.006,0.203,47.211,-3.639,0.216,47.515,-3.506,0.69,47.435,-3.81,0.05,46.562,-4.356,0.324,47.572,-2.406,0.283,47.006,-2.293,-0.26,47.606,-3.418,-0.1,47.376,-3.965,-0.615,47.551,-3.797999,-0.184,47.364,-2.279,-0.415,47.399,-2.577,-0.9,47.596,-4.006,0.131,47.561,-2.797,0.227,46.943,-2.717,-0.364,47.192,-2.451,-0.173,47.281,-2.255,0.085,47.553,-2.675,-0.024,47.059,-3.203,0.286,47.324,-3.802,0.493,46.99833,-2.677,0.349,47.289,-2.445,0.132,47.035,-3.725,0.123,46.944,-2.135});
			return Coordinate_10_119_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #123, 168 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_123_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_123_coordIndex = new MFInt32(new int[] {1,3,2,-1,2,4,5,-1,12,13,14,-1,9,6,11,-1,6,1,0,-1,2,18,17,-1,4,2,19,-1,6,16,11,-1,9,11,10,-1,6,2,5,-1,17,8,7,-1,21,4,16,-1,15,22,7,-1,19,2,22,-1,15,10,22,-1,6,13,3,-1,6,14,13,-1,10,13,12,-1,16,22,10,-1,8,10,15,-1,4,21,6,-1,2,7,22,-1,16,4,19,-1,3,13,2,-1,3,1,6,-1,13,20,18,-1,2,13,18,-1,7,8,15,-1,10,11,16,-1,6,9,14,-1,8,20,13,-1,13,10,8,-1,9,12,14,-1,9,10,12,-1,16,6,21,-1,6,0,2,-1,2,17,7,-1,6,5,4,-1,22,16,19,-1,0,1,2,-1,18,8,17,-1,8,18,20,-1});
			return IndexedFaceSet_9_123_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #123, 69 total numbers made up of 23 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_123_point()
		{
			MFVec3f Coordinate_10_123_point = new MFVec3f(new double[] {0.29,46.883,-3.106,0.178,46.946,-2.922,0.442666,46.82767,-2.833333,0.063,46.956,-2.665,0.218,46.686,-2.892,0.175,46.698,-3.039,-0.035,46.87733,-3.038333,0.258333,46.75033,-2.294333,-0.228,46.798,-2.215,-0.469,46.846,-2.925,-0.326666,46.73433,-2.446999,-0.327,46.678,-2.889999,-0.348,46.908,-2.773,-0.096,46.923,-2.47,-0.107,46.951,-2.9,-0.06,46.748,-2.204,-0.158,46.69,-2.654,0.292666,46.78833,-2.261,0.236,46.897,-2.338,0.214,46.686,-2.662,0.006,46.855,-2.225,0.0,46.708,-2.963,0.069,46.7,-2.471});
			return Coordinate_10_123_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #127, 904 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_127_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_127_coordIndex = new MFInt32(new int[] {9,0,10,-1,7,16,8,-1,10,24,9,-1,42,21,22,-1,39,7,44,-1,24,7,45,-1,49,50,51,-1,60,61,49,-1,61,62,63,-1,77,64,62,-1,21,54,84,-1,66,85,53,-1,86,83,49,-1,71,55,60,-1,91,76,59,-1,74,41,76,-1,72,21,42,-1,66,61,63,-1,65,63,62,-1,58,54,21,-1,14,41,42,-1,43,44,7,-1,82,81,96,-1,20,10,19,-1,6,53,97,-1,20,19,5,-1,2,1,4,-1,6,4,94,-1,33,24,10,-1,82,96,27,-1,35,99,34,-1,14,42,40,-1,22,23,34,-1,5,19,0,-1,47,71,49,-1,85,63,52,-1,70,101,53,-1,67,77,62,-1,42,74,72,-1,74,42,41,-1,82,88,89,-1,63,65,64,-1,63,85,66,-1,79,83,86,-1,86,70,87,-1,2,79,86,-1,86,87,2,-1,86,66,70,-1,66,53,101,-1,71,47,20,-1,60,49,71,-1,51,47,49,-1,82,89,81,-1,48,61,49,-1,57,103,61,-1,64,65,62,-1,76,41,75,-1,57,58,64,-1,46,73,67,-1,71,20,70,-1,10,26,32,-1,45,34,23,-1,1,94,4,-1,40,42,22,-1,32,31,33,-1,10,0,19,-1,8,43,7,-1,5,104,20,-1,1,104,5,-1,2,104,1,-1,6,12,8,-1,98,0,9,-1,5,0,98,-1,94,21,6,-1,21,53,6,-1,79,2,18,-1,33,3,2,-1,31,3,33,-1,25,105,27,-1,25,28,106,-1,25,27,28,-1,95,28,30,-1,69,109,30,-1,107,69,30,-1,34,7,35,-1,45,7,34,-1,39,34,100,-1,32,95,31,-1,3,17,18,-1,78,18,109,-1,30,17,95,-1,99,35,36,-1,49,61,48,-1,90,102,68,-1,67,57,77,-1,64,74,76,-1,13,41,15,-1,13,14,75,-1,51,50,49,-1,90,68,80,-1,111,102,112,-1,112,51,111,-1,89,88,92,-1,47,51,93,-1,47,93,20,-1,57,61,60,-1,58,56,54,-1,52,63,64,-1,59,75,14,-1,59,14,110,-1,55,54,56,-1,84,54,55,-1,87,70,2,-1,66,101,70,-1,71,84,55,-1,71,70,84,-1,90,112,102,-1,112,90,89,-1,46,103,57,-1,59,76,75,-1,75,41,13,-1,58,72,64,-1,58,21,72,-1,83,80,49,-1,80,83,79,-1,76,91,64,-1,7,8,16,-1,109,18,29,-1,22,44,43,-1,34,44,22,-1,41,13,15,-1,36,35,7,-1,24,33,37,-1,32,26,28,-1,17,30,29,-1,29,30,109,-1,69,78,109,-1,78,79,18,-1,26,106,28,-1,26,25,106,-1,10,25,26,-1,25,10,20,-1,11,23,21,-1,23,11,9,-1,14,12,110,-1,98,21,94,-1,21,9,11,-1,21,98,9,-1,18,2,3,-1,12,43,8,-1,40,43,12,-1,31,17,3,-1,105,25,20,-1,27,108,107,-1,108,81,107,-1,17,29,18,-1,107,81,69,-1,32,28,95,-1,7,24,37,-1,7,37,4,-1,7,38,36,-1,39,99,36,-1,14,13,41,-1,22,43,40,-1,34,39,44,-1,9,45,23,-1,33,10,32,-1,100,34,39,-1,61,103,62,-1,67,73,57,-1,64,72,74,-1,67,62,46,-1,57,73,46,-1,49,111,51,-1,78,69,90,-1,79,78,80,-1,49,102,111,-1,49,68,102,-1,89,51,112,-1,89,92,51,-1,92,88,93,-1,57,60,55,-1,49,66,86,-1,49,61,66,-1,110,85,59,-1,97,85,110,-1,70,53,84,-1,59,85,52,-1,20,2,70,-1,21,84,53,-1,97,53,85,-1,59,52,91,-1,64,91,52,-1,55,56,57,-1,93,105,20,-1,105,93,88,-1,92,93,51,-1,27,88,82,-1,27,105,88,-1,81,89,90,-1,90,80,78,-1,81,90,69,-1,103,46,62,-1,77,57,64,-1,57,56,58,-1,49,80,68,-1,22,21,23,-1,40,12,14,-1,38,39,36,-1,38,7,39,-1,99,39,34,-1,17,31,95,-1,28,107,30,-1,28,27,107,-1,27,81,108,-1,81,27,96,-1,45,9,24,-1,4,33,2,-1,37,33,4,-1,6,110,12,-1,6,97,110,-1,94,5,98,-1,94,1,5,-1,6,7,4,-1,8,7,6,-1,2,20,104,-1});
			return IndexedFaceSet_9_127_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #127, 339 total numbers made up of 113 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_127_point()
		{
			MFVec3f Coordinate_10_127_point = new MFVec3f(new double[] {0.293,46.784,-3.228,0.294,46.452,-3.408,0.043,46.255,-3.172,0.452,46.081,-3.143,0.392,46.346,-3.384,0.286,46.536,-3.383,0.286,46.196,-3.605,0.729666,46.38367,-3.529,0.43,46.011,-3.598,0.5,46.901,-3.524,0.375,46.689,-2.929,0.459,46.927,-3.498,0.228,46.035,-3.810999,-0.009,45.625,-4.193,0.027,45.829,-3.983,-0.012,45.53,-4.424,0.627,46.079,-3.529,0.587,46.062,-2.894,0.314,46.057,-3.016,0.223,46.755,-3.151,0.005,46.692,-2.875666,-0.030666,46.556,-3.738666,0.264333,46.44733,-3.838,0.384,46.668,-3.685,0.575,46.701,-3.377,0.316,46.708,-2.443,0.516,46.653,-2.766,0.265333,46.54033,-2.242666,0.45,46.36467,-2.580666,0.358,46.043,-2.77,0.447,46.142,-2.548,0.633,46.235,-3.079,0.552,46.415,-2.941,0.539,46.568,-3.165,0.778333,46.66467,-3.724333,0.859,46.527,-3.507,1.026,46.415,-3.654,0.573,46.465,-3.346,0.902,46.334,-3.641,1.031666,46.467,-3.899,0.257,46.112,-3.819,-0.001333,45.97867,-4.211,0.131,46.357,-3.965,0.478,46.23,-3.746,0.661,46.355,-3.797,0.64,46.728,-3.557,-1.124,46.447,-3.93,-0.329,46.679,-2.874,-0.644,46.558,-3.383,-0.567666,46.309,-3.085333,-0.537,46.636,-2.865,-0.464,46.56433,-2.571999,-0.371,45.976,-3.645,-0.083,46.436,-3.672,-0.21,46.756,-3.647,-0.469,46.879,-3.442,-0.503,46.922,-3.533,-0.717999,46.68134,-3.665666,-0.384,46.668,-3.685,-0.18,45.935,-3.79,-0.571,46.724,-3.385,-0.724999,46.44167,-3.479666,-0.887333,46.34767,-3.646333,-0.48,46.097,-3.545,-0.427,46.367,-3.774999,-0.613,46.139,-3.576,-0.423,46.312,-3.382,-0.933,46.365,-3.902999,-0.584,46.08434,-2.939999,0.018,46.072,-2.292,-0.284666,46.58633,-3.399666,-0.378,46.786,-3.211,-0.335333,46.43867,-3.814666,-0.963,46.628,-3.973,-0.242999,46.38567,-3.865,-0.081,45.892,-4.037,-0.188,46.194,-3.914,-0.661,46.355,-3.797,-0.068,46.092,-2.669,-0.092,46.091,-3.052,-0.401,46.046,-2.803,-0.103,46.28334,-2.114666,-0.017,46.715,-2.138,-0.311,46.09,-3.139,-0.311,46.734,-3.539,-0.241,46.155,-3.651,-0.047,46.351,-3.193,-0.249,46.464,-3.282,-0.067,46.711,-2.379,-0.267666,46.53467,-2.239333,-0.354333,46.08067,-2.375666,-0.316,46.078,-3.758,-0.417,46.706,-2.385,-0.236,46.697,-2.578,0.043,46.508,-3.712,0.57,46.228,-2.852,-0.009666,46.369,-2.109666,0.0,46.141,-3.763,0.311,46.734,-3.539,0.999,46.598,-3.644,1.043,46.662,-3.815,-0.328,46.387,-3.442,-0.473,46.177,-2.544,-0.999,46.598,-3.644,0.031,46.435,-3.187,0.017,46.705,-2.411,0.461,46.634,-2.458,0.355999,46.07767,-2.380333,0.277,46.25,-2.21,0.148,46.086,-2.608,0.0,45.933,-3.803,-0.472,46.412,-2.697,-0.384,46.421,-2.443});
			return Coordinate_10_127_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #131, 184 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_131_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_131_coordIndex = new MFInt32(new int[] {12,13,14,-1,7,0,8,-1,6,0,4,-1,8,0,6,-1,9,8,6,-1,10,13,11,-1,4,5,6,-1,18,15,19,-1,18,20,15,-1,19,15,1,-1,1,15,3,-1,21,2,16,-1,3,2,21,-1,7,23,12,-1,18,12,20,-1,16,9,5,-1,9,16,24,-1,24,7,9,-1,7,12,23,-1,1,21,16,-1,15,13,3,-1,0,18,19,-1,13,2,3,-1,2,10,16,-1,5,4,16,-1,13,3,22,-1,1,16,4,-1,21,1,17,-1,1,3,17,-1,11,7,24,-1,11,12,7,-1,24,16,11,-1,6,5,9,-1,18,7,12,-1,11,13,12,-1,13,12,14,-1,20,12,13,-1,0,7,18,-1,10,11,16,-1,9,7,8,-1,3,21,17,-1,2,13,10,-1,0,19,1,-1,4,0,1,-1,15,20,13,-1,22,3,13,-1});
			return IndexedFaceSet_9_131_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #131, 75 total numbers made up of 25 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_131_point()
		{
			MFVec3f Coordinate_10_131_point = new MFVec3f(new double[] {0.119,46.085,-2.917,0.386,46.037,-2.681,0.381,45.811,-2.349,0.329,45.981,-2.233,0.3,45.836,-3.008,-0.031,45.748,-2.88,-0.006,46.045,-3.07,-0.458,45.958,-2.769,-0.288,45.977,-3.095,-0.215,45.763,-2.885,-0.03,45.798,-2.221,-0.318,45.843,-2.277,-0.406,45.929,-2.392,-0.013,45.966,-2.096,-0.129,46.042,-2.204,0.266,46.039,-2.319,0.246,45.753,-2.736,0.455,45.986,-2.47,-0.074,46.092,-2.597,0.074,46.092,-2.597,0.0,46.083,-2.318,0.463,45.811,-2.541,0.051,45.941,-2.088,-0.541,45.841,-2.597,-0.297,45.761,-2.654});
			return Coordinate_10_131_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #135, 800 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_135_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_135_coordIndex = new MFInt32(new int[] {3,0,5,-1,5,2,3,-1,7,8,16,-1,20,18,21,-1,20,22,18,-1,28,27,26,-1,30,32,29,-1,39,40,27,-1,63,47,53,-1,64,56,53,-1,65,66,63,-1,66,51,63,-1,55,51,44,-1,68,48,49,-1,45,70,71,-1,43,62,44,-1,69,10,0,-1,74,2,0,-1,68,71,43,-1,69,1,10,-1,59,68,49,-1,54,78,77,-1,61,1,45,-1,60,45,50,-1,42,22,34,-1,38,18,80,-1,12,13,6,-1,41,35,36,-1,39,27,38,-1,33,40,19,-1,7,36,37,-1,83,84,23,-1,25,85,23,-1,25,24,23,-1,8,13,14,-1,12,6,9,-1,6,1,9,-1,8,6,13,-1,4,0,10,-1,6,7,5,-1,17,18,7,-1,31,32,30,-1,9,11,12,-1,33,19,34,-1,46,53,47,-1,45,60,27,-1,45,71,50,-1,51,43,44,-1,40,61,27,-1,52,27,51,-1,55,40,54,-1,1,61,44,-1,54,77,64,-1,77,78,33,-1,63,53,56,-1,59,71,68,-1,72,44,62,-1,71,72,43,-1,71,59,50,-1,50,43,51,-1,55,47,51,-1,60,50,51,-1,61,55,44,-1,74,3,2,-1,46,54,53,-1,42,34,19,-1,20,21,29,-1,36,18,38,-1,38,41,36,-1,41,1,35,-1,38,40,39,-1,5,36,35,-1,32,34,22,-1,30,29,25,-1,28,26,38,-1,27,88,26,-1,12,17,13,-1,8,15,16,-1,10,1,4,-1,0,4,5,-1,16,90,7,-1,13,90,16,-1,11,21,17,-1,91,85,25,-1,25,29,91,-1,25,84,31,-1,84,25,23,-1,29,32,20,-1,84,83,31,-1,31,34,32,-1,86,31,83,-1,82,86,87,-1,57,92,87,-1,34,92,77,-1,42,19,22,-1,19,18,22,-1,5,44,81,-1,35,44,5,-1,81,2,5,-1,9,38,11,-1,51,66,52,-1,60,51,27,-1,2,81,44,-1,40,55,79,-1,40,33,54,-1,78,54,33,-1,95,64,77,-1,57,95,77,-1,56,58,76,-1,57,86,58,-1,58,96,76,-1,51,47,97,-1,67,96,23,-1,96,98,23,-1,99,52,67,-1,85,52,99,-1,2,75,0,-1,0,3,74,-1,44,75,2,-1,72,75,44,-1,70,1,69,-1,1,70,45,-1,85,99,23,-1,67,23,99,-1,65,96,67,-1,63,51,97,-1,96,58,83,-1,64,57,58,-1,95,57,64,-1,54,64,53,-1,45,27,61,-1,48,50,49,-1,19,93,40,-1,28,38,27,-1,44,35,1,-1,87,92,34,-1,77,33,34,-1,57,77,92,-1,31,82,34,-1,31,30,25,-1,38,26,21,-1,91,29,26,-1,26,88,85,-1,17,7,90,-1,3,89,0,-1,89,3,0,-1,4,6,5,-1,7,6,8,-1,21,18,17,-1,11,17,12,-1,27,85,88,-1,86,82,31,-1,5,37,36,-1,18,36,7,-1,18,19,80,-1,41,38,9,-1,9,1,41,-1,87,34,82,-1,93,19,40,-1,52,65,67,-1,55,61,79,-1,86,83,58,-1,76,96,56,-1,47,63,97,-1,96,65,63,-1,98,83,23,-1,94,27,52,-1,52,27,94,-1,50,68,43,-1,49,50,59,-1,43,72,62,-1,69,72,70,-1,0,75,69,-1,3,73,0,-1,0,73,3,-1,72,69,75,-1,71,70,72,-1,50,48,68,-1,27,52,85,-1,52,66,65,-1,83,98,96,-1,56,96,63,-1,56,64,58,-1,55,46,47,-1,55,54,46,-1,61,40,79,-1,13,15,14,-1,21,11,38,-1,21,26,29,-1,40,38,80,-1,19,40,80,-1,86,57,87,-1,22,20,32,-1,26,85,91,-1,24,25,23,-1,13,17,90,-1,15,13,16,-1,8,14,15,-1,1,6,4,-1,5,7,37,-1});
			return IndexedFaceSet_9_135_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #135, 300 total numbers made up of 100 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_135_point()
		{
			MFVec3f Coordinate_10_135_point = new MFVec3f(new double[] {-0.017,44.96,-4.14,0.05,45.596,-3.666,-0.054,44.901,-3.776,0.014,44.584,-4.258,0.194333,45.40967,-3.808666,0.267333,45.19633,-3.724,0.608,45.54467,-3.817666,0.69,45.264,-3.511,0.859666,45.518,-3.995333,0.265,45.895,-3.602,-0.001,45.36,-4.037,0.503,45.943,-3.42,0.59,45.898,-3.518,0.792,45.741,-3.722,0.96,45.718,-3.771,1.062,45.513,-3.886,0.972,45.399,-3.655,0.722,45.626,-3.412,0.454,45.407,-3.206,0.358,45.112,-3.032,0.614,45.552,-2.892,0.497,45.758,-3.106,0.645,45.246,-2.902999,-0.153,45.80367,-2.139333,0.135,45.838,-2.154,0.368,45.768,-2.287,0.277,45.77,-2.959,-0.244,45.802,-3.092,0.023,45.813,-3.139,0.495,45.779,-2.729,0.547,45.531,-2.414,0.434,45.57,-2.193,0.607,45.37,-2.615,0.227,45.055,-2.951,0.404,45.075,-2.490333,0.16,45.271,-3.563,0.297,45.294,-3.439,0.505,45.094,-3.495,0.251,45.672,-3.282,0.051,45.69,-3.185,0.0,45.35,-3.092,0.244,45.591,-3.457,0.587,45.045,-2.82,-0.654,45.298,-3.505,-0.24,45.18567,-3.555666,-0.321,45.847,-3.612666,-0.584,45.045,-2.82,-0.642,45.246,-2.902999,-0.999,45.616,-3.648,-1.057,45.513,-3.876999,-0.803666,45.709,-3.605666,-0.575,45.618,-3.145,-0.401,45.775,-2.683,-0.463,45.023,-2.618,-0.257333,45.07533,-2.818,-0.393666,45.278,-3.111333,-0.543,45.168,-2.310999,-0.095,45.074,-1.995,-0.305,45.199,-2.043,-0.797,45.51767,-3.944,-0.396333,45.89333,-3.552333,-0.264333,45.47033,-3.38,-0.28,45.165,-3.632666,-0.581,45.389,-2.508,-0.283,45.07866,-2.508333,-0.542,45.743,-2.373,-0.587,45.703,-2.694,-0.338,45.781,-2.473,-0.87,45.38,-3.626999,-0.099,45.403,-3.887,-0.216,45.522,-3.78,-0.495999,45.54233,-3.752,-0.399666,45.27133,-3.715666,-0.032,44.864,-4.261,-0.008,44.707,-3.91,-0.132,45.053,-3.852,-0.467,45.259,-2.151,0.07,45.102,-2.381,-0.025,45.095,-2.775,-0.182,45.489,-3.171,0.221,45.563,-3.249,0.028,45.12,-3.623,0.406,45.211,-2.086,-0.023,45.587,-2.006,0.21,45.751,-2.02,-0.033,45.735,-2.7,0.122,45.218,-1.971,0.276,45.058,-2.043,0.096,45.771,-3.018,0.077,44.803,-4.439,0.865,45.61,-3.506,0.342,45.774,-2.56,0.21,45.079,-2.17,0.039,45.354,-3.079,-0.412,45.786,-2.883,-0.139,45.085,-2.196,-0.447,45.562,-2.21,-0.621,45.431,-2.728,-0.093,45.662,-2.005,-0.034,45.767,-2.352});
			return Coordinate_10_135_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #139, 176 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_139_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_139_coordIndex = new MFInt32(new int[] {0,1,2,-1,1,5,10,-1,16,3,15,-1,3,16,8,-1,6,5,0,-1,11,6,17,-1,11,17,13,-1,14,13,18,-1,20,9,13,-1,21,13,9,-1,11,21,9,-1,12,22,9,-1,22,15,10,-1,10,2,1,-1,12,23,22,-1,10,11,9,-1,13,21,11,-1,12,9,20,-1,13,12,20,-1,4,8,7,-1,7,13,17,-1,17,6,7,-1,6,0,4,-1,3,4,0,-1,15,14,16,-1,16,14,8,-1,6,11,5,-1,13,8,18,-1,7,8,13,-1,8,4,3,-1,12,13,14,-1,15,2,10,-1,14,23,12,-1,14,22,23,-1,14,15,22,-1,22,10,9,-1,5,11,10,-1,19,8,4,-1,1,0,5,-1,8,14,18,-1,7,6,4,-1,3,0,2,-1,15,3,2,-1,4,8,19,-1});
			return IndexedFaceSet_9_139_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #139, 72 total numbers made up of 24 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_139_point()
		{
			MFVec3f Coordinate_10_139_point = new MFVec3f(new double[] {0.352,44.933,-2.906,0.088,45.025,-2.978,0.151,45.084,-2.788,0.336,45.063,-2.433,0.515,44.867,-2.65,-0.013,44.8,-2.857,0.231,44.776,-2.685,0.327,44.834,-2.313,0.436,44.946,-2.098,-0.488,44.936,-2.6,-0.324,44.96,-2.888,-0.127,44.789,-2.544,-0.388,44.987,-2.114,-0.053,44.838,-2.187,-0.018,44.971,-1.935,-0.012,45.105,-2.366,0.153,45.079,-2.141,0.156,44.797,-2.445,0.055,44.845,-2.14,0.557,44.943,-2.396,-0.483,44.879,-2.166,-0.306,44.817,-2.381,-0.238,45.093,-2.468,-0.207,45.079,-2.17});
			return Coordinate_10_139_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #143, 584 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_143_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_143_coordIndex = new MFInt32(new int[] {5,12,13,-1,17,18,19,-1,22,23,21,-1,1,22,21,-1,11,15,16,-1,11,2,25,-1,14,28,11,-1,4,34,3,-1,8,35,5,-1,43,5,42,-1,44,45,4,-1,54,55,53,-1,56,51,52,-1,48,27,38,-1,46,41,57,-1,50,45,39,-1,50,59,37,-1,39,59,50,-1,49,48,41,-1,6,8,42,-1,36,50,37,-1,41,47,40,-1,10,5,44,-1,12,7,34,-1,9,33,2,-1,1,2,33,-1,9,2,28,-1,32,58,22,-1,7,5,10,-1,5,7,12,-1,35,8,6,-1,14,30,29,-1,3,65,4,-1,54,66,21,-1,11,9,7,-1,10,31,7,-1,28,14,9,-1,34,29,14,-1,35,6,5,-1,38,59,39,-1,60,43,42,-1,49,45,48,-1,27,51,38,-1,39,62,48,-1,38,39,48,-1,47,46,57,-1,57,40,47,-1,46,39,43,-1,41,43,60,-1,4,49,41,-1,48,62,41,-1,51,37,38,-1,58,37,22,-1,45,44,39,-1,47,62,39,-1,45,27,48,-1,49,4,45,-1,43,61,5,-1,5,63,8,-1,13,12,34,-1,11,3,34,-1,11,28,2,-1,26,27,15,-1,25,67,15,-1,15,27,16,-1,11,16,68,-1,11,7,10,-1,65,11,10,-1,3,11,65,-1,9,11,68,-1,21,24,1,-1,9,14,7,-1,63,5,13,-1,4,13,34,-1,13,8,63,-1,42,5,6,-1,20,53,52,-1,55,56,53,-1,52,53,56,-1,26,52,51,-1,45,50,36,-1,44,43,39,-1,36,16,45,-1,16,36,71,-1,43,41,46,-1,60,8,4,-1,42,8,60,-1,60,4,41,-1,56,37,51,-1,16,71,64,-1,4,10,44,-1,27,26,51,-1,61,43,5,-1,8,13,4,-1,11,34,14,-1,7,14,34,-1,0,72,64,-1,25,1,24,-1,25,2,1,-1,0,33,9,-1,19,25,17,-1,10,4,65,-1,69,54,21,-1,31,10,7,-1,20,18,17,-1,20,66,54,-1,17,66,20,-1,24,17,25,-1,19,67,25,-1,67,19,26,-1,11,25,15,-1,16,0,9,-1,72,0,16,-1,1,33,0,-1,27,45,16,-1,55,54,23,-1,70,20,52,-1,70,26,20,-1,37,23,22,-1,23,37,55,-1,56,55,37,-1,70,52,26,-1,40,57,41,-1,43,44,5,-1,36,58,64,-1,36,37,58,-1,46,47,39,-1,38,37,59,-1,64,71,36,-1,41,62,47,-1,53,20,54,-1,22,0,32,-1,0,22,1,-1,0,58,32,-1,64,58,0,-1,29,34,14,-1,30,14,29,-1,20,19,18,-1,20,26,19,-1,21,54,69,-1,23,54,21,-1,24,21,66,-1,66,17,24,-1,68,16,9,-1,64,72,16,-1,26,15,67,-1});
			return IndexedFaceSet_9_143_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #143, 219 total numbers made up of 73 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_143_point()
		{
			MFVec3f Coordinate_10_143_point = new MFVec3f(new double[] {-0.437,44.02,-2.75,-0.656666,44.17033,-2.442666,-0.622,44.567,-2.79,-0.202,44.556,-3.464,0.056666,44.442,-3.543333,-0.020666,43.739,-3.420999,0.008,43.468,-3.887,-0.417,44.031,-3.239333,0.041,43.793,-3.816666,-0.426,44.297,-3.079,-0.096,44.23,-3.303,-0.471,44.775,-3.154,-0.451666,44.022,-3.299,-0.219,44.149,-3.507,-0.940666,44.50334,-3.452333,-0.32,44.801,-2.806,-0.003,44.338,-2.896,-0.411,44.71,-2.013,-0.204,44.881,-2.007,-0.277,44.838,-2.26,-0.028,44.77,-1.893,-0.421,44.153,-1.892,-0.181,44.11533,-2.143,0.035333,44.10067,-2.022666,-0.487,44.502,-2.105,-0.553,44.642,-2.322,-0.017,44.797,-2.456,0.170666,44.77266,-2.864,-0.643,44.738,-3.229,-0.733,44.483,-3.7,-0.922,44.271,-3.665,-0.178,43.922,-3.281,-0.317,44.082,-2.57,-0.479,44.211,-2.873,-0.445,44.511,-3.472,-0.063,43.832,-3.751999,0.443,44.032,-2.751999,0.613,44.19533,-2.390666,0.563,44.695,-2.852,0.657,44.486,-3.131,1.023,44.579,-3.63,0.605666,44.468,-3.567333,0.140333,43.76833,-3.496333,0.429,44.054,-3.334,0.279,44.29,-3.168,0.266,44.48433,-3.045999,0.74,44.241,-3.383,0.863,44.468,-3.304,0.417,44.863,-3.291,0.402,44.791,-3.362,0.479,44.211,-2.873,0.488,44.801,-2.478,0.409,44.849,-2.169,0.366,44.569,-1.957,-0.016,44.369,-1.806999,0.471,44.161,-1.949,0.528,44.5,-2.193,0.908,44.297,-3.743,0.132,44.084,-2.55,0.586,44.414,-2.830999,0.199,43.94,-3.505999,0.327,43.874,-3.307,0.75,44.736,-3.374,-0.144,43.869,-3.6,-0.045,44.012,-2.681,-0.244,44.584,-3.256,-0.303,44.446,-1.887,-0.405,44.799,-2.598,-0.176,44.5,-2.964,-0.389,44.121,-1.872,0.162,44.829,-2.24,0.105,44.065,-2.875,-0.105,44.065,-2.875});
			return Coordinate_10_143_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #147, 208 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_147_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_147_coordIndex = new MFInt32(new int[] {6,4,7,-1,19,16,18,-1,12,21,14,-1,12,13,19,-1,6,7,10,-1,13,16,19,-1,9,23,17,-1,2,3,4,-1,1,2,0,-1,24,5,8,-1,9,8,23,-1,5,24,4,-1,10,20,6,-1,14,13,12,-1,19,18,20,-1,14,17,13,-1,6,5,4,-1,1,26,2,-1,27,11,4,-1,17,0,9,-1,11,22,4,-1,20,17,6,-1,17,20,18,-1,25,11,7,-1,11,27,12,-1,1,14,21,-1,20,15,19,-1,13,18,16,-1,13,17,18,-1,15,12,19,-1,1,17,14,-1,4,11,25,-1,27,4,3,-1,0,2,24,-1,11,4,22,-1,1,0,17,-1,27,2,26,-1,2,4,24,-1,3,2,27,-1,4,25,7,-1,5,6,23,-1,23,8,5,-1,10,12,15,-1,23,6,17,-1,10,7,11,-1,26,21,12,-1,21,26,1,-1,12,27,26,-1,20,10,15,-1,10,11,12,-1,9,0,8,-1,8,0,24,-1});
			return IndexedFaceSet_9_147_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #147, 84 total numbers made up of 28 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_147_point()
		{
			MFVec3f Coordinate_10_147_point = new MFVec3f(new double[] {0.575,43.904,-1.987999,0.218,43.83167,-1.903333,0.429,43.82333,-2.313,0.27,43.791,-2.6,0.420333,43.93267,-2.652666,0.51,44.049,-2.279,-0.038,44.135,-2.338,-0.022,44.064,-2.578,0.353,44.099,-2.197,0.305,44.062,-1.947,-0.357333,44.014,-2.652333,-0.231,43.911,-2.777,-0.472,43.798,-2.377,-0.471,43.995,-1.821,-0.242,43.83,-1.875,-0.573,43.943,-2.475,-0.484,44.032,-1.935,-0.095,44.074,-1.903,-0.353,44.099,-2.197,-0.625,43.921,-2.125,-0.408,44.076,-2.291,-0.166,43.789,-2.074,0.024,43.912,-2.762,0.064,44.131,-2.074,0.596,43.94667,-2.454333,0.056,43.978,-2.728,0.0,43.771,-2.281,0.0,43.798,-2.551});
			return Coordinate_10_147_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #151, 704 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_151_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_151_coordIndex = new MFInt32(new int[] {10,11,12,-1,21,22,23,-1,12,11,5,-1,24,18,26,-1,6,7,8,-1,34,33,20,-1,16,35,15,-1,25,6,8,-1,37,11,9,-1,1,41,36,-1,44,45,46,-1,52,53,43,-1,48,56,26,-1,44,57,45,-1,59,55,26,-1,55,59,60,-1,63,64,65,-1,63,35,68,-1,39,58,57,-1,41,40,0,-1,54,48,55,-1,67,52,54,-1,39,57,44,-1,42,43,69,-1,70,54,51,-1,59,61,60,-1,49,43,44,-1,45,28,47,-1,26,55,48,-1,27,62,59,-1,39,28,37,-1,8,13,14,-1,11,10,9,-1,19,29,15,-1,20,35,63,-1,30,3,2,-1,7,5,14,-1,6,26,38,-1,22,25,12,-1,12,19,23,-1,8,14,9,-1,8,9,10,-1,0,2,36,-1,36,2,1,-1,74,11,9,-1,29,5,6,-1,3,5,28,-1,5,30,9,-1,5,3,30,-1,18,17,31,-1,20,19,15,-1,63,34,20,-1,12,23,22,-1,8,12,25,-1,0,37,9,-1,8,7,14,-1,41,75,3,-1,0,36,41,-1,43,42,28,-1,47,49,45,-1,45,3,28,-1,59,26,76,-1,68,50,66,-1,68,35,16,-1,49,48,54,-1,69,43,53,-1,42,56,48,-1,39,37,0,-1,39,44,43,-1,54,43,49,-1,43,54,52,-1,54,70,67,-1,16,29,69,-1,63,68,66,-1,60,51,55,-1,58,3,45,-1,45,57,58,-1,62,61,59,-1,46,45,44,-1,5,9,14,-1,29,6,38,-1,19,12,29,-1,11,37,28,-1,25,24,6,-1,18,25,22,-1,18,22,21,-1,15,35,20,-1,17,32,27,-1,5,29,12,-1,24,26,6,-1,3,77,2,-1,28,4,11,-1,79,31,17,-1,21,17,18,-1,81,80,32,-1,81,32,78,-1,72,34,73,-1,32,21,84,-1,34,63,83,-1,19,20,33,-1,0,9,30,-1,75,1,3,-1,49,47,48,-1,85,50,66,-1,29,56,42,-1,29,42,69,-1,58,41,3,-1,60,61,51,-1,64,80,82,-1,86,67,87,-1,51,62,70,-1,53,52,50,-1,67,50,52,-1,1,75,41,-1,70,87,67,-1,86,64,66,-1,48,47,28,-1,53,50,16,-1,43,28,39,-1,23,19,33,-1,33,34,71,-1,84,21,23,-1,84,78,32,-1,34,78,71,-1,34,72,78,-1,27,32,80,-1,76,31,79,-1,76,26,31,-1,31,26,18,-1,6,5,7,-1,1,77,3,-1,73,65,81,-1,65,82,81,-1,72,73,78,-1,0,30,2,-1,74,9,11,-1,39,0,40,-1,48,28,42,-1,59,76,27,-1,62,27,80,-1,80,64,62,-1,82,65,64,-1,86,66,67,-1,64,87,62,-1,87,70,62,-1,68,16,50,-1,15,29,16,-1,39,40,58,-1,66,50,67,-1,38,56,29,-1,49,44,45,-1,16,69,53,-1,41,58,40,-1,85,66,50,-1,87,64,86,-1,63,66,64,-1,26,56,38,-1,62,51,61,-1,55,51,54,-1,8,14,13,-1,12,8,10,-1,23,33,71,-1,25,18,24,-1,2,77,1,-1,84,23,71,-1,78,84,71,-1,83,73,34,-1,73,83,63,-1,65,73,63,-1,80,81,82,-1,32,17,21,-1,17,76,79,-1,27,76,17,-1,28,5,4,-1,11,4,5,-1,78,73,81,-1});
			return IndexedFaceSet_9_151_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #151, 264 total numbers made up of 88 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_151_point()
		{
			MFVec3f Coordinate_10_151_point = new MFVec3f(new double[] {-0.099,42.668,-3.301,-0.007,42.934,-3.855,-0.085,42.774,-3.488,0.024,43.146,-3.511,-0.25,43.423,-3.107,-0.281,43.534,-3.097,-0.399,43.898,-3.001,-0.34,43.598,-3.144,-0.785333,43.39133,-3.364,-0.497,42.84,-3.115,-0.598,43.093,-2.991,-0.334,43.067,-3.014,-0.609,43.297,-2.915,-0.771333,43.28433,-3.452666,-0.517,43.373,-3.342,-0.131,42.906,-2.555,0.194,42.9,-2.555,-0.467,43.808,-2.085,-0.568,43.74666,-2.558333,-0.376,42.995,-2.718,-0.409,42.951,-2.389999,-0.645,43.583,-2.103,-0.569333,43.66766,-2.622,-0.670666,43.33467,-2.522333,-0.556,43.606,-2.791,-0.595,43.479,-2.807,0.074,43.799,-2.638,-0.14,43.81267,-1.724,0.12,43.16933,-3.118666,-0.103,43.28867,-2.716666,-0.221,43.145,-3.268,-0.302,43.777,-2.477,-0.441666,43.613,-1.737999,-0.704,42.94,-2.453,-0.463,42.982,-2.137,-0.012,42.981,-2.325,0.021,42.641,-3.716,0.0,42.879,-3.155,-0.048,43.707,-2.726,0.443,42.776,-3.052,0.202,42.757,-3.291,0.085,42.774,-3.488,0.272,43.508,-2.876999,0.613333,43.23366,-2.959,0.803999,43.323,-3.382,0.318666,43.33133,-3.206,0.714666,43.284,-3.419333,0.435,43.701,-3.123,0.367,43.849,-2.962,0.626666,43.47833,-2.987333,0.704,42.94,-2.453,0.694,43.758,-2.238,0.664,43.164,-2.592,0.496,43.037,-2.727,0.608333,43.46833,-2.812,0.59,43.63266,-2.674333,0.179,43.567,-2.777999,0.46,42.941,-3.194,0.247,43.101,-3.263,0.359,43.778,-2.235,0.532,43.818,-2.186,0.494,43.789,-1.833,0.485666,43.66333,-1.788666,0.014,43.039,-1.99,0.443,43.123,-1.676333,-0.135,43.122,-1.476,0.496,42.983,-2.11,0.729,43.214,-2.228,0.425,42.943,-2.429,0.294,43.19,-2.773,0.67,43.476,-2.264999,-0.712,43.01,-2.117,-0.641,43.044,-1.777,-0.381,43.033,-1.657,-0.557,42.962,-2.918,0.08,42.854,-3.683,0.132,43.774,-2.309,-0.08,42.854,-3.683,-0.604,43.246,-1.808,-0.168,43.768,-2.224,-0.035,43.492,-1.592999,-0.349,43.27,-1.599,0.101,43.261,-1.53,-0.204,43.045,-1.936,-0.678,43.357,-2.129,0.792,42.98,-2.216,0.712,43.148,-1.928,0.531,43.609,-1.852});
			return Coordinate_10_151_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #155, 200 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_155_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_155_coordIndex = new MFInt32(new int[] {4,5,6,-1,11,3,0,-1,15,4,3,-1,0,17,1,-1,0,8,11,-1,11,14,3,-1,4,15,5,-1,4,19,16,-1,16,21,22,-1,1,16,20,-1,23,2,3,-1,7,21,18,-1,7,18,6,-1,12,10,24,-1,23,12,7,-1,26,0,20,-1,13,7,12,-1,22,21,7,-1,20,22,13,-1,13,25,20,-1,13,22,7,-1,13,10,25,-1,9,26,20,-1,8,0,26,-1,8,9,10,-1,10,12,14,-1,23,14,12,-1,21,6,18,-1,4,6,19,-1,1,20,0,-1,21,16,6,-1,22,20,16,-1,16,17,4,-1,16,1,17,-1,6,23,7,-1,14,23,3,-1,14,8,10,-1,14,11,8,-1,20,25,9,-1,12,10,13,-1,12,24,10,-1,9,25,10,-1,8,26,9,-1,16,19,6,-1,5,23,6,-1,2,23,5,-1,5,3,2,-1,5,15,3,-1,0,3,4,-1,17,0,4,-1});
			return IndexedFaceSet_9_155_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #155, 81 total numbers made up of 27 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_155_point()
		{
			MFVec3f Coordinate_10_155_point = new MFVec3f(new double[] {0.148,42.79,-2.562,0.24,42.653,-2.277,0.238,42.999,-2.265,0.189,42.95,-2.419,0.704,42.909,-2.316,0.44,43.011,-2.033,0.538,42.963,-1.714,-0.039,43.001,-1.569,-0.324,42.815,-2.574,-0.385,42.646,-2.251,-0.669,42.807,-2.256,-0.291,42.942,-2.462,-0.491,42.997,-1.742,-0.316,42.737,-1.692,-0.238,42.999,-2.265,0.443,42.981,-2.266,0.433,42.73,-1.82,0.663,42.681,-2.279,0.271,42.958,-1.452,0.728,42.836,-1.933,-0.033,42.675,-2.047,0.185,42.77,-1.541,0.0,42.724,-1.743,0.03,43.049,-1.978,-0.747,42.903,-1.932,-0.328,42.707,-1.892,-0.182,42.656,-2.398});
			return Coordinate_10_155_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #159, 976 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_159_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_159_coordIndex = new MFInt32(new int[] {5,4,0,-1,12,7,3,-1,20,10,16,-1,24,21,22,-1,17,3,2,-1,29,28,33,-1,13,34,35,-1,36,3,35,-1,4,37,6,-1,19,38,7,-1,46,47,45,-1,45,30,29,-1,23,31,51,-1,49,31,52,-1,60,8,59,-1,63,54,64,-1,55,65,56,-1,65,68,56,-1,58,75,76,-1,72,70,59,-1,82,64,54,-1,18,57,55,-1,67,65,86,-1,8,59,86,-1,1,88,89,-1,98,82,100,-1,102,94,103,-1,56,18,55,-1,8,58,76,-1,11,5,88,-1,0,89,5,-1,86,104,61,-1,85,70,74,-1,68,70,85,-1,64,80,63,-1,73,101,68,-1,80,25,22,-1,78,72,59,-1,71,105,72,-1,62,2,88,-1,35,3,7,-1,13,35,34,-1,13,14,35,-1,7,3,19,-1,52,22,25,-1,28,27,33,-1,14,15,27,-1,24,26,21,-1,108,38,9,-1,17,19,3,-1,10,14,16,-1,15,14,13,-1,8,0,36,-1,108,7,38,-1,32,27,28,-1,109,14,28,-1,4,6,11,-1,35,14,8,-1,4,11,0,-1,53,107,45,-1,51,31,106,-1,98,54,83,-1,2,62,57,-1,75,58,8,-1,66,67,65,-1,69,59,70,-1,18,2,57,-1,74,68,85,-1,63,81,83,-1,61,87,1,-1,94,63,101,-1,98,97,82,-1,11,88,2,-1,11,6,5,-1,0,1,89,-1,37,4,5,-1,65,104,86,-1,59,8,60,-1,86,59,67,-1,80,56,79,-1,59,71,78,-1,72,78,71,-1,67,66,65,-1,61,1,8,-1,43,46,42,-1,39,41,40,-1,24,23,26,-1,14,32,28,-1,32,14,27,-1,31,22,52,-1,29,33,26,-1,75,8,9,-1,2,3,11,-1,0,8,1,-1,17,2,18,-1,108,21,7,-1,108,22,21,-1,10,20,108,-1,8,10,9,-1,109,113,112,-1,26,50,114,-1,26,23,50,-1,109,16,14,-1,7,12,3,-1,33,27,26,-1,35,8,36,-1,42,116,43,-1,42,48,116,-1,47,46,41,-1,48,42,111,-1,42,45,107,-1,44,109,28,-1,114,50,53,-1,109,117,113,-1,74,72,105,-1,76,75,56,-1,77,90,71,-1,93,74,84,-1,84,74,105,-1,68,63,56,-1,104,62,61,-1,104,57,62,-1,76,56,77,-1,43,103,91,-1,102,43,118,-1,103,43,102,-1,73,95,94,-1,103,94,95,-1,96,120,118,-1,116,48,118,-1,96,48,49,-1,93,73,74,-1,94,99,63,-1,98,100,54,-1,82,110,49,-1,49,52,82,-1,93,84,121,-1,96,118,48,-1,96,49,110,-1,96,97,98,-1,94,118,120,-1,118,94,102,-1,95,93,92,-1,92,119,91,-1,119,92,121,-1,91,103,92,-1,5,6,37,-1,5,89,88,-1,57,104,65,-1,87,88,1,-1,69,67,59,-1,65,70,68,-1,74,73,68,-1,22,115,80,-1,82,25,80,-1,59,8,76,-1,80,77,56,-1,83,81,63,-1,91,113,117,-1,30,45,44,-1,45,42,46,-1,39,44,45,-1,43,41,46,-1,47,41,39,-1,111,107,106,-1,111,42,107,-1,0,11,36,-1,7,13,35,-1,114,29,26,-1,38,19,9,-1,90,108,20,-1,17,18,19,-1,29,30,28,-1,106,48,111,-1,108,9,10,-1,22,23,24,-1,112,16,109,-1,26,7,21,-1,27,7,26,-1,15,13,7,-1,11,3,36,-1,41,43,40,-1,39,109,44,-1,39,45,47,-1,48,31,49,-1,106,31,48,-1,53,29,114,-1,29,53,45,-1,23,51,50,-1,61,62,88,-1,65,67,69,-1,77,115,90,-1,77,80,115,-1,54,100,82,-1,82,52,25,-1,112,113,105,-1,8,86,61,-1,55,57,65,-1,116,118,43,-1,92,103,95,-1,92,93,121,-1,99,96,98,-1,96,99,120,-1,96,110,97,-1,98,63,99,-1,98,83,63,-1,119,84,113,-1,121,84,119,-1,113,91,119,-1,110,82,97,-1,94,101,73,-1,120,99,94,-1,93,95,73,-1,71,90,105,-1,61,88,87,-1,80,79,63,-1,63,83,54,-1,18,56,75,-1,84,105,113,-1,82,80,64,-1,56,63,79,-1,59,77,71,-1,76,77,59,-1,74,70,72,-1,69,70,65,-1,68,101,63,-1,28,30,44,-1,51,106,50,-1,106,53,50,-1,107,53,106,-1,117,39,91,-1,109,39,117,-1,40,91,39,-1,91,40,43,-1,20,105,90,-1,14,10,8,-1,112,105,16,-1,22,31,23,-1,15,7,27,-1,105,20,16,-1,115,108,90,-1,115,22,108,-1,75,19,18,-1,75,9,19,-1});
			return IndexedFaceSet_9_159_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #159, 366 total numbers made up of 122 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_159_point()
		{
			MFVec3f Coordinate_10_159_point = new MFVec3f(new double[] {-0.031,42.03,-3.288,0.017,42.052,-3.299,0.018,41.507,-2.994,-0.421333,41.67433,-2.945333,-0.053333,41.743,-3.602,0.026999,41.74933,-3.621666,-0.006,41.38,-3.68,-0.525,41.916,-2.748,0.032,42.24667,-2.999667,-0.164,42.108,-2.836,-0.395666,42.572,-2.829666,-0.115666,41.59533,-3.259,-0.493,41.529,-2.854,-0.736333,42.11433,-3.044666,-0.512333,42.59767,-2.743667,-0.678,42.297,-2.709,-0.201,42.651,-2.381,-0.228,41.613,-2.86,0.052,41.726,-2.902999,-0.161,41.778,-2.838,-0.206,42.478,-2.524,-0.491,41.861,-2.483,-0.29,41.842,-2.423,-0.574,41.70567,-2.122666,-0.697666,41.717,-2.247666,0.032,41.694,-2.243,-0.663,42.029,-2.466,-0.674,42.268,-2.565,-0.763,42.467,-2.231999,-0.71,42.135,-2.181,-0.694,42.307,-2.123,-0.312,41.806,-1.893,-0.675,42.374,-2.458,-0.736,42.255,-2.339,-0.545,42.159,-3.034,-0.338,42.122,-2.989,-0.194,41.918,-3.034,0.0,41.64,-3.793,-0.282,41.903,-2.772,-0.523,42.695,-1.722,-0.183,42.719,-1.408,-0.324,42.511,-1.448,-0.337333,42.068,-1.344,0.021,42.278,-1.361333,-0.654,42.492,-1.93,-0.592,42.256,-1.785,-0.421,42.156,-1.46,-0.453,42.385,-1.566,-0.043,41.858,-1.348,-0.012666,41.841,-1.792666,-0.744333,41.768,-2.007333,-0.408,41.795,-1.796,-0.126,41.765,-2.155,-0.715,41.926,-1.914666,0.72,41.677,-2.074,0.495,41.773,-2.777,0.373,41.964,-2.696,0.434,41.596,-2.901,0.023333,42.25033,-2.982666,0.377333,42.55367,-2.837,0.192,42.377,-3.014,0.194,41.918,-3.034,0.286,41.634,-3.055,0.705,42.00067,-2.197667,0.626,41.645,-2.29,0.733666,42.05267,-2.964,0.766,42.09533,-2.994333,0.648,42.388,-3.203,0.699333,42.13167,-2.363333,0.626,42.456,-2.913,0.614,42.474,-2.692,0.213,42.486,-2.547,0.315666,42.65167,-2.429333,0.715,42.535,-2.046,0.618,42.624,-2.338,0.127,42.03,-2.845,0.24,42.162,-2.796,0.271,42.224,-2.535,0.339,42.481,-2.657,0.401,41.852,-2.469,0.245,41.781,-2.389999,0.756,41.765,-2.31,0.282,41.763,-2.137,0.791,41.788,-2.091,0.386,42.669,-2.108,0.699,42.254,-2.399,0.365,42.128,-2.98,0.096,41.89,-3.198,0.127,41.663,-3.223,0.051999,41.742,-3.600999,-0.085,42.289,-2.465,-0.003,42.748,-1.566,0.446,42.724,-1.592,0.568,42.712,-1.914,0.592,42.256,-1.785,0.564,42.652,-1.632,0.421,41.84,-1.461,0.563,41.77,-1.801,0.651,41.788,-1.819,0.699,42.015,-1.828,0.561,41.703,-2.033,0.694,42.307,-2.123,0.181333,42.22667,-1.367,0.365333,42.504,-1.486,0.426,41.843,-2.941,0.191,42.649,-2.417666,-0.421,41.84,-1.461,-0.576,41.93,-1.506,-0.274,42.193,-2.569,-0.459,42.701,-1.931999,0.266,41.823,-1.851,-0.326,41.911,-1.249,-0.099,42.662,-2.141,-0.024,42.68,-2.022,-0.740666,41.86533,-1.989666,0.012,42.189,-2.399,-0.002,42.056,-1.262,-0.097,42.717,-1.787,0.356,41.88,-1.409,0.032,42.722,-1.758,0.64,41.959,-1.594,0.331,42.717,-1.842999});
			return Coordinate_10_159_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #163, 208 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_163_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_163_coordIndex = new MFInt32(new int[] {2,0,3,-1,4,3,0,-1,10,13,14,-1,19,16,4,-1,0,15,1,-1,9,23,10,-1,15,13,1,-1,0,19,4,-1,13,18,1,-1,0,2,15,-1,26,27,20,-1,20,27,5,-1,25,16,19,-1,10,23,13,-1,26,22,21,-1,26,23,22,-1,15,11,10,-1,12,15,2,-1,11,7,6,-1,25,5,16,-1,20,19,24,-1,20,5,25,-1,18,13,19,-1,2,3,17,-1,1,18,19,-1,19,20,25,-1,19,23,24,-1,24,26,20,-1,23,26,24,-1,5,17,3,-1,6,9,10,-1,9,7,21,-1,9,8,7,-1,17,21,7,-1,17,26,21,-1,10,11,6,-1,8,6,7,-1,7,2,17,-1,14,15,10,-1,13,15,14,-1,12,11,15,-1,11,12,7,-1,9,6,8,-1,23,21,22,-1,23,9,21,-1,12,2,7,-1,5,3,4,-1,5,4,16,-1,27,17,5,-1,26,17,27,-1,0,1,19,-1,23,19,13,-1});
			return IndexedFaceSet_9_163_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #163, 84 total numbers made up of 28 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_163_point()
		{
			MFVec3f Coordinate_10_163_point = new MFVec3f(new double[] {0.328666,41.75833,-2.087666,0.196999,41.836,-1.778666,0.024,41.532,-2.248,0.315,41.512,-2.344,0.592,41.525,-2.273,0.476,41.353,-2.137,-0.67,41.525,-2.171,-0.333,41.439,-2.317,-0.482,41.345,-2.18,-0.579,41.501,-1.658,-0.584,41.7,-1.504,-0.512,41.718,-2.085,-0.239,41.703,-2.254,-0.118,41.851,-1.54,-0.56,41.782,-1.61,-0.108333,41.841,-1.777333,0.731,41.605,-2.067,0.019,41.372,-1.987999,0.375,41.831,-1.417,0.534333,41.72233,-1.434333,0.484,41.474,-1.606,-0.494,41.443,-1.711,-0.123,41.553,-1.368,-0.204666,41.67567,-1.275666,0.287,41.541,-1.407,0.732,41.476,-1.85,-0.106,41.415,-1.773,0.351,41.394,-1.806999});
			return Coordinate_10_163_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #167, 736 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_167_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_167_coordIndex = new MFInt32(new int[] {6,7,1,-1,15,7,8,-1,12,8,2,-1,1,5,6,-1,29,31,2,-1,32,29,17,-1,38,46,19,-1,60,61,58,-1,50,39,48,-1,39,45,53,-1,41,40,42,-1,57,50,9,-1,47,38,45,-1,38,19,46,-1,5,1,30,-1,27,17,2,-1,14,72,7,-1,3,8,7,-1,1,4,28,-1,4,14,8,-1,6,5,3,-1,12,2,4,-1,27,2,18,-1,4,1,14,-1,1,28,4,-1,1,4,2,-1,38,47,19,-1,69,10,11,-1,18,55,63,-1,44,40,39,-1,52,40,44,-1,41,42,64,-1,44,45,40,-1,18,63,26,-1,48,8,0,-1,38,43,45,-1,57,9,47,-1,48,39,40,-1,33,34,73,-1,30,1,2,-1,17,29,2,-1,14,15,8,-1,4,8,12,-1,24,22,20,-1,6,3,7,-1,15,14,7,-1,21,22,74,-1,21,19,3,-1,8,13,0,-1,8,0,12,-1,5,71,20,-1,71,5,30,-1,77,70,73,-1,32,27,78,-1,77,79,70,-1,80,35,76,-1,70,81,33,-1,35,36,22,-1,36,35,82,-1,83,59,61,-1,48,0,49,-1,50,45,39,-1,8,48,9,-1,19,47,18,-1,55,41,63,-1,40,41,55,-1,19,47,56,-1,19,21,84,-1,74,68,58,-1,74,58,68,-1,74,60,58,-1,37,59,85,-1,54,9,62,-1,9,54,86,-1,69,54,10,-1,27,18,26,-1,52,44,40,-1,43,87,42,-1,43,88,87,-1,65,26,41,-1,66,64,89,-1,89,91,66,-1,89,90,91,-1,82,79,90,-1,77,66,79,-1,26,65,78,-1,67,66,77,-1,64,42,87,-1,53,45,39,-1,49,0,51,-1,9,48,62,-1,13,9,86,-1,85,59,88,-1,37,85,88,-1,58,59,37,-1,21,74,84,-1,19,84,37,-1,18,47,55,-1,38,37,43,-1,79,82,35,-1,81,80,33,-1,81,35,80,-1,80,75,33,-1,71,76,24,-1,31,75,71,-1,27,32,17,-1,16,28,1,-1,1,72,14,-1,16,1,28,-1,25,11,10,-1,11,25,0,-1,22,21,20,-1,23,60,74,-1,23,74,22,-1,8,3,2,-1,1,7,72,-1,18,3,19,-1,21,5,20,-1,8,9,13,-1,0,8,12,-1,71,30,2,-1,75,32,34,-1,29,75,31,-1,20,71,24,-1,75,76,71,-1,73,70,33,-1,77,73,78,-1,79,81,70,-1,60,22,36,-1,41,64,65,-1,37,38,19,-1,48,9,50,-1,45,57,47,-1,48,40,55,-1,37,74,58,-1,61,59,58,-1,13,86,11,-1,50,57,45,-1,54,48,51,-1,54,62,48,-1,10,54,0,-1,51,48,49,-1,88,89,87,-1,88,59,89,-1,78,65,67,-1,90,59,61,-1,59,90,89,-1,90,79,91,-1,61,36,90,-1,90,36,82,-1,61,60,36,-1,91,79,66,-1,83,61,59,-1,67,77,78,-1,66,67,64,-1,64,87,89,-1,67,65,64,-1,42,40,43,-1,43,40,45,-1,44,39,45,-1,63,41,26,-1,51,0,54,-1,54,11,86,-1,54,69,11,-1,43,37,88,-1,74,37,84,-1,47,19,56,-1,48,47,9,-1,55,47,48,-1,79,35,81,-1,24,35,22,-1,76,35,24,-1,27,26,78,-1,73,32,78,-1,33,75,34,-1,80,76,75,-1,34,32,73,-1,2,31,71,-1,0,25,10,-1,11,0,13,-1,60,23,22,-1,3,18,2,-1,21,3,5,-1,32,75,29,-1});
			return IndexedFaceSet_9_167_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #167, 276 total numbers made up of 92 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_167_point()
		{
			MFVec3f Coordinate_10_167_point = new MFVec3f(new double[] {-0.073666,40.281,-2.814333,-0.769,40.98,-2.549666,-0.441666,40.678,-2.088666,-0.337666,41.12933,-2.339333,-0.554333,40.68067,-2.481333,-0.633,41.237,-2.157,-0.362666,41.14833,-2.396,-0.487333,41.357,-2.717666,-0.137333,40.591,-2.610666,0.072,40.842,-2.731,0.007666,40.26333,-3.464666,-0.033,40.61,-3.434,-0.288333,40.221,-2.588,-0.061,40.702,-3.016,-0.438,40.984,-2.714,-0.193,40.855,-2.665,-1.158,40.814,-2.664,-0.462,40.388,-1.914,0.004,40.78833,-2.037666,-0.016,41.237,-2.198,-0.724,41.308,-1.828,-0.312666,41.389,-1.847666,-0.472,41.483,-1.406,-0.316,41.532,-1.424,-0.651,41.379,-1.528,-0.1,40.336,-3.135,0.215,40.429,-1.814,-0.198,40.428,-1.816,-0.678,40.69066,-2.456333,-0.715,40.431,-1.736,-0.607,41.064,-2.074,-0.765,40.71,-1.483,-0.407,40.516,-1.574,-0.592,40.754,-1.042,-0.561,40.604,-1.112,-0.319,41.148,-1.115,0.106,41.287,-1.112,0.37,41.391,-1.832,0.453,41.331,-2.188,0.655,41.01067,-2.837666,0.631333,40.76,-2.509666,0.683,40.46234,-1.761,0.606,40.641,-1.971,0.595333,41.16867,-2.290666,1.013,40.849,-2.662,0.576666,41.227,-2.582666,0.283,41.35,-2.231999,0.334,41.021,-2.365,0.164666,40.52967,-2.589333,0.438,40.184,-2.654,0.418,40.959,-2.694,0.312,40.359,-2.731999,0.703333,40.77967,-2.453,0.611,41.375,-2.87,0.109,40.439,-3.053,0.374,40.735,-2.196,0.249,41.118,-2.261,0.294,41.033,-2.593,0.421,41.518,-1.357,0.609,41.21,-1.474,-0.006,41.544,-1.257,0.382,41.413,-1.197,0.228,40.589,-2.718999,0.125666,40.66833,-2.019666,0.765,40.71,-1.483,0.408,40.56667,-1.370333,0.532666,40.71967,-0.993666,0.432,40.608,-1.161666,0.292,41.555,-1.371,0.097,40.486,-3.467,-0.276,40.648,-0.903,-0.666,41.038,-1.716,-0.584,41.117,-2.918,-0.343,40.614,-1.233,-0.042,41.467,-1.615,-0.731,40.746,-1.305,-0.573,41.112,-1.385,-0.061,40.627,-1.026,0.0,40.554,-1.506,-0.012,40.832,-0.809,-0.514,40.907,-1.115999,-0.32,40.867,-0.894,-0.012,40.917,-0.872,0.498,41.472,-1.29,0.109,41.378,-1.907,0.688,41.445,-1.609,0.037,40.77,-3.055,0.666,40.949,-1.763999,0.703,41.208,-1.858,0.544,41.03,-1.278,0.319,41.148,-1.115,0.436666,40.77833,-0.949333});
			return Coordinate_10_167_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #172, 1632 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_10_172_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_172_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_172_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_172_coordIndex_2()));
			return IndexedFaceSet_10_172_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #172, 618 total numbers made up of 206 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_172_point()
		{
			MFVec3f Coordinate_11_172_point = new MFVec3f(new double[] {0.305,44.526,2.956,1.137,50.069,0.605,0.966,50.342,0.605,0.911,50.563,0.671,0.447,48.928,1.433,0.46,48.673,1.497,0.248,48.961,1.225,-0.041,48.572,1.413,-0.022,48.962,1.224,0.027,49.081,1.425,0.486,50.477,0.745,0.813,50.226,0.86,0.56,50.76,0.591,1.045,49.883,0.54,0.997,49.688,0.854,0.664,50.568,0.419,0.08,50.673,0.362,0.441,50.447,0.356,1.001,49.7,0.8,0.4,49.251,1.242,0.619,45.135,2.849,0.76,45.795,2.692,0.508,45.764,2.534,0.61,46.263,2.521,0.495,49.962,0.904,0.373,50.298,0.757,-0.096,49.966,0.857,0.683,49.577,1.023,0.747,49.452,0.982,0.472,44.8,2.983,0.616,45.592,2.824,0.029,44.716,2.787,0.615,45.185,2.775,0.571,46.474,2.547,0.479,48.585,1.545,0.405,48.463,1.79,0.43,47.696,2.029,0.522,47.171,2.217,0.483,47.607,1.984,1.249,50.037,0.717,0.667,49.802,0.642,0.563,49.518,0.873,0.141,50.529,0.603,0.112,48.525,1.761,0.3,46.219,2.392,0.309,45.976,2.489,0.097,49.617,1.068,0.055,48.03,1.952,-0.055,48.193,1.892,0.372,48.118,1.891,0.6,48.142,1.843,0.167,47.591,2.115,0.114,47.947,1.989,0.44,46.944,2.395,0.65,46.742,2.355,0.524,46.584,2.532,0.4,45.726,2.842,0.344,48.96,1.228,0.49,49.556,0.864,0.462,48.066,1.665,0.509,44.833,2.811,0.17,45.359,2.686,0.241,44.947,2.752,-0.254,44.442,3.051,-0.109,44.309,2.88,-1.108,49.954,0.648,-0.871,50.507,0.57,-0.958,50.421,0.645,-0.438,48.857,1.392,-0.386,48.916,1.558,-0.427,48.881,1.334,-0.386,44.663,2.894,-0.948,49.698,0.732,-0.667,49.802,0.642,-0.315,50.357,0.378,-0.217,50.045,0.555,0.0,50.293,0.418,-0.529,50.761,0.578,-0.225,50.643,0.326,-0.557,50.265,0.392,-0.768,49.56,0.986,-1.126,49.673,0.88,-0.625,50.163,0.427,-0.157,50.526,0.597,-0.625,45.259,2.777,-0.6,45.075,2.829,-0.687,45.895,2.613,-0.746,45.818,2.673,-0.523,48.468,1.719,-0.455,48.387,1.788,-0.664,50.568,0.419,-0.604,49.109,1.286,-0.416,49.325,1.219,-0.537,49.471,0.917,-0.493,49.196,1.098,-0.521,44.852,2.791,-0.4,45.726,2.842,-0.625,46.382,2.556,-0.611,46.395,2.477,-0.436,48.451,1.492,-0.449,47.67,2.021,-0.462,48.066,1.665,-0.484,47.179,2.284,-0.431,47.241,2.022,-0.664,49.921,0.929,-0.373,50.298,0.757,-0.486,50.477,0.745,0.012,46.046,2.485,0.0,46.532,2.302,-0.576,49.992,0.908,-0.215,49.309,1.042,-0.502,44.86,2.99,-0.799,50.228,0.866,-0.114,47.947,1.989,-0.115,47.683,2.094,-0.44,46.944,2.395,-0.268,44.723,3.116,-0.263,44.993,3.042,0.0,44.754,3.127,0.0,45.046,3.045,0.038,44.358,3.138,-0.309,45.976,2.489,-0.424,45.798,2.53,-0.492,45.636,2.558,-1.061,50.209,0.799,-0.851,50.069,0.882,-0.515,49.868,0.63,-0.483,46.715,2.481,-0.65,46.742,2.355,-0.447,46.513,2.567,-0.372,48.118,1.891,-0.216,48.284,1.867,-0.108,48.676,1.688,-0.412,45.329,2.936,-0.259,50.095,0.817,0.338,45.344,2.673,0.241,44.719,3.114,0.263,44.993,3.042,0.35,47.226,2.295,0.044,49.247,1.075,0.675,50.146,0.433,1.151,49.94,0.852,0.275,50.07,0.553,0.234,43.952,3.037,0.115,44.236,2.937,-0.072,44.206,3.035,-0.059,44.006,3.093,-0.312,43.95,3.053,0.104,43.629,3.196,0.186,43.77,3.18,0.026,43.947,2.983,0.122,48.615,1.388,0.56,50.084,0.468,0.242,49.542,0.912,0.446,49.841,0.675,0.66,46.735,2.272,0.67,48.151,1.807,0.444,46.734,2.2,0.338,46.991,2.095,0.0,46.778,2.2,0.0,47.027,2.097,0.226,47.249,1.994,0.251,46.35,2.64,-0.145,46.374,2.641,0.424,46.498,2.29,-0.028,45.534,2.646,0.095,49.3,1.277,0.373,49.57,1.098,0.051,48.752,1.638,-0.073,45.567,2.636,0.036,46.709,2.514,0.0,47.208,2.318,0.16,47.199,2.3,0.403,46.033,2.732,0.208,46.023,2.757,0.0,45.724,2.884,0.0,46.023,2.798,-0.101,45.314,2.972,0.369,45.2,2.969,0.376,45.47,2.908,0.0,49.551,0.909,0.0,49.802,0.735,0.239,47.626,1.828,0.0,47.28,1.996,0.0,47.659,1.84,0.0,48.015,1.702,0.0,48.218,1.617,-0.242,49.542,0.912,-0.196,49.393,0.998,-0.241,44.947,2.752,-0.66,46.735,2.272,-0.67,48.151,1.807,-0.444,46.734,2.2,-0.226,47.249,1.994,-0.338,46.991,2.095,-0.424,46.498,2.29,-0.3,46.219,2.392,-0.273,45.21,2.708,-0.373,49.57,1.098,-0.1,49.617,1.068,-0.051,48.752,1.638,-0.107,46.801,2.471,-0.16,47.199,2.3,-0.403,46.033,2.732,-0.208,46.023,2.757,-0.239,47.626,1.828});
			return Coordinate_11_172_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #176, 1280 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_10_176_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_176_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_176_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_176_coordIndex_2()));
			return IndexedFaceSet_10_176_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #176, 867 total numbers made up of 289 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_176_point()
		{
			MFVec3f Coordinate_11_176_point = new MFVec3f(new double[] {2.748,44.059,2.471,2.797,43.862,2.447,2.775,43.907,2.372,2.841,43.71,2.338,2.838,43.768,2.437,2.68,44.227,2.482,2.688,44.227,2.522,2.762,43.992,2.315,2.798,43.86,2.287,2.704,44.198,2.406,2.726,44.127,2.356,3.293,43.456,2.427,3.396,43.233,2.328,3.307,43.468,2.54,3.362,43.308,2.472,3.225,43.494,2.433,3.251,43.534,2.505,3.372,43.187,2.198,3.275,43.385,2.323,3.437,43.143,2.2,3.41,43.202,2.397,3.445,43.139,2.275,3.759,42.629,2.004,3.864,42.678,2.107,3.826,42.535,1.979,3.947,42.525,1.975,3.694,42.786,2.099,3.812,42.556,1.891,4.377,42.116,1.426,4.285,42.144,1.426,4.308,42.093,1.402,4.379,42.212,1.501,4.447,42.097,1.459,4.428,42.208,1.557,4.562,41.834,0.985,0.677,45.321,2.865,0.669,45.318,2.8,0.715,45.254,2.817,0.621,45.457,2.776,0.604,45.446,2.657,0.674,45.595,2.65,0.682,45.613,2.629,0.645,45.493,2.878,0.717,45.641,2.7,0.709,45.626,2.793,0.781,45.671,2.693,0.267,44.386,3.017,0.255,44.404,3.082,0.284,44.517,3.017,0.315,44.614,3.096,0.269,44.529,3.118,0.625,45.092,2.805,0.544,45.04,2.853,0.685,45.163,2.894,0.721,45.211,2.797,0.476,44.768,2.916,0.394,44.683,3.087,0.364,44.503,2.882,0.311,44.554,2.973,0.474,44.637,2.851,2.431,44.971,2.643,2.441,44.88,2.637,2.419,44.933,2.545,2.397,45.076,2.555,2.344,45.13,2.559,2.361,44.807,2.505,2.405,44.746,2.519,2.239,45.734,2.51,2.245,46.018,2.394,2.243,45.967,2.49,2.235,45.778,2.423,2.219,45.647,2.475,0.784,45.841,2.633,0.785,45.837,2.629,0.8,45.833,2.637,2.052,46.261,2.307,2.16,46.211,2.287,0.74,45.791,2.546,0.693,45.891,2.534,0.594,46.05,2.607,0.637,46.005,2.61,0.542,46.276,2.444,0.629,46.462,2.366,0.537,46.245,2.386,0.623,46.284,2.637,0.666,46.477,2.511,0.608,46.138,2.64,0.584,46.334,2.504,0.551,47.234,2.284,0.562,47.236,2.291,0.561,47.236,2.291,0.561,47.237,2.291,2.119,47.261,2.105,2.072,47.436,2.051,2.104,47.392,2.077,2.039,47.227,2.017,2.085,47.489,2.042,1.982,47.724,1.879,2.041,47.666,1.971,1.988,47.776,1.905,1.936,47.862,1.847,1.905,47.876,1.801,1.903,47.862,1.783,1.928,47.71,1.777,2.037,47.391,1.931,2.159,47.555,1.856,0.479,47.584,1.971,0.483,47.567,1.893,0.437,47.24,2.095,0.478,47.207,2.167,0.554,47.037,2.131,0.611,47.062,2.306,0.626,47.817,1.9,0.598,47.775,1.965,0.539,48.878,1.512,0.521,48.913,1.525,0.528,48.938,1.504,0.51,48.9,1.541,0.52,48.908,1.53,1.766,48.752,1.543,1.758,48.747,1.452,1.71,48.878,1.466,1.805,48.635,1.589,0.521,49.018,1.289,0.611,49.111,1.327,0.642,49.189,1.221,0.443,48.821,1.406,0.449,48.95,1.245,0.468,48.95,1.235,0.48,48.662,1.522,0.52,48.581,1.58,0.509,48.896,1.546,0.503,48.639,1.683,0.531,48.944,1.5,0.597,48.424,1.642,0.55,48.465,1.716,1.712,48.815,1.403,1.465,50.248,0.412,1.528,50.096,0.505,1.462,50.238,0.399,1.469,50.199,0.401,1.491,50.05,0.431,1.483,50.044,0.413,1.505,49.938,0.459,1.573,49.9,0.553,1.524,49.832,0.51,1.567,49.748,0.565,1.66,49.66,0.708,1.621,49.65,0.635,1.554,49.801,0.548,1.732,49.541,0.765,1.66,49.691,0.74,1.726,49.557,0.79,1.638,49.773,0.774,1.591,49.924,0.606,1.607,49.892,0.728,1.481,50.227,0.444,0.972,49.764,0.712,0.969,49.634,0.708,0.962,49.623,0.759,0.971,49.598,0.839,0.974,49.598,0.839,0.965,49.605,0.836,1.118,49.98,0.692,1.241,50.029,0.615,1.187,50.075,0.57,1.071,49.929,0.611,1.111,49.962,0.624,1.002,49.633,0.867,1.117,49.678,0.862,1.288,50.06,0.749,1.275,50.093,0.704,0.97,49.714,0.634,1.219,50.091,0.609,1.298,49.925,0.79,1.279,49.804,0.813,1.256,49.852,0.839,0.967,49.616,0.826,1.136,49.669,0.873,1.031,49.777,0.575,1.058,49.841,0.546,1.252,50.092,0.665,1.567,49.997,0.627,1.525,50.134,0.533,1.526,50.133,0.534,1.698,49.593,0.819,1.669,49.663,0.821,1.581,49.991,0.667,1.734,48.681,1.437,1.726,48.55,1.484,0.485,48.479,1.507,0.46,48.919,1.25,0.447,48.947,1.246,0.671,49.231,1.149,0.677,49.229,1.151,0.659,49.224,1.149,0.466,48.961,1.224,0.569,49.157,1.147,1.672,48.931,1.401,1.672,48.931,1.402,0.539,47.571,2.092,0.659,46.989,2.243,0.576,47.786,1.86,2.025,47.689,1.871,2.04,47.185,1.99,2.084,47.071,2.059,0.729,45.906,2.693,0.654,46.049,2.695,0.578,46.019,2.461,0.59,46.001,2.464,0.636,45.89,2.502,2.22,46.072,2.42,2.114,46.067,2.316,2.164,45.829,2.357,2.164,45.83,2.357,2.41,44.855,2.553,2.288,45.037,2.505,2.326,44.874,2.501,0.463,44.726,3.055,0.577,45.024,2.781,0.308,44.389,2.933,0.264,44.48,3.104,0.691,45.134,2.739,0.718,45.251,2.791,0.711,45.245,2.759,0.674,45.293,2.696,4.624,41.737,0.895,4.613,41.835,1.023,4.598,41.71,0.847,4.353,42.248,1.557,4.303,42.231,1.496,4.413,42.03,1.404,4.382,42.028,1.388,4.285,42.191,1.458,3.974,42.498,1.916,3.932,42.484,1.875,2.69,44.204,2.552,2.829,43.787,2.285,2.834,43.707,2.315,2.777,43.939,2.575,2.745,44.018,2.585,2.721,44.104,2.584,2.805,43.869,2.532,3.666,42.764,2.013,3.663,42.864,2.061,3.731,42.882,2.134,3.813,42.821,2.164,4.389,42.239,1.574,4.501,41.77,0.899,4.49,41.848,1.014,4.567,41.708,0.834,4.591,41.898,1.098,0.605,45.029,2.977,0.552,44.848,2.781,2.258,45.194,2.522,2.44,44.789,2.614,2.429,44.744,2.573,2.393,45.125,2.616,2.217,45.654,2.449,2.185,46.157,2.42,2.054,46.288,2.306,0.673,46.513,2.408,2.136,47.139,2.128,2.127,47.097,2.113,1.916,47.788,1.772,1.944,47.637,1.795,1.996,47.408,1.889,2.115,47.071,2.091,2.012,47.333,1.922,1.821,48.555,1.589,1.806,48.529,1.571,1.635,48.896,1.339,1.654,48.922,1.371,1.725,48.54,1.48,0.628,49.218,1.13,0.427,48.668,1.388,1.681,49.579,0.696,1.711,49.549,0.73,1.544,50.086,0.577,1.5,50.186,0.479,1.157,50.062,0.533,1.094,49.954,0.522,1.267,50.093,0.69,0.459,48.905,1.255,1.625,48.859,1.327,2.042,46.268,2.289,2.291,45.225,2.555,0.534,44.886,3.012,4.538,41.904,1.104});
			return Coordinate_11_176_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #180, 1024 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_10_180_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_180_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_180_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_180_coordIndex_2()));
			return IndexedFaceSet_10_180_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #180, 390 total numbers made up of 130 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_180_point()
		{
			MFVec3f Coordinate_11_180_point = new MFVec3f(new double[] {2.385,50.182,0.53,1.986,50.204,0.714,2.183,50.386,0.504,1.55,50.298,0.553,4.63,49.847,-1.117,4.421,49.942,-0.573,4.373,50.012,-0.969,4.329,50.343,-0.89,5.131,50.182,-1.329,4.798,50.02,-1.3,5.014,49.9,-1.253,5.275,50.036,-1.407,5.304,49.891,-1.281,5.426,49.853,-1.103,4.004,50.389,-0.635,4.342,50.356,-0.856,4.125,50.012,-0.15,4.111,50.109,-0.154,2.566,50.322,0.375,2.281,50.529,0.466,2.53,50.49,0.376,3.756,50.431,-0.34,6.021,49.921,-1.081,4.76,49.869,-0.906,4.745,49.982,-0.684,5.95,49.893,-0.787,5.519,49.926,-0.787,4.437,49.977,-0.476,1.704,50.178,0.781,1.221,50.119,0.759,1.746,50.568,0.584,1.455,50.766,0.653,0.978,50.61,0.393,1.309,50.799,0.627,1.51,50.695,0.949,1.077,50.85,0.777,0.98,50.471,0.342,1.122,50.158,0.834,1.102,50.208,0.511,0.981,50.34,0.702,3.04,50.637,0.415,2.691,50.69,0.473,2.773,50.599,0.615,3.62,50.352,0.206,3.557,50.447,0.145,3.193,50.478,0.444,3.224,50.393,0.464,3.875,50.244,0.029,4.069,50.265,-0.19,0.882,50.628,0.436,2.378,50.743,0.6,2.017,50.836,0.698,2.034,50.664,0.901,3.262,50.576,0.253,2.952,50.621,0.261,3.176,50.532,0.123,4.021,50.32,-0.241,4.272,50.282,-0.489,3.819,50.363,-0.028,3.479,50.519,0.067,3.153,50.079,0.398,2.604,50.433,0.775,2.716,50.142,0.648,3.071,50.388,0.55,2.278,50.664,0.822,2.177,50.697,0.834,5.711,50.126,-1.008,4.461,50.231,-1.164,5.362,50.175,-0.968,5.023,50.09,-0.805,2.462,50.178,0.732,0.857,50.666,0.711,1.033,50.621,0.864,1.176,50.768,0.466,1.505,50.279,0.573,1.619,50.569,0.56,1.478,50.139,0.806,5.091,49.922,-0.838,5.081,49.893,-0.943,5.621,49.827,-1.159,2.633,50.125,0.459,2.783,50.268,0.291,3.028,50.089,0.403,3.956,49.999,-0.323,4.176,49.995,-0.625,4.252,50.285,-0.874,4.5,49.862,-0.831,5.811,49.912,-1.39,1.75,50.377,1.008,1.763,50.327,1.007,1.252,50.317,0.428,1.393,50.503,0.437,1.203,50.334,0.962,3.228,50.071,0.304,3.419,50.24,0.383,3.391,50.475,-0.045,3.392,50.315,-0.078,3.606,50.277,-0.245,3.656,50.214,0.234,2.605,50.695,0.471,1.796,50.785,0.865,4.022,50.151,-0.638,4.637,50.304,-1.095,4.935,50.244,-1.198,3.663,50.039,0.207,3.885,50.024,0.035,3.538,50.039,0.043,3.756,50.019,-0.109,3.003,50.245,0.201,3.432,50.194,-0.051,3.216,50.218,0.087,3.824,50.193,-0.429,1.853,50.693,0.632,5.463,50.168,-1.334,5.957,49.975,-1.267,2.205,50.323,0.919,2.228,50.214,0.848,1.152,50.647,0.911,2.176,50.464,0.951,5.877,50.093,-1.136,5.235,50.214,-1.08,4.714,50.213,-0.812,4.618,50.323,-0.965,2.41,50.549,0.838,3.038,50.492,0.533,2.747,50.435,0.287,2.963,50.391,0.188,3.175,50.362,0.074,4.52,50.202,-0.632,3.646,50.158,-0.217});
			return Coordinate_11_180_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #184, 268 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_10_184_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_184_coordIndex = new MFInt32(new int[] {0,1,2,-1,1,3,2,-1,5,6,3,-1,9,11,10,-1,12,13,8,-1,7,14,15,-1,14,16,15,-1,4,17,18,-1,10,19,3,-1,3,9,10,-1,20,21,7,-1,7,8,20,-1,22,3,1,-1,23,24,4,-1,9,26,25,-1,8,27,12,-1,28,29,8,-1,9,31,30,-1,2,32,33,-1,4,24,34,-1,12,35,13,-1,12,27,35,-1,3,22,36,-1,18,37,38,-1,18,39,40,-1,4,41,17,-1,4,2,41,-1,43,42,44,-1,42,43,9,-1,7,28,8,-1,42,28,7,-1,20,18,40,-1,18,20,8,-1,14,7,21,-1,45,9,43,-1,3,19,5,-1,46,15,16,-1,15,46,42,-1,8,4,18,-1,8,13,47,-1,17,48,49,-1,41,48,17,-1,9,25,42,-1,3,51,50,-1,42,25,28,-1,3,52,51,-1,3,48,41,-1,3,50,48,-1,3,6,52,-1,9,45,11,-1,7,15,42,-1,44,42,46,-1,41,2,3,-1,4,34,2,-1,47,4,8,-1,18,38,39,-1,18,49,37,-1,17,49,18,-1,9,53,31,-1,35,4,47,-1,35,23,4,-1,2,34,32,-1,2,33,0,-1,25,29,28,-1,30,26,9,-1,3,53,9,-1,3,36,53,-1});
			return IndexedFaceSet_10_184_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #184, 162 total numbers made up of 54 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_184_point()
		{
			MFVec3f Coordinate_11_184_point = new MFVec3f(new double[] {1.094,49.954,0.522,1.157,50.062,0.533,1.185,49.906,0.511,1.304,50.087,0.496,1.213,49.615,0.738,1.465,50.248,0.412,1.462,50.238,0.399,1.359,49.623,0.844,1.29,49.608,0.839,1.356,50.125,0.627,1.5,50.186,0.479,1.525,50.134,0.533,1.018,49.614,0.884,0.974,49.598,0.839,1.669,49.663,0.821,1.515,49.807,0.811,1.638,49.773,0.774,1.366,49.713,0.612,1.379,49.594,0.803,1.481,50.227,0.444,1.726,49.557,0.79,1.698,49.593,0.819,1.187,50.075,0.57,0.96,49.618,0.757,0.969,49.634,0.708,1.396,49.906,0.804,1.288,50.06,0.749,1.009,49.622,0.877,1.258,49.852,0.844,1.256,49.852,0.839,1.275,50.093,0.704,1.267,50.093,0.69,1.031,49.777,0.575,1.058,49.841,0.546,0.971,49.714,0.632,0.965,49.605,0.836,1.219,50.091,0.609,1.621,49.65,0.635,1.681,49.579,0.696,1.711,49.549,0.73,1.732,49.541,0.765,1.337,49.797,0.546,1.431,49.935,0.778,1.544,50.086,0.577,1.581,49.991,0.667,1.526,50.133,0.534,1.607,49.892,0.728,0.971,49.598,0.839,1.524,49.832,0.51,1.567,49.748,0.565,1.501,49.938,0.455,1.483,50.044,0.413,1.462,50.183,0.389,1.252,50.092,0.665});
			return Coordinate_11_184_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #188, 204 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_10_188_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_188_coordIndex = new MFInt32(new int[] {1,2,3,-1,0,1,3,-1,4,5,0,-1,3,7,6,-1,2,9,8,-1,10,11,12,-1,0,13,10,-1,0,14,13,-1,3,6,0,-1,15,0,16,-1,15,17,0,-1,0,21,20,-1,22,23,18,-1,0,25,24,-1,26,27,0,-1,17,28,0,-1,17,15,28,-1,0,20,30,-1,10,18,0,-1,32,0,33,-1,34,35,4,-1,10,13,11,-1,1,36,2,-1,36,9,2,-1,0,28,25,-1,32,34,0,-1,1,37,36,-1,34,32,33,-1,18,10,1,-1,39,18,31,-1,18,39,38,-1,38,40,41,-1,18,23,42,-1,0,27,14,-1,0,24,26,-1,18,29,22,-1,18,1,29,-1,21,38,41,-1,38,21,0,-1,40,38,39,-1,18,42,19,-1,18,38,0,-1,0,35,16,-1,5,35,0,-1,12,1,10,-1,12,37,1,-1,2,8,3,-1,1,30,29,-1,30,1,0,-1,31,18,19,-1,4,0,34,-1});
			return IndexedFaceSet_10_188_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #188, 129 total numbers made up of 43 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_188_point()
		{
			MFVec3f Coordinate_11_188_point = new MFVec3f(new double[] {1.098,48.944,1.373,0.848,48.629,1.506,0.458,48.912,1.25,0.445,48.95,1.243,0.677,49.229,1.151,0.671,49.231,1.149,0.468,48.95,1.235,0.449,48.95,1.245,0.46,48.919,1.25,0.459,48.905,1.255,0.667,48.81,1.494,0.55,48.465,1.716,0.597,48.424,1.642,0.503,48.639,1.683,0.509,48.896,1.546,0.611,49.111,1.327,0.642,49.189,1.221,0.627,49.072,1.357,0.91,48.629,1.585,1.805,48.635,1.589,1.635,48.896,1.339,1.654,48.922,1.371,1.725,48.54,1.48,1.806,48.529,1.571,0.521,48.913,1.525,0.528,48.938,1.504,0.52,48.908,1.53,0.51,48.9,1.541,0.531,48.944,1.5,1.652,48.647,1.384,1.625,48.859,1.327,1.766,48.752,1.543,0.574,49.16,1.142,0.569,49.157,1.147,0.629,49.217,1.127,0.659,49.224,1.149,0.427,48.668,1.388,0.485,48.479,1.507,1.101,48.946,1.387,1.71,48.878,1.466,1.672,48.931,1.402,1.672,48.931,1.401,1.821,48.555,1.589});
			return Coordinate_11_188_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #192, 736 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_10_192_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_192_coordIndex = new MFInt32(new int[] {9,10,11,-1,1,2,8,-1,4,37,36,-1,15,38,39,-1,15,40,38,-1,36,41,42,-1,36,43,41,-1,50,51,49,-1,23,52,33,-1,52,53,33,-1,2,7,8,-1,2,40,7,-1,17,25,18,-1,3,10,9,-1,58,17,59,-1,12,3,2,-1,12,10,3,-1,4,42,34,-1,11,16,9,-1,62,60,63,-1,62,61,60,-1,65,16,11,-1,11,15,65,-1,13,15,12,-1,10,12,11,-1,44,36,37,-1,19,21,61,-1,22,52,50,-1,26,15,13,-1,23,64,50,-1,24,64,23,-1,1,12,2,-1,3,9,35,-1,50,52,23,-1,25,17,26,-1,51,68,69,-1,49,63,60,-1,70,63,49,-1,29,24,72,-1,72,33,57,-1,72,24,33,-1,16,74,55,-1,65,74,16,-1,68,67,75,-1,51,50,71,-1,76,32,45,-1,75,32,76,-1,63,77,62,-1,77,63,78,-1,61,22,60,-1,79,61,62,-1,61,79,19,-1,77,4,80,-1,77,37,4,-1,13,12,14,-1,81,3,35,-1,40,3,81,-1,82,83,84,-1,82,85,83,-1,22,82,86,-1,21,82,22,-1,87,43,88,-1,84,43,87,-1,31,32,73,-1,32,31,45,-1,46,72,73,-1,28,72,46,-1,72,28,29,-1,47,48,29,-1,46,75,47,-1,89,90,45,-1,90,89,78,-1,74,19,79,-1,74,20,19,-1,41,34,42,-1,91,34,41,-1,30,45,31,-1,19,92,85,-1,19,20,92,-1,6,0,13,-1,14,6,13,-1,14,0,6,-1,26,0,25,-1,26,13,0,-1,8,7,1,-1,17,58,26,-1,67,47,75,-1,70,78,63,-1,90,78,70,-1,4,34,5,-1,37,89,44,-1,93,81,91,-1,93,38,81,-1,30,87,88,-1,56,87,30,-1,85,93,83,-1,93,85,92,-1,15,7,40,-1,7,15,26,-1,17,18,54,-1,59,0,1,-1,1,58,59,-1,26,58,1,-1,92,38,93,-1,92,39,38,-1,53,87,56,-1,53,86,87,-1,31,56,30,-1,57,56,31,-1,83,91,41,-1,93,91,83,-1,60,50,49,-1,50,60,22,-1,29,48,24,-1,47,28,46,-1,9,55,5,-1,55,9,16,-1,55,79,80,-1,55,74,79,-1,69,90,70,-1,90,69,76,-1,54,59,17,-1,1,0,27,-1,59,25,0,-1,59,54,25,-1,18,25,54,-1,20,39,92,-1,20,66,39,-1,86,52,22,-1,53,52,86,-1,45,88,44,-1,45,30,88,-1,91,35,34,-1,35,91,81,-1,65,20,74,-1,20,65,66,-1,64,48,67,-1,5,80,4,-1,5,55,80,-1,76,45,90,-1,29,28,47,-1,48,47,67,-1,73,32,46,-1,24,23,33,-1,73,57,31,-1,72,57,73,-1,88,36,44,-1,43,36,88,-1,86,84,87,-1,82,84,86,-1,21,85,82,-1,21,19,85,-1,84,41,43,-1,84,83,41,-1,36,42,4,-1,38,40,81,-1,66,15,39,-1,15,66,65,-1,80,62,77,-1,62,80,79,-1,78,37,77,-1,37,78,89,-1,69,75,76,-1,68,75,69,-1,67,71,64,-1,71,67,51,-1,45,44,89,-1,35,5,34,-1,5,35,9,-1,57,53,56,-1,57,33,53,-1,71,50,64,-1,24,48,64,-1,51,70,49,-1,69,70,51,-1,51,67,68,-1,75,46,32,-1,40,2,3,-1,26,1,7,-1,1,27,12,-1,15,11,12,-1,14,12,27,-1,0,14,27,-1,22,61,21,-1});
			return IndexedFaceSet_10_192_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #192, 282 total numbers made up of 94 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_192_point()
		{
			MFVec3f Coordinate_11_192_point = new MFVec3f(new double[] {1.137,52.183,-1.549,1.462,52.147,-1.87,1.778,51.872,-1.703,2.005,51.74,-1.594,2.748,50.623,-0.733,2.583,51.004,-1.058,1.282,52.196,-1.575,1.703,51.814,-1.586,1.727,51.871,-1.706,2.294,51.434,-1.329,1.949,51.884,-1.512,1.92,51.897,-1.465,1.698,52.155,-1.675,1.485,52.083,-1.523,1.455,52.288,-1.681,1.705,51.904,-1.396,2.169,51.547,-1.216,0.761,52.072,-1.449,0.557,52.08,-1.519,2.16,51.001,-0.695,2.061,51.235,-0.882,2.208,50.8,-0.518,2.15,50.601,-0.268,1.911,50.379,0.092,1.775,50.182,0.272,0.863,52.188,-1.537,1.405,51.965,-1.478,1.451,52.33,-1.742,1.736,49.687,0.622,1.648,50.056,0.393,2.496,49.858,0.078,2.33,49.796,0.188,2.291,49.623,0.454,1.966,50.237,0.081,2.61,50.955,-1.085,2.322,51.322,-1.363,2.879,50.288,-0.433,2.835,50.32,-0.42,2.074,51.337,-1.25,1.981,51.404,-1.146,1.811,51.734,-1.542,2.643,50.615,-0.768,2.78,50.578,-0.753,2.756,50.295,-0.456,2.837,49.963,-0.104,2.584,49.767,0.22,1.943,49.66,0.496,1.777,49.732,0.699,1.593,50.074,0.468,2.143,50.239,0.167,2.055,50.327,0.128,2.089,50.159,0.266,2.033,50.472,-0.07,2.115,50.284,-0.049,0.843,52.086,-1.614,2.409,51.19,-0.989,2.3,50.03,0.013,2.145,49.991,0.126,1.233,51.99,-1.608,1.132,52.162,-1.686,2.271,50.513,-0.21,2.268,50.762,-0.499,2.468,50.636,-0.437,2.473,50.329,-0.152,1.819,50.202,0.356,2.005,51.567,-1.133,1.9,51.492,-1.078,1.874,49.943,0.557,2.146,49.937,0.398,2.275,50.006,0.268,2.366,50.118,0.121,1.883,50.19,0.343,1.855,49.911,0.324,2.157,49.752,0.314,2.183,51.264,-0.924,2.17,49.765,0.496,2.373,49.877,0.3,2.64,50.485,-0.416,2.629,50.181,-0.113,2.359,50.934,-0.681,2.539,50.833,-0.691,2.196,51.323,-1.32,2.325,50.62,-0.535,2.436,50.713,-0.768,2.531,50.416,-0.502,2.285,50.853,-0.741,2.271,50.402,-0.269,2.466,50.191,-0.224,2.684,50.041,-0.164,2.734,50.071,-0.092,2.495,49.976,0.161,2.487,50.944,-1.076,2.173,51.127,-0.944,2.315,51.007,-1.024});
			return Coordinate_11_192_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #196, 552 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_10_196_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_196_coordIndex = new MFInt32(new int[] {6,7,1,-1,6,24,23,-1,19,38,39,-1,19,9,38,-1,6,23,40,-1,41,42,43,-1,41,36,42,-1,44,31,13,-1,44,45,31,-1,46,45,44,-1,46,26,45,-1,43,17,40,-1,43,42,17,-1,47,48,7,-1,47,18,48,-1,49,23,50,-1,49,2,23,-1,28,51,25,-1,28,33,51,-1,22,33,52,-1,22,51,33,-1,48,53,4,-1,1,0,53,-1,16,5,15,-1,0,1,7,-1,13,12,14,-1,47,6,40,-1,60,9,8,-1,61,35,62,-1,37,63,36,-1,37,39,63,-1,64,20,61,-1,31,12,13,-1,5,0,4,-1,7,6,47,-1,4,53,0,-1,65,50,24,-1,50,65,66,-1,65,48,18,-1,65,53,48,-1,2,3,67,-1,68,22,21,-1,68,51,22,-1,51,26,25,-1,51,68,26,-1,28,32,33,-1,27,32,28,-1,62,29,11,-1,29,62,30,-1,35,61,20,-1,62,11,61,-1,20,54,35,-1,69,36,63,-1,69,42,36,-1,50,69,49,-1,50,66,69,-1,3,2,49,-1,10,9,55,-1,9,70,55,-1,19,70,9,-1,55,64,10,-1,64,55,70,-1,60,38,9,-1,41,2,67,-1,43,2,41,-1,4,7,48,-1,17,47,40,-1,17,18,47,-1,19,60,8,-1,19,37,60,-1,20,8,59,-1,20,19,8,-1,10,54,20,-1,29,54,10,-1,29,34,35,-1,58,34,29,-1,57,52,56,-1,57,22,52,-1,44,21,46,-1,44,13,21,-1,26,57,25,-1,57,26,46,-1,28,58,27,-1,58,28,56,-1,59,9,10,-1,59,8,9,-1,29,27,58,-1,29,30,27,-1,56,25,57,-1,56,28,25,-1,46,22,57,-1,46,21,22,-1,56,34,58,-1,56,52,34,-1,29,35,54,-1,20,59,10,-1,37,41,60,-1,37,36,41,-1,43,23,2,-1,40,23,43,-1,67,60,41,-1,67,38,60,-1,24,6,1,-1,61,10,64,-1,39,3,63,-1,39,38,3,-1,17,69,66,-1,69,17,42,-1,63,49,69,-1,63,3,49,-1,34,33,32,-1,34,52,33,-1,10,61,11,-1,10,11,29,-1,30,32,27,-1,30,62,32,-1,68,45,26,-1,68,31,45,-1,13,14,31,-1,21,31,68,-1,13,31,21,-1,38,67,3,-1,24,50,23,-1,53,24,1,-1,53,65,24,-1,18,66,65,-1,66,18,17,-1,15,5,16,-1,15,0,5,-1,4,15,5,-1,4,0,15,-1,7,4,0,-1,12,31,14,-1,70,20,64,-1,70,19,20,-1,37,19,39,-1,32,35,34,-1,35,32,62,-1});
			return IndexedFaceSet_10_196_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #196, 213 total numbers made up of 71 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_196_point()
		{
			MFVec3f Coordinate_11_196_point = new MFVec3f(new double[] {1.244,51.588,-2.173,1.607,51.598,-2.422,2.84,50.727,-2.389,3.218,50.416,-2.046,1.307,51.492,-2.042,1.122,51.597,-2.03,2.007,51.319,-2.55,1.708,51.368,-2.391,3.683,49.772,-1.493,3.762,49.776,-1.555,4.018,49.335,-0.967,3.983,49.19,-0.563,1.84,48.69,1.399,2.248,48.851,1.151,1.86,48.73,1.433,0.752,51.4,-1.64,0.695,51.406,-1.629,2.443,51.075,-2.139,2.099,51.306,-2.178,3.458,49.925,-1.315,3.543,49.596,-0.877,2.748,48.925,0.854,3.107,48.943,0.608,2.45,51.058,-2.543,2.029,51.399,-2.509,3.491,48.643,0.641,3.119,48.613,0.894,3.983,48.811,-0.035,3.806,48.707,0.334,3.967,49.087,-0.512,4.02,49.016,-0.433,2.419,48.708,1.262,3.807,48.991,-0.026,3.61,48.886,0.317,3.482,49.166,-0.051,3.631,49.308,-0.409,3.001,50.459,-1.757,3.264,50.212,-1.584,3.498,50.117,-1.85,3.348,50.226,-1.634,2.451,51.001,-2.328,3.139,50.365,-1.96,2.714,50.81,-2.0,2.779,50.716,-2.166,2.36,48.779,1.107,2.537,48.654,1.209,2.893,48.737,0.839,2.045,51.247,-2.356,1.79,51.438,-2.154,2.858,50.857,-2.259,2.49,51.187,-2.423,3.348,48.834,0.656,3.368,49.021,0.297,1.648,51.634,-2.298,3.515,49.437,-0.587,3.829,49.74,-1.356,3.582,48.824,0.299,3.25,48.774,0.603,3.761,48.93,-0.064,3.927,49.42,-1.029,3.404,50.079,-1.745,3.787,49.381,-0.652,3.899,49.116,-0.311,3.205,50.482,-1.947,3.768,49.617,-1.031,2.065,51.479,-2.309,2.495,51.19,-2.259,3.23,50.35,-2.146,2.998,48.799,0.914,2.802,50.9,-2.098,3.679,49.79,-1.235});
			return Coordinate_11_196_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #200, 856 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_10_200_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_200_coordIndex = new MFInt32(new int[] {10,11,9,-1,11,14,2,-1,7,21,20,-1,22,23,24,-1,24,25,22,-1,26,27,28,-1,28,29,26,-1,30,31,32,-1,23,33,34,-1,7,35,36,-1,37,7,36,-1,9,8,14,-1,1,2,8,-1,3,18,39,-1,2,14,8,-1,43,44,42,-1,45,46,6,-1,47,48,32,-1,47,49,48,-1,50,41,51,-1,50,19,41,-1,54,55,56,-1,55,57,56,-1,52,53,58,-1,53,59,58,-1,60,53,57,-1,61,62,9,-1,1,8,0,-1,1,0,11,-1,2,3,12,-1,0,8,9,-1,14,13,9,-1,14,11,13,-1,63,13,64,-1,63,9,13,-1,40,62,65,-1,61,42,44,-1,66,64,67,-1,66,63,64,-1,60,55,67,-1,60,57,55,-1,66,68,43,-1,66,55,68,-1,60,65,53,-1,69,70,68,-1,69,58,70,-1,56,53,52,-1,56,57,53,-1,71,72,5,-1,4,41,19,-1,51,72,73,-1,51,41,72,-1,76,54,47,-1,54,49,47,-1,77,47,32,-1,77,58,69,-1,77,78,58,-1,44,43,68,-1,68,70,44,-1,12,15,11,-1,28,35,20,-1,81,46,45,-1,81,82,46,-1,83,46,82,-1,24,28,27,-1,84,7,37,-1,85,73,72,-1,30,23,31,-1,86,22,25,-1,71,87,88,-1,16,12,3,-1,17,3,12,-1,15,1,11,-1,80,31,79,-1,80,32,31,-1,78,89,58,-1,1,3,2,-1,65,60,40,-1,9,64,13,-1,40,64,9,-1,80,89,78,-1,58,59,70,-1,71,88,90,-1,16,3,15,-1,39,3,16,-1,3,17,12,-1,5,87,71,-1,83,92,93,-1,92,94,91,-1,82,94,92,-1,86,25,95,-1,96,92,97,-1,96,93,92,-1,98,28,24,-1,23,34,24,-1,99,72,75,-1,99,85,72,-1,74,100,101,-1,100,74,81,-1,84,38,102,-1,84,37,38,-1,103,34,104,-1,103,24,34,-1,101,102,103,-1,101,100,102,-1,25,26,95,-1,91,97,92,-1,95,97,91,-1,81,45,105,-1,16,3,39,-1,3,39,18,-1,7,20,35,-1,11,10,9,-1,2,12,11,-1,6,84,106,-1,7,84,6,-1,7,96,21,-1,32,78,77,-1,78,32,80,-1,69,47,77,-1,47,69,76,-1,102,106,84,-1,102,100,106,-1,107,30,108,-1,30,107,33,-1,54,50,49,-1,50,54,56,-1,51,108,48,-1,73,108,51,-1,104,85,99,-1,85,104,107,-1,74,90,94,-1,75,90,74,-1,41,5,72,-1,4,5,41,-1,95,88,86,-1,95,91,88,-1,5,22,87,-1,5,79,22,-1,4,89,80,-1,19,89,4,-1,68,76,69,-1,68,55,76,-1,59,44,70,-1,67,55,66,-1,66,42,63,-1,43,42,66,-1,65,61,44,-1,65,62,61,-1,9,63,42,-1,11,0,9,-1,13,11,9,-1,40,9,62,-1,61,9,42,-1,53,44,59,-1,53,65,44,-1,55,54,76,-1,58,19,52,-1,19,58,89,-1,79,4,80,-1,4,79,5,-1,87,86,88,-1,22,86,87,-1,56,19,50,-1,56,52,19,-1,75,72,90,-1,73,107,108,-1,73,85,107,-1,48,50,51,-1,48,49,50,-1,32,108,30,-1,32,48,108,-1,33,104,34,-1,33,107,104,-1,30,33,23,-1,97,21,96,-1,21,97,29,-1,6,96,7,-1,93,96,6,-1,105,6,106,-1,83,6,46,-1,71,90,72,-1,94,81,74,-1,94,82,81,-1,99,103,104,-1,99,101,103,-1,95,29,97,-1,26,29,95,-1,45,6,105,-1,102,24,103,-1,102,38,24,-1,38,37,36,-1,98,36,35,-1,98,38,36,-1,24,38,98,-1,81,106,100,-1,106,81,105,-1,75,101,99,-1,101,75,74,-1,35,28,98,-1,28,21,29,-1,21,28,20,-1,24,26,25,-1,26,24,27,-1,23,79,31,-1,22,79,23,-1,83,82,92,-1,93,6,83,-1,15,3,1,-1,15,12,16,-1,91,90,88,-1,90,91,94,-1,64,60,67,-1,60,64,40,-1});
			return IndexedFaceSet_10_200_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #200, 327 total numbers made up of 109 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_200_point()
		{
			MFVec3f Coordinate_11_200_point = new MFVec3f(new double[] {1.539,50.505,-2.596,1.219,50.605,-2.476,1.271,50.733,-2.562,0.918,50.71,-2.249,4.244,48.252,-0.282,3.941,48.118,0.148,2.054,47.624,1.909,2.078,47.328,1.994,1.301,50.639,-2.58,1.959,50.517,-2.649,1.619,50.712,-2.453,1.514,50.775,-2.44,1.362,50.816,-2.411,1.994,50.675,-2.602,1.35,50.775,-2.612,1.147,50.696,-2.274,0.942,50.824,-2.129,0.946,50.76,-2.247,0.677,50.707,-2.038,4.382,48.456,-0.71,2.425,47.237,1.793,2.377,47.345,1.734,3.845,47.851,0.392,3.914,47.788,0.444,3.318,47.599,1.049,3.449,47.715,0.849,3.203,47.589,1.089,3.217,47.514,1.121,2.879,47.392,1.419,2.84,47.495,1.382,4.128,47.917,0.217,4.132,47.82,0.174,4.458,48.04,-0.253,3.918,47.846,0.463,3.505,47.705,0.896,2.431,47.26,1.796,2.455,47.407,1.794,2.457,47.515,1.775,2.906,47.6,1.429,0.688,50.737,-2.039,2.274,50.5,-2.491,4.211,48.321,-0.22,2.317,50.296,-2.789,2.954,49.87,-2.697,2.929,49.909,-2.531,2.307,47.945,1.594,2.22,47.976,1.559,4.665,48.299,-0.801,4.402,48.203,-0.177,4.608,48.364,-0.743,4.512,48.453,-0.679,4.297,48.31,-0.149,4.292,48.75,-1.231,3.661,49.407,-1.929,4.474,48.676,-1.332,3.83,49.34,-2.064,4.411,48.74,-1.249,3.7,49.422,-1.909,4.384,48.58,-1.392,3.635,49.31,-2.075,2.998,50.061,-2.294,2.32,50.284,-2.667,2.364,50.337,-2.485,2.339,50.395,-2.741,2.405,50.453,-2.619,2.942,49.992,-2.308,3.023,49.946,-2.591,3.035,50.007,-2.47,3.777,49.23,-2.252,4.488,48.528,-1.475,3.715,49.276,-2.162,3.757,48.174,0.348,3.775,48.177,0.367,3.999,48.201,0.231,3.126,48.053,1.052,3.372,48.09,0.818,4.503,48.6,-1.389,4.661,48.233,-0.872,4.549,48.273,-0.861,4.037,47.932,0.129,4.353,48.071,-0.313,2.767,48.003,1.313,2.657,48.032,1.246,2.241,47.828,1.562,2.45,47.613,1.755,3.825,48.092,0.493,3.44,47.773,0.834,3.768,48.021,0.365,3.348,47.98,0.79,4.466,48.316,-0.839,3.269,48.104,0.796,3.078,47.944,1.0,2.691,47.878,1.272,2.25,47.771,1.573,3.005,48.072,0.993,3.164,47.72,1.056,2.324,47.501,1.666,2.783,47.639,1.336,2.899,47.502,1.428,3.471,47.991,0.859,2.849,47.893,1.374,3.217,47.951,1.093,2.902,47.746,1.415,3.27,47.828,1.127,3.532,47.903,0.884,2.363,47.885,1.635,2.418,47.785,1.688,3.884,48.0,0.499,4.095,48.075,0.25});
			return Coordinate_11_200_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #204, 544 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_10_204_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_204_coordIndex = new MFInt32(new int[] {1,3,2,-1,4,6,5,-1,10,7,11,-1,12,1,13,-1,12,5,1,-1,10,14,15,-1,5,17,3,-1,5,18,17,-1,7,23,9,-1,24,9,7,-1,28,26,29,-1,28,25,26,-1,30,31,32,-1,30,33,31,-1,34,35,36,-1,35,27,36,-1,38,39,37,-1,40,38,37,-1,40,41,38,-1,42,18,43,-1,43,44,42,-1,45,46,14,-1,46,47,14,-1,47,16,15,-1,15,14,47,-1,15,48,46,-1,10,14,8,-1,8,7,9,-1,7,8,14,-1,8,7,10,-1,15,46,45,-1,42,51,18,-1,51,17,18,-1,34,36,13,-1,38,31,39,-1,31,52,39,-1,29,27,35,-1,29,26,27,-1,7,9,23,-1,2,39,53,-1,2,37,39,-1,4,49,6,-1,46,48,50,-1,37,3,17,-1,37,2,3,-1,47,46,44,-1,7,8,24,-1,14,10,11,-1,6,49,16,-1,46,50,44,-1,47,44,43,-1,51,13,40,-1,13,51,58,-1,50,49,4,-1,48,49,50,-1,12,13,58,-1,55,56,52,-1,41,13,36,-1,44,12,42,-1,50,12,44,-1,11,7,14,-1,19,21,0,-1,21,19,59,-1,21,61,62,-1,61,21,22,-1,63,59,60,-1,22,59,63,-1,19,20,64,-1,65,62,61,-1,65,0,62,-1,25,22,66,-1,67,63,64,-1,68,63,67,-1,54,65,69,-1,54,20,65,-1,69,55,54,-1,55,69,57,-1,25,66,26,-1,33,68,67,-1,30,68,33,-1,52,33,55,-1,31,33,52,-1,29,56,57,-1,56,29,35,-1,41,27,32,-1,34,2,53,-1,2,34,13,-1,42,58,51,-1,12,4,5,-1,4,12,50,-1,48,15,49,-1,14,15,45,-1,9,24,8,-1,14,10,15,-1,13,1,2,-1,13,41,40,-1,38,32,31,-1,41,32,38,-1,34,56,35,-1,53,56,34,-1,27,30,32,-1,27,26,30,-1,56,55,57,-1,30,66,68,-1,26,66,30,-1,28,57,69,-1,57,28,29,-1,67,55,33,-1,67,54,55,-1,61,69,65,-1,69,61,28,-1,54,64,20,-1,67,64,54,-1,22,68,66,-1,22,63,68,-1,22,28,61,-1,25,28,22,-1,65,19,0,-1,20,19,65,-1,60,64,63,-1,60,19,64,-1,59,22,21,-1,59,19,60,-1,62,0,21,-1,18,6,43,-1,36,27,41,-1,52,53,39,-1,56,53,52,-1,5,6,18,-1,40,17,51,-1,40,37,17,-1,43,16,47,-1,16,43,6,-1,58,42,12,-1,16,49,15,-1,1,5,3,-1});
			return IndexedFaceSet_10_204_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #204, 210 total numbers made up of 70 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_204_point()
		{
			MFVec3f Coordinate_11_204_point = new MFVec3f(new double[] {2.388,46.024,2.263,4.746,47.852,-1.35,4.834,47.569,-0.812,4.777,47.836,-1.382,4.119,48.538,-2.359,4.569,48.142,-1.919,4.131,48.523,-2.399,1.803,49.94,-3.056,1.576,49.947,-2.991,0.841,49.995,-2.547,2.018,49.831,-3.121,2.059,49.893,-3.092,4.534,48.284,-1.675,4.684,47.829,-0.795,2.1,49.919,-3.1,2.392,49.679,-3.118,3.497,48.972,-2.858,4.819,47.867,-1.373,4.626,48.156,-1.916,2.596,45.958,2.254,3.215,46.085,1.842,2.474,46.473,2.087,2.995,46.705,1.79,1.25,49.989,-2.966,0.764,49.919,-2.508,3.294,46.927,1.454,3.774,47.134,1.039,4.251,47.382,0.479,3.331,46.79,1.426,3.774,47.049,0.955,3.907,46.955,1.086,4.456,47.147,0.442,4.38,47.268,0.485,3.992,46.81,1.085,4.507,47.486,-0.169,4.229,47.292,0.352,4.562,47.564,-0.025,4.903,47.604,-0.802,4.765,47.408,-0.113,4.736,47.325,-0.224,4.864,47.733,-0.687,4.621,47.531,-0.043,4.603,48.287,-1.712,4.213,48.603,-2.382,4.181,48.701,-2.215,2.597,49.785,-2.973,3.508,49.174,-2.587,3.567,49.152,-2.78,3.482,49.108,-2.564,3.5,48.998,-2.726,4.121,48.684,-2.164,4.823,47.984,-1.254,4.481,47.07,0.311,4.701,47.339,-0.227,3.556,46.3,1.523,4.025,46.664,0.997,4.448,47.091,0.306,3.914,46.803,0.934,4.688,47.921,-0.961,2.578,46.398,2.16,2.679,46.213,2.207,3.016,46.581,1.723,2.531,46.311,2.054,3.136,46.483,1.848,3.216,46.22,1.878,3.112,46.266,1.763,3.373,46.847,1.54,3.55,46.449,1.546,3.444,46.665,1.575,3.446,46.49,1.435});
			return Coordinate_11_204_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #208, 664 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_10_208_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_208_coordIndex = new MFInt32(new int[] {0,2,1,-1,9,10,11,-1,6,16,14,-1,15,18,17,-1,19,20,17,-1,21,17,22,-1,21,19,17,-1,24,25,23,-1,14,15,29,-1,3,31,30,-1,33,4,3,-1,35,36,34,-1,37,7,38,-1,7,8,38,-1,13,12,40,-1,41,42,43,-1,43,44,41,-1,45,43,46,-1,43,2,46,-1,10,47,11,-1,10,9,48,-1,9,49,48,-1,17,47,22,-1,17,18,47,-1,50,51,52,-1,52,53,50,-1,55,56,57,-1,56,58,57,-1,32,59,60,-1,60,27,28,-1,3,28,32,-1,4,3,28,-1,31,3,30,-1,33,3,61,-1,61,30,33,-1,28,54,32,-1,54,62,32,-1,64,15,17,-1,48,65,66,-1,48,49,65,-1,66,65,15,-1,65,29,15,-1,9,34,67,-1,67,49,9,-1,69,45,70,-1,45,46,70,-1,71,43,45,-1,71,44,43,-1,2,42,72,-1,2,43,42,-1,13,73,12,-1,4,33,3,-1,3,32,28,-1,5,46,2,-1,59,55,57,-1,59,62,55,-1,74,75,76,-1,74,77,75,-1,6,78,5,-1,39,1,79,-1,1,72,79,-1,13,35,73,-1,39,79,7,-1,68,35,34,-1,24,74,76,-1,23,74,24,-1,56,63,58,-1,51,48,66,-1,48,51,50,-1,75,58,80,-1,77,58,75,-1,57,77,81,-1,58,77,57,-1,23,27,74,-1,23,26,27,-1,27,54,28,-1,46,78,70,-1,5,78,46,-1,21,80,63,-1,28,32,60,-1,82,8,7,-1,83,8,82,-1,84,37,12,-1,41,38,83,-1,40,38,41,-1,82,72,42,-1,82,79,72,-1,1,84,12,-1,1,39,84,-1,73,5,0,-1,5,73,35,-1,71,13,44,-1,36,13,71,-1,67,36,71,-1,67,34,36,-1,69,29,65,-1,69,70,29,-1,68,16,6,-1,16,68,11,-1,67,65,49,-1,67,69,65,-1,15,14,18,-1,52,64,20,-1,52,51,64,-1,80,53,75,-1,21,53,80,-1,20,25,24,-1,60,81,27,-1,32,62,59,-1,61,3,30,-1,3,33,30,-1,3,4,28,-1,23,62,54,-1,62,23,55,-1,81,60,57,-1,19,63,25,-1,19,21,63,-1,75,52,76,-1,53,52,75,-1,53,22,50,-1,53,21,22,-1,22,47,10,-1,11,18,16,-1,18,11,47,-1,69,71,45,-1,71,69,67,-1,35,6,5,-1,6,35,68,-1,35,13,36,-1,12,0,1,-1,0,12,73,-1,40,44,13,-1,40,41,44,-1,83,42,41,-1,83,82,42,-1,38,12,37,-1,12,38,40,-1,39,7,84,-1,7,79,82,-1,38,8,83,-1,84,7,37,-1,20,76,52,-1,24,76,20,-1,59,57,60,-1,72,1,2,-1,29,78,14,-1,78,29,70,-1,26,54,27,-1,26,23,54,-1,74,81,77,-1,74,27,81,-1,23,56,55,-1,58,63,80,-1,50,10,48,-1,10,50,22,-1,56,25,63,-1,56,23,25,-1,17,20,64,-1,51,15,64,-1,66,15,51,-1,25,20,19,-1,16,18,14,-1,14,78,6,-1,34,11,68,-1,34,9,11,-1,5,2,0,-1});
			return IndexedFaceSet_10_208_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #208, 255 total numbers made up of 85 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_208_point()
		{
			MFVec3f Coordinate_11_208_point = new MFVec3f(new double[] {3.983,45.882,1.044,3.481,45.431,1.672,4.042,45.854,1.06,1.251,49.437,-3.108,1.228,49.374,-3.12,4.675,46.44,0.132,5.006,47.02,-0.893,2.447,45.023,2.481,2.454,45.038,2.5,4.964,47.537,-1.39,4.845,47.783,-1.843,4.898,47.533,-1.398,3.375,45.842,1.719,3.938,46.283,1.147,4.985,47.355,-1.685,4.795,47.611,-2.159,4.895,47.423,-1.573,4.453,47.908,-2.505,4.734,47.659,-2.001,4.011,48.195,-2.817,3.999,48.175,-2.898,4.149,48.322,-2.571,4.533,48.04,-2.245,2.748,48.837,-3.308,3.421,48.46,-3.224,3.462,48.49,-3.062,2.294,49.021,-3.442,2.156,49.118,-3.442,1.499,49.326,-3.237,5.007,47.344,-1.705,0.617,49.124,-2.529,0.961,49.251,-2.897,1.561,49.407,-3.164,1.141,49.317,-3.029,4.949,47.235,-0.629,4.541,46.773,0.31,4.572,46.79,0.328,2.658,45.456,2.308,2.781,45.423,2.322,2.866,45.036,2.212,3.371,45.858,1.759,3.512,45.696,1.748,3.574,45.506,1.706,4.107,45.967,1.138,4.028,46.126,1.16,4.761,46.526,0.246,4.712,46.425,0.131,4.694,47.735,-1.854,4.909,47.744,-2.013,5.081,47.486,-1.501,4.604,48.017,-2.432,4.567,47.943,-2.573,4.109,48.227,-2.913,4.177,48.301,-2.771,2.087,49.108,-3.314,2.601,49.029,-3.154,2.985,48.914,-3.075,2.611,49.177,-3.22,2.995,48.968,-3.116,2.196,49.31,-3.231,1.836,49.378,-3.299,0.787,49.265,-2.648,2.188,49.18,-3.184,3.581,48.616,-2.843,4.461,47.887,-2.581,5.111,47.41,-1.615,4.904,47.672,-2.157,5.109,47.147,-0.682,4.89,47.227,-0.649,5.157,47.046,-0.777,5.054,46.99,-0.921,4.706,46.648,0.31,3.5,45.407,1.676,3.808,46.186,1.127,2.894,48.884,-3.367,3.591,48.636,-3.054,3.519,48.559,-3.177,2.965,48.972,-3.28,5.033,47.001,-0.911,2.885,45.002,2.212,3.615,48.663,-2.861,2.534,49.15,-3.355,2.944,45.092,2.264,2.858,45.275,2.319,2.716,45.338,2.235});
			return Coordinate_11_208_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #212, 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_10_212_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_212_coordIndex = new MFInt32(new int[] {3,4,5,-1,8,9,10,-1,8,11,9,-1,16,17,18,-1,22,14,15,-1,30,31,32,-1,30,33,31,-1,34,35,10,-1,16,18,4,-1,37,20,7,-1,37,7,1,-1,1,12,37,-1,2,38,29,-1,41,40,39,-1,42,29,38,-1,43,36,6,-1,44,45,46,-1,46,47,44,-1,21,35,17,-1,21,10,35,-1,15,48,22,-1,23,49,50,-1,50,26,23,-1,51,52,14,-1,51,53,52,-1,24,49,23,-1,24,54,49,-1,55,53,56,-1,53,51,56,-1,55,57,53,-1,55,58,57,-1,59,58,55,-1,55,60,59,-1,61,62,63,-1,61,64,62,-1,19,66,65,-1,68,32,67,-1,19,69,20,-1,19,70,69,-1,40,1,2,-1,0,12,72,-1,0,13,12,-1,12,29,37,-1,73,70,74,-1,73,69,70,-1,70,19,65,-1,65,75,70,-1,63,75,65,-1,63,62,75,-1,76,27,58,-1,54,22,49,-1,54,51,22,-1,49,22,50,-1,22,48,50,-1,45,44,50,-1,50,48,45,-1,26,44,25,-1,26,50,44,-1,77,43,6,-1,78,79,3,-1,24,58,27,-1,13,0,2,-1,43,80,36,-1,48,21,45,-1,48,15,21,-1,5,6,3,-1,80,78,36,-1,80,47,78,-1,32,28,67,-1,32,31,28,-1,73,2,1,-1,24,57,58,-1,51,82,56,-1,1,7,71,-1,13,2,12,-1,1,39,40,-1,1,41,39,-1,41,1,40,-1,56,82,61,-1,14,22,51,-1,42,38,73,-1,58,59,76,-1,67,28,29,-1,84,5,85,-1,36,3,6,-1,36,78,3,-1,45,17,46,-1,45,21,17,-1,47,79,78,-1,47,46,79,-1,35,18,17,-1,18,35,85,-1,43,81,80,-1,77,81,43,-1,5,77,6,-1,84,77,5,-1,9,80,81,-1,9,25,80,-1,26,9,11,-1,26,25,9,-1,8,21,15,-1,21,8,10,-1,86,8,52,-1,8,86,11,-1,57,52,53,-1,57,86,52,-1,87,51,54,-1,87,82,51,-1,64,61,82,-1,87,76,88,-1,76,87,27,-1,89,76,83,-1,88,76,89,-1,61,90,60,-1,61,63,90,-1,83,76,30,-1,62,91,75,-1,62,89,91,-1,33,90,31,-1,74,75,91,-1,74,70,75,-1,74,42,73,-1,42,74,67,-1,28,37,29,-1,73,71,69,-1,40,0,72,-1,40,2,0,-1,72,1,40,-1,12,1,72,-1,73,1,71,-1,69,7,20,-1,71,7,69,-1,37,28,66,-1,29,42,67,-1,37,19,20,-1,37,66,19,-1,68,74,91,-1,67,74,68,-1,31,66,28,-1,66,31,65,-1,30,68,83,-1,30,32,68,-1,65,90,63,-1,90,65,31,-1,83,91,89,-1,83,68,91,-1,60,33,59,-1,60,90,33,-1,64,89,62,-1,64,88,89,-1,60,56,61,-1,60,55,56,-1,88,82,87,-1,88,64,82,-1,27,54,24,-1,27,87,54,-1,86,24,23,-1,57,24,86,-1,52,15,14,-1,52,8,15,-1,11,23,26,-1,86,23,11,-1,34,9,81,-1,10,9,34,-1,47,25,44,-1,25,47,80,-1,29,12,2,-1,79,4,3,-1,79,16,4,-1,81,84,34,-1,84,81,77,-1,16,46,17,-1,79,46,16,-1,34,85,35,-1,84,85,34,-1,85,4,18,-1,85,5,4,-1,30,59,33,-1,76,59,30,-1,73,38,2,-1});
			return IndexedFaceSet_10_212_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #212, 276 total numbers made up of 92 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_212_point()
		{
			MFVec3f Coordinate_11_212_point = new MFVec3f(new double[] {0.683,48.322,-2.666,1.165,48.468,-3.249,1.081,48.302,-3.198,2.786,44.151,2.461,2.827,44.216,2.379,2.88,44.164,2.292,2.98,43.887,2.22,1.871,48.71,-3.59,4.657,45.64,0.27,4.343,44.938,1.013,4.271,45.142,1.06,4.701,45.456,0.185,1.272,48.34,-3.252,0.774,48.274,-2.783,4.995,46.277,-0.386,4.718,45.843,0.408,3.276,44.563,2.198,3.657,44.834,1.915,3.269,44.566,2.172,2.732,48.528,-3.643,2.291,48.655,-3.66,4.276,45.347,1.18,5.039,46.242,-0.396,5.098,45.872,-0.615,5.114,46.393,-1.506,4.453,44.863,1.067,4.833,45.379,0.217,4.838,46.869,-2.265,2.628,48.319,-3.599,2.069,48.348,-3.661,3.999,47.606,-3.196,3.219,48.067,-3.419,3.228,47.979,-3.581,3.935,47.636,-3.093,3.684,44.565,1.77,3.673,44.722,1.83,3.437,44.147,2.075,2.15,48.522,-3.551,1.914,48.335,-3.726,0.896,48.534,-2.975,0.989,48.33,-3.103,1.16,48.496,-3.235,2.028,48.354,-3.761,3.462,44.064,1.986,4.401,45.08,1.199,4.342,45.209,1.185,3.705,44.683,1.961,3.766,44.535,1.888,4.778,45.726,0.373,5.144,46.015,-0.521,4.838,45.592,0.329,5.091,46.719,-1.283,4.911,46.1,-0.525,4.932,46.615,-1.356,5.193,46.515,-1.429,4.805,47.022,-2.033,4.95,47.113,-1.981,4.961,46.452,-1.462,4.788,46.893,-2.21,4.465,47.283,-2.641,4.521,47.383,-2.581,4.615,47.495,-2.579,4.187,47.799,-3.133,4.121,47.83,-3.015,4.682,47.436,-2.67,3.311,48.235,-3.447,2.704,48.466,-3.546,2.574,48.179,-3.814,3.238,47.94,-3.69,2.204,48.585,-3.747,2.71,48.471,-3.742,1.822,48.631,-3.702,1.105,48.4,-3.039,1.907,48.43,-3.747,2.639,48.307,-3.822,3.34,48.241,-3.517,4.515,47.252,-2.815,3.419,44.167,1.919,3.403,44.256,2.164,3.342,44.418,2.228,3.821,44.366,1.799,3.737,44.378,1.733,4.992,47.094,-2.01,4.043,47.563,-3.292,3.346,44.329,1.968,3.289,44.472,2.044,4.941,45.941,-0.614,4.956,46.92,-2.203,4.606,47.324,-2.864,4.14,47.635,-3.267,3.996,47.736,-3.022,3.329,48.038,-3.656});
			return Coordinate_11_212_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #216, 504 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_10_216_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_216_coordIndex = new MFInt32(new int[] {3,0,2,-1,1,0,3,-1,6,7,8,-1,9,10,8,-1,8,7,9,-1,11,12,13,-1,18,19,17,-1,13,23,11,-1,21,25,24,-1,13,27,24,-1,24,23,13,-1,29,5,30,-1,5,31,30,-1,33,30,34,-1,30,35,34,-1,39,38,40,-1,39,41,38,-1,42,36,43,-1,44,45,8,-1,6,41,46,-1,7,46,9,-1,47,18,48,-1,47,46,18,-1,11,23,49,-1,23,50,49,-1,52,49,51,-1,2,1,3,-1,20,0,4,-1,4,1,0,-1,0,1,4,-1,50,51,49,-1,27,53,54,-1,47,48,53,-1,7,6,46,-1,43,45,44,-1,44,42,43,-1,19,36,42,-1,40,36,39,-1,40,55,36,-1,41,6,38,-1,56,38,45,-1,36,37,43,-1,37,56,43,-1,15,14,57,-1,14,58,57,-1,32,29,33,-1,29,30,33,-1,29,58,5,-1,17,48,18,-1,12,27,13,-1,28,31,5,-1,41,18,46,-1,41,39,18,-1,0,20,4,-1,1,26,0,-1,1,2,26,-1,17,19,42,-1,9,12,10,-1,38,6,45,-1,37,36,55,-1,59,29,32,-1,26,2,0,-1,23,51,50,-1,23,24,51,-1,51,4,21,-1,48,16,53,-1,48,17,16,-1,14,31,28,-1,35,31,14,-1,14,5,58,-1,14,28,5,-1,58,59,57,-1,58,29,59,-1,32,56,37,-1,32,33,56,-1,34,38,56,-1,34,15,38,-1,38,57,40,-1,38,15,57,-1,56,45,43,-1,36,18,39,-1,42,61,17,-1,42,44,61,-1,12,47,53,-1,12,9,47,-1,62,61,10,-1,63,61,62,-1,62,49,63,-1,52,22,16,-1,53,27,12,-1,60,54,22,-1,54,60,64,-1,4,24,25,-1,24,4,51,-1,64,21,24,-1,4,21,20,-1,21,64,60,-1,24,54,64,-1,24,27,54,-1,51,22,52,-1,51,60,22,-1,22,53,16,-1,53,22,54,-1,16,49,52,-1,63,49,16,-1,62,11,49,-1,12,11,62,-1,10,12,62,-1,63,17,61,-1,16,17,63,-1,9,46,47,-1,44,10,61,-1,44,8,10,-1,55,57,59,-1,57,55,40,-1,33,34,56,-1,15,35,14,-1,34,35,15,-1,30,31,35,-1,25,21,4,-1,4,20,21,-1,60,51,21,-1,55,32,37,-1,55,59,32,-1,36,19,18,-1,8,45,6,-1});
			return IndexedFaceSet_10_216_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #216, 195 total numbers made up of 65 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_216_point()
		{
			MFVec3f Coordinate_11_216_point = new MFVec3f(new double[] {1.336,47.578,-3.46,1.163,47.61,-3.384,0.638,47.479,-2.808,1.167,47.514,-3.377,2.236,47.442,-3.926,3.349,43.478,2.383,5.229,45.092,-0.836,5.175,45.611,-1.826,5.19,45.612,-1.83,4.869,46.092,-2.528,4.947,46.079,-2.586,3.729,46.983,-3.745,4.34,46.541,-3.278,3.69,46.955,-3.693,4.045,43.58,1.691,4.798,44.255,0.589,4.512,46.885,-2.974,4.976,46.425,-2.268,5.15,45.9,-1.473,5.273,45.955,-1.446,2.047,47.576,-3.631,2.534,47.515,-3.675,3.768,47.315,-3.414,2.939,47.12,-4.023,2.717,47.212,-3.899,2.279,47.287,-3.974,1.012,47.694,-3.203,3.669,46.984,-3.627,3.569,43.249,2.093,3.813,43.956,1.968,4.015,43.817,1.947,3.574,43.397,2.327,4.633,44.661,0.997,4.815,44.531,0.877,4.86,44.413,0.766,4.088,43.703,1.843,5.096,45.522,-0.611,4.933,45.139,0.143,5.044,44.67,-0.123,4.954,45.348,-0.689,4.894,44.96,0.025,5.057,45.156,-0.79,5.297,45.905,-1.52,5.276,45.33,-0.714,5.27,45.73,-1.716,5.252,45.211,-0.775,5.15,45.65,-1.771,4.791,46.105,-2.47,4.778,46.297,-2.321,3.775,47.107,-3.683,3.0,47.312,-3.963,2.792,47.485,-3.877,3.821,47.231,-3.621,4.295,46.688,-3.053,3.655,47.125,-3.439,4.737,45.021,0.209,5.087,44.908,0.079,4.665,44.497,0.785,3.893,43.804,1.8,4.465,44.581,1.014,2.862,47.497,-3.646,5.043,46.255,-2.473,4.445,46.642,-3.234,4.512,46.789,-3.124,2.745,47.454,-3.657});
			return Coordinate_11_216_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #220, 400 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_10_220_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_220_coordIndex = new MFInt32(new int[] {0,2,1,-1,3,4,5,-1,7,9,6,-1,10,11,12,-1,11,13,12,-1,14,15,6,-1,7,15,8,-1,18,19,20,-1,23,25,24,-1,26,18,20,-1,27,22,28,-1,27,20,22,-1,18,29,30,-1,18,23,29,-1,27,33,32,-1,36,37,25,-1,2,0,31,-1,29,38,39,-1,29,23,38,-1,0,1,39,-1,40,33,30,-1,33,41,30,-1,42,43,34,-1,11,44,35,-1,11,45,44,-1,45,10,19,-1,35,34,11,-1,34,13,11,-1,13,34,43,-1,36,26,32,-1,27,44,33,-1,32,26,27,-1,26,20,27,-1,44,27,35,-1,46,47,48,-1,48,49,46,-1,17,16,3,-1,17,8,16,-1,26,36,18,-1,21,22,50,-1,15,3,5,-1,5,43,15,-1,47,4,8,-1,4,16,8,-1,18,25,23,-1,8,9,7,-1,17,3,6,-1,10,45,11,-1,47,8,48,-1,8,6,9,-1,31,24,51,-1,48,34,49,-1,38,23,24,-1,25,18,36,-1,8,17,6,-1,4,46,21,-1,4,47,46,-1,21,10,12,-1,10,21,50,-1,28,46,49,-1,28,22,46,-1,28,35,27,-1,35,49,34,-1,35,28,49,-1,40,32,33,-1,40,36,32,-1,40,1,37,-1,2,37,1,-1,30,1,40,-1,30,29,1,-1,30,41,18,-1,15,43,42,-1,13,5,12,-1,13,43,5,-1,33,45,41,-1,45,33,44,-1,3,14,6,-1,15,14,3,-1,34,48,42,-1,29,39,1,-1,38,31,39,-1,39,31,0,-1,31,51,2,-1,37,2,51,-1,37,36,40,-1,50,19,10,-1,12,4,21,-1,12,5,4,-1,4,3,16,-1,19,22,20,-1,22,19,50,-1,24,31,38,-1,19,41,45,-1,19,18,41,-1,22,21,46,-1,6,15,7,-1,8,42,48,-1,8,15,42,-1,51,25,37,-1,51,24,25,-1});
			return IndexedFaceSet_10_220_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #220, 156 total numbers made up of 52 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_220_point()
		{
			MFVec3f Coordinate_11_220_point = new MFVec3f(new double[] {4.431,43.398,1.223,4.801,43.784,0.726,4.437,43.435,1.277,2.026,46.238,-3.62,2.914,45.801,-3.845,2.94,46.069,-3.756,0.895,46.601,-3.101,1.085,46.671,-3.242,1.925,46.449,-3.766,1.318,46.461,-3.39,4.383,45.279,-2.916,4.379,45.379,-2.869,3.601,45.723,-3.573,3.597,45.957,-3.546,1.525,46.495,-3.355,2.148,46.631,-3.717,1.935,46.309,-3.741,1.866,46.283,-3.646,5.071,43.738,-0.316,4.893,44.532,-1.803,4.928,44.502,-1.829,3.651,45.501,-3.639,4.414,45.142,-3.009,4.906,43.289,0.529,4.555,43.068,1.178,4.939,43.34,0.572,5.106,43.841,-0.517,5.075,44.86,-1.745,4.502,45.39,-3.0,4.823,43.575,0.605,5.098,43.908,0.032,3.983,42.756,1.818,5.256,44.184,-0.643,5.226,44.421,-0.532,3.7,46.139,-3.55,4.521,45.653,-2.867,5.179,43.781,0.056,4.894,43.618,0.704,4.543,42.999,1.114,4.441,43.312,1.175,5.102,44.087,0.139,5.14,44.226,-0.623,3.026,46.469,-3.741,2.999,46.38,-3.73,5.078,44.976,-1.725,4.972,44.834,-1.732,3.672,45.714,-3.73,2.952,46.07,-3.929,3.031,46.295,-3.898,3.694,45.924,-3.679,4.387,45.179,-2.963,4.568,43.136,1.243});
			return Coordinate_11_220_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #224, 384 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_10_224_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_224_coordIndex = new MFInt32(new int[] {2,3,4,-1,6,7,5,-1,10,11,12,-1,12,13,10,-1,14,15,16,-1,19,20,5,-1,20,19,23,-1,19,24,23,-1,29,9,18,-1,30,20,23,-1,30,31,20,-1,4,3,29,-1,8,31,32,-1,8,34,33,-1,26,35,11,-1,35,12,11,-1,9,15,27,-1,9,3,22,-1,0,2,29,-1,1,2,0,-1,2,4,29,-1,22,3,2,-1,27,35,28,-1,12,27,15,-1,36,21,13,-1,36,37,21,-1,34,38,30,-1,38,39,30,-1,31,30,39,-1,19,5,24,-1,41,8,43,-1,7,33,5,-1,22,2,1,-1,1,0,18,-1,14,13,15,-1,13,12,15,-1,20,31,45,-1,32,31,39,-1,43,8,44,-1,42,44,46,-1,42,43,44,-1,36,26,37,-1,28,26,36,-1,7,8,33,-1,6,5,45,-1,24,33,23,-1,5,33,24,-1,45,8,6,-1,45,31,8,-1,34,41,38,-1,8,41,34,-1,39,47,32,-1,39,40,47,-1,39,48,40,-1,48,39,38,-1,46,47,49,-1,47,46,44,-1,48,42,50,-1,42,48,43,-1,21,42,10,-1,11,25,26,-1,25,11,49,-1,13,21,10,-1,27,28,17,-1,27,12,35,-1,27,17,14,-1,9,16,15,-1,22,18,9,-1,9,29,3,-1,18,22,1,-1,14,36,13,-1,14,17,36,-1,25,37,26,-1,37,25,50,-1,49,11,46,-1,50,21,37,-1,42,21,50,-1,40,50,25,-1,40,48,50,-1,49,40,25,-1,40,49,47,-1,44,32,47,-1,32,44,8,-1,38,43,48,-1,41,43,38,-1,34,23,33,-1,34,30,23,-1,45,5,20,-1,18,0,29,-1,35,26,28,-1,17,28,36,-1,14,16,9,-1,14,9,27,-1,10,46,11,-1,46,10,42,-1,6,8,7,-1});
			return IndexedFaceSet_10_224_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #224, 153 total numbers made up of 51 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_224_point()
		{
			MFVec3f Coordinate_11_224_point = new MFVec3f(new double[] {0.769,45.797,-2.99,1.037,45.552,-3.419,1.115,45.479,-3.272,1.625,45.498,-3.667,1.333,45.461,-3.409,4.541,42.371,1.027,4.699,42.589,0.386,4.721,42.551,0.395,4.869,42.913,-0.401,2.212,45.502,-3.991,4.14,44.404,-2.96,4.149,44.5,-2.947,3.368,44.873,-3.543,3.325,44.695,-3.573,2.608,45.104,-4.008,2.538,45.196,-3.889,2.458,45.125,-4.004,2.84,45.356,-3.99,1.479,45.714,-3.731,4.522,42.37,1.138,4.756,42.849,0.493,4.162,44.184,-2.98,1.482,45.614,-3.751,4.793,42.812,0.513,4.531,42.375,1.149,4.785,44.302,-2.237,4.295,44.777,-2.947,2.775,45.369,-3.934,3.56,45.097,-3.601,1.535,45.764,-3.586,4.945,43.11,-0.084,4.889,43.124,-0.106,4.908,43.286,-0.643,4.763,42.582,0.437,4.964,42.897,-0.154,3.566,45.126,-3.584,3.471,44.843,-3.673,4.252,44.444,-3.018,5.003,43.15,-0.676,5.009,43.399,-0.578,5.014,43.651,-1.096,4.913,43.047,-0.74,4.628,43.866,-2.289,4.886,43.336,-1.248,4.887,43.4,-1.226,4.726,42.819,0.458,4.63,43.938,-2.279,4.894,43.564,-1.167,4.993,43.428,-1.191,4.653,44.18,-2.245,4.734,43.995,-2.302});
			return Coordinate_11_224_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #228, 368 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_10_228_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_228_coordIndex = new MFInt32(new int[] {2,3,4,-1,10,8,7,-1,4,3,12,-1,7,13,11,-1,18,21,7,-1,21,22,7,-1,23,12,11,-1,12,23,4,-1,24,25,14,-1,24,26,25,-1,25,26,17,-1,27,29,20,-1,30,16,17,-1,30,31,16,-1,2,17,26,-1,32,2,4,-1,18,19,7,-1,18,7,9,-1,0,10,22,-1,18,9,21,-1,11,13,23,-1,9,7,8,-1,0,9,8,-1,8,10,0,-1,5,20,6,-1,35,7,11,-1,28,1,36,-1,38,39,40,-1,38,41,39,-1,28,20,29,-1,7,19,18,-1,7,42,13,-1,7,37,33,-1,19,37,7,-1,37,7,35,-1,13,43,23,-1,42,43,13,-1,33,15,44,-1,37,15,33,-1,35,45,37,-1,35,12,45,-1,46,43,44,-1,46,32,43,-1,45,14,15,-1,24,14,45,-1,32,47,2,-1,46,47,32,-1,48,2,47,-1,2,30,17,-1,2,39,5,-1,48,16,40,-1,17,16,48,-1,31,2,5,-1,30,2,31,-1,20,41,38,-1,31,34,16,-1,20,36,27,-1,28,29,1,-1,27,36,1,-1,29,27,1,-1,20,5,41,-1,34,5,6,-1,5,34,31,-1,38,34,20,-1,40,2,48,-1,40,39,2,-1,17,47,25,-1,17,48,47,-1,3,26,24,-1,3,2,26,-1,46,25,47,-1,14,25,46,-1,12,24,45,-1,12,3,24,-1,44,14,46,-1,44,15,14,-1,32,23,43,-1,32,4,23,-1,11,12,35,-1,15,37,45,-1,42,44,43,-1,33,44,42,-1,7,37,19,-1,10,7,22,-1,0,22,21,-1,34,6,20,-1,41,5,39,-1,9,0,21,-1,20,28,36,-1,7,33,42,-1,34,40,16,-1,34,38,40,-1});
			return IndexedFaceSet_10_228_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #228, 147 total numbers made up of 49 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_228_point()
		{
			MFVec3f Coordinate_11_228_point = new MFVec3f(new double[] {1.014,44.581,-3.189,4.611,41.863,0.714,4.209,43.09,-2.583,3.608,43.365,-3.193,3.601,43.317,-3.264,4.472,42.738,-1.852,4.502,42.696,-1.685,2.072,44.335,-4.109,1.375,44.479,-3.717,1.421,44.731,-3.74,1.396,44.44,-3.666,2.749,43.811,-3.929,3.133,43.672,-3.651,2.73,43.723,-3.986,3.709,43.794,-3.024,3.227,44.107,-3.59,4.49,43.144,-1.66,4.336,43.293,-2.274,1.944,44.587,-3.997,2.327,44.477,-4.052,4.673,42.54,-0.877,1.441,44.761,-3.71,1.462,44.596,-3.624,3.08,43.473,-3.781,3.651,43.616,-3.051,4.065,43.561,-2.536,4.002,43.367,-2.603,4.612,42.254,0.065,4.676,42.053,-0.204,4.735,42.191,0.0,4.251,43.106,-2.386,4.441,42.999,-1.751,3.691,43.479,-3.358,2.845,44.137,-4.033,4.543,42.877,-1.31,2.768,43.899,-3.873,4.638,42.079,-0.187,2.827,44.218,-3.848,4.675,42.863,-1.411,4.533,42.884,-2.011,4.578,43.061,-1.84,4.645,42.694,-1.555,2.802,43.958,-4.073,3.197,43.766,-3.855,3.248,43.973,-3.797,3.193,43.941,-3.565,3.746,43.686,-3.272,4.197,43.331,-2.637,4.352,43.194,-2.369});
			return Coordinate_11_228_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #232, 392 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_10_232_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_232_coordIndex = new MFInt32(new int[] {2,3,1,-1,10,12,11,-1,9,8,11,-1,11,8,13,-1,14,8,9,-1,14,9,15,-1,14,16,8,-1,7,16,17,-1,9,11,10,-1,14,15,16,-1,23,24,21,-1,23,25,24,-1,27,6,26,-1,5,4,29,-1,4,30,29,-1,31,4,19,-1,19,4,18,-1,32,18,5,-1,18,4,5,-1,6,5,28,-1,5,29,28,-1,16,7,8,-1,35,15,11,-1,20,3,7,-1,3,2,7,-1,13,8,7,-1,15,9,11,-1,6,1,26,-1,0,19,36,-1,11,9,10,-1,37,16,33,-1,16,37,17,-1,16,39,34,-1,7,39,16,-1,15,7,16,-1,15,35,7,-1,20,17,37,-1,34,33,16,-1,34,38,33,-1,39,2,40,-1,7,2,39,-1,3,37,41,-1,37,3,20,-1,42,38,22,-1,38,42,33,-1,40,2,43,-1,42,44,41,-1,42,45,44,-1,23,22,43,-1,23,21,22,-1,45,46,44,-1,45,47,46,-1,47,48,46,-1,47,49,48,-1,25,28,24,-1,49,50,48,-1,50,18,32,-1,50,19,18,-1,30,50,29,-1,30,19,50,-1,30,4,36,-1,4,0,36,-1,4,31,0,-1,30,36,19,-1,49,29,50,-1,28,29,49,-1,48,32,6,-1,48,50,32,-1,6,28,25,-1,47,28,49,-1,24,28,47,-1,6,46,48,-1,46,6,27,-1,6,23,1,-1,6,25,23,-1,24,45,21,-1,24,47,45,-1,44,27,26,-1,44,46,27,-1,1,43,2,-1,1,23,43,-1,22,45,42,-1,22,21,45,-1,41,26,3,-1,41,44,26,-1,38,43,22,-1,40,43,38,-1,41,33,42,-1,33,41,37,-1,34,40,38,-1,39,40,34,-1,7,35,13,-1,11,13,35,-1,12,10,11,-1,17,20,7,-1,5,6,32,-1,31,19,0,-1,3,26,1,-1});
			return IndexedFaceSet_10_232_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #232, 153 total numbers made up of 51 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_232_point()
		{
			MFVec3f Coordinate_11_232_point = new MFVec3f(new double[] {4.562,41.139,-0.145,3.608,42.343,-2.711,2.849,42.789,-3.318,2.77,42.723,-3.395,4.484,41.364,-0.851,4.334,41.665,-1.504,4.081,41.893,-2.032,2.031,43.156,-3.581,1.365,43.377,-3.542,0.918,43.475,-3.188,0.713,43.35,-2.694,0.992,43.533,-3.02,0.849,43.461,-2.701,1.378,43.335,-3.491,1.482,43.575,-3.61,1.548,43.602,-3.562,2.223,43.33,-3.656,2.119,43.181,-3.674,4.47,41.373,-1.034,4.501,41.35,-0.898,2.649,42.741,-3.476,3.893,42.588,-2.693,3.386,42.916,-3.199,3.775,42.512,-2.665,4.226,42.274,-2.167,4.145,42.178,-2.133,3.541,42.261,-2.798,3.866,41.919,-2.38,4.328,42.031,-1.845,4.456,41.79,-1.418,4.558,41.56,-0.969,4.534,41.097,-0.178,4.27,41.536,-1.578,2.913,42.994,-3.511,2.557,43.291,-3.561,1.554,43.476,-3.444,4.654,41.407,-0.606,2.769,42.919,-3.579,3.043,43.08,-3.394,2.421,43.172,-3.477,2.889,43.006,-3.34,3.043,42.729,-3.397,3.263,42.848,-3.327,3.218,42.838,-3.162,3.674,42.299,-2.824,3.841,42.471,-2.789,4.028,42.013,-2.35,4.169,42.144,-2.279,4.244,41.825,-1.981,4.35,41.913,-1.928,4.455,41.639,-1.507});
			return Coordinate_11_232_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #236, 216 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_10_236_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_236_coordIndex = new MFInt32(new int[] {9,10,8,-1,14,15,13,-1,16,17,18,-1,7,19,5,-1,3,20,18,-1,1,7,4,-1,1,4,2,-1,15,22,23,-1,10,15,24,-1,10,22,15,-1,14,26,25,-1,10,24,8,-1,15,25,24,-1,23,13,15,-1,13,12,11,-1,13,23,12,-1,14,25,15,-1,12,20,11,-1,9,22,10,-1,27,22,21,-1,3,18,17,-1,8,24,5,-1,20,3,17,-1,11,28,13,-1,12,27,16,-1,12,23,27,-1,1,0,29,-1,6,0,2,-1,29,5,19,-1,13,26,14,-1,13,28,26,-1,5,6,2,-1,9,26,22,-1,9,25,26,-1,28,22,26,-1,28,21,22,-1,25,8,5,-1,8,25,9,-1,5,4,7,-1,5,2,4,-1,24,25,5,-1,0,5,29,-1,0,6,5,-1,27,23,22,-1,1,2,0,-1,1,19,7,-1,19,1,29,-1,20,16,18,-1,20,12,16,-1,21,11,16,-1,28,11,21,-1,20,16,11,-1,16,20,17,-1,16,27,21,-1});
			return IndexedFaceSet_10_236_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #236, 90 total numbers made up of 30 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_236_point()
		{
			MFVec3f Coordinate_11_236_point = new MFVec3f(new double[] {0.926,42.115,-2.435,0.734,42.071,-2.348,0.806,41.963,-2.628,3.288,40.317,-1.192,0.716,42.182,-2.707,1.199,42.111,-2.865,1.025,42.001,-2.621,0.719,42.275,-2.661,1.351,41.966,-2.858,1.834,41.654,-2.875,1.822,41.655,-2.809,3.14,40.921,-2.07,3.05,40.761,-1.981,2.868,41.205,-2.389,2.517,41.508,-2.708,2.508,41.495,-2.68,3.025,40.694,-1.962,3.129,40.421,-1.569,3.151,40.471,-1.553,0.854,42.375,-2.708,3.3,40.62,-1.589,2.703,40.989,-2.375,2.426,41.259,-2.61,2.795,41.12,-2.374,1.929,41.818,-2.877,1.887,41.818,-3.015,2.49,41.37,-2.752,2.721,41.035,-2.358,2.848,41.118,-2.47,0.921,42.263,-2.538});
			return Coordinate_11_236_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #240, 1040 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_10_240_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_240_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_240_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_240_coordIndex_2()));
			return IndexedFaceSet_10_240_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #240, 396 total numbers made up of 132 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_240_point()
		{
			MFVec3f Coordinate_11_240_point = new MFVec3f(new double[] {5.52,49.005,-1.899,3.814,47.411,-3.658,6.025,49.87,-1.204,6.084,49.895,-0.751,3.179,50.52,-2.209,3.727,50.328,-1.76,2.875,50.258,-2.617,3.966,50.148,-1.549,3.617,50.371,-1.804,3.067,49.7,-2.854,2.825,50.293,-2.725,5.477,49.102,-1.266,5.158,49.646,-0.907,5.665,49.373,-0.5,4.388,47.736,-3.248,4.517,47.696,-3.197,4.988,47.934,-2.75,4.889,47.801,-2.808,5.317,48.488,-2.356,6.41,49.762,-1.905,5.347,49.964,-2.26,4.565,49.131,-2.264,4.643,49.959,-2.803,3.516,50.223,-2.979,2.952,48.977,-3.39,5.869,48.998,-1.711,5.569,49.5,-1.502,5.673,49.394,-1.051,3.519,47.917,-3.555,3.105,48.411,-3.652,4.445,49.692,-1.736,4.669,49.573,-1.857,5.031,49.637,-0.99,4.654,48.504,-2.628,3.962,48.688,-2.806,2.924,49.366,-2.998,3.459,47.598,-3.691,3.695,47.999,-3.497,3.731,49.118,-2.896,4.054,49.036,-2.814,3.622,49.447,-2.79,4.132,48.751,-2.877,3.189,49.077,-3.205,3.408,49.924,-2.786,4.276,47.237,-3.399,5.381,49.624,-2.053,6.264,49.998,-1.269,4.871,49.836,-2.577,5.94,49.684,-1.969,6.343,49.743,-1.514,5.675,49.85,-1.762,4.602,49.864,-2.569,4.546,50.088,-2.755,4.943,49.44,-1.147,5.212,49.304,-0.823,3.683,48.703,-2.923,3.169,48.406,-3.495,3.553,48.357,-3.311,4.986,48.117,-2.617,3.839,47.524,-3.449,4.195,49.738,-2.264,4.851,49.077,-1.857,5.366,48.742,-1.74,3.785,50.027,-1.987,3.46,50.139,-2.31,2.969,49.862,-2.884,4.058,49.917,-1.826,5.127,49.087,-1.396,3.935,49.892,-2.236,3.273,49.245,-2.867,4.603,47.447,-2.985,5.506,48.843,-1.361,4.316,47.298,-3.25,5.247,48.378,-2.218,4.354,48.456,-2.842,3.708,49.235,-2.686,3.96,49.413,-2.511,3.584,49.717,-2.563,4.274,48.92,-2.623,4.819,48.958,-2.279,4.231,49.423,-2.593,5.141,48.634,-2.292,4.005,49.62,-2.639,4.704,48.956,-2.396,4.676,48.807,-2.518,4.4,48.879,-2.713,3.899,49.89,-2.703,4.433,48.448,-2.871,4.57,48.265,-2.896,3.691,48.391,-3.316,4.141,48.184,-3.109,3.993,48.065,-3.254,4.943,49.466,-2.296,4.608,49.54,-2.421,5.02,49.502,-1.698,4.242,49.853,-1.828,4.464,49.7,-2.207,3.468,50.222,-2.123,4.227,49.93,-2.655,4.088,50.203,-3.067,6.272,49.853,-1.113,4.116,50.021,-3.007,3.737,50.113,-3.074,5.923,50.02,-1.908,4.971,49.737,-2.208,3.441,50.047,-2.415,3.759,49.953,-2.365,3.798,50.183,-1.843,5.263,49.86,-2.447,3.308,48.46,-3.565,3.491,48.636,-3.29,3.108,50.328,-2.38,3.091,48.847,-3.269,4.459,48.09,-2.945,3.948,48.305,-3.138,4.315,47.604,-3.135,2.866,50.548,-2.434,4.035,47.558,-3.528,4.969,48.366,-2.658,3.911,48.596,-3.045,3.597,48.787,-3.109,4.82,49.789,-2.385,5.005,48.539,-2.252,4.818,48.635,-2.368,3.954,47.827,-3.288,3.965,48.039,-3.231,3.749,49.071,-2.749,3.352,49.026,-2.956,4.432,48.001,-3.077,3.175,50.22,-2.716,3.862,50.054,-2.73,6.271,49.992,-1.467});
			return Coordinate_11_240_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #244, 1032 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_10_244_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_244_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_244_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_244_coordIndex_2()));
			return IndexedFaceSet_10_244_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #244, 507 total numbers made up of 169 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_244_point()
		{
			MFVec3f Coordinate_11_244_point = new MFVec3f(new double[] {1.413,43.475,2.98,2.079,42.955,2.818,2.028,42.801,2.766,2.1,43.191,2.717,3.904,41.687,1.385,3.243,41.891,1.738,2.313,42.502,2.45,2.886,42.268,2.202,3.646,42.382,1.997,3.391,42.322,2.0,4.118,41.712,1.378,4.062,41.998,1.595,3.94,42.054,1.757,3.644,42.684,2.204,3.731,42.882,2.134,3.663,42.864,2.061,3.947,42.525,1.975,3.974,42.498,1.916,3.733,41.838,1.581,3.27,41.964,2.027,3.144,42.372,2.281,2.703,42.319,2.211,2.584,42.704,2.488,2.117,42.864,2.776,2.839,42.637,2.31,0.883,44.382,3.06,0.683,44.534,3.09,1.848,43.672,2.751,1.449,43.578,2.995,1.959,43.82,2.902,2.058,43.363,2.781,1.014,43.86,2.972,1.294,44.005,2.98,1.446,44.19,3.106,1.07,45.098,2.888,0.721,45.211,2.797,0.691,45.134,2.739,0.515,44.696,3.06,0.534,44.886,3.012,1.433,44.703,3.012,1.557,44.57,3.018,2.331,43.941,2.698,2.721,44.104,2.584,1.859,43.909,2.972,1.936,44.892,2.818,1.374,44.704,2.872,1.422,44.523,2.887,0.724,45.4,2.878,0.845,45.608,2.742,0.988,45.18,2.821,2.291,45.225,2.555,2.119,45.107,2.657,2.431,43.618,2.532,1.949,43.802,2.754,2.204,43.616,2.733,0.264,44.48,3.104,0.331,44.397,3.075,3.592,42.205,1.874,2.964,42.011,2.005,2.531,42.666,2.543,3.578,42.477,2.242,3.032,42.486,2.374,3.068,42.901,2.36,0.965,43.685,3.122,0.744,44.077,3.111,0.561,44.39,2.944,1.679,44.337,2.962,0.474,44.637,2.851,0.773,44.673,2.826,1.013,44.54,2.834,1.2,44.357,2.86,0.308,44.389,2.933,0.271,44.378,3.018,0.356,44.485,2.866,2.946,43.24,2.587,3.666,42.764,2.013,3.545,41.938,1.897,4.188,41.693,1.336,4.382,42.028,1.388,4.413,42.03,1.404,0.597,45.439,2.636,0.72,45.426,2.646,0.674,45.293,2.696,0.718,45.251,2.791,0.711,45.245,2.759,2.083,44.809,2.703,2.326,44.874,2.501,2.361,44.807,2.505,2.405,44.746,2.519,2.69,44.204,2.552,2.688,44.227,2.522,0.947,44.574,2.843,2.39,43.039,2.757,2.394,42.53,2.557,1.056,43.797,3.152,1.835,43.371,2.923,1.19,44.621,3.134,1.719,44.903,2.865,2.218,43.924,2.698,1.468,44.036,2.871,0.621,44.984,2.733,0.552,44.848,2.781,2.505,43.854,2.501,2.68,44.227,2.482,2.704,44.198,2.406,2.851,43.21,2.465,3.275,43.385,2.323,0.866,44.795,3.041,0.317,44.621,3.103,0.269,44.529,3.118,2.745,42.999,2.643,3.216,43.501,2.43,4.389,42.239,1.574,4.353,42.248,1.557,4.228,42.141,1.536,3.445,43.139,2.275,3.41,43.202,2.397,0.682,45.613,2.629,4.624,41.737,0.895,4.598,41.71,0.847,3.251,43.534,2.505,2.838,43.768,2.437,2.841,43.71,2.338,3.369,43.315,2.488,2.834,43.707,2.315,2.829,43.787,2.285,2.441,44.88,2.637,2.44,44.789,2.614,2.258,45.194,2.522,0.605,45.029,2.977,4.269,42.153,1.586,4.255,41.738,1.324,4.538,41.904,1.104,4.447,42.097,1.459,0.685,45.163,2.894,2.805,43.869,2.532,0.394,44.683,3.087,2.798,43.86,2.287,3.812,42.556,1.891,3.716,42.637,1.955,3.894,42.679,2.1,4.591,41.898,1.098,4.491,41.769,0.89,4.49,41.848,1.014,4.567,41.708,0.834,4.613,41.835,1.023,3.813,42.821,2.164,0.715,45.254,2.817,0.677,45.321,2.865,0.714,45.641,2.8,0.722,45.644,2.808,0.645,45.493,2.878,2.281,45.035,2.494,2.429,44.744,2.573,2.431,44.971,2.643,2.393,45.125,2.616,3.932,42.484,1.875,4.428,42.208,1.557,3.307,43.468,2.54,2.745,44.018,2.585,4.303,42.231,1.496,3.437,43.143,2.2,3.372,43.187,2.198,2.762,43.992,2.315,2.726,44.127,2.356,4.285,42.144,1.426,4.285,42.191,1.458,4.308,42.093,1.402,2.777,43.939,2.575});
			return Coordinate_11_244_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #248, 320 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_10_248_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_248_coordIndex = new MFInt32(new int[] {2,3,4,-1,4,5,2,-1,7,0,8,-1,0,1,8,-1,9,8,1,-1,0,13,1,-1,14,16,15,-1,17,19,18,-1,20,19,17,-1,21,22,23,-1,15,24,14,-1,21,26,25,-1,27,1,2,-1,1,13,28,-1,2,30,29,-1,33,34,2,-1,2,35,12,-1,36,31,37,-1,31,36,2,-1,0,10,11,-1,13,38,28,-1,0,39,10,-1,40,39,0,-1,41,42,27,-1,43,44,1,-1,44,9,1,-1,42,1,27,-1,42,43,1,-1,0,7,45,-1,0,47,46,-1,33,32,48,-1,32,33,2,-1,0,48,32,-1,0,49,48,-1,0,45,47,-1,2,5,50,-1,27,50,41,-1,2,50,27,-1,49,0,46,-1,1,38,6,-1,28,38,1,-1,0,11,13,-1,6,30,1,-1,6,37,30,-1,2,36,35,-1,12,40,2,-1,12,39,40,-1,2,34,3,-1,2,40,0,-1,0,32,2,-1,31,2,29,-1,1,30,2,-1,52,21,15,-1,52,26,21,-1,21,25,22,-1,51,54,53,-1,55,57,56,-1,15,58,24,-1,15,17,59,-1,15,60,17,-1,17,61,62,-1,60,61,17,-1,63,59,64,-1,59,63,15,-1,15,63,65,-1,20,17,66,-1,60,65,61,-1,15,65,60,-1,59,18,67,-1,17,18,59,-1,64,59,67,-1,62,66,17,-1,15,55,56,-1,23,51,21,-1,23,54,51,-1,57,15,56,-1,57,58,15,-1,51,53,55,-1,55,15,51,-1,21,51,15,-1});
			return IndexedFaceSet_10_248_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #248, 204 total numbers made up of 68 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_248_point()
		{
			MFVec3f Coordinate_11_248_point = new MFVec3f(new double[] {1.231,47.511,1.971,1.266,47.558,2.081,1.3,47.043,2.238,2.115,47.071,2.091,2.127,47.097,2.113,2.136,47.139,2.128,0.541,47.578,2.1,1.903,47.862,1.783,1.905,47.876,1.801,1.936,47.862,1.847,0.483,47.567,1.893,0.576,47.786,1.86,0.554,47.037,2.131,1.127,47.682,1.947,0.734,45.907,2.698,1.016,46.06,2.616,0.784,45.841,2.633,1.516,45.7,2.625,2.239,45.734,2.51,2.219,45.647,2.475,2.217,45.654,2.449,0.725,45.847,2.518,0.59,46.001,2.464,0.578,46.019,2.461,0.654,46.049,2.695,0.636,45.89,2.502,0.74,45.791,2.546,1.402,47.126,2.242,0.941,47.657,2.022,0.561,47.236,2.291,0.561,47.237,2.291,0.562,47.236,2.291,1.264,47.1,2.164,2.04,47.185,1.99,2.084,47.071,2.059,0.659,46.989,2.243,0.611,47.062,2.306,0.551,47.234,2.284,0.598,47.775,1.965,0.448,47.216,2.01,0.454,47.216,2.002,2.104,47.392,2.077,2.085,47.489,2.042,2.041,47.666,1.971,1.988,47.776,1.905,1.916,47.788,1.772,1.944,47.637,1.795,1.927,47.71,1.775,2.012,47.333,1.922,1.996,47.408,1.889,2.117,47.259,2.111,0.589,46.354,2.368,0.785,45.837,2.629,0.629,46.462,2.366,0.537,46.245,2.386,0.678,46.516,2.406,0.676,46.481,2.515,0.666,46.477,2.511,0.623,46.284,2.637,1.733,46.015,2.604,1.628,45.972,2.435,2.113,46.068,2.309,2.164,45.83,2.357,2.054,46.288,2.306,2.185,46.157,2.42,2.042,46.268,2.289,2.164,45.829,2.357,2.243,45.967,2.49});
			return Coordinate_11_248_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #252, 952 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_10_252_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_252_coordIndex = new MFInt32(new int[] {1,2,0,-1,19,2,1,-1,26,27,25,-1,25,37,38,-1,39,40,41,-1,42,43,44,-1,42,45,43,-1,48,40,49,-1,48,50,40,-1,35,52,47,-1,45,46,52,-1,53,54,44,-1,54,55,44,-1,39,56,57,-1,39,42,56,-1,62,63,15,-1,66,32,64,-1,69,68,70,-1,64,71,68,-1,32,65,28,-1,21,20,75,-1,76,77,78,-1,80,81,29,-1,80,82,81,-1,22,11,83,-1,11,15,83,-1,6,9,11,-1,6,74,7,-1,8,7,84,-1,86,84,7,-1,54,88,89,-1,79,75,20,-1,74,26,23,-1,90,70,68,-1,4,67,91,-1,18,80,29,-1,2,93,5,-1,17,94,54,-1,17,95,94,-1,41,46,96,-1,41,50,46,-1,35,58,59,-1,35,47,58,-1,34,51,52,-1,2,5,0,-1,39,97,40,-1,42,96,45,-1,69,3,4,-1,69,70,3,-1,88,100,82,-1,12,101,13,-1,85,78,86,-1,85,23,78,-1,82,3,102,-1,82,0,3,-1,8,6,7,-1,8,10,9,-1,85,7,23,-1,87,103,12,-1,10,12,13,-1,15,14,83,-1,16,104,51,-1,16,105,104,-1,106,54,53,-1,18,89,80,-1,17,89,18,-1,81,102,29,-1,80,88,82,-1,80,89,88,-1,97,108,49,-1,109,105,16,-1,109,110,105,-1,48,49,110,-1,79,24,111,-1,75,78,77,-1,75,79,78,-1,73,75,77,-1,26,74,6,-1,22,6,11,-1,60,73,23,-1,26,22,34,-1,22,51,34,-1,72,112,95,-1,69,31,68,-1,67,33,91,-1,4,91,69,-1,3,70,90,-1,66,64,30,-1,65,116,117,-1,65,32,116,-1,114,115,33,-1,117,28,65,-1,113,72,28,-1,34,118,26,-1,34,35,118,-1,111,24,60,-1,60,38,119,-1,38,60,61,-1,62,15,35,-1,93,112,5,-1,55,54,94,-1,104,52,51,-1,52,46,47,-1,58,46,50,-1,46,58,47,-1,97,49,40,-1,23,76,78,-1,86,78,87,-1,82,102,81,-1,88,108,97,-1,110,109,48,-1,78,79,111,-1,76,23,73,-1,64,68,31,-1,31,69,91,-1,90,102,3,-1,117,113,28,-1,5,112,72,-1,38,61,25,-1,13,118,15,-1,120,57,56,-1,98,100,88,-1,100,98,19,-1,2,19,98,-1,112,93,95,-1,12,13,101,-1,13,12,27,-1,27,103,37,-1,27,12,103,-1,3,72,113,-1,114,116,115,-1,114,117,116,-1,31,30,64,-1,4,114,67,-1,4,113,114,-1,102,90,29,-1,29,68,71,-1,60,24,99,-1,76,73,77,-1,82,1,0,-1,110,106,105,-1,110,49,106,-1,49,54,107,-1,49,108,54,-1,83,51,22,-1,51,83,16,-1,86,12,84,-1,9,10,13,-1,53,105,106,-1,105,53,104,-1,89,17,54,-1,16,14,109,-1,83,14,16,-1,59,109,14,-1,58,109,59,-1,24,79,20,-1,75,73,21,-1,21,73,60,-1,95,29,72,-1,29,95,18,-1,29,28,72,-1,71,28,29,-1,91,33,30,-1,3,113,4,-1,115,116,33,-1,114,33,67,-1,113,117,114,-1,5,72,3,-1,119,92,111,-1,38,92,119,-1,35,15,118,-1,27,26,118,-1,57,93,2,-1,52,53,43,-1,52,104,53,-1,39,57,98,-1,94,56,55,-1,94,120,56,-1,60,119,111,-1,32,66,116,-1,60,23,25,-1,106,107,54,-1,78,103,87,-1,78,92,103,-1,88,97,98,-1,39,98,97,-1,52,35,34,-1,50,41,40,-1,45,96,46,-1,43,45,52,-1,43,53,44,-1,55,42,44,-1,56,42,55,-1,42,41,96,-1,42,39,41,-1,2,98,57,-1,57,95,93,-1,120,95,57,-1,95,120,94,-1,25,61,60,-1,118,13,27,-1,35,63,62,-1,63,35,59,-1,27,37,25,-1,37,92,38,-1,37,103,92,-1,21,24,36,-1,36,24,20,-1,20,21,36,-1,30,33,66,-1,66,33,116,-1,0,5,3,-1,90,68,29,-1,91,30,31,-1,32,71,64,-1,71,32,28,-1,18,95,17,-1,26,6,22,-1,25,23,26,-1,24,21,99,-1,21,60,99,-1,7,74,23,-1,78,111,92,-1,19,82,100,-1,1,82,19,-1,48,58,50,-1,109,58,48,-1,49,107,106,-1,88,54,108,-1,14,63,59,-1,15,63,14,-1,15,9,13,-1,12,86,87,-1,85,86,7,-1,8,12,10,-1,12,8,84,-1,9,15,11,-1,8,9,6,-1});
			return IndexedFaceSet_10_252_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #252, 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 MFVec3f getCoordinate_11_252_point()
		{
			MFVec3f Coordinate_11_252_point = new MFVec3f(new double[] {-2.017,50.836,0.698,-2.277,50.777,0.579,-2.41,50.72,0.69,-1.689,50.804,0.818,-1.332,50.84,0.751,-1.831,50.687,0.924,-4.654,49.844,-0.928,-4.847,49.88,-1.226,-4.645,49.917,-1.207,-4.44,50.169,-1.152,-4.767,50.137,-1.322,-4.576,49.881,-0.9,-4.921,50.225,-1.296,-4.633,50.325,-1.093,-4.022,50.151,-0.638,-4.295,50.199,-0.911,-3.956,49.999,-0.323,-2.716,50.142,0.648,-2.462,50.178,0.732,-2.517,50.713,0.464,-5.986,49.808,-1.151,-5.955,49.866,-0.771,-4.419,49.96,-0.562,-5.172,49.898,-0.987,-5.924,50.081,-1.006,-5.17,50.033,-0.856,-4.742,50.041,-0.665,-4.92,50.16,-0.869,-1.483,50.225,1.002,-2.052,50.21,0.755,-0.896,50.537,0.424,-1.076,50.51,0.27,-1.245,50.114,0.717,-0.88,50.561,0.489,-4.388,50.05,-0.393,-4.272,50.282,-0.489,-6.067,49.926,-0.882,-5.235,50.214,-1.08,-5.401,50.18,-1.261,-3.242,50.575,0.228,-3.424,50.491,-0.003,-3.457,50.508,0.039,-3.371,50.415,0.364,-3.656,50.214,0.234,-3.419,50.24,0.383,-3.62,50.352,0.206,-3.819,50.363,-0.028,-4.021,50.32,-0.241,-3.606,50.277,-0.245,-3.347,50.242,-0.014,-3.639,50.448,-0.208,-4.125,50.012,-0.15,-4.014,50.239,-0.107,-3.488,50.053,0.274,-3.062,50.084,0.403,-3.177,50.267,0.519,-3.129,50.449,0.504,-2.884,50.654,0.484,-3.816,50.417,-0.408,-4.004,50.389,-0.635,-5.568,50.034,-0.778,-5.412,50.175,-0.916,-4.28,50.349,-0.699,-4.273,50.252,-0.902,-1.129,50.25,0.459,-1.266,50.126,0.917,-1.017,50.258,0.64,-0.934,50.832,0.664,-1.453,50.328,0.499,-1.248,50.695,0.43,-1.418,50.427,0.471,-1.54,50.229,0.663,-1.958,50.341,0.974,-5.585,49.902,-0.776,-4.994,49.894,-0.933,-5.797,49.798,-1.033,-5.495,49.843,-1.144,-5.574,49.835,-1.092,-5.666,49.958,-1.418,-5.853,49.898,-1.338,-2.385,50.182,0.53,-2.097,50.417,0.524,-2.209,50.527,0.494,-4.176,49.995,-0.625,-4.952,50.0,-1.313,-5.239,49.935,-1.331,-5.21,50.028,-1.383,-5.182,50.121,-1.435,-2.699,50.342,0.318,-2.633,50.125,0.459,-1.673,50.532,0.57,-1.131,50.765,0.425,-5.429,50.138,-1.384,-2.49,50.542,0.797,-2.941,50.294,0.628,-2.566,50.475,0.784,-3.557,50.447,0.145,-3.101,50.415,0.119,-2.826,50.66,0.377,-5.774,49.943,-0.667,-2.614,50.416,0.346,-4.733,50.299,-1.207,-1.81,50.618,0.609,-5.198,50.206,-1.297,-3.885,50.024,0.035,-3.756,50.019,-0.109,-3.538,50.039,0.043,-3.232,50.119,0.225,-3.003,50.245,0.201,-3.824,50.193,-0.429,-3.646,50.158,-0.217,-5.695,50.137,-1.154,-2.176,50.464,0.951,-1.38,50.592,0.98,-1.109,50.577,0.904,-0.943,50.437,0.802,-1.03,50.251,0.823,-1.296,50.396,0.993,-4.455,50.285,-0.759,-5.635,50.149,-1.091,-2.756,50.446,0.703});
			return Coordinate_11_252_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #256, 260 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_10_256_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_256_coordIndex = new MFInt32(new int[] {0,1,2,-1,3,4,5,-1,7,8,9,-1,4,11,12,-1,12,10,4,-1,13,14,0,-1,13,15,14,-1,16,17,9,-1,16,18,17,-1,19,20,9,-1,21,11,4,-1,12,22,10,-1,23,21,4,-1,4,3,6,-1,19,24,20,-1,24,25,20,-1,14,26,1,-1,1,0,14,-1,14,28,27,-1,29,30,9,-1,9,31,29,-1,20,31,9,-1,20,25,31,-1,10,33,32,-1,34,13,35,-1,13,34,15,-1,36,13,37,-1,0,38,9,-1,6,14,15,-1,39,40,41,-1,10,40,39,-1,10,16,9,-1,22,42,10,-1,10,39,16,-1,43,23,4,-1,44,6,15,-1,44,45,6,-1,46,4,6,-1,46,43,4,-1,45,46,6,-1,44,15,34,-1,19,9,38,-1,13,0,9,-1,16,41,18,-1,39,41,16,-1,10,42,47,-1,9,17,7,-1,13,8,48,-1,9,8,13,-1,9,30,10,-1,10,47,40,-1,37,13,48,-1,35,13,36,-1,49,5,4,-1,50,4,10,-1,50,49,4,-1,10,32,51,-1,30,33,10,-1,30,29,33,-1,10,51,52,-1,6,28,14,-1,26,14,27,-1,0,24,38,-1,0,2,24,-1,52,50,10,-1});
			return IndexedFaceSet_10_256_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #256, 159 total numbers made up of 53 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_256_point()
		{
			MFVec3f Coordinate_11_256_point = new MFVec3f(new double[] {-1.078,49.666,0.679,-0.969,49.634,0.708,-0.96,49.618,0.757,-1.157,50.062,0.533,-1.27,50.05,0.476,-1.187,50.075,0.57,-1.199,49.987,0.493,-1.698,49.593,0.819,-1.726,49.557,0.79,-1.299,49.609,0.85,-1.378,50.025,0.728,-1.481,50.227,0.444,-1.5,50.186,0.479,-1.443,49.599,0.745,-1.084,49.725,0.619,-1.351,49.755,0.579,-1.462,49.892,0.79,-1.669,49.663,0.821,-1.638,49.773,0.774,-0.974,49.598,0.839,-1.018,49.614,0.884,-1.465,50.248,0.412,-1.525,50.134,0.533,-1.462,50.238,0.399,-0.965,49.605,0.836,-1.009,49.622,0.877,-0.97,49.714,0.634,-1.031,49.777,0.575,-1.058,49.841,0.546,-1.256,49.852,0.839,-1.314,49.881,0.829,-1.136,49.669,0.873,-1.288,50.06,0.749,-1.296,49.956,0.801,-1.567,49.748,0.565,-1.621,49.65,0.635,-1.681,49.579,0.696,-1.711,49.549,0.73,-0.971,49.598,0.839,-1.433,49.958,0.767,-1.581,49.991,0.667,-1.607,49.892,0.728,-1.526,50.133,0.534,-1.462,50.183,0.389,-1.524,49.832,0.51,-1.501,49.938,0.455,-1.483,50.044,0.413,-1.544,50.086,0.577,-1.732,49.541,0.765,-1.219,50.091,0.609,-1.252,50.092,0.665,-1.275,50.093,0.704,-1.267,50.093,0.69});
			return Coordinate_11_256_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #260, 204 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_10_260_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_260_coordIndex = new MFInt32(new int[] {2,6,5,-1,0,7,8,-1,9,11,10,-1,12,13,14,-1,17,18,15,-1,20,21,1,-1,1,23,22,-1,15,24,25,-1,18,26,15,-1,1,27,28,-1,29,1,21,-1,13,31,3,-1,0,8,30,-1,0,32,7,-1,2,33,6,-1,3,31,4,-1,31,34,4,-1,15,35,9,-1,13,3,2,-1,2,15,13,-1,13,15,14,-1,15,9,10,-1,1,35,15,-1,1,16,27,-1,17,15,19,-1,3,33,2,-1,15,32,0,-1,15,36,32,-1,11,1,29,-1,1,11,35,-1,0,28,15,-1,27,15,28,-1,27,37,15,-1,15,38,39,-1,15,26,40,-1,19,15,25,-1,3,4,34,-1,23,0,41,-1,23,1,0,-1,41,0,42,-1,42,0,30,-1,24,15,37,-1,38,15,40,-1,1,39,16,-1,15,39,1,-1,1,28,0,-1,14,10,12,-1,36,2,5,-1,2,36,15,-1,15,10,14,-1,20,1,22,-1});
			return IndexedFaceSet_10_260_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #260, 129 total numbers made up of 43 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_260_point()
		{
			MFVec3f Coordinate_11_260_point = new MFVec3f(new double[] {-1.009,48.639,1.535,-0.934,48.911,1.439,-0.92,48.691,1.452,-0.447,48.949,1.242,-0.44,48.951,1.243,-0.427,48.668,1.388,-0.459,48.905,1.255,-0.55,48.465,1.716,-0.503,48.639,1.683,-0.677,49.229,1.151,-0.629,49.217,1.127,-0.659,49.224,1.149,-0.569,49.157,1.147,-0.881,48.799,1.399,-0.574,49.16,1.142,-1.142,48.638,1.499,-1.766,48.752,1.543,-1.625,48.859,1.327,-1.635,48.896,1.339,-1.652,48.647,1.384,-0.531,48.944,1.5,-0.611,49.111,1.327,-0.528,48.938,1.504,-0.521,48.913,1.525,-1.806,48.529,1.571,-1.725,48.54,1.48,-1.654,48.922,1.371,-1.805,48.635,1.589,-1.144,48.643,1.586,-0.642,49.189,1.221,-0.509,48.896,1.546,-0.468,48.95,1.235,-0.597,48.424,1.642,-0.46,48.919,1.25,-0.449,48.95,1.245,-0.671,49.231,1.149,-0.485,48.479,1.507,-1.821,48.555,1.589,-1.672,48.931,1.402,-1.71,48.878,1.466,-1.672,48.931,1.401,-0.52,48.908,1.53,-0.51,48.9,1.541});
			return Coordinate_11_260_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #264, 824 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_10_264_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_264_coordIndex = new MFInt32(new int[] {0,1,2,-1,8,9,0,-1,4,12,11,-1,7,24,21,-1,25,26,22,-1,26,27,22,-1,28,29,30,-1,28,31,29,-1,33,34,35,-1,33,36,34,-1,28,25,16,-1,28,26,25,-1,14,7,38,-1,23,49,5,-1,20,46,5,-1,49,12,5,-1,17,16,7,-1,26,30,50,-1,26,28,30,-1,28,16,17,-1,20,48,46,-1,49,47,12,-1,49,23,47,-1,6,21,10,-1,15,4,14,-1,10,17,7,-1,5,12,4,-1,54,56,55,-1,57,44,58,-1,42,41,59,-1,42,60,45,-1,9,61,1,-1,9,62,61,-1,63,10,22,-1,63,64,10,-1,1,0,9,-1,68,6,3,-1,30,9,8,-1,34,70,69,-1,7,6,10,-1,54,18,19,-1,13,4,11,-1,38,7,14,-1,7,14,13,-1,6,7,3,-1,57,72,44,-1,32,72,57,-1,10,74,17,-1,3,7,13,-1,43,75,53,-1,78,58,44,-1,58,78,79,-1,80,32,57,-1,18,32,80,-1,65,60,51,-1,65,45,60,-1,56,51,52,-1,56,54,51,-1,2,39,83,-1,75,84,40,-1,75,76,84,-1,80,77,18,-1,84,79,85,-1,79,84,76,-1,0,86,87,-1,83,86,0,-1,35,88,87,-1,89,88,35,-1,27,73,22,-1,7,16,25,-1,22,73,63,-1,74,64,90,-1,64,74,10,-1,62,91,61,-1,62,92,91,-1,93,69,94,-1,93,37,69,-1,91,95,96,-1,95,91,94,-1,1,97,2,-1,97,1,61,-1,51,81,66,-1,98,51,60,-1,81,53,40,-1,82,53,81,-1,42,59,41,-1,39,85,99,-1,85,39,40,-1,88,30,8,-1,88,50,30,-1,42,18,77,-1,71,27,100,-1,73,27,71,-1,31,101,29,-1,90,101,31,-1,97,39,2,-1,97,67,39,-1,82,43,53,-1,82,41,43,-1,55,95,70,-1,95,55,56,-1,63,71,102,-1,63,73,71,-1,11,103,3,-1,47,103,12,-1,47,46,48,-1,3,103,68,-1,46,47,23,-1,5,46,23,-1,99,79,78,-1,85,79,99,-1,89,50,88,-1,89,100,50,-1,18,42,19,-1,72,36,44,-1,70,36,72,-1,101,92,62,-1,92,101,104,-1,52,66,67,-1,66,52,51,-1,96,56,52,-1,96,95,56,-1,64,102,104,-1,64,63,102,-1,5,21,68,-1,103,47,5,-1,5,68,103,-1,12,103,11,-1,47,48,20,-1,21,22,10,-1,104,93,92,-1,102,93,104,-1,82,98,60,-1,96,67,97,-1,67,96,52,-1,90,104,101,-1,90,64,104,-1,83,0,2,-1,29,9,30,-1,86,78,33,-1,78,86,99,-1,42,76,41,-1,21,6,68,-1,47,20,5,-1,5,4,21,-1,102,37,93,-1,102,71,37,-1,39,67,66,-1,29,62,9,-1,62,29,101,-1,15,21,4,-1,37,100,89,-1,37,71,100,-1,99,83,39,-1,86,83,99,-1,76,43,41,-1,76,75,43,-1,45,19,42,-1,60,41,82,-1,42,41,60,-1,51,82,81,-1,98,82,51,-1,19,65,54,-1,19,45,65,-1,40,66,81,-1,39,66,40,-1,61,96,97,-1,96,61,91,-1,94,70,95,-1,70,94,69,-1,92,94,91,-1,92,93,94,-1,17,90,31,-1,90,17,74,-1,7,15,14,-1,7,21,15,-1,25,24,7,-1,8,87,88,-1,8,0,87,-1,34,89,35,-1,37,89,34,-1,70,34,36,-1,87,33,35,-1,86,33,87,-1,85,40,84,-1,57,77,80,-1,57,58,77,-1,40,53,75,-1,100,26,50,-1,26,100,27,-1,22,24,25,-1,24,22,21,-1,54,65,51,-1,33,44,36,-1,44,33,78,-1,76,58,79,-1,77,58,76,-1,42,77,76,-1,55,32,54,-1,72,32,55,-1,28,17,31,-1,13,11,3,-1,13,14,4,-1,18,54,32,-1,55,70,72,-1,69,37,34,-1});
			return IndexedFaceSet_10_264_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #264, 315 total numbers made up of 105 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_264_point()
		{
			MFVec3f Coordinate_11_264_point = new MFVec3f(new double[] {-2.835,50.32,-0.42,-2.879,50.288,-0.433,-2.837,49.963,-0.104,-1.52,52.09,-1.902,-1.289,52.217,-1.591,-0.979,52.077,-1.458,-1.731,51.867,-1.711,-1.734,52.051,-1.692,-2.717,50.669,-0.712,-2.78,50.578,-0.753,-1.798,51.725,-1.527,-1.33,52.28,-1.832,-1.147,52.25,-1.683,-1.463,52.271,-1.881,-1.463,52.313,-1.771,-1.493,52.124,-1.553,-1.941,51.894,-1.501,-2.005,51.74,-1.594,-1.819,50.202,0.356,-1.676,50.227,0.374,-0.641,51.931,-1.396,-1.547,52.014,-1.476,-1.722,51.733,-1.35,-0.849,52.264,-1.572,-1.614,52.036,-1.485,-1.916,51.902,-1.46,-2.169,51.547,-1.216,-2.005,51.567,-1.133,-2.294,51.434,-1.329,-2.61,50.955,-1.085,-2.583,51.004,-1.058,-2.322,51.322,-1.363,-2.001,50.321,0.167,-2.473,50.329,-0.152,-2.268,50.762,-0.499,-2.468,50.636,-0.437,-2.271,50.513,-0.21,-2.176,51.001,-0.694,-1.642,52.227,-1.689,-2.593,49.753,0.215,-2.381,49.685,0.391,-1.778,49.687,0.677,-1.707,49.94,0.573,-1.887,49.663,0.689,-2.2,50.31,0.065,-1.678,50.105,0.355,-0.674,52.136,-1.468,-0.843,52.044,-1.578,-0.758,52.047,-1.588,-1.049,52.261,-1.636,-2.409,51.19,-0.989,-2.038,49.96,0.202,-2.3,50.03,0.013,-2.291,49.623,0.454,-1.892,50.315,0.126,-2.033,50.472,-0.07,-2.115,50.284,-0.049,-2.075,50.25,0.203,-2.155,50.157,0.233,-1.641,49.816,0.534,-1.765,49.907,0.374,-2.756,50.295,-0.456,-2.643,50.615,-0.768,-1.981,51.404,-1.146,-2.074,51.337,-1.25,-1.84,50.159,0.206,-2.33,49.796,0.188,-2.496,49.858,0.078,-1.437,51.986,-1.749,-2.208,50.8,-0.518,-2.15,50.601,-0.268,-2.061,51.235,-0.882,-2.09,50.411,0.013,-1.9,51.492,-1.078,-1.922,51.647,-1.507,-2.226,49.649,0.493,-2.092,49.88,0.476,-2.001,49.994,0.443,-2.366,50.118,0.121,-2.275,50.006,0.268,-1.883,50.19,0.343,-2.157,49.752,0.314,-1.888,49.675,0.501,-2.734,50.071,-0.092,-2.163,49.851,0.449,-2.373,49.877,0.3,-2.629,50.181,-0.113,-2.64,50.485,-0.416,-2.539,50.833,-0.691,-2.359,50.934,-0.681,-2.196,51.323,-1.32,-2.531,50.416,-0.502,-2.436,50.713,-0.768,-2.285,50.853,-0.741,-2.325,50.62,-0.535,-2.271,50.402,-0.269,-2.466,50.191,-0.224,-2.684,50.041,-0.164,-1.949,49.914,0.274,-2.495,49.976,0.161,-2.183,51.264,-0.924,-2.487,50.944,-1.076,-2.173,51.127,-0.944,-1.094,52.088,-1.674,-2.315,51.007,-1.024});
			return Coordinate_11_264_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #268, 608 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_10_268_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_268_coordIndex = new MFInt32(new int[] {0,1,2,-1,16,3,18,-1,3,17,18,-1,17,18,19,-1,22,15,7,-1,29,39,30,-1,29,40,39,-1,7,41,22,-1,42,32,13,-1,43,44,5,-1,43,31,44,-1,6,23,24,-1,24,45,6,-1,12,46,10,-1,12,30,46,-1,8,47,10,-1,8,21,47,-1,9,21,8,-1,9,22,21,-1,7,9,14,-1,45,25,48,-1,45,24,25,-1,49,13,32,-1,49,50,13,-1,51,13,52,-1,51,0,13,-1,18,3,16,-1,7,14,58,-1,56,19,5,-1,2,1,61,-1,28,54,53,-1,67,54,28,-1,51,52,26,-1,27,52,68,-1,22,55,21,-1,22,41,55,-1,17,19,18,-1,17,43,19,-1,70,44,71,-1,23,44,70,-1,19,71,17,-1,72,19,57,-1,55,46,73,-1,46,55,69,-1,7,14,41,-1,7,58,14,-1,21,73,47,-1,21,55,73,-1,33,40,34,-1,33,39,40,-1,54,36,35,-1,54,67,36,-1,60,38,37,-1,38,60,59,-1,28,59,60,-1,74,59,28,-1,40,53,54,-1,40,29,53,-1,75,76,77,-1,77,23,70,-1,24,23,77,-1,75,57,61,-1,72,57,75,-1,76,0,51,-1,59,49,38,-1,59,50,49,-1,76,1,0,-1,50,74,27,-1,50,59,74,-1,66,2,48,-1,66,0,2,-1,57,45,61,-1,45,57,6,-1,48,26,66,-1,48,25,26,-1,65,27,64,-1,63,28,62,-1,53,11,78,-1,53,29,11,-1,69,9,8,-1,69,14,9,-1,15,9,7,-1,33,11,12,-1,33,34,11,-1,35,62,78,-1,35,36,62,-1,38,63,37,-1,63,38,64,-1,32,65,49,-1,32,42,65,-1,64,49,65,-1,64,38,49,-1,37,62,36,-1,62,37,63,-1,78,34,35,-1,11,34,78,-1,12,47,33,-1,10,47,12,-1,46,8,10,-1,46,69,8,-1,29,12,11,-1,29,30,12,-1,53,62,28,-1,62,53,78,-1,28,64,27,-1,64,28,63,-1,42,27,65,-1,42,52,27,-1,66,52,42,-1,66,26,52,-1,5,23,6,-1,5,44,23,-1,31,43,17,-1,5,57,56,-1,57,5,6,-1,61,48,2,-1,48,61,45,-1,13,0,66,-1,27,13,50,-1,68,13,27,-1,13,68,52,-1,61,76,75,-1,61,1,76,-1,77,72,75,-1,77,70,72,-1,25,77,76,-1,25,24,77,-1,60,67,28,-1,74,28,27,-1,37,67,60,-1,36,67,37,-1,54,34,40,-1,34,54,35,-1,47,39,33,-1,47,73,39,-1,41,69,55,-1,69,41,14,-1,30,73,46,-1,30,39,73,-1,31,71,44,-1,31,17,71,-1,72,71,19,-1,70,71,72,-1,3,18,17,-1,20,4,3,-1,4,20,3,-1,43,5,19,-1,9,15,22,-1,76,26,25,-1,76,51,26,-1,42,13,66,-1,57,19,56,-1});
			return IndexedFaceSet_10_268_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #268, 237 total numbers made up of 79 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_268_point()
		{
			MFVec3f Coordinate_11_268_point = new MFVec3f(new double[] {-3.498,50.117,-1.85,-3.231,50.413,-2.079,-3.229,50.364,-2.145,-0.958,51.495,-1.875,-0.826,51.432,-1.784,-2.032,51.252,-2.403,-2.451,51.001,-2.328,-1.809,48.772,1.398,-2.481,48.716,1.062,-2.217,48.699,1.188,-2.893,48.737,0.839,-3.582,48.824,0.299,-3.25,48.774,0.603,-3.732,49.835,-1.515,-2.145,48.931,1.193,-1.928,48.64,1.485,-0.997,51.5,-1.914,-1.554,51.609,-2.233,-1.071,51.579,-1.999,-1.651,51.571,-2.413,-0.557,51.326,-1.434,-2.66,48.601,1.151,-2.379,48.592,1.309,-2.443,51.075,-2.139,-2.714,50.81,-2.0,-3.001,50.459,-1.757,-3.264,50.212,-1.584,-3.612,49.617,-0.949,-3.649,49.329,-0.464,-3.368,49.021,0.297,-3.107,48.943,0.608,-1.79,51.438,-2.154,-3.926,49.616,-1.467,-3.491,48.643,0.641,-3.806,48.707,0.334,-3.983,48.811,-0.035,-4.081,48.947,-0.352,-4.111,49.054,-0.606,-4.132,49.233,-0.947,-3.348,48.834,0.656,-3.61,48.886,0.317,-2.306,48.763,1.311,-3.683,49.772,-1.493,-1.719,51.348,-2.363,-2.099,51.306,-2.178,-2.779,50.716,-2.166,-2.748,48.925,0.854,-3.119,48.613,0.894,-3.139,50.365,-1.96,-4.096,49.411,-1.212,-3.972,49.52,-1.098,-3.348,50.226,-1.634,-3.458,49.925,-1.315,-3.482,49.166,-0.051,-3.807,48.991,-0.026,-2.573,48.769,1.167,-1.932,51.36,-2.539,-2.45,51.058,-2.543,-1.87,48.769,1.413,-4.001,49.368,-0.868,-3.983,49.19,-0.563,-2.84,50.727,-2.389,-3.867,49.046,-0.341,-3.923,49.162,-0.589,-3.92,49.321,-0.914,-3.86,49.489,-1.132,-3.404,50.079,-1.745,-3.899,49.116,-0.311,-3.679,49.79,-1.235,-2.381,48.923,1.071,-2.495,51.19,-2.259,-2.065,51.479,-2.309,-2.49,51.187,-2.423,-2.998,48.799,0.914,-3.787,49.381,-0.652,-2.858,50.857,-2.259,-3.204,50.457,-1.979,-2.802,50.9,-2.098,-3.761,48.93,-0.064});
			return Coordinate_11_268_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #272, 904 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_10_272_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_272_coordIndex = new MFInt32(new int[] {4,5,6,-1,7,9,8,-1,10,12,11,-1,0,22,15,-1,24,1,23,-1,26,11,25,-1,27,12,28,-1,31,32,30,-1,9,33,34,-1,35,36,37,-1,39,40,38,-1,41,42,43,-1,46,44,47,-1,46,45,44,-1,49,50,42,-1,16,1,17,-1,52,53,57,-1,53,58,57,-1,7,8,29,-1,59,6,51,-1,59,4,6,-1,8,60,51,-1,8,61,60,-1,60,62,63,-1,60,64,62,-1,36,67,68,-1,36,11,67,-1,67,26,56,-1,55,69,70,-1,69,71,70,-1,52,4,59,-1,52,57,4,-1,53,52,72,-1,52,73,72,-1,73,71,74,-1,74,75,73,-1,76,77,72,-1,72,75,76,-1,54,78,58,-1,3,79,2,-1,77,76,20,-1,2,80,81,-1,2,79,80,-1,20,22,82,-1,20,0,83,-1,19,17,1,-1,17,23,16,-1,0,17,21,-1,21,83,0,-1,20,81,80,-1,80,79,78,-1,78,20,80,-1,54,77,20,-1,74,2,84,-1,74,3,2,-1,71,3,74,-1,71,69,3,-1,4,85,55,-1,85,69,55,-1,70,73,62,-1,70,71,73,-1,68,56,86,-1,68,67,56,-1,61,64,60,-1,61,87,64,-1,45,46,13,-1,58,53,54,-1,0,20,82,-1,14,38,40,-1,40,91,14,-1,91,50,14,-1,92,93,33,-1,42,41,94,-1,41,95,94,-1,88,33,32,-1,33,30,32,-1,14,49,48,-1,49,96,48,-1,18,23,1,-1,16,23,18,-1,1,15,22,-1,21,17,22,-1,17,19,22,-1,19,1,22,-1,16,18,1,-1,15,1,0,-1,74,76,75,-1,84,76,74,-1,97,98,28,-1,99,98,97,-1,20,21,22,-1,100,45,101,-1,100,44,45,-1,7,33,9,-1,33,7,30,-1,95,88,32,-1,41,88,95,-1,96,42,94,-1,49,42,96,-1,42,50,105,-1,90,88,43,-1,88,90,92,-1,106,65,107,-1,66,65,106,-1,108,47,109,-1,46,47,108,-1,105,89,90,-1,91,105,50,-1,91,89,105,-1,40,89,91,-1,90,110,111,-1,90,89,110,-1,94,103,102,-1,103,94,95,-1,111,107,112,-1,111,106,107,-1,47,99,66,-1,47,44,99,-1,14,48,38,-1,24,0,1,-1,0,23,17,-1,0,24,23,-1,13,46,108,-1,104,13,48,-1,13,104,101,-1,96,102,104,-1,94,102,96,-1,93,34,33,-1,112,93,92,-1,112,113,93,-1,114,61,34,-1,114,87,61,-1,86,87,68,-1,86,64,87,-1,113,36,114,-1,113,37,36,-1,10,65,97,-1,65,10,35,-1,56,70,86,-1,56,55,70,-1,31,27,28,-1,27,31,30,-1,26,7,29,-1,25,7,26,-1,56,4,55,-1,5,4,56,-1,62,73,63,-1,58,69,85,-1,58,3,69,-1,54,20,78,-1,21,20,81,-1,82,22,0,-1,20,21,81,-1,20,83,21,-1,84,2,81,-1,78,3,58,-1,78,79,3,-1,54,72,77,-1,72,54,53,-1,72,73,75,-1,58,85,57,-1,63,52,59,-1,63,73,52,-1,5,26,29,-1,26,5,56,-1,30,25,27,-1,30,7,25,-1,28,103,31,-1,28,98,103,-1,67,11,26,-1,35,11,36,-1,35,10,11,-1,97,66,99,-1,66,97,65,-1,37,112,107,-1,113,112,37,-1,114,68,87,-1,68,114,36,-1,86,62,64,-1,70,62,86,-1,34,113,114,-1,93,113,34,-1,108,110,39,-1,108,109,110,-1,60,59,51,-1,63,59,60,-1,6,8,51,-1,96,104,48,-1,39,13,108,-1,13,39,38,-1,38,48,13,-1,49,14,50,-1,102,98,100,-1,98,102,103,-1,88,41,43,-1,103,95,32,-1,110,106,111,-1,110,109,106,-1,92,111,112,-1,92,90,111,-1,89,39,110,-1,89,40,39,-1,109,66,106,-1,47,66,109,-1,35,107,65,-1,35,37,107,-1,34,8,9,-1,8,34,61,-1,92,33,88,-1,43,105,90,-1,43,42,105,-1,100,104,102,-1,100,101,104,-1,103,32,31,-1,101,45,13,-1,99,100,98,-1,100,99,44,-1,27,11,12,-1,27,25,11,-1,10,28,12,-1,97,28,10,-1,57,85,4,-1,5,8,6,-1,5,29,8,-1,76,81,20,-1,81,76,84,-1});
			return IndexedFaceSet_10_272_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #272, 345 total numbers made up of 115 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_272_point()
		{
			MFVec3f Coordinate_11_272_point = new MFVec3f(new double[] {-1.325,50.678,-2.624,-1.022,50.747,-2.285,-2.387,50.454,-2.482,-2.97,50.027,-2.301,-4.384,48.58,-1.392,-4.466,48.316,-0.839,-4.549,48.273,-0.861,-4.037,47.932,0.129,-4.405,48.056,-0.283,-4.132,47.82,0.174,-3.688,48.154,0.416,-3.915,48.169,0.182,-3.708,48.13,0.404,-2.064,47.649,1.882,-2.118,47.265,2.022,-1.296,50.719,-2.668,-1.028,50.751,-2.239,-1.37,50.628,-2.484,-0.935,50.712,-2.198,-1.158,50.845,-2.268,-1.959,50.579,-2.698,-1.519,50.701,-2.411,-1.435,50.815,-2.435,-0.999,50.656,-2.246,-1.041,50.604,-2.485,-3.941,48.118,0.148,-4.244,48.252,-0.282,-3.768,48.021,0.365,-3.348,47.98,0.79,-4.353,48.071,-0.313,-3.845,47.851,0.392,-3.44,47.773,0.834,-3.449,47.715,0.849,-3.914,47.788,0.444,-4.128,47.917,0.217,-3.754,48.149,0.464,-3.999,48.201,0.231,-3.825,48.092,0.493,-2.126,47.478,1.94,-2.45,47.613,1.755,-2.457,47.515,1.775,-3.217,47.514,1.121,-2.879,47.392,1.419,-3.237,47.564,1.124,-2.657,48.032,1.246,-2.229,47.911,1.558,-2.335,47.915,1.615,-2.767,48.003,1.313,-2.0,47.305,1.963,-2.425,47.237,1.793,-2.431,47.26,1.796,-4.661,48.233,-0.872,-3.777,49.23,-2.252,-2.954,49.87,-2.697,-2.317,50.296,-2.789,-4.292,48.75,-1.231,-4.382,48.456,-0.71,-3.715,49.276,-2.162,-2.929,49.909,-2.531,-4.488,48.528,-1.475,-4.665,48.299,-0.801,-4.458,48.04,-0.253,-4.474,48.676,-1.332,-4.503,48.6,-1.389,-4.608,48.364,-0.743,-3.372,48.09,0.818,-3.126,48.053,1.052,-4.211,48.321,-0.22,-4.297,48.31,-0.149,-3.661,49.407,-1.929,-4.411,48.74,-1.249,-3.7,49.422,-1.909,-3.023,49.946,-2.591,-3.83,49.34,-2.064,-2.998,50.061,-2.294,-3.035,50.007,-2.47,-2.405,50.453,-2.619,-2.339,50.395,-2.741,-2.32,50.284,-2.667,-2.364,50.337,-2.485,-2.052,50.537,-2.509,-2.023,50.653,-2.554,-1.492,50.761,-2.569,-1.436,50.618,-2.6,-2.402,50.472,-2.497,-3.635,49.31,-2.075,-4.512,48.453,-0.679,-4.402,48.203,-0.177,-3.464,47.608,0.895,-2.906,47.6,1.429,-3.253,47.626,1.129,-2.455,47.407,1.794,-3.505,47.705,0.896,-3.918,47.846,0.463,-2.84,47.495,1.382,-3.203,47.589,1.089,-2.377,47.345,1.734,-3.269,48.104,0.796,-3.078,47.944,1.0,-3.005,48.072,0.993,-2.691,47.878,1.272,-2.246,47.79,1.57,-2.783,47.639,1.336,-3.164,47.72,1.056,-2.324,47.501,1.666,-2.899,47.502,1.428,-3.217,47.951,1.093,-3.471,47.991,0.859,-2.418,47.785,1.688,-2.849,47.893,1.374,-2.902,47.746,1.415,-3.27,47.828,1.127,-3.532,47.903,0.884,-3.884,48.0,0.499,-4.095,48.075,0.25});
			return Coordinate_11_272_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #276, 680 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_10_276_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_276_coordIndex = new MFInt32(new int[] {5,6,3,-1,10,11,12,-1,10,13,11,-1,14,15,16,-1,14,17,15,-1,17,18,19,-1,17,20,18,-1,21,22,23,-1,28,19,18,-1,28,29,19,-1,25,24,32,-1,33,32,24,-1,38,34,3,-1,5,37,34,-1,40,21,39,-1,41,8,42,-1,41,9,8,-1,29,43,44,-1,43,45,44,-1,47,48,46,-1,54,53,55,-1,57,58,4,-1,57,52,58,-1,55,53,2,-1,2,59,55,-1,5,34,6,-1,7,5,6,-1,3,34,37,-1,35,34,38,-1,35,2,6,-1,56,11,55,-1,11,54,55,-1,57,61,12,-1,12,52,57,-1,12,11,56,-1,56,52,12,-1,10,39,62,-1,10,40,39,-1,15,44,16,-1,44,63,16,-1,19,29,15,-1,29,44,15,-1,64,65,66,-1,64,45,65,-1,42,31,67,-1,42,8,31,-1,3,5,60,-1,34,35,6,-1,20,39,49,-1,20,17,39,-1,71,49,51,-1,71,20,49,-1,49,21,23,-1,53,61,57,-1,53,22,61,-1,6,2,3,-1,62,72,51,-1,61,40,12,-1,21,40,61,-1,50,54,11,-1,51,72,71,-1,21,49,39,-1,28,43,29,-1,43,28,1,-1,25,33,24,-1,60,5,3,-1,69,33,74,-1,75,32,76,-1,68,25,77,-1,33,78,74,-1,30,76,69,-1,79,75,80,-1,79,77,75,-1,68,81,78,-1,81,68,70,-1,67,30,82,-1,30,67,31,-1,83,30,84,-1,83,80,30,-1,79,26,70,-1,26,79,85,-1,86,82,81,-1,67,82,86,-1,27,85,65,-1,27,26,85,-1,0,67,86,-1,42,67,0,-1,84,66,83,-1,66,84,8,-1,27,1,0,-1,66,9,64,-1,66,8,9,-1,1,48,41,-1,48,1,28,-1,64,44,45,-1,44,64,63,-1,63,73,16,-1,63,47,73,-1,20,46,18,-1,71,46,20,-1,72,73,46,-1,14,39,17,-1,39,14,62,-1,62,13,10,-1,52,36,58,-1,52,56,36,-1,58,38,4,-1,2,36,59,-1,36,2,35,-1,35,58,36,-1,38,58,35,-1,6,5,7,-1,56,59,36,-1,56,55,59,-1,53,54,22,-1,23,51,49,-1,50,51,23,-1,72,62,14,-1,46,71,72,-1,47,46,73,-1,18,48,28,-1,46,48,18,-1,64,47,63,-1,64,9,47,-1,9,48,47,-1,9,41,48,-1,1,42,0,-1,41,42,1,-1,65,43,27,-1,43,65,45,-1,83,65,85,-1,65,83,66,-1,8,84,31,-1,27,86,26,-1,0,86,27,-1,81,26,86,-1,81,70,26,-1,80,85,79,-1,85,80,83,-1,30,31,84,-1,74,81,82,-1,74,78,81,-1,70,77,79,-1,70,68,77,-1,76,80,75,-1,80,76,30,-1,82,69,74,-1,30,69,82,-1,32,77,25,-1,77,32,75,-1,69,32,33,-1,76,32,69,-1,5,3,37,-1,3,4,38,-1,51,13,62,-1,13,51,50,-1,1,27,43,-1,78,25,68,-1,25,78,33,-1,4,3,2,-1,22,50,23,-1,50,22,54,-1,15,17,19,-1,73,14,16,-1,72,14,73,-1,10,12,40,-1,50,11,13,-1,2,57,4,-1,2,53,57,-1,61,22,21,-1});
			return IndexedFaceSet_10_276_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #276, 261 total numbers made up of 87 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_276_point()
		{
			MFVec3f Coordinate_11_276_point = new MFVec3f(new double[] {-3.914,46.803,0.934,-4.448,47.091,0.306,-1.894,49.834,-3.048,-1.311,50.086,-2.981,-1.845,49.843,-3.136,-0.862,49.96,-2.581,-1.369,50.096,-2.872,-0.722,49.947,-2.44,-3.774,47.134,1.039,-4.251,47.382,0.479,-4.219,48.693,-2.273,-3.508,49.174,-2.587,-3.567,49.152,-2.78,-4.143,48.708,-2.158,-4.823,47.984,-1.254,-4.937,47.648,-0.774,-4.864,47.733,-0.687,-4.824,47.864,-1.378,-4.834,47.569,-0.812,-4.869,47.56,-0.829,-4.756,47.847,-1.361,-4.131,48.523,-2.399,-3.5,48.998,-2.726,-4.119,48.538,-2.359,-2.244,46.018,2.376,-2.304,45.899,2.411,-3.556,46.3,1.523,-4.025,46.664,0.997,-4.701,47.339,-0.227,-4.736,47.325,-0.224,-2.995,46.705,1.79,-3.294,46.927,1.454,-2.238,46.102,2.345,-2.251,46.037,2.317,-1.258,50.126,-2.923,-1.743,50.108,-2.936,-1.979,50.04,-2.973,-1.199,50.055,-2.937,-1.787,50.085,-3.069,-4.626,48.156,-1.916,-4.213,48.603,-2.382,-4.229,47.292,0.352,-3.774,47.049,0.955,-4.481,47.07,0.311,-4.765,47.408,-0.113,-4.456,47.147,0.442,-4.679,47.738,-0.634,-4.562,47.564,-0.025,-4.507,47.486,-0.169,-4.569,48.142,-1.919,-4.121,48.684,-2.164,-4.534,48.284,-1.675,-2.525,49.735,-3.143,-2.558,49.595,-3.003,-3.482,49.108,-2.564,-2.566,49.603,-2.966,-2.597,49.785,-2.973,-2.507,49.557,-3.207,-2.098,49.926,-3.162,-2.034,49.801,-3.025,-1.075,49.872,-2.891,-3.497,48.972,-2.858,-4.603,48.287,-1.712,-4.68,47.498,-0.061,-4.38,47.268,0.485,-3.992,46.81,1.085,-3.907,46.955,1.086,-3.331,46.79,1.426,-2.761,45.857,2.186,-2.474,46.473,2.087,-3.215,46.085,1.842,-4.628,47.97,-1.149,-4.682,47.997,-1.144,-4.722,47.773,-0.598,-2.531,46.311,2.054,-2.679,46.213,2.207,-2.578,46.398,2.16,-2.751,45.982,2.225,-2.629,46.033,2.114,-3.216,46.22,1.878,-3.136,46.483,1.848,-3.112,46.266,1.763,-3.016,46.581,1.723,-3.444,46.665,1.575,-3.373,46.847,1.54,-3.55,46.449,1.546,-3.446,46.49,1.435});
			return Coordinate_11_276_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #280, 592 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_10_280_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_280_coordIndex = new MFInt32(new int[] {1,3,2,-1,10,2,3,-1,11,12,13,-1,16,17,18,-1,16,19,17,-1,20,21,22,-1,20,23,21,-1,24,18,25,-1,28,11,27,-1,5,4,26,-1,35,36,37,-1,36,38,37,-1,12,28,39,-1,28,35,39,-1,41,42,43,-1,43,44,41,-1,45,46,47,-1,46,48,47,-1,47,48,49,-1,48,44,49,-1,14,45,50,-1,51,24,25,-1,0,4,31,-1,31,4,0,-1,5,25,4,-1,30,53,14,-1,53,15,14,-1,44,43,54,-1,54,49,44,-1,28,27,35,-1,27,36,35,-1,36,55,38,-1,55,56,38,-1,57,34,58,-1,57,33,34,-1,3,6,7,-1,59,9,42,-1,60,5,26,-1,32,0,31,-1,31,0,32,-1,46,45,61,-1,52,60,26,-1,24,21,18,-1,24,51,21,-1,23,18,21,-1,23,62,18,-1,63,47,49,-1,63,64,47,-1,30,66,29,-1,30,14,66,-1,15,45,14,-1,61,67,13,-1,40,53,43,-1,2,27,68,-1,68,27,11,-1,40,42,8,-1,40,43,42,-1,13,12,61,-1,61,15,67,-1,19,66,65,-1,45,64,50,-1,64,45,47,-1,71,14,50,-1,66,14,71,-1,54,63,49,-1,30,63,54,-1,62,16,18,-1,51,22,21,-1,51,17,22,-1,52,17,60,-1,12,46,61,-1,27,2,10,-1,25,26,4,-1,20,71,72,-1,71,20,65,-1,73,70,7,-1,69,70,73,-1,70,74,7,-1,74,70,69,-1,3,7,75,-1,1,7,6,-1,73,7,1,-1,57,69,33,-1,55,74,56,-1,55,75,74,-1,38,57,58,-1,38,56,57,-1,55,27,10,-1,55,36,27,-1,68,33,2,-1,34,33,68,-1,9,58,34,-1,59,58,9,-1,13,9,11,-1,8,9,13,-1,37,39,35,-1,41,39,37,-1,15,40,67,-1,53,40,15,-1,54,43,53,-1,30,76,63,-1,30,29,76,-1,72,23,20,-1,23,72,76,-1,16,66,19,-1,16,29,66,-1,17,51,60,-1,25,17,52,-1,18,17,25,-1,51,25,5,-1,51,5,60,-1,25,52,26,-1,65,66,71,-1,76,62,23,-1,62,76,29,-1,64,76,72,-1,64,63,76,-1,30,54,53,-1,50,72,71,-1,50,64,72,-1,61,45,15,-1,48,41,44,-1,48,39,41,-1,67,8,13,-1,40,8,67,-1,46,39,48,-1,46,12,39,-1,59,41,37,-1,59,42,41,-1,58,37,38,-1,37,58,59,-1,11,34,68,-1,9,34,11,-1,73,2,33,-1,73,1,2,-1,10,75,55,-1,10,3,75,-1,69,56,74,-1,56,69,57,-1,33,69,73,-1,75,7,74,-1,16,62,29,-1,28,12,11,-1,22,65,20,-1,65,22,17,-1,19,65,17,-1,9,8,42,-1,6,3,1,-1});
			return IndexedFaceSet_10_280_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #280, 231 total numbers made up of 77 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_280_point()
		{
			MFVec3f Coordinate_11_280_point = new MFVec3f(new double[] {-1.173,49.32,-3.017,-2.851,45.061,2.212,-3.474,45.44,1.671,-2.873,45.023,2.213,-1.205,49.364,-3.083,-1.647,49.37,-3.239,-2.414,44.981,2.527,-2.45,45.025,2.528,-4.89,47.227,-0.649,-4.541,46.773,0.31,-3.496,45.413,1.675,-4.66,46.446,0.133,-5.047,46.994,-0.917,-5.003,47.021,-0.892,-4.453,47.908,-2.505,-4.734,47.659,-2.001,-3.581,48.616,-2.843,-2.548,48.941,-3.392,-2.859,48.968,-3.123,-3.462,48.49,-3.062,-3.519,48.559,-3.177,-2.86,49.052,-3.212,-2.632,49.032,-3.381,-3.591,48.636,-3.054,-2.738,49.071,-3.17,-2.02,49.257,-3.214,-1.611,49.226,-3.331,-4.042,45.854,1.06,-4.704,46.429,0.131,-4.149,48.322,-2.571,-4.533,48.04,-2.245,-0.669,49.175,-2.555,-0.581,49.123,-2.503,-3.375,45.842,1.719,-3.873,46.234,1.137,-4.761,46.526,0.246,-4.107,45.967,1.138,-4.706,46.648,0.31,-4.028,46.126,1.16,-5.157,47.046,-0.777,-4.898,47.533,-1.398,-5.109,47.147,-0.682,-4.949,47.235,-0.629,-4.964,47.537,-1.39,-5.081,47.486,-1.501,-4.795,47.611,-2.159,-5.007,47.344,-1.705,-4.904,47.672,-2.157,-5.111,47.41,-1.615,-4.909,47.744,-2.013,-4.461,47.887,-2.581,-2.355,49.162,-3.393,-2.087,49.108,-3.314,-4.769,47.759,-1.848,-4.845,47.783,-1.843,-3.574,45.506,1.706,-3.512,45.696,1.748,-3.371,45.858,1.759,-3.938,46.283,1.147,-4.572,46.79,0.328,-2.172,49.138,-3.428,-4.985,47.355,-1.685,-3.615,48.663,-2.861,-4.604,48.017,-2.432,-4.567,47.943,-2.573,-3.442,48.475,-3.143,-4.007,48.188,-2.844,-4.895,47.423,-1.573,-3.983,45.882,1.044,-2.72,45.44,2.315,-2.441,45.142,2.517,-3.996,48.168,-2.925,-4.109,48.227,-2.913,-2.716,45.338,2.235,-2.858,45.275,2.319,-2.944,45.092,2.264,-4.177,48.301,-2.771});
			return Coordinate_11_280_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #284, 792 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_10_284_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_284_coordIndex = new MFInt32(new int[] {7,8,9,-1,12,13,6,-1,17,18,19,-1,17,20,18,-1,27,28,29,-1,27,30,28,-1,35,11,10,-1,32,36,10,-1,33,5,37,-1,33,4,5,-1,40,41,8,-1,40,42,41,-1,45,22,46,-1,45,21,22,-1,40,7,24,-1,40,8,7,-1,44,34,35,-1,6,1,2,-1,48,0,1,-1,43,49,42,-1,9,50,51,-1,51,26,9,-1,52,53,54,-1,51,50,46,-1,50,45,46,-1,51,55,56,-1,51,46,55,-1,56,18,58,-1,56,55,18,-1,27,31,59,-1,62,63,60,-1,62,64,63,-1,64,65,66,-1,64,62,65,-1,67,66,68,-1,68,69,67,-1,70,10,48,-1,0,48,47,-1,6,2,10,-1,16,66,65,-1,16,68,66,-1,37,72,33,-1,62,73,65,-1,62,74,73,-1,60,75,61,-1,60,63,75,-1,76,30,77,-1,77,78,76,-1,27,79,31,-1,27,80,79,-1,20,61,75,-1,81,30,76,-1,81,28,30,-1,58,18,20,-1,20,80,58,-1,17,19,76,-1,19,81,76,-1,25,58,29,-1,25,56,58,-1,26,56,25,-1,26,51,56,-1,54,53,21,-1,53,22,21,-1,15,54,21,-1,15,82,54,-1,23,40,24,-1,2,48,10,-1,35,13,71,-1,35,6,13,-1,13,16,71,-1,16,44,71,-1,43,14,83,-1,52,82,84,-1,52,54,82,-1,37,85,86,-1,37,5,85,-1,14,15,83,-1,47,48,2,-1,43,3,14,-1,11,32,10,-1,35,34,11,-1,77,86,85,-1,86,77,59,-1,3,88,14,-1,88,84,82,-1,84,88,89,-1,90,83,15,-1,83,90,49,-1,89,39,84,-1,38,39,89,-1,43,83,49,-1,32,11,34,-1,23,24,38,-1,9,41,50,-1,8,41,9,-1,92,84,39,-1,84,92,52,-1,25,93,26,-1,93,25,94,-1,22,95,57,-1,22,53,95,-1,29,94,25,-1,94,29,28,-1,58,27,29,-1,58,80,27,-1,20,79,80,-1,20,75,79,-1,17,78,61,-1,17,76,78,-1,96,75,63,-1,96,79,75,-1,85,78,77,-1,85,97,78,-1,98,87,96,-1,98,72,87,-1,97,74,60,-1,99,74,97,-1,72,86,87,-1,72,37,86,-1,73,99,100,-1,74,99,73,-1,67,72,98,-1,72,67,33,-1,65,44,16,-1,65,73,44,-1,100,44,73,-1,13,68,16,-1,68,13,12,-1,6,36,12,-1,6,10,36,-1,1,6,35,-1,47,1,0,-1,47,2,1,-1,70,35,10,-1,70,1,35,-1,35,71,44,-1,12,69,68,-1,69,12,36,-1,44,4,34,-1,44,100,4,-1,32,67,69,-1,33,67,32,-1,64,67,98,-1,64,66,67,-1,4,99,5,-1,99,4,100,-1,97,5,99,-1,5,97,85,-1,74,62,60,-1,98,63,64,-1,98,96,63,-1,59,87,86,-1,59,31,87,-1,97,61,78,-1,97,60,61,-1,31,96,87,-1,96,31,79,-1,95,28,81,-1,95,94,28,-1,57,18,55,-1,81,57,95,-1,57,81,19,-1,53,94,95,-1,93,94,53,-1,22,55,46,-1,57,55,22,-1,92,26,93,-1,92,9,26,-1,7,92,39,-1,7,9,92,-1,90,50,41,-1,90,45,50,-1,38,91,23,-1,91,38,89,-1,48,1,70,-1,39,24,7,-1,24,39,38,-1,14,82,15,-1,88,82,14,-1,49,41,42,-1,49,90,41,-1,15,45,90,-1,15,21,45,-1,3,23,91,-1,23,3,43,-1,43,40,23,-1,43,42,40,-1,3,89,88,-1,89,3,91,-1,34,33,32,-1,34,4,33,-1,59,30,27,-1,59,77,30,-1,36,32,69,-1,57,19,18,-1,61,20,17,-1,52,93,53,-1,52,92,93,-1});
			return IndexedFaceSet_10_284_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #284, 303 total numbers made up of 101 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_284_point()
		{
			MFVec3f Coordinate_11_284_point = new MFVec3f(new double[] {-0.634,48.304,-2.659,-0.942,48.41,-3.048,-0.965,48.33,-3.086,-2.82,44.177,2.375,-2.605,48.283,-3.634,-3.208,48.019,-3.445,-1.118,48.484,-3.236,-3.834,44.323,1.769,-3.808,44.41,1.83,-4.453,44.863,1.067,-1.118,48.385,-3.248,-1.226,48.321,-3.247,-1.822,48.631,-3.702,-1.871,48.71,-3.59,-3.269,44.566,2.172,-3.657,44.834,1.915,-2.291,48.655,-3.66,-4.95,47.113,-1.981,-5.121,46.709,-1.288,-5.072,46.729,-1.277,-4.992,47.094,-2.01,-4.276,45.347,1.18,-4.718,45.843,0.408,-2.942,43.863,2.261,-3.462,44.064,1.986,-5.098,45.872,-0.615,-4.833,45.379,0.217,-4.838,46.869,-2.265,-4.961,46.452,-1.462,-5.114,46.393,-1.506,-4.737,46.917,-2.156,-4.533,47.225,-2.858,-1.925,48.333,-3.707,-2.574,48.179,-3.814,-1.959,48.369,-3.629,-1.241,48.406,-3.225,-1.791,48.499,-3.733,-3.228,47.979,-3.581,-3.419,44.167,1.919,-3.737,44.378,1.733,-3.437,44.147,2.075,-3.766,44.535,1.888,-3.403,44.256,2.164,-2.797,44.081,2.478,-2.143,48.494,-3.56,-4.342,45.209,1.185,-4.778,45.726,0.373,-0.633,48.3,-2.67,-0.845,48.28,-2.845,-3.342,44.418,2.228,-4.401,45.08,1.199,-4.838,45.592,0.329,-4.283,45.092,1.045,-4.657,45.64,0.27,-4.259,45.192,1.074,-5.083,46.207,-0.405,-5.144,46.015,-0.521,-4.995,46.277,-0.386,-5.193,46.515,-1.429,-4.498,47.28,-2.772,-4.121,47.83,-3.015,-4.615,47.495,-2.579,-3.333,48.264,-3.47,-4.187,47.799,-3.133,-3.348,48.219,-3.564,-2.732,48.528,-3.643,-2.71,48.471,-3.742,-2.639,48.307,-3.822,-2.204,48.585,-3.747,-2.145,48.422,-3.79,-1.105,48.4,-3.039,-2.024,48.532,-3.55,-3.238,47.94,-3.69,-2.704,48.466,-3.546,-3.281,48.228,-3.376,-4.682,47.436,-2.67,-4.805,47.022,-2.033,-4.465,47.283,-2.641,-4.521,47.383,-2.581,-4.606,47.324,-2.864,-4.956,46.92,-2.203,-4.932,46.615,-1.356,-3.673,44.722,1.83,-3.276,44.563,2.198,-3.684,44.565,1.77,-3.935,47.636,-3.093,-3.999,47.606,-3.196,-4.043,47.563,-3.292,-3.289,44.472,2.044,-3.346,44.329,1.968,-3.705,44.683,1.961,-2.959,44.096,2.185,-4.343,44.938,1.013,-4.701,45.456,0.185,-4.941,45.941,-0.614,-4.911,46.1,-0.525,-4.14,47.635,-3.267,-3.996,47.736,-3.022,-3.329,48.038,-3.656,-3.23,48.115,-3.394,-2.65,48.355,-3.564});
			return Coordinate_11_284_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #288, 456 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_10_288_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_288_coordIndex = new MFInt32(new int[] {6,7,8,-1,7,9,8,-1,10,11,12,-1,15,16,4,-1,17,18,14,-1,15,19,20,-1,21,22,23,-1,23,24,21,-1,13,3,26,-1,27,28,29,-1,28,13,29,-1,30,25,31,-1,30,26,25,-1,32,33,34,-1,33,35,34,-1,37,33,36,-1,37,38,24,-1,23,34,39,-1,34,40,39,-1,10,34,11,-1,41,32,10,-1,41,36,32,-1,42,5,4,-1,16,43,4,-1,16,44,43,-1,45,47,46,-1,47,48,1,-1,14,49,48,-1,2,1,0,-1,1,49,14,-1,18,17,50,-1,45,50,51,-1,45,46,50,-1,4,5,9,-1,5,8,9,-1,42,22,5,-1,22,21,5,-1,21,24,38,-1,52,36,41,-1,32,34,10,-1,39,24,23,-1,39,37,24,-1,53,54,27,-1,54,28,27,-1,28,3,13,-1,50,20,19,-1,51,50,19,-1,12,11,22,-1,56,29,13,-1,19,9,51,-1,9,7,51,-1,52,6,21,-1,6,8,21,-1,52,21,38,-1,1,2,0,-1,0,55,1,-1,36,52,38,-1,22,11,34,-1,29,40,35,-1,29,56,40,-1,47,50,46,-1,1,18,47,-1,1,14,18,-1,47,17,14,-1,17,47,50,-1,42,12,22,-1,54,3,28,-1,54,31,25,-1,31,54,53,-1,33,53,27,-1,30,40,56,-1,39,40,30,-1,6,41,57,-1,6,52,41,-1,5,21,8,-1,20,50,47,-1,20,16,15,-1,12,58,57,-1,58,12,43,-1,51,7,45,-1,45,43,59,-1,43,45,58,-1,44,47,59,-1,16,20,47,-1,50,47,18,-1,47,14,48,-1,49,1,48,-1,16,47,44,-1,59,47,45,-1,19,4,9,-1,15,4,19,-1,43,44,59,-1,58,45,7,-1,57,7,6,-1,7,57,58,-1,57,10,12,-1,57,41,10,-1,22,34,23,-1,36,33,32,-1,30,37,39,-1,30,31,37,-1,37,53,33,-1,37,31,53,-1,33,29,35,-1,33,27,29,-1,56,26,30,-1,56,13,26,-1,3,25,26,-1,25,3,54,-1,43,42,4,-1,43,12,42,-1,0,1,55,-1,34,35,40,-1,38,37,36,-1});
			return IndexedFaceSet_10_288_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #288, 180 total numbers made up of 60 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_288_point()
		{
			MFVec3f Coordinate_11_288_point = new MFVec3f(new double[] {-0.634,47.436,-2.844,-1.39,47.628,-3.514,-0.995,47.402,-3.254,-3.413,43.433,2.297,-4.295,46.688,-3.053,-4.791,46.105,-2.47,-4.947,46.079,-2.586,-4.392,46.592,-3.256,-4.869,46.092,-2.528,-4.34,46.541,-3.278,-5.297,45.905,-1.52,-5.273,45.955,-1.446,-4.976,46.425,-2.268,-3.813,43.956,1.968,-2.075,47.38,-3.882,-3.672,46.981,-3.644,-3.655,47.066,-3.517,-2.472,47.313,-3.933,-2.56,47.513,-3.874,-3.695,46.944,-3.701,-2.75,47.277,-3.778,-5.155,45.652,-1.771,-5.15,45.9,-1.473,-4.954,45.348,-0.689,-5.057,45.156,-0.79,-4.045,43.58,1.691,-3.893,43.804,1.8,-4.815,44.531,0.877,-4.015,43.817,1.947,-4.633,44.661,0.997,-4.665,44.497,0.785,-4.798,44.255,0.589,-5.276,45.33,-0.714,-5.087,44.908,0.079,-5.096,45.522,-0.611,-4.933,45.139,0.143,-5.252,45.211,-0.775,-5.044,44.67,-0.123,-5.229,45.092,-0.836,-4.894,44.96,0.025,-4.737,45.021,0.209,-5.27,45.73,-1.716,-4.778,46.297,-2.321,-4.512,46.885,-2.974,-3.768,47.315,-3.414,-3.772,47.111,-3.673,-2.875,47.318,-3.95,-2.674,47.47,-3.78,-1.933,47.502,-3.591,-1.359,47.447,-3.49,-2.78,47.284,-3.929,-3.723,46.991,-3.724,-5.185,45.614,-1.826,-4.86,44.413,0.766,-4.088,43.703,1.843,-0.711,47.446,-2.917,-4.465,44.581,1.014,-5.043,46.255,-2.473,-4.512,46.789,-3.124,-3.821,47.231,-3.621});
			return Coordinate_11_288_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #292, 424 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_10_292_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_292_coordIndex = new MFInt32(new int[] {2,1,3,-1,5,6,7,-1,7,8,5,-1,9,10,11,-1,14,15,16,-1,16,19,14,-1,8,21,22,-1,24,17,25,-1,14,27,26,-1,28,29,11,-1,30,31,22,-1,33,34,32,-1,34,26,35,-1,34,18,26,-1,36,32,34,-1,39,41,40,-1,9,41,33,-1,9,40,41,-1,28,11,10,-1,33,32,9,-1,32,10,9,-1,39,6,41,-1,42,36,37,-1,42,43,36,-1,44,45,46,-1,47,16,48,-1,23,46,38,-1,19,49,27,-1,36,27,37,-1,36,35,27,-1,35,36,34,-1,28,15,29,-1,14,19,27,-1,4,3,1,-1,42,16,15,-1,42,48,16,-1,51,17,34,-1,17,18,34,-1,15,26,18,-1,52,19,16,-1,18,29,15,-1,4,2,8,-1,50,9,11,-1,50,40,9,-1,2,4,1,-1,20,21,8,-1,45,38,46,-1,19,53,49,-1,19,52,53,-1,8,13,20,-1,25,17,30,-1,13,39,20,-1,13,7,39,-1,43,28,10,-1,43,15,28,-1,3,4,12,-1,0,52,47,-1,17,29,18,-1,24,29,17,-1,21,50,25,-1,21,20,50,-1,29,24,11,-1,26,27,35,-1,27,49,37,-1,38,49,53,-1,53,23,38,-1,23,53,54,-1,23,44,46,-1,23,0,47,-1,44,48,45,-1,44,47,48,-1,6,5,41,-1,8,22,5,-1,12,13,2,-1,13,12,7,-1,10,36,43,-1,32,36,10,-1,20,40,50,-1,20,39,40,-1,8,12,4,-1,8,7,12,-1,39,7,6,-1,15,43,42,-1,45,42,37,-1,45,48,42,-1,23,47,44,-1,23,54,0,-1,45,49,38,-1,45,37,49,-1,31,33,41,-1,31,51,33,-1,34,33,51,-1,30,51,31,-1,30,17,51,-1,11,25,50,-1,24,25,11,-1,30,21,25,-1,30,22,21,-1,2,13,8,-1,16,47,52,-1,12,2,3,-1,41,22,31,-1,5,22,41,-1,52,54,53,-1,0,54,52,-1,14,26,15,-1});
			return IndexedFaceSet_10_292_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #292, 165 total numbers made up of 55 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_292_point()
		{
			MFVec3f Coordinate_11_292_point = new MFVec3f(new double[] {-4.032,42.646,1.761,-0.758,46.557,-2.924,-0.921,46.488,-3.132,-0.802,46.459,-2.947,-0.811,46.609,-3.015,-3.031,46.295,-3.898,-3.026,46.469,-3.741,-2.123,46.659,-3.653,-1.889,46.367,-3.723,-4.379,45.379,-2.869,-4.972,44.834,-1.732,-4.383,45.279,-2.916,-1.265,46.731,-3.368,-1.843,46.296,-3.653,-5.079,43.725,-0.323,-5.079,43.836,-0.514,-4.906,43.289,0.529,-4.414,45.142,-3.009,-4.928,44.509,-1.825,-4.939,43.34,0.572,-2.94,46.069,-3.756,-2.914,45.801,-3.845,-2.991,46.182,-3.913,-3.876,42.928,1.878,-4.387,45.179,-2.963,-3.651,45.501,-3.639,-5.155,43.958,-0.716,-5.179,43.781,0.056,-4.892,44.547,-1.796,-4.896,44.502,-1.817,-3.672,45.714,-3.73,-3.694,45.924,-3.679,-5.078,44.976,-1.725,-4.521,45.653,-2.867,-5.075,44.86,-1.745,-5.256,44.184,-0.643,-5.226,44.421,-0.532,-5.102,44.087,0.139,-4.437,43.435,1.277,-2.999,46.38,-3.73,-3.597,45.957,-3.546,-3.7,46.139,-3.55,-5.098,43.908,0.032,-5.14,44.226,-0.623,-4.441,43.312,1.175,-4.801,43.784,0.726,-4.431,43.398,1.223,-4.492,43.156,1.144,-4.823,43.575,0.605,-4.894,43.618,0.704,-3.601,45.723,-3.573,-4.502,45.39,-3.0,-4.555,43.068,1.178,-4.568,43.136,1.243,-4.127,42.864,1.806});
			return Coordinate_11_292_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #296, 448 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_10_296_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_296_coordIndex = new MFInt32(new int[] {5,6,7,-1,15,16,14,-1,14,17,18,-1,20,8,21,-1,23,9,2,-1,26,10,4,-1,13,28,27,-1,31,28,11,-1,28,13,11,-1,32,25,33,-1,35,6,34,-1,35,34,39,-1,34,40,39,-1,17,29,41,-1,29,42,41,-1,43,15,44,-1,14,46,15,-1,45,48,47,-1,14,8,46,-1,1,2,22,-1,23,2,1,-1,1,0,19,-1,22,20,1,-1,2,9,8,-1,15,48,38,-1,38,44,15,-1,39,31,26,-1,24,7,33,-1,50,6,13,-1,6,11,13,-1,51,6,35,-1,51,7,6,-1,21,8,23,-1,51,32,7,-1,32,33,7,-1,52,14,8,-1,14,18,8,-1,15,43,16,-1,54,3,10,-1,3,4,10,-1,11,54,10,-1,43,55,30,-1,41,45,53,-1,45,38,48,-1,1,21,23,-1,24,5,7,-1,51,39,26,-1,51,35,39,-1,27,40,56,-1,40,27,28,-1,50,12,57,-1,13,12,50,-1,37,58,36,-1,57,58,37,-1,59,37,36,-1,59,56,37,-1,29,59,42,-1,59,29,30,-1,43,58,55,-1,43,44,58,-1,42,36,38,-1,59,36,42,-1,41,18,17,-1,41,53,18,-1,8,18,53,-1,49,47,46,-1,2,20,22,-1,1,20,21,-1,8,20,2,-1,52,8,14,-1,46,8,49,-1,53,49,8,-1,53,47,49,-1,15,47,48,-1,15,46,47,-1,14,16,17,-1,45,47,53,-1,43,17,16,-1,43,29,17,-1,36,44,38,-1,58,44,36,-1,30,29,43,-1,30,56,59,-1,27,56,30,-1,57,55,58,-1,12,55,57,-1,56,34,37,-1,40,34,56,-1,57,34,50,-1,57,37,34,-1,28,39,40,-1,39,28,31,-1,11,5,54,-1,11,6,5,-1,26,32,51,-1,32,26,4,-1,24,54,5,-1,3,54,24,-1,4,25,32,-1,25,24,33,-1,4,24,25,-1,4,3,24,-1,11,26,31,-1,26,11,10,-1,8,9,23,-1,0,1,19,-1,38,41,42,-1,41,38,45,-1,12,30,55,-1,12,27,30,-1,12,13,27,-1,6,50,34,-1});
			return IndexedFaceSet_10_296_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #296, 180 total numbers made up of 60 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_296_point()
		{
			MFVec3f Coordinate_11_296_point = new MFVec3f(new double[] {-0.629,45.53,-2.82,-0.958,45.658,-3.178,-1.509,45.537,-3.582,-4.512,42.273,1.042,-4.533,42.275,1.059,-4.726,42.819,0.458,-4.889,43.124,-0.106,-4.756,42.849,0.493,-2.129,45.379,-4.008,-1.566,45.48,-3.659,-4.721,42.551,0.395,-4.845,42.845,-0.235,-4.887,43.4,-1.226,-4.902,43.088,-0.727,-2.604,45.049,-3.905,-3.368,44.873,-3.543,-3.329,44.793,-3.557,-3.321,44.598,-3.589,-2.758,45.004,-3.996,-0.877,45.748,-3.117,-1.487,45.59,-3.79,-1.459,45.701,-3.762,-1.008,45.696,-3.489,-1.544,45.646,-3.578,-4.579,42.542,0.976,-4.485,42.275,1.207,-4.763,42.582,0.437,-4.886,43.336,-1.248,-4.913,43.047,-0.74,-4.162,44.184,-2.98,-4.628,43.866,-2.289,-4.859,42.807,-0.242,-4.622,42.569,1.032,-4.599,42.566,1.007,-5.021,43.378,-0.581,-4.945,43.11,-0.084,-4.785,44.302,-2.237,-5.014,43.651,-1.096,-4.295,44.777,-2.947,-4.964,42.897,-0.154,-5.003,43.15,-0.676,-3.471,44.843,-3.673,-4.252,44.444,-3.018,-4.14,44.404,-2.96,-4.158,44.597,-2.933,-3.56,45.097,-3.601,-2.702,45.216,-3.866,-2.995,45.377,-3.939,-3.566,45.126,-3.584,-2.629,45.513,-3.996,-4.908,43.286,-0.643,-4.793,42.812,0.513,-2.309,45.068,-3.983,-2.897,45.177,-4.035,-4.699,42.589,0.386,-4.63,43.938,-2.279,-4.993,43.428,-1.191,-4.894,43.564,-1.167,-4.653,44.18,-2.245,-4.734,43.995,-2.302});
			return Coordinate_11_296_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #300, 376 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_10_300_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_300_coordIndex = new MFInt32(new int[] {2,3,4,-1,9,8,1,-1,8,10,1,-1,8,7,10,-1,11,14,13,-1,19,9,1,-1,16,19,1,-1,16,7,17,-1,7,20,17,-1,14,22,23,-1,22,25,24,-1,27,28,3,-1,28,27,0,-1,30,31,25,-1,31,24,25,-1,32,30,33,-1,30,25,33,-1,13,12,11,-1,15,12,13,-1,21,34,35,-1,34,36,35,-1,19,16,17,-1,17,7,19,-1,10,7,16,-1,22,14,11,-1,38,15,7,-1,8,9,7,-1,2,4,6,-1,39,18,37,-1,39,40,18,-1,1,10,16,-1,21,7,41,-1,12,15,38,-1,29,3,42,-1,6,43,44,-1,6,4,43,-1,3,2,18,-1,7,9,19,-1,35,7,20,-1,34,41,45,-1,41,34,21,-1,35,36,46,-1,13,23,45,-1,13,14,23,-1,32,34,47,-1,32,36,34,-1,33,12,46,-1,33,11,12,-1,30,47,48,-1,47,30,32,-1,25,11,33,-1,25,22,11,-1,48,31,30,-1,48,22,31,-1,22,5,49,-1,24,31,37,-1,5,39,49,-1,5,44,39,-1,3,40,26,-1,3,18,40,-1,6,18,2,-1,37,18,6,-1,4,3,43,-1,0,42,28,-1,0,27,29,-1,28,42,3,-1,43,26,40,-1,3,26,43,-1,5,37,6,-1,37,49,39,-1,49,37,31,-1,44,5,6,-1,37,22,24,-1,37,5,22,-1,31,22,49,-1,48,23,22,-1,23,48,47,-1,32,46,36,-1,46,32,33,-1,45,47,34,-1,45,23,47,-1,46,38,35,-1,46,12,38,-1,45,15,13,-1,15,45,41,-1,7,35,38,-1,35,7,21,-1,7,35,20,-1,41,7,15,-1,20,7,17,-1,27,3,29,-1,44,40,39,-1,44,43,40,-1,42,0,29,-1});
			return IndexedFaceSet_10_300_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #300, 150 total numbers made up of 50 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_300_point()
		{
			MFVec3f Coordinate_11_300_point = new MFVec3f(new double[] {-4.618,41.907,0.58,-1.046,44.608,-3.245,-4.525,42.648,-1.526,-4.659,42.463,-0.911,-4.556,42.606,-1.59,-4.268,43.008,-2.486,-4.374,42.859,-2.075,-2.072,44.335,-4.109,-1.375,44.479,-3.717,-1.396,44.44,-3.666,-1.405,44.709,-3.765,-3.603,43.337,-3.237,-3.133,43.672,-3.651,-3.08,43.473,-3.781,-3.597,43.289,-3.305,-2.73,43.723,-3.986,-1.428,44.742,-3.727,-1.944,44.587,-3.997,-4.543,42.877,-1.31,-1.462,44.596,-3.624,-2.327,44.477,-4.052,-2.845,44.137,-4.033,-4.203,43.197,-2.605,-3.691,43.479,-3.358,-4.257,43.329,-2.18,-4.136,43.35,-2.386,-4.691,42.543,-0.901,-4.735,42.191,0.0,-4.612,42.254,0.065,-4.676,42.053,-0.204,-4.065,43.561,-2.536,-4.306,43.358,-2.232,-3.709,43.794,-3.024,-3.651,43.616,-3.051,-3.248,43.973,-3.797,-2.827,44.218,-3.848,-3.227,44.107,-3.59,-4.403,43.087,-1.823,-2.768,43.899,-3.873,-4.578,43.061,-1.84,-4.675,42.863,-1.411,-2.802,43.958,-4.073,-4.638,42.079,-0.187,-4.645,42.694,-1.555,-4.533,42.884,-2.011,-3.197,43.766,-3.855,-3.193,43.941,-3.565,-3.746,43.686,-3.272,-4.197,43.331,-2.637,-4.371,43.284,-2.209});
			return Coordinate_11_300_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #304, 368 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_10_304_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_304_coordIndex = new MFInt32(new int[] {1,2,3,-1,7,15,14,-1,8,16,7,-1,15,4,14,-1,8,9,17,-1,9,18,17,-1,4,19,9,-1,21,22,23,-1,21,24,22,-1,25,26,27,-1,26,28,27,-1,28,26,29,-1,29,26,0,-1,30,26,25,-1,25,13,30,-1,3,31,1,-1,24,32,33,-1,32,34,33,-1,23,22,35,-1,35,19,23,-1,14,9,8,-1,14,4,9,-1,17,18,36,-1,18,37,36,-1,5,4,15,-1,7,38,6,-1,15,7,5,-1,20,2,10,-1,1,10,2,-1,3,25,27,-1,7,6,38,-1,5,7,16,-1,16,4,5,-1,16,36,4,-1,39,18,35,-1,18,39,37,-1,11,4,10,-1,19,40,23,-1,41,40,19,-1,42,35,22,-1,35,42,39,-1,1,40,10,-1,1,43,40,-1,42,2,20,-1,42,33,2,-1,31,43,1,-1,31,44,43,-1,21,32,24,-1,21,45,32,-1,33,3,2,-1,33,34,3,-1,44,3,46,-1,31,3,44,-1,12,45,47,-1,45,12,32,-1,12,3,34,-1,27,46,3,-1,27,48,46,-1,13,47,48,-1,47,13,12,-1,13,3,12,-1,13,25,3,-1,0,26,30,-1,48,30,13,-1,48,29,30,-1,28,48,27,-1,28,29,48,-1,46,48,47,-1,12,34,32,-1,46,45,44,-1,46,47,45,-1,44,21,43,-1,44,45,21,-1,22,33,42,-1,22,24,33,-1,43,23,40,-1,43,21,23,-1,20,39,42,-1,39,20,10,-1,41,10,40,-1,11,10,41,-1,10,37,39,-1,37,10,4,-1,19,18,9,-1,19,35,18,-1,4,11,41,-1,4,36,37,-1,36,8,17,-1,36,16,8,-1,4,41,19,-1,7,14,8,-1,29,0,30,-1});
			return IndexedFaceSet_10_304_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #304, 147 total numbers made up of 49 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_304_point()
		{
			MFVec3f Coordinate_11_304_point = new MFVec3f(new double[] {-4.546,41.114,-0.116,-3.541,42.261,-2.798,-3.608,42.343,-2.711,-4.081,41.893,-2.032,-2.116,43.106,-3.642,-1.373,43.342,-3.502,-0.713,43.335,-2.743,-0.962,43.502,-3.172,-1.548,43.602,-3.562,-2.257,43.27,-3.687,-2.789,42.738,-3.377,-2.673,42.758,-3.461,-4.328,42.031,-1.845,-4.456,41.79,-1.418,-1.42,43.494,-3.596,-1.357,43.413,-3.582,-1.554,43.476,-3.444,-2.153,43.452,-3.597,-2.557,43.291,-3.561,-2.913,42.994,-3.511,-2.849,42.789,-3.318,-3.841,42.471,-2.789,-3.386,42.916,-3.199,-3.263,42.848,-3.327,-3.893,42.588,-2.693,-4.334,41.665,-1.504,-4.49,41.449,-0.932,-4.27,41.536,-1.578,-4.452,41.386,-0.987,-4.541,41.292,-0.871,-4.59,41.509,-0.848,-3.866,41.919,-2.38,-4.226,42.274,-2.167,-3.775,42.512,-2.665,-4.145,42.178,-2.133,-3.043,43.08,-3.394,-2.041,43.299,-3.518,-2.421,43.172,-3.477,-0.779,43.358,-2.761,-2.889,43.006,-3.34,-3.043,42.729,-3.397,-2.769,42.919,-3.579,-3.218,42.838,-3.162,-3.674,42.299,-2.824,-4.028,42.013,-2.35,-4.169,42.144,-2.279,-4.244,41.825,-1.981,-4.35,41.913,-1.928,-4.455,41.639,-1.507});
			return Coordinate_11_304_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #308, 184 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_10_308_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_308_coordIndex = new MFInt32(new int[] {9,10,11,-1,10,12,11,-1,16,1,15,-1,8,4,7,-1,17,15,1,-1,8,6,5,-1,15,23,16,-1,17,1,9,-1,1,10,9,-1,21,10,2,-1,10,1,2,-1,6,8,0,-1,24,18,3,-1,24,14,18,-1,24,19,20,-1,1,16,2,-1,9,11,4,-1,22,21,13,-1,20,14,13,-1,19,14,20,-1,22,13,25,-1,14,20,13,-1,20,14,24,-1,21,13,20,-1,21,2,13,-1,8,7,0,-1,17,9,4,-1,4,15,17,-1,0,5,6,-1,4,5,0,-1,11,15,4,-1,12,25,23,-1,12,22,25,-1,23,11,12,-1,23,15,11,-1,7,4,0,-1,23,2,16,-1,23,25,2,-1,4,8,5,-1,21,20,13,-1,25,13,2,-1,18,19,3,-1,19,18,14,-1,19,24,3,-1,12,21,22,-1,10,21,12,-1});
			return IndexedFaceSet_10_308_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #308, 78 total numbers made up of 26 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_308_point()
		{
			MFVec3f Coordinate_11_308_point = new MFVec3f(new double[] {-0.784,42.03,-2.624,-2.508,41.495,-2.68,-2.868,41.205,-2.389,-3.263,40.253,-1.129,-1.385,42.001,-2.876,-1.022,42.2,-2.936,-0.757,42.309,-2.748,-1.025,42.001,-2.621,-0.97,42.27,-2.697,-1.822,41.655,-2.809,-2.413,41.255,-2.587,-1.834,41.654,-2.875,-2.435,41.252,-2.636,-3.068,40.866,-2.087,-3.3,40.62,-1.589,-1.887,41.818,-3.015,-2.517,41.508,-2.708,-1.929,41.818,-2.877,-3.353,40.436,-1.278,-3.129,40.421,-1.569,-3.022,40.725,-1.981,-2.721,41.035,-2.358,-2.703,40.989,-2.375,-2.49,41.37,-2.752,-3.151,40.471,-1.553,-2.848,41.118,-2.47});
			return Coordinate_11_308_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #312, 1288 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_10_312_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_312_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_312_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_312_coordIndex_2()));
			return IndexedFaceSet_10_312_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #312, 870 total numbers made up of 290 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_312_point()
		{
			MFVec3f Coordinate_11_312_point = new MFVec3f(new double[] {-2.713,44.111,2.509,-2.784,43.896,2.436,-2.834,43.707,2.315,-2.841,43.71,2.338,-2.79,43.848,2.436,-2.68,44.227,2.482,-2.704,44.198,2.406,-2.762,43.992,2.315,-2.726,44.127,2.356,-2.69,44.204,2.552,-2.688,44.227,2.522,-2.777,43.939,2.575,-2.805,43.869,2.532,-3.364,43.318,2.356,-3.305,43.473,2.469,-3.216,43.501,2.43,-3.275,43.385,2.323,-3.255,43.497,2.451,-3.437,43.143,2.2,-3.445,43.139,2.275,-3.828,42.608,2.034,-3.834,42.55,1.994,-3.707,42.637,1.979,-3.724,42.753,2.083,-3.974,42.498,1.916,-3.947,42.525,1.975,-3.932,42.484,1.875,-4.389,42.113,1.428,-4.285,42.144,1.426,-4.285,42.191,1.458,-4.308,42.093,1.402,-4.382,42.028,1.388,-4.447,42.097,1.459,-4.413,42.03,1.404,-4.38,42.213,1.494,-4.303,42.231,1.496,-4.353,42.248,1.557,-4.624,41.737,0.895,-4.563,41.834,0.986,-4.598,41.71,0.847,-4.567,41.708,0.834,-4.491,41.769,0.89,-4.613,41.835,1.023,-0.711,45.245,2.759,-0.638,45.499,2.746,-0.713,45.274,2.788,-0.674,45.293,2.696,-0.645,45.493,2.878,-0.714,45.641,2.8,-0.678,45.604,2.64,-0.781,45.671,2.693,-0.597,45.439,2.636,-0.718,45.251,2.791,-0.715,45.254,2.817,-0.474,44.637,2.851,-0.486,44.791,2.904,-0.369,44.511,2.885,-0.273,44.533,3.02,-0.721,45.211,2.797,-0.56,44.998,2.83,-0.584,45.072,2.84,-0.691,45.134,2.739,-0.591,45.012,2.768,-0.264,44.48,3.104,-0.255,44.404,3.082,-0.3,44.407,2.943,-0.267,44.386,3.017,-0.308,44.389,2.933,-0.463,44.726,3.055,-0.404,44.672,3.017,-2.405,44.995,2.547,-2.404,44.914,2.547,-2.326,44.874,2.501,-2.361,44.807,2.505,-2.374,45.055,2.538,-2.424,44.957,2.632,-2.258,45.194,2.522,-2.291,45.225,2.555,-2.281,45.035,2.494,-2.239,45.734,2.51,-2.22,45.657,2.462,-2.219,45.647,2.475,-2.233,45.747,2.5,-2.042,46.268,2.289,-2.052,46.261,2.307,-2.054,46.288,2.306,-2.164,45.83,2.357,-2.164,45.829,2.357,-2.243,45.922,2.37,-2.267,45.966,2.409,-2.166,46.106,2.304,-2.18,46.146,2.414,-0.622,45.979,2.591,-0.636,45.89,2.502,-0.59,46.001,2.464,-0.74,45.791,2.546,-0.558,46.198,2.59,-0.623,46.284,2.637,-0.577,46.062,2.621,-0.592,45.999,2.53,-0.578,46.019,2.461,-0.729,45.906,2.693,-0.522,46.173,2.492,-0.576,46.326,2.496,-0.58,46.291,2.562,-0.527,46.122,2.567,-2.085,47.489,2.042,-2.086,47.268,2.058,-2.104,47.392,2.077,-1.988,47.776,1.905,-2.037,47.711,1.88,-2.041,47.666,1.971,-2.001,47.712,1.835,-1.905,47.876,1.801,-1.936,47.862,1.847,-2.084,47.071,2.059,-2.04,47.185,1.99,-1.989,47.341,1.951,-0.476,47.202,2.151,-0.611,47.062,2.306,-0.659,46.989,2.243,-0.483,47.567,1.893,-0.576,47.786,1.86,-0.462,47.564,1.981,-0.525,47.67,1.955,-0.554,47.037,2.131,-0.539,47.571,2.092,-0.598,47.775,1.965,-0.457,47.298,2.105,-0.528,48.938,1.504,-0.454,48.864,1.457,-0.531,48.944,1.5,-0.509,48.896,1.546,-0.51,48.9,1.541,-1.662,48.878,1.365,-1.672,48.931,1.402,-1.672,48.931,1.401,-0.569,49.157,1.147,-0.495,48.926,1.277,-0.466,48.961,1.224,-0.659,49.224,1.149,-0.677,49.229,1.151,-0.671,49.231,1.149,-0.447,48.947,1.246,-0.46,48.919,1.25,-0.6,49.088,1.291,-0.47,49.035,1.305,-0.428,48.742,1.46,-0.52,48.581,1.58,-0.503,48.639,1.683,-0.55,48.465,1.716,-0.597,48.424,1.642,-0.485,48.479,1.507,-1.658,48.652,1.388,-1.754,48.572,1.481,-1.792,48.715,1.479,-1.711,48.873,1.462,-1.583,49.966,0.664,-1.629,49.773,0.666,-1.607,49.892,0.728,-1.638,49.773,0.774,-1.642,49.721,0.721,-1.669,49.663,0.821,-1.698,49.593,0.819,-1.726,49.557,0.79,-1.481,50.227,0.444,-1.499,50.122,0.456,-1.5,50.186,0.479,-1.537,49.998,0.516,-1.526,50.133,0.534,-1.525,50.134,0.533,-1.256,49.852,0.839,-1.136,49.669,0.873,-1.279,49.804,0.813,-1.537,49.825,0.526,-1.242,50.062,0.62,-1.219,50.091,0.609,-1.252,50.092,0.665,-1.058,49.841,0.546,-1.082,49.958,0.626,-1.031,49.777,0.575,-1.117,49.678,0.862,-1.262,49.993,0.64,-1.025,49.686,0.677,-0.938,49.719,0.775,-0.981,49.63,0.842,-1.058,49.923,0.608,-0.929,49.79,0.756,-1.298,49.925,0.79,-1.187,50.075,0.57,-0.97,49.714,0.634,-0.969,49.634,0.708,-1.275,50.093,0.704,-1.288,50.06,0.749,-0.965,49.605,0.836,-1.009,49.622,0.877,-1.571,49.755,0.571,-0.974,49.598,0.839,-0.971,49.598,0.839,-1.465,50.248,0.412,-1.732,49.541,0.765,-1.622,49.66,0.636,-1.567,49.748,0.565,-1.501,49.938,0.455,-1.483,50.044,0.413,-1.462,50.183,0.389,-1.462,50.238,0.399,-0.611,49.111,1.327,-0.468,48.95,1.235,-0.449,48.95,1.245,-0.642,49.189,1.221,-1.766,48.752,1.543,-1.805,48.635,1.589,-0.52,48.908,1.53,-0.521,48.913,1.525,-0.551,47.234,2.284,-0.448,47.216,2.01,-1.903,47.862,1.783,-2.117,47.259,2.111,-0.561,47.236,2.291,-0.562,47.236,2.291,-0.561,47.237,2.291,-0.666,46.477,2.511,-0.785,45.837,2.629,-0.8,45.833,2.637,-0.784,45.841,2.633,-2.185,46.157,2.42,-2.405,44.746,2.519,-2.441,44.88,2.637,-0.394,44.683,3.087,-0.326,44.618,3.059,-0.685,45.163,2.894,-0.269,44.529,3.118,-0.678,45.321,2.857,-4.428,42.208,1.557,-3.812,42.556,1.891,-3.41,43.202,2.397,-3.372,43.187,2.198,-3.251,43.534,2.505,-3.369,43.315,2.488,-2.838,43.768,2.437,-2.745,44.018,2.585,-2.721,44.104,2.584,-2.829,43.787,2.285,-2.798,43.86,2.287,-3.666,42.764,2.013,-3.663,42.864,2.061,-3.813,42.821,2.164,-3.731,42.882,2.134,-4.389,42.239,1.574,-4.538,41.904,1.104,-4.591,41.898,1.098,-4.49,41.848,1.014,-0.534,44.886,3.012,-0.605,45.029,2.977,-2.429,44.744,2.573,-2.44,44.789,2.614,-2.393,45.125,2.616,-2.217,45.654,2.449,-0.673,46.513,2.408,-2.136,47.139,2.128,-1.916,47.788,1.772,-1.928,47.71,1.777,-1.944,47.637,1.795,-2.127,47.097,2.113,-2.115,47.071,2.091,-1.996,47.408,1.889,-2.012,47.333,1.922,-1.998,47.409,1.893,-2.145,47.442,1.915,-2.159,47.555,1.856,-0.626,47.817,1.9,-1.625,48.859,1.327,-1.635,48.896,1.339,-1.654,48.922,1.371,-1.806,48.529,1.571,-1.725,48.54,1.48,-0.459,48.905,1.255,-0.427,48.668,1.388,-1.681,49.579,0.696,-1.711,49.549,0.73,-1.544,50.086,0.577,-1.267,50.093,0.69,-1.089,49.976,0.694,-1.094,49.954,0.522,-1.157,50.062,0.533,-0.628,49.218,1.13,-1.821,48.555,1.589,-0.629,46.462,2.366,-0.552,44.848,2.781});
			return Coordinate_11_312_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #316, 952 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_10_316_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_316_coordIndex = new MFInt32(new int[] {6,17,18,-1,19,20,6,-1,5,6,18,-1,42,43,40,-1,45,46,47,-1,48,32,46,-1,51,26,28,-1,52,29,53,-1,10,25,11,-1,11,54,10,-1,57,26,56,-1,59,68,20,-1,32,67,8,-1,19,59,20,-1,13,14,16,-1,70,71,22,-1,64,61,71,-1,72,73,71,-1,72,62,73,-1,34,74,63,-1,16,65,66,-1,27,65,32,-1,78,27,77,-1,58,5,24,-1,24,45,47,-1,47,82,38,-1,41,44,35,-1,0,21,87,-1,36,88,35,-1,69,89,44,-1,82,47,46,-1,38,90,42,-1,18,48,46,-1,46,91,18,-1,13,94,49,-1,95,49,16,-1,3,46,56,-1,96,55,56,-1,97,29,52,-1,28,12,101,-1,42,90,101,-1,42,101,12,-1,3,4,81,-1,80,98,4,-1,16,94,13,-1,48,18,17,-1,17,32,48,-1,38,83,90,-1,83,28,90,-1,22,0,2,-1,2,103,33,-1,88,36,0,-1,86,39,85,-1,86,84,39,-1,84,38,39,-1,84,47,38,-1,83,38,82,-1,3,81,4,-1,58,24,60,-1,78,65,27,-1,105,66,78,-1,66,15,75,-1,105,106,15,-1,107,22,2,-1,20,68,17,-1,59,60,68,-1,65,14,13,-1,2,33,109,-1,110,34,63,-1,96,56,26,-1,13,9,7,-1,46,52,53,-1,69,34,33,-1,35,33,36,-1,35,89,33,-1,41,15,44,-1,89,35,44,-1,69,33,89,-1,12,43,42,-1,43,12,25,-1,92,32,8,-1,58,19,5,-1,67,32,65,-1,23,61,64,-1,110,33,34,-1,112,33,110,-1,109,33,113,-1,60,64,79,-1,114,64,60,-1,24,114,60,-1,21,71,23,-1,25,10,16,-1,74,69,44,-1,34,69,74,-1,6,31,115,-1,32,17,68,-1,109,107,2,-1,109,70,107,-1,71,113,116,-1,71,116,72,-1,117,76,62,-1,74,118,63,-1,44,118,74,-1,106,118,108,-1,117,118,106,-1,106,78,77,-1,106,105,78,-1,15,66,105,-1,65,78,66,-1,23,114,24,-1,79,64,76,-1,68,27,32,-1,68,79,27,-1,79,68,60,-1,6,5,19,-1,24,5,45,-1,84,23,47,-1,38,42,37,-1,84,104,23,-1,84,86,104,-1,37,85,39,-1,42,40,37,-1,104,85,119,-1,104,86,85,-1,35,40,41,-1,35,37,40,-1,40,15,41,-1,25,15,40,-1,104,21,23,-1,87,21,104,-1,88,87,104,-1,88,0,87,-1,22,21,0,-1,103,36,33,-1,103,1,36,-1,1,2,0,-1,18,45,5,-1,91,45,18,-1,53,30,46,-1,26,46,30,-1,51,82,26,-1,83,51,28,-1,83,82,51,-1,91,46,45,-1,92,8,7,-1,10,54,16,-1,56,55,3,-1,57,92,111,-1,102,100,111,-1,93,102,92,-1,93,12,102,-1,12,93,95,-1,97,3,29,-1,3,4,120,-1,98,120,4,-1,98,80,4,-1,50,53,29,-1,3,50,98,-1,99,96,26,-1,11,25,12,-1,28,101,90,-1,12,28,100,-1,28,26,100,-1,3,99,50,-1,3,55,99,-1,26,50,99,-1,26,53,50,-1,50,29,98,-1,120,98,29,-1,120,29,3,-1,52,3,97,-1,52,46,3,-1,95,11,12,-1,54,11,95,-1,100,102,12,-1,92,102,111,-1,57,100,26,-1,57,111,100,-1,32,92,46,-1,54,95,16,-1,95,9,49,-1,93,9,95,-1,13,49,9,-1,7,93,92,-1,7,9,93,-1,46,26,82,-1,2,1,103,-1,119,88,104,-1,35,88,119,-1,39,38,37,-1,24,47,23,-1,20,31,6,-1,27,76,77,-1,76,27,79,-1,62,76,64,-1,14,65,16,-1,66,25,16,-1,25,66,75,-1,75,15,25,-1,15,106,108,-1,117,77,76,-1,117,106,77,-1,44,108,118,-1,44,15,108,-1,117,63,118,-1,117,62,63,-1,64,73,62,-1,62,110,63,-1,110,62,72,-1,72,112,110,-1,116,112,72,-1,116,33,112,-1,116,113,33,-1,70,113,71,-1,70,109,113,-1,21,22,71,-1,67,7,8,-1,7,67,65,-1,13,7,65,-1,17,115,31,-1,115,17,6,-1,20,17,31,-1,64,114,23,-1,70,22,107,-1,64,71,73,-1,61,23,71,-1,60,19,58,-1,59,19,60,-1,56,46,57,-1,57,46,92,-1,96,99,55,-1,49,94,16,-1,98,4,3,-1,119,37,35,-1,119,85,37,-1,43,25,40,-1,30,53,26,-1,36,1,0,-1});
			return IndexedFaceSet_10_316_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #316, 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 MFVec3f getCoordinate_11_316_point()
		{
			MFVec3f Coordinate_11_316_point = new MFVec3f(new double[] {-4.337,47.573,-3.321,-3.967,47.662,-3.49,-4.079,47.202,-3.476,-5.787,49.894,-1.533,-6.004,49.877,-0.98,-5.7,49.044,-1.536,-5.598,49.192,-1.197,-4.064,50.097,-1.551,-4.559,49.662,-1.749,-3.802,50.178,-1.844,-2.828,50.344,-2.74,-3.388,50.271,-2.972,-3.976,50.2,-3.056,-3.673,50.377,-1.771,-3.159,50.453,-2.246,-2.959,49.486,-3.0,-3.073,50.355,-2.401,-5.047,49.603,-0.945,-5.585,49.47,-1.518,-5.483,48.971,-1.213,-5.314,49.313,-1.015,-4.803,47.8,-2.862,-4.422,47.328,-3.171,-5.079,48.158,-2.61,-5.362,48.567,-2.144,-3.041,49.992,-2.955,-5.144,49.986,-2.521,-4.506,49.249,-2.264,-4.621,49.978,-2.786,-6.566,49.769,-1.744,-5.625,49.92,-2.348,-5.705,49.353,-0.422,-4.589,49.568,-1.674,-3.557,47.735,-3.584,-3.169,48.406,-3.495,-3.593,48.605,-3.238,-3.695,47.999,-3.497,-3.954,49.109,-2.813,-4.348,49.353,-2.548,-4.4,48.879,-2.713,-3.499,49.284,-2.914,-3.189,49.077,-3.205,-3.789,49.857,-2.747,-3.443,49.826,-2.767,-2.952,48.977,-3.39,-5.398,48.966,-1.946,-5.327,49.496,-2.028,-4.819,48.958,-2.279,-5.205,49.424,-1.889,-3.468,50.222,-2.123,-5.863,50.028,-1.825,-4.871,49.836,-2.577,-5.844,49.628,-1.979,-5.93,49.81,-2.168,-3.175,50.22,-2.716,-5.68,49.928,-1.688,-5.386,49.761,-2.028,-4.937,49.801,-2.291,-5.542,48.768,-1.558,-5.025,49.191,-1.373,-5.066,48.818,-1.836,-4.855,48.314,-2.644,-3.962,48.688,-2.806,-3.683,48.703,-2.923,-4.665,48.568,-2.561,-3.946,49.878,-2.252,-3.623,49.899,-2.448,-4.501,49.623,-1.746,-4.695,49.489,-1.59,-3.105,48.411,-3.652,-4.315,47.604,-3.135,-4.459,48.09,-2.945,-3.948,48.305,-3.138,-4.354,48.456,-2.842,-3.091,48.847,-3.269,-3.091,49.757,-2.771,-4.274,48.92,-2.623,-4.18,49.174,-2.547,-4.066,49.491,-2.436,-4.795,48.935,-2.1,-6.268,49.911,-0.673,-5.902,50.012,-1.111,-4.934,49.471,-2.303,-4.608,49.54,-2.421,-4.674,48.641,-2.638,-4.132,48.751,-2.877,-4.433,48.448,-2.871,-4.432,48.001,-3.077,-4.128,48.022,-3.216,-3.308,48.46,-3.565,-3.991,49.869,-2.701,-5.512,49.308,-1.773,-4.438,49.707,-2.164,-3.73,50.009,-2.518,-3.314,50.499,-2.125,-3.59,50.006,-2.413,-5.324,50.08,-2.205,-6.002,49.661,-1.754,-6.373,49.96,-1.275,-5.52,50.08,-2.134,-4.618,50.157,-2.761,-4.281,49.96,-2.908,-4.227,49.93,-2.655,-3.661,47.551,-3.726,-4.57,48.265,-2.896,-3.667,49.399,-2.623,-3.708,49.235,-2.686,-4.193,47.243,-3.358,-3.273,49.245,-2.867,-3.93,47.613,-3.367,-3.553,48.357,-3.311,-4.602,49.864,-2.569,-3.578,48.068,-3.453,-3.954,47.827,-3.288,-5.005,48.539,-2.252,-5.502,49.503,-0.512,-3.965,48.039,-3.231,-3.749,49.071,-2.749,-3.352,49.026,-2.956,-3.911,48.596,-3.045,-6.142,49.826,-1.239});
			return Coordinate_11_316_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #320, 1056 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_10_320_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_320_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_320_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_320_coordIndex_2()));
			return IndexedFaceSet_10_320_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #320, 513 total numbers made up of 171 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_320_point()
		{
			MFVec3f Coordinate_11_320_point = new MFVec3f(new double[] {-1.647,43.226,2.942,-2.007,42.77,2.771,-2.024,42.862,2.824,-3.388,41.788,1.682,-3.557,42.412,1.982,-4.538,41.904,1.104,-4.139,41.706,1.38,-4.163,41.701,1.369,-4.624,41.737,0.895,-3.929,42.056,1.66,-4.087,42.043,1.597,-4.389,42.239,1.574,-3.23,42.17,2.004,-3.635,42.672,2.207,-3.107,42.387,2.293,-2.852,42.294,2.204,-3.573,41.83,1.565,-3.255,41.964,1.709,-3.087,41.94,1.823,-3.27,41.964,2.027,-3.253,42.164,2.109,-2.626,42.693,2.486,-2.092,42.845,2.74,-0.904,44.822,3.0,-0.93,44.012,3.041,-0.673,44.451,3.106,-1.923,43.379,2.737,-1.442,43.605,2.923,-1.883,43.58,2.891,-1.948,43.265,2.74,-1.098,43.67,3.089,-1.325,44.09,2.903,-0.721,45.211,2.797,-0.534,44.886,3.012,-0.605,45.029,2.977,-0.639,44.799,3.024,-1.685,44.689,2.917,-1.588,44.138,3.08,-1.223,44.489,3.136,-1.306,44.821,3.0,-0.875,44.79,2.806,-1.253,44.701,2.848,-0.904,45.137,2.87,-0.788,45.42,2.65,-0.868,45.405,2.844,-2.119,45.107,2.657,-2.258,45.194,2.522,-2.44,44.789,2.614,-2.079,44.713,2.772,-2.441,44.88,2.637,-2.049,43.888,2.782,-2.147,43.888,2.857,-1.742,43.914,3.028,-2.834,43.707,2.315,-2.394,43.748,2.55,-2.829,43.787,2.285,-2.393,44.034,2.659,-2.97,43.167,2.594,-3.369,43.315,2.488,-0.944,44.109,3.197,-3.032,42.486,2.374,-3.609,42.375,2.072,-3.552,42.142,1.922,-2.313,42.502,2.45,-2.61,42.677,2.485,-2.904,42.861,2.287,-3.119,42.924,2.361,-0.406,44.318,2.991,-1.732,43.763,2.798,-0.916,43.805,3.104,-0.659,44.41,2.928,-0.474,44.637,2.851,-2.838,43.768,2.437,-2.841,43.71,2.338,-2.301,43.149,2.662,-2.795,43.106,2.63,-1.636,44.944,2.844,-4.039,42.062,1.619,-3.69,41.666,1.35,-4.598,41.71,0.847,-0.602,45.439,2.628,-0.682,45.613,2.629,-0.597,45.439,2.636,-0.711,45.245,2.759,-1.134,45.104,3.029,-1.889,44.033,2.942,-4.413,42.03,1.404,-3.545,41.938,1.897,-4.353,42.248,1.557,-3.048,43.256,2.38,-3.216,43.501,2.43,-3.275,43.385,2.323,-3.251,43.534,2.505,-3.307,43.468,2.54,-2.086,43.202,2.848,-2.638,43.051,2.68,-0.269,44.529,3.118,-0.317,44.621,3.103,-2.204,43.616,2.733,-2.749,43.142,2.441,-2.704,44.198,2.406,-2.68,44.227,2.482,-1.25,44.238,2.878,-0.691,45.134,2.739,-0.621,44.984,2.733,-0.552,44.848,2.781,-3.437,43.143,2.2,-3.372,43.187,2.198,-1.656,43.453,3.01,-2.394,42.53,2.557,-2.964,42.011,2.005,-2.688,44.227,2.522,-2.69,44.204,2.552,-2.405,44.746,2.519,-2.361,44.807,2.505,-2.326,44.874,2.501,-0.715,45.254,2.817,-0.681,45.32,2.87,-0.718,45.251,2.791,-4.382,42.028,1.388,-3.974,42.498,1.916,-3.666,42.764,2.013,-3.663,42.864,2.061,-3.731,42.882,2.134,-0.308,44.389,2.933,-0.356,44.485,2.866,-0.271,44.378,3.018,-0.264,44.48,3.104,-2.291,45.225,2.555,-2.721,44.104,2.584,-2.486,43.892,2.68,-0.515,44.696,3.06,-3.947,42.525,1.975,-4.308,42.093,1.402,-4.285,42.144,1.426,-0.685,45.163,2.894,-2.726,44.127,2.356,-1.877,44.843,2.919,-1.232,45.214,2.925,-2.745,44.018,2.585,-2.777,43.939,2.575,-2.13,42.89,2.795,-3.716,42.637,1.955,-3.812,42.556,1.891,-3.932,42.484,1.875,-4.491,41.769,0.89,-4.567,41.708,0.834,-4.613,41.835,1.023,-4.49,41.848,1.014,-4.285,42.191,1.458,-4.303,42.231,1.496,-3.894,42.679,2.1,-3.813,42.821,2.164,-0.722,45.644,2.808,-0.714,45.641,2.8,-0.645,45.493,2.878,-2.11,44.954,2.632,-2.281,45.035,2.494,-2.429,44.744,2.573,-2.431,44.971,2.643,-2.393,45.125,2.616,-2.159,44.978,2.764,-3.445,43.139,2.275,-3.41,43.202,2.397,-4.447,42.097,1.459,-4.428,42.208,1.557,-2.805,43.869,2.532,-2.798,43.86,2.287,-2.762,43.992,2.315,-0.394,44.683,3.087,-4.591,41.898,1.098});
			return Coordinate_11_320_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #324, 348 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_10_324_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_324_coordIndex = new MFInt32(new int[] {2,3,0,-1,1,0,8,-1,8,9,1,-1,10,11,3,-1,3,12,10,-1,5,14,15,-1,5,16,14,-1,19,20,21,-1,21,18,19,-1,22,23,24,-1,25,26,19,-1,27,28,18,-1,29,27,18,-1,22,30,23,-1,5,31,3,-1,3,32,4,-1,5,17,34,-1,36,5,15,-1,2,6,5,-1,2,37,6,-1,38,39,5,-1,31,13,3,-1,31,40,13,-1,32,7,4,-1,41,3,13,-1,3,42,43,-1,35,42,3,-1,44,33,45,-1,33,44,5,-1,16,5,44,-1,46,47,3,-1,48,35,5,-1,48,42,35,-1,5,49,48,-1,43,46,3,-1,47,12,3,-1,3,50,33,-1,3,51,50,-1,3,11,52,-1,3,52,51,-1,33,50,45,-1,37,9,8,-1,9,37,2,-1,3,41,32,-1,7,0,4,-1,7,8,0,-1,17,39,40,-1,5,39,17,-1,38,5,6,-1,5,36,49,-1,3,4,0,-1,2,1,9,-1,3,5,35,-1,5,3,2,-1,34,31,5,-1,3,33,5,-1,22,53,19,-1,22,54,55,-1,54,56,55,-1,57,59,58,-1,53,25,19,-1,53,60,25,-1,57,54,22,-1,62,64,63,-1,61,65,66,-1,22,65,61,-1,29,61,66,-1,61,29,18,-1,67,19,68,-1,19,67,22,-1,18,64,62,-1,64,18,28,-1,67,69,22,-1,22,69,65,-1,68,62,63,-1,62,68,19,-1,18,62,19,-1,61,18,22,-1,59,22,24,-1,22,59,57,-1,57,58,54,-1,56,53,55,-1,56,60,53,-1,26,20,19,-1,18,70,22,-1,18,21,70,-1,22,55,53,-1});
			return IndexedFaceSet_10_324_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #324, 213 total numbers made up of 71 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_324_point()
		{
			MFVec3f Coordinate_11_324_point = new MFVec3f(new double[] {-0.49,47.568,1.886,-0.489,47.567,1.886,-0.734,47.234,2.069,-1.229,47.616,2.001,-0.882,47.647,1.948,-1.275,47.089,2.184,-0.554,47.037,2.131,-0.576,47.786,1.86,-0.483,47.567,1.893,-0.489,47.566,1.887,-1.905,47.876,1.801,-1.936,47.862,1.847,-1.903,47.862,1.783,-0.541,47.578,2.1,-2.127,47.097,2.113,-2.115,47.071,2.091,-2.136,47.139,2.128,-0.562,47.236,2.291,-1.509,45.631,2.607,-1.178,46.093,2.47,-0.636,45.89,2.502,-0.74,45.791,2.546,-1.317,46.127,2.568,-0.729,45.906,2.693,-0.654,46.049,2.695,-0.578,46.019,2.461,-0.59,46.001,2.464,-2.219,45.647,2.475,-2.217,45.654,2.449,-2.239,45.734,2.51,-0.784,45.841,2.633,-0.561,47.237,2.291,-0.632,47.821,1.899,-1.621,47.245,2.25,-0.561,47.236,2.291,-1.526,47.324,2.017,-2.084,47.071,2.059,-0.448,47.216,2.01,-0.659,46.989,2.243,-0.611,47.062,2.306,-0.551,47.234,2.284,-0.598,47.775,1.965,-1.996,47.408,1.889,-1.944,47.637,1.795,-2.117,47.259,2.111,-2.104,47.392,2.077,-1.927,47.71,1.775,-1.916,47.788,1.772,-2.012,47.333,1.922,-2.04,47.185,1.99,-2.085,47.489,2.042,-2.041,47.666,1.971,-1.988,47.776,1.905,-0.543,46.245,2.379,-0.678,46.516,2.406,-0.636,46.463,2.357,-0.629,46.462,2.366,-0.934,46.161,2.61,-0.666,46.477,2.511,-0.623,46.284,2.637,-0.537,46.245,2.386,-1.483,46.031,2.625,-1.483,45.671,2.563,-2.164,45.83,2.357,-2.164,45.829,2.357,-2.185,46.157,2.42,-2.243,45.967,2.49,-2.042,46.268,2.289,-2.113,46.068,2.309,-2.054,46.288,2.306,-0.785,45.837,2.629});
			return Coordinate_11_324_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #331, 196 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_10_331_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_331_coordIndex = new MFInt32(new int[] {6,7,8,-1,10,11,9,-1,15,1,2,-1,6,14,11,-1,18,7,4,-1,7,15,19,-1,20,15,2,-1,2,1,23,-1,2,22,13,-1,11,10,6,-1,4,3,18,-1,0,24,23,-1,19,14,7,-1,15,20,21,-1,7,17,4,-1,10,9,16,-1,9,11,0,-1,14,6,8,-1,24,0,26,-1,23,22,2,-1,7,6,10,-1,7,14,8,-1,25,0,12,-1,13,26,0,-1,7,10,17,-1,13,22,26,-1,14,19,5,-1,2,12,14,-1,4,16,9,-1,0,25,13,-1,4,17,16,-1,19,15,21,-1,18,15,7,-1,21,20,5,-1,5,19,21,-1,1,3,23,-1,9,23,3,-1,9,3,4,-1,0,23,9,-1,2,13,12,-1,2,5,20,-1,15,3,1,-1,15,18,3,-1,14,12,0,-1,25,12,13,-1,17,10,16,-1,5,2,14,-1,0,11,14,-1,24,22,23,-1});
			return IndexedFaceSet_10_331_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #331, 81 total numbers made up of 27 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_331_point()
		{
			MFVec3f Coordinate_11_331_point = new MFVec3f(new double[] {0.359,56.933,2.446,0.251,56.958,2.645,0.358,56.763,2.636,0.249,57.094,2.608,0.249,57.251,2.646,0.32,56.788,2.672,0.308,57.172,2.644,0.253,57.244,2.835,0.299,57.04,2.734,0.319,57.101,2.504,0.307,57.224,2.629,0.336,57.032,2.585,0.399,56.835,2.496,0.371,56.803,2.414,0.314,56.936,2.629,0.276,56.862,2.777,0.327,57.323,2.43,0.32,57.351,2.62,0.23,57.109,2.77,0.308,56.933,2.87,0.348,56.682,2.784,0.341,56.764,2.871,0.299,56.864,2.463,0.29,56.923,2.54,0.33,56.876,2.431,0.406,56.874,2.301,0.329,56.843,2.384});
			return Coordinate_11_331_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #335, 192 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_10_335_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_335_coordIndex = new MFInt32(new int[] {5,15,16,-1,15,5,16,-1,18,19,7,-1,4,11,20,-1,14,20,8,-1,9,18,5,-1,25,3,0,-1,18,9,3,-1,20,7,8,-1,11,10,17,-1,19,1,6,-1,1,3,2,-1,3,25,2,-1,23,7,20,-1,7,19,8,-1,8,19,14,-1,3,19,18,-1,2,25,0,-1,4,20,24,-1,7,5,18,-1,19,6,14,-1,12,3,1,-1,1,13,22,-1,21,3,1,-1,14,13,20,-1,5,16,4,-1,13,1,2,-1,23,5,7,-1,17,5,23,-1,1,3,21,-1,11,4,10,-1,24,13,2,-1,24,20,13,-1,14,6,13,-1,2,5,24,-1,22,6,1,-1,2,0,5,-1,9,0,3,-1,0,9,5,-1,12,1,19,-1,4,17,10,-1,17,20,11,-1,23,20,17,-1,22,13,6,-1,24,5,4,-1,17,16,5,-1,17,4,16,-1,19,3,12,-1});
			return IndexedFaceSet_10_335_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #335, 78 total numbers made up of 26 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_335_point()
		{
			MFVec3f Coordinate_11_335_point = new MFVec3f(new double[] {-0.346,56.971,2.46,-0.3,56.797,2.628,-0.272,56.937,2.574,-0.37,56.84,2.429,-0.246,57.255,2.637,-0.312,57.215,2.498,-0.324,56.833,2.81,-0.302,57.108,2.697,-0.262,57.132,2.828,-0.359,57.04,2.517,-0.248,57.376,2.785,-0.24,57.338,2.821,-0.328,56.894,2.57,-0.301,56.853,2.793,-0.306,56.916,2.856,-0.325,57.341,2.367,-0.348,57.355,2.484,-0.311,57.293,2.634,-0.323,57.083,2.6,-0.301,56.951,2.664,-0.246,57.12,2.793,-0.423,56.716,2.595,-0.348,56.682,2.766,-0.304,57.175,2.675,-0.249,57.094,2.596,-0.294,56.916,2.515});
			return Coordinate_11_335_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #339, 3072 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_10_339_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_339_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_339_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_339_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_339_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_10_339_coordIndex_4()));
			return IndexedFaceSet_10_339_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #339, 1158 total numbers made up of 386 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_339_point()
		{
			MFVec3f Coordinate_11_339_point = new MFVec3f(new double[] {-0.632,57.863,2.842,0.909,57.859,2.809,0.54,57.844,2.85,-0.386,57.921,3.084,-0.343,57.71,2.917,-0.997,58.052,2.849,-1.306,57.925,2.693,-0.982,57.916,2.766,0.031,57.571,2.883,-0.013,57.805,2.717,1.185,57.518,1.504,0.709,57.401,1.473,0.457,57.313,1.439,1.135,57.566,1.396,0.899,58.142,2.781,0.617,58.399,2.864,0.695,57.986,2.622,0.558,57.965,2.673,0.926,57.893,2.246,1.06,57.971,2.539,1.521,57.727,1.504,1.797,58.205,1.592,-0.158,57.601,2.262,0.364,57.405,1.691,0.099,60.753,0.565,0.206,60.581,0.716,1.851,59.308,1.201,1.6,59.513,1.448,1.667,59.705,1.147,1.575,59.742,1.183,1.564,59.92,0.998,1.486,60.067,0.997,1.131,60.228,0.865,1.09,60.058,1.36,0.584,60.355,1.231,0.665,60.227,1.548,0.316,60.343,1.583,0.311,60.438,1.201,1.72,59.155,1.573,1.775,58.465,1.863,1.667,58.766,1.997,1.777,58.044,1.535,1.87,58.739,1.337,1.889,58.588,1.355,1.965,58.812,1.063,1.81,59.501,1.153,1.019,60.425,0.749,0.901,60.405,0.747,0.595,60.54,0.688,1.759,57.972,1.933,1.911,58.458,1.568,1.85,59.117,1.655,0.438,60.675,0.96,0.468,60.638,1.244,0.999,60.424,1.179,0.879,60.407,1.466,1.099,60.367,1.163,0.771,60.582,0.938,0.709,60.576,0.633,1.543,59.936,1.352,1.884,58.693,1.754,0.413,57.607,2.13,0.322,57.498,2.031,0.451,57.641,2.213,1.409,57.869,2.157,1.452,57.717,1.866,1.546,59.304,1.872,1.795,58.836,1.669,1.372,59.681,1.72,1.166,59.848,1.73,1.02,59.753,2.096,0.832,59.554,2.523,1.067,58.119,2.73,1.083,58.409,2.776,1.402,58.198,2.488,1.471,58.758,2.382,1.693,58.087,1.952,0.898,59.128,2.765,1.193,59.373,2.344,0.569,59.728,2.457,1.222,57.726,2.136,1.41,57.612,1.885,1.56,57.737,2.457,0.324,57.751,2.6,0.352,57.519,2.577,0.309,57.523,2.144,0.05,57.814,2.54,1.054,57.565,1.52,0.778,57.646,1.824,0.699,57.645,1.844,0.518,57.69,2.115,0.915,59.957,1.854,1.315,59.287,2.259,1.316,59.017,2.465,0.255,59.21,2.83,0.0,58.861,2.756,0.0,59.562,2.606,1.139,58.75,2.734,0.912,58.419,2.82,0.654,58.805,2.919,0.144,58.331,2.867,0.037,58.274,2.782,0.37,57.975,2.73,-0.028,58.274,2.781,1.633,57.869,1.757,0.442,57.467,1.754,0.666,57.869,2.335,0.351,57.73,2.338,1.353,57.801,2.681,0.899,58.159,2.99,0.678,57.805,2.231,1.429,58.193,2.628,1.636,57.905,2.184,1.669,58.038,2.203,1.559,57.681,1.945,1.78,58.83,2.021,1.706,58.589,2.256,1.801,59.468,1.303,1.363,58.626,2.675,1.138,58.851,2.879,1.237,60.209,1.396,0.009,57.921,3.08,0.257,58.158,3.126,-0.772,57.417,1.459,-1.15,57.524,1.466,-0.47,57.278,1.352,-0.754,57.478,1.643,-0.366,57.403,1.689,-0.67,57.451,1.626,-1.205,57.823,2.176,-0.731,57.97,2.528,-0.899,58.142,2.777,-0.872,57.8,2.052,-1.171,57.577,1.42,-1.505,57.705,1.546,-1.885,59.211,1.163,-1.777,59.497,1.111,-0.247,57.562,2.187,-1.264,57.576,1.724,-1.656,59.612,1.201,-1.566,59.477,1.579,-1.582,59.806,1.08,-1.527,59.812,1.152,-0.828,60.221,1.302,-0.98,60.128,1.362,-1.041,60.32,0.784,-0.677,60.315,1.241,-0.665,60.227,1.548,0.0,60.378,1.559,-0.058,60.477,1.177,-1.72,59.155,1.573,-1.888,58.797,1.319,-1.83,58.164,1.52,-1.889,58.644,1.325,-1.963,58.792,1.063,-1.741,59.353,1.284,-1.323,60.09,0.927,-1.252,60.143,0.906,-0.73,60.462,0.733,-0.417,60.659,0.638,-0.303,60.631,0.674,-1.735,57.938,1.423,-1.903,58.464,1.623,-1.282,60.249,1.116,-1.377,60.004,1.615,-1.237,60.209,1.396,-0.443,60.681,0.963,-0.075,60.821,0.67,-0.768,60.509,0.678,-0.764,60.574,0.983,-0.962,60.46,1.048,-1.543,59.936,1.352,-1.941,59.094,1.165,-1.48,57.936,2.219,-1.452,57.717,1.866,-1.693,58.087,1.952,-1.633,57.869,1.757,-1.795,58.836,1.669,-1.667,58.766,1.997,-1.77,58.524,1.857,-1.166,59.848,1.73,-1.181,60.001,1.354,-0.832,59.554,2.523,-0.722,59.157,2.803,-0.898,59.128,2.765,-1.471,58.758,2.382,-1.02,59.753,2.096,-1.4,58.155,2.475,-1.546,59.304,1.872,-0.53,57.707,2.101,-1.343,57.58,1.857,-1.536,57.591,2.209,-0.311,57.568,2.482,-0.174,57.824,2.78,-0.322,57.486,2.466,-0.1,57.809,2.527,-0.452,58.027,2.805,-1.483,57.629,1.904,-1.558,57.747,2.416,-1.772,58.388,1.814,-0.915,59.957,1.854,-1.372,59.681,1.72,-1.316,59.017,2.465,-0.255,59.21,2.83,-0.251,59.514,2.655,-1.139,58.75,2.734,-1.083,58.409,2.776,-0.912,58.419,2.82,-0.654,58.805,2.919,-0.181,57.985,2.785,-0.423,58.377,2.874,-0.14,58.331,2.866,-1.06,57.971,2.535,-1.067,58.119,2.728,-0.881,57.585,1.713,-0.704,57.619,1.8,-0.649,57.632,1.837,-0.788,57.605,1.785,-0.42,57.473,1.773,-0.422,57.707,2.206,-1.222,57.726,2.135,-0.366,57.582,2.628,-0.025,57.798,2.821,-1.429,58.193,2.628,-1.649,58.02,2.271,-1.648,57.847,2.087,-1.903,58.751,1.673,-1.78,58.83,2.021,-1.886,58.698,1.744,-1.345,58.333,2.696,-1.363,58.626,2.675,-1.138,58.851,2.879,-1.083,58.691,2.907,-1.053,59.073,2.908,-0.783,59.095,3.012,-1.11,60.376,1.115,0.0,58.565,3.085,-0.257,58.158,3.121,-0.772,58.244,3.043,-1.812,59.467,1.383,-1.729,59.421,1.718,-1.85,59.117,1.655,-1.706,58.589,2.256,-1.575,58.364,2.469,-0.69,57.754,2.105,-0.657,57.852,2.502,-1.329,57.796,2.644,-1.041,57.843,2.309,-1.598,58.247,2.188,-1.891,58.49,1.331,-1.071,59.459,2.43,-0.59,59.937,2.162,-1.294,59.309,2.268,-0.967,57.871,2.661,-1.284,58.053,2.741,-0.569,59.728,2.457,-1.897,59.382,1.02,-1.87,59.314,1.296,-0.879,60.407,1.466,-0.468,60.638,1.244,-1.815,58.339,1.955,-0.341,60.431,1.203,-0.316,60.343,1.583,-0.492,60.392,1.222,1.053,59.073,2.908,0.783,59.095,3.012,1.083,58.691,2.907,1.345,58.333,2.696,1.469,58.495,2.572,1.575,58.364,2.469,1.815,58.339,1.955,0.702,57.703,1.99,0.719,57.515,1.728,1.011,57.857,2.368,0.521,57.892,2.93,0.319,57.803,3.035,1.598,58.247,2.188,0.323,58.379,2.907,0.482,58.109,2.902,0.552,59.493,2.655,0.251,59.514,2.655,0.125,59.845,2.439,1.171,59.664,2.034,1.274,58.121,2.764,0.623,60.127,1.829,1.377,60.004,1.615,0.66,60.623,0.953,1.676,59.668,1.141,0.158,60.473,1.181,0.704,60.307,1.242,1.264,57.576,1.724,0.722,59.157,2.803,0.59,59.937,2.162,0.819,57.539,1.731,1.262,57.543,1.825,-0.081,60.734,0.967,0.217,60.727,0.968,0.0,60.706,1.238,-0.707,58.423,2.883,-1.759,57.972,1.933,-1.171,59.664,2.034,-0.062,59.84,2.455,-0.552,59.493,2.655,-0.769,58.622,3.016,-1.469,58.495,2.572,-0.623,60.127,1.829,1.729,59.421,1.718,0.282,60.234,1.874,0.0,60.271,1.844,0.263,58.793,2.97,1.728,57.985,1.4,1.107,57.68,1.938,1.588,59.148,2.248,1.695,59.242,1.965,1.512,58.872,2.487,1.352,59.644,2.193,1.578,59.633,1.829,1.363,59.841,1.926,1.552,59.444,2.094,1.125,59.624,2.509,1.351,59.444,2.42,1.133,59.812,2.276,0.769,58.622,3.016,0.82,59.756,2.588,0.829,59.959,2.342,0.452,60.56,1.522,0.405,59.858,2.653,0.423,60.077,2.417,0.378,58.826,3.074,0.383,58.403,3.089,0.0,58.97,3.079,0.0,59.891,2.685,0.0,60.104,2.458,0.0,60.622,1.526,-0.282,60.234,1.874,-0.255,60.038,2.201,-0.263,58.793,2.97,-1.107,57.68,1.938,-1.512,58.872,2.487,-1.588,59.148,2.248,-1.695,59.242,1.965,-1.552,59.444,2.094,-1.351,59.444,2.42,-1.352,59.644,2.193,-1.363,59.841,1.926,-1.133,59.812,2.276,-1.133,60.004,1.995,-0.829,59.959,2.342,-0.845,60.142,2.053,-0.446,60.447,1.812,-0.452,60.56,1.522,-0.869,60.297,1.742,-0.82,59.756,2.588,-0.385,59.524,2.908,-0.405,59.858,2.653,-0.799,59.453,2.847,-0.378,58.826,3.074,-0.38,58.557,3.082,-0.376,59.095,3.065,0.0,59.247,3.041,-0.434,60.282,2.128,0.0,60.322,2.16,-0.423,60.077,2.417,0.0,60.494,1.833,0.0,59.547,2.921,-0.383,58.403,3.086,-1.125,59.624,2.509,-1.308,59.149,2.661,-1.099,59.321,2.771,-1.144,60.159,1.68,-1.578,59.633,1.829,0.446,60.447,1.812,0.385,59.524,2.908,0.38,58.557,3.083,0.799,59.453,2.847,0.869,60.297,1.742,1.133,60.004,1.995,0.845,60.142,2.053,0.657,57.852,2.513,0.255,60.038,2.201,0.0,60.078,2.171,1.308,59.149,2.661,1.144,60.159,1.68,1.099,59.321,2.771,0.434,60.282,2.128,0.376,59.095,3.065});
			return Coordinate_11_339_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #343, 4916 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_10_343_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_343_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_343_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_343_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_343_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_10_343_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_10_343_coordIndex_5()));
			return IndexedFaceSet_10_343_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #343, 1947 total numbers made up of 649 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_343_point()
		{
			MFVec3f Coordinate_11_343_point = new MFVec3f(new double[] {-0.02,57.681,2.147,-0.024,57.62,2.209,-0.02,57.707,2.157,-0.019,57.718,2.263,-0.025,57.661,2.29,-0.038,57.679,2.356,-0.039,57.581,2.338,0.0,57.756,2.345,0.0,57.673,2.395,-0.045,57.127,1.486,0.0,57.141,1.469,0.0,57.087,1.488,-0.023,57.158,1.54,-0.026,56.946,1.521,-0.07,57.428,2.336,-0.063,57.322,2.365,-0.064,57.422,2.298,-0.082,57.4,2.167,-0.04,57.229,2.245,-0.057,57.218,1.637,-0.033,56.919,1.632,-0.038,57.051,1.721,-0.023,57.272,2.529,-0.033,57.302,2.47,-0.024,57.35,2.524,0.0,57.408,2.572,0.0,57.297,2.563,-0.027,57.223,2.502,-0.017,56.668,1.968,0.0,56.659,2.016,0.0,56.663,2.033,-0.015,56.676,2.095,0.0,56.669,2.163,0.0,56.67,2.173,0.0,56.667,2.188,0.0,56.666,2.206,-0.037,57.426,2.512,0.0,57.421,2.569,-0.031,57.217,2.415,-0.028,57.089,1.792,-0.088,57.297,1.726,-0.088,57.302,1.823,-0.031,57.107,1.887,-0.038,57.213,2.22,0.0,56.64,1.95,-0.023,56.717,2.041,-0.03,56.729,2.102,0.0,56.667,2.131,0.0,57.017,1.487,0.0,56.914,1.526,-0.02,56.728,1.64,-0.026,56.85,1.543,0.0,56.808,1.608,-0.028,56.751,2.316,-0.03,56.85,2.394,-0.024,56.97,2.424,-0.264,56.756,1.538,-0.204,56.854,1.564,-0.106,57.206,2.01,-0.111,57.137,2.062,-0.097,57.072,1.991,-0.208,56.84,1.539,-0.275,56.871,1.455,-0.168,56.888,1.547,-0.112,57.075,1.645,-0.112,57.008,1.694,-0.131,56.929,1.663,-0.13,56.967,1.626,-0.091,57.027,1.581,-0.098,57.016,1.499,-0.151,56.939,1.59,-0.189,57.011,1.44,-0.126,57.215,1.647,-0.111,57.109,1.69,-0.113,57.163,2.106,-0.101,56.74,1.756,-0.119,56.817,1.7,-0.13,57.227,2.071,-0.129,57.082,2.099,-0.104,56.957,1.767,-0.177,56.912,1.612,-0.164,57.004,1.598,-0.139,57.019,1.656,-0.114,57.182,2.254,-0.104,57.216,2.385,-0.105,57.124,2.262,-0.113,57.096,2.153,-0.141,57.071,1.608,-0.15,57.004,1.689,-0.155,56.997,1.659,-0.175,56.973,1.62,-0.136,57.087,1.63,-0.146,57.069,1.98,-0.133,57.261,1.993,-0.142,57.075,2.046,-0.188,56.996,1.572,-0.133,57.165,1.705,-0.194,56.894,1.694,-0.114,57.279,2.219,-0.115,57.266,2.164,-0.104,57.318,2.336,-0.208,56.912,1.641,-0.104,57.14,1.75,-0.161,56.988,1.643,-0.241,56.816,1.611,-0.1,57.013,1.902,-0.104,57.081,1.985,-0.103,57.127,2.429,-0.088,57.079,2.39,-0.106,57.154,2.37,-0.083,56.893,2.108,-0.121,56.988,2.072,-0.109,57.004,2.124,-0.123,56.957,2.01,-0.098,56.879,2.04,-0.101,56.874,1.972,-0.255,56.857,1.729,-0.097,57.003,1.901,-0.09,56.924,2.341,-0.096,57.005,2.413,-0.119,56.862,2.39,-0.079,56.969,2.294,-0.08,56.993,2.317,-0.092,56.811,2.063,-0.124,57.238,1.802,-0.127,57.25,1.858,-0.289,56.82,1.671,-0.102,56.812,1.759,-0.24,56.945,1.68,-0.323,56.884,1.644,-0.139,56.864,1.753,-0.021,57.593,2.14,0.0,57.605,2.115,0.0,57.504,2.061,-0.046,57.412,2.185,-0.025,57.393,2.081,-0.182,57.43,2.163,-0.152,57.349,2.018,-0.166,57.398,2.091,-0.115,57.246,2.083,-0.111,57.367,2.069,-0.11,57.388,2.122,-0.099,57.621,2.354,-0.047,57.598,2.393,-0.07,57.525,2.433,-0.089,57.541,2.417,-0.122,57.189,1.624,-0.086,56.701,1.899,-0.088,56.775,1.864,-0.085,56.706,1.97,-0.139,56.933,1.947,-0.147,57.048,1.916,-0.093,57.051,2.255,-0.09,57.021,2.184,-0.131,56.718,1.657,-0.094,57.067,2.281,-0.062,57.424,2.263,-0.263,56.889,1.592,-0.261,56.855,1.589,-0.263,56.872,1.592,-0.188,56.776,1.585,-0.272,56.965,1.672,-0.26,56.95,1.679,-0.177,56.898,1.653,-0.308,56.886,1.644,-0.216,56.609,1.477,-0.405,56.846,1.629,-0.332,56.798,1.557,-0.353,56.787,1.618,-0.277,56.78,1.492,-0.35,56.796,1.61,-0.244,56.972,1.438,-0.274,56.672,1.484,-0.329,56.884,1.474,-0.308,56.809,1.544,-0.307,56.802,1.555,-0.331,56.853,1.603,-0.298,56.872,1.581,-0.216,56.794,1.619,-0.151,56.797,1.663,-0.203,56.834,1.68,-0.155,56.815,1.731,-0.192,56.853,1.776,-0.313,56.957,1.714,-0.231,56.869,1.533,-0.26,56.925,1.529,-0.349,56.882,1.588,-0.338,56.96,1.651,-0.304,56.929,1.602,-0.239,56.673,1.576,-0.172,56.616,1.595,-0.172,57.192,2.029,-0.207,57.381,2.0,-0.176,57.237,2.172,-0.185,57.151,2.114,-0.248,57.17,2.097,-0.241,57.159,2.225,-0.149,57.202,2.081,-0.266,57.184,2.302,-0.24,57.202,2.289,-0.253,57.099,1.579,-0.277,56.99,1.604,-0.259,57.031,1.544,-0.213,57.056,1.593,-0.249,56.964,1.557,-0.206,56.973,1.594,-0.202,57.054,1.564,-0.213,56.932,1.544,-0.262,56.96,1.67,-0.229,57.036,1.631,-0.259,57.049,1.622,-0.261,57.008,1.712,-0.343,57.044,1.69,-0.318,57.101,1.681,-0.333,57.083,1.685,-0.275,57.169,1.637,-0.287,57.058,1.719,-0.209,57.133,1.693,-0.199,57.058,1.696,-0.209,57.174,1.662,-0.218,57.16,1.647,-0.195,57.115,1.67,-0.305,57.013,1.632,-0.315,57.116,1.628,-0.335,56.855,1.865,-0.326,56.867,1.882,-0.293,56.919,1.924,-0.34,56.954,1.958,-0.276,57.006,1.811,-0.341,56.938,1.87,-0.278,56.917,1.824,-0.324,56.942,1.815,-0.286,56.932,1.911,-0.365,56.91,1.932,-0.228,57.033,1.76,-0.281,57.057,1.829,-0.293,57.089,1.721,-0.339,57.143,1.807,-0.183,57.255,1.756,-0.284,57.261,1.733,-0.158,57.166,1.798,-0.163,57.138,1.811,-0.189,57.101,1.737,-0.198,57.11,1.719,-0.164,57.135,1.797,-0.288,57.107,1.714,-0.262,57.209,1.682,-0.186,57.193,1.691,-0.383,56.813,2.033,-0.348,56.781,2.168,-0.312,56.794,2.025,-0.426,56.92,1.847,-0.399,56.96,2.083,-0.384,57.037,1.811,-0.365,57.062,1.825,-0.365,57.086,1.822,-0.352,57.153,1.887,-0.333,57.09,1.901,-0.35,57.165,1.86,-0.245,57.173,1.926,-0.257,57.193,1.855,-0.17,57.237,1.851,-0.238,57.287,1.814,-0.243,57.273,1.814,-0.219,57.179,1.911,-0.295,57.253,1.863,-0.229,57.177,1.926,-0.306,56.883,2.001,-0.276,56.953,1.953,-0.237,57.021,2.001,-0.323,57.122,2.025,-0.363,57.109,1.962,-0.2,57.105,1.989,-0.279,57.205,1.999,-0.312,57.165,1.939,-0.334,57.024,2.003,-0.276,57.151,2.047,-0.227,56.985,1.93,-0.249,57.011,1.868,-0.198,57.046,1.926,-0.251,57.115,1.886,-0.344,57.025,1.907,-0.312,57.041,1.876,-0.335,57.113,1.901,-0.417,56.835,1.909,-0.442,56.889,1.754,-0.431,56.997,1.86,-0.151,57.362,2.143,-0.163,57.33,2.178,-0.131,57.254,2.105,-0.11,56.843,1.944,-0.261,56.862,2.452,-0.253,56.858,2.334,-0.256,56.862,2.446,-0.282,56.814,2.395,-0.257,56.945,2.502,-0.247,57.01,2.541,-0.144,57.22,2.644,-0.162,57.133,2.632,-0.302,57.056,2.501,-0.314,56.917,2.484,-0.239,56.582,1.451,-0.147,56.641,1.672,-0.113,56.641,1.93,-0.243,57.504,2.267,-0.295,57.38,1.856,-0.312,57.402,1.942,-0.283,57.42,1.941,-0.324,57.369,1.851,-0.392,57.136,1.966,-0.319,57.276,2.087,-0.348,57.29,1.999,-0.327,57.39,1.95,-0.358,57.298,1.969,-0.347,57.353,2.018,-0.393,56.815,1.813,-0.323,56.707,1.596,-0.358,56.772,1.675,-0.334,56.874,2.366,-0.263,56.959,2.487,-0.229,57.098,2.497,-0.113,57.334,2.469,-0.135,57.328,2.55,-0.126,57.253,2.52,-0.198,57.221,2.537,-0.142,57.124,2.542,-0.125,57.072,2.481,-0.13,56.777,2.339,-0.146,56.684,2.258,-0.138,56.649,2.107,-0.094,56.682,1.826,-0.141,56.658,1.843,-0.143,56.659,1.75,-0.252,56.615,1.509,-0.311,56.645,1.516,-0.31,57.11,2.488,-0.348,56.995,2.442,-0.325,56.849,1.797,-0.281,57.503,2.328,-0.307,57.236,2.438,-0.295,57.326,2.373,-0.303,57.277,2.323,-0.344,57.161,2.379,-0.296,57.411,2.339,-0.217,57.411,2.362,-0.221,57.232,2.46,-0.199,57.292,2.422,-0.201,57.337,2.373,-0.177,57.341,2.505,-0.169,57.278,2.581,-0.108,57.427,2.433,-0.167,56.684,2.024,-0.34,57.162,2.465,-0.369,56.762,1.656,-0.28,56.836,1.705,-0.417,56.992,1.778,-0.307,56.997,1.457,-0.19,57.069,1.427,-0.114,56.635,2.042,-0.091,56.711,2.027,-0.101,56.722,2.088,-0.352,56.946,2.256,-0.346,56.907,2.366,-0.133,57.054,2.494,-0.118,56.958,2.426,-0.149,56.777,2.344,-0.194,56.728,2.25,-0.117,56.961,2.436,-0.158,56.824,2.383,-0.21,57.067,2.548,-0.145,56.633,1.673,-0.128,56.698,2.274,-0.103,56.762,2.266,-0.285,56.618,1.462,-0.179,57.035,2.466,-0.186,56.984,2.418,-0.116,56.945,2.431,-0.172,56.82,2.319,-0.216,56.834,2.247,-0.157,56.901,2.385,-0.19,56.678,2.17,-0.177,56.667,2.169,-0.232,56.731,2.17,-0.211,56.78,2.096,-0.195,56.679,2.104,-0.212,56.873,2.174,-0.173,56.742,2.068,-0.118,56.819,2.099,-0.146,56.696,1.967,-0.164,56.878,2.063,-0.149,56.888,1.97,-0.199,56.83,1.993,-0.328,56.826,1.938,-0.292,56.831,2.317,-0.359,56.832,1.805,-0.179,56.702,1.583,-0.362,57.315,1.928,-0.3,57.316,1.773,-0.234,57.217,2.139,-0.239,57.254,2.275,-0.228,57.424,2.288,-0.236,57.215,2.466,-0.269,56.972,2.472,-0.247,57.046,2.455,-0.239,57.335,2.155,-0.211,57.365,2.281,-0.234,57.401,2.242,-0.246,57.385,2.242,-0.22,57.428,2.259,-0.276,57.448,2.209,-0.255,57.428,2.169,-0.203,57.434,2.182,-0.323,57.38,2.1,-0.303,57.302,2.07,-0.25,57.275,2.132,-0.297,57.487,2.314,-0.295,57.41,2.262,-0.284,57.434,2.203,-0.33,57.171,2.026,-0.367,56.997,1.576,-0.335,57.151,1.552,-0.381,57.172,1.761,-0.225,57.109,1.505,-0.227,57.053,1.466,-0.184,57.321,1.861,-0.15,57.301,1.727,-0.215,57.297,1.735,-0.307,57.272,2.153,-0.067,57.488,2.337,-0.225,57.557,2.33,-0.2,57.519,2.385,-0.184,57.367,2.419,-0.153,57.298,2.582,-0.349,57.161,2.15,-0.367,57.022,2.343,-0.399,57.03,2.128,-0.341,56.931,2.362,-0.245,57.036,2.462,-0.336,56.982,2.463,-0.252,56.831,2.168,-0.384,56.865,2.205,-0.305,56.86,1.88,-0.258,56.803,1.964,-0.218,56.847,1.925,-0.361,56.93,1.681,-0.297,56.939,1.624,-0.375,57.019,1.803,-0.388,56.986,1.763,-0.368,57.004,1.816,-0.303,57.034,1.808,-0.292,56.988,1.781,-0.326,57.022,1.724,-0.332,56.952,1.699,-0.313,57.199,1.914,-0.234,57.221,1.955,-0.205,57.296,1.938,-0.28,57.311,1.874,-0.266,57.424,1.954,-0.24,57.33,1.884,-0.216,57.383,1.97,-0.228,57.298,1.949,-0.217,57.144,2.034,-0.28,57.209,2.014,-0.172,57.243,1.949,-0.377,57.028,1.79,-0.391,56.979,1.787,-0.147,56.782,1.85,-0.25,56.792,2.048,-0.357,56.773,1.629,-0.224,56.783,2.221,-0.393,57.12,1.911,-0.145,57.297,2.59,-0.159,57.426,2.426,-0.147,57.308,1.945,-0.178,57.375,2.0,-0.17,57.395,2.052,-0.273,57.292,1.735,-0.391,57.104,1.856,-0.308,57.057,1.502,-0.209,57.403,2.01,-0.273,57.329,1.784,-0.311,57.361,2.168,-0.194,56.874,2.119,-0.218,56.912,2.373,-0.203,56.575,1.531,-0.112,56.648,2.173,-0.11,56.7,2.222,-0.144,56.838,2.369,-0.101,56.832,2.346,-0.22,57.14,2.532,-0.146,56.71,1.867,-0.149,56.706,1.648,-0.342,56.918,2.43,-0.363,56.79,2.175,-0.422,56.864,1.984,-0.419,56.879,2.039,-0.335,57.007,1.914,-0.267,57.015,2.018,-0.303,56.883,2.003,-0.309,57.157,1.911,-0.355,57.069,1.839,-0.294,57.038,1.73,-0.312,56.787,1.569,-0.258,56.947,1.68,0.0,57.502,2.064,-0.035,57.505,2.161,-0.071,57.398,2.437,-0.106,57.23,2.419,0.0,57.383,2.005,0.0,57.309,1.939,-0.037,57.516,2.241,-0.02,57.637,2.144,0.0,57.63,2.13,-0.189,56.959,1.598,-0.084,56.797,1.938,-0.097,56.84,1.837,-0.126,56.891,1.821,-0.133,57.01,1.781,-0.133,57.034,1.689,-0.026,56.706,2.238,-0.022,56.689,2.201,-0.028,57.094,2.48,-0.029,57.042,2.465,-0.014,56.644,1.855,0.0,56.695,1.72,-0.04,57.292,2.322,0.0,56.767,2.459,0.0,56.904,2.496,0.0,57.032,2.498,0.0,57.161,2.549,0.0,57.593,2.475,0.0,56.669,2.15,-0.02,56.876,1.858,-0.028,56.844,1.792,-0.041,57.175,2.142,-0.03,57.147,2.443,0.0,56.685,2.341,0.0,56.692,2.357,-0.016,57.05,1.492,0.0,56.677,2.283,0.0,57.314,1.744,0.0,57.598,2.472,-0.033,57.153,2.379,0.0,57.504,2.526,0.0,56.643,2.086,-0.082,57.135,1.551,-0.079,56.913,2.191,-0.142,57.029,1.859,-0.089,56.821,2.13,-0.105,57.163,1.969,-0.177,56.876,1.696,-0.268,57.105,1.868,-0.362,57.082,1.971,-0.212,57.385,1.928,-0.288,57.185,2.468,-0.163,56.841,2.338,-0.345,57.07,1.586,-0.384,57.098,1.776,-0.235,57.021,1.529,-0.224,56.955,2.197,-0.211,56.978,2.256,-0.218,57.159,2.211,0.0,57.756,2.34,-0.103,57.115,2.235,-0.145,57.008,1.709,-0.144,56.805,1.639,-0.197,56.953,1.593,-0.084,56.804,1.998,-0.086,56.894,2.319,-0.128,57.217,2.04,-0.096,57.043,1.772,-0.13,57.253,1.927,0.0,56.65,2.1,0.0,57.346,2.567,0.0,57.494,2.532,0.0,57.284,2.562,0.0,56.678,2.295,0.0,57.667,2.109,-0.031,57.045,2.306,-0.03,57.02,2.285,-0.03,56.958,2.1,-0.037,57.126,2.011,-0.028,56.94,2.033,0.0,57.018,2.495,0.0,56.708,2.396,0.0,56.721,2.422,-0.109,57.349,2.017,-0.038,57.16,2.087,-0.024,56.91,1.95,0.0,57.355,2.568,-0.093,57.078,1.856,-0.09,57.101,1.907,-0.122,57.078,1.755,-0.119,57.174,1.95,-0.099,57.151,1.865,-0.101,57.3,1.948,-0.102,56.862,1.909,-0.137,56.914,1.891,-0.087,56.836,2.215,-0.104,56.736,2.213,0.0,57.746,2.164,0.0,57.746,2.122,-0.318,56.884,1.644,-0.211,57.094,2.088,-0.272,57.125,2.128,-0.248,56.987,2.257,-0.286,57.029,2.245,-0.24,57.046,2.315,-0.224,56.977,2.267,-0.271,57.114,2.288,-0.222,57.122,2.28,-0.185,57.118,2.233,-0.16,57.031,2.167,-0.182,57.049,2.258,-0.18,56.983,2.166,-0.156,57.101,2.152,-0.163,57.022,2.13,-0.177,57.103,2.101,-0.231,57.01,2.099,-0.18,57.014,2.102,-0.283,57.02,2.167,-0.244,56.975,2.147,-0.295,57.1,2.21,-0.182,57.245,1.737,-0.328,57.194,1.765,-0.336,57.175,1.815,-0.33,57.162,1.75,-0.297,57.224,1.785,-0.298,57.176,1.847,-0.21,57.16,1.854,-0.195,57.215,1.814,-0.215,57.08,1.837,-0.307,57.177,1.718,-0.346,57.052,1.856,-0.304,56.882,2.0,-0.257,57.1,2.031,-0.145,56.732,1.734,-0.328,56.96,1.783,-0.103,56.729,2.155,-0.273,57.144,2.167,0.0,57.756,2.205,-0.115,57.152,1.885,-0.111,57.127,1.831,-0.029,56.97,2.156,-0.032,56.983,2.213,0.0,57.717,2.096,0.0,57.179,2.553,0.0,57.766,2.247,-0.302,57.15,1.86});
			return Coordinate_11_343_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #347, 5076 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_10_347_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_347_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_347_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_347_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_347_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_10_347_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_10_347_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_10_347_coordIndex_6()));
			return IndexedFaceSet_10_347_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #347, 1998 total numbers made up of 666 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_347_point()
		{
			MFVec3f Coordinate_11_347_point = new MFVec3f(new double[] {0.021,57.593,2.141,0.035,57.505,2.162,0.024,57.62,2.21,0.037,57.516,2.242,0.02,57.707,2.157,0.038,57.679,2.357,0.025,57.661,2.29,0.015,56.657,1.924,0.014,56.644,1.855,0.022,56.705,2.084,0.021,56.691,2.221,0.0,56.666,2.206,0.022,56.698,2.26,0.0,57.756,2.345,0.02,57.681,2.148,0.0,57.717,2.096,0.016,57.05,1.492,0.0,57.017,1.487,0.0,57.087,1.488,0.023,57.158,1.54,0.033,57.153,2.38,0.04,57.292,2.323,0.062,57.322,2.367,0.04,57.229,2.246,0.038,57.213,2.221,0.082,57.4,2.169,0.026,56.85,1.544,0.033,56.919,1.633,0.02,56.728,1.64,0.025,57.272,2.529,0.0,57.346,2.567,0.015,56.684,1.989,0.014,56.681,2.065,0.0,56.669,2.15,0.064,57.398,2.44,0.033,57.302,2.471,0.077,57.434,2.377,0.024,57.35,2.525,0.03,57.147,2.444,0.031,57.217,2.416,0.041,57.175,2.143,0.111,57.367,2.071,0.028,56.844,1.792,0.02,56.876,1.859,0.0,56.808,1.608,0.0,56.914,1.526,0.0,56.64,1.95,0.0,56.669,2.163,0.025,56.751,2.343,0.03,56.852,2.396,0.024,56.97,2.425,0.037,57.426,2.513,0.0,57.598,2.472,0.0,57.593,2.475,0.07,57.525,2.434,0.028,57.094,2.481,0.0,57.032,2.498,0.0,56.767,2.459,0.0,56.667,2.188,0.064,57.422,2.3,0.0,56.695,1.72,0.0,56.643,2.086,0.0,56.663,2.033,0.222,56.855,1.573,0.206,56.845,1.555,0.288,56.77,1.553,0.173,56.895,1.584,0.13,56.967,1.628,0.114,56.997,1.684,0.091,57.027,1.582,0.101,56.962,1.776,0.117,56.942,1.679,0.146,56.93,1.618,0.045,57.127,1.486,0.101,57.037,1.751,0.082,57.135,1.552,0.122,57.189,1.625,0.098,57.016,1.5,0.277,56.78,1.494,0.275,56.871,1.456,0.114,57.165,2.119,0.104,57.121,2.044,0.096,56.996,1.906,0.097,57.072,1.994,0.079,56.913,2.193,0.109,57.004,2.127,0.139,57.019,1.658,0.133,57.035,1.691,0.147,57.006,1.703,0.141,57.071,1.609,0.207,56.932,1.619,0.182,57.004,1.576,0.136,57.087,1.631,0.128,57.217,2.043,0.133,57.261,1.996,0.142,57.075,2.05,0.212,56.871,1.562,0.145,57.004,1.624,0.114,57.279,2.222,0.104,57.318,2.339,0.163,56.884,1.681,0.104,57.081,1.988,0.132,57.237,2.106,0.139,56.864,1.754,0.102,56.812,1.761,0.097,56.84,1.839,0.203,56.904,1.716,0.255,56.857,1.733,0.115,57.266,2.167,0.116,57.253,2.112,0.104,57.043,1.92,0.119,56.817,1.702,0.098,56.879,2.043,0.089,56.821,2.133,0.083,56.893,2.11,0.088,56.775,1.866,0.233,56.948,1.687,0.0,57.63,2.13,0.039,57.581,2.339,0.046,57.412,2.187,0.062,57.424,2.265,0.155,56.996,1.658,0.167,57.311,1.882,0.15,57.301,1.729,0.0,57.314,1.744,0.0,57.383,2.005,0.165,57.362,2.012,0.147,57.308,1.948,0.106,57.206,2.013,0.105,57.163,1.971,0.0,57.673,2.395,0.047,57.598,2.394,0.089,57.541,2.419,0.106,57.453,2.432,0.189,57.011,1.44,0.227,57.053,1.466,0.225,57.109,1.506,0.257,56.893,1.594,0.241,56.817,1.614,0.302,56.887,1.649,0.26,56.954,1.683,0.263,56.949,1.676,0.246,56.97,1.668,0.207,56.943,1.69,0.187,56.774,1.585,0.26,56.916,1.534,0.258,56.893,1.526,0.239,56.865,1.591,0.399,56.83,1.669,0.395,56.842,1.656,0.312,56.783,1.567,0.309,56.771,1.577,0.339,56.787,1.606,0.35,56.796,1.614,0.329,56.884,1.476,0.352,56.809,1.549,0.244,56.972,1.438,0.442,56.889,1.76,0.227,56.596,1.463,0.184,56.708,1.582,0.19,57.069,1.428,0.307,56.997,1.458,0.315,56.795,1.557,0.316,56.799,1.556,0.305,56.818,1.552,0.341,56.875,1.59,0.319,56.807,1.556,0.203,56.834,1.683,0.192,56.853,1.778,0.151,56.797,1.665,0.303,56.938,1.628,0.294,56.88,1.592,0.357,56.869,1.611,0.307,56.94,1.621,0.34,56.856,1.614,0.216,56.794,1.622,0.239,56.673,1.579,0.165,57.185,2.119,0.241,57.149,2.103,0.173,57.192,2.031,0.19,57.22,2.181,0.177,57.166,2.125,0.218,57.159,2.218,0.175,57.243,2.183,0.163,57.33,2.183,0.242,57.202,2.299,0.344,57.311,2.016,0.336,57.376,1.978,0.303,57.302,2.077,0.238,57.098,1.584,0.24,57.03,1.526,0.265,57.041,1.539,0.204,57.065,1.58,0.273,56.989,1.61,0.244,56.971,1.565,0.217,56.971,1.579,0.219,56.965,1.537,0.276,56.963,1.679,0.282,57.035,1.729,0.342,57.043,1.689,0.31,57.103,1.678,0.23,57.136,1.699,0.212,57.157,1.646,0.27,57.165,1.639,0.193,57.079,1.698,0.182,57.096,1.649,0.229,57.036,1.633,0.296,57.039,1.624,0.338,56.863,1.868,0.331,56.87,1.88,0.338,56.899,1.88,0.365,56.91,1.941,0.342,56.955,1.966,0.268,56.978,1.819,0.3,56.905,1.945,0.281,56.926,1.894,0.345,56.927,1.881,0.317,56.971,1.857,0.28,56.935,1.811,0.332,56.829,1.939,0.263,57.071,1.834,0.342,57.128,1.801,0.204,57.168,1.852,0.216,57.039,1.781,0.217,57.049,1.755,0.176,57.107,1.742,0.285,57.087,1.73,0.287,57.112,1.715,0.179,57.129,1.741,0.262,57.209,1.684,0.186,57.193,1.693,0.331,57.077,1.767,0.301,56.859,1.817,0.329,56.801,2.037,0.349,56.782,2.179,0.346,56.807,2.041,0.426,56.917,1.854,0.427,56.913,1.854,0.36,57.05,1.849,0.348,57.149,1.853,0.339,57.173,1.901,0.333,57.09,1.904,0.373,57.12,1.842,0.339,57.052,1.855,0.344,57.045,1.859,0.279,57.159,1.906,0.24,57.196,1.953,0.233,57.316,1.839,0.237,57.327,1.887,0.169,57.238,1.851,0.217,57.176,1.906,0.247,57.24,1.827,0.299,57.258,1.871,0.241,57.318,1.84,0.306,56.884,2.011,0.303,56.882,2.01,0.284,56.956,1.982,0.227,56.985,1.935,0.279,56.952,1.974,0.31,56.98,1.924,0.339,57.119,1.914,0.363,57.109,1.97,0.323,57.122,2.032,0.27,57.206,1.993,0.256,57.209,1.993,0.304,57.17,1.952,0.33,57.171,2.034,0.28,57.209,2.021,0.165,57.398,2.096,0.155,57.427,2.169,0.151,57.362,2.147,0.259,56.862,2.459,0.261,56.946,2.498,0.282,56.814,2.407,0.252,56.996,2.546,0.21,57.067,2.557,0.161,57.134,2.641,0.153,57.298,2.588,0.148,57.328,2.538,0.41,56.805,1.816,0.419,56.828,1.892,0.316,56.692,1.581,0.334,56.726,1.619,0.143,56.659,1.752,0.149,56.641,1.674,0.276,57.419,1.955,0.295,57.381,1.86,0.252,57.428,1.968,0.393,57.12,1.919,0.364,57.315,1.927,0.391,57.104,1.863,0.3,57.316,1.777,0.381,57.172,1.766,0.116,56.646,1.912,0.141,56.658,1.846,0.113,56.633,1.978,0.273,56.649,1.471,0.362,56.763,1.668,0.417,56.842,1.943,0.366,56.792,2.187,0.384,56.865,2.217,0.318,56.845,2.383,0.346,56.907,2.38,0.342,56.918,2.444,0.25,56.927,2.502,0.245,57.036,2.472,0.148,57.217,2.65,0.126,57.253,2.525,0.108,57.334,2.473,0.192,57.26,2.569,0.142,57.124,2.548,0.13,57.064,2.49,0.116,56.945,2.436,0.124,56.822,2.375,0.147,56.812,2.398,0.133,56.685,2.268,0.114,56.635,2.045,0.172,56.616,1.597,0.149,56.706,1.651,0.4,56.96,2.093,0.352,56.946,2.268,0.348,56.995,2.456,0.284,56.853,1.884,0.354,56.853,1.85,0.296,57.411,2.347,0.28,57.508,2.335,0.3,57.355,2.368,0.32,57.191,2.467,0.344,57.161,2.392,0.243,57.504,2.273,0.225,57.557,2.336,0.291,57.303,2.396,0.295,57.417,2.279,0.303,57.277,2.332,0.307,57.272,2.161,0.266,57.216,2.468,0.306,57.079,2.508,0.201,57.337,2.379,0.163,57.349,2.523,0.159,57.426,2.431,0.199,57.292,2.43,0.207,57.186,2.569,0.165,56.67,2.024,0.188,56.692,2.079,0.19,56.678,2.102,0.146,56.696,1.97,0.431,56.997,1.868,0.28,56.836,1.709,0.22,57.14,2.541,0.208,57.201,2.508,0.419,56.879,2.049,0.401,56.816,2.045,0.336,56.982,2.477,0.145,56.778,2.351,0.162,56.84,2.345,0.253,56.858,2.344,0.118,56.958,2.431,0.179,57.035,2.474,0.112,56.648,2.177,0.201,56.586,1.523,0.117,56.961,2.441,0.145,56.884,2.404,0.149,56.767,2.348,0.194,56.728,2.257,0.12,56.872,2.398,0.218,56.912,2.382,0.186,56.984,2.426,0.19,56.678,2.176,0.177,56.667,2.175,0.138,56.649,2.111,0.232,56.731,2.178,0.171,56.745,2.072,0.164,56.878,2.068,0.194,56.874,2.126,0.118,56.819,2.103,0.252,56.831,2.177,0.25,56.792,2.056,0.145,57.297,2.596,0.31,56.913,2.498,0.323,57.38,2.107,0.273,57.329,1.787,0.301,57.22,2.457,0.242,57.171,2.123,0.234,57.227,2.147,0.216,57.364,2.282,0.239,57.254,2.283,0.269,57.183,2.314,0.236,57.229,2.471,0.239,57.335,2.161,0.131,57.254,2.108,0.233,57.403,2.244,0.235,57.431,2.3,0.281,57.428,2.158,0.228,57.454,2.207,0.221,57.428,2.266,0.228,57.369,2.279,0.267,57.443,2.206,0.257,57.457,2.216,0.392,57.136,1.974,0.229,57.098,2.506,0.215,57.398,2.192,0.256,57.433,2.198,0.308,57.057,1.503,0.324,57.39,1.96,0.311,57.361,2.176,0.217,57.411,2.369,0.184,57.367,2.425,0.2,57.519,2.391,0.399,57.03,2.139,0.211,56.78,2.102,0.216,56.834,2.255,0.224,56.783,2.229,0.364,56.767,1.693,0.199,56.83,1.998,0.218,56.847,1.93,0.258,56.803,1.971,0.149,56.888,1.973,0.11,56.843,1.947,0.338,57.024,1.732,0.291,56.97,1.723,0.374,56.944,1.706,0.33,56.962,1.653,0.364,56.921,1.693,0.318,56.862,1.61,0.358,57.034,1.795,0.391,56.972,1.787,0.312,56.985,1.817,0.324,56.947,1.697,0.311,57.195,1.912,0.178,57.276,1.928,0.207,57.381,2.004,0.216,57.383,1.974,0.185,57.115,1.963,0.245,57.107,1.889,0.217,57.144,2.039,0.232,57.31,1.971,0.272,57.009,1.769,0.091,56.711,2.03,0.085,56.706,1.973,0.341,56.931,2.375,0.367,57.022,2.356,0.349,57.161,2.16,0.319,57.276,2.094,0.108,57.401,2.442,0.099,57.621,2.356,0.067,57.488,2.339,0.323,57.37,1.855,0.201,57.331,1.846,0.215,57.297,1.737,0.335,57.151,1.553,0.367,56.997,1.579,0.384,57.098,1.782,0.247,57.046,2.466,0.25,57.275,2.138,0.269,56.972,2.484,0.272,56.965,2.495,0.26,57.186,2.305,0.17,57.395,2.056,0.131,56.718,1.659,0.212,56.873,2.181,0.171,56.819,2.326,0.096,57.005,2.417,0.31,57.103,2.502,0.101,56.673,1.906,0.094,56.682,1.829,0.101,56.74,1.757,0.284,57.434,2.21,0.209,57.403,2.014,0.249,57.011,1.872,0.281,57.024,1.866,0.276,57.151,2.053,0.26,57.262,1.739,0.175,57.16,1.841,0.178,57.205,1.803,0.17,57.257,1.767,0.2,57.065,1.701,0.205,56.982,2.255,0.215,56.953,2.186,0.191,56.969,2.159,0.241,57.159,2.232,0.155,56.815,1.734,0.413,56.854,1.608,0.201,56.887,1.552,0.142,56.921,1.644,0.289,56.82,1.675,0.144,56.805,1.641,0.025,57.393,2.082,0.106,57.127,2.275,0.094,57.067,2.284,0.106,57.154,2.373,0.104,57.118,2.247,0.113,57.096,2.156,0.09,57.021,2.187,0.139,56.933,1.951,0.123,56.957,2.013,0.146,57.069,1.984,0.057,57.218,1.637,0.114,57.238,2.06,0.104,57.216,2.389,0.106,57.23,2.423,0.0,57.502,2.064,0.0,57.504,2.061,0.197,56.94,1.603,0.124,57.238,1.803,0.127,57.25,1.861,0.101,56.874,1.975,0.084,56.804,2.0,0.079,56.969,2.297,0.086,56.894,2.321,0.09,56.924,2.344,0.103,57.127,2.433,0.088,57.079,2.394,0.121,56.988,2.076,0.151,57.002,1.684,0.154,56.999,1.668,0.088,57.297,1.726,0.126,57.215,1.648,0.104,57.14,1.751,0.11,57.388,2.125,0.13,57.253,1.929,0.129,57.082,2.102,0.114,57.182,2.257,0.112,57.075,1.646,0.208,56.84,1.541,0.026,56.946,1.521,0.0,56.667,2.131,0.0,56.708,2.396,0.0,56.692,2.357,0.029,57.042,2.466,0.031,56.752,2.29,0.088,57.302,1.825,0.031,57.107,1.888,0.028,57.089,1.793,0.038,57.051,1.721,0.027,57.223,2.503,0.0,57.421,2.569,0.0,56.67,2.173,0.0,56.659,2.016,0.0,57.297,2.563,0.0,57.284,2.562,0.0,57.408,2.572,0.0,57.141,1.469,0.0,57.756,2.34,0.019,57.718,2.264,0.0,57.494,2.532,0.0,56.65,2.1,0.111,57.109,1.691,0.133,57.165,1.706,0.099,57.032,1.858,0.08,56.993,2.32,0.092,56.811,2.065,0.0,57.605,2.115,0.147,57.048,1.919,0.093,57.051,2.258,0.237,57.021,2.006,0.334,57.024,2.011,0.198,57.046,1.931,0.301,57.411,1.942,0.128,56.777,2.345,0.29,56.635,1.516,0.417,56.992,1.785,0.101,56.722,2.091,0.103,56.762,2.27,0.292,56.831,2.328,0.24,57.243,2.464,0.147,56.782,1.853,0.338,57.049,1.783,0.273,57.292,1.738,0.345,57.07,1.588,0.15,56.839,2.365,0.146,56.71,1.87,0.212,57.385,1.932,0.362,57.082,1.979,0.327,57.01,1.917,0.267,57.015,2.025,0.0,57.309,1.939,0.084,56.797,1.94,0.126,56.891,1.823,0.0,56.721,2.422,0.0,57.161,2.549,0.0,57.355,2.568,0.0,57.667,2.109,0.0,56.677,2.283,0.03,57.02,2.286,0.032,56.983,2.214,0.028,56.94,2.034,0.026,56.919,1.975,0.037,57.126,2.011,0.0,57.504,2.526,0.0,57.179,2.553,0.0,56.685,2.341,0.031,57.045,2.307,0.038,57.16,2.088,0.101,57.3,1.951,0.109,57.349,2.019,0.03,56.958,2.101,0.029,56.97,2.157,0.034,56.737,2.173,0.0,56.904,2.496,0.09,57.101,1.909,0.122,57.078,1.757,0.111,57.127,1.833,0.119,57.174,1.953,0.115,57.152,1.887,0.087,56.841,2.244,0.087,56.83,2.191,0.142,57.029,1.862,0.137,56.914,1.894,0.145,56.732,1.736,0.243,56.977,2.185,0.295,57.1,2.22,0.24,57.046,2.324,0.274,57.102,2.314,0.286,57.029,2.255,0.225,56.977,2.273,0.249,56.987,2.263,0.246,57.124,2.284,0.185,57.118,2.239,0.182,57.049,2.264,0.162,57.099,2.153,0.16,57.031,2.172,0.165,57.091,2.117,0.163,57.022,2.135,0.182,57.083,2.09,0.18,57.014,2.108,0.234,57.077,2.083,0.231,57.01,2.106,0.271,57.001,2.185,0.288,57.087,2.143,0.272,57.139,2.15,0.18,57.249,1.749,0.297,57.224,1.789,0.331,57.185,1.774,0.302,57.15,1.866,0.237,57.086,1.85,0.332,57.13,1.739,0.307,57.177,1.722,0.334,57.108,1.91,0.363,57.048,1.858,0.341,57.049,1.863,0.306,56.885,2.013,0.305,56.883,2.008,0.257,57.1,2.037,0.215,57.094,2.026,0.344,57.039,1.91,0.422,56.864,1.994,0.103,56.729,2.159,0.104,56.736,2.217,0.343,56.947,1.773,0.143,56.827,2.367,0.208,57.097,1.842,0.193,57.09,1.82,0.298,57.176,1.852,0.336,57.175,1.82,0.099,57.151,1.867,0.0,57.746,2.164,0.0,57.746,2.122,0.133,57.01,1.784,0.093,57.078,1.858,0.023,56.717,2.041,0.021,56.901,1.925,0.0,56.678,2.295,0.0,57.766,2.247,0.0,57.018,2.495,0.102,56.862,1.911,0.0,57.756,2.205});
			return Coordinate_11_347_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #351, 200 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_10_351_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_351_coordIndex = new MFInt32(new int[] {0,1,2,-1,1,0,2,-1,4,5,6,-1,12,3,13,-1,10,12,14,-1,15,16,10,-1,4,9,19,-1,8,20,21,-1,14,12,13,-1,0,5,21,-1,24,5,4,-1,6,12,10,-1,15,14,22,-1,24,21,5,-1,3,12,11,-1,22,21,20,-1,2,0,22,-1,14,15,10,-1,11,5,2,-1,0,21,22,-1,10,17,18,-1,16,17,10,-1,9,7,19,-1,2,5,0,-1,10,18,6,-1,24,7,26,-1,19,7,24,-1,3,11,2,-1,22,13,3,-1,13,22,14,-1,7,8,21,-1,23,15,22,-1,15,17,16,-1,15,18,17,-1,5,11,6,-1,22,3,2,-1,8,9,20,-1,4,6,18,-1,21,26,7,-1,7,9,8,-1,4,18,25,-1,24,4,19,-1,15,4,25,-1,23,4,15,-1,20,4,23,-1,20,9,4,-1,15,25,18,-1,11,12,6,-1,21,24,26,-1,20,23,22,-1});
			return IndexedFaceSet_10_351_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #351, 81 total numbers made up of 27 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_351_point()
		{
			MFVec3f Coordinate_11_351_point = new MFVec3f(new double[] {0.421,56.358,1.875,0.475,56.301,1.951,0.537,56.19,2.005,0.563,56.239,2.246,0.277,56.128,2.12,0.439,56.21,2.066,0.328,56.217,2.434,0.324,56.129,1.546,0.371,56.211,1.506,0.282,56.153,1.793,0.332,56.344,2.766,0.498,56.25,2.284,0.428,56.422,2.484,0.529,56.307,2.369,0.445,56.512,2.516,0.33,56.378,2.421,0.32,56.341,2.778,0.246,56.126,2.873,0.244,56.067,2.499,0.293,56.102,1.999,0.362,56.324,1.746,0.397,56.301,1.69,0.436,56.437,1.947,0.348,56.368,2.144,0.345,56.205,1.885,0.241,56.162,2.364,0.321,56.142,1.614});
			return Coordinate_11_351_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #355, 152 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_10_355_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_355_coordIndex = new MFInt32(new int[] {9,0,10,-1,13,14,3,-1,15,4,1,-1,8,4,5,-1,0,3,10,-1,15,10,11,-1,14,7,10,-1,2,3,4,-1,4,3,1,-1,16,4,15,-1,7,12,18,-1,15,1,0,-1,8,2,4,-1,3,2,13,-1,10,7,11,-1,1,3,0,-1,11,19,15,-1,5,19,6,-1,16,17,4,-1,15,17,16,-1,7,14,13,-1,8,12,2,-1,13,2,12,-1,20,4,17,-1,18,5,6,-1,7,18,11,-1,6,11,18,-1,11,6,19,-1,5,20,19,-1,5,4,20,-1,5,18,12,-1,9,15,0,-1,10,15,9,-1,12,8,5,-1,10,3,14,-1,12,7,13,-1,19,17,15,-1,19,20,17,-1});
			return IndexedFaceSet_10_355_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #355, 63 total numbers made up of 21 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_355_point()
		{
			MFVec3f Coordinate_11_355_point = new MFVec3f(new double[] {-0.55,56.226,2.068,-0.418,56.356,1.825,-0.318,56.135,2.213,-0.502,56.227,2.11,-0.335,56.183,1.781,-0.279,56.112,1.954,-0.247,56.18,2.179,-0.311,56.329,2.762,-0.297,56.081,2.173,-0.529,56.307,2.352,-0.361,56.421,2.691,-0.33,56.378,2.408,-0.262,56.026,2.561,-0.306,56.186,2.491,-0.34,56.27,2.502,-0.437,56.436,1.938,-0.394,56.289,1.646,-0.411,56.416,1.849,-0.236,56.113,2.435,-0.348,56.368,2.134,-0.335,56.325,1.835});
			return Coordinate_11_355_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #359, 5864 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_10_359_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_359_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_359_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_359_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_359_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_10_359_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_10_359_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_10_359_coordIndex_6()));
			return IndexedFaceSet_10_359_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #359, 2199 total numbers made up of 733 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_359_point()
		{
			MFVec3f Coordinate_11_359_point = new MFVec3f(new double[] {0.978,56.702,2.062,0.925,56.474,2.693,0.97,56.702,2.087,0.476,56.512,2.825,0.467,56.403,2.82,0.357,56.534,3.233,0.28,56.667,3.378,0.341,56.694,3.193,0.235,57.195,2.94,0.287,57.286,2.817,0.353,56.773,2.869,0.233,56.95,3.206,0.144,56.927,3.336,0.393,56.439,2.999,0.166,57.208,3.112,0.173,57.392,2.975,0.149,57.088,3.259,0.18,57.108,3.146,0.237,57.413,2.897,0.173,57.158,3.129,0.286,57.179,2.97,0.317,57.096,2.885,0.259,57.349,2.824,0.354,56.994,2.971,0.228,56.93,3.19,0.19,57.103,3.14,0.97,55.663,2.472,0.921,55.76,2.602,0.889,55.479,2.642,0.795,55.529,2.898,0.713,55.782,2.912,0.724,55.887,2.861,0.726,55.995,2.851,0.762,55.885,2.812,0.807,55.885,2.683,0.8,56.044,2.727,0.587,55.893,3.005,0.628,55.987,2.934,0.467,55.862,3.061,0.441,55.6,3.16,0.803,55.745,2.748,0.188,55.595,3.233,0.081,55.725,3.196,0.247,55.489,3.265,0.199,55.492,3.288,0.128,55.377,3.344,0.343,55.588,3.178,0.351,55.734,3.107,0.245,55.706,3.134,0.207,55.713,3.152,0.515,55.614,3.149,0.614,55.618,3.107,0.54,55.79,3.075,0.407,55.453,3.204,0.367,55.587,3.17,0.743,55.6,1.354,0.765,55.455,1.425,0.702,55.541,1.575,0.784,55.442,2.854,0.712,55.485,2.99,0.673,55.374,3.016,1.076,55.673,1.515,1.103,55.658,1.647,1.044,55.604,2.108,1.037,55.598,2.147,1.048,55.508,2.021,1.046,55.322,1.765,1.095,55.566,1.782,0.599,55.512,3.139,0.423,55.333,3.12,0.34,55.379,3.259,0.591,55.423,3.119,0.292,55.378,3.283,0.013,55.422,3.27,0.575,55.412,2.502,0.429,55.378,2.809,0.34,55.42,2.849,0.088,55.313,3.046,0.774,55.378,1.525,0.765,55.333,1.657,0.921,55.39,1.449,1.101,55.473,1.537,1.067,55.386,1.698,0.845,55.284,2.041,0.717,55.31,1.934,0.984,55.338,2.144,0.974,55.442,2.309,0.875,55.298,2.409,0.756,55.317,2.629,0.891,55.39,2.565,0.602,55.36,2.487,0.741,55.281,2.35,0.738,55.291,2.388,0.598,55.442,2.944,0.557,55.332,2.875,0.677,55.311,2.927,0.523,55.392,2.81,0.488,55.4,2.708,0.629,55.412,2.644,0.817,55.448,2.805,0.299,55.389,3.013,0.128,55.332,3.02,0.009,55.316,3.184,0.214,55.354,3.145,0.028,55.575,3.286,0.521,55.641,2.461,0.49,55.706,2.323,0.292,55.368,2.899,0.246,55.578,2.805,1.026,55.484,2.13,1.071,55.347,1.938,1.061,55.629,1.923,1.014,55.323,1.73,0.879,55.318,1.722,0.837,55.355,1.438,0.972,55.308,2.072,0.954,55.301,2.028,0.312,55.327,2.909,0.402,55.345,2.993,0.862,55.351,2.459,0.219,55.277,3.01,0.643,55.393,2.282,0.732,55.313,1.805,1.051,55.417,1.463,1.074,55.59,1.48,1.08,55.6,1.495,0.937,55.503,1.353,0.973,55.406,1.448,1.3,56.692,2.041,1.235,56.658,1.938,1.314,56.637,2.459,1.386,56.755,2.141,1.42,56.796,2.178,1.38,56.72,2.283,1.409,56.752,2.293,1.461,56.721,2.364,1.382,56.678,2.402,1.15,56.621,2.511,1.166,56.606,2.706,1.111,56.625,2.51,0.993,56.677,2.595,0.001,55.357,3.119,0.276,55.337,3.219,0.042,55.712,3.219,0.026,55.849,3.207,0.021,55.95,3.224,0.121,55.868,3.16,0.352,55.936,3.125,0.244,55.83,3.134,0.406,56.034,3.067,0.008,55.478,3.032,0.006,55.847,2.934,0.027,55.997,2.84,0.018,55.648,2.959,0.029,55.617,2.931,0.07,55.755,2.721,0.023,55.739,2.836,0.055,55.764,2.6,0.153,55.752,2.486,0.216,55.747,2.619,0.168,55.77,1.745,0.615,55.741,1.509,0.486,55.856,1.83,0.547,56.104,1.868,0.546,56.017,1.492,0.583,55.697,1.821,0.518,55.799,1.677,0.635,55.633,1.68,0.017,56.005,3.022,0.051,55.797,1.946,0.011,55.868,2.175,0.015,55.972,2.651,1.09,56.655,1.727,0.096,55.796,2.183,0.012,55.94,2.428,0.721,55.803,1.406,0.858,55.804,1.312,0.827,56.47,2.781,0.811,56.334,2.735,0.94,56.498,2.703,0.79,56.729,2.856,0.419,56.77,1.714,0.493,56.852,1.626,0.382,56.76,1.869,0.402,56.754,2.128,0.518,56.523,2.501,0.462,56.698,2.656,0.509,56.341,2.493,0.562,56.173,2.237,0.518,56.383,1.326,0.486,56.196,1.449,0.492,56.429,1.5,0.555,56.19,1.536,0.523,55.945,1.691,0.507,56.531,2.662,0.669,56.402,1.254,0.498,56.601,1.325,0.442,56.914,2.09,0.419,56.927,1.859,0.447,56.881,2.342,0.437,56.818,2.453,0.435,56.791,2.635,0.422,56.752,2.231,0.644,56.792,2.772,0.578,56.806,2.86,0.517,56.105,2.878,0.449,55.986,2.87,0.373,56.614,2.796,0.501,56.607,2.828,0.51,56.394,2.795,0.549,56.806,2.743,0.452,56.842,2.897,0.458,56.884,2.909,0.525,56.906,1.843,0.972,55.801,1.383,0.973,55.636,1.349,0.847,56.77,1.478,0.726,56.647,1.317,0.966,56.699,1.507,0.703,56.789,1.436,0.964,56.707,2.094,0.972,56.729,1.706,1.579,56.254,2.356,1.483,56.212,2.269,1.389,56.568,2.26,1.375,56.423,2.215,1.302,56.468,2.046,1.328,56.601,2.076,1.12,56.668,2.008,1.249,56.619,2.651,1.05,56.637,2.803,1.209,56.615,2.384,1.101,56.42,2.689,1.219,56.607,2.71,1.276,56.439,2.608,1.395,56.539,2.512,1.585,56.131,2.345,1.547,56.432,2.394,1.454,56.049,2.268,1.546,56.489,2.376,1.219,56.533,1.898,1.284,55.913,2.236,1.311,56.002,2.387,1.216,55.937,2.423,1.087,55.721,1.9,1.072,55.865,2.502,1.126,55.996,2.537,0.958,55.919,2.604,0.993,56.044,2.61,0.331,56.987,3.033,0.409,56.799,3.04,0.494,56.678,2.995,0.447,56.183,3.123,0.542,56.018,2.996,0.536,56.155,2.993,0.53,56.408,2.987,0.501,56.376,3.023,0.452,56.648,3.032,0.665,56.256,2.869,0.628,56.34,2.906,0.698,55.596,3.024,0.734,56.111,2.813,1.087,56.266,2.63,1.008,55.59,2.309,1.036,55.75,2.443,1.368,55.971,2.257,1.323,56.057,2.158,1.436,56.043,2.309,1.172,55.815,2.188,1.259,56.1,2.012,1.142,55.877,1.886,1.146,56.17,1.591,1.172,56.15,1.704,1.122,55.97,1.535,0.317,57.131,2.896,1.135,56.664,2.064,1.076,56.669,2.247,0.869,56.089,1.281,0.861,56.685,1.396,0.618,56.035,1.357,0.417,56.38,3.171,0.36,56.729,3.026,0.362,56.565,3.022,0.437,56.156,3.018,0.305,55.916,3.013,0.095,55.843,2.41,0.197,55.787,2.189,0.586,56.065,2.509,0.066,55.761,1.942,0.028,55.757,2.189,0.428,55.707,2.558,0.412,55.78,2.279,0.518,55.704,1.919,0.476,55.714,2.0,0.526,55.683,2.176,0.673,55.474,1.863,0.351,55.599,2.727,0.85,55.358,1.746,0.655,55.38,2.096,0.843,55.343,2.715,1.012,55.611,1.584,1.005,55.481,1.629,0.958,55.537,1.585,0.883,55.65,1.639,0.88,55.662,1.616,1.079,55.513,1.664,0.966,55.659,1.652,0.9,55.611,1.676,0.814,55.543,1.635,1.036,55.55,1.593,0.928,55.461,1.706,0.855,55.493,1.532,0.808,55.399,1.638,0.825,55.465,1.783,0.755,55.61,1.823,0.745,55.612,1.835,0.808,55.427,1.959,0.752,55.651,1.83,1.003,55.451,1.909,0.952,55.64,1.995,0.905,55.479,1.932,1.008,55.439,1.865,1.011,55.448,1.991,0.953,55.547,1.851,0.869,55.562,1.984,0.796,55.496,1.785,0.736,55.607,1.821,0.924,55.6,2.389,0.892,55.725,2.366,0.837,55.653,2.363,0.895,55.54,2.256,0.868,55.626,2.174,0.86,55.574,2.149,0.875,55.64,2.105,0.88,55.544,2.12,0.911,55.636,2.172,0.918,55.538,2.254,0.642,55.542,2.209,0.67,55.555,2.132,0.746,55.753,2.241,0.682,55.787,2.2,0.898,55.768,2.174,0.728,55.581,2.306,0.707,55.641,2.297,0.649,55.664,2.247,0.805,55.393,2.09,0.874,55.506,2.108,0.668,55.504,2.138,0.774,55.595,2.216,0.705,55.703,2.161,0.681,55.37,2.261,0.803,55.62,2.571,0.801,55.517,2.498,0.709,55.518,2.564,0.691,55.546,2.529,0.459,55.44,2.886,0.493,55.448,3.123,0.488,55.868,2.973,0.51,55.859,2.96,0.462,55.641,2.929,0.573,55.574,2.955,0.456,55.77,2.977,0.45,55.488,3.06,0.42,55.452,3.011,0.733,55.762,2.842,0.55,55.753,2.742,0.552,55.62,2.739,0.613,55.515,2.855,0.7,55.523,2.739,0.599,55.62,2.749,0.524,55.483,2.704,0.56,55.504,2.687,0.748,55.382,2.695,0.636,55.382,2.875,0.767,55.455,2.871,0.736,55.635,2.872,0.538,55.612,2.751,0.736,55.632,2.849,0.505,55.393,2.691,0.28,55.647,3.093,0.338,55.472,3.153,0.275,55.678,3.075,0.063,55.693,3.106,0.022,55.56,3.188,0.058,55.71,3.119,0.964,56.363,2.553,0.999,56.063,2.477,1.126,55.869,2.225,1.248,55.917,2.247,1.334,56.094,2.25,1.324,56.001,2.246,1.172,55.971,2.315,1.302,56.517,2.432,1.255,56.549,2.267,1.317,56.231,2.288,1.307,56.408,2.33,1.323,56.232,2.306,0.925,56.559,2.528,0.865,56.706,2.298,0.922,56.654,2.207,0.883,56.694,2.356,0.957,56.637,2.159,1.113,56.61,2.027,1.007,56.654,1.956,0.968,56.686,1.733,0.955,56.679,1.968,0.933,56.713,1.78,0.953,56.702,1.777,1.251,56.564,2.092,0.937,56.544,2.527,1.141,56.031,1.868,1.199,55.969,2.106,1.212,56.112,1.98,0.705,55.904,2.494,0.742,56.014,2.654,0.811,55.922,2.593,0.846,55.845,2.418,0.825,55.905,2.558,0.944,55.855,2.474,0.629,56.226,2.64,0.652,56.142,2.55,0.628,56.423,2.61,0.648,56.208,2.406,0.583,56.362,2.414,1.072,55.784,1.62,0.943,55.726,1.47,0.622,55.839,1.936,0.638,55.853,1.81,0.589,55.94,1.83,0.648,55.838,2.14,0.684,55.853,2.33,0.831,55.778,2.132,0.79,56.032,2.614,0.838,55.934,2.541,0.623,56.517,2.64,0.656,56.379,2.739,0.68,56.728,2.621,0.695,56.738,2.71,0.633,56.648,2.768,0.516,56.282,1.55,0.501,56.693,2.533,0.542,56.667,2.529,1.22,56.581,2.007,0.485,56.74,1.46,0.568,56.669,1.514,1.079,55.78,1.657,1.116,55.998,1.718,1.18,56.571,2.347,1.183,56.574,2.379,1.236,56.566,2.493,1.116,56.556,2.557,1.086,56.578,2.428,0.703,55.805,1.553,0.641,56.039,1.546,0.649,55.847,1.696,1.087,56.586,1.753,0.927,56.693,1.974,0.94,55.711,1.393,0.891,55.851,1.396,0.781,55.85,1.474,0.854,56.456,2.614,0.906,56.568,2.644,0.961,56.515,2.526,0.836,56.667,2.683,0.564,56.508,2.511,0.588,56.061,2.012,0.619,56.362,1.409,0.499,56.546,1.459,0.538,56.406,1.508,0.647,56.568,1.404,0.547,56.775,2.389,0.506,56.838,2.261,0.625,56.808,2.018,0.484,56.879,1.859,0.624,56.825,1.843,0.515,56.819,1.669,0.601,56.76,2.501,0.673,56.081,2.393,0.583,56.642,2.524,0.882,56.704,1.538,0.716,56.582,1.403,0.893,56.629,1.469,1.123,56.355,1.664,0.913,56.728,1.629,0.977,56.642,1.562,1.016,56.627,2.333,1.178,56.33,1.827,1.185,56.491,1.897,1.189,56.599,1.922,1.099,56.553,2.588,1.085,56.394,2.545,1.2,56.403,2.492,1.219,56.565,2.518,1.327,56.408,2.362,1.143,56.04,2.399,1.196,56.23,2.437,1.255,56.056,2.136,0.971,55.952,2.472,1.084,55.962,2.402,0.744,56.13,2.688,0.837,56.05,2.575,1.074,56.259,2.495,1.227,56.044,2.258,1.059,55.883,2.37,1.118,55.915,1.875,1.074,55.778,1.886,1.122,56.174,1.629,1.082,56.048,1.553,0.786,56.793,1.807,0.824,56.739,2.001,0.762,56.786,1.633,0.74,56.379,1.349,0.699,56.055,1.434,0.662,55.975,2.359,0.643,56.064,2.188,0.597,55.943,1.974,0.623,55.976,1.713,0.64,55.991,2.474,0.467,56.886,2.049,0.86,56.088,1.369,0.981,56.091,1.437,0.982,55.849,1.455,1.154,56.581,2.164,1.14,55.861,2.128,1.035,56.601,2.647,0.765,56.538,2.728,0.63,56.794,1.654,1.291,56.399,2.131,1.297,56.234,2.116,0.615,56.696,1.512,0.653,56.183,1.424,0.533,56.157,1.697,0.862,55.791,1.65,0.623,56.524,2.758,0.838,55.811,2.32,0.259,55.63,3.045,0.593,55.576,3.088,0.576,55.671,3.056,0.476,55.659,3.077,0.891,55.566,2.403,0.841,55.422,2.355,0.916,55.591,2.407,0.999,55.526,1.572,0.814,55.388,2.457,0.595,55.431,2.391,0.452,55.621,2.64,0.464,55.624,2.623,0.534,55.666,2.017,0.48,55.628,2.584,0.549,56.045,2.262,0.499,55.921,2.241,0.105,55.925,2.806,0.105,55.883,2.621,0.542,56.384,2.636,0.563,56.082,2.692,0.114,55.925,3.009,0.768,56.055,1.276,1.183,56.633,2.204,0.628,56.802,2.581,1.068,56.051,1.456,1.126,55.898,1.694,1.148,56.375,1.631,1.217,56.347,1.827,1.199,56.138,1.868,1.133,55.834,2.41,0.83,55.487,2.774,0.939,56.325,2.677,0.702,56.582,2.91,0.351,56.724,3.221,1.572,56.392,2.321,1.463,56.423,2.305,1.431,56.072,2.36,1.322,56.094,2.447,1.172,56.018,2.516,1.082,55.699,2.132,1.365,56.238,2.174,1.452,56.215,2.44,0.852,56.77,2.256,0.95,56.711,2.469,0.968,56.728,2.253,1.322,56.667,2.17,0.884,56.795,1.587,1.016,56.436,1.466,0.61,56.629,1.312,0.304,56.971,2.866,0.657,56.823,2.331,0.555,56.844,2.353,0.56,56.18,1.345,0.353,55.8,1.806,0.297,55.759,2.519,0.32,55.784,3.103,1.106,55.594,1.642,0.957,55.403,1.432,0.613,55.295,2.572,0.381,55.291,2.966,0.499,55.634,2.532,0.158,55.469,3.239,0.627,55.436,2.089,0.929,55.504,2.467,1.014,55.471,2.205,0.605,55.423,2.207,0.156,55.649,2.786,0.236,57.345,2.859,0.28,57.21,2.958,0.323,56.868,2.893,0.293,56.975,2.93,1.07,55.683,2.25,1.099,55.722,1.653,0.721,55.437,1.641,0.678,55.407,1.914,0.66,55.493,1.923,0.238,55.346,2.932,0.605,55.415,2.304,0.272,55.671,2.69,0.569,56.878,2.033,0.487,56.893,2.094,0.504,55.942,2.483,0.479,55.949,2.662,0.239,57.142,2.964,0.894,56.786,1.77,1.328,56.225,2.509,0.028,55.967,2.687,0.419,55.762,1.982,0.013,55.447,3.209,0.961,55.442,2.165,0.475,55.489,2.897,0.481,55.524,3.109,0.765,55.469,2.869,1.061,55.744,2.178,0.548,56.072,2.029,0.755,56.377,2.695,1.018,56.409,1.526,0.767,56.721,1.503,1.07,55.758,2.079,0.608,55.942,2.168,0.832,56.434,1.368,0.75,56.724,2.441,1.146,56.155,1.746,1.134,55.864,2.171,0.82,56.695,2.547,0.834,55.685,1.441,0.882,55.705,1.461,1.164,56.146,1.86,0.644,56.079,2.661,0.313,55.478,3.161,0.64,55.507,2.871,0.206,55.811,2.41,0.363,55.921,2.874,0.785,56.464,1.277,0.97,56.076,1.36,0.679,55.775,2.95,0.607,56.131,2.925,0.775,56.81,2.033,0.544,56.608,2.786,0.769,56.76,2.691,0.926,55.618,1.313,1.067,55.635,1.863,0.656,55.514,3.101,0.361,56.575,2.906,0.686,55.456,1.804,0.035,55.764,2.454,0.148,55.751,2.217,0.286,55.765,2.249,0.535,56.757,1.449,0.425,56.904,2.225,0.738,56.782,2.545,0.911,56.454,1.355,0.832,56.27,1.268,0.955,56.259,1.349,1.239,56.233,2.56,1.285,56.286,2.005,0.409,56.577,3.142,1.041,56.235,1.447,0.717,56.224,1.251,0.696,56.863,1.591,0.464,55.967,2.766,0.359,55.899,2.771,0.222,55.838,2.621,0.365,55.846,2.453,0.356,55.874,2.648,0.491,55.909,2.005,0.356,55.811,1.979,0.996,55.369,2.216,0.959,55.387,2.345,0.291,55.33,3.01,1.032,55.577,1.729,0.79,55.533,1.854,0.726,55.485,1.874,0.955,55.592,2.011,0.897,55.472,2.034,1.012,55.427,1.821,0.735,55.532,2.492,0.766,55.426,2.455,0.639,55.465,2.5,0.615,55.465,3.085,0.539,55.536,2.921,0.747,55.637,2.881,0.315,55.508,3.033,0.216,55.472,3.082,0.308,55.449,3.017,0.23,55.353,3.11,0.118,55.591,3.2,0.09,55.534,3.067,0.159,55.477,3.116,0.084,55.4,3.063,0.723,56.748,2.29,0.849,55.801,1.716,0.745,56.428,2.717,0.836,55.796,1.908,0.977,56.63,2.477,0.668,56.759,2.329,0.653,56.785,2.128,0.685,56.762,2.244,0.488,56.858,2.164,1.246,56.437,2.01,1.037,56.232,1.509,0.969,56.253,1.428,0.778,56.222,1.346,0.87,56.263,1.36,0.834,56.729,2.122,1.232,56.277,1.975,1.034,55.803,2.338,0.252,55.743,1.957,0.194,55.773,1.952,0.25,55.884,2.829,0.315,56.88,3.009,0.727,56.871,1.799,0.017,55.784,1.938,0.173,55.499,3.308,0.634,55.515,3.12,0.358,55.811,2.21,0.941,55.416,2.36,0.933,56.426,1.434});
			return Coordinate_11_359_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #363, 5952 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_10_363_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_363_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_363_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_363_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_363_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_10_363_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_10_363_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_10_363_coordIndex_6()));
			return IndexedFaceSet_10_363_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #363, 2229 total numbers made up of 743 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_363_point()
		{
			MFVec3f Coordinate_11_363_point = new MFVec3f(new double[] {-0.706,55.811,1.551,-0.862,55.791,1.65,-0.944,56.718,2.052,-0.923,56.458,2.655,-0.966,56.701,2.081,-0.39,56.552,2.776,-0.418,56.534,2.792,-0.366,56.655,2.778,-0.353,56.773,2.849,-0.36,56.729,3.004,-0.394,56.44,2.991,-0.369,56.528,3.163,-0.296,57.127,2.854,-0.236,57.345,2.848,-0.232,57.233,2.908,-0.311,56.974,2.859,-0.323,56.868,2.875,-0.345,56.539,3.257,-0.417,56.38,3.146,-0.173,57.351,2.982,-0.179,57.211,3.08,-0.164,57.216,3.097,-0.228,56.93,3.176,-0.183,57.106,3.128,-0.149,57.088,3.25,-0.272,57.222,2.944,-0.19,57.103,3.129,-0.233,56.95,3.191,-0.294,57.099,2.998,-0.287,57.29,2.804,-0.259,57.349,2.812,-0.353,56.991,2.862,-0.452,56.842,2.872,-0.342,56.989,2.938,-0.385,56.777,3.053,-0.433,56.821,2.979,-0.297,56.977,2.918,-0.175,57.424,2.958,-0.237,57.413,2.887,-0.143,56.926,3.326,-0.117,55.648,2.811,-0.046,55.568,2.933,-0.246,55.578,2.797,-0.097,55.334,3.02,-0.534,55.666,2.011,-0.566,55.656,2.173,-0.605,55.423,2.202,-0.896,55.492,2.612,-0.929,55.504,2.458,-0.713,55.782,2.89,-0.687,55.888,2.886,-0.762,55.885,2.788,-0.752,55.501,2.939,-0.798,55.537,2.877,-0.587,55.893,2.983,-0.542,56.018,2.973,-0.628,55.987,2.909,-0.467,55.862,3.042,-0.406,56.034,3.047,-0.803,55.745,2.727,-0.54,55.79,3.055,-0.042,55.712,3.217,-0.12,55.803,3.161,-0.188,55.595,3.227,-0.272,55.483,3.247,-0.199,55.492,3.281,-0.207,55.713,3.144,-1.095,55.566,1.782,-1.071,55.348,1.938,-1.029,55.486,2.103,-0.983,55.436,2.203,-1.037,55.598,2.144,-1.101,55.371,1.743,-0.799,55.461,2.793,-0.818,55.495,2.77,-0.762,55.433,2.869,-1.086,55.575,1.501,-1.106,55.594,1.642,-1.103,55.658,1.647,-1.019,55.457,1.431,-1.048,55.508,2.021,-1.044,55.604,2.106,-1.061,55.629,1.922,-1.082,55.699,2.128,-0.879,55.323,2.437,-0.878,55.374,2.502,-0.917,55.712,2.582,-0.885,55.477,2.638,-0.426,55.434,3.185,-0.396,55.46,3.195,-0.323,55.36,3.22,-0.346,55.473,3.213,-0.036,55.445,3.321,-0.765,55.455,1.425,-0.786,55.416,1.429,-0.72,55.445,1.679,-0.668,55.448,1.94,-0.583,55.411,2.436,-0.601,55.416,2.332,-0.533,55.392,2.623,-0.499,55.414,2.669,-0.472,55.325,2.799,-0.25,55.321,2.938,-0.29,55.381,2.884,-0.004,55.338,3.159,-0.745,55.429,1.549,-0.845,55.285,1.695,-0.932,55.326,1.709,-0.93,55.3,2.066,-0.759,55.334,2.068,-0.672,55.306,2.106,-0.646,55.329,2.28,-0.744,55.271,2.31,-0.82,55.342,2.605,-0.615,55.307,2.448,-0.546,55.387,2.88,-0.416,55.316,3.073,-0.59,55.327,2.863,-0.659,55.418,3.001,-0.509,55.38,2.682,-0.632,55.425,2.639,-0.392,55.302,2.943,-0.222,55.291,3.127,-0.261,55.378,3.292,-0.259,55.346,3.217,-0.218,55.328,3.246,-0.428,55.707,2.546,-0.485,55.63,2.557,-0.46,55.623,2.616,-0.526,55.642,2.439,-0.791,55.358,1.636,-1.022,55.353,1.79,-1.023,55.375,1.482,-0.967,55.477,1.547,-0.742,55.315,1.791,-0.786,55.295,1.977,-0.588,55.301,2.564,-0.377,55.38,3.011,-0.85,55.329,2.672,-0.184,55.275,3.03,-0.743,55.316,2.411,-0.828,55.274,2.369,-0.937,55.503,1.353,-0.95,55.403,1.433,-0.892,55.417,1.488,-1.101,55.402,1.558,-1.315,56.641,2.427,-1.411,56.783,2.172,-1.367,56.733,2.108,-1.455,56.836,2.209,-1.424,56.746,2.32,-1.485,56.708,2.331,-1.235,56.658,1.933,-1.12,56.668,1.998,-1.09,56.655,1.724,-1.209,56.615,2.364,-1.289,56.624,2.181,-1.189,56.617,2.487,-1.302,56.615,2.582,-1.111,56.625,2.484,-1.149,56.609,2.696,-0.709,55.277,2.614,-0.62,55.509,3.086,-0.128,55.377,3.341,-0.244,55.83,3.123,-0.031,55.9,3.206,-0.121,55.868,3.154,-0.028,55.575,3.285,-0.008,55.478,3.032,-0.053,55.783,1.735,-0.019,55.998,2.825,-0.015,55.668,2.938,-0.272,55.671,2.681,-0.351,55.599,2.716,-0.023,55.739,2.834,-0.07,55.755,2.718,-0.353,55.8,1.803,-0.211,55.772,1.745,-0.625,55.756,1.499,-0.689,55.574,1.573,-0.486,55.856,1.826,-0.476,55.714,1.994,-0.518,55.704,1.915,-0.635,55.633,1.68,-0.583,55.697,1.819,-0.051,55.797,1.945,-0.017,56.005,3.021,-0.012,55.94,2.428,-1.148,56.375,1.63,-0.847,56.77,1.477,-0.726,56.647,1.317,-1.076,55.673,1.515,-0.939,56.325,2.648,-0.835,56.481,2.739,-0.702,56.582,2.877,-0.949,56.513,2.709,-0.499,56.546,1.458,-0.492,56.429,1.498,-0.426,56.76,2.581,-0.514,56.373,2.52,-0.518,56.523,2.48,-0.486,56.196,1.448,-0.516,56.282,1.548,-0.555,56.19,1.534,-0.538,56.406,1.507,-0.419,56.927,1.851,-0.419,56.77,1.709,-0.493,56.852,1.621,-0.56,56.18,1.345,-0.618,56.035,1.357,-0.437,56.818,2.435,-0.447,56.881,2.326,-0.487,56.893,2.081,-0.442,56.914,2.078,-0.569,56.878,2.02,-0.464,56.695,2.645,-0.507,56.531,2.639,-0.562,56.173,2.222,-0.483,56.829,2.615,-0.586,56.065,2.49,-0.504,55.942,2.467,-0.534,56.381,2.59,-0.563,56.082,2.67,-0.479,55.949,2.644,-0.517,56.105,2.855,-0.513,56.393,2.77,-0.412,56.409,2.878,-0.462,56.521,2.792,-0.458,56.606,2.846,-0.437,56.156,2.996,-0.242,57.121,2.955,-0.644,56.792,2.743,-0.578,56.806,2.831,-0.549,56.806,2.717,-0.61,56.629,1.312,-0.498,56.601,1.325,-0.669,56.402,1.254,-1.016,56.436,1.466,-0.966,56.699,1.506,-0.894,56.786,1.764,-0.972,56.726,1.749,-0.928,56.763,1.621,-1.217,56.347,1.824,-1.219,56.533,1.893,-1.323,56.057,2.153,-1.436,56.043,2.304,-1.454,56.049,2.264,-1.3,56.692,2.035,-1.375,56.423,2.206,-1.365,56.238,2.168,-1.389,56.568,2.249,-1.183,56.633,2.189,-1.076,56.669,2.228,-1.368,56.71,2.249,-1.41,56.759,2.264,-1.328,56.601,2.07,-1.407,56.675,2.419,-1.376,56.575,2.498,-0.95,56.711,2.442,-0.993,56.677,2.566,-1.276,56.439,2.585,-1.213,56.608,2.674,-1.546,56.489,2.369,-1.579,56.254,2.351,-1.585,56.131,2.342,-1.547,56.432,2.387,-1.452,56.215,2.43,-1.427,56.474,2.496,-1.463,56.423,2.297,-1.572,56.392,2.315,-1.483,56.212,2.264,-0.976,55.39,2.311,-1.008,55.59,2.303,-1.172,55.815,2.182,-1.284,55.913,2.23,-1.172,56.018,2.498,-1.126,55.996,2.518,-0.958,55.919,2.583,-1.431,56.072,2.353,-1.311,56.002,2.377,-0.525,56.906,1.834,-0.696,56.863,1.588,-0.727,56.871,1.791,-0.331,56.987,3.014,-0.458,56.884,2.884,-0.351,55.734,3.093,-0.32,55.784,3.09,-0.168,55.606,3.251,-0.245,55.706,3.124,-0.367,55.587,3.158,-0.494,56.678,2.968,-0.53,56.408,2.959,-0.79,56.729,2.822,-0.8,56.044,2.702,-0.807,55.885,2.66,-0.838,55.529,2.747,-1.216,55.937,2.41,-1.133,55.834,2.397,-1.036,55.75,2.43,-1.072,55.865,2.486,-1.259,56.1,2.008,-1.199,56.138,1.866,-1.142,55.877,1.885,-1.126,55.898,1.694,-1.146,56.17,1.591,-0.973,55.636,1.349,-0.972,55.801,1.383,-0.768,56.055,1.276,-0.858,55.804,1.312,-0.703,56.789,1.436,-0.518,56.383,1.326,-0.717,56.224,1.251,-0.382,56.76,1.861,-0.447,56.183,3.099,-0.449,55.986,2.851,-0.072,55.918,2.616,-0.105,55.925,2.801,-0.499,55.921,2.23,-0.549,56.045,2.248,-0.546,56.017,1.491,-0.523,55.945,1.688,-0.518,55.799,1.675,-0.066,55.761,1.941,-0.486,55.71,2.161,-0.686,55.456,1.802,-0.34,55.42,2.84,-1.078,55.507,1.619,-1.095,55.377,1.695,-0.991,55.359,1.708,-0.791,55.414,2.09,-0.882,55.434,2.359,-0.722,55.388,2.584,-0.684,55.437,2.433,-0.576,55.444,2.661,-0.009,55.387,3.189,-1.005,55.594,1.621,-0.932,55.506,1.577,-0.99,55.652,1.667,-0.88,55.656,1.601,-1.017,55.62,1.599,-1.028,55.515,1.707,-0.84,55.6,1.661,-0.994,55.643,1.666,-0.801,55.461,1.605,-0.799,55.404,1.642,-0.874,55.448,1.782,-0.777,55.579,1.842,-1.009,55.435,1.969,-0.841,55.469,1.919,-0.909,55.596,1.994,-0.935,55.481,1.937,-0.931,55.512,1.855,-0.891,55.511,2.027,-0.709,55.418,1.878,-0.848,55.656,2.373,-0.888,55.72,2.331,-0.881,55.557,2.273,-0.905,55.575,2.392,-0.945,55.549,2.19,-0.694,55.545,2.119,-0.693,55.824,2.228,-0.725,55.773,2.182,-0.895,55.673,2.14,-0.842,55.61,2.187,-0.89,55.508,2.112,-0.763,55.531,2.314,-0.689,55.662,2.141,-0.77,55.605,2.228,-0.678,55.465,2.259,-0.639,55.534,2.201,-0.666,55.453,2.14,-0.828,55.596,2.569,-0.878,55.448,2.561,-0.801,55.517,2.488,-0.485,55.829,2.952,-0.493,55.811,2.917,-0.467,55.642,2.93,-0.497,55.648,3.058,-0.539,55.672,3.059,-0.523,55.803,2.962,-0.549,55.624,2.94,-0.735,55.7,2.839,-0.551,55.724,2.715,-0.533,55.683,2.718,-0.55,55.738,2.72,-0.766,55.491,2.745,-0.696,55.62,2.82,-0.724,55.637,2.794,-0.608,55.611,2.731,-0.56,55.511,2.804,-0.526,55.419,2.799,-0.62,55.352,2.871,-0.57,55.606,2.758,-0.267,55.639,3.068,-0.276,55.754,3.037,-0.058,55.716,3.133,-0.964,56.363,2.526,-0.952,56.513,2.482,-1.248,55.917,2.24,-1.324,56.001,2.239,-1.334,56.094,2.243,-1.227,56.044,2.248,-1.255,56.056,2.13,-1.323,56.232,2.295,-1.243,56.557,2.432,-1.305,56.42,2.324,-1.255,56.546,2.269,-1.317,56.231,2.276,-0.957,56.637,2.142,-1.016,56.627,2.31,-1.154,56.581,2.15,-1.019,56.65,1.96,-1.053,56.615,1.76,-1.002,56.666,1.754,-0.955,56.679,1.956,-1.258,56.555,2.125,-1.231,56.616,1.983,-1.193,56.604,1.927,-0.836,55.922,2.52,-0.944,55.855,2.457,-0.631,56.225,2.607,-0.672,56.371,2.696,-0.648,56.208,2.386,-0.583,56.362,2.393,-1.072,55.784,1.62,-0.705,55.904,2.476,-0.64,55.991,2.456,-0.838,55.811,2.307,-0.684,55.853,2.316,-0.744,56.13,2.663,-0.655,56.096,2.523,-0.623,56.517,2.614,-0.623,56.524,2.729,-0.682,56.732,2.587,-0.695,56.738,2.681,-0.846,55.845,2.401,-0.958,55.728,1.451,-0.548,56.072,2.019,-0.588,56.061,2.002,-0.409,56.754,2.161,-1.297,56.234,2.109,-1.179,56.569,2.329,-1.088,56.579,2.402,-1.145,56.56,2.535,-0.781,55.85,1.474,-1.058,56.628,1.749,-0.954,56.558,2.548,-0.809,56.512,2.65,-0.745,56.428,2.688,-0.533,56.157,1.692,-0.568,56.669,1.512,-0.422,56.751,2.216,-0.564,56.508,2.489,-0.492,56.628,2.505,-0.552,56.105,1.859,-0.619,56.362,1.409,-0.623,55.976,1.71,-0.484,56.879,1.851,-0.653,56.183,1.424,-0.699,56.055,1.434,-0.467,56.886,2.037,-0.547,56.775,2.37,-0.56,56.726,2.489,-0.662,55.975,2.343,-0.664,56.089,2.448,-0.673,56.081,2.374,-0.583,56.642,2.501,-0.632,56.369,2.574,-0.615,56.696,1.51,-0.515,56.819,1.663,-0.74,56.379,1.349,-0.647,56.568,1.403,-0.716,56.582,1.403,-0.977,56.642,1.561,-1.018,56.409,1.526,-0.922,56.654,2.187,-0.882,56.704,1.537,-0.913,56.728,1.627,-0.767,56.721,1.502,-1.035,56.601,2.618,-1.085,56.394,2.519,-1.2,56.403,2.47,-1.261,56.537,2.43,-1.059,55.883,2.356,-1.084,55.962,2.387,-0.971,55.952,2.453,-0.836,56.667,2.653,-0.832,55.956,2.537,-0.742,56.014,2.631,-0.856,56.093,2.539,-1.123,55.87,2.237,-1.172,55.971,2.304,-1.14,55.861,2.122,-1.199,55.969,2.1,-1.07,55.758,2.075,-1.074,55.778,1.885,-0.982,55.849,1.455,-0.86,56.088,1.369,-0.891,55.851,1.396,-0.643,56.233,2.554,-0.643,56.064,2.174,-0.641,56.039,1.546,-0.649,55.847,1.695,-0.638,55.853,1.806,-0.597,55.943,1.966,-0.608,55.942,2.155,-0.648,55.838,2.13,-0.893,56.629,1.469,-0.832,56.434,1.368,-0.786,56.793,1.798,-0.946,56.704,1.76,-1.082,56.048,1.553,-1.178,56.33,1.824,-1.146,56.155,1.745,-1.122,56.174,1.629,-1.185,56.491,1.892,-1.079,55.78,1.657,-1.116,55.998,1.718,-1.118,55.915,1.873,-1.141,56.031,1.866,-1.212,56.112,1.977,-1.143,56.04,2.383,-0.999,56.063,2.457,-1.074,56.259,2.471,-0.853,56.486,2.602,-0.732,56.342,2.675,-1.132,55.866,2.18,-1.196,56.23,2.418,-1.123,56.355,1.663,-0.506,56.838,2.245,-0.625,56.808,2.005,-0.834,55.685,1.441,-0.485,56.74,1.459,-0.633,56.648,2.74,-0.831,55.778,2.123,-0.589,55.94,1.824,-0.622,55.839,1.93,-0.054,55.604,3.187,-0.316,55.479,3.144,-0.609,55.515,2.837,-0.657,55.386,2.635,-0.771,55.404,2.71,-0.475,55.489,2.885,-0.436,55.488,3.036,-0.499,55.482,3.113,-0.568,55.399,3.137,-0.698,55.543,2.498,-0.839,55.483,2.524,-0.688,55.734,2.208,-0.885,55.643,2.187,-0.737,55.453,1.83,-0.75,55.616,1.825,-1.011,55.41,1.815,-0.889,55.541,2.024,-0.883,55.328,1.723,-1.035,55.575,1.543,-0.684,55.393,2.254,-0.796,55.335,1.767,-0.216,55.747,2.612,-0.028,55.757,2.189,-0.197,55.787,2.184,-0.206,55.811,2.404,-0.096,55.796,2.181,-0.363,55.921,2.859,-0.28,56.667,3.359,-0.721,55.803,1.406,-0.785,56.464,1.277,-0.869,56.089,1.281,-1.135,56.664,2.053,-0.973,56.732,1.656,-0.316,57.156,2.863,-1.122,55.97,1.535,-0.924,55.809,2.588,-1.322,56.094,2.435,-1.087,56.266,2.603,-0.663,55.61,3.052,-0.679,55.775,2.928,-0.628,56.34,2.877,-0.665,56.256,2.84,-1.019,56.664,2.781,-0.452,56.648,3.007,-0.49,55.61,3.137,-0.602,55.499,3.116,-0.343,55.588,3.167,-0.536,56.155,2.967,-0.607,56.131,2.899,-0.993,56.044,2.587,-0.97,55.663,2.46,-1.086,56.61,2.718,-1.101,56.42,2.66,-1.163,56.588,2.731,-1.302,56.468,2.04,-0.423,56.783,2.614,-0.811,56.334,2.705,-0.743,55.6,1.354,-0.926,55.618,1.313,-0.095,55.843,2.407,-0.011,55.868,2.175,-0.002,55.977,2.614,-0.055,55.764,2.598,-0.153,55.752,2.482,-0.006,55.847,2.934,-0.352,55.936,3.108,-0.73,55.305,1.978,-0.627,55.436,2.087,-1.099,55.722,1.653,-1.07,55.683,2.244,-0.416,55.595,3.149,-0.614,55.618,3.089,-0.734,56.111,2.785,-0.351,56.724,3.198,-0.409,56.577,3.117,-0.726,55.995,2.825,-1.067,55.635,1.863,-1.087,55.721,1.9,-0.49,55.706,2.313,-0.005,55.676,2.968,-0.036,55.951,3.206,-0.861,56.685,1.396,-0.775,56.81,2.019,-1.368,55.971,2.252,-0.501,56.376,2.996,-1.172,56.15,1.703,-0.97,56.076,1.36,-0.341,56.694,3.171,-0.35,55.934,3.003,-0.412,55.78,2.27,-0.66,55.491,1.931,-0.803,55.518,1.567,-0.905,55.446,1.697,-0.657,55.717,2.22,-0.713,55.524,2.559,-0.42,55.45,3.0,-0.64,55.507,2.857,-0.644,56.079,2.638,-0.883,56.694,2.333,-0.865,56.706,2.276,-1.097,56.616,1.989,-0.927,56.693,1.961,-1.164,56.146,1.858,-0.624,56.825,1.834,-0.82,56.695,2.519,-0.762,56.786,1.63,-0.63,56.794,1.649,-0.981,56.091,1.437,-0.765,56.538,2.697,-1.291,56.399,2.122,-1.061,55.744,2.172,-0.875,55.455,2.017,-0.823,55.383,2.453,-0.297,55.759,2.511,-0.194,55.65,2.749,-0.419,55.762,1.976,-0.114,55.925,3.004,-0.628,56.802,2.555,-1.068,56.051,1.456,-0.968,56.728,2.233,-0.852,56.77,2.235,-0.555,56.844,2.334,-0.657,56.823,2.311,-0.829,55.367,2.763,-0.362,56.565,3.001,-0.173,55.499,3.302,-0.639,55.378,2.229,-0.017,55.784,1.938,-0.035,55.764,2.453,-0.148,55.751,2.214,-0.286,55.765,2.243,-0.252,55.743,1.954,-0.222,55.838,2.613,-0.535,56.757,1.448,-0.425,56.904,2.211,-0.738,56.782,2.518,-0.769,56.76,2.661,-0.464,55.967,2.748,-0.544,56.608,2.76,-0.911,56.454,1.355,-1.239,56.233,2.539,-1.041,56.235,1.447,-0.25,55.884,2.818,-0.26,55.898,2.995,-0.194,55.773,1.949,-0.491,55.909,1.997,-0.583,55.382,2.899,-0.321,55.425,3.014,-0.352,55.485,3.128,-0.183,55.417,3.167,-0.973,55.543,1.71,-0.73,55.56,1.866,-0.652,55.696,2.233,-0.733,55.533,2.486,-0.621,55.4,2.525,-0.512,55.825,2.982,-0.578,55.52,2.928,-0.541,55.51,2.901,-0.783,55.46,2.76,-0.246,55.632,3.049,-0.268,55.633,3.059,-0.311,55.483,3.015,-0.218,55.406,3.072,-0.366,55.451,3.113,-0.224,55.371,3.087,-0.073,55.679,3.108,-0.053,55.675,3.102,-0.012,55.478,3.194,-0.137,55.553,3.134,-0.14,55.543,3.111,-0.093,55.617,3.206,-0.041,55.447,3.1,-0.162,55.423,3.095,-0.139,55.476,3.265,-0.01,55.443,3.194,-1.037,56.232,1.509,-0.653,56.785,2.112,-0.824,56.739,1.987,-0.834,56.729,2.105,-0.836,55.796,1.905,-0.849,55.801,1.716,-0.488,56.858,2.15,-0.779,56.724,2.358,-0.706,56.732,2.431,-0.933,56.426,1.434,-1.232,56.277,1.97,-1.034,55.803,2.326,-1.246,56.437,2.004,-0.754,56.738,2.293,-0.969,56.253,1.428,-0.977,56.63,2.452,-0.653,56.766,2.265,-0.356,55.811,1.974,-0.358,55.811,2.202,-0.365,55.846,2.442,-0.361,56.575,2.885,-1.285,56.286,2.0,-0.832,56.27,1.268,-0.955,56.259,1.349,-0.578,55.418,2.455,-0.315,56.88,2.99,-0.359,55.899,2.757,-0.356,55.874,2.635,-1.328,56.225,2.492,-0.87,56.263,1.36,-0.778,56.222,1.346});
			return Coordinate_11_363_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #367, 264 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_10_367_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_367_coordIndex = new MFInt32(new int[] {15,16,2,-1,6,17,19,-1,20,17,5,-1,17,4,5,-1,22,1,0,-1,22,28,25,-1,19,3,6,-1,24,22,25,-1,15,1,22,-1,24,25,3,-1,8,22,0,-1,14,13,17,-1,0,10,15,-1,1,10,12,-1,18,19,17,-1,2,8,0,-1,1,12,0,-1,1,9,10,-1,0,12,10,-1,17,20,14,-1,7,4,6,-1,8,20,22,-1,31,3,19,-1,15,22,30,-1,15,23,1,-1,29,22,24,-1,9,27,11,-1,22,29,18,-1,9,1,23,-1,19,18,24,-1,17,6,4,-1,10,9,11,-1,0,15,2,-1,6,4,7,-1,9,11,27,-1,10,11,9,-1,22,20,33,-1,24,3,31,-1,34,10,9,-1,15,34,23,-1,27,9,21,-1,3,26,6,-1,9,23,34,-1,22,13,30,-1,22,18,13,-1,31,19,24,-1,26,3,28,-1,24,18,29,-1,2,20,8,-1,20,2,14,-1,18,17,13,-1,2,13,14,-1,2,16,13,-1,9,27,21,-1,30,13,32,-1,4,28,5,-1,26,28,4,-1,34,15,10,-1,16,32,13,-1,15,32,16,-1,30,32,15,-1,3,25,28,-1,33,5,28,-1,20,5,33,-1,28,22,33,-1,6,26,4,-1});
			return IndexedFaceSet_10_367_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #367, 105 total numbers made up of 35 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_367_point()
		{
			MFVec3f Coordinate_11_367_point = new MFVec3f(new double[] {0.084,57.262,3.145,0.082,57.228,3.165,0.005,57.329,3.099,0.134,57.574,2.901,-0.024,57.546,2.866,-0.034,57.45,2.907,0.04,57.608,2.891,-0.055,57.642,2.86,-0.008,57.246,3.035,0.13,57.114,3.261,0.1,57.168,3.248,0.049,57.117,3.354,0.086,57.179,3.253,0.077,57.38,3.043,0.008,57.398,3.035,0.115,57.255,3.14,0.065,57.318,3.114,0.004,57.507,2.971,0.099,57.46,3.01,0.105,57.568,2.983,-0.031,57.372,2.949,0.135,56.968,3.345,0.102,57.376,2.986,0.147,57.177,3.186,0.172,57.5,2.965,0.16,57.512,2.947,0.039,57.593,2.885,0.096,57.064,3.336,0.061,57.47,2.937,0.132,57.39,2.984,0.147,57.331,3.021,0.174,57.517,2.954,0.112,57.337,3.063,0.034,57.392,2.966,0.13,57.186,3.2});
			return Coordinate_11_367_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #371, 224 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_10_371_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_371_coordIndex = new MFInt32(new int[] {0,1,2,-1,3,4,5,-1,9,10,11,-1,16,12,17,-1,9,11,5,-1,7,16,6,-1,10,9,15,-1,26,22,3,-1,10,15,14,-1,12,16,13,-1,7,19,20,-1,9,5,25,-1,21,20,19,-1,19,13,7,-1,14,15,25,-1,19,7,28,-1,11,17,3,-1,14,25,4,-1,5,4,25,-1,13,19,18,-1,11,23,17,-1,26,12,13,-1,14,23,10,-1,5,11,3,-1,3,12,26,-1,16,7,13,-1,23,11,10,-1,21,19,20,-1,19,28,27,-1,15,9,25,-1,1,18,19,-1,4,8,14,-1,29,22,8,-1,17,6,16,-1,17,8,6,-1,20,19,7,-1,2,1,0,-1,2,18,1,-1,29,3,22,-1,3,29,8,-1,7,6,22,-1,27,22,2,-1,27,28,22,-1,2,22,26,-1,23,8,17,-1,8,23,14,-1,0,24,1,-1,27,1,19,-1,6,8,22,-1,7,22,28,-1,12,3,17,-1,1,24,0,-1,4,3,8,-1,18,26,13,-1,2,26,18,-1,1,27,2,-1});
			return IndexedFaceSet_10_371_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #371, 90 total numbers made up of 30 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_371_point()
		{
			MFVec3f Coordinate_11_371_point = new MFVec3f(new double[] {-0.15,56.968,3.303,-0.097,57.038,3.341,-0.12,57.118,3.262,-0.124,57.354,2.989,-0.095,57.476,3.004,-0.177,57.511,2.954,0.006,57.311,3.118,0.001,57.252,3.19,-0.037,57.398,3.03,-0.099,57.608,2.881,-0.053,57.545,2.867,-0.08,57.471,2.917,-0.08,57.269,3.1,-0.106,57.218,3.161,0.002,57.491,2.981,0.016,57.6,2.901,-0.022,57.241,3.032,-0.1,57.376,2.964,-0.115,57.127,3.253,-0.016,57.156,3.3,0.051,57.174,3.288,-0.005,57.146,3.326,-0.096,57.264,3.139,-0.062,57.457,2.908,-0.123,56.903,3.353,-0.105,57.568,2.979,-0.111,57.23,3.159,-0.125,57.109,3.272,-0.1,57.235,3.168,-0.112,57.337,3.057});
			return Coordinate_11_371_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #375, 2752 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_10_375_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_375_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_375_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_375_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_375_coordIndex_3()));
			return IndexedFaceSet_10_375_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #375, 1029 total numbers made up of 343 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_375_point()
		{
			MFVec3f Coordinate_11_375_point = new MFVec3f(new double[] {0.059,57.229,-3.009,-0.18,57.433,-3.157,-0.098,56.981,-2.857,-1.682,57.224,-2.165,-1.641,57.285,-2.138,-1.594,57.339,-2.459,-1.138,56.024,-0.914,-1.414,57.002,-2.344,-1.586,56.943,-2.118,-1.466,56.517,-2.094,-1.428,56.31,-1.997,-1.38,56.001,-1.619,-1.335,55.84,-1.35,-1.257,55.842,-1.059,-1.17,55.846,-1.518,-1.391,56.44,-2.343,-1.539,56.789,-2.308,-1.358,56.352,-2.296,-1.246,56.194,-1.987,-1.456,55.955,-1.238,-0.264,55.912,-0.328,0.0,55.972,-0.231,-0.262,56.076,-0.083,-0.413,56.239,-0.297,-0.342,56.457,-0.068,-1.16,56.104,-2.239,-1.244,56.329,-2.403,0.056,58.849,-3.318,-0.191,58.864,-3.374,-0.747,58.311,-3.295,-1.11,58.108,-3.09,-0.411,58.594,-3.331,-1.21,57.646,-2.874,-1.543,57.676,-2.665,-1.569,57.432,-2.492,-1.137,57.987,-3.023,-1.359,57.337,-2.536,-1.293,57.697,-2.951,-1.259,57.712,-2.984,-0.496,58.226,-3.354,-0.598,58.015,-3.388,-0.456,57.908,-3.41,-0.379,58.22,-3.369,-0.84,57.561,-3.196,-0.759,57.364,-3.088,-0.477,57.336,-3.099,-0.982,57.391,-2.997,-1.1,57.816,-3.234,-1.084,57.47,-3.168,-0.889,58.056,-3.379,-0.439,58.301,-3.503,-0.407,57.972,-3.568,-0.043,58.549,-3.513,0.017,58.243,-3.567,-1.246,57.466,-2.733,-0.887,57.993,-3.242,-0.978,58.333,-3.158,-1.321,57.968,-2.894,0.013,56.178,-2.236,-0.957,55.985,-1.917,-0.538,55.821,-1.712,-0.365,55.885,-1.833,-0.708,55.881,-0.847,-0.337,55.961,-0.779,-0.492,56.153,-0.68,-0.442,55.735,-0.999,-0.92,55.844,-1.303,-0.861,55.711,-1.105,-0.925,55.804,-0.986,-0.719,55.808,-1.556,-0.039,55.781,-0.71,-0.262,55.752,-0.789,-0.813,55.819,-1.377,-1.097,56.219,-2.462,-1.145,56.418,-2.612,-1.025,56.588,-2.773,-0.94,56.364,-2.719,-0.737,56.024,-2.396,-0.753,56.18,-2.651,-0.496,57.605,-3.537,-0.97,57.047,-3.06,0.0,56.748,-3.207,-0.485,56.25,-2.745,-0.479,56.482,-2.949,0.007,56.291,-2.747,-0.195,56.212,-2.608,-0.051,56.509,-2.956,-0.596,56.02,-2.428,-1.058,57.208,-3.08,-0.974,57.404,-3.234,-0.895,57.064,-3.125,-1.112,56.833,-2.841,-0.251,57.428,-3.545,-0.859,57.724,-3.412,-0.21,56.81,-3.227,-0.464,56.841,-3.221,-0.68,56.949,-3.212,-0.301,56.108,-2.373,-0.278,56.004,-2.027,0.101,56.251,-2.678,-0.533,55.771,-1.77,-0.539,55.879,-2.131,-0.912,55.851,-1.761,-1.108,56.082,-2.272,-1.094,55.959,-1.979,-0.653,55.513,-1.239,-0.662,56.073,-0.807,-0.748,55.995,-0.839,-0.668,55.767,-0.854,-0.54,56.034,-0.485,-0.264,55.721,-0.734,-0.529,55.967,-0.504,-1.137,55.848,-1.164,-0.488,56.28,-2.62,-0.672,56.503,-2.795,-1.055,55.938,-1.424,-0.567,55.578,-1.219,-0.569,55.983,-1.852,-0.551,55.817,-1.354,-0.603,55.885,-1.686,-0.409,55.451,-0.979,-0.436,55.628,-0.802,-0.663,57.819,-3.369,-0.971,56.632,-2.691,-1.229,57.143,-2.589,-0.344,56.206,-2.393,-0.54,56.204,-2.541,-0.844,56.135,-2.368,-0.215,57.707,-3.275,-0.262,57.477,-3.172,-0.502,57.177,-2.987,-0.37,57.543,-3.242,-0.748,57.058,-2.885,-1.009,57.098,-2.776,-0.047,58.37,-3.26,-1.0,55.972,-1.665,0.053,56.841,-2.786,0.006,57.612,-3.156,-1.284,57.192,-2.818,-0.224,57.223,-3.463,0.0,57.126,-3.462,-0.686,56.706,-3.034,-1.386,56.867,-2.586,-1.501,57.079,-2.485,-1.141,56.628,-2.717,1.667,57.233,-2.185,1.611,57.302,-2.178,1.622,57.315,-2.46,1.145,56.046,-0.919,1.586,56.943,-2.118,1.414,57.002,-2.344,1.462,56.62,-2.147,1.47,56.403,-1.914,1.402,56.106,-1.801,1.34,55.955,-1.565,1.381,55.995,-1.578,1.377,55.857,-1.282,1.301,55.844,-1.09,1.183,56.0,-0.873,1.077,55.819,-1.44,1.348,56.848,-2.631,1.527,56.828,-2.35,1.312,56.249,-2.066,1.377,56.304,-2.145,0.323,55.938,-0.299,0.244,56.084,-0.074,0.247,56.396,-0.156,0.413,56.239,-0.297,-0.081,56.343,-0.203,1.236,56.333,-2.424,1.375,56.448,-2.387,0.887,58.151,-3.29,1.094,58.097,-3.129,0.953,58.305,-3.201,0.633,57.976,-3.517,0.762,58.308,-3.302,0.704,58.365,-3.288,0.313,58.741,-3.288,0.406,58.51,-3.362,1.418,57.728,-2.725,1.403,57.435,-2.498,1.43,57.501,-2.49,1.222,58.015,-2.964,1.212,57.663,-2.894,0.477,58.07,-3.409,0.371,57.56,-3.248,0.477,57.336,-3.099,0.759,57.364,-3.088,1.147,57.956,-3.188,1.594,57.558,-2.634,1.259,57.703,-3.017,1.068,57.724,-3.26,0.461,58.285,-3.501,0.407,57.972,-3.568,0.087,58.555,-3.517,0.898,57.902,-3.251,1.248,57.445,-2.722,1.437,57.583,-2.504,0.957,55.985,-1.917,0.579,55.796,-1.856,0.365,55.885,-1.833,0.506,55.834,-0.962,0.292,55.94,-0.759,0.566,55.72,-0.807,0.695,55.818,-1.368,0.835,55.702,-1.129,0.76,55.792,-1.428,0.271,55.807,-0.6,0.884,55.842,-0.946,1.097,56.219,-2.462,1.145,56.418,-2.612,0.94,56.364,-2.719,1.025,56.588,-2.773,0.695,56.258,-2.724,0.737,56.024,-2.396,0.496,57.605,-3.537,0.97,57.047,-3.06,0.136,56.657,-3.072,0.102,56.514,-2.961,0.596,56.02,-2.428,0.895,57.064,-3.125,0.974,57.404,-3.234,1.058,57.208,-3.08,1.112,56.833,-2.841,1.296,57.252,-2.828,0.464,56.841,-3.221,0.68,56.949,-3.212,0.278,56.004,-2.027,0.301,56.108,-2.373,0.539,55.879,-2.131,0.912,55.851,-1.761,1.108,56.082,-2.272,1.17,56.11,-2.23,1.094,55.959,-1.979,0.889,58.056,-3.379,0.859,57.724,-3.412,0.653,55.513,-1.239,0.725,55.576,-0.958,0.595,55.828,-1.66,0.652,55.936,-1.075,0.363,55.594,-0.969,0.529,55.967,-0.504,0.54,56.034,-0.485,1.226,55.852,-1.225,0.933,55.885,-1.22,0.685,56.448,-2.757,0.435,56.357,-2.699,0.562,56.182,-2.516,0.688,56.055,-0.78,1.038,55.955,-1.445,0.51,55.589,-0.815,0.471,55.641,-1.172,0.569,55.983,-1.852,0.599,55.882,-1.666,0.467,55.424,-1.044,0.278,55.83,-0.746,0.264,55.721,-0.734,0.84,57.561,-3.196,0.743,57.771,-3.344,0.094,58.378,-3.253,0.308,58.183,-3.367,0.971,56.632,-2.691,1.229,57.143,-2.589,0.574,56.043,-2.125,0.264,57.51,-3.185,0.215,57.707,-3.275,0.502,57.177,-2.987,0.159,57.085,-2.897,0.732,56.968,-2.889,1.009,57.098,-2.776,1.0,55.972,-1.665,0.671,57.294,-3.385,0.251,57.428,-3.545,0.224,57.223,-3.463,1.312,56.934,-2.69,1.141,56.628,-2.717,0.698,56.376,-2.817,1.501,57.079,-2.485,1.452,57.323,-2.684,0.982,57.391,-2.997,0.422,56.605,-2.882,1.022,56.455,-2.554,0.426,57.8,-3.403,0.492,56.153,-0.68,0.197,56.163,-0.447,1.198,55.878,-1.344,0.819,55.9,-2.091,0.21,56.81,-3.227,0.219,57.011,-3.353,0.905,56.766,-2.944,0.004,56.344,-2.314,0.001,56.56,-2.544,1.546,56.856,-2.061,-0.708,56.414,-2.848,-0.136,56.657,-3.072,-1.452,57.323,-2.684,-0.445,57.249,-3.437,-0.034,58.055,-3.324,-0.422,56.605,-2.882,-0.574,56.043,-2.125,-1.022,56.455,-2.554,-1.45,56.71,-2.185,-0.628,56.866,-2.918,-1.385,55.777,-1.342,-0.819,55.9,-2.091,-0.671,57.294,-3.385,-0.162,58.585,-3.263,-1.471,57.696,-2.683,-0.633,57.976,-3.517,-0.218,56.157,-0.45,-1.546,56.856,-2.061,-1.201,57.424,-2.771,-0.219,57.011,-3.353,-0.905,56.766,-2.944,-1.348,56.848,-2.631,0.844,56.135,-2.368,0.445,57.249,-3.437,0.482,56.305,-2.81,0.344,56.206,-2.393,0.479,56.482,-2.949,-0.471,56.682,-3.069,0.0,56.057,-0.133,-0.251,56.716,-2.863,-0.23,56.374,-2.581,-0.698,55.503,-1.013,0.042,56.157,-0.413,-0.048,57.672,-3.592,0.0,57.448,-3.572,-0.079,57.963,-3.597,-0.454,57.028,-3.333,0.083,58.061,-3.315,0.251,56.716,-2.863,0.23,56.374,-2.581,0.0,55.972,-0.61,0.54,56.855,-2.943,0.011,56.349,-2.348,0.145,56.186,-2.2,0.04,57.966,-3.589,0.454,57.028,-3.333,0.686,56.706,-3.034,0.095,57.669,-3.599,-0.119,56.17,-2.272,0.471,56.682,-3.069});
			return Coordinate_11_375_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #379, 240 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_10_379_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_379_coordIndex = new MFInt32(new int[] {21,7,22,-1,3,24,22,-1,16,6,5,-1,12,17,15,-1,23,13,0,-1,15,14,23,-1,5,10,4,-1,1,8,26,-1,8,9,25,-1,16,5,4,-1,17,16,15,-1,2,7,8,-1,6,0,20,-1,29,0,3,-1,6,17,23,-1,1,27,8,-1,17,6,16,-1,0,13,10,-1,13,16,10,-1,32,1,8,-1,31,20,3,-1,16,14,15,-1,20,24,3,-1,19,26,18,-1,26,18,1,-1,3,2,29,-1,9,8,28,-1,29,2,8,-1,12,15,23,-1,23,0,11,-1,9,28,25,-1,26,8,18,-1,22,24,21,-1,18,30,19,-1,4,10,16,-1,0,1,32,-1,29,8,27,-1,6,23,0,-1,3,7,2,-1,10,31,0,-1,5,31,10,-1,0,31,3,-1,20,31,5,-1,0,24,20,-1,21,32,8,-1,25,28,8,-1,8,7,21,-1,3,22,7,-1,32,24,0,-1,24,32,21,-1,27,0,29,-1,26,30,18,-1,5,6,20,-1,23,11,0,-1,30,26,19,-1,23,17,12,-1,1,0,27,-1,13,23,14,-1,1,18,8,-1,16,13,14,-1});
			return IndexedFaceSet_10_379_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #379, 99 total numbers made up of 33 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_379_point()
		{
			MFVec3f Coordinate_11_379_point = new MFVec3f(new double[] {0.446,56.066,1.594,0.411,56.289,1.316,0.449,56.359,1.691,0.489,56.18,1.856,0.174,55.741,1.65,0.426,55.784,1.791,0.527,55.866,1.704,0.452,56.37,1.692,0.436,56.488,1.481,0.385,56.657,1.496,0.406,55.867,1.56,0.476,56.112,1.416,0.73,55.716,1.35,0.42,55.879,1.494,0.506,55.748,1.415,0.601,55.659,1.463,0.504,55.727,1.581,0.635,55.794,1.517,0.309,56.487,1.133,0.217,56.632,1.102,0.481,56.042,1.789,0.471,56.339,1.55,0.47,56.235,1.829,0.6,55.923,1.463,0.458,56.188,1.663,0.298,56.669,1.329,0.314,56.474,1.116,0.41,56.255,1.4,0.43,56.654,1.348,0.445,56.328,1.552,0.264,56.559,0.949,0.481,56.023,1.833,0.43,56.281,1.369});
			return Coordinate_11_379_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #383, 296 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_10_383_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_383_coordIndex = new MFInt32(new int[] {2,3,0,-1,0,15,14,-1,21,22,23,-1,25,11,4,-1,31,27,0,-1,24,11,5,-1,21,2,33,-1,21,32,35,-1,16,20,17,-1,34,0,1,-1,17,18,16,-1,34,1,18,-1,13,39,2,-1,36,2,26,-1,28,13,29,-1,17,20,31,-1,21,33,22,-1,2,35,32,-1,27,20,19,-1,14,8,19,-1,34,31,0,-1,11,24,37,-1,24,12,37,-1,19,16,18,-1,3,35,15,-1,28,29,30,-1,32,21,33,-1,37,4,11,-1,4,37,38,-1,36,26,13,-1,2,36,13,-1,20,16,19,-1,19,8,9,-1,33,2,32,-1,8,14,9,-1,3,21,35,-1,11,25,5,-1,15,0,3,-1,1,0,14,-1,1,14,18,-1,10,26,4,-1,14,19,18,-1,21,3,2,-1,30,13,28,-1,2,4,26,-1,34,18,17,-1,33,23,22,-1,14,15,38,-1,37,14,38,-1,14,37,9,-1,10,29,13,-1,29,10,2,-1,7,6,8,-1,37,12,9,-1,24,0,27,-1,24,25,0,-1,39,29,2,-1,27,9,12,-1,10,13,26,-1,25,2,0,-1,4,2,25,-1,5,25,24,-1,35,38,15,-1,4,38,35,-1,23,33,21,-1,13,29,39,-1,30,29,13,-1,9,27,19,-1,8,6,7,-1,20,27,31,-1,2,4,35,-1,10,4,2,-1,24,27,12,-1,31,34,17,-1});
			return IndexedFaceSet_10_383_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #383, 120 total numbers made up of 40 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_383_point()
		{
			MFVec3f Coordinate_11_383_point = new MFVec3f(new double[] {-0.51,56.132,1.35,-0.476,56.0,1.475,-0.427,56.405,1.372,-0.414,56.262,1.314,-0.465,56.329,1.63,-0.488,56.193,1.844,-0.052,55.761,1.695,-0.029,55.776,1.5,-0.23,55.739,1.629,-0.421,55.829,1.751,-0.443,56.438,1.528,-0.459,56.32,1.713,-0.517,55.89,1.818,-0.402,56.65,1.438,-0.393,55.872,1.539,-0.369,56.041,1.489,-0.614,55.652,1.437,-0.7,55.778,1.384,-0.497,55.749,1.408,-0.477,55.726,1.573,-0.635,55.794,1.517,-0.309,56.487,1.133,-0.217,56.632,1.102,-0.264,56.559,0.949,-0.471,56.072,1.782,-0.459,56.196,1.655,-0.441,56.494,1.531,-0.553,55.961,1.543,-0.302,56.718,1.388,-0.335,56.635,1.296,-0.412,56.739,1.464,-0.596,55.941,1.469,-0.367,56.384,1.218,-0.314,56.474,1.116,-0.624,55.933,1.426,-0.408,56.254,1.343,-0.438,56.684,1.422,-0.461,56.082,1.824,-0.399,56.097,1.626,-0.429,56.736,1.438});
			return Coordinate_11_383_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #387, 2784 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_10_387_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_387_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_387_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_387_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_387_coordIndex_3()));
			return IndexedFaceSet_10_387_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #387, 1050 total numbers made up of 350 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_387_point()
		{
			MFVec3f Coordinate_11_387_point = new MFVec3f(new double[] {0.067,60.726,0.479,0.045,60.779,0.389,0.12,60.725,0.232,0.413,60.669,0.508,0.106,59.355,-3.115,0.303,59.261,-3.059,0.088,59.522,-3.019,0.04,59.785,-2.873,0.224,59.567,-2.995,0.315,59.387,-3.03,0.281,60.032,-2.655,0.219,59.804,-2.71,0.496,59.541,-2.865,0.413,59.958,-2.63,0.214,60.347,-2.191,0.158,60.314,-2.307,0.604,60.16,-2.322,0.147,60.229,-2.383,0.078,59.207,-3.209,0.179,60.492,-1.935,0.567,60.352,-2.04,0.177,60.595,-1.703,0.035,60.659,-1.464,0.274,60.645,-1.278,0.358,60.631,-0.883,0.07,60.786,-0.994,0.693,60.486,0.563,0.246,60.761,-0.503,0.221,60.697,0.028,0.178,60.803,-0.142,0.372,60.802,0.299,0.191,60.815,-0.462,0.435,60.778,-0.725,0.424,60.747,-1.028,0.335,60.702,-1.425,0.57,60.569,-1.816,1.088,60.393,-1.849,0.497,60.414,-2.191,1.035,60.278,-2.126,0.687,60.691,0.067,0.696,60.681,0.355,0.653,60.723,-0.323,0.594,60.584,-1.754,0.342,59.428,-3.08,0.192,58.914,-3.299,-0.012,60.303,-2.415,1.489,57.789,-2.681,1.585,57.766,-2.704,1.294,58.026,-2.91,1.26,58.925,-2.946,1.389,59.195,-2.765,1.02,58.405,-3.148,0.762,58.582,-3.197,0.13,58.93,-3.347,0.397,59.091,-3.228,1.479,57.554,-2.441,0.493,58.609,-3.327,0.226,58.877,-3.328,0.254,58.897,-3.25,1.401,58.215,-2.662,1.521,58.047,-2.782,1.215,58.204,-3.039,0.489,59.411,-2.945,2.14,59.009,-1.02,2.178,58.914,-0.597,2.105,59.072,-1.173,1.466,59.998,-1.674,1.737,59.705,-1.649,1.505,60.093,-1.221,1.503,60.117,-0.961,1.113,60.377,-0.981,1.111,60.281,-1.613,1.107,60.346,-1.302,0.693,60.515,-1.288,1.164,58.661,-3.048,1.451,58.303,-2.855,1.581,58.501,-2.704,1.9,59.639,-1.174,1.816,59.766,-1.207,2.058,59.08,-1.362,1.35,58.713,-2.74,0.976,58.798,-2.993,2.072,59.292,-1.081,1.099,58.711,-3.08,1.293,57.735,-3.025,1.607,57.996,-2.366,1.178,58.249,-2.98,1.221,58.536,-2.854,0.543,58.805,-3.169,1.044,60.023,-2.215,1.181,57.713,-2.907,1.135,60.498,-1.181,0.586,60.667,-1.368,1.904,59.532,-1.427,1.745,59.888,-0.787,1.592,60.032,-0.971,2.073,59.301,-0.667,1.613,58.474,-2.432,1.493,58.445,-2.573,0.545,59.885,-2.605,0.987,59.792,-2.504,1.95,59.313,-1.615,1.361,59.854,-2.093,1.838,59.26,-1.942,0.689,59.216,-3.102,0.567,59.92,-2.77,0.881,59.811,-2.745,1.919,59.342,0.977,1.928,59.387,0.836,1.722,59.727,0.594,1.523,59.977,0.519,1.418,60.086,0.857,1.371,60.177,0.332,1.261,60.189,0.8,1.136,60.33,0.593,1.681,59.759,0.908,1.912,59.49,0.791,1.735,59.909,0.654,0.439,60.628,0.394,1.96,59.139,1.04,1.628,60.086,0.439,1.682,60.087,0.033,1.834,59.739,0.751,1.458,60.028,0.91,1.957,59.53,0.703,2.064,59.512,0.168,1.849,59.849,0.389,1.904,59.82,0.117,1.989,59.391,-0.066,1.97,59.359,0.41,2.078,59.128,0.045,1.998,58.943,0.831,0.918,60.41,0.639,1.083,60.258,0.582,2.057,58.916,0.823,1.8,59.811,0.696,1.175,60.35,-0.707,1.443,60.165,-0.647,1.952,59.575,-0.789,1.795,59.74,0.174,0.894,60.438,0.291,0.847,60.512,0.047,1.982,59.452,-0.406,0.688,60.532,-1.166,0.754,60.55,-0.796,1.667,59.931,-0.222,1.384,60.19,-0.269,1.86,59.663,-0.138,0.654,60.509,0.335,0.711,60.575,-0.087,1.089,60.396,0.052,1.858,57.981,1.008,1.646,57.844,1.299,1.989,57.906,0.723,2.069,57.951,0.478,1.825,57.92,1.085,1.963,58.18,1.02,1.897,58.29,1.27,2.103,58.329,0.715,2.06,57.952,0.661,1.808,57.995,1.191,2.106,58.063,0.603,1.738,57.694,-2.026,1.875,57.298,-1.797,1.788,57.431,-2.212,1.788,57.3,-2.05,1.699,57.542,-2.485,2.204,58.029,0.158,2.136,57.932,0.248,1.968,57.374,-1.569,1.906,57.794,-1.738,2.043,57.75,-1.404,2.052,57.376,-1.225,2.206,57.931,-0.774,2.165,57.839,-1.053,2.234,57.603,-0.87,2.268,57.754,-0.597,2.221,57.972,-0.315,2.343,58.158,-0.493,2.233,57.913,-0.261,1.987,57.488,-1.899,2.303,57.821,-1.011,2.29,58.235,-1.216,2.27,57.733,-1.102,2.169,57.598,-1.431,2.25,58.292,0.237,2.302,58.39,-0.003,2.17,58.18,0.178,2.076,57.488,-1.477,2.194,57.529,-0.905,2.153,57.455,-0.94,2.113,57.61,-1.678,1.936,58.482,1.163,1.658,57.658,-2.184,1.468,57.58,-2.461,1.905,58.309,1.176,2.016,58.607,0.784,2.019,58.271,0.677,2.342,58.397,-0.587,2.215,58.472,0.098,2.135,58.524,0.42,2.091,58.835,0.412,2.021,58.507,0.945,2.153,58.62,0.64,2.179,58.735,0.089,2.21,58.665,-0.209,2.084,58.118,0.456,2.244,58.461,0.27,2.205,58.942,0.292,2.221,58.359,-0.227,1.923,58.388,1.261,2.323,58.307,-0.92,1.755,57.955,-2.489,2.206,58.588,-0.541,2.149,58.495,-1.0,2.347,58.108,-0.634,2.153,58.174,0.545,2.149,57.953,0.308,2.274,58.374,0.144,2.259,58.106,0.008,1.889,57.495,-2.138,2.198,58.121,-1.562,2.045,57.966,-1.927,1.046,60.538,0.136,1.405,60.166,0.039,0.594,60.632,-0.372,1.635,59.948,0.083,1.022,60.527,0.407,1.378,60.144,0.804,0.906,60.583,0.41,0.907,60.605,0.106,1.189,60.402,0.605,0.762,60.442,0.481,1.119,60.462,-1.522,1.998,58.39,-1.644,2.071,58.432,-1.389,1.146,59.336,-2.733,1.366,59.091,-2.658,1.56,59.346,-2.348,1.824,58.529,-2.098,0.617,60.464,-1.644,0.411,60.562,-1.304,1.301,57.684,-2.892,1.656,58.282,-2.614,0.827,58.866,-3.172,2.097,58.856,-1.206,0.849,59.315,-2.9,1.46,58.723,-2.82,1.601,58.95,-2.647,0.411,59.757,-2.899,0.782,59.532,-2.936,0.512,60.203,-2.486,0.579,60.715,-0.98,0.587,60.74,-0.68,0.467,60.776,0.028,0.231,60.754,-0.204,0.981,60.092,-2.423,0.606,58.973,-3.212,0.701,58.991,-3.055,0.958,59.094,-3.057,1.658,59.529,-2.03,1.426,60.248,0.545,1.137,60.51,-0.168,1.386,60.318,0.25,1.741,59.864,-0.517,1.928,57.853,-2.175,1.805,57.719,-2.388,2.253,58.901,0.019,1.883,58.163,-2.293,2.248,57.661,-1.082,1.148,60.521,-0.829,0.599,60.603,-0.059,2.1,59.285,0.515,2.15,59.242,0.25,1.117,59.362,-2.887,1.24,58.59,-3.006,1.079,60.184,-1.929,1.708,59.111,-2.255,1.273,59.617,-2.426,0.905,59.522,-2.745,1.438,58.153,-2.627,0.937,58.424,-3.158,1.609,58.343,-2.411,0.311,60.612,0.679,0.294,60.783,-0.225,2.052,58.785,-1.483,1.061,59.112,-2.876,1.228,58.926,-2.816,1.893,58.225,-1.888,1.678,58.06,-2.253,1.495,58.885,-2.581,1.825,58.813,-2.145,1.96,58.686,-1.756,1.926,58.949,-1.844,1.731,58.689,-2.504,2.014,58.309,-2.034,1.806,58.463,-2.401,1.948,58.624,-2.155,2.185,58.934,-1.391,2.067,59.169,-1.758,2.127,59.274,-1.495,2.143,58.86,-1.645,1.873,58.887,-2.266,1.747,59.168,-2.399,1.991,59.594,-1.582,1.743,59.771,-1.953,1.792,59.884,-1.659,1.942,59.486,-1.867,1.446,60.06,-2.026,1.479,60.18,-1.733,1.393,59.901,-2.295,2.012,59.674,-1.247,1.808,59.967,-1.325,2.152,59.403,-0.773,2.159,59.338,-1.154,2.01,59.731,-0.872,2.112,59.07,-0.27,1.064,60.412,-0.385,2.126,59.441,-0.39,1.966,59.768,-0.477,1.757,60.056,-0.57,1.939,59.792,-0.19,1.722,60.073,-0.277,2.281,58.856,-0.273,2.281,58.686,-0.997,2.29,58.762,-0.66,2.058,58.006,-1.448,2.172,58.145,-1.084,2.16,58.478,-1.652,2.249,58.598,-1.309,2.223,58.334,-0.359,2.198,58.209,-0.833,1.424,60.337,-0.392,1.405,60.336,-0.068,2.095,59.482,-0.117,1.792,60.026,-0.967,1.14,60.522,-0.489,2.23,59.11,-0.714,2.209,59.167,-0.321,1.688,59.65,-2.188,1.881,59.376,-2.086,2.001,59.074,-1.972,2.071,58.776,-1.862,1.272,59.654,-2.613,1.567,59.422,-2.51,1.494,60.253,-1.415,2.221,59.032,-1.074,2.182,59.21,-0.041,1.451,60.331,-0.691,1.485,60.299,-1.071});
			return Coordinate_11_387_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #391, 2824 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_10_391_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_391_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_391_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_391_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_391_coordIndex_3()));
			return IndexedFaceSet_10_391_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #391, 1065 total numbers made up of 355 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_391_point()
		{
			MFVec3f Coordinate_11_391_point = new MFVec3f(new double[] {0.111,60.453,-2.194,0.069,60.142,-2.511,0.012,59.888,-2.755,0.009,59.857,-2.78,0.014,59.774,-2.836,-0.066,59.481,-3.047,0.025,59.207,-3.168,-0.082,59.018,-3.266,-0.202,59.28,-3.021,-0.177,58.947,-3.254,-0.166,60.248,-2.465,0.122,60.252,-2.407,0.116,60.324,-2.327,-0.188,60.445,-2.191,0.038,60.548,-1.928,-0.163,60.646,-1.769,0.023,60.58,-1.911,0.043,60.588,-1.585,0.04,59.561,-2.982,0.03,60.597,-1.449,-1.672,57.871,1.256,-1.96,57.99,0.792,-2.092,57.785,0.318,-1.847,57.907,1.051,-2.02,57.955,0.719,-1.906,58.038,0.903,-2.103,58.329,0.715,-1.685,57.37,-2.201,-1.738,57.694,-2.026,-1.531,57.567,-2.429,-1.971,57.717,-1.55,-1.981,57.389,-1.47,-2.07,57.376,-1.221,-2.2,57.541,-0.907,-2.165,57.839,-1.053,-2.245,58.056,-0.087,-2.261,57.79,-0.516,-2.208,58.021,-0.422,-2.143,57.926,0.29,-2.1,57.965,0.385,-2.128,57.898,0.188,-1.961,57.503,-1.983,-2.036,57.563,-1.839,-2.154,57.658,-1.577,-2.045,57.966,-1.927,-2.303,57.821,-1.011,-2.198,58.121,-1.562,-1.844,57.471,-2.21,-2.061,57.445,-1.437,-2.145,58.078,0.524,-2.347,58.108,-0.634,-2.323,58.307,-0.92,-2.285,58.494,0.089,-2.289,58.178,-0.08,-2.343,58.158,-0.493,-1.87,57.311,-1.777,-2.232,58.382,0.307,-2.236,58.293,0.283,-1.932,58.47,1.172,-1.879,59.424,0.91,-0.165,60.718,0.623,-0.054,60.746,0.376,-0.209,60.207,-2.348,-1.6,57.788,-2.688,-1.603,57.768,-2.683,-1.601,58.95,-2.647,-1.46,58.723,-2.82,-1.171,58.657,-3.046,-0.895,58.422,-3.201,-0.529,58.662,-3.306,-1.204,58.164,-3.074,-1.176,58.221,-2.917,-1.35,57.978,-2.847,-1.445,57.682,-2.532,-1.117,58.129,-3.136,-0.201,59.55,-2.867,-0.541,59.365,-2.967,-0.71,58.629,-3.18,-0.389,59.154,-3.203,-1.23,57.739,-2.937,-2.14,59.009,-1.02,-1.843,59.724,-1.193,-1.904,59.532,-1.427,-1.737,59.705,-1.649,-2.072,59.292,-1.081,-1.107,60.346,-1.302,-1.502,60.095,-1.22,-0.72,60.448,-1.646,-1.111,60.281,-1.613,-0.2,60.353,-2.091,-0.627,60.353,-2.037,-1.245,58.114,-2.888,-1.237,58.06,-2.941,-1.469,57.604,-2.461,-1.112,58.703,-3.075,-1.26,58.925,-2.946,-1.451,58.304,-2.855,-1.581,58.501,-2.704,-1.531,58.084,-2.769,-1.656,58.282,-2.614,-1.755,57.955,-2.489,-1.669,57.68,-2.168,-1.414,58.195,-2.651,-0.976,58.798,-2.993,-0.475,58.712,-3.273,-0.166,59.678,-2.972,-0.559,59.877,-2.813,-1.044,60.023,-2.215,-0.651,60.037,-2.435,-0.67,60.141,-2.326,-1.243,58.055,-2.976,-0.732,60.652,-1.301,-1.135,60.498,-1.181,-1.113,60.377,-0.981,-1.622,60.005,-0.962,-1.745,59.888,-0.787,-1.952,59.575,-0.789,-2.073,59.301,-0.667,-2.149,58.495,-1.0,-2.071,58.432,-1.389,-1.824,58.529,-2.098,-1.366,59.091,-2.658,-1.146,59.336,-2.733,-1.56,59.346,-2.348,-1.998,58.39,-1.644,-0.156,60.709,-1.501,-0.711,60.594,-1.654,-2.168,58.181,0.181,-1.919,58.268,1.141,-2.096,58.094,0.419,-2.058,58.183,0.548,-1.972,58.676,0.858,-1.896,59.345,0.923,-1.963,59.349,0.841,-1.724,59.725,0.587,-1.728,59.76,0.847,-1.536,60.016,0.422,-1.464,60.033,0.812,-1.371,60.177,0.332,-1.309,60.168,0.798,-0.982,60.425,0.488,-0.203,60.676,0.13,-0.316,60.706,0.429,-0.118,60.733,0.088,-0.527,60.572,0.254,-0.177,60.758,-1.194,-0.067,60.676,-1.02,-0.297,60.82,-0.478,0.037,60.782,-0.247,-1.804,59.663,0.526,-1.795,59.74,0.174,-1.712,59.947,0.648,-1.417,60.254,0.542,-0.844,60.49,0.43,-0.582,60.646,0.565,-0.591,60.684,0.432,-0.16,60.708,-0.239,-0.634,60.621,-0.413,-0.746,60.571,-0.119,-0.35,60.599,0.527,-1.976,59.007,1.048,-1.692,59.855,0.848,-1.849,59.849,0.389,-1.12,60.36,0.545,-0.907,60.605,0.106,-0.282,60.814,0.331,-2.002,59.264,0.366,-1.989,59.391,-0.066,-2.223,58.494,0.01,-1.97,58.976,0.819,-1.347,60.113,0.798,-1.046,60.267,0.676,-0.939,60.436,0.645,-2.057,58.614,0.891,-2.034,58.487,0.91,-1.638,60.097,0.343,-0.998,60.472,0.533,-0.166,60.822,-0.811,-0.036,60.761,-1.235,-0.085,60.72,-0.719,-1.384,60.19,-0.269,-1.192,60.34,-0.705,-1.443,60.165,-0.647,-1.089,60.396,0.052,-1.982,59.452,-0.406,-0.709,60.565,-0.805,-1.046,60.538,0.136,-0.3,60.821,-0.1,-1.741,59.864,-0.517,-0.258,60.711,-0.52,-1.667,59.931,-0.222,-1.635,59.948,0.083,0.004,60.729,-0.947,-0.178,60.659,-0.813,-0.74,60.701,-0.635,-0.658,60.521,0.282,-1.86,59.663,-0.138,-0.688,60.532,-1.166,-0.734,60.683,-0.931,-1.148,60.521,-0.829,-0.314,60.548,-1.464,-2.253,58.901,0.019,-1.386,60.318,0.25,-2.091,58.835,0.412,-2.161,58.781,0.122,-2.206,58.734,-0.203,-2.1,59.285,0.515,-0.661,60.555,0.612,-1.619,59.831,0.602,-2.078,59.128,0.045,-1.904,59.82,0.117,-0.312,60.521,-1.601,-1.243,58.588,-3.004,-1.079,60.184,-1.929,-1.466,59.998,-1.674,-1.95,59.313,-1.615,-2.058,59.08,-1.362,-0.439,60.108,-2.46,-1.35,58.713,-2.74,-1.613,58.474,-2.432,-1.493,58.445,-2.573,-1.107,58.328,-2.945,-1.221,58.536,-2.854,-1.061,59.112,-2.876,-1.931,59.596,-1.169,-1.532,60.088,-0.97,-0.693,60.515,-1.288,-0.172,59.4,-3.112,-0.606,58.973,-3.212,-0.68,59.187,-3.116,-0.652,60.39,-2.211,-0.512,59.488,-3.042,-0.701,58.991,-3.055,-0.2,59.379,-2.965,-1.883,58.163,-2.293,-0.499,58.751,-3.29,-2.105,59.072,-1.173,-2.097,58.856,-1.206,-2.178,58.914,-0.597,-0.41,59.106,-3.087,-1.765,57.693,-2.447,-2.248,57.661,-1.082,-2.043,57.75,-1.404,-2.27,57.733,-1.102,-2.29,58.235,-1.216,-2.206,57.931,-0.774,-1.389,59.195,-2.765,-1.928,57.853,-2.175,-0.606,60.142,-2.544,-0.981,60.092,-2.423,-0.194,60.274,-2.244,-2.206,58.588,-0.541,-1.609,58.343,-2.411,-0.764,59.481,-2.97,-0.168,60.128,-2.609,-0.212,60.523,-2.06,-0.849,59.315,-2.9,-0.905,59.522,-2.745,-1.273,59.617,-2.426,-1.708,59.111,-2.255,-1.838,59.26,-1.942,-1.361,59.854,-2.093,-1.966,59.501,0.714,-1.137,60.51,-0.168,-2.087,58.823,0.855,-2.15,59.242,0.25,-2.135,58.524,0.42,-2.16,58.91,0.591,-2.205,58.942,0.292,-2.153,58.62,0.64,-1.405,60.166,0.039,-0.755,60.692,-0.274,-1.682,60.087,0.033,-0.896,60.436,0.619,-2.08,58.741,0.873,-1.46,59.997,0.77,-2.064,59.512,0.168,-2.342,58.397,-0.587,-1.658,59.529,-2.03,-1.607,57.996,-2.366,-0.827,58.866,-3.172,-0.958,59.094,-3.057,-0.682,60.531,-1.913,-0.605,59.679,-2.773,-2.198,58.209,-0.833,-2.224,58.325,-0.403,-1.228,58.926,-2.816,-1.495,58.885,-2.581,-1.912,57.904,-1.779,-0.987,59.792,-2.504,-1.926,58.949,-1.844,-1.825,58.813,-2.145,-2.058,58.006,-1.448,-1.893,58.225,-1.888,-2.143,58.86,-1.645,-2.249,58.598,-1.309,-2.185,58.934,-1.391,-2.16,58.478,-1.652,-1.731,58.689,-2.504,-1.948,58.624,-2.155,-1.873,58.887,-2.266,-1.806,58.463,-2.401,-1.942,59.486,-1.867,-2.127,59.274,-1.495,-1.991,59.594,-1.582,-2.067,59.169,-1.758,-1.747,59.168,-2.399,-1.567,59.422,-2.51,-1.117,59.362,-2.887,-1.272,59.654,-2.613,-1.494,60.253,-1.415,-1.091,60.399,-1.834,-1.479,60.18,-1.733,-1.119,60.462,-1.522,-0.881,59.811,-2.745,-1.393,59.901,-2.295,-1.035,60.278,-2.126,-1.792,59.884,-1.659,-2.012,59.674,-1.247,-1.808,59.967,-1.325,-2.152,59.403,-0.773,-2.159,59.338,-1.154,-2.01,59.731,-0.872,-2.182,59.21,-0.041,-1.064,60.412,-0.385,-1.424,60.337,-0.392,-1.451,60.331,-0.691,-1.14,60.522,-0.489,-2.209,59.167,-0.321,-2.23,59.11,-0.714,-2.126,59.441,-0.39,-1.722,60.073,-0.277,-1.757,60.056,-0.57,-2.281,58.856,-0.273,-1.405,60.336,-0.068,-1.939,59.792,-0.19,-1.966,59.768,-0.477,-2.095,59.482,-0.117,-2.29,58.762,-0.66,-2.014,58.309,-2.034,-2.221,59.032,-1.074,-2.281,58.686,-0.997,-1.485,60.299,-1.071,-1.688,59.65,-2.188,-1.881,59.376,-2.086,-2.001,59.074,-1.972,-2.071,58.776,-1.862,-1.96,58.686,-1.756,-2.052,58.785,-1.483,-1.678,58.06,-2.253,-2.172,58.145,-1.084,-1.743,59.771,-1.953,-1.446,60.06,-2.026,-1.792,60.026,-0.967,-2.112,59.07,-0.27});
			return Coordinate_11_391_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #395, 2896 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_10_395_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_395_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_395_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_395_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_395_coordIndex_3()));
			return IndexedFaceSet_10_395_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #395, 1065 total numbers made up of 355 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_395_point()
		{
			MFVec3f Coordinate_11_395_point = new MFVec3f(new double[] {-0.106,56.39,0.706,0.253,56.618,1.038,-0.025,56.554,1.028,0.207,56.358,0.697,-0.105,56.618,1.017,0.42,57.179,1.198,0.651,57.317,1.166,0.355,57.087,1.419,1.102,57.567,1.26,0.868,57.404,1.175,2.004,57.7,0.754,2.057,57.742,0.531,1.863,57.836,0.967,1.488,57.358,1.677,1.509,57.537,1.949,1.623,57.658,1.702,1.429,57.233,1.794,1.445,57.529,1.802,1.149,57.362,1.447,1.363,56.908,1.806,1.274,57.026,1.616,0.619,56.909,0.998,1.198,56.727,1.652,1.134,56.905,1.512,1.043,56.808,1.308,1.34,56.987,1.446,0.853,56.689,1.185,1.108,57.479,1.21,1.711,57.838,1.393,1.852,57.956,1.115,1.533,57.712,1.28,0.995,57.327,1.264,1.094,57.399,1.144,1.332,57.55,1.254,1.58,57.417,1.22,2.039,57.961,0.754,1.748,57.265,1.013,1.556,56.888,1.015,1.412,56.709,1.002,1.65,57.041,1.101,1.799,57.363,1.05,1.88,57.446,0.896,1.527,57.045,1.249,1.453,56.471,0.742,0.919,56.407,0.923,0.971,56.445,0.925,1.287,56.521,0.939,1.092,56.309,0.33,1.373,56.375,0.63,1.191,56.484,0.743,1.0,56.349,0.6,0.905,56.295,0.177,1.144,56.221,0.173,1.124,56.226,0.127,0.919,56.324,0.12,0.62,56.523,0.545,0.889,56.32,0.544,0.868,56.324,0.165,1.109,56.311,0.351,1.606,57.166,1.116,0.86,56.532,0.819,0.974,56.431,0.686,1.354,56.993,1.198,1.233,56.54,0.806,1.77,57.206,0.963,0.371,56.483,-0.028,0.458,56.644,0.324,0.383,56.783,0.482,0.322,56.218,0.484,0.042,56.136,0.226,0.486,56.406,0.531,0.33,56.405,0.198,0.374,56.652,0.052,0.309,56.903,0.17,0.211,56.954,0.469,0.373,56.268,0.022,0.237,56.116,0.231,-0.004,56.423,0.714,0.163,56.719,1.072,0.075,57.071,1.253,0.436,56.823,1.144,0.373,57.002,1.252,0.174,56.74,0.748,0.078,57.05,0.852,0.313,57.049,0.995,0.083,57.163,0.895,0.281,56.924,0.764,0.424,56.456,0.754,0.319,56.55,0.99,0.033,56.757,1.345,0.587,56.251,1.241,1.16,56.812,1.46,0.392,55.517,1.37,0.46,55.308,1.226,0.4,55.751,1.038,0.674,56.388,0.316,0.641,56.863,1.06,0.546,57.066,0.983,0.519,55.954,1.425,0.794,55.526,1.166,0.692,55.838,1.274,0.576,55.835,1.329,0.393,56.88,0.661,0.553,57.187,0.644,0.345,57.314,0.844,0.191,57.089,0.302,0.635,56.435,0.265,0.516,56.215,0.54,0.412,56.256,0.53,0.672,56.174,0.974,0.745,56.177,0.705,0.452,56.153,0.738,0.851,56.358,0.936,0.413,55.467,1.133,0.494,56.119,0.758,0.387,55.696,1.176,0.421,56.394,1.122,0.605,55.526,1.358,1.306,56.648,1.208,1.033,56.524,1.128,0.653,56.566,1.07,0.145,57.134,1.488,0.857,57.203,1.036,0.896,57.072,1.208,0.534,56.674,0.816,0.695,56.645,1.017,0.0,57.236,0.264,0.344,57.2,0.136,0.071,57.159,0.058,0.301,56.553,0.99,0.587,56.608,1.051,0.354,56.061,-0.023,0.194,55.986,-0.012,0.995,57.016,1.157,1.772,57.565,1.06,1.002,56.867,1.309,1.422,57.196,1.557,1.589,57.395,1.387,0.768,57.388,0.973,0.0,57.269,0.823,0.0,57.015,0.629,0.911,56.707,1.059,1.348,56.738,1.062,1.242,56.778,1.134,0.0,56.277,0.447,0.014,57.0,1.468,0.791,56.251,0.966,0.327,55.956,1.36,0.451,55.928,1.389,1.463,57.589,1.777,1.25,57.569,1.452,-0.334,56.558,0.988,-0.281,57.116,1.449,-0.55,57.313,1.183,-0.388,57.024,1.25,-0.768,57.388,0.973,-1.187,57.603,1.3,-1.366,57.689,1.313,-1.032,57.537,1.212,-0.856,57.408,1.195,-0.712,57.244,1.153,-0.506,57.249,1.209,-2.016,57.729,0.682,-1.809,57.655,1.021,-2.063,57.77,0.527,-1.521,57.638,1.262,-1.337,56.858,1.83,-1.427,57.225,1.797,-1.422,57.196,1.557,-1.47,57.396,1.789,-1.5,57.588,1.933,-1.585,57.567,1.699,-1.463,57.478,1.821,-1.461,57.205,1.88,-1.28,57.026,1.624,-1.259,56.68,1.278,-1.048,56.79,1.313,-1.012,56.832,1.32,-1.071,57.193,1.287,-1.147,56.859,1.486,-1.198,56.727,1.652,-1.34,56.987,1.446,-1.055,57.471,1.315,-1.639,57.706,1.737,-1.713,57.867,1.383,-1.327,57.53,1.24,-1.031,57.36,1.148,-1.18,57.172,1.206,-1.027,57.284,1.209,-1.708,57.873,1.366,-1.844,57.85,1.109,-1.489,57.535,1.986,-2.015,57.808,0.732,-2.018,58.029,0.81,-1.928,57.767,0.971,-1.798,57.435,1.091,-1.7,57.248,1.12,-0.534,55.8,1.421,-0.692,55.838,1.274,-1.687,57.116,1.016,-1.542,56.902,1.088,-1.53,57.084,1.269,-1.496,56.649,0.901,-1.366,56.481,0.715,-1.326,56.604,0.894,-1.278,56.456,0.746,-1.344,56.314,0.515,-1.111,56.379,0.656,-1.127,56.29,0.31,-0.989,56.311,0.489,-1.162,56.209,0.153,-1.108,56.231,0.056,-0.866,56.33,0.159,-0.617,56.524,0.54,-0.882,56.308,0.507,-0.423,56.799,0.607,-0.566,56.577,0.43,-0.706,56.402,0.289,-1.303,56.58,0.886,-0.889,56.31,0.18,-1.898,57.426,0.837,-1.127,56.514,0.759,-1.065,56.62,0.971,-1.135,56.415,0.588,-0.376,56.48,0.07,-0.421,56.655,0.286,-0.241,56.151,0.298,-0.304,56.328,0.237,-0.108,56.543,-0.07,-0.31,56.899,0.156,-0.357,56.162,0.028,-0.194,55.986,-0.012,-0.456,56.754,1.113,-0.134,57.199,0.9,-0.087,57.085,1.276,-0.304,57.091,1.037,-0.218,56.782,0.674,-0.329,56.84,0.902,-0.227,56.998,0.711,-0.501,56.361,0.523,-0.447,56.449,0.693,-0.077,56.853,0.8,-0.036,56.82,1.416,-0.074,56.819,1.106,-0.096,56.569,1.039,-0.44,55.344,1.282,-0.354,55.566,1.42,-0.4,55.547,1.151,-0.38,55.912,1.075,-0.388,55.627,1.169,-1.161,57.345,1.443,-0.685,56.564,1.077,-0.512,56.269,1.229,-0.43,57.019,0.772,-0.5,57.224,0.621,-0.305,57.294,0.84,-0.249,57.104,0.7,-0.646,56.931,1.06,-0.671,56.885,1.1,-0.44,56.744,0.546,-0.455,56.13,0.76,-0.672,56.174,0.974,-0.761,55.521,1.189,-0.605,55.526,1.358,-0.745,56.177,0.705,-0.559,55.849,1.328,-0.456,56.41,1.12,-1.033,56.524,1.128,-0.898,56.392,0.93,-0.459,56.935,0.788,-0.516,57.017,1.035,-0.857,57.203,1.036,-0.896,57.072,1.208,-0.508,55.967,1.247,-0.433,56.036,1.26,-0.778,56.242,0.966,-1.343,56.582,1.123,-1.847,57.745,0.983,-0.614,56.667,0.866,-0.853,56.689,1.185,-0.372,57.324,0.846,-0.314,57.219,0.138,-0.114,57.102,0.046,-0.377,56.262,0.522,-0.426,56.464,0.753,-0.266,56.897,0.422,-1.311,56.774,1.121,-0.867,56.695,1.017,-0.066,56.961,0.429,-0.619,57.133,0.856,-1.354,56.993,1.198,-0.995,57.016,1.157,-1.353,57.304,1.226,-1.55,57.527,1.241,-0.231,56.979,0.633,-0.86,56.532,0.819,-0.534,56.62,0.348,0.0,56.377,-0.117,-0.353,55.987,-0.077,0.0,56.051,-0.032,-0.327,55.956,1.36,-0.407,56.168,0.731,-1.455,57.587,1.703,-1.25,57.569,1.452,-0.451,55.928,1.389,-0.207,56.358,0.697,-1.121,56.806,1.176,-1.498,57.4,1.598,-1.69,57.248,1.066,-0.971,56.445,0.925,-0.146,57.094,0.305,-0.974,56.431,0.686,0.875,55.558,1.092,0.346,56.211,0.953,0.347,55.945,1.153,0.108,56.543,-0.07,0.371,56.671,0.28,1.222,56.453,0.731,1.065,56.62,0.971,0.249,57.104,0.7,0.225,57.238,1.301,0.214,57.294,1.055,0.457,57.226,1.257,0.0,57.223,1.325,1.116,57.102,1.364,1.353,57.304,1.226,1.122,57.337,1.408,0.541,55.973,1.264,0.572,56.574,0.44,1.111,56.379,0.656,1.861,57.782,1.094,1.882,57.735,1.046,1.18,57.172,1.206,1.462,57.203,1.873,1.71,57.248,1.174,-1.589,57.395,1.387,-0.346,56.211,0.953,0.109,56.913,0.052,0.839,57.435,1.164,0.021,56.094,0.097,1.702,57.61,1.317,0.031,57.052,0.999,0.756,55.809,1.075,0.335,55.555,1.273,-0.082,56.891,0.05,0.454,55.998,1.245,-0.225,57.238,1.301,-1.722,57.602,1.272,-1.679,57.64,1.375,-0.756,55.809,1.075,-0.214,57.294,1.055,0.0,57.286,1.046,-0.031,57.052,0.999,-1.899,57.782,1.026,0.707,57.258,1.176});
			return Coordinate_11_395_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #399, 1936 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_10_399_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_399_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_399_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_399_coordIndex_2()));
			return IndexedFaceSet_10_399_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #399, 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_11_399_point()
		{
			MFVec3f Coordinate_11_399_point = new MFVec3f(new double[] {2.123,57.917,0.579,2.119,57.794,0.555,2.116,56.488,1.078,1.781,57.093,0.848,1.716,57.124,1.057,1.853,57.307,0.879,1.948,57.508,0.789,2.035,57.728,0.762,2.197,58.039,0.332,2.259,58.28,0.199,2.319,58.208,-0.092,1.51,56.455,-1.987,1.786,57.231,-1.958,1.908,57.377,-1.981,1.622,56.956,-2.216,2.148,57.466,-1.385,2.062,57.468,-1.706,2.339,58.169,-0.354,2.343,57.991,-0.718,2.23,57.631,-1.198,2.206,57.557,-0.823,2.206,58.025,0.178,1.25,55.953,-0.823,1.35,55.925,-0.567,1.18,56.163,-0.644,1.331,55.992,-1.093,1.383,55.935,-1.175,1.437,55.805,-0.939,1.567,56.066,-1.215,1.495,55.842,-1.229,1.486,55.922,-1.433,1.476,56.203,-1.859,1.56,56.09,-1.454,1.587,56.416,-1.762,1.68,56.684,-1.947,1.526,56.789,-2.049,1.504,56.559,-2.002,2.281,57.776,-0.605,1.882,57.323,-1.725,1.72,57.014,-1.884,1.877,57.032,-1.687,2.004,57.354,-1.439,1.954,57.361,-1.48,2.17,57.487,-0.888,2.057,57.382,-1.206,1.958,57.078,-1.16,2.195,57.866,-0.104,2.261,57.868,-0.403,2.082,57.755,0.371,2.119,57.514,0.187,1.643,56.915,0.963,1.53,56.793,1.006,1.95,57.346,0.66,2.02,57.622,0.574,1.441,56.58,0.791,1.644,56.594,0.727,1.894,56.028,-0.769,1.881,55.92,-0.81,1.979,56.215,-0.905,1.238,56.407,0.541,1.332,56.258,0.375,1.137,56.361,0.384,1.2,56.291,0.262,1.075,56.199,-0.006,1.198,56.214,-0.056,1.165,56.211,0.021,1.139,56.249,0.046,2.325,58.311,-0.112,2.177,57.975,0.25,2.092,57.214,-0.967,1.447,56.489,0.37,1.668,56.592,0.493,2.167,57.315,-0.717,2.199,57.415,-0.135,1.323,56.466,0.128,1.77,56.898,0.7,1.587,56.858,-2.23,1.47,56.012,-1.719,1.608,56.616,-1.207,1.593,56.266,-1.18,1.621,56.928,-1.269,1.486,56.887,-1.068,1.306,56.841,-0.751,1.113,56.739,-0.622,0.912,56.683,-0.357,0.91,56.417,-0.587,0.714,56.223,-0.573,0.672,56.203,-0.487,0.856,56.47,-0.385,1.075,56.508,-0.221,0.922,56.347,0.013,0.93,56.418,-0.037,0.64,56.635,-0.204,0.764,56.581,-0.133,0.478,56.502,-0.089,0.585,56.334,-0.005,0.698,56.25,0.19,0.866,56.112,-0.278,0.638,56.187,0.231,0.582,56.153,0.174,0.751,56.111,0.047,0.666,56.089,0.004,0.798,56.128,-0.578,0.99,56.06,-0.382,1.131,55.976,-0.198,1.035,56.181,-0.776,1.555,55.808,-1.201,1.594,55.852,-1.152,1.855,55.799,-1.218,1.553,55.856,-0.581,1.39,55.883,-0.5,1.222,56.013,-0.848,1.449,55.971,-0.722,1.353,55.676,-0.419,1.365,56.018,-0.269,1.397,55.912,-0.315,1.576,56.088,-1.703,1.714,55.933,-1.389,1.69,55.732,-0.829,1.79,55.904,-0.708,1.568,56.392,-0.184,1.382,56.439,-0.487,1.592,56.401,-0.558,1.307,56.205,-0.436,1.368,56.364,-0.29,1.555,56.169,-0.501,1.847,56.095,-0.702,1.915,56.364,-0.809,1.956,56.659,-0.477,1.582,55.921,-1.436,1.762,55.897,-1.405,1.682,56.164,-1.687,1.826,56.809,-0.938,1.88,56.759,-0.482,2.024,56.902,-0.88,1.678,56.502,-0.381,1.334,56.124,-0.224,1.786,56.441,-0.112,1.857,56.484,-0.297,1.932,56.517,-0.004,2.021,56.678,-0.782,1.95,56.58,0.181,1.947,56.467,0.41,1.843,56.325,0.479,1.924,56.38,0.278,1.747,56.367,0.536,2.141,56.475,0.677,2.141,56.457,0.845,1.978,56.643,-0.148,2.347,58.064,-0.625,0.924,56.121,-0.763,2.275,57.559,-0.823,2.269,57.688,-0.99,2.057,57.48,0.546,1.419,56.675,-0.412,1.644,56.789,-0.619,1.233,56.799,-0.803,2.245,57.551,-0.542,2.105,57.372,0.214,2.126,57.109,-0.765,1.895,56.743,-0.021,2.044,56.919,-0.299,1.901,56.974,0.418,1.8,56.657,0.288,1.449,56.546,-0.015,1.415,56.518,0.147,1.822,56.661,-0.034,1.685,56.641,-0.149,0.771,56.488,-0.393,1.784,56.622,-1.336,1.786,56.616,-1.633,1.718,56.308,-1.542,1.849,56.914,-1.507,1.134,56.423,-0.867,1.441,56.674,-1.065,0.913,56.664,-0.438,1.904,55.773,-1.016,1.181,56.018,-0.419,0.63,56.182,-0.401,1.493,56.108,-0.296,1.525,56.344,0.42,1.578,56.533,0.118,1.606,56.396,0.269,1.365,56.409,0.035,1.456,56.409,0.65,1.997,56.366,-1.312,2.037,56.623,-1.177,1.962,55.988,-1.092,1.938,56.065,-1.382,1.971,56.737,-1.608,1.823,56.857,-1.952,1.932,57.067,-1.807,1.853,56.522,-1.768,1.717,56.416,-1.848,1.345,56.379,-0.975,1.455,56.804,-1.075,1.714,57.086,-1.403,1.966,57.181,0.509,2.193,57.818,0.267,2.023,56.983,0.199,1.891,56.856,0.441,1.845,56.634,0.331,2.049,56.997,-1.481,2.084,57.186,-1.414,1.552,56.889,-1.046,1.776,56.99,0.837,2.347,57.981,-0.428,2.158,56.52,0.6,1.61,55.889,-1.117,1.115,56.122,-1.052,0.543,56.552,-0.046,1.025,56.704,-0.663,2.017,57.259,-1.701,2.102,57.421,-1.569,2.156,57.774,0.05,2.248,58.068,0.012,2.153,57.455,-0.933,2.314,58.321,-0.004,2.274,58.093,-0.083,1.637,55.947,-1.395,1.678,55.729,-0.892,2.06,56.938,-1.124,2.114,57.163,-0.204,1.937,56.211,-1.501,1.511,56.281,-1.11,1.064,56.42,-0.478,0.941,56.452,-0.376,2.161,57.301,-1.133,2.318,57.741,-0.446,2.265,57.43,-0.463,2.3,57.908,-0.1,2.261,57.675,-0.117,2.109,57.051,-0.138,2.159,57.58,0.239,2.045,57.072,0.091,1.121,56.168,-0.601,1.996,57.183,0.49,2.117,57.284,0.204,2.207,57.351,-0.134,2.029,56.799,-0.786,2.133,57.185,-0.819,2.135,57.095,-0.465});
			return Coordinate_11_399_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #403, 1916 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_10_403_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_403_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_403_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_403_coordIndex_2()));
			return IndexedFaceSet_10_403_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #403, 723 total numbers made up of 241 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_403_point()
		{
			MFVec3f Coordinate_11_403_point = new MFVec3f(new double[] {-2.193,57.818,0.267,-2.106,57.713,0.564,-2.14,57.836,0.506,-2.148,56.488,0.948,-1.739,57.147,1.03,-1.872,57.301,0.824,-1.76,57.113,0.935,-1.965,57.536,0.747,-2.051,57.758,0.738,-2.137,57.918,0.537,-2.137,58.107,0.585,-2.198,58.043,0.33,-2.27,58.288,0.16,-2.317,58.291,-0.034,-1.599,56.874,-2.239,-1.647,56.987,-2.234,-2.09,57.467,-1.638,-1.857,57.312,-1.911,-2.336,58.239,-0.271,-2.345,58.043,-0.654,-2.309,57.792,-0.989,-2.244,57.633,-1.095,-2.199,57.583,-1.242,-2.045,57.676,0.488,-2.289,57.754,-0.812,-2.222,58.021,0.06,-1.206,56.056,-0.859,-1.181,56.176,-0.67,-1.362,55.97,-1.109,-1.427,55.909,-1.172,-1.44,55.781,-0.986,-1.486,55.922,-1.433,-1.508,56.348,-1.902,-1.675,56.682,-2.03,-1.514,56.074,-1.727,-1.741,57.168,-2.064,-1.877,57.032,-1.687,-1.948,57.37,-1.559,-2.1,57.403,-1.393,-2.066,57.381,-1.208,-1.895,57.336,-1.683,-1.934,57.337,-1.448,-2.169,57.484,-0.892,-2.192,57.866,-0.08,-1.916,57.33,0.733,-2.24,57.626,-0.798,-2.26,57.699,-0.556,-2.255,58.064,-0.036,-2.177,57.974,0.249,-2.119,57.514,0.187,-1.635,56.917,0.968,-1.513,56.744,0.946,-1.465,56.613,0.802,-1.668,56.592,0.493,-1.644,56.594,0.727,-1.446,56.443,0.684,-1.238,56.388,0.553,-1.652,56.409,0.593,-1.324,56.243,0.332,-1.235,56.421,0.513,-1.134,56.334,0.301,-1.132,56.284,0.092,-1.257,56.209,0.035,-1.135,56.26,0.026,-2.263,57.884,-0.393,-2.199,57.414,-0.135,-2.159,57.816,0.051,-2.167,57.315,-0.717,-2.092,57.214,-0.967,-1.966,57.181,0.509,-1.77,56.898,0.7,-2.049,56.997,-1.481,-2.017,57.259,-1.701,-1.582,56.982,-2.063,-1.448,56.079,-1.777,-1.317,55.871,-0.839,-1.823,56.857,-1.952,-1.644,56.668,-1.813,-1.72,57.014,-1.884,-1.598,56.355,-1.713,-1.115,56.122,-1.052,-1.511,56.281,-1.11,-0.904,56.674,-0.376,-1.025,56.703,-0.664,-1.151,56.782,-0.772,-1.621,56.928,-1.269,-1.714,57.086,-1.403,-1.444,56.803,-1.079,-1.958,57.078,-1.16,-1.53,56.888,-1.053,-1.36,56.847,-0.716,-0.782,56.51,-0.389,-0.94,56.424,-0.542,-1.079,56.51,-0.22,-0.754,56.437,-0.002,-0.449,56.512,-0.097,-0.656,56.613,-0.167,-0.651,56.223,0.204,-0.59,56.175,0.04,-0.982,56.311,-0.029,-0.945,56.09,-0.279,-0.887,56.114,-0.235,-0.518,56.26,-0.276,-0.636,56.095,0.11,-0.759,56.096,-0.012,-0.693,56.09,-0.084,-0.702,56.119,-0.419,-0.855,56.071,-0.6,-0.579,56.275,-0.453,-0.768,56.235,-0.633,-1.181,56.018,-0.419,-1.057,56.151,-0.731,-1.426,55.854,-0.565,-0.932,56.127,-0.791,-1.468,55.799,-0.946,-1.675,55.94,-1.392,-1.574,55.923,-1.437,-1.546,55.811,-1.204,-1.685,55.802,-1.133,-1.657,55.752,-0.883,-1.691,55.713,-0.863,-1.131,55.976,-0.198,-1.549,55.861,-0.598,-1.311,55.967,-0.634,-1.455,55.792,-0.957,-1.397,55.912,-0.315,-1.334,56.124,-0.224,-1.444,56.286,-0.293,-1.702,56.148,-1.658,-1.881,55.921,-0.81,-1.79,55.904,-0.708,-1.746,55.752,-1.138,-1.904,55.773,-1.016,-1.623,56.411,-0.479,-1.535,56.291,-0.261,-1.317,56.295,-0.467,-1.325,56.395,-0.455,-1.585,56.32,-0.555,-1.848,56.099,-0.702,-1.52,56.208,-0.297,-1.894,56.03,-0.769,-1.854,56.431,-0.698,-1.956,56.659,-0.477,-1.623,55.852,-1.129,-1.493,55.847,-1.236,-1.731,55.929,-1.388,-1.762,55.897,-1.405,-1.45,56.546,-0.015,-2.024,56.902,-0.88,-1.88,56.759,-0.482,-2.126,57.109,-0.765,-2.044,56.919,-0.299,-1.304,56.282,0.047,-1.319,56.47,0.107,-1.728,56.664,-0.226,-1.927,56.53,-0.117,-1.98,56.319,-0.911,-2.021,56.678,-0.782,-1.857,56.484,-0.297,-2.002,56.499,0.209,-1.94,56.476,0.407,-1.957,56.345,0.544,-2.157,56.489,0.761,-1.77,56.393,0.279,-1.518,56.406,0.242,-1.893,56.57,0.298,-2.023,56.983,0.199,-1.888,56.622,0.208,-1.776,56.99,0.837,-0.987,56.036,-0.47,-2.16,56.499,0.738,-2.153,57.455,-0.933,-1.826,56.809,-0.938,-2.06,56.938,-1.124,-2.037,56.623,-1.177,-1.974,56.632,-0.146,-1.891,56.856,0.441,-1.895,56.743,-0.021,-1.732,56.639,-0.053,-1.8,56.657,0.288,-1.447,56.489,0.37,-1.402,56.512,0.146,-2.252,57.643,-1.023,-1.786,56.616,-1.633,-1.718,56.308,-1.542,-1.56,56.09,-1.454,-1.674,56.251,-1.251,-1.784,56.622,-1.336,-1.849,56.914,-1.507,-1.608,56.616,-1.207,-1.435,56.674,-1.067,-1.134,56.423,-0.867,-1.578,56.533,0.118,-1.717,56.416,-1.848,-1.971,56.737,-1.608,-1.932,57.067,-1.807,-1.997,56.366,-1.312,-1.937,56.211,-1.501,-1.938,56.065,-1.382,-1.919,55.848,-1.258,-1.979,56.215,-0.905,-0.805,56.118,0.049,-1.66,56.503,-0.402,-1.589,56.445,-0.127,-1.887,56.313,0.472,-1.525,56.344,0.42,-1.898,56.518,0.388,-1.492,56.444,-2.032,-1.567,56.066,-1.215,-2.105,57.372,0.214,-2.197,57.537,-0.815,-1.419,56.675,-0.412,-1.201,56.774,-0.582,-2.057,57.48,0.546,-2.275,57.559,-0.823,-2.313,58.105,-0.071,-1.644,56.789,-0.619,-1.526,56.789,-2.049,-2.203,58.023,0.186,-2.084,57.186,-1.414,-2.347,57.981,-0.428,-1.345,56.379,-0.975,-1.962,55.988,-1.092,-1.853,56.522,-1.768,-2.114,57.163,-0.204,-2.045,57.072,0.091,-0.985,56.424,-0.453,-2.161,57.301,-1.133,-2.133,57.185,-0.819,-2.318,57.741,-0.446,-2.029,56.799,-0.786,-2.261,57.675,-0.117,-2.265,57.43,-0.463,-2.207,57.351,-0.134,-2.117,57.284,0.204,-2.109,57.051,-0.138,-1.996,57.183,0.49,-1.901,56.974,0.418,-2.159,57.58,0.239,-2.3,57.908,-0.1,-2.135,57.095,-0.465});
			return Coordinate_11_403_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #407, 176 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_10_407_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_407_coordIndex = new MFInt32(new int[] {5,6,4,-1,9,10,11,-1,0,12,13,-1,14,15,1,-1,17,2,16,-1,18,10,9,-1,16,4,14,-1,7,3,17,-1,4,16,2,-1,2,3,7,-1,0,11,1,-1,7,5,2,-1,11,10,19,-1,3,2,17,-1,19,10,18,-1,1,20,14,-1,13,21,1,-1,16,22,17,-1,0,13,1,-1,4,2,5,-1,18,9,23,-1,13,7,21,-1,16,20,22,-1,16,14,20,-1,20,1,21,-1,15,4,6,-1,15,14,4,-1,0,15,12,-1,1,15,0,-1,5,8,6,-1,7,8,5,-1,11,19,1,-1,23,0,1,-1,0,23,11,-1,12,6,8,-1,6,12,15,-1,7,17,22,-1,19,18,1,-1,18,23,1,-1,22,21,7,-1,20,21,22,-1,8,13,12,-1,8,7,13,-1,9,11,23,-1});
			return IndexedFaceSet_10_407_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #407, 72 total numbers made up of 24 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_407_point()
		{
			MFVec3f Coordinate_11_407_point = new MFVec3f(new double[] {0.044,56.142,2.251,-0.023,56.104,2.254,-0.003,56.3,1.343,0.006,56.381,1.328,0.007,55.956,1.618,0.03,56.321,1.619,0.039,56.236,1.747,-0.013,56.601,1.782,0.013,56.601,1.782,-0.002,56.123,2.829,0.008,56.055,2.921,0.019,56.128,2.528,0.048,56.291,2.008,0.0,56.555,2.068,0.0,55.861,1.931,0.06,56.045,1.966,-0.014,55.957,1.617,-0.03,56.321,1.618,-0.023,56.14,2.53,0.0,55.984,2.678,-0.06,56.045,1.964,-0.048,56.291,2.006,-0.039,56.236,1.747,0.007,56.194,2.516});
			return Coordinate_11_407_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #411, 592 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_10_411_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_411_coordIndex = new MFInt32(new int[] {1,2,3,-1,8,9,10,-1,12,13,14,-1,18,19,20,-1,22,23,20,-1,28,29,22,-1,14,36,37,-1,30,33,36,-1,29,38,16,-1,38,12,16,-1,10,57,8,-1,58,10,17,-1,43,59,60,-1,61,62,21,-1,41,9,63,-1,55,54,11,-1,44,45,48,-1,45,52,48,-1,21,19,18,-1,18,23,21,-1,5,55,64,-1,25,15,21,-1,62,24,65,-1,45,42,46,-1,26,59,58,-1,55,66,54,-1,46,40,67,-1,30,31,32,-1,42,45,44,-1,42,68,43,-1,30,29,28,-1,18,20,23,-1,24,27,22,-1,6,64,70,-1,0,37,35,-1,35,34,0,-1,66,55,71,-1,70,7,6,-1,12,15,16,-1,22,20,24,-1,13,38,29,-1,38,13,12,-1,40,39,31,-1,58,27,26,-1,27,24,26,-1,62,61,24,-1,25,23,16,-1,23,25,21,-1,11,74,55,-1,60,47,43,-1,27,58,17,-1,53,40,75,-1,30,41,31,-1,41,40,31,-1,30,17,41,-1,33,30,32,-1,5,71,55,-1,27,69,22,-1,22,16,23,-1,22,29,16,-1,50,61,15,-1,33,32,31,-1,36,14,13,-1,69,30,22,-1,69,17,30,-1,67,40,53,-1,31,51,37,-1,52,73,72,-1,52,75,40,-1,66,7,8,-1,66,71,7,-1,66,56,54,-1,58,43,68,-1,43,58,59,-1,61,26,24,-1,61,76,60,-1,50,76,61,-1,72,74,11,-1,72,73,74,-1,21,15,61,-1,51,76,50,-1,26,60,59,-1,10,68,57,-1,10,58,68,-1,44,49,42,-1,49,44,48,-1,66,49,56,-1,66,77,49,-1,71,6,7,-1,5,6,71,-1,39,46,47,-1,45,67,53,-1,45,46,67,-1,31,39,51,-1,31,37,0,-1,33,35,36,-1,13,30,36,-1,13,29,30,-1,15,14,50,-1,22,30,28,-1,0,34,31,-1,19,21,62,-1,4,6,5,-1,10,41,17,-1,10,9,41,-1,12,14,15,-1,27,17,69,-1,19,62,65,-1,35,33,34,-1,63,8,73,-1,63,9,8,-1,46,39,40,-1,72,48,52,-1,63,40,41,-1,11,54,56,-1,57,42,77,-1,57,68,42,-1,46,43,47,-1,42,43,46,-1,39,60,76,-1,60,39,47,-1,52,63,73,-1,40,63,52,-1,8,7,70,-1,74,64,55,-1,74,70,64,-1,45,75,52,-1,75,45,53,-1,64,4,5,-1,73,70,74,-1,73,8,70,-1,51,39,76,-1,77,42,49,-1,8,77,66,-1,8,57,77,-1,72,11,48,-1,48,56,49,-1,48,11,56,-1,60,26,61,-1,50,14,37,-1,36,35,37,-1,51,50,37,-1,33,31,34,-1,20,65,24,-1,20,19,65,-1,15,25,16,-1,3,2,1,-1,4,64,6,-1});
			return IndexedFaceSet_10_411_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #411, 234 total numbers made up of 78 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_411_point()
		{
			MFVec3f Coordinate_11_411_point = new MFVec3f(new double[] {1.34,56.752,1.978,2.126,56.363,1.039,2.1,56.402,1.207,2.146,56.368,0.867,2.032,56.51,1.446,2.046,56.39,1.435,2.025,56.53,1.556,1.975,56.573,1.788,1.901,56.642,1.968,1.772,56.816,2.107,1.855,56.916,2.065,1.654,56.171,2.305,1.444,57.467,1.887,1.402,57.407,1.753,1.443,57.352,1.888,1.506,57.413,2.147,1.504,57.629,2.1,1.721,57.118,2.094,1.595,57.643,2.492,1.516,57.544,2.479,1.613,57.66,2.323,1.479,57.593,2.478,1.599,57.486,2.188,1.565,57.633,2.306,1.731,57.385,2.329,1.496,57.597,2.249,1.67,57.288,2.371,1.783,57.25,2.201,1.558,57.381,2.081,1.505,57.448,1.956,1.541,57.202,2.011,1.479,56.913,2.035,1.505,57.19,1.966,1.428,57.058,1.874,1.373,56.894,1.85,1.344,57.021,1.742,1.404,57.236,1.737,1.439,57.092,1.922,1.511,57.481,1.977,1.534,56.954,2.242,1.524,56.775,2.294,1.627,56.934,2.127,1.646,56.773,2.432,1.726,56.92,2.357,1.451,56.52,2.52,1.363,56.643,2.599,1.533,56.825,2.494,1.614,56.98,2.404,1.591,56.374,2.39,1.719,56.472,2.326,1.515,57.282,2.109,1.505,57.042,2.063,1.588,56.524,2.316,1.416,56.685,2.437,1.772,56.151,2.152,1.921,56.233,1.838,1.775,56.328,2.247,1.856,56.732,2.15,1.831,57.008,2.19,1.748,57.082,2.294,1.631,57.13,2.378,1.586,57.372,2.415,1.61,57.498,2.529,1.677,56.741,2.204,1.953,56.435,1.718,1.7,57.479,2.429,1.878,56.43,2.069,1.403,56.686,2.459,1.79,56.83,2.252,1.731,57.306,2.18,1.903,56.495,1.881,1.974,56.38,1.815,1.665,56.348,2.227,1.767,56.512,2.133,1.836,56.346,1.99,1.543,56.647,2.327,1.545,57.137,2.175,1.807,56.594,2.222});
			return Coordinate_11_411_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #415, 616 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_10_415_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_415_coordIndex = new MFInt32(new int[] {4,5,6,-1,10,11,12,-1,13,14,21,-1,29,30,11,-1,37,38,39,-1,40,26,0,-1,49,46,42,-1,24,36,25,-1,55,49,39,-1,23,27,56,-1,41,43,42,-1,14,23,17,-1,16,17,60,-1,16,60,15,-1,53,45,44,-1,9,54,5,-1,45,61,57,-1,9,52,62,-1,45,36,26,-1,37,48,47,-1,35,57,27,-1,57,33,63,-1,48,37,39,-1,25,45,35,-1,25,11,24,-1,70,30,29,-1,72,8,3,-1,29,11,70,-1,69,20,18,-1,15,12,11,-1,25,36,45,-1,30,31,11,-1,30,24,31,-1,31,24,11,-1,9,58,55,-1,39,43,48,-1,49,55,58,-1,58,51,53,-1,57,56,27,-1,41,48,43,-1,37,47,74,-1,27,23,14,-1,35,45,57,-1,5,75,9,-1,44,49,53,-1,58,59,49,-1,19,12,15,-1,18,60,17,-1,15,60,19,-1,58,49,59,-1,1,5,2,-1,19,69,10,-1,23,22,17,-1,23,56,74,-1,55,39,66,-1,54,6,5,-1,76,45,50,-1,24,26,36,-1,11,25,13,-1,21,15,13,-1,11,13,15,-1,20,69,19,-1,15,21,16,-1,13,27,14,-1,7,72,3,-1,2,3,8,-1,2,7,3,-1,0,32,67,-1,7,2,72,-1,72,2,71,-1,30,10,28,-1,30,70,10,-1,32,24,30,-1,33,61,52,-1,33,57,61,-1,67,40,0,-1,48,41,45,-1,65,50,67,-1,42,45,41,-1,44,45,42,-1,58,62,51,-1,53,61,45,-1,2,4,34,-1,66,6,64,-1,66,77,6,-1,39,63,77,-1,39,38,63,-1,47,76,78,-1,48,76,47,-1,61,51,52,-1,51,61,53,-1,34,33,73,-1,1,75,5,-1,1,73,75,-1,53,49,58,-1,8,1,2,-1,73,52,75,-1,73,33,52,-1,76,50,78,-1,37,56,38,-1,74,56,37,-1,64,6,54,-1,34,6,33,-1,34,4,6,-1,50,45,40,-1,40,45,26,-1,68,28,65,-1,68,30,28,-1,0,26,24,-1,22,28,10,-1,14,17,21,-1,21,17,16,-1,19,10,12,-1,4,2,5,-1,1,72,71,-1,72,1,8,-1,28,50,65,-1,68,32,30,-1,25,35,13,-1,64,55,66,-1,67,50,40,-1,52,51,62,-1,77,33,6,-1,77,63,33,-1,39,77,66,-1,78,22,47,-1,22,78,28,-1,44,46,49,-1,18,19,60,-1,18,20,19,-1,75,52,9,-1,10,17,22,-1,10,69,17,-1,28,78,50,-1,47,23,74,-1,47,22,23,-1,38,57,63,-1,38,56,57,-1,54,55,64,-1,54,9,55,-1,48,45,76,-1,42,43,49,-1,44,42,46,-1,43,39,49,-1,0,24,32,-1,32,65,67,-1,68,65,32,-1,18,17,69,-1,35,27,13,-1,10,70,11,-1,9,62,58,-1,73,71,34,-1,71,73,1,-1,34,71,2,-1});
			return IndexedFaceSet_10_415_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #415, 237 total numbers made up of 79 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_415_point()
		{
			MFVec3f Coordinate_11_415_point = new MFVec3f(new double[] {-1.384,56.858,1.926,-1.953,56.435,1.718,-2.035,56.474,1.468,-2.107,56.376,1.163,-1.974,56.38,1.815,-1.921,56.233,1.838,-1.878,56.43,2.069,-2.072,56.496,1.295,-2.038,56.437,1.449,-1.628,56.279,2.287,-1.506,57.413,2.146,-1.491,57.383,1.934,-1.521,57.651,2.1,-1.617,57.379,2.153,-1.718,57.468,2.368,-1.565,57.606,2.231,-1.579,57.673,2.49,-1.571,57.536,2.509,-1.566,57.573,2.507,-1.507,57.597,2.24,-1.442,57.642,2.474,-1.665,57.642,2.399,-1.589,57.372,2.387,-1.653,57.324,2.396,-1.456,57.089,1.909,-1.557,57.149,2.04,-1.477,56.907,2.061,-1.811,57.249,2.214,-1.515,57.282,2.108,-1.398,57.431,1.766,-1.406,57.351,1.781,-1.465,57.21,1.904,-1.344,57.021,1.742,-1.901,56.642,1.968,-1.975,56.573,1.788,-1.735,57.083,2.101,-1.562,57.074,2.046,-1.726,56.92,2.355,-1.79,56.83,2.252,-1.652,56.727,2.407,-1.385,56.831,1.978,-1.555,56.76,2.487,-1.425,56.721,2.569,-1.597,56.709,2.453,-1.394,56.67,2.444,-1.562,56.883,2.159,-1.251,56.625,2.642,-1.631,57.13,2.375,-1.592,56.906,2.415,-1.472,56.552,2.504,-1.505,57.042,2.061,-1.626,56.524,2.272,-1.767,56.512,2.133,-1.446,56.685,2.399,-1.772,56.151,2.152,-1.616,56.222,2.326,-1.831,57.008,2.19,-1.813,56.866,2.086,-1.572,56.382,2.39,-1.551,56.521,2.357,-1.584,57.599,2.497,-1.677,56.741,2.203,-1.639,56.336,2.248,-1.856,56.732,2.15,-1.775,56.328,2.247,-1.454,57.136,1.945,-1.719,56.472,2.324,-1.429,56.992,1.93,-1.414,57.271,1.795,-1.476,57.549,2.358,-1.472,57.421,1.935,-1.983,56.592,1.654,-2.024,56.487,1.487,-1.903,56.495,1.881,-1.748,57.082,2.293,-1.836,56.346,1.99,-1.515,56.91,2.202,-1.807,56.594,2.222,-1.545,57.137,2.173});
			return Coordinate_11_415_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #419, 624 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_10_419_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_419_coordIndex = new MFInt32(new int[] {9,13,14,-1,10,15,11,-1,16,21,12,-1,22,17,10,-1,4,18,5,-1,16,19,21,-1,27,8,28,-1,12,21,29,-1,31,30,35,-1,11,22,25,-1,0,3,32,-1,30,36,3,-1,40,43,41,-1,48,41,46,-1,41,49,25,-1,53,52,44,-1,55,38,40,-1,58,59,47,-1,47,53,62,-1,64,65,63,-1,66,60,62,-1,67,62,55,-1,42,43,40,-1,62,68,47,-1,43,57,46,-1,60,63,65,-1,64,63,35,-1,44,45,42,-1,47,59,58,-1,51,72,50,-1,0,2,6,-1,36,30,3,-1,34,35,33,-1,19,24,23,-1,11,13,9,-1,20,8,12,-1,4,5,1,-1,5,11,15,-1,16,13,18,-1,4,1,23,-1,9,14,7,-1,27,73,8,-1,28,32,3,-1,7,1,9,-1,22,69,41,-1,44,47,45,-1,56,55,40,-1,53,44,47,-1,47,66,62,-1,44,42,47,-1,61,60,65,-1,60,55,62,-1,38,60,61,-1,47,68,62,-1,41,43,46,-1,55,60,38,-1,58,42,38,-1,61,65,63,-1,35,63,31,-1,66,47,39,-1,47,42,58,-1,45,48,42,-1,22,10,54,-1,48,72,41,-1,25,49,10,-1,38,61,39,-1,30,36,33,-1,32,29,37,-1,20,12,8,-1,2,7,26,-1,26,27,28,-1,1,2,0,-1,7,2,1,-1,12,8,73,-1,14,13,16,-1,17,15,10,-1,29,21,37,-1,23,32,37,-1,27,7,73,-1,28,29,20,-1,29,28,8,-1,11,9,1,-1,22,11,5,-1,12,20,29,-1,29,28,12,-1,18,24,19,-1,52,47,44,-1,48,45,50,-1,41,69,49,-1,71,62,67,-1,71,47,62,-1,70,51,56,-1,46,42,48,-1,46,57,42,-1,61,63,60,-1,39,61,60,-1,46,25,41,-1,22,54,69,-1,75,41,25,-1,67,55,71,-1,62,53,47,-1,25,22,75,-1,57,43,42,-1,64,34,63,-1,31,63,34,-1,51,70,41,-1,70,56,40,-1,71,55,56,-1,70,40,41,-1,71,50,47,-1,49,54,10,-1,54,49,69,-1,41,72,51,-1,38,39,58,-1,8,12,29,-1,36,30,33,-1,37,74,23,-1,16,18,19,-1,5,15,17,-1,13,5,18,-1,13,11,5,-1,25,10,11,-1,7,14,73,-1,6,2,26,-1,16,12,73,-1,4,24,18,-1,23,0,32,-1,32,28,29,-1,30,31,34,-1,30,34,33,-1,27,26,7,-1,28,6,26,-1,20,12,28,-1,21,74,37,-1,45,47,50,-1,46,41,25,-1,52,53,47,-1,50,56,51,-1,64,35,34,-1,64,63,65,-1,72,48,50,-1,39,60,66,-1,39,47,58,-1,56,50,71,-1,40,38,42,-1,22,41,75,-1,19,74,21,-1,6,3,0,-1,1,5,11,-1,17,22,5,-1,35,30,33,-1,3,6,28,-1,4,23,24,-1,74,19,23,-1,0,23,1,-1,73,14,16,-1});
			return IndexedFaceSet_10_419_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #419, 228 total numbers made up of 76 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_419_point()
		{
			MFVec3f Coordinate_11_419_point = new MFVec3f(new double[] {0.537,55.731,-1.462,0.405,55.824,-1.16,0.505,55.938,-1.416,0.649,55.674,-1.746,0.472,55.747,-0.936,0.331,55.824,-0.865,0.599,55.933,-1.641,0.635,56.162,-1.219,0.972,55.923,-1.307,0.497,56.249,-1.004,0.013,55.967,-0.649,0.241,56.062,-0.821,1.208,55.762,-1.244,0.5,55.982,-0.857,0.697,56.155,-0.979,0.24,56.018,-0.729,0.84,55.833,-0.986,0.025,55.852,-0.624,0.583,55.915,-0.886,0.739,55.611,-0.99,1.123,55.85,-1.424,0.967,55.724,-1.189,0.034,55.857,-0.818,0.654,55.623,-1.175,0.614,55.67,-1.008,-0.095,56.108,-0.878,0.75,56.081,-1.647,0.861,56.153,-1.349,0.811,55.845,-1.672,0.96,55.814,-1.385,0.382,55.667,-1.993,0.024,55.749,-2.064,0.711,55.585,-1.458,0.334,55.479,-1.976,0.009,55.566,-1.95,-0.012,55.523,-2.189,0.544,55.547,-1.823,0.887,55.519,-1.285,-0.515,55.803,-1.463,-0.702,55.883,-1.689,-0.426,55.843,-1.22,-0.454,55.905,-0.907,-0.651,56.241,-1.188,-0.483,56.107,-1.125,-1.087,55.909,-1.261,-0.903,56.107,-1.186,-0.448,56.247,-0.959,-1.095,55.859,-1.331,-0.703,56.164,-0.983,-0.24,55.996,-0.703,-0.838,55.735,-1.011,-0.636,55.711,-0.91,-1.339,55.778,-1.269,-1.103,55.808,-1.401,-0.083,55.848,-0.628,-0.693,55.593,-1.397,-0.654,55.623,-1.175,-0.607,56.314,-1.106,-0.75,56.081,-1.647,-0.876,55.972,-1.494,-0.671,55.699,-1.734,-0.569,55.692,-1.702,-0.887,55.703,-1.542,-0.323,55.599,-1.971,-0.342,55.499,-1.978,-0.544,55.547,-1.823,-0.773,55.705,-1.766,-0.811,55.557,-1.426,-1.082,55.791,-1.365,-0.305,55.804,-0.786,-0.44,55.782,-0.993,-0.867,55.523,-1.142,-0.548,55.943,-0.872,0.895,56.102,-1.134,0.825,55.554,-1.053,-0.36,55.866,-0.943});
			return Coordinate_11_419_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #423, 672 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_10_423_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_423_coordIndex = new MFInt32(new int[] {9,14,12,-1,18,9,10,-1,19,10,9,-1,21,22,23,-1,19,9,21,-1,31,22,21,-1,23,19,22,-1,3,6,5,-1,14,11,12,-1,11,17,12,-1,16,17,24,-1,2,0,44,-1,48,61,58,-1,29,66,25,-1,71,58,50,-1,58,57,48,-1,55,58,71,-1,63,75,76,-1,53,49,54,-1,41,63,64,-1,64,63,56,-1,61,57,58,-1,35,64,56,-1,69,67,68,-1,67,33,66,-1,66,59,67,-1,48,57,61,-1,54,60,59,-1,43,35,42,-1,23,22,39,-1,10,24,11,-1,10,19,23,-1,35,16,27,-1,34,15,35,-1,33,38,31,-1,25,33,32,-1,15,13,16,-1,13,77,26,-1,31,25,32,-1,32,33,31,-1,33,37,38,-1,37,27,40,-1,59,52,54,-1,59,65,52,-1,30,77,65,-1,68,67,60,-1,66,33,25,-1,63,51,56,-1,36,64,28,-1,61,58,73,-1,74,51,63,-1,67,69,33,-1,75,63,69,-1,64,36,41,-1,50,45,52,-1,55,50,52,-1,53,54,52,-1,55,51,74,-1,50,55,71,-1,58,47,50,-1,45,47,70,-1,67,59,60,-1,65,59,30,-1,60,62,58,-1,48,54,49,-1,52,45,53,-1,13,21,9,-1,28,35,43,-1,42,35,27,-1,11,24,17,-1,11,18,10,-1,10,23,19,-1,19,21,10,-1,19,10,20,-1,13,9,12,-1,4,2,7,-1,4,0,2,-1,7,5,0,-1,0,4,7,-1,2,78,3,-1,8,3,14,-1,19,20,10,-1,24,23,79,-1,29,25,26,-1,38,37,31,-1,80,7,8,-1,14,80,8,-1,80,14,3,-1,8,9,18,-1,15,16,35,-1,37,40,22,-1,39,27,24,-1,39,24,79,-1,27,37,42,-1,41,43,42,-1,44,6,2,-1,44,0,1,-1,46,6,78,-1,45,2,70,-1,77,52,65,-1,26,77,30,-1,29,30,59,-1,6,70,2,-1,46,45,70,-1,74,73,55,-1,33,69,41,-1,75,69,68,-1,74,75,73,-1,74,76,75,-1,61,73,75,-1,41,69,63,-1,52,34,51,-1,52,77,34,-1,68,60,75,-1,45,72,47,-1,70,6,46,-1,60,58,61,-1,62,60,54,-1,47,45,70,-1,6,44,1,-1,34,77,15,-1,39,22,40,-1,21,13,31,-1,24,21,23,-1,16,12,17,-1,16,13,12,-1,3,8,7,-1,5,1,0,-1,1,5,6,-1,10,21,24,-1,26,25,31,-1,3,5,80,-1,16,24,27,-1,41,42,37,-1,41,36,43,-1,15,77,13,-1,45,46,2,-1,55,52,51,-1,51,35,56,-1,51,34,35,-1,48,58,62,-1,72,50,47,-1,72,45,50,-1,55,73,58,-1,76,74,63,-1,60,61,75,-1,35,28,64,-1,59,66,29,-1,47,49,53,-1,48,62,54,-1,48,49,47,-1,53,45,47,-1,48,47,58,-1,46,78,2,-1,28,43,36,-1,40,27,39,-1,39,79,23,-1,22,31,37,-1,37,33,41,-1,8,11,14,-1,8,18,11,-1,7,80,5,-1,31,13,26,-1,26,30,29,-1,19,23,22,-1,14,9,8,-1,7,2,3,-1,6,3,78,-1});
			return IndexedFaceSet_10_423_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #423, 243 total numbers made up of 81 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_423_point()
		{
			MFVec3f Coordinate_11_423_point = new MFVec3f(new double[] {0.004,54.719,-2.299,0.006,54.911,-2.35,0.11,54.968,-1.969,-0.228,54.965,-1.88,-0.133,54.763,-2.083,-0.106,54.962,-2.076,0.061,55.06,-2.014,-0.198,54.882,-1.876,-0.397,55.023,-1.672,-0.456,55.017,-1.316,-0.764,55.147,-1.364,-0.626,55.154,-1.557,-0.403,55.323,-1.455,-0.305,55.217,-1.202,-0.361,55.113,-1.643,-0.141,55.473,-1.286,-0.39,55.586,-1.338,-0.644,55.42,-1.387,-0.628,55.05,-1.515,-0.812,55.114,-1.073,-0.89,55.025,-1.186,-0.481,55.3,-1.109,-0.588,55.304,-0.911,-0.778,55.312,-1.031,-0.662,55.468,-1.323,-0.073,55.067,-0.643,-0.124,55.053,-1.068,-0.446,55.68,-1.044,-0.088,56.017,-1.313,0.035,55.082,-0.879,0.078,55.049,-1.08,-0.303,55.231,-0.829,-0.203,55.206,-0.69,-0.026,55.349,-0.659,0.072,55.478,-1.296,-0.076,55.776,-1.255,0.023,56.194,-1.158,-0.294,55.603,-0.821,-0.34,55.334,-0.817,-0.697,55.542,-0.982,-0.589,55.591,-0.864,0.016,55.795,-0.851,-0.181,55.769,-0.942,-0.127,55.962,-0.991,0.131,54.776,-2.096,0.419,55.086,-1.719,0.258,55.048,-1.884,0.612,54.998,-1.53,0.709,55.06,-1.277,0.506,55.119,-1.217,0.454,55.304,-1.487,0.265,55.542,-1.302,0.396,55.295,-1.373,0.349,55.066,-1.404,0.521,55.225,-1.162,0.497,55.528,-1.346,0.198,55.7,-1.191,0.891,55.054,-1.152,0.653,55.345,-1.313,0.285,55.145,-0.96,0.598,55.332,-1.0,0.78,55.254,-1.022,0.658,55.244,-1.25,0.282,55.737,-0.997,0.167,55.97,-1.227,0.243,55.146,-1.129,0.169,55.094,-0.671,0.295,55.318,-0.799,0.518,55.37,-0.812,0.294,55.603,-0.821,0.297,54.959,-1.812,0.527,55.311,-1.54,0.656,55.05,-1.532,0.704,55.526,-1.216,0.521,55.602,-1.241,0.608,55.579,-0.886,0.484,55.668,-0.985,0.007,55.228,-1.228,0.012,55.152,-2.058,-0.825,55.463,-1.099,-0.258,55.048,-1.884});
			return Coordinate_11_423_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #427, 144 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_10_427_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_427_coordIndex = new MFInt32(new int[] {5,6,7,-1,9,1,10,-1,11,3,6,-1,12,13,8,-1,12,5,14,-1,4,3,11,-1,9,8,1,-1,15,7,4,-1,4,8,9,-1,11,5,12,-1,1,8,13,-1,14,2,12,-1,7,6,3,-1,13,2,1,-1,7,3,4,-1,15,4,16,-1,18,17,16,-1,19,16,4,-1,18,2,0,-1,0,14,5,-1,2,13,12,-1,19,2,18,-1,9,10,19,-1,0,5,17,-1,7,15,16,-1,18,0,17,-1,18,16,19,-1,19,1,2,-1,4,9,19,-1,11,6,5,-1,14,0,2,-1,8,4,12,-1,12,4,11,-1,19,10,1,-1,5,16,17,-1,5,7,16,-1});
			return IndexedFaceSet_10_427_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #427, 60 total numbers made up of 20 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_427_point()
		{
			MFVec3f Coordinate_11_427_point = new MFVec3f(new double[] {-0.055,54.937,-0.666,0.24,55.004,-0.803,0.118,54.951,-0.695,-0.247,55.062,-1.009,0.007,55.008,-1.059,-0.145,55.014,-0.747,-0.269,55.035,-0.871,-0.262,55.001,-0.865,0.142,55.061,-0.982,0.158,55.003,-1.002,0.199,54.99,-0.914,-0.134,55.061,-0.958,0.018,55.087,-0.848,0.141,55.047,-0.791,0.0,55.019,-0.712,-0.199,54.99,-0.914,-0.056,54.95,-0.892,-0.121,54.927,-0.775,0.004,54.923,-0.793,0.056,54.95,-0.892});
			return Coordinate_11_427_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #431, 704 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_10_431_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_431_coordIndex = new MFInt32(new int[] {2,5,3,-1,12,6,5,-1,22,20,10,-1,20,24,15,-1,29,10,24,-1,31,32,28,-1,27,6,11,-1,1,26,25,-1,32,35,28,-1,13,38,9,-1,10,29,40,-1,22,40,43,-1,63,47,70,-1,66,32,71,-1,66,77,32,-1,61,56,57,-1,81,47,82,-1,71,47,81,-1,60,47,49,-1,51,50,46,-1,49,78,54,-1,72,65,0,-1,78,51,76,-1,51,45,52,-1,54,78,76,-1,74,76,51,-1,73,53,52,-1,0,65,69,-1,49,61,60,-1,58,49,61,-1,4,2,3,-1,13,17,20,-1,43,40,30,-1,17,16,9,-1,13,39,38,-1,24,10,14,-1,84,31,28,-1,21,22,43,-1,20,17,9,-1,17,9,16,-1,8,9,38,-1,20,25,24,-1,15,13,20,-1,84,28,37,-1,6,7,11,-1,27,39,13,-1,27,11,39,-1,9,10,20,-1,19,17,21,-1,15,24,14,-1,81,82,62,-1,62,59,61,-1,74,47,63,-1,51,46,45,-1,74,55,76,-1,57,54,55,-1,32,77,35,-1,49,83,61,-1,58,59,83,-1,60,61,57,-1,55,63,57,-1,63,69,60,-1,59,58,61,-1,58,83,49,-1,71,68,47,-1,67,47,79,-1,47,46,50,-1,48,47,78,-1,62,64,66,-1,55,54,76,-1,45,4,73,-1,47,67,70,-1,60,65,64,-1,59,62,61,-1,28,25,21,-1,35,25,28,-1,14,27,13,-1,33,29,23,-1,34,12,53,-1,6,12,14,-1,20,21,25,-1,17,13,9,-1,42,41,68,-1,14,10,7,-1,15,14,13,-1,36,1,35,-1,84,32,31,-1,8,39,10,-1,41,40,33,-1,40,41,30,-1,17,18,16,-1,21,20,22,-1,3,73,44,-1,49,56,61,-1,42,68,80,-1,74,52,45,-1,75,69,70,-1,47,74,46,-1,86,52,12,-1,32,84,71,-1,68,85,33,-1,59,61,83,-1,60,62,82,-1,65,60,69,-1,71,81,62,-1,42,71,84,-1,50,78,47,-1,66,36,77,-1,66,72,36,-1,56,54,57,-1,75,70,23,-1,70,67,33,-1,73,3,53,-1,64,65,72,-1,55,74,63,-1,60,57,63,-1,44,73,4,-1,30,37,43,-1,42,30,41,-1,68,41,85,-1,41,33,85,-1,10,39,7,-1,28,43,37,-1,36,0,1,-1,1,25,35,-1,6,34,5,-1,34,6,12,-1,12,6,27,-1,5,86,12,-1,4,86,5,-1,75,23,1,-1,24,23,29,-1,27,14,12,-1,26,1,25,-1,1,0,75,-1,3,34,53,-1,3,5,34,-1,8,10,9,-1,29,33,40,-1,37,42,84,-1,42,37,30,-1,10,40,22,-1,62,60,64,-1,68,79,47,-1,69,63,70,-1,72,66,64,-1,70,33,23,-1,4,45,86,-1,52,45,73,-1,72,0,36,-1,49,47,48,-1,33,79,68,-1,33,67,79,-1,71,80,68,-1,71,42,80,-1,60,82,47,-1,62,66,71,-1,48,78,49,-1,49,54,56,-1,35,77,36,-1,45,52,86,-1,46,74,45,-1,0,69,75,-1,52,53,12,-1,74,51,52,-1,78,50,51,-1,44,4,3,-1,24,25,1,-1,19,21,17,-1,28,21,43,-1,39,8,38,-1,2,4,5,-1,6,14,7,-1,24,1,23,-1,18,17,16,-1,7,39,11,-1});
			return IndexedFaceSet_10_431_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #431, 261 total numbers made up of 87 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_431_point()
		{
			MFVec3f Coordinate_11_431_point = new MFVec3f(new double[] {0.121,55.005,-1.104,-0.156,54.973,-1.113,-0.107,54.259,-1.974,0.0,54.412,-2.0,0.088,54.376,-1.82,-0.2,54.442,-1.784,-0.236,54.487,-1.683,-0.507,54.422,-1.425,-0.741,54.618,-1.253,-0.779,54.706,-1.052,-0.452,54.616,-1.17,-0.47,54.54,-1.543,-0.146,54.698,-1.674,-0.734,54.905,-1.179,-0.415,54.759,-1.34,-0.509,54.926,-1.126,-0.834,54.707,-0.908,-0.71,54.804,-0.868,-0.9,54.726,-0.946,-0.677,54.93,-0.737,-0.479,54.949,-1.042,-0.501,54.886,-0.817,-0.396,54.734,-0.921,-0.026,54.718,-1.178,-0.296,54.791,-1.161,-0.313,55.062,-1.016,-0.296,55.053,-1.012,-0.387,54.74,-1.538,-0.272,54.919,-0.734,-0.22,54.559,-1.187,-0.246,54.592,-0.734,-0.131,54.851,-0.655,-0.018,54.879,-0.723,-0.036,54.485,-1.151,-0.136,54.594,-1.834,-0.087,54.922,-0.802,0.08,54.974,-0.92,-0.222,54.734,-0.707,-0.777,54.645,-1.312,-0.674,54.577,-1.465,-0.271,54.548,-0.971,-0.153,54.454,-0.82,-0.04,54.564,-0.61,-0.37,54.733,-0.858,0.165,54.251,-2.064,0.278,54.59,-1.613,0.448,54.412,-1.454,0.443,54.616,-1.162,0.748,54.591,-1.239,0.761,54.701,-1.108,0.564,54.44,-1.382,0.43,54.578,-1.559,0.24,54.732,-1.639,0.06,54.639,-1.819,0.694,54.84,-1.333,0.48,54.857,-1.293,0.775,54.905,-1.181,0.591,54.964,-1.174,0.9,54.726,-0.946,0.713,54.841,-0.794,0.471,54.866,-1.042,0.714,54.81,-0.975,0.492,54.862,-0.825,0.271,54.805,-1.168,0.413,55.028,-0.908,0.315,55.059,-1.072,0.303,54.922,-0.75,0.189,54.531,-1.195,0.171,54.463,-0.783,0.216,54.809,-1.168,0.082,54.625,-1.186,0.239,54.782,-0.72,0.185,54.972,-0.866,0.167,54.424,-1.842,0.377,54.722,-1.45,0.013,54.876,-1.17,0.39,54.764,-1.51,0.116,54.944,-0.838,0.674,54.577,-1.465,0.23,54.504,-0.944,0.117,54.455,-0.634,0.282,54.73,-0.755,0.402,54.722,-0.939,0.749,54.751,-0.85,0.009,54.829,-0.65,0.007,54.46,-0.942,0.043,54.582,-1.729});
			return Coordinate_11_431_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #435, 216 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_10_435_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_435_coordIndex = new MFInt32(new int[] {7,3,8,-1,14,12,13,-1,16,17,18,-1,0,4,19,-1,2,19,4,-1,12,20,13,-1,9,1,10,-1,21,1,11,-1,0,5,4,-1,9,17,13,-1,1,18,9,-1,9,18,17,-1,1,9,10,-1,8,2,4,-1,24,23,11,-1,7,8,23,-1,14,15,12,-1,25,12,24,-1,16,21,26,-1,16,14,17,-1,13,17,14,-1,0,22,21,-1,19,2,27,-1,16,15,14,-1,24,12,15,-1,28,23,24,-1,28,7,23,-1,6,8,4,-1,4,5,6,-1,5,0,6,-1,15,3,7,-1,15,28,24,-1,23,0,11,-1,23,8,6,-1,13,12,9,-1,13,20,12,-1,11,25,24,-1,26,15,16,-1,22,0,19,-1,19,26,22,-1,3,27,2,-1,15,27,3,-1,26,21,22,-1,19,15,26,-1,27,15,19,-1,21,11,0,-1,1,16,18,-1,16,1,21,-1,12,25,1,-1,11,1,25,-1,9,12,1,-1,23,6,0,-1,15,7,28,-1,8,3,2,-1});
			return IndexedFaceSet_10_435_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #435, 87 total numbers made up of 29 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_435_point()
		{
			MFVec3f Coordinate_11_435_point = new MFVec3f(new double[] {0.148,54.387,-0.74,-0.276,54.399,-0.79,0.295,54.52,-1.084,0.249,54.484,-1.189,0.342,54.558,-0.876,0.282,54.376,-0.773,0.313,54.415,-0.863,0.2,54.412,-1.078,0.278,54.437,-1.045,-0.341,54.563,-0.885,-0.339,54.547,-0.837,-0.058,54.359,-0.793,-0.239,54.424,-1.061,-0.346,54.534,-1.144,-0.176,54.449,-1.19,0.02,54.448,-1.162,-0.109,54.469,-0.994,-0.258,54.504,-1.071,-0.217,54.494,-0.933,0.189,54.486,-0.952,-0.278,54.437,-1.045,-0.089,54.445,-0.848,0.112,54.449,-0.859,0.159,54.377,-0.934,-0.028,54.395,-1.001,-0.159,54.377,-0.934,0.015,54.464,-0.978,0.13,54.479,-1.069,0.085,54.404,-1.042});
			return Coordinate_11_435_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #439, 880 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_10_439_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_439_coordIndex = new MFInt32(new int[] {3,4,5,-1,27,24,28,-1,21,9,28,-1,30,9,31,-1,16,8,15,-1,43,12,14,-1,44,45,7,-1,18,20,21,-1,17,47,18,-1,21,5,25,-1,21,22,19,-1,41,52,1,-1,53,54,55,-1,50,56,7,-1,57,58,59,-1,60,61,62,-1,73,75,70,-1,62,51,77,-1,68,58,88,-1,84,91,92,-1,76,74,75,-1,70,93,74,-1,67,60,62,-1,64,88,54,-1,86,50,96,-1,83,72,77,-1,76,80,74,-1,51,70,77,-1,73,71,76,-1,76,75,73,-1,73,70,69,-1,65,73,69,-1,24,27,36,-1,28,24,30,-1,48,33,38,-1,8,44,7,-1,45,43,13,-1,42,1,12,-1,35,9,24,-1,18,21,19,-1,14,1,0,-1,2,12,1,-1,2,1,14,-1,30,16,19,-1,9,6,31,-1,27,29,39,-1,12,11,42,-1,3,6,4,-1,17,16,47,-1,20,5,21,-1,87,58,57,-1,41,7,56,-1,56,53,86,-1,14,96,13,-1,7,96,50,-1,68,88,69,-1,58,89,70,-1,65,66,63,-1,93,75,74,-1,65,62,71,-1,82,95,72,-1,82,72,83,-1,65,69,66,-1,13,96,45,-1,86,52,41,-1,70,97,69,-1,54,61,64,-1,78,79,80,-1,77,70,91,-1,62,65,63,-1,9,30,28,-1,26,22,21,-1,26,21,28,-1,19,17,18,-1,14,13,43,-1,35,24,34,-1,4,25,5,-1,7,42,8,-1,1,42,41,-1,31,102,16,-1,8,49,6,-1,28,30,22,-1,28,29,27,-1,34,24,37,-1,38,33,35,-1,23,25,5,-1,4,10,25,-1,105,6,16,-1,47,3,18,-1,15,8,11,-1,90,36,100,-1,36,106,100,-1,36,40,106,-1,99,104,40,-1,39,40,27,-1,61,51,62,-1,54,59,61,-1,73,65,71,-1,70,74,80,-1,83,35,103,-1,52,0,1,-1,81,35,83,-1,88,66,69,-1,89,97,70,-1,55,50,86,-1,0,52,14,-1,67,62,63,-1,60,64,61,-1,64,60,67,-1,107,90,100,-1,82,83,90,-1,106,95,82,-1,104,95,106,-1,99,84,85,-1,84,79,85,-1,84,92,79,-1,62,77,72,-1,85,79,78,-1,38,84,99,-1,106,82,100,-1,82,90,107,-1,14,52,96,-1,97,68,69,-1,58,87,88,-1,7,45,96,-1,94,79,92,-1,85,78,72,-1,84,38,81,-1,62,76,71,-1,62,74,76,-1,89,68,97,-1,58,51,59,-1,9,35,33,-1,31,6,49,-1,22,26,28,-1,39,29,32,-1,33,32,9,-1,98,27,40,-1,39,48,101,-1,39,33,48,-1,40,104,106,-1,37,36,90,-1,15,11,46,-1,3,47,16,-1,15,44,8,-1,46,44,15,-1,10,4,6,-1,29,28,9,-1,25,9,21,-1,7,41,42,-1,102,8,16,-1,8,102,49,-1,30,31,16,-1,6,9,10,-1,102,31,49,-1,5,25,23,-1,103,35,34,-1,39,101,40,-1,2,14,12,-1,20,3,5,-1,3,16,6,-1,18,3,20,-1,105,8,6,-1,15,8,105,-1,46,43,44,-1,105,16,15,-1,12,43,46,-1,16,17,19,-1,37,90,34,-1,40,36,98,-1,101,38,99,-1,19,22,30,-1,24,36,37,-1,28,30,9,-1,9,30,24,-1,56,50,53,-1,57,59,50,-1,59,51,61,-1,80,76,78,-1,91,84,81,-1,56,86,41,-1,63,88,64,-1,86,53,55,-1,103,90,83,-1,85,104,99,-1,104,85,95,-1,76,74,72,-1,91,81,77,-1,78,76,72,-1,74,62,72,-1,70,75,93,-1,80,79,94,-1,80,92,70,-1,94,92,80,-1,72,95,85,-1,82,107,100,-1,67,63,64,-1,86,96,52,-1,54,87,55,-1,87,50,55,-1,88,63,66,-1,54,88,87,-1,68,89,58,-1,57,50,87,-1,81,83,77,-1,92,91,70,-1,54,50,59,-1,50,54,53,-1,51,58,70,-1,48,38,101,-1,90,103,34,-1,46,11,12,-1,25,10,9,-1,44,43,45,-1,11,8,42,-1,33,39,32,-1,99,40,101,-1,36,27,98,-1,81,38,35,-1,9,32,29,-1});
			return IndexedFaceSet_10_439_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #439, 324 total numbers made up of 108 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_439_point()
		{
			MFVec3f Coordinate_11_439_point = new MFVec3f(new double[] {-0.167,53.762,-2.128,0.023,53.844,-1.943,0.177,53.767,-2.135,0.726,54.211,-1.474,0.827,54.408,-1.381,0.849,54.387,-1.317,0.452,54.293,-1.456,-0.001,54.118,-1.801,0.255,54.076,-1.696,0.454,54.286,-1.18,0.525,54.446,-1.276,0.227,53.832,-1.769,0.197,53.838,-1.971,0.076,54.035,-1.926,-0.04,53.819,-2.022,0.283,54.002,-1.684,0.52,53.89,-1.444,0.787,53.861,-1.447,0.867,54.008,-1.352,0.633,53.974,-1.283,0.85,54.199,-1.331,0.791,54.204,-1.116,0.739,54.065,-1.06,0.896,54.556,-1.213,0.382,54.066,-1.035,0.752,54.501,-1.173,0.732,54.122,-0.971,0.376,54.163,-0.874,0.53,54.176,-0.956,0.523,54.339,-0.9,0.55,54.148,-1.161,0.477,54.129,-1.362,0.497,54.487,-0.951,0.329,54.47,-1.15,0.175,54.006,-1.19,0.165,54.23,-1.195,0.243,53.954,-0.78,0.279,53.94,-1.097,0.076,54.392,-1.093,0.391,54.468,-0.807,0.15,54.298,-0.737,-0.052,53.871,-1.878,0.086,53.87,-1.863,0.117,54.058,-1.885,0.172,54.104,-1.796,-0.003,54.164,-1.811,0.32,53.976,-1.681,0.778,53.889,-1.473,0.193,54.402,-1.017,0.374,54.203,-1.514,-0.228,54.147,-1.707,-0.488,54.225,-1.298,-0.206,53.816,-1.923,-0.345,54.008,-1.629,-0.482,53.962,-1.524,-0.396,54.043,-1.598,-0.216,54.01,-1.715,-0.429,54.219,-1.514,-0.484,54.339,-1.413,-0.419,54.151,-1.452,-0.56,53.914,-1.345,-0.51,53.993,-1.373,-0.628,54.055,-1.201,-0.868,54.005,-1.353,-0.712,53.874,-1.475,-0.807,54.106,-1.15,-0.85,54.199,-1.331,-0.624,53.95,-1.31,-0.827,54.408,-1.381,-0.83,54.312,-1.196,-0.527,54.403,-1.167,-0.738,54.056,-0.995,-0.369,54.049,-0.97,-0.789,54.256,-1.141,-0.493,54.212,-1.037,-0.611,54.282,-1.109,-0.646,54.193,-0.916,-0.358,54.198,-1.183,-0.409,54.252,-0.84,-0.385,54.466,-0.801,-0.504,54.38,-0.913,-0.133,54.275,-1.195,-0.213,53.961,-0.746,-0.176,53.986,-1.18,-0.111,54.404,-1.04,-0.221,54.318,-0.755,-0.214,53.92,-1.801,-0.413,54.131,-1.556,-0.726,54.211,-1.474,-0.637,54.481,-1.249,0.0,53.937,-0.938,-0.31,54.454,-1.2,-0.367,54.502,-1.05,-0.572,54.396,-1.139,-0.486,54.532,-0.929,-0.204,54.158,-0.71,-0.2,54.007,-1.834,-0.787,54.508,-1.17,0.36,54.241,-0.813,0.088,54.33,-0.79,0.071,53.86,-0.72,0.278,54.374,-0.866,0.398,53.972,-1.504,0.0,53.971,-1.145,0.021,54.253,-0.664,0.447,54.077,-1.568,0.0,54.06,-0.647,-0.115,53.853,-0.765});
			return Coordinate_11_439_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #444, 244 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_10_444_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_444_coordIndex = new MFInt32(new int[] {0,1,2,-1,5,6,7,-1,4,8,13,-1,20,16,21,-1,16,23,21,-1,24,16,20,-1,25,1,26,-1,28,29,30,-1,20,32,24,-1,16,18,23,-1,20,21,3,-1,18,10,12,-1,15,31,19,-1,11,10,15,-1,11,17,14,-1,14,6,5,-1,13,14,2,-1,27,5,7,-1,3,4,33,-1,1,25,2,-1,28,16,29,-1,5,27,34,-1,5,34,35,-1,37,36,16,-1,29,38,30,-1,38,29,16,-1,18,12,23,-1,21,4,3,-1,21,23,4,-1,12,8,4,-1,10,11,9,-1,19,14,15,-1,14,19,6,-1,15,14,17,-1,14,13,22,-1,11,14,9,-1,18,16,15,-1,5,40,39,-1,36,38,16,-1,25,33,4,-1,25,26,33,-1,16,31,15,-1,31,16,28,-1,5,35,40,-1,16,24,37,-1,31,28,19,-1,8,22,13,-1,10,18,15,-1,13,2,4,-1,23,12,4,-1,12,9,8,-1,9,12,10,-1,11,15,17,-1,5,2,14,-1,14,8,9,-1,14,22,8,-1,4,2,25,-1,5,0,2,-1,0,5,39,-1,6,19,7,-1,3,32,20,-1});
			return IndexedFaceSet_10_444_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #444, 123 total numbers made up of 41 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_444_point()
		{
			MFVec3f Coordinate_11_444_point = new MFVec3f(new double[] {0.045,55.23,3.349,0.03,55.199,3.341,0.076,55.138,3.375,0.02,55.073,3.206,0.003,55.049,3.288,0.15,55.223,3.349,0.236,55.169,3.275,0.231,55.184,3.255,0.052,54.853,3.328,0.222,54.87,3.294,0.171,54.928,3.25,0.268,54.938,3.27,0.021,54.96,3.267,0.044,54.998,3.369,0.198,55.072,3.345,0.191,55.032,3.178,0.105,55.137,3.085,0.231,55.065,3.322,0.1,55.012,3.204,0.225,55.155,3.199,0.028,55.154,3.162,0.023,55.047,3.197,0.112,54.937,3.365,0.01,55.027,3.245,0.05,55.214,3.103,0.022,55.157,3.347,0.015,55.138,3.318,0.215,55.232,3.288,0.202,55.178,3.148,0.169,55.219,3.084,0.168,55.234,3.086,0.207,55.166,3.155,0.025,55.162,3.176,0.007,55.113,3.298,0.181,55.28,3.312,0.149,55.29,3.332,0.096,55.215,3.055,0.062,55.215,3.078,0.13,55.221,3.056,0.074,55.263,3.35,0.118,55.289,3.348});
			return Coordinate_11_444_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #448, 264 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_10_448_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_448_coordIndex = new MFInt32(new int[] {4,5,6,-1,10,11,7,-1,13,10,8,-1,7,8,10,-1,10,17,13,-1,15,11,16,-1,8,7,23,-1,24,3,1,-1,24,25,3,-1,1,3,23,-1,4,23,3,-1,12,20,10,-1,26,27,28,-1,10,21,11,-1,16,7,15,-1,13,17,10,-1,13,8,4,-1,4,22,13,-1,0,24,1,-1,2,29,3,-1,26,30,31,-1,32,9,33,-1,34,28,4,-1,28,34,35,-1,3,36,37,-1,3,38,4,-1,3,39,38,-1,14,16,1,-1,11,15,7,-1,12,10,13,-1,19,27,20,-1,20,21,10,-1,26,9,27,-1,9,18,20,-1,0,1,16,-1,11,21,20,-1,4,38,40,-1,33,9,41,-1,39,3,37,-1,26,35,42,-1,26,28,35,-1,9,32,0,-1,9,43,44,-1,34,4,6,-1,3,29,36,-1,42,30,26,-1,16,14,7,-1,16,18,9,-1,19,12,22,-1,28,27,19,-1,12,19,20,-1,27,9,20,-1,18,11,20,-1,11,18,16,-1,22,12,13,-1,19,4,28,-1,19,22,4,-1,9,0,16,-1,23,7,1,-1,4,8,23,-1,7,14,1,-1,9,44,41,-1,4,40,5,-1,31,9,26,-1,9,31,43,-1,3,25,2,-1});
			return IndexedFaceSet_10_448_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #448, 135 total numbers made up of 45 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_448_point()
		{
			MFVec3f Coordinate_11_448_point = new MFVec3f(new double[] {0.464,55.165,3.079,0.426,55.156,2.997,0.406,55.234,2.927,0.453,55.202,2.88,0.585,55.172,2.88,0.601,55.227,2.9,0.626,55.219,2.922,0.489,54.993,3.004,0.54,55.018,2.932,0.606,55.181,3.133,0.602,54.914,3.001,0.557,54.974,3.117,0.665,55.008,2.973,0.624,55.019,2.897,0.433,55.073,3.031,0.483,54.977,3.034,0.469,55.037,3.079,0.618,54.925,2.95,0.555,55.06,3.149,0.668,55.092,2.998,0.63,55.026,3.099,0.604,54.949,3.082,0.654,55.112,2.905,0.461,55.148,2.881,0.43,55.195,3.0,0.405,55.235,2.957,0.664,55.238,3.067,0.669,55.137,3.044,0.663,55.207,2.98,0.424,55.246,2.906,0.662,55.271,3.071,0.654,55.275,3.102,0.487,55.176,3.112,0.519,55.206,3.14,0.642,55.221,2.945,0.659,55.231,2.982,0.444,55.251,2.887,0.472,55.255,2.872,0.536,55.241,2.868,0.502,55.252,2.864,0.568,55.235,2.88,0.564,55.242,3.151,0.665,55.257,3.04,0.636,55.275,3.124,0.611,55.274,3.144});
			return Coordinate_11_448_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #452, 264 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_10_452_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_452_coordIndex = new MFInt32(new int[] {11,7,10,-1,16,0,5,-1,3,2,10,-1,9,2,3,-1,3,7,4,-1,20,18,21,-1,20,9,18,-1,8,1,7,-1,0,4,1,-1,16,6,0,-1,5,0,15,-1,12,11,13,-1,9,3,4,-1,6,4,0,-1,0,1,15,-1,23,22,2,-1,25,24,10,-1,27,26,13,-1,28,18,16,-1,28,29,18,-1,19,30,31,-1,32,13,33,-1,6,9,4,-1,8,7,12,-1,34,12,13,-1,15,1,14,-1,19,16,17,-1,17,16,5,-1,12,13,14,-1,12,34,13,-1,35,30,19,-1,36,28,16,-1,26,33,13,-1,10,37,11,-1,24,37,10,-1,22,38,2,-1,39,2,9,-1,39,23,2,-1,2,25,10,-1,40,25,2,-1,11,27,13,-1,41,27,11,-1,29,42,18,-1,16,31,43,-1,31,16,19,-1,13,44,45,-1,32,44,13,-1,7,1,4,-1,18,9,6,-1,8,14,1,-1,12,14,8,-1,17,15,19,-1,18,6,16,-1,17,5,15,-1,14,19,15,-1,19,14,13,-1,13,45,19,-1,11,12,7,-1,7,3,10,-1,45,35,19,-1,44,35,45,-1,43,36,16,-1,42,21,18,-1,37,41,11,-1,38,40,2,-1,20,39,9,-1});
			return IndexedFaceSet_10_452_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #452, 138 total numbers made up of 46 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_452_point()
		{
			MFVec3f Coordinate_11_452_point = new MFVec3f(new double[] {0.724,54.998,2.224,0.849,55.065,2.23,0.974,55.309,2.151,1.007,55.171,2.198,0.937,55.046,2.126,0.645,55.053,2.218,0.75,55.083,2.025,0.987,55.113,2.303,0.932,55.034,2.327,0.873,55.237,2.071,0.992,55.293,2.215,0.965,55.285,2.343,0.921,55.141,2.387,0.833,55.238,2.345,0.791,55.131,2.358,0.689,55.106,2.294,0.672,55.165,2.095,0.637,55.151,2.171,0.726,55.193,2.038,0.677,55.161,2.281,0.844,55.288,2.069,0.793,55.285,2.057,0.961,55.328,2.125,0.944,55.325,2.109,0.98,55.317,2.243,0.982,55.324,2.202,0.888,55.294,2.367,0.92,55.302,2.365,0.685,55.273,2.098,0.723,55.277,2.055,0.652,55.27,2.224,0.66,55.271,2.181,0.807,55.292,2.337,0.85,55.293,2.354,0.855,55.253,2.353,0.68,55.274,2.269,0.669,55.271,2.126,0.974,55.312,2.315,0.971,55.33,2.146,0.895,55.31,2.103,0.975,55.33,2.172,0.955,55.31,2.352,0.757,55.281,2.053,0.664,55.271,2.153,0.742,55.285,2.305,0.743,55.274,2.308});
			return Coordinate_11_452_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #456, 308 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_10_456_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_456_coordIndex = new MFInt32(new int[] {1,6,7,-1,8,9,10,-1,12,1,9,-1,13,9,3,-1,17,18,19,-1,4,2,5,-1,22,10,11,-1,1,7,6,-1,11,19,0,-1,2,3,1,-1,3,9,1,-1,6,3,1,-1,16,14,15,-1,0,1,11,-1,8,12,9,-1,0,2,1,-1,24,25,18,-1,26,27,28,-1,30,29,10,-1,31,14,32,-1,34,20,33,-1,36,35,20,-1,18,25,37,-1,0,18,2,-1,1,12,8,-1,26,11,27,-1,19,11,26,-1,10,38,11,-1,21,5,20,-1,39,2,18,-1,3,21,13,-1,3,5,21,-1,6,1,3,-1,5,3,4,-1,23,39,40,-1,11,38,27,-1,41,40,42,-1,23,40,41,-1,35,43,20,-1,20,44,16,-1,45,14,31,-1,45,10,14,-1,29,46,10,-1,17,26,47,-1,48,18,17,-1,18,48,24,-1,38,28,27,-1,30,10,49,-1,50,32,14,-1,34,20,51,-1,33,20,34,-1,23,36,20,-1,41,36,23,-1,22,8,10,-1,10,15,14,-1,15,20,16,-1,15,21,20,-1,0,19,18,-1,20,2,23,-1,18,40,39,-1,10,9,15,-1,9,13,21,-1,2,39,23,-1,2,20,5,-1,21,15,9,-1,1,8,22,-1,1,22,11,-1,3,2,4,-1,17,19,26,-1,18,42,40,-1,37,42,18,-1,51,20,43,-1,44,14,16,-1,44,50,14,-1,45,49,10,-1,46,38,10,-1,17,47,48,-1});
			return IndexedFaceSet_10_456_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #456, 156 total numbers made up of 52 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_456_point()
		{
			MFVec3f Coordinate_11_456_point = new MFVec3f(new double[] {0.836,55.079,1.723,0.861,55.057,1.882,1.019,55.121,1.747,0.968,55.092,1.875,1.015,55.102,1.751,1.08,55.114,1.857,0.928,55.104,1.927,0.882,55.062,1.95,0.797,55.108,1.964,0.957,55.078,1.976,0.779,55.212,1.958,0.748,55.154,1.826,0.866,55.082,1.999,0.999,55.048,1.96,0.946,55.249,2.026,0.962,55.133,2.032,1.041,55.23,2.032,0.763,55.233,1.729,0.869,55.195,1.691,0.767,55.15,1.739,1.073,55.24,1.867,1.076,55.107,1.962,0.744,55.128,1.903,1.032,55.255,1.78,0.808,55.258,1.705,0.843,55.269,1.708,0.744,55.241,1.772,0.732,55.239,1.823,0.733,55.253,1.825,0.739,55.258,1.929,0.767,55.27,1.955,0.922,55.286,2.012,0.987,55.279,2.033,1.084,55.269,1.926,1.08,55.282,1.928,1.056,55.285,1.809,1.032,55.282,1.789,0.879,55.278,1.722,0.722,55.242,1.865,0.956,55.211,1.716,0.942,55.267,1.745,1.005,55.278,1.773,0.94,55.28,1.75,1.065,55.283,1.839,1.043,55.272,2.029,0.848,55.284,1.995,0.728,55.253,1.898,0.758,55.248,1.744,0.769,55.247,1.723,0.807,55.277,1.977,1.017,55.276,2.034,1.075,55.281,1.87});
			return Coordinate_11_456_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #461, 488 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_10_461_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_461_coordIndex = new MFInt32(new int[] {0,1,2,-1,16,13,7,-1,7,17,18,-1,19,16,7,-1,20,5,16,-1,21,22,23,-1,27,10,26,-1,11,5,14,-1,28,25,6,-1,25,24,21,-1,29,8,15,-1,30,31,32,-1,9,34,35,-1,11,26,10,-1,5,11,13,-1,28,5,25,-1,15,30,37,-1,17,7,11,-1,38,21,23,-1,7,13,11,-1,5,26,14,-1,6,5,28,-1,29,39,7,-1,8,40,30,-1,30,40,31,-1,33,4,3,-1,4,6,21,-1,11,14,26,-1,27,26,3,-1,19,7,41,-1,12,16,5,-1,42,21,43,-1,2,44,0,-1,4,46,45,-1,47,48,49,-1,50,48,47,-1,51,52,15,-1,51,53,52,-1,37,54,15,-1,55,56,57,-1,58,56,55,-1,5,13,12,-1,34,10,60,-1,40,9,35,-1,40,17,9,-1,5,16,25,-1,52,19,61,-1,32,37,30,-1,7,8,29,-1,61,41,39,-1,61,19,41,-1,19,0,59,-1,20,16,5,-1,33,36,6,-1,36,33,26,-1,60,57,62,-1,60,55,57,-1,55,10,50,-1,60,10,55,-1,10,27,48,-1,0,16,59,-1,9,11,10,-1,58,50,47,-1,58,55,50,-1,32,64,37,-1,15,65,51,-1,19,1,0,-1,66,1,19,-1,45,67,4,-1,45,68,67,-1,0,44,69,-1,21,70,43,-1,70,21,24,-1,21,42,71,-1,0,72,24,-1,69,72,0,-1,46,4,73,-1,74,49,48,-1,53,19,52,-1,19,53,75,-1,54,76,15,-1,57,56,31,-1,16,12,13,-1,33,6,4,-1,4,67,48,-1,3,48,27,-1,10,34,9,-1,62,40,35,-1,21,6,25,-1,61,15,52,-1,40,63,18,-1,40,8,63,-1,18,17,40,-1,15,39,29,-1,39,15,61,-1,39,41,7,-1,19,59,16,-1,25,0,24,-1,25,16,0,-1,62,31,40,-1,57,31,62,-1,62,34,60,-1,35,34,62,-1,50,10,48,-1,26,5,36,-1,48,3,4,-1,3,26,33,-1,5,6,36,-1,7,63,8,-1,7,18,63,-1,15,8,30,-1,9,17,11,-1,77,21,71,-1,21,77,22,-1,31,64,32,-1,15,76,65,-1,75,66,19,-1,67,74,48,-1,68,74,67,-1,21,73,4,-1,38,73,21,-1,72,70,24,-1});
			return IndexedFaceSet_10_461_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #461, 234 total numbers made up of 78 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_461_point()
		{
			MFVec3f Coordinate_11_461_point = new MFVec3f(new double[] {1.021,55.277,1.48,0.975,55.363,1.504,0.977,55.364,1.504,1.096,55.205,1.703,1.133,55.313,1.661,1.074,55.133,1.542,1.127,55.224,1.608,0.894,55.141,1.478,0.813,55.165,1.516,0.903,55.108,1.649,0.98,55.174,1.7,0.965,55.139,1.587,1.015,55.163,1.478,0.918,55.144,1.498,1.01,55.148,1.611,0.807,55.288,1.495,1.012,55.224,1.467,0.863,55.084,1.601,0.851,55.085,1.586,0.928,55.304,1.472,1.003,55.172,1.459,1.124,55.34,1.585,1.13,55.358,1.614,1.131,55.356,1.628,1.091,55.342,1.53,1.107,55.238,1.53,1.063,55.106,1.664,1.011,55.221,1.718,1.112,55.201,1.543,0.821,55.2,1.467,0.785,55.246,1.552,0.796,55.305,1.622,0.786,55.301,1.583,1.115,55.193,1.684,0.909,55.211,1.689,0.852,55.2,1.664,1.113,55.122,1.631,0.791,55.305,1.553,1.13,55.362,1.634,0.862,55.227,1.443,0.803,55.196,1.61,0.927,55.279,1.464,1.117,55.373,1.589,1.106,55.381,1.566,1.011,55.365,1.507,1.105,55.343,1.686,1.117,55.349,1.676,0.981,55.326,1.692,1.041,55.29,1.71,1.024,55.33,1.701,0.981,55.312,1.695,0.82,55.341,1.492,0.904,55.324,1.473,0.86,55.348,1.474,0.797,55.32,1.525,0.903,55.306,1.681,0.833,55.313,1.651,0.833,55.299,1.653,0.902,55.32,1.678,0.967,55.325,1.486,0.91,55.269,1.69,0.88,55.308,1.465,0.835,55.25,1.656,0.826,55.104,1.552,0.788,55.315,1.584,0.81,55.335,1.501,0.94,55.362,1.494,1.083,55.324,1.701,1.079,55.338,1.7,1.046,55.366,1.512,1.092,55.375,1.546,1.125,55.366,1.607,1.079,55.369,1.529,1.128,55.357,1.663,1.054,55.333,1.71,0.905,55.357,1.484,0.804,55.329,1.512,1.126,55.365,1.608});
			return Coordinate_11_461_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #465, 304 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_10_465_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_465_coordIndex = new MFInt32(new int[] {2,3,4,-1,5,1,6,-1,7,8,9,-1,15,13,17,-1,21,20,22,-1,17,23,21,-1,22,16,17,-1,14,29,18,-1,21,22,17,-1,13,2,0,-1,13,12,20,-1,21,26,17,-1,7,15,17,-1,17,13,19,-1,17,30,7,-1,16,18,29,-1,0,33,1,-1,0,31,33,-1,15,34,32,-1,10,12,13,-1,19,13,17,-1,20,21,13,-1,0,11,13,-1,13,11,10,-1,11,0,10,-1,29,14,27,-1,16,28,17,-1,24,10,18,-1,5,0,1,-1,37,36,38,-1,14,39,40,-1,36,41,7,-1,42,41,36,-1,15,43,2,-1,44,43,15,-1,32,45,15,-1,0,35,10,-1,20,10,22,-1,9,15,7,-1,17,13,21,-1,0,5,35,-1,24,16,10,-1,24,18,16,-1,7,17,36,-1,7,30,17,-1,36,17,28,-1,36,29,27,-1,16,29,28,-1,16,22,10,-1,14,18,25,-1,10,25,18,-1,46,14,40,-1,15,45,44,-1,42,36,47,-1,6,14,5,-1,6,39,14,-1,49,48,27,-1,7,41,8,-1,3,2,43,-1,36,37,47,-1,23,17,21,-1,25,35,5,-1,10,35,25,-1,5,14,25,-1,17,26,21,-1,29,36,28,-1,12,10,20,-1,2,13,15,-1,0,2,31,-1,46,27,14,-1,46,49,27,-1,9,34,15,-1,27,38,36,-1,48,38,27,-1,4,31,2,-1,4,33,31,-1});
			return IndexedFaceSet_10_465_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #465, 150 total numbers made up of 50 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_465_point()
		{
			MFVec3f Coordinate_11_465_point = new MFVec3f(new double[] {-0.416,55.152,2.95,-0.43,55.195,2.993,-0.434,55.216,2.886,-0.424,55.246,2.898,-0.406,55.234,2.92,-0.451,55.141,3.055,-0.465,55.171,3.072,-0.63,55.19,2.908,-0.626,55.219,2.913,-0.602,55.22,2.89,-0.469,55.002,3.023,-0.423,55.13,2.926,-0.513,55.066,2.907,-0.491,55.117,2.878,-0.547,55.174,3.142,-0.536,55.191,2.859,-0.606,54.935,3.062,-0.665,55.062,2.959,-0.532,55.022,3.134,-0.606,55.08,2.878,-0.531,54.977,2.964,-0.594,54.966,2.931,-0.567,54.901,2.998,-0.648,55.034,2.885,-0.522,54.978,3.118,-0.467,55.067,3.11,-0.653,54.945,2.921,-0.61,55.218,3.13,-0.653,55.018,3.064,-0.596,55.043,3.124,-0.651,55.138,2.913,-0.404,55.22,2.946,-0.536,55.241,2.86,-0.405,55.235,2.95,-0.568,55.235,2.872,-0.426,55.091,3.012,-0.662,55.182,3.037,-0.662,55.271,3.06,-0.654,55.275,3.092,-0.487,55.176,3.104,-0.519,55.206,3.131,-0.642,55.221,2.936,-0.659,55.231,2.973,-0.444,55.251,2.88,-0.472,55.255,2.864,-0.502,55.252,2.856,-0.564,55.242,3.141,-0.665,55.257,3.03,-0.636,55.275,3.113,-0.611,55.274,3.133});
			return Coordinate_11_465_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #469, 312 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_10_469_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_469_coordIndex = new MFInt32(new int[] {5,6,7,-1,0,13,11,-1,9,8,1,-1,20,23,19,-1,16,15,12,-1,6,24,5,-1,6,11,12,-1,3,15,4,-1,25,3,26,-1,25,21,3,-1,14,9,5,-1,1,0,9,-1,5,7,6,-1,18,28,19,-1,20,19,1,-1,20,8,21,-1,8,20,1,-1,2,1,28,-1,17,19,29,-1,5,15,3,-1,8,9,14,-1,6,10,9,-1,5,10,6,-1,5,9,10,-1,3,30,26,-1,4,31,32,-1,16,34,33,-1,21,25,35,-1,19,37,36,-1,38,29,19,-1,29,38,39,-1,24,6,15,-1,3,8,5,-1,21,8,3,-1,11,13,27,-1,27,17,16,-1,0,2,18,-1,21,23,20,-1,18,13,0,-1,13,18,27,-1,14,5,8,-1,11,9,0,-1,19,40,38,-1,19,41,37,-1,17,43,42,-1,33,4,16,-1,4,33,44,-1,4,32,45,-1,3,46,30,-1,4,47,31,-1,48,16,17,-1,16,48,34,-1,21,49,22,-1,21,35,49,-1,50,19,36,-1,39,17,29,-1,17,39,51,-1,0,1,2,-1,15,5,24,-1,27,12,11,-1,17,27,18,-1,18,2,28,-1,28,1,19,-1,19,21,22,-1,21,19,23,-1,17,18,19,-1,27,16,12,-1,15,16,4,-1,12,15,6,-1,11,6,9,-1,17,51,43,-1,40,19,50,-1,22,41,19,-1,22,49,41,-1,17,42,48,-1,4,44,47,-1,45,3,4,-1,3,45,46,-1});
			return IndexedFaceSet_10_469_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #469, 156 total numbers made up of 52 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_469_point()
		{
			MFVec3f Coordinate_11_469_point = new MFVec3f(new double[] {-0.806,55.064,2.253,-0.711,55.01,2.169,-0.713,55.019,2.273,-0.875,55.228,2.069,-0.984,55.287,2.247,-0.905,55.086,2.028,-0.955,55.04,2.154,-0.964,55.037,2.062,-0.777,55.034,2.011,-0.826,55.06,2.167,-0.876,55.089,2.083,-0.942,55.03,2.281,-1.004,55.156,2.254,-0.925,55.022,2.319,-0.813,55.058,2.088,-0.991,55.162,2.099,-0.992,55.256,2.265,-0.888,55.251,2.353,-0.768,55.132,2.347,-0.671,55.214,2.216,-0.682,55.08,2.052,-0.763,55.114,1.998,-0.749,55.236,2.035,-0.673,55.185,2.072,-1.004,55.053,2.077,-0.793,55.285,2.057,-0.842,55.294,2.07,-0.921,55.141,2.387,-0.644,55.097,2.226,-0.758,55.249,2.313,-0.895,55.31,2.103,-0.975,55.33,2.172,-0.971,55.33,2.145,-0.974,55.312,2.314,-0.955,55.31,2.35,-0.757,55.281,2.053,-0.664,55.271,2.152,-0.669,55.271,2.125,-0.68,55.274,2.267,-0.742,55.285,2.303,-0.652,55.27,2.222,-0.685,55.273,2.097,-0.888,55.294,2.365,-0.85,55.293,2.351,-0.98,55.317,2.242,-0.961,55.328,2.125,-0.944,55.325,2.109,-0.982,55.324,2.202,-0.92,55.302,2.363,-0.723,55.277,2.055,-0.66,55.271,2.18,-0.807,55.292,2.334});
			return Coordinate_11_469_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #473, 356 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_10_473_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_473_coordIndex = new MFInt32(new int[] {1,2,3,-1,2,16,5,-1,6,5,4,-1,17,0,4,-1,18,19,20,-1,16,15,21,-1,12,13,15,-1,12,14,13,-1,8,4,9,-1,6,4,5,-1,9,4,11,-1,5,21,4,-1,2,25,24,-1,2,5,7,-1,8,5,4,-1,16,21,5,-1,4,14,17,-1,12,17,14,-1,9,11,26,-1,28,27,3,-1,25,29,30,-1,20,31,32,-1,18,34,33,-1,23,35,36,-1,23,22,35,-1,37,38,39,-1,38,37,40,-1,4,0,11,-1,12,42,20,-1,8,7,5,-1,24,16,2,-1,15,24,42,-1,24,15,16,-1,8,41,7,-1,44,9,10,-1,8,9,44,-1,39,41,44,-1,39,38,41,-1,2,7,41,-1,12,18,17,-1,19,18,12,-1,29,2,45,-1,21,14,4,-1,46,10,23,-1,10,46,47,-1,22,48,35,-1,48,22,49,-1,18,50,34,-1,20,51,31,-1,20,25,51,-1,45,52,29,-1,41,28,3,-1,53,28,41,-1,1,3,27,-1,25,30,54,-1,18,32,55,-1,18,20,32,-1,18,33,43,-1,23,36,56,-1,39,47,37,-1,47,39,10,-1,23,9,26,-1,42,12,15,-1,25,42,24,-1,19,12,20,-1,43,17,18,-1,43,0,17,-1,0,23,26,-1,0,43,23,-1,44,10,39,-1,21,13,14,-1,0,26,11,-1,15,13,21,-1,8,44,41,-1,43,22,23,-1,43,49,22,-1,41,3,2,-1,25,20,42,-1,2,29,25,-1,2,1,45,-1,9,23,10,-1,57,38,40,-1,57,41,38,-1,23,56,46,-1,49,43,48,-1,18,55,50,-1,25,54,51,-1,45,1,52,-1,41,57,53,-1});
			return IndexedFaceSet_10_473_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #473, 174 total numbers made up of 58 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_473_point()
		{
			MFVec3f Coordinate_11_473_point = new MFVec3f(new double[] {-1.052,55.085,1.899,-0.744,55.241,1.772,-0.753,55.157,1.799,-0.763,55.233,1.729,-0.902,55.079,1.811,-0.826,55.07,1.738,-0.846,55.057,1.753,-0.842,55.138,1.675,-0.929,55.128,1.699,-1.036,55.128,1.749,-1.029,55.255,1.775,-1.042,55.054,1.8,-0.896,55.14,2.02,-0.843,55.058,1.966,-0.9,55.077,1.932,-0.8,55.101,1.961,-0.788,55.059,1.89,-1.014,55.093,2.024,-0.948,55.247,2.026,-0.901,55.182,2.021,-0.838,55.216,1.996,-0.823,55.039,1.879,-1.061,55.248,1.816,-1.057,55.244,1.804,-0.745,55.15,1.853,-0.738,55.225,1.919,-1.079,55.124,1.826,-0.758,55.248,1.744,-0.769,55.247,1.723,-0.722,55.242,1.865,-0.728,55.253,1.898,-0.807,55.277,1.977,-0.848,55.284,1.995,-1.043,55.272,2.029,-1.017,55.276,2.034,-1.075,55.281,1.87,-1.065,55.283,1.839,-0.94,55.28,1.75,-0.864,55.26,1.709,-0.942,55.267,1.745,-0.879,55.278,1.722,-0.851,55.214,1.689,-0.787,55.164,1.968,-1.084,55.228,1.96,-0.956,55.211,1.716,-0.732,55.239,1.823,-1.032,55.282,1.789,-1.005,55.278,1.773,-1.08,55.282,1.928,-1.084,55.269,1.926,-0.987,55.279,2.033,-0.767,55.27,1.955,-0.733,55.253,1.825,-0.808,55.258,1.705,-0.739,55.258,1.929,-0.922,55.286,2.012,-1.056,55.285,1.809,-0.843,55.269,1.708});
			return Coordinate_11_473_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #477, 404 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_10_477_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_477_coordIndex = new MFInt32(new int[] {3,4,5,-1,12,13,8,-1,20,21,10,-1,4,18,17,-1,23,25,26,-1,17,7,4,-1,6,10,24,-1,5,28,19,-1,6,15,14,-1,10,9,22,-1,29,4,30,-1,9,6,8,-1,11,31,23,-1,6,12,8,-1,14,12,6,-1,7,17,6,-1,13,12,14,-1,19,28,6,-1,6,24,19,-1,29,16,4,-1,6,9,10,-1,4,32,33,-1,34,0,2,-1,34,35,0,-1,36,37,3,-1,3,38,39,-1,38,3,40,-1,27,41,11,-1,27,42,41,-1,11,43,31,-1,44,45,46,-1,45,44,47,-1,2,48,34,-1,5,50,3,-1,10,21,50,-1,24,10,19,-1,9,26,51,-1,34,17,18,-1,34,15,17,-1,15,27,14,-1,15,48,27,-1,27,11,14,-1,9,23,26,-1,11,13,14,-1,15,34,48,-1,17,15,49,-1,6,5,7,-1,28,5,6,-1,5,19,10,-1,25,51,26,-1,51,25,52,-1,46,20,52,-1,46,45,20,-1,20,45,40,-1,3,50,21,-1,8,23,9,-1,40,47,38,-1,40,45,47,-1,31,54,53,-1,55,11,41,-1,1,27,2,-1,27,1,56,-1,3,57,36,-1,58,35,34,-1,59,4,33,-1,18,4,59,-1,60,32,4,-1,61,34,18,-1,34,61,58,-1,4,37,62,-1,4,3,37,-1,3,39,63,-1,64,42,27,-1,11,65,43,-1,66,44,46,-1,4,7,5,-1,21,20,3,-1,50,5,10,-1,20,10,22,-1,51,22,9,-1,20,22,51,-1,48,2,27,-1,13,11,8,-1,8,11,23,-1,23,31,53,-1,66,23,53,-1,66,25,23,-1,15,6,49,-1,49,6,17,-1,66,52,25,-1,52,66,46,-1,52,20,51,-1,3,20,40,-1,4,67,60,-1,16,67,4,-1,53,54,66,-1,65,11,55,-1,27,56,64,-1,3,63,57,-1,4,62,30,-1,18,59,61,-1});
			return IndexedFaceSet_10_477_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #477, 204 total numbers made up of 68 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_477_point()
		{
			MFVec3f Coordinate_11_477_point = new MFVec3f(new double[] {-0.977,55.364,1.504,-0.975,55.363,1.504,-0.977,55.349,1.499,-1.074,55.302,1.7,-1.131,55.326,1.605,-1.118,55.187,1.679,-1.03,55.141,1.54,-1.126,55.227,1.601,-0.85,55.119,1.512,-0.881,55.096,1.618,-1.007,55.137,1.661,-0.811,55.256,1.484,-0.933,55.161,1.499,-0.892,55.142,1.47,-0.911,55.233,1.45,-1.023,55.223,1.469,-1.13,55.358,1.614,-1.111,55.233,1.542,-1.091,55.342,1.53,-1.095,55.096,1.668,-0.932,55.239,1.696,-1.011,55.221,1.718,-0.9,55.106,1.648,-0.794,55.196,1.558,-1.047,55.102,1.632,-0.796,55.236,1.619,-0.815,55.182,1.624,-0.882,55.315,1.467,-1.119,55.135,1.63,-1.131,55.356,1.628,-1.13,55.362,1.634,-0.791,55.305,1.553,-1.117,55.373,1.589,-1.106,55.381,1.566,-1.034,55.338,1.502,-1.011,55.365,1.507,-1.105,55.343,1.686,-1.117,55.349,1.676,-0.981,55.326,1.692,-1.024,55.33,1.701,-0.981,55.312,1.695,-0.82,55.341,1.492,-0.86,55.348,1.474,-0.797,55.32,1.525,-0.833,55.313,1.651,-0.903,55.306,1.681,-0.833,55.299,1.653,-0.902,55.32,1.678,-0.992,55.304,1.483,-1.101,55.217,1.515,-1.072,55.225,1.718,-0.852,55.2,1.664,-0.835,55.25,1.656,-0.786,55.301,1.583,-0.788,55.315,1.584,-0.81,55.335,1.501,-0.94,55.362,1.494,-1.079,55.338,1.7,-1.046,55.366,1.512,-1.092,55.375,1.546,-1.125,55.366,1.607,-1.079,55.369,1.529,-1.128,55.357,1.663,-1.054,55.333,1.71,-0.905,55.357,1.484,-0.804,55.329,1.512,-0.796,55.305,1.622,-1.126,55.365,1.608});
			return Coordinate_11_477_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #481, 372 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_10_481_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_481_coordIndex = new MFInt32(new int[] {7,10,5,-1,16,18,19,-1,4,2,5,-1,20,8,3,-1,7,11,6,-1,15,23,14,-1,7,6,10,-1,18,25,24,-1,12,26,27,-1,12,29,28,-1,13,31,30,-1,0,32,33,-1,23,15,34,-1,16,25,18,-1,16,35,25,-1,7,22,36,-1,37,13,20,-1,38,19,18,-1,9,5,6,-1,5,10,6,-1,7,5,8,-1,20,3,37,-1,22,41,36,-1,42,40,39,-1,11,7,40,-1,0,40,36,-1,13,22,20,-1,13,41,22,-1,20,7,21,-1,20,22,7,-1,38,43,19,-1,5,44,4,-1,17,5,9,-1,6,11,45,-1,14,40,42,-1,44,19,43,-1,44,5,19,-1,44,43,4,-1,12,4,43,-1,12,13,37,-1,40,7,36,-1,17,14,16,-1,20,21,8,-1,40,0,39,-1,3,12,46,-1,3,4,12,-1,0,36,1,-1,35,16,47,-1,39,48,15,-1,49,0,1,-1,0,49,32,-1,31,13,50,-1,12,51,29,-1,12,52,26,-1,12,43,52,-1,18,24,53,-1,12,27,54,-1,55,12,28,-1,56,13,30,-1,57,13,56,-1,39,33,58,-1,39,0,33,-1,59,23,34,-1,37,3,46,-1,3,2,4,-1,21,7,8,-1,23,16,14,-1,57,36,41,-1,1,36,57,-1,18,43,38,-1,45,40,14,-1,40,45,11,-1,42,15,14,-1,15,42,39,-1,16,5,17,-1,5,16,19,-1,6,45,14,-1,3,8,2,-1,41,13,57,-1,14,9,6,-1,14,17,9,-1,5,2,8,-1,37,46,12,-1,23,47,16,-1,23,59,47,-1,39,58,48,-1,57,49,1,-1,57,56,49,-1,12,50,13,-1,12,55,50,-1,12,54,51,-1,53,43,18,-1,43,53,52,-1});
			return IndexedFaceSet_10_481_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #481, 180 total numbers made up of 60 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_481_point()
		{
			MFVec3f Coordinate_11_481_point = new MFVec3f(new double[] {-0.713,55.242,2.638,-0.772,55.238,2.682,-0.72,54.963,2.812,-0.789,55.032,2.817,-0.668,55.103,2.868,-0.598,55.012,2.771,-0.614,54.976,2.642,-0.726,55.025,2.652,-0.752,54.951,2.757,-0.556,54.964,2.723,-0.688,55.042,2.667,-0.621,54.999,2.615,-0.717,55.23,2.871,-0.826,55.17,2.782,-0.521,55.118,2.649,-0.548,55.272,2.635,-0.507,55.142,2.683,-0.524,55.016,2.7,-0.545,55.229,2.789,-0.528,55.13,2.785,-0.827,55.06,2.695,-0.807,54.987,2.689,-0.815,55.077,2.662,-0.528,55.265,2.671,-0.541,55.257,2.785,-0.524,55.26,2.767,-0.663,55.271,2.86,-0.714,55.273,2.883,-0.79,55.271,2.846,-0.774,55.272,2.86,-0.822,55.27,2.772,-0.814,55.271,2.793,-0.732,55.263,2.655,-0.692,55.274,2.632,-0.535,55.28,2.66,-0.517,55.268,2.729,-0.757,55.145,2.636,-0.819,55.095,2.792,-0.615,55.141,2.844,-0.629,55.252,2.614,-0.625,55.125,2.593,-0.827,55.146,2.695,-0.594,55.223,2.606,-0.623,55.17,2.846,-0.619,55.094,2.85,-0.555,55.024,2.63,-0.787,55.145,2.86,-0.517,55.277,2.707,-0.595,55.278,2.621,-0.769,55.252,2.688,-0.809,55.271,2.816,-0.759,55.272,2.875,-0.606,55.269,2.834,-0.558,55.257,2.802,-0.737,55.273,2.879,-0.798,55.271,2.83,-0.805,55.263,2.728,-0.811,55.234,2.718,-0.644,55.279,2.617,-0.523,55.279,2.684});
			return Coordinate_11_481_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #485, 300 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_10_485_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_485_coordIndex = new MFInt32(new int[] {0,1,2,-1,3,10,8,-1,8,7,11,-1,15,16,17,-1,15,8,16,-1,18,0,2,-1,20,21,22,-1,9,14,12,-1,12,13,6,-1,15,3,8,-1,7,13,11,-1,8,14,9,-1,6,22,21,-1,12,6,9,-1,7,23,6,-1,6,13,7,-1,4,24,3,-1,5,25,26,-1,20,27,28,-1,30,29,5,-1,3,31,32,-1,33,4,3,-1,33,34,4,-1,5,0,18,-1,8,10,7,-1,17,36,3,-1,39,23,10,-1,39,38,23,-1,23,37,22,-1,21,40,6,-1,21,20,40,-1,5,6,40,-1,8,12,14,-1,22,6,23,-1,39,37,38,-1,3,37,39,-1,23,38,37,-1,35,17,16,-1,17,35,36,-1,17,3,15,-1,35,18,2,-1,19,18,35,-1,35,2,1,-1,3,32,33,-1,36,35,41,-1,4,34,42,-1,43,20,28,-1,43,40,20,-1,25,40,44,-1,5,40,25,-1,5,26,45,-1,46,20,4,-1,20,46,27,-1,29,0,5,-1,47,3,36,-1,3,47,31,-1,44,40,43,-1,11,12,8,-1,8,18,16,-1,8,9,18,-1,37,24,4,-1,10,23,7,-1,6,5,9,-1,4,22,37,-1,4,20,22,-1,3,24,37,-1,39,10,3,-1,9,5,18,-1,19,35,16,-1,13,12,11,-1,16,18,19,-1,30,5,48,-1,36,41,47,-1,4,42,46,-1,45,48,5,-1});
			return IndexedFaceSet_10_485_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #485, 147 total numbers made up of 49 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_485_point()
		{
			MFVec3f Coordinate_11_485_point = new MFVec3f(new double[] {-0.596,55.267,2.467,-0.609,55.275,2.507,-0.607,55.261,2.508,-0.817,55.156,2.61,-0.897,55.264,2.523,-0.684,55.235,2.387,-0.786,55.126,2.383,-0.864,54.985,2.518,-0.691,55.061,2.566,-0.609,55.059,2.464,-0.865,55.03,2.58,-0.754,55.039,2.529,-0.778,55.069,2.399,-0.818,55.058,2.417,-0.657,54.984,2.468,-0.728,55.105,2.603,-0.658,55.16,2.557,-0.732,55.182,2.589,-0.592,55.174,2.493,-0.604,55.212,2.508,-0.874,55.267,2.45,-0.857,55.204,2.409,-0.886,55.148,2.425,-0.907,55.036,2.475,-0.894,55.219,2.562,-0.736,55.278,2.403,-0.717,55.277,2.395,-0.886,55.302,2.469,-0.844,55.311,2.452,-0.606,55.272,2.429,-0.627,55.271,2.404,-0.781,55.253,2.598,-0.817,55.26,2.605,-0.849,55.264,2.599,-0.876,55.28,2.572,-0.653,55.249,2.545,-0.733,55.235,2.584,-0.904,55.15,2.461,-0.913,55.095,2.527,-0.885,55.101,2.577,-0.79,55.276,2.421,-0.682,55.254,2.557,-0.891,55.29,2.543,-0.799,55.306,2.437,-0.768,55.292,2.42,-0.696,55.275,2.385,-0.898,55.301,2.515,-0.736,55.251,2.581,-0.655,55.269,2.385});
			return Coordinate_11_485_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #489, 248 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_10_489_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_489_coordIndex = new MFInt32(new int[] {5,6,7,-1,9,10,11,-1,5,7,14,-1,16,3,15,-1,17,5,18,-1,8,19,12,-1,16,15,14,-1,15,22,23,-1,24,15,3,-1,24,25,15,-1,15,23,26,-1,21,24,3,-1,14,7,16,-1,8,5,17,-1,7,13,16,-1,17,18,1,-1,4,10,9,-1,5,12,6,-1,0,1,27,-1,28,26,29,-1,30,15,25,-1,1,18,31,-1,32,2,33,-1,34,3,16,-1,34,21,3,-1,2,35,33,-1,6,4,7,-1,26,14,15,-1,4,9,13,-1,12,10,4,-1,11,1,2,-1,1,11,19,-1,8,17,1,-1,13,9,20,-1,26,18,5,-1,36,2,37,-1,2,38,16,-1,36,38,2,-1,35,39,40,-1,35,2,39,-1,29,26,23,-1,1,41,27,-1,42,2,32,-1,1,31,41,-1,4,13,7,-1,4,6,12,-1,5,14,26,-1,20,2,13,-1,20,11,2,-1,19,8,1,-1,12,11,10,-1,12,19,11,-1,2,0,39,-1,2,1,0,-1,11,20,9,-1,12,5,8,-1,16,13,2,-1,16,38,34,-1,26,28,18,-1,42,37,2,-1,39,0,40,-1,22,15,30,-1});
			return IndexedFaceSet_10_489_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #489, 129 total numbers made up of 43 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_489_point()
		{
			MFVec3f Coordinate_11_489_point = new MFVec3f(new double[] {0.405,55.265,3.211,0.432,55.157,3.206,0.322,55.192,3.242,0.242,55.158,3.081,0.316,54.947,3.215,0.405,55.03,3.101,0.419,54.935,3.156,0.298,55.041,3.156,0.463,55.036,3.14,0.311,55.007,3.277,0.402,54.954,3.242,0.392,55.084,3.265,0.423,54.932,3.208,0.272,55.081,3.231,0.35,55.076,3.068,0.29,55.151,3.032,0.251,55.111,3.153,0.444,55.131,3.191,0.428,55.157,3.12,0.439,55.059,3.228,0.332,55.133,3.271,0.246,55.169,3.111,0.307,55.184,3.025,0.348,55.177,3.043,0.242,55.182,3.072,0.259,55.182,3.037,0.373,55.092,3.064,0.418,55.247,3.189,0.407,55.167,3.092,0.382,55.172,3.069,0.282,55.184,3.024,0.428,55.192,3.147,0.325,55.227,3.236,0.342,55.252,3.239,0.25,55.161,3.134,0.355,55.268,3.239,0.274,55.154,3.213,0.29,55.184,3.23,0.265,55.147,3.189,0.39,55.267,3.23,0.388,55.28,3.225,0.425,55.226,3.177,0.301,55.198,3.233});
			return Coordinate_11_489_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #493, 348 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_10_493_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_493_coordIndex = new MFInt32(new int[] {8,7,5,-1,17,18,6,-1,7,6,5,-1,6,10,2,-1,2,3,11,-1,11,3,9,-1,10,7,2,-1,7,8,9,-1,6,4,5,-1,25,20,24,-1,26,27,21,-1,28,29,12,-1,30,31,0,-1,30,32,31,-1,35,34,33,-1,36,37,15,-1,3,7,9,-1,3,2,7,-1,7,10,6,-1,33,40,13,-1,2,11,40,-1,40,1,38,-1,2,17,19,-1,2,23,17,-1,42,16,22,-1,8,14,9,-1,11,9,14,-1,13,40,43,-1,42,20,16,-1,24,20,42,-1,24,22,41,-1,42,22,24,-1,21,17,12,-1,2,40,38,-1,23,2,39,-1,19,17,6,-1,21,22,17,-1,17,31,12,-1,38,0,39,-1,0,38,1,-1,15,44,36,-1,13,35,33,-1,1,30,0,-1,45,30,1,-1,12,46,28,-1,46,12,31,-1,47,21,12,-1,47,26,21,-1,25,41,48,-1,25,24,41,-1,20,49,16,-1,27,50,21,-1,12,29,51,-1,31,32,52,-1,53,33,34,-1,53,1,33,-1,15,37,54,-1,38,39,2,-1,22,4,55,-1,1,40,33,-1,2,19,6,-1,39,31,23,-1,31,39,0,-1,17,4,6,-1,17,55,4,-1,22,21,41,-1,16,5,22,-1,16,8,5,-1,11,14,40,-1,43,40,14,-1,16,14,8,-1,14,16,15,-1,6,18,17,-1,17,23,31,-1,5,4,22,-1,43,15,13,-1,43,14,15,-1,22,55,17,-1,56,15,16,-1,56,44,15,-1,54,13,15,-1,45,1,53,-1,52,46,31,-1,51,47,12,-1,21,48,41,-1,50,48,21,-1,49,56,16,-1});
			return IndexedFaceSet_10_493_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #493, 171 total numbers made up of 57 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_493_point()
		{
			MFVec3f Coordinate_11_493_point = new MFVec3f(new double[] {0.772,55.238,2.689,0.713,55.241,2.646,0.719,55.034,2.644,0.625,54.982,2.631,0.714,54.97,2.853,0.628,55.045,2.857,0.735,54.954,2.755,0.65,55.008,2.742,0.552,55.024,2.79,0.586,54.96,2.693,0.718,54.996,2.691,0.626,55.026,2.594,0.797,55.237,2.847,0.559,55.235,2.632,0.531,55.03,2.686,0.524,55.234,2.674,0.539,55.176,2.796,0.81,55.09,2.804,0.809,55.005,2.783,0.807,54.987,2.69,0.556,55.245,2.807,0.748,55.215,2.888,0.669,55.105,2.875,0.828,55.095,2.718,0.609,55.235,2.842,0.606,55.269,2.843,0.759,55.272,2.885,0.737,55.273,2.889,0.809,55.271,2.825,0.798,55.271,2.839,0.769,55.252,2.696,0.821,55.229,2.757,0.805,55.263,2.735,0.629,55.252,2.621,0.644,55.279,2.624,0.595,55.278,2.628,0.517,55.277,2.714,0.523,55.279,2.692,0.757,55.145,2.64,0.798,55.139,2.67,0.625,55.125,2.597,0.663,55.237,2.866,0.605,55.171,2.842,0.527,55.141,2.632,0.517,55.268,2.737,0.732,55.263,2.662,0.814,55.271,2.801,0.774,55.272,2.87,0.663,55.271,2.87,0.541,55.257,2.793,0.714,55.273,2.893,0.79,55.271,2.855,0.822,55.27,2.779,0.692,55.274,2.639,0.535,55.28,2.668,0.776,55.036,2.837,0.524,55.26,2.775});
			return Coordinate_11_493_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #497, 252 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_10_497_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_497_coordIndex = new MFInt32(new int[] {10,12,11,-1,13,9,6,-1,4,10,11,-1,1,0,14,-1,9,7,8,-1,17,6,18,-1,9,5,6,-1,4,9,8,-1,22,5,4,-1,15,23,16,-1,18,6,5,-1,5,9,4,-1,10,20,12,-1,3,19,2,-1,1,24,0,-1,6,17,25,-1,26,15,27,-1,2,15,26,-1,29,28,19,-1,17,21,30,-1,10,4,8,-1,31,19,14,-1,4,31,22,-1,22,31,18,-1,2,19,23,-1,23,32,16,-1,13,6,16,-1,9,23,7,-1,9,32,23,-1,23,12,7,-1,12,23,19,-1,11,19,4,-1,1,14,24,-1,3,33,19,-1,14,19,28,-1,26,34,2,-1,15,35,36,-1,15,16,35,-1,16,37,38,-1,37,16,6,-1,25,39,6,-1,40,27,15,-1,21,0,41,-1,42,29,19,-1,16,38,35,-1,18,14,21,-1,18,31,14,-1,18,21,17,-1,2,23,15,-1,7,20,8,-1,32,13,16,-1,13,32,9,-1,7,12,20,-1,31,4,19,-1,20,10,8,-1,11,12,19,-1,18,5,22,-1,0,21,14,-1,2,34,3,-1,42,19,33,-1,21,41,30,-1,36,40,15,-1,39,37,6,-1});
			return IndexedFaceSet_10_497_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #497, 129 total numbers made up of 43 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_497_point()
		{
			MFVec3f Coordinate_11_497_point = new MFVec3f(new double[] {0.596,55.267,2.473,0.607,55.261,2.514,0.892,55.259,2.539,0.845,55.252,2.606,0.684,55.059,2.549,0.7,55.013,2.475,0.719,55.203,2.374,0.909,55.06,2.495,0.835,55.013,2.506,0.835,55.083,2.393,0.772,55.035,2.555,0.794,55.091,2.622,0.862,55.123,2.595,0.787,55.188,2.387,0.612,55.214,2.517,0.886,55.271,2.482,0.831,55.245,2.421,0.645,55.26,2.392,0.636,55.148,2.382,0.765,55.213,2.595,0.865,55.03,2.58,0.607,55.242,2.417,0.611,55.049,2.445,0.904,55.156,2.466,0.609,55.275,2.513,0.696,55.275,2.389,0.891,55.29,2.548,0.898,55.301,2.519,0.682,55.254,2.563,0.736,55.251,2.587,0.627,55.271,2.408,0.614,55.156,2.518,0.886,55.148,2.425,0.817,55.26,2.611,0.876,55.28,2.577,0.799,55.306,2.442,0.844,55.311,2.456,0.736,55.278,2.407,0.768,55.292,2.425,0.717,55.277,2.399,0.886,55.302,2.474,0.606,55.272,2.434,0.781,55.253,2.604});
			return Coordinate_11_497_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #501, 244 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_10_501_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_501_coordIndex = new MFInt32(new int[] {14,15,6,-1,10,19,9,-1,12,9,21,-1,22,20,0,-1,5,4,17,-1,23,22,0,-1,22,11,20,-1,24,18,0,-1,26,0,1,-1,26,1,25,-1,2,27,3,-1,0,28,24,-1,9,8,10,-1,11,21,20,-1,15,9,6,-1,23,0,18,-1,4,1,19,-1,20,19,0,-1,13,15,2,-1,29,4,5,-1,2,3,30,-1,18,24,23,-1,29,31,4,-1,32,2,30,-1,6,15,7,-1,11,12,21,-1,9,15,13,-1,2,17,13,-1,4,13,17,-1,10,4,19,-1,13,4,10,-1,23,33,11,-1,17,2,16,-1,11,2,15,-1,11,14,6,-1,11,15,14,-1,13,10,8,-1,19,21,9,-1,13,8,9,-1,7,15,6,-1,31,1,4,-1,31,25,1,-1,28,0,34,-1,35,2,36,-1,16,2,35,-1,1,0,19,-1,37,2,33,-1,37,27,2,-1,0,39,38,-1,32,36,2,-1,20,21,19,-1,12,6,9,-1,12,11,6,-1,33,2,11,-1,16,5,17,-1,11,22,23,-1,37,33,23,-1,39,0,26,-1,0,38,34,-1,40,16,35,-1,5,16,40,-1});
			return IndexedFaceSet_10_501_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #501, 123 total numbers made up of 41 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_501_point()
		{
			MFVec3f Coordinate_11_501_point = new MFVec3f(new double[] {-0.135,55.167,3.08,-0.203,55.171,3.143,-0.067,55.169,3.361,-0.03,55.199,3.34,-0.239,55.151,3.276,-0.214,55.226,3.289,-0.028,54.867,3.337,-0.08,54.86,3.348,-0.207,54.864,3.31,-0.147,54.904,3.273,-0.237,54.953,3.263,-0.011,54.999,3.275,-0.027,54.976,3.246,-0.174,55.009,3.356,-0.036,54.92,3.368,-0.147,54.994,3.363,-0.167,55.253,3.332,-0.165,55.181,3.351,-0.028,55.154,3.161,-0.191,55.032,3.176,-0.112,55.074,3.123,-0.1,55.012,3.203,-0.04,55.06,3.15,-0.017,55.103,3.22,-0.025,55.162,3.176,-0.204,55.181,3.153,-0.168,55.234,3.082,-0.015,55.138,3.318,-0.05,55.214,3.102,-0.231,55.184,3.251,-0.045,55.23,3.348,-0.224,55.168,3.198,-0.074,55.263,3.348,-0.005,55.093,3.321,-0.062,55.215,3.077,-0.149,55.29,3.329,-0.118,55.289,3.345,-0.007,55.113,3.298,-0.096,55.215,3.053,-0.13,55.221,3.053,-0.181,55.28,3.308});
			return Coordinate_11_501_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #505, 296 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_10_505_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_505_coordIndex = new MFInt32(new int[] {14,16,2,-1,14,15,17,-1,20,4,19,-1,11,21,3,-1,16,14,17,-1,15,25,26,-1,27,18,22,-1,25,15,14,-1,14,29,25,-1,28,30,14,-1,22,31,27,-1,21,2,3,-1,3,2,1,-1,18,11,4,-1,8,7,0,-1,4,11,3,-1,18,12,11,-1,2,21,11,-1,7,6,0,-1,6,7,5,-1,13,33,34,-1,14,35,29,-1,12,18,27,-1,32,36,37,-1,15,38,17,-1,15,26,38,-1,32,39,22,-1,39,32,40,-1,41,17,38,-1,3,19,4,-1,5,23,32,-1,10,17,24,-1,1,8,0,-1,7,23,5,-1,32,43,5,-1,32,18,43,-1,43,18,20,-1,6,5,42,-1,7,10,23,-1,11,12,13,-1,1,10,8,-1,2,16,17,-1,24,44,45,-1,32,46,36,-1,39,31,22,-1,14,34,28,-1,34,14,13,-1,32,47,48,-1,41,24,17,-1,24,41,44,-1,24,32,23,-1,10,1,17,-1,3,9,0,-1,3,1,9,-1,2,13,14,-1,13,2,11,-1,24,23,10,-1,0,6,42,-1,4,20,18,-1,22,18,32,-1,20,42,5,-1,5,43,20,-1,42,3,0,-1,42,19,3,-1,20,19,42,-1,10,7,8,-1,1,0,9,-1,17,1,2,-1,37,47,32,-1,12,33,13,-1,45,32,24,-1,32,45,46,-1,40,32,48,-1,14,30,35,-1});
			return IndexedFaceSet_10_505_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #505, 147 total numbers made up of 49 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_505_point()
		{
			MFVec3f Coordinate_11_505_point = new MFVec3f(new double[] {-0.383,54.897,3.214,-0.275,55.031,3.171,-0.351,55.073,3.075,-0.394,54.981,3.133,-0.467,55.016,3.169,-0.358,55.076,3.274,-0.361,54.976,3.266,-0.311,55.007,3.273,-0.283,54.969,3.248,-0.372,54.899,3.209,-0.272,55.081,3.227,-0.461,55.053,3.114,-0.428,55.157,3.113,-0.384,55.136,3.059,-0.323,55.131,3.038,-0.242,55.158,3.077,-0.326,55.087,3.077,-0.265,55.064,3.157,-0.435,55.151,3.195,-0.444,54.991,3.21,-0.426,55.061,3.237,-0.439,54.97,3.11,-0.43,55.168,3.198,-0.327,55.14,3.262,-0.283,55.152,3.227,-0.242,55.182,3.068,-0.246,55.169,3.107,-0.428,55.192,3.14,-0.348,55.177,3.037,-0.259,55.182,3.033,-0.307,55.184,3.02,-0.425,55.226,3.169,-0.359,55.227,3.236,-0.407,55.167,3.085,-0.382,55.172,3.063,-0.282,55.184,3.019,-0.325,55.227,3.23,-0.342,55.252,3.232,-0.25,55.161,3.13,-0.418,55.247,3.18,-0.404,55.271,3.199,-0.265,55.147,3.184,-0.402,54.983,3.247,-0.405,55.115,3.253,-0.274,55.154,3.208,-0.29,55.184,3.225,-0.301,55.198,3.227,-0.355,55.268,3.232,-0.388,55.28,3.217});
			return Coordinate_11_505_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #515, 208 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_11_515_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_515_coordIndex = new MFInt32(new int[] {2,0,3,-1,4,5,6,-1,7,8,9,-1,8,5,4,-1,0,15,13,-1,0,11,3,-1,3,11,2,-1,17,4,2,-1,10,19,8,-1,15,19,18,-1,21,22,0,-1,9,8,15,-1,6,2,4,-1,25,15,26,-1,24,21,2,-1,23,0,27,-1,15,25,9,-1,21,0,2,-1,15,8,19,-1,10,18,19,-1,4,10,8,-1,18,28,15,-1,17,10,4,-1,0,13,29,-1,8,30,5,-1,31,0,1,-1,32,33,0,-1,8,7,30,-1,32,0,31,-1,12,14,28,-1,16,10,17,-1,10,11,12,-1,18,10,12,-1,17,11,16,-1,29,11,0,-1,13,12,29,-1,13,14,12,-1,13,28,14,-1,18,12,20,-1,23,34,0,-1,0,35,15,-1,33,35,0,-1,16,11,10,-1,13,15,28,-1,11,29,12,-1,18,12,28,-1,20,12,18,-1,11,17,2,-1,6,24,2,-1,1,0,34,-1,0,22,27,-1,26,15,35,-1});
			return IndexedFaceSet_11_515_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #515, 108 total numbers made up of 36 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_515_point()
		{
			MFVec3f Coordinate_12_515_point = new MFVec3f(new double[] {0.312,54.737,3.154,0.291,54.653,3.153,0.192,54.762,3.122,0.211,54.753,3.177,0.213,54.783,3.032,0.207,54.744,3.012,0.196,54.765,3.054,0.263,54.737,2.953,0.261,54.758,2.973,0.293,54.744,2.982,0.239,54.867,3.1,0.224,54.883,3.196,0.281,54.926,3.149,0.356,54.858,3.123,0.319,54.954,3.172,0.329,54.777,3.056,0.186,54.901,3.156,0.184,54.821,3.135,0.289,54.91,3.119,0.254,54.839,3.071,0.341,54.966,3.135,0.197,54.739,3.134,0.212,54.694,3.152,0.248,54.654,3.168,0.19,54.756,3.105,0.315,54.748,3.023,0.326,54.751,3.05,0.23,54.66,3.162,0.348,54.861,3.102,0.324,54.834,3.176,0.229,54.738,2.962,0.322,54.699,3.138,0.331,54.73,3.121,0.333,54.74,3.115,0.27,54.652,3.166,0.335,54.755,3.074});
			return Coordinate_12_515_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #519, 256 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_11_519_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_519_coordIndex = new MFInt32(new int[] {13,1,3,-1,18,19,6,-1,6,15,8,-1,23,0,24,-1,25,26,3,-1,25,3,1,-1,8,20,9,-1,20,8,21,-1,6,5,15,-1,11,17,27,-1,5,19,11,-1,11,14,5,-1,15,14,3,-1,14,17,13,-1,8,9,10,-1,3,0,15,-1,4,12,10,-1,2,25,1,-1,12,4,28,-1,29,30,20,-1,21,31,32,-1,31,21,16,-1,33,20,30,-1,20,33,4,-1,12,1,7,-1,19,18,11,-1,20,10,9,-1,0,16,15,-1,5,14,15,-1,21,34,16,-1,8,34,21,-1,6,19,5,-1,18,22,11,-1,14,27,17,-1,14,11,27,-1,7,6,10,-1,7,18,6,-1,4,10,20,-1,10,12,7,-1,24,0,35,-1,0,31,16,-1,23,31,0,-1,20,36,29,-1,37,28,4,-1,1,12,2,-1,4,33,38,-1,32,39,21,-1,26,40,3,-1,22,7,11,-1,17,7,1,-1,13,3,14,-1,15,16,34,-1,11,7,17,-1,18,7,22,-1,10,6,8,-1,15,34,8,-1,17,1,13,-1,41,3,42,-1,35,3,41,-1,35,0,3,-1,21,36,20,-1,39,36,21,-1,37,4,38,-1,40,42,3,-1});
			return IndexedFaceSet_11_519_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #519, 129 total numbers made up of 43 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_519_point()
		{
			MFVec3f Coordinate_12_519_point = new MFVec3f(new double[] {0.492,54.61,2.966,0.373,54.671,3.077,0.355,54.678,3.054,0.406,54.625,3.072,0.324,54.737,2.911,0.523,54.873,2.988,0.453,54.82,2.891,0.344,54.841,3.034,0.466,54.799,2.882,0.395,54.756,2.835,0.329,54.763,2.948,0.425,54.961,3.065,0.334,54.73,3.01,0.424,54.682,3.104,0.486,54.824,3.074,0.505,54.678,3.016,0.479,54.652,2.902,0.376,54.79,3.111,0.446,54.904,2.953,0.524,54.913,2.938,0.34,54.686,2.819,0.419,54.657,2.838,0.381,54.941,3.04,0.481,54.611,2.927,0.492,54.587,2.964,0.359,54.663,3.058,0.39,54.592,3.066,0.402,54.91,3.118,0.32,54.698,2.939,0.324,54.657,2.825,0.311,54.658,2.846,0.465,54.621,2.887,0.425,54.627,2.844,0.307,54.669,2.876,0.489,54.709,2.894,0.489,54.57,2.99,0.355,54.653,2.805,0.318,54.695,2.934,0.311,54.679,2.903,0.384,54.639,2.812,0.418,54.565,3.066,0.473,54.56,3.021,0.45,54.559,3.046});
			return Coordinate_12_519_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #523, 228 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_11_523_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_523_coordIndex = new MFInt32(new int[] {2,3,4,-1,5,6,7,-1,10,8,9,-1,7,6,1,-1,13,12,11,-1,15,13,16,-1,18,8,12,-1,1,11,7,-1,20,8,21,-1,5,24,6,-1,25,0,26,-1,8,16,2,-1,1,0,4,-1,19,16,13,-1,8,20,9,-1,7,27,5,-1,4,0,2,-1,10,28,8,-1,29,1,30,-1,23,32,31,-1,1,26,0,-1,1,29,26,-1,11,12,17,-1,12,33,23,-1,19,4,3,-1,1,4,11,-1,16,8,18,-1,12,13,18,-1,1,24,30,-1,1,6,24,-1,2,34,35,-1,22,27,7,-1,36,27,22,-1,2,16,3,-1,8,32,23,-1,28,32,8,-1,0,34,2,-1,25,34,0,-1,37,23,31,-1,22,11,17,-1,17,12,23,-1,8,23,33,-1,14,18,13,-1,3,16,19,-1,13,4,19,-1,11,4,13,-1,11,22,7,-1,13,18,14,-1,15,18,13,-1,33,12,8,-1,16,18,15,-1,17,36,22,-1,36,17,38,-1,35,8,2,-1,8,35,21,-1,23,38,17,-1,37,38,23,-1});
			return IndexedFaceSet_11_523_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #523, 117 total numbers made up of 39 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_523_point()
		{
			MFVec3f Coordinate_12_523_point = new MFVec3f(new double[] {0.044,54.748,3.079,0.109,54.758,3.049,0.029,54.724,3.176,0.012,54.786,3.157,0.039,54.863,3.159,0.152,54.696,3.033,0.147,54.7,3.025,0.168,54.735,3.082,0.062,54.687,3.216,0.063,54.626,3.199,0.079,54.622,3.21,0.156,54.867,3.168,0.166,54.86,3.203,0.06,54.959,3.213,0.064,54.961,3.218,0.031,54.893,3.236,0.016,54.804,3.209,0.169,54.734,3.193,0.103,54.856,3.239,0.002,54.872,3.189,0.043,54.647,3.177,0.038,54.672,3.171,0.174,54.724,3.129,0.148,54.691,3.202,0.149,54.691,3.021,0.042,54.704,3.079,0.058,54.687,3.029,0.167,54.721,3.08,0.103,54.622,3.214,0.088,54.675,2.986,0.126,54.676,2.983,0.149,54.633,3.195,0.126,54.623,3.206,0.105,54.738,3.237,0.028,54.718,3.13,0.031,54.7,3.16,0.171,54.712,3.124,0.16,54.66,3.173,0.166,54.682,3.154});
			return Coordinate_12_523_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #527, 768 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_527_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_527_coordIndex = new MFInt32(new int[] {7,8,3,-1,11,12,13,-1,14,10,3,-1,17,18,21,-1,23,24,25,-1,26,24,23,-1,29,27,30,-1,32,33,34,-1,34,35,32,-1,36,16,37,-1,38,39,40,-1,41,42,43,-1,28,41,44,-1,3,4,14,-1,41,12,11,-1,23,51,27,-1,52,53,54,-1,27,51,28,-1,28,55,56,-1,18,3,57,-1,58,19,21,-1,50,62,61,-1,24,10,25,-1,10,3,8,-1,18,57,21,-1,5,3,21,-1,15,14,4,-1,51,63,28,-1,52,64,53,-1,52,54,33,-1,23,27,26,-1,49,58,21,-1,37,17,48,-1,11,66,41,-1,10,67,6,-1,3,5,21,-1,3,17,46,-1,17,3,18,-1,41,68,44,-1,41,66,42,-1,38,40,69,-1,37,48,36,-1,29,30,64,-1,27,28,30,-1,10,24,67,-1,16,17,37,-1,6,24,2,-1,6,2,22,-1,13,10,70,-1,13,70,11,-1,7,10,8,-1,71,59,60,-1,40,72,69,-1,73,72,40,-1,74,75,76,-1,74,77,75,-1,50,78,62,-1,78,50,33,-1,79,80,53,-1,81,80,79,-1,82,44,83,-1,82,84,44,-1,20,19,85,-1,25,10,9,-1,24,26,31,-1,24,31,2,-1,86,64,52,-1,86,29,64,-1,32,52,33,-1,22,2,49,-1,58,87,19,-1,58,49,87,-1,19,20,48,-1,36,20,88,-1,69,89,38,-1,89,69,90,-1,91,89,92,-1,93,65,15,-1,93,91,65,-1,47,76,75,-1,10,15,70,-1,7,3,10,-1,55,28,84,-1,84,28,44,-1,41,28,45,-1,41,43,68,-1,47,42,66,-1,47,75,42,-1,91,47,65,-1,91,92,47,-1,91,16,88,-1,16,36,88,-1,20,36,48,-1,17,19,48,-1,85,19,87,-1,32,35,49,-1,87,35,85,-1,87,49,35,-1,86,32,29,-1,32,86,52,-1,79,64,30,-1,64,79,53,-1,67,24,6,-1,22,3,6,-1,21,3,22,-1,3,21,57,-1,21,19,17,-1,16,4,3,-1,16,94,4,-1,85,59,20,-1,68,83,44,-1,95,83,68,-1,96,79,56,-1,96,81,79,-1,97,78,33,-1,98,76,99,-1,98,74,76,-1,100,40,101,-1,100,73,40,-1,1,71,0,-1,71,1,59,-1,69,102,90,-1,72,102,69,-1,75,103,42,-1,77,103,75,-1,80,54,53,-1,80,104,54,-1,105,84,82,-1,105,55,84,-1,42,106,43,-1,103,106,42,-1,3,10,6,-1,23,63,51,-1,23,25,63,-1,56,30,28,-1,30,56,79,-1,31,32,2,-1,27,31,26,-1,31,27,29,-1,2,32,49,-1,33,50,34,-1,20,59,1,-1,21,22,49,-1,1,107,20,-1,107,1,101,-1,88,107,39,-1,88,20,107,-1,38,88,39,-1,38,91,88,-1,91,38,89,-1,89,99,92,-1,89,90,99,-1,16,93,15,-1,16,91,93,-1,70,47,11,-1,70,15,47,-1,13,9,10,-1,13,12,9,-1,25,12,45,-1,9,12,25,-1,108,45,28,-1,108,28,63,-1,3,17,16,-1,3,46,17,-1,25,108,63,-1,45,108,25,-1,12,41,45,-1,11,47,66,-1,15,65,47,-1,92,76,47,-1,92,99,76,-1,101,39,107,-1,39,101,40,-1,85,50,59,-1,34,85,35,-1,85,34,50,-1,29,32,31,-1,15,94,16,-1,15,4,94,-1,15,10,14,-1,43,95,68,-1,106,95,43,-1,105,56,55,-1,105,96,56,-1,104,33,54,-1,104,97,33,-1,61,59,50,-1,61,60,59,-1,90,98,99,-1,102,98,90,-1,1,100,101,-1,0,100,1,-1});
			return IndexedFaceSet_11_527_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #527, 327 total numbers made up of 109 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_527_point()
		{
			MFVec3f Coordinate_12_527_point = new MFVec3f(new double[] {0.65,54.715,2.22,0.643,54.749,2.218,0.761,54.997,2.071,0.731,54.983,2.225,0.754,54.971,2.35,0.731,54.964,2.188,0.771,54.973,2.163,0.846,55.006,2.251,0.769,54.966,2.24,0.885,55.003,2.286,0.852,55.012,2.28,0.934,54.905,2.364,0.936,54.923,2.297,0.916,54.98,2.351,0.8,55.009,2.356,0.824,55.01,2.4,0.687,54.991,2.369,0.683,55.008,2.324,0.671,55.023,2.262,0.628,54.892,2.18,0.626,54.856,2.236,0.671,55.016,2.158,0.699,55.018,2.114,0.905,55.012,2.141,0.827,55.001,2.134,0.902,55.022,2.195,0.86,55.013,2.056,0.913,54.943,2.056,0.97,54.881,2.149,0.858,54.911,2.029,0.904,54.863,2.053,0.836,55.011,2.049,0.768,54.898,2.023,0.777,54.777,2.045,0.704,54.806,2.048,0.686,54.882,2.041,0.635,54.939,2.339,0.639,55.02,2.315,0.675,54.811,2.355,0.644,54.793,2.321,0.659,54.731,2.298,0.953,54.867,2.285,0.929,54.766,2.336,0.955,54.765,2.299,0.971,54.766,2.224,0.952,54.949,2.236,0.744,54.974,2.23,0.876,54.85,2.393,0.624,54.966,2.284,0.671,54.984,2.052,0.687,54.762,2.073,0.946,54.955,2.102,0.817,54.844,2.031,0.893,54.777,2.061,0.854,54.768,2.056,0.976,54.776,2.142,0.959,54.776,2.105,0.689,54.999,2.2,0.639,54.984,2.11,0.648,54.756,2.153,0.663,54.719,2.134,0.686,54.733,2.088,0.713,54.738,2.058,0.952,54.964,2.153,0.876,54.876,2.038,0.805,54.904,2.416,0.936,54.833,2.351,0.85,55.019,2.161,0.962,54.764,2.261,0.691,54.741,2.317,0.903,54.988,2.379,0.652,54.72,2.178,0.692,54.732,2.314,0.661,54.722,2.295,0.843,54.755,2.363,0.893,54.761,2.36,0.843,54.765,2.367,0.893,54.752,2.356,0.765,54.752,2.047,0.928,54.776,2.077,0.893,54.768,2.061,0.928,54.767,2.078,0.979,54.761,2.175,0.969,54.757,2.223,0.98,54.77,2.176,0.638,54.883,2.116,0.831,54.867,2.028,0.646,54.944,2.078,0.656,54.882,2.364,0.738,54.816,2.377,0.747,54.757,2.346,0.746,54.893,2.404,0.785,54.823,2.391,0.763,54.914,2.412,0.72,54.977,2.404,0.96,54.755,2.259,0.959,54.766,2.106,0.813,54.755,2.049,0.789,54.755,2.361,0.788,54.764,2.365,0.654,54.72,2.266,0.651,54.729,2.269,0.748,54.748,2.343,0.929,54.757,2.333,0.855,54.759,2.058,0.976,54.767,2.142,0.953,54.756,2.296,0.633,54.793,2.286,0.956,54.969,2.194});
			return Coordinate_12_527_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #531, 692 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_11_531_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_531_coordIndex = new MFInt32(new int[] {0,10,9,-1,3,11,12,-1,17,18,19,-1,23,24,25,-1,26,27,28,-1,29,30,26,-1,32,29,33,-1,6,22,34,-1,3,35,36,-1,12,11,13,-1,39,20,30,-1,27,25,42,-1,43,25,24,-1,44,45,46,-1,16,13,47,-1,48,49,50,-1,10,0,13,-1,0,15,4,-1,13,11,10,-1,48,50,35,-1,47,13,20,-1,46,40,44,-1,24,40,43,-1,42,28,27,-1,23,51,24,-1,39,30,29,-1,11,9,10,-1,9,11,3,-1,3,48,35,-1,32,39,29,-1,31,40,24,-1,27,23,25,-1,7,0,9,-1,53,52,41,-1,54,56,55,-1,57,42,58,-1,57,28,42,-1,59,60,61,-1,62,60,59,-1,63,64,65,-1,64,63,66,-1,67,68,69,-1,67,70,68,-1,6,72,73,-1,3,8,9,-1,2,14,20,-1,6,31,38,-1,45,75,73,-1,44,75,45,-1,40,46,43,-1,76,55,26,-1,68,48,71,-1,68,77,48,-1,78,79,66,-1,78,49,79,-1,6,73,75,-1,44,6,75,-1,80,6,44,-1,80,40,31,-1,40,80,44,-1,30,51,23,-1,20,51,30,-1,81,37,19,-1,22,50,34,-1,3,36,8,-1,16,47,32,-1,15,6,4,-1,5,7,8,-1,14,4,21,-1,5,0,7,-1,6,5,22,-1,21,6,38,-1,36,22,8,-1,35,22,36,-1,35,50,22,-1,19,37,17,-1,51,31,24,-1,51,14,31,-1,14,51,20,-1,72,63,82,-1,72,78,63,-1,6,78,72,-1,74,18,41,-1,83,46,84,-1,43,46,83,-1,37,13,16,-1,2,13,1,-1,0,1,13,-1,74,71,81,-1,3,71,48,-1,3,85,71,-1,2,1,0,-1,70,77,68,-1,70,86,77,-1,65,82,63,-1,65,87,82,-1,61,88,84,-1,60,88,61,-1,89,28,57,-1,89,26,28,-1,90,55,56,-1,91,52,92,-1,52,91,41,-1,17,53,41,-1,93,53,17,-1,94,55,76,-1,94,54,55,-1,83,58,42,-1,95,58,83,-1,96,59,97,-1,96,62,59,-1,98,66,79,-1,98,64,66,-1,69,92,67,-1,92,69,91,-1,82,73,72,-1,97,73,82,-1,6,15,0,-1,8,7,9,-1,71,41,91,-1,71,74,41,-1,17,16,32,-1,81,18,74,-1,18,81,19,-1,78,6,34,-1,5,6,0,-1,73,61,45,-1,73,59,61,-1,23,26,30,-1,23,27,26,-1,55,29,26,-1,33,29,55,-1,71,91,69,-1,49,77,79,-1,49,48,77,-1,78,66,63,-1,97,59,73,-1,21,38,31,-1,17,32,33,-1,21,31,14,-1,13,37,12,-1,2,20,13,-1,4,2,0,-1,47,20,32,-1,3,81,85,-1,12,81,3,-1,71,85,81,-1,12,37,81,-1,32,20,39,-1,16,17,37,-1,31,6,80,-1,18,17,41,-1,55,17,33,-1,43,42,25,-1,43,83,42,-1,84,45,61,-1,84,46,45,-1,22,5,8,-1,21,4,6,-1,49,34,50,-1,49,78,34,-1,14,2,4,-1,68,71,69,-1,86,79,77,-1,86,98,79,-1,97,87,96,-1,87,97,82,-1,95,84,88,-1,95,83,84,-1,76,89,94,-1,89,76,26,-1,55,93,17,-1,90,93,55,-1});
			return IndexedFaceSet_11_531_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #531, 297 total numbers made up of 99 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_531_point()
		{
			MFVec3f Coordinate_12_531_point = new MFVec3f(new double[] {0.879,54.988,1.908,0.886,54.967,1.832,0.94,55.019,1.846,0.732,54.984,1.883,0.923,55.027,1.938,0.83,54.998,1.992,0.941,54.951,2.034,0.792,55.025,1.925,0.755,55.021,1.918,0.793,55.008,1.845,0.858,54.977,1.846,0.836,55.018,1.792,0.761,55.033,1.795,0.897,55.004,1.766,0.991,55.017,1.887,0.869,54.989,1.96,0.862,55.019,1.698,0.878,54.901,1.676,0.775,54.908,1.697,0.788,54.964,1.696,1.008,55.046,1.804,0.975,55.033,1.923,0.798,54.968,2.018,1.076,54.939,1.833,1.055,54.931,1.892,1.087,54.879,1.883,1.067,54.864,1.741,1.093,54.879,1.824,1.096,54.823,1.807,1.036,54.942,1.718,1.066,54.951,1.766,1.018,54.98,1.961,0.928,55.022,1.704,0.984,54.943,1.691,0.845,54.927,2.029,0.736,54.911,1.952,0.737,54.968,1.964,0.799,54.995,1.697,0.978,55.031,1.954,1.019,55.009,1.734,1.043,54.939,1.962,0.789,54.84,1.714,1.099,54.812,1.868,1.078,54.869,1.924,0.968,54.924,2.032,1.027,54.856,2.0,1.063,54.865,1.96,0.909,55.028,1.704,0.739,54.881,1.884,0.775,54.85,1.962,0.771,54.909,1.998,1.047,55.007,1.841,0.78,54.813,1.745,0.805,54.821,1.701,0.977,54.82,1.688,0.963,54.853,1.684,0.941,54.819,1.682,1.094,54.813,1.805,1.098,54.802,1.865,0.999,54.776,1.993,1.035,54.775,1.97,1.035,54.784,1.974,1.0,54.767,1.988,0.866,54.769,1.967,0.821,54.76,1.949,0.868,54.76,1.964,0.82,54.769,1.954,0.768,54.8,1.804,0.762,54.802,1.831,0.765,54.809,1.805,0.766,54.792,1.829,0.738,54.882,1.844,0.928,54.872,2.024,0.976,54.86,2.022,0.748,54.877,1.776,0.971,54.91,2.032,1.035,54.828,1.717,0.76,54.794,1.857,0.831,54.845,1.992,0.773,54.779,1.92,0.957,54.938,2.034,0.736,54.961,1.775,0.919,54.77,1.979,1.089,54.803,1.905,1.071,54.793,1.94,0.73,54.967,1.834,0.763,54.785,1.855,0.92,54.762,1.975,1.071,54.784,1.936,1.073,54.818,1.755,0.904,54.819,1.676,0.77,54.816,1.775,0.774,54.807,1.774,0.855,54.824,1.68,1.033,54.818,1.717,1.089,54.794,1.901,0.961,54.765,1.982,0.959,54.774,1.986,0.776,54.77,1.916});
			return Coordinate_12_531_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #535, 684 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_11_535_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_535_coordIndex = new MFInt32(new int[] {11,7,12,-1,12,13,11,-1,15,16,17,-1,19,20,2,-1,0,1,25,-1,19,2,24,-1,7,11,0,-1,20,19,26,-1,30,31,32,-1,15,10,33,-1,15,34,10,-1,39,40,41,-1,42,4,5,-1,43,44,45,-1,8,3,7,-1,46,47,36,-1,23,49,46,-1,4,50,10,-1,51,18,14,-1,20,26,0,-1,0,17,1,-1,9,12,7,-1,7,0,53,-1,15,54,11,-1,9,13,12,-1,0,24,2,-1,19,14,26,-1,17,0,11,-1,46,48,47,-1,8,7,55,-1,43,56,44,-1,42,5,43,-1,41,57,39,-1,36,47,37,-1,10,50,33,-1,15,30,16,-1,1,24,25,-1,24,0,25,-1,0,14,18,-1,4,9,5,-1,2,20,0,-1,58,59,35,-1,58,60,59,-1,61,35,62,-1,61,63,35,-1,64,65,32,-1,66,4,67,-1,69,68,43,-1,70,71,72,-1,71,70,57,-1,73,48,46,-1,73,74,48,-1,30,15,31,-1,42,75,4,-1,75,42,43,-1,0,18,53,-1,8,53,18,-1,53,8,55,-1,19,52,28,-1,17,77,11,-1,14,27,51,-1,78,35,29,-1,30,1,79,-1,79,17,16,-1,13,34,11,-1,13,9,34,-1,49,35,59,-1,59,46,49,-1,21,81,36,-1,40,48,41,-1,40,47,48,-1,47,8,37,-1,76,8,47,-1,39,83,82,-1,43,45,84,-1,85,57,41,-1,76,40,39,-1,47,40,76,-1,8,39,82,-1,3,8,38,-1,9,7,6,-1,41,48,85,-1,21,23,81,-1,21,22,23,-1,22,29,23,-1,22,28,29,-1,10,34,9,-1,11,34,15,-1,15,32,31,-1,33,32,15,-1,54,17,11,-1,32,80,30,-1,30,62,78,-1,30,80,62,-1,29,24,78,-1,14,0,26,-1,17,54,15,-1,3,38,7,-1,27,8,51,-1,55,7,53,-1,8,76,39,-1,5,6,7,-1,9,6,5,-1,74,86,48,-1,72,87,70,-1,68,88,43,-1,89,4,66,-1,89,50,4,-1,65,80,32,-1,65,90,80,-1,63,91,35,-1,58,35,92,-1,93,62,80,-1,93,61,62,-1,94,32,33,-1,94,64,32,-1,67,75,95,-1,67,4,75,-1,84,69,43,-1,96,69,84,-1,57,97,71,-1,97,57,85,-1,46,98,73,-1,5,99,56,-1,4,10,9,-1,29,28,52,-1,52,24,29,-1,52,19,24,-1,17,11,77,-1,78,62,35,-1,1,78,24,-1,30,79,16,-1,35,23,29,-1,23,35,49,-1,46,36,23,-1,36,37,21,-1,37,8,21,-1,38,83,44,-1,82,83,38,-1,57,83,39,-1,70,83,57,-1,70,84,45,-1,83,45,44,-1,45,83,70,-1,38,56,99,-1,38,44,56,-1,82,38,8,-1,14,22,27,-1,81,23,36,-1,14,19,22,-1,28,22,19,-1,78,1,30,-1,21,27,22,-1,27,21,8,-1,1,17,79,-1,7,99,5,-1,7,38,99,-1,8,18,51,-1,43,5,56,-1,98,59,60,-1,98,46,59,-1,86,85,48,-1,86,97,85,-1,87,84,70,-1,87,96,84,-1,95,43,88,-1,95,75,43,-1,50,94,33,-1,89,94,50,-1,80,90,93,-1,91,92,35,-1});
			return IndexedFaceSet_11_535_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #535, 300 total numbers made up of 100 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_535_point()
		{
			MFVec3f Coordinate_12_535_point = new MFVec3f(new double[] {0.962,55.077,1.504,0.937,55.061,1.403,0.866,55.105,1.42,1.02,55.075,1.706,1.133,54.952,1.553,1.102,55.016,1.641,1.062,55.084,1.622,1.059,55.084,1.639,0.91,55.052,1.671,1.109,55.024,1.571,1.129,55.004,1.507,1.047,55.11,1.529,1.069,55.085,1.587,1.048,55.105,1.553,0.877,55.04,1.547,1.092,55.032,1.448,1.053,55.059,1.424,0.981,55.098,1.464,0.927,55.044,1.608,0.835,55.093,1.485,0.891,55.096,1.453,0.817,55.068,1.627,0.82,55.092,1.495,0.803,55.006,1.487,0.869,55.094,1.408,0.896,55.096,1.418,0.891,55.069,1.488,0.859,55.058,1.579,0.813,55.089,1.468,0.83,55.033,1.404,1.011,55.004,1.393,1.07,55.001,1.42,1.042,54.964,1.401,1.114,54.954,1.441,1.105,55.069,1.523,0.839,54.938,1.421,0.797,54.978,1.611,0.839,55.012,1.67,1.036,55.046,1.706,0.942,54.967,1.669,0.861,54.958,1.654,0.909,54.902,1.626,1.131,54.955,1.563,1.11,54.916,1.605,1.059,54.97,1.685,1.058,54.925,1.655,0.809,54.916,1.538,0.844,54.97,1.655,0.846,54.897,1.596,0.812,54.944,1.486,1.124,54.944,1.474,0.909,55.024,1.56,0.852,55.101,1.413,0.968,55.077,1.608,1.042,55.114,1.477,0.965,55.084,1.638,1.09,54.981,1.664,0.947,54.901,1.635,0.834,54.897,1.444,0.813,54.912,1.505,0.828,54.892,1.472,0.901,54.913,1.386,0.889,54.933,1.384,0.875,54.906,1.389,1.068,54.943,1.41,1.029,54.939,1.397,1.128,54.915,1.507,1.128,54.905,1.533,1.105,54.89,1.594,1.09,54.883,1.616,0.997,54.895,1.64,0.944,54.868,1.611,0.979,54.873,1.622,0.821,54.885,1.55,0.84,54.881,1.573,1.132,54.944,1.555,0.926,54.978,1.673,1.022,55.12,1.482,0.878,55.014,1.384,0.954,55.051,1.393,0.956,54.94,1.382,0.787,55.011,1.6,0.993,54.995,1.698,1.0,54.959,1.679,1.055,54.883,1.634,0.927,54.89,1.622,0.862,54.879,1.585,1.012,54.877,1.627,1.12,54.898,1.572,1.121,54.935,1.471,0.985,54.927,1.388,0.86,54.904,1.398,0.85,54.902,1.412,0.943,54.917,1.381,1.112,54.944,1.441,1.125,54.898,1.551,1.056,54.875,1.628,0.907,54.872,1.6,0.818,54.891,1.513,1.076,55.026,1.683});
			return Coordinate_12_535_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #539, 256 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_11_539_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_539_coordIndex = new MFInt32(new int[] {0,1,2,-1,3,2,1,-1,4,5,6,-1,8,7,9,-1,0,15,16,-1,17,10,8,-1,10,19,11,-1,8,10,12,-1,10,20,19,-1,0,23,24,-1,24,15,0,-1,1,0,16,-1,10,11,12,-1,19,20,11,-1,4,6,27,-1,0,2,23,-1,22,15,24,-1,28,29,7,-1,30,6,9,-1,6,30,31,-1,5,4,32,-1,7,26,22,-1,16,15,20,-1,17,5,34,-1,14,13,7,-1,18,12,11,-1,13,21,20,-1,13,11,21,-1,13,25,11,-1,14,18,11,-1,34,5,16,-1,17,6,5,-1,7,33,9,-1,26,15,22,-1,33,29,35,-1,7,29,33,-1,36,6,31,-1,33,35,37,-1,7,22,38,-1,1,39,3,-1,7,40,28,-1,9,41,30,-1,1,32,42,-1,1,5,32,-1,1,42,39,-1,17,34,10,-1,25,13,14,-1,20,26,13,-1,15,26,20,-1,9,6,8,-1,17,8,6,-1,12,18,7,-1,11,20,21,-1,14,11,25,-1,7,18,14,-1,12,7,8,-1,10,16,20,-1,34,16,10,-1,1,16,5,-1,26,7,13,-1,6,36,27,-1,33,41,9,-1,37,41,33,-1,7,38,40,-1});
			return IndexedFaceSet_11_539_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #539, 129 total numbers made up of 43 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_539_point()
		{
			MFVec3f Coordinate_12_539_point = new MFVec3f(new double[] {-0.373,54.671,3.077,-0.452,54.586,3.055,-0.39,54.592,3.066,-0.418,54.565,3.066,-0.492,54.587,2.964,-0.506,54.65,2.993,-0.434,54.714,2.858,-0.333,54.764,2.918,-0.463,54.791,2.875,-0.368,54.672,2.808,-0.526,54.855,2.972,-0.441,54.946,2.992,-0.436,54.833,2.903,-0.347,54.865,3.027,-0.361,54.875,3.012,-0.366,54.755,3.094,-0.462,54.722,3.088,-0.496,54.665,2.927,-0.398,54.867,2.951,-0.476,54.874,3.082,-0.458,54.87,3.092,-0.409,54.975,3.089,-0.334,54.73,3.01,-0.359,54.663,3.058,-0.355,54.678,3.054,-0.374,54.945,3.054,-0.338,54.801,3.057,-0.481,54.611,2.927,-0.311,54.679,2.903,-0.307,54.669,2.876,-0.384,54.639,2.812,-0.425,54.627,2.844,-0.489,54.57,2.99,-0.321,54.683,2.834,-0.528,54.747,2.992,-0.311,54.658,2.846,-0.465,54.621,2.887,-0.324,54.657,2.825,-0.32,54.698,2.939,-0.45,54.559,3.046,-0.318,54.695,2.934,-0.355,54.653,2.805,-0.473,54.56,3.021});
			return Coordinate_12_539_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #543, 744 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_11_543_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_543_coordIndex = new MFInt32(new int[] {16,2,3,-1,8,10,9,-1,21,22,23,-1,26,27,28,-1,25,24,4,-1,13,15,17,-1,32,33,34,-1,35,36,37,-1,16,0,1,-1,39,40,23,-1,39,41,40,-1,40,35,38,-1,43,36,35,-1,14,18,31,-1,30,46,47,-1,11,2,50,-1,51,7,42,-1,37,51,42,-1,7,5,52,-1,6,5,7,-1,42,38,37,-1,50,9,11,-1,13,2,14,-1,25,56,23,-1,28,56,25,-1,30,57,46,-1,44,45,58,-1,43,59,36,-1,16,3,13,-1,5,2,1,-1,5,1,4,-1,9,10,11,-1,35,37,38,-1,29,25,4,-1,57,26,61,-1,26,28,61,-1,23,24,25,-1,23,62,24,-1,20,5,4,-1,10,55,11,-1,6,2,5,-1,45,67,66,-1,32,68,69,-1,32,70,68,-1,30,71,72,-1,26,73,27,-1,26,74,73,-1,75,76,77,-1,75,22,76,-1,78,59,43,-1,59,78,79,-1,7,8,50,-1,18,11,12,-1,31,13,14,-1,49,13,31,-1,29,1,0,-1,12,10,19,-1,10,8,7,-1,1,29,4,-1,28,82,56,-1,27,82,28,-1,48,28,25,-1,61,28,48,-1,48,46,61,-1,47,15,83,-1,47,17,15,-1,47,48,17,-1,47,46,48,-1,84,83,15,-1,85,80,31,-1,86,53,80,-1,45,53,86,-1,86,87,45,-1,86,88,87,-1,87,58,45,-1,89,58,87,-1,90,58,89,-1,69,91,90,-1,92,12,10,-1,92,89,12,-1,34,51,37,-1,34,10,51,-1,52,42,7,-1,52,38,42,-1,23,38,20,-1,23,40,38,-1,23,75,39,-1,23,22,75,-1,18,2,11,-1,93,4,62,-1,4,93,20,-1,34,36,32,-1,36,34,37,-1,34,33,10,-1,32,69,90,-1,63,31,18,-1,12,31,63,-1,88,80,85,-1,86,80,88,-1,84,60,83,-1,64,60,84,-1,61,46,57,-1,2,18,14,-1,12,19,10,-1,10,11,55,-1,10,12,11,-1,95,43,41,-1,43,95,78,-1,21,76,22,-1,21,96,76,-1,57,74,26,-1,57,97,74,-1,64,71,30,-1,64,65,71,-1,68,91,69,-1,91,68,98,-1,66,53,45,-1,53,66,54,-1,64,99,65,-1,100,45,44,-1,45,100,67,-1,101,70,32,-1,101,102,70,-1,103,30,72,-1,57,30,103,-1,73,82,27,-1,82,73,104,-1,39,77,105,-1,39,75,77,-1,15,94,84,-1,50,8,9,-1,2,13,3,-1,63,18,12,-1,83,30,47,-1,60,30,83,-1,49,94,15,-1,13,49,15,-1,87,88,31,-1,90,44,58,-1,91,44,90,-1,33,92,10,-1,33,89,92,-1,10,7,51,-1,16,13,0,-1,6,7,2,-1,62,23,93,-1,20,93,23,-1,38,5,20,-1,41,35,40,-1,41,43,35,-1,59,32,36,-1,59,101,32,-1,32,89,33,-1,32,90,89,-1,12,89,87,-1,31,12,87,-1,88,85,31,-1,53,94,80,-1,53,64,94,-1,30,60,64,-1,17,48,0,-1,48,25,29,-1,48,29,0,-1,56,21,23,-1,82,21,56,-1,13,17,0,-1,62,4,24,-1,2,16,1,-1,13,2,81,-1,13,81,2,-1,80,49,31,-1,94,49,80,-1,2,7,50,-1,52,5,38,-1,64,84,94,-1,105,41,39,-1,41,105,95,-1,82,96,21,-1,82,104,96,-1,57,103,97,-1,79,101,59,-1,101,79,102,-1,98,44,91,-1,44,98,100,-1,99,53,54,-1,64,53,99,-1});
			return IndexedFaceSet_11_543_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #543, 318 total numbers made up of 106 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_543_point()
		{
			MFVec3f Coordinate_12_543_point = new MFVec3f(new double[] {-0.728,54.998,2.06,-0.81,54.996,2.126,-0.712,54.996,2.239,-0.733,54.963,2.189,-0.888,55.022,2.192,-0.863,55.018,2.209,-0.767,54.966,2.244,-0.862,55.01,2.261,-0.844,55.031,2.346,-0.788,54.996,2.329,-0.818,55.008,2.407,-0.751,54.964,2.308,-0.712,54.975,2.387,-0.662,55.018,2.154,-0.632,54.959,2.306,-0.639,54.955,2.11,-0.686,55.015,2.15,-0.676,54.992,2.058,-0.691,55.013,2.307,-0.784,54.996,2.406,-0.952,54.949,2.236,-0.959,54.776,2.105,-0.976,54.776,2.142,-0.97,54.881,2.149,-0.946,54.955,2.102,-0.913,54.943,2.056,-0.854,54.768,2.056,-0.893,54.777,2.061,-0.876,54.876,2.038,-0.845,55.016,2.059,-0.7,54.766,2.063,-0.63,54.954,2.312,-0.862,54.805,2.382,-0.805,54.904,2.416,-0.885,54.9,2.401,-0.954,54.841,2.312,-0.936,54.833,2.351,-0.934,54.905,2.364,-0.936,54.923,2.297,-0.971,54.766,2.224,-0.949,54.888,2.289,-0.962,54.764,2.261,-0.916,54.98,2.351,-0.955,54.765,2.299,-0.665,54.755,2.312,-0.651,54.751,2.296,-0.743,54.873,2.024,-0.686,54.882,2.041,-0.809,54.962,2.025,-0.629,54.936,2.174,-0.818,54.998,2.289,-0.903,54.988,2.379,-0.871,55.015,2.233,-0.643,54.749,2.218,-0.65,54.715,2.22,-0.784,54.999,2.393,-0.917,54.867,2.061,-0.777,54.777,2.045,-0.675,54.811,2.355,-0.929,54.766,2.336,-0.667,54.795,2.077,-0.817,54.844,2.031,-0.952,54.964,2.153,-0.68,54.991,2.381,-0.648,54.756,2.153,-0.663,54.719,2.134,-0.654,54.72,2.266,-0.661,54.722,2.295,-0.789,54.755,2.361,-0.788,54.764,2.365,-0.843,54.755,2.363,-0.686,54.733,2.088,-0.713,54.738,2.058,-0.893,54.768,2.061,-0.855,54.759,2.058,-0.98,54.77,2.176,-0.976,54.767,2.142,-0.979,54.761,2.175,-0.953,54.756,2.296,-0.929,54.757,2.333,-0.628,54.819,2.219,-0.689,54.999,2.2,-0.928,54.776,2.077,-0.651,54.87,2.075,-0.635,54.858,2.122,-0.622,54.865,2.249,-0.633,54.793,2.286,-0.656,54.882,2.364,-0.624,54.86,2.302,-0.746,54.893,2.404,-0.751,54.837,2.388,-0.747,54.757,2.346,-0.763,54.914,2.412,-0.956,54.969,2.194,-0.63,54.836,2.168,-0.96,54.755,2.259,-0.959,54.766,2.106,-0.813,54.755,2.049,-0.748,54.748,2.343,-0.652,54.72,2.178,-0.692,54.732,2.314,-0.893,54.761,2.36,-0.893,54.752,2.356,-0.765,54.752,2.047,-0.928,54.767,2.078,-0.969,54.757,2.223});
			return Coordinate_12_543_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #547, 668 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_11_547_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_547_coordIndex = new MFInt32(new int[] {12,5,3,-1,13,14,15,-1,21,22,23,-1,25,26,27,-1,22,28,29,-1,30,31,32,-1,2,3,15,-1,28,17,16,-1,3,2,12,-1,14,33,34,-1,4,15,3,-1,22,21,28,-1,23,36,24,-1,37,19,21,-1,2,9,0,-1,8,9,2,-1,23,22,36,-1,43,14,34,-1,9,10,11,-1,0,6,5,-1,15,43,2,-1,32,44,30,-1,29,36,22,-1,23,37,21,-1,19,20,21,-1,5,7,3,-1,9,1,0,-1,2,0,5,-1,45,27,26,-1,27,45,46,-1,47,48,49,-1,47,50,48,-1,51,52,24,-1,52,51,53,-1,54,55,56,-1,54,57,55,-1,58,59,60,-1,58,61,59,-1,62,63,64,-1,65,63,62,-1,5,3,7,-1,66,4,20,-1,6,3,5,-1,33,67,68,-1,38,68,67,-1,4,69,70,-1,4,66,69,-1,19,52,71,-1,52,19,37,-1,38,67,25,-1,69,66,73,-1,74,73,75,-1,74,69,73,-1,20,4,76,-1,29,28,16,-1,77,38,39,-1,38,77,78,-1,15,14,43,-1,2,34,33,-1,3,17,40,-1,6,1,17,-1,1,9,11,-1,16,41,1,-1,16,1,41,-1,1,16,18,-1,11,10,79,-1,2,43,34,-1,77,80,10,-1,38,78,68,-1,32,81,44,-1,81,32,79,-1,16,31,29,-1,4,21,76,-1,21,4,28,-1,38,27,39,-1,25,27,38,-1,80,72,81,-1,47,72,80,-1,44,35,30,-1,20,71,82,-1,20,19,71,-1,33,14,13,-1,28,40,17,-1,40,28,4,-1,80,27,47,-1,5,6,42,-1,63,33,83,-1,60,84,85,-1,60,59,84,-1,86,56,55,-1,75,56,86,-1,71,53,87,-1,71,52,53,-1,88,49,48,-1,35,49,88,-1,46,47,27,-1,47,46,89,-1,90,26,67,-1,26,90,45,-1,47,91,50,-1,24,92,51,-1,93,54,82,-1,54,93,57,-1,61,74,94,-1,58,74,61,-1,83,64,63,-1,83,95,64,-1,73,66,20,-1,16,1,18,-1,10,80,79,-1,70,13,15,-1,70,69,13,-1,3,6,17,-1,24,37,23,-1,24,52,37,-1,72,49,35,-1,47,49,72,-1,67,26,25,-1,33,85,83,-1,60,69,58,-1,60,13,69,-1,20,76,21,-1,29,30,36,-1,30,29,31,-1,39,80,77,-1,16,79,32,-1,78,8,68,-1,78,10,8,-1,68,2,33,-1,2,68,8,-1,79,16,11,-1,40,4,3,-1,12,2,5,-1,1,6,0,-1,10,9,8,-1,4,70,15,-1,10,78,77,-1,32,31,16,-1,79,80,81,-1,20,54,56,-1,74,58,69,-1,85,13,60,-1,85,33,13,-1,65,33,63,-1,33,65,67,-1,27,80,39,-1,44,72,35,-1,72,44,81,-1,35,36,30,-1,35,24,36,-1,82,54,20,-1,17,1,16,-1,1,11,16,-1,6,5,42,-1,20,75,73,-1,75,20,56,-1,85,95,83,-1,85,84,95,-1,75,94,74,-1,75,86,94,-1,87,82,71,-1,82,87,93,-1,24,88,92,-1,24,35,88,-1,47,89,91,-1,90,65,62,-1,67,65,90,-1});
			return IndexedFaceSet_11_547_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #547, 288 total numbers made up of 96 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_547_point()
		{
			MFVec3f Coordinate_12_547_point = new MFVec3f(new double[] {-0.853,54.981,1.857,-0.925,55.005,1.854,-0.768,55.024,1.911,-0.838,55.002,2.006,-0.944,54.927,2.035,-0.869,54.98,1.887,-0.931,55.031,1.933,-0.858,54.999,1.992,-0.766,55.032,1.79,-0.861,55.008,1.777,-0.863,55.025,1.704,-0.954,55.052,1.75,-0.854,54.999,1.946,-0.758,54.865,1.954,-0.75,54.899,1.965,-0.789,54.938,2.013,-0.998,55.051,1.831,-0.978,55.031,1.954,-0.988,55.056,1.827,-1.063,54.865,1.96,-0.993,54.869,2.019,-1.043,54.939,1.962,-1.034,54.963,1.893,-1.087,54.879,1.883,-1.096,54.838,1.833,-0.788,54.868,1.696,-0.802,54.83,1.7,-0.868,54.868,1.677,-1.017,54.986,1.922,-1.047,55.007,1.841,-1.066,54.951,1.766,-1.037,55.015,1.784,-1.019,55.009,1.734,-0.732,54.929,1.847,-0.723,54.969,1.899,-1.067,54.864,1.741,-1.076,54.939,1.833,-1.078,54.869,1.924,-0.761,54.921,1.72,-0.793,54.923,1.692,-0.934,54.95,2.036,-0.93,55.02,1.82,-0.929,55.027,1.926,-0.737,54.968,1.964,-1.036,54.942,1.718,-0.805,54.821,1.701,-0.855,54.824,1.68,-0.927,54.859,1.679,-1.033,54.818,1.717,-1.052,54.845,1.729,-0.977,54.82,1.688,-1.098,54.802,1.865,-1.089,54.803,1.905,-1.089,54.794,1.901,-0.999,54.776,1.993,-0.961,54.765,1.982,-0.959,54.774,1.986,-1.0,54.767,1.988,-0.82,54.769,1.954,-0.776,54.77,1.916,-0.773,54.779,1.92,-0.821,54.76,1.949,-0.774,54.807,1.774,-0.765,54.809,1.805,-0.768,54.8,1.804,-0.77,54.816,1.775,-0.931,54.92,2.035,-0.758,54.86,1.76,-0.736,54.961,1.775,-0.831,54.845,1.992,-0.839,54.898,2.021,-1.071,54.793,1.94,-0.982,54.884,1.687,-0.902,54.84,2.01,-0.866,54.769,1.967,-0.919,54.77,1.979,-0.977,54.926,2.03,-0.826,54.979,1.684,-0.77,54.984,1.702,-0.95,55.008,1.699,-0.903,54.951,1.677,-0.984,54.943,1.691,-1.035,54.784,1.974,-0.762,54.802,1.831,-0.763,54.785,1.855,-0.76,54.794,1.857,-0.92,54.762,1.975,-1.071,54.784,1.936,-1.073,54.818,1.755,-0.904,54.819,1.676,-0.78,54.813,1.745,-0.941,54.819,1.682,-1.094,54.813,1.805,-1.035,54.775,1.97,-0.868,54.76,1.964,-0.766,54.792,1.829});
			return Coordinate_12_547_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #551, 628 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_11_551_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_551_coordIndex = new MFInt32(new int[] {19,9,20,-1,8,23,11,-1,16,21,19,-1,25,15,9,-1,4,27,1,-1,28,29,2,-1,3,6,32,-1,33,34,35,-1,27,10,8,-1,40,41,42,-1,43,44,42,-1,12,13,19,-1,39,19,15,-1,10,18,19,-1,5,4,1,-1,10,13,12,-1,6,7,36,-1,5,1,48,-1,7,42,36,-1,40,11,49,-1,4,9,10,-1,14,4,50,-1,47,40,46,-1,45,40,49,-1,43,42,41,-1,42,51,40,-1,7,27,8,-1,35,5,33,-1,6,36,32,-1,28,30,31,-1,29,6,2,-1,9,4,25,-1,18,9,19,-1,16,19,39,-1,45,46,40,-1,19,13,10,-1,17,19,21,-1,4,10,27,-1,52,11,40,-1,53,56,57,-1,53,24,56,-1,53,58,59,-1,53,60,58,-1,47,61,43,-1,47,62,61,-1,32,63,64,-1,32,36,63,-1,65,30,2,-1,30,65,66,-1,67,33,68,-1,69,33,67,-1,70,26,71,-1,4,5,0,-1,49,11,45,-1,44,36,42,-1,16,39,15,-1,16,15,73,-1,14,38,37,-1,54,34,69,-1,4,14,50,-1,72,1,27,-1,74,1,6,-1,74,75,1,-1,76,74,29,-1,74,76,77,-1,76,33,5,-1,33,76,31,-1,33,69,34,-1,28,2,30,-1,77,76,5,-1,6,72,27,-1,38,0,5,-1,54,35,34,-1,54,38,35,-1,73,14,37,-1,73,15,14,-1,55,78,16,-1,26,78,55,-1,24,16,78,-1,51,7,8,-1,23,8,10,-1,23,10,11,-1,12,22,46,-1,15,20,9,-1,20,15,19,-1,0,14,4,-1,11,10,12,-1,11,12,45,-1,78,70,79,-1,78,26,70,-1,69,80,54,-1,69,67,80,-1,30,81,31,-1,30,66,81,-1,32,64,82,-1,61,44,43,-1,44,61,83,-1,84,59,58,-1,53,57,85,-1,78,56,24,-1,78,79,56,-1,53,86,60,-1,46,62,47,-1,46,87,62,-1,36,88,63,-1,2,89,65,-1,68,31,90,-1,33,31,68,-1,54,71,26,-1,54,91,71,-1,6,3,2,-1,6,1,72,-1,17,12,19,-1,24,22,21,-1,24,53,22,-1,12,46,45,-1,16,73,37,-1,38,14,0,-1,75,77,92,-1,77,75,74,-1,6,29,74,-1,28,76,29,-1,31,76,28,-1,32,2,3,-1,5,35,38,-1,5,92,77,-1,92,1,75,-1,92,5,1,-1,4,14,25,-1,38,26,37,-1,38,54,26,-1,37,55,16,-1,26,55,37,-1,16,24,21,-1,7,51,42,-1,40,8,52,-1,40,51,8,-1,47,41,40,-1,41,47,43,-1,8,11,52,-1,53,46,22,-1,53,59,46,-1,25,14,15,-1,22,17,21,-1,22,12,17,-1,18,10,9,-1,1,5,48,-1,7,6,27,-1,54,80,91,-1,31,81,90,-1,82,2,32,-1,2,82,89,-1,36,83,88,-1,36,44,83,-1,59,87,46,-1,59,84,87,-1,53,85,86,-1});
			return IndexedFaceSet_11_551_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #551, 279 total numbers made up of 93 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_551_point()
		{
			MFVec3f Coordinate_12_551_point = new MFVec3f(new double[] {-0.916,55.051,1.659,-1.017,55.09,1.701,-1.098,54.907,1.618,-1.114,54.937,1.62,-0.897,55.059,1.634,-0.932,55.0,1.667,-1.089,55.008,1.663,-1.072,55.076,1.606,-1.062,55.088,1.595,-0.897,55.033,1.572,-0.947,55.063,1.499,-0.992,55.107,1.432,-0.917,55.086,1.417,-0.863,55.106,1.419,-0.829,55.047,1.662,-0.817,55.072,1.576,-0.803,54.999,1.493,-0.846,55.103,1.415,-0.909,55.02,1.533,-0.853,55.082,1.491,-0.867,55.046,1.536,-0.815,55.036,1.421,-0.875,55.018,1.386,-0.977,55.098,1.522,-0.83,54.933,1.435,-0.826,55.087,1.61,-0.816,54.904,1.554,-1.049,55.088,1.625,-1.058,54.925,1.655,-1.059,54.97,1.685,-1.055,54.883,1.634,-0.997,54.895,1.64,-1.131,54.95,1.561,-0.947,54.901,1.635,-0.909,54.902,1.626,-0.861,54.958,1.654,-1.132,54.961,1.562,-0.797,54.978,1.611,-0.844,54.97,1.655,-0.813,55.067,1.506,-1.081,55.065,1.457,-1.119,55.015,1.471,-1.129,55.004,1.507,-1.114,54.954,1.441,-1.124,54.944,1.474,-1.016,55.044,1.397,-1.009,54.978,1.393,-1.042,54.964,1.401,-0.992,55.098,1.7,-1.054,55.056,1.424,-0.901,55.048,1.663,-1.105,55.069,1.523,-1.062,55.109,1.498,-0.866,54.93,1.393,-0.846,54.897,1.596,-0.803,54.975,1.502,-0.834,54.897,1.444,-0.85,54.902,1.412,-0.943,54.917,1.381,-0.956,54.94,1.382,-0.901,54.913,1.386,-1.112,54.944,1.441,-1.068,54.943,1.41,-1.128,54.905,1.533,-1.125,54.898,1.551,-1.09,54.883,1.616,-1.056,54.875,1.628,-0.907,54.872,1.6,-0.944,54.868,1.611,-0.927,54.89,1.622,-0.818,54.891,1.513,-0.821,54.885,1.55,-1.061,55.082,1.672,-0.787,55.011,1.6,-1.044,55.012,1.702,-1.017,55.053,1.716,-1.0,54.959,1.679,-0.993,54.995,1.698,-0.824,54.9,1.474,-0.828,54.892,1.472,-0.862,54.879,1.585,-1.012,54.877,1.627,-1.12,54.898,1.572,-1.121,54.935,1.471,-0.985,54.927,1.388,-0.86,54.904,1.398,-0.875,54.906,1.389,-1.029,54.939,1.397,-1.128,54.915,1.507,-1.105,54.89,1.594,-0.979,54.873,1.622,-0.84,54.881,1.573,-0.965,55.039,1.717});
			return Coordinate_12_551_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #555, 316 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_11_555_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_555_coordIndex = new MFInt32(new int[] {0,1,2,-1,0,3,4,-1,15,10,13,-1,13,5,15,-1,20,22,21,-1,23,21,24,-1,9,26,25,-1,0,16,12,-1,28,5,29,-1,17,31,32,-1,33,34,20,-1,0,2,3,-1,32,35,17,-1,7,9,10,-1,5,6,15,-1,11,7,8,-1,9,25,12,-1,13,10,18,-1,8,10,15,-1,27,18,10,-1,12,27,10,-1,23,24,14,-1,23,14,6,-1,14,11,8,-1,10,9,12,-1,4,16,0,-1,20,34,36,-1,37,22,38,-1,0,22,37,-1,35,39,40,-1,35,32,39,-1,28,41,42,-1,43,28,29,-1,25,0,12,-1,22,0,44,-1,24,25,26,-1,24,21,25,-1,21,6,20,-1,30,40,13,-1,30,19,40,-1,29,13,40,-1,29,5,13,-1,18,19,30,-1,16,19,18,-1,14,8,6,-1,7,10,8,-1,42,20,28,-1,20,42,33,-1,40,39,45,-1,0,37,1,-1,36,46,20,-1,22,47,38,-1,16,4,48,-1,43,41,28,-1,43,49,41,-1,6,8,15,-1,28,6,5,-1,20,6,28,-1,16,35,19,-1,17,35,16,-1,29,40,43,-1,35,40,19,-1,44,21,22,-1,44,25,21,-1,12,16,27,-1,18,27,16,-1,24,9,14,-1,24,26,9,-1,7,11,9,-1,0,25,44,-1,23,6,21,-1,18,30,13,-1,9,11,14,-1,45,43,40,-1,43,45,49,-1,48,17,16,-1,17,48,31,-1,20,47,22,-1,46,47,20,-1});
			return IndexedFaceSet_11_555_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #555, 150 total numbers made up of 50 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_555_point()
		{
			MFVec3f Coordinate_12_555_point = new MFVec3f(new double[] {-0.472,54.762,2.726,-0.474,54.714,2.747,-0.465,54.724,2.711,-0.474,54.74,2.678,-0.503,54.75,2.652,-0.695,54.883,2.841,-0.637,54.871,2.893,-0.536,54.916,2.83,-0.61,54.966,2.825,-0.5,54.931,2.771,-0.577,54.951,2.694,-0.58,54.94,2.873,-0.478,54.885,2.736,-0.656,54.933,2.681,-0.572,54.922,2.929,-0.668,54.974,2.81,-0.5,54.806,2.657,-0.551,54.774,2.643,-0.549,54.913,2.648,-0.598,54.835,2.651,-0.644,54.725,2.879,-0.553,54.807,2.895,-0.537,54.724,2.84,-0.587,54.85,2.921,-0.529,54.882,2.92,-0.493,54.826,2.84,-0.504,54.885,2.89,-0.499,54.9,2.666,-0.716,54.759,2.82,-0.708,54.829,2.744,-0.634,54.892,2.664,-0.557,54.746,2.64,-0.6,54.739,2.663,-0.687,54.7,2.858,-0.66,54.686,2.873,-0.601,54.754,2.662,-0.627,54.684,2.868,-0.488,54.705,2.779,-0.516,54.701,2.814,-0.643,54.736,2.686,-0.664,54.794,2.696,-0.715,54.72,2.797,-0.706,54.71,2.832,-0.716,54.752,2.786,-0.511,54.746,2.829,-0.67,54.731,2.713,-0.591,54.699,2.867,-0.551,54.704,2.842,-0.533,54.747,2.643,-0.702,54.722,2.749});
			return Coordinate_12_555_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #559, 404 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_11_559_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_559_coordIndex = new MFInt32(new int[] {0,1,2,-1,10,11,7,-1,19,20,21,-1,19,22,20,-1,23,24,22,-1,23,25,26,-1,13,23,8,-1,27,28,29,-1,9,16,15,-1,31,32,4,-1,5,7,10,-1,13,5,10,-1,8,12,9,-1,0,34,31,-1,7,6,5,-1,5,3,7,-1,34,32,31,-1,28,27,14,-1,22,19,30,-1,17,8,23,-1,27,29,35,-1,10,23,13,-1,23,26,24,-1,10,28,14,-1,17,23,22,-1,19,37,38,-1,19,39,37,-1,41,40,18,-1,43,42,33,-1,44,45,20,-1,47,46,27,-1,34,33,48,-1,33,34,0,-1,30,16,8,-1,12,8,16,-1,36,10,7,-1,36,48,29,-1,51,48,33,-1,51,27,35,-1,51,33,27,-1,14,27,52,-1,7,48,36,-1,5,13,8,-1,30,49,16,-1,30,19,49,-1,18,16,49,-1,18,4,15,-1,0,31,18,-1,15,4,9,-1,9,3,8,-1,48,7,34,-1,4,34,7,-1,46,50,27,-1,46,53,50,-1,54,47,27,-1,2,33,0,-1,2,43,33,-1,18,55,0,-1,18,40,55,-1,56,38,37,-1,49,38,56,-1,21,39,19,-1,21,57,39,-1,18,58,41,-1,0,59,1,-1,60,54,27,-1,61,20,50,-1,61,44,20,-1,20,57,21,-1,45,57,20,-1,3,4,7,-1,4,3,9,-1,16,9,12,-1,7,11,10,-1,50,22,24,-1,20,22,50,-1,31,4,18,-1,52,26,25,-1,26,52,27,-1,26,50,24,-1,10,29,28,-1,29,10,36,-1,35,48,51,-1,35,29,48,-1,52,10,14,-1,8,3,5,-1,25,10,52,-1,25,23,10,-1,26,27,50,-1,22,8,17,-1,8,22,30,-1,38,49,19,-1,16,18,15,-1,34,4,32,-1,6,7,5,-1,53,61,50,-1,60,33,42,-1,60,27,33,-1,0,55,59,-1,58,49,56,-1,58,18,49,-1});
			return IndexedFaceSet_11_559_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #559, 186 total numbers made up of 62 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_559_point()
		{
			MFVec3f Coordinate_12_559_point = new MFVec3f(new double[] {-0.632,54.831,2.41,-0.631,54.783,2.406,-0.658,54.782,2.409,-0.641,54.967,2.543,-0.602,54.941,2.474,-0.758,55.01,2.61,-0.712,54.956,2.505,-0.699,54.949,2.474,-0.676,54.955,2.649,-0.609,54.973,2.587,-0.804,54.983,2.533,-0.753,54.976,2.447,-0.659,54.952,2.663,-0.769,55.006,2.618,-0.834,54.886,2.504,-0.57,54.934,2.574,-0.589,54.885,2.602,-0.74,54.969,2.677,-0.566,54.849,2.488,-0.674,54.799,2.639,-0.757,54.755,2.639,-0.705,54.762,2.642,-0.758,54.852,2.667,-0.792,54.985,2.623,-0.787,54.873,2.654,-0.822,54.927,2.605,-0.828,54.845,2.599,-0.778,54.792,2.478,-0.821,54.883,2.477,-0.793,54.883,2.44,-0.668,54.877,2.67,-0.599,54.854,2.427,-0.61,54.911,2.421,-0.701,54.819,2.419,-0.649,54.919,2.4,-0.784,54.833,2.461,-0.769,54.927,2.422,-0.624,54.766,2.582,-0.621,54.78,2.587,-0.667,54.762,2.615,-0.575,54.783,2.447,-0.569,54.781,2.478,-0.71,54.775,2.433,-0.684,54.777,2.416,-0.77,54.737,2.619,-0.746,54.74,2.635,-0.816,54.758,2.539,-0.806,54.759,2.509,-0.725,54.913,2.406,-0.599,54.805,2.576,-0.807,54.773,2.603,-0.734,54.846,2.426,-0.837,54.892,2.535,-0.81,54.746,2.583,-0.788,54.763,2.49,-0.594,54.783,2.426,-0.594,54.773,2.552,-0.706,54.749,2.635,-0.574,54.777,2.518,-0.615,54.783,2.413,-0.751,54.766,2.468,-0.785,54.738,2.606});
			return Coordinate_12_559_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #563, 364 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_11_563_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_563_coordIndex = new MFInt32(new int[] {2,3,4,-1,5,6,7,-1,14,15,12,-1,8,11,10,-1,11,8,13,-1,24,21,25,-1,17,27,12,-1,17,14,13,-1,20,31,26,-1,9,16,26,-1,31,32,1,-1,8,21,18,-1,1,23,9,-1,18,33,34,-1,4,3,35,-1,12,20,10,-1,13,14,11,-1,18,24,33,-1,16,20,26,-1,30,31,20,-1,29,6,4,-1,27,17,29,-1,17,22,29,-1,13,8,18,-1,28,10,16,-1,15,19,12,-1,9,10,16,-1,12,30,20,-1,25,33,24,-1,10,23,21,-1,17,12,19,-1,7,36,5,-1,1,37,0,-1,38,40,39,-1,42,41,6,-1,43,44,25,-1,23,1,21,-1,22,7,6,-1,45,22,46,-1,47,33,25,-1,34,33,47,-1,31,48,39,-1,30,4,48,-1,13,18,22,-1,4,30,29,-1,48,31,30,-1,31,39,32,-1,47,45,49,-1,47,7,45,-1,34,49,18,-1,34,47,49,-1,22,45,7,-1,15,17,19,-1,15,14,17,-1,1,43,25,-1,50,43,1,-1,51,7,47,-1,51,36,7,-1,41,4,6,-1,41,2,4,-1,40,32,39,-1,32,40,52,-1,37,32,53,-1,37,1,32,-1,39,54,38,-1,54,39,48,-1,5,42,6,-1,25,55,47,-1,44,55,25,-1,12,10,11,-1,46,22,18,-1,25,21,1,-1,9,26,31,-1,17,13,22,-1,16,10,20,-1,29,22,6,-1,12,27,29,-1,12,29,30,-1,9,23,10,-1,9,31,1,-1,10,21,8,-1,49,46,18,-1,49,45,46,-1,18,21,24,-1,28,16,10,-1,14,12,11,-1,0,50,1,-1,55,51,47,-1,35,48,4,-1,35,54,48,-1,32,52,53,-1});
			return IndexedFaceSet_11_563_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #563, 168 total numbers made up of 56 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_563_point()
		{
			MFVec3f Coordinate_12_563_point = new MFVec3f(new double[] {0.687,54.7,2.858,0.683,54.735,2.868,0.474,54.74,2.678,0.465,54.724,2.711,0.469,54.762,2.716,0.557,54.746,2.64,0.499,54.804,2.657,0.59,54.786,2.653,0.668,54.976,2.806,0.648,54.885,2.888,0.583,54.945,2.833,0.641,54.972,2.777,0.499,54.916,2.79,0.649,54.935,2.703,0.591,54.926,2.729,0.567,54.927,2.744,0.554,54.911,2.92,0.524,54.954,2.687,0.675,54.915,2.702,0.528,54.963,2.719,0.512,54.892,2.892,0.696,54.891,2.838,0.558,54.886,2.641,0.668,54.869,2.878,0.716,54.808,2.772,0.716,54.752,2.786,0.587,54.85,2.921,0.495,54.937,2.757,0.63,54.973,2.873,0.481,54.879,2.703,0.478,54.826,2.805,0.548,54.802,2.886,0.605,54.713,2.874,0.714,54.772,2.771,0.684,54.789,2.717,0.474,54.714,2.747,0.6,54.739,2.663,0.66,54.686,2.873,0.516,54.701,2.814,0.537,54.724,2.84,0.551,54.704,2.842,0.503,54.75,2.652,0.533,54.747,2.643,0.715,54.72,2.797,0.702,54.722,2.749,0.616,54.849,2.658,0.634,54.892,2.664,0.657,54.763,2.695,0.495,54.742,2.803,0.665,54.843,2.688,0.706,54.71,2.832,0.643,54.736,2.686,0.591,54.699,2.867,0.627,54.684,2.868,0.488,54.705,2.779,0.67,54.731,2.713});
			return Coordinate_12_563_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #567, 388 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_11_567_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_567_coordIndex = new MFInt32(new int[] {13,14,15,-1,16,17,18,-1,1,8,2,-1,21,15,14,-1,21,0,15,-1,3,7,17,-1,16,18,10,-1,6,24,25,-1,1,28,9,-1,0,1,19,-1,13,12,11,-1,4,19,5,-1,30,6,11,-1,11,31,30,-1,26,27,11,-1,0,32,15,-1,1,0,8,-1,3,17,4,-1,16,23,17,-1,1,9,7,-1,20,13,15,-1,9,10,7,-1,6,2,26,-1,5,19,1,-1,33,34,35,-1,34,33,36,-1,37,38,6,-1,37,39,38,-1,11,40,31,-1,13,41,42,-1,43,44,13,-1,43,45,44,-1,2,29,1,-1,23,43,22,-1,25,2,6,-1,6,46,24,-1,38,46,6,-1,47,20,4,-1,26,2,27,-1,13,48,14,-1,13,11,48,-1,48,27,21,-1,11,27,48,-1,2,8,27,-1,3,1,7,-1,32,4,20,-1,4,22,47,-1,4,17,22,-1,16,36,33,-1,25,9,49,-1,9,25,24,-1,28,1,2,-1,49,9,28,-1,43,50,45,-1,12,51,52,-1,12,13,51,-1,37,6,53,-1,36,54,34,-1,36,46,54,-1,35,16,33,-1,35,55,16,-1,39,46,38,-1,46,39,56,-1,52,11,12,-1,11,52,40,-1,23,58,57,-1,13,44,41,-1,5,1,3,-1,0,19,4,-1,1,29,2,-1,18,17,10,-1,13,47,43,-1,20,47,13,-1,20,15,32,-1,6,26,11,-1,21,14,48,-1,27,0,21,-1,8,0,27,-1,0,4,32,-1,43,47,22,-1,22,17,23,-1,36,10,9,-1,36,16,10,-1,9,46,36,-1,46,9,24,-1,2,49,28,-1,2,25,49,-1,7,10,17,-1,5,3,4,-1,23,59,58,-1,23,50,43,-1,23,57,50,-1,13,42,51,-1,53,6,30,-1,56,54,46,-1,55,23,16,-1,55,59,23,-1});
			return IndexedFaceSet_11_567_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #567, 180 total numbers made up of 60 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_567_point()
		{
			MFVec3f Coordinate_12_567_point = new MFVec3f(new double[] {0.788,54.988,2.501,0.665,54.959,2.478,0.638,54.949,2.446,0.738,55.01,2.614,0.795,54.987,2.605,0.719,54.998,2.555,0.6,54.834,2.428,0.653,54.956,2.615,0.765,54.976,2.469,0.591,54.916,2.609,0.657,54.904,2.668,0.691,54.821,2.415,0.694,54.801,2.42,0.779,54.791,2.48,0.803,54.817,2.485,0.825,54.908,2.489,0.674,54.799,2.639,0.741,54.94,2.678,0.701,54.862,2.682,0.741,54.978,2.525,0.834,54.866,2.522,0.779,54.908,2.429,0.787,54.873,2.654,0.747,54.778,2.648,0.564,54.856,2.526,0.568,54.881,2.482,0.645,54.877,2.403,0.71,54.944,2.411,0.574,54.963,2.558,0.657,54.938,2.519,0.631,54.783,2.406,0.658,54.782,2.409,0.827,54.958,2.543,0.609,54.793,2.581,0.594,54.773,2.552,0.624,54.766,2.582,0.599,54.805,2.576,0.594,54.783,2.426,0.573,54.807,2.462,0.575,54.783,2.447,0.684,54.777,2.416,0.806,54.759,2.509,0.788,54.763,2.49,0.807,54.773,2.603,0.816,54.758,2.539,0.81,54.746,2.583,0.57,54.801,2.513,0.828,54.845,2.599,0.762,54.827,2.45,0.562,54.925,2.541,0.785,54.738,2.606,0.751,54.766,2.468,0.71,54.775,2.433,0.615,54.783,2.413,0.574,54.777,2.518,0.667,54.762,2.615,0.569,54.781,2.478,0.77,54.737,2.619,0.746,54.74,2.635,0.706,54.749,2.635});
			return Coordinate_12_567_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #571, 212 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_11_571_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_571_coordIndex = new MFInt32(new int[] {5,2,6,-1,7,8,9,-1,10,9,13,-1,7,12,9,-1,10,7,9,-1,19,6,2,-1,20,3,0,-1,1,13,16,-1,20,22,3,-1,19,2,18,-1,14,9,17,-1,13,9,14,-1,0,15,1,-1,11,3,7,-1,16,14,2,-1,11,0,3,-1,24,1,21,-1,0,25,20,-1,3,22,26,-1,28,27,16,-1,25,0,29,-1,10,11,7,-1,1,10,13,-1,7,9,12,-1,23,14,8,-1,9,30,14,-1,3,8,7,-1,23,8,3,-1,24,0,1,-1,24,31,0,-1,32,33,2,-1,0,31,29,-1,2,34,18,-1,35,2,4,-1,2,35,36,-1,2,28,16,-1,5,28,2,-1,26,4,3,-1,35,4,26,-1,8,14,30,-1,14,23,2,-1,9,14,17,-1,11,15,0,-1,11,1,15,-1,1,11,10,-1,30,9,8,-1,23,4,2,-1,23,3,4,-1,2,36,32,-1,27,1,16,-1,1,27,21,-1,2,33,34,-1,13,14,16,-1});
			return IndexedFaceSet_11_571_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #571, 111 total numbers made up of 37 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_571_point()
		{
			MFVec3f Coordinate_12_571_point = new MFVec3f(new double[] {-0.135,54.721,3.026,-0.052,54.767,3.088,-0.087,54.689,3.22,-0.173,54.744,3.114,-0.167,54.701,3.174,-0.038,54.672,3.171,-0.043,54.647,3.177,-0.178,54.869,3.201,-0.155,54.866,3.222,-0.067,54.961,3.217,-0.089,54.869,3.159,-0.131,54.813,3.108,-0.16,54.965,3.2,-0.012,54.876,3.198,-0.02,54.83,3.2,-0.081,54.756,3.039,-0.029,54.724,3.176,-0.031,54.893,3.236,-0.079,54.622,3.21,-0.063,54.626,3.199,-0.152,54.696,3.033,-0.042,54.704,3.079,-0.167,54.721,3.08,-0.152,54.767,3.223,-0.058,54.687,3.029,-0.149,54.691,3.021,-0.171,54.712,3.124,-0.028,54.718,3.13,-0.031,54.7,3.16,-0.126,54.676,2.983,-0.099,54.899,3.242,-0.088,54.675,2.986,-0.149,54.633,3.195,-0.126,54.623,3.206,-0.103,54.622,3.214,-0.166,54.682,3.154,-0.16,54.66,3.173});
			return Coordinate_12_571_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #575, 184 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_11_575_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_575_coordIndex = new MFInt32(new int[] {0,1,2,-1,4,5,6,-1,3,7,8,-1,3,0,13,-1,4,12,15,-1,2,16,0,-1,14,18,19,-1,21,2,22,-1,14,23,18,-1,7,3,20,-1,14,19,3,-1,5,4,15,-1,3,13,14,-1,17,14,13,-1,4,9,24,-1,8,0,3,-1,25,4,6,-1,26,0,8,-1,5,27,6,-1,4,24,28,-1,11,12,17,-1,10,2,29,-1,17,10,11,-1,10,17,0,-1,0,16,10,-1,29,12,10,-1,2,5,15,-1,2,30,22,-1,20,3,19,-1,1,30,2,-1,1,31,30,-1,32,0,26,-1,9,4,25,-1,5,21,27,-1,5,2,21,-1,4,23,14,-1,4,28,23,-1,11,10,12,-1,14,12,4,-1,14,17,12,-1,0,17,13,-1,12,2,15,-1,2,12,29,-1,10,16,2,-1,32,1,0,-1,1,32,31,-1});
			return IndexedFaceSet_11_575_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #575, 99 total numbers made up of 33 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_575_point()
		{
			MFVec3f Coordinate_12_575_point = new MFVec3f(new double[] {-0.31,54.822,3.062,-0.337,54.749,3.121,-0.304,54.768,3.176,-0.261,54.758,2.973,-0.22,54.71,3.164,-0.289,54.701,3.172,-0.248,54.654,3.168,-0.293,54.744,2.982,-0.315,54.748,3.023,-0.212,54.694,3.152,-0.302,54.956,3.163,-0.207,54.961,3.193,-0.212,54.902,3.186,-0.24,54.825,3.044,-0.213,54.783,3.032,-0.21,54.819,3.188,-0.356,54.858,3.122,-0.24,54.901,3.13,-0.207,54.744,3.012,-0.229,54.738,2.962,-0.263,54.737,2.953,-0.291,54.653,3.153,-0.322,54.699,3.138,-0.197,54.755,3.055,-0.197,54.739,3.134,-0.23,54.66,3.162,-0.326,54.751,3.05,-0.27,54.652,3.166,-0.19,54.756,3.105,-0.302,54.948,3.18,-0.331,54.73,3.121,-0.333,54.74,3.115,-0.335,54.755,3.074});
			return Coordinate_12_575_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #584, 3528 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_584_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_584_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_584_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_9_584_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_9_584_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_9_584_coordIndex_4()));
			return IndexedFaceSet_9_584_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #584, 1329 total numbers made up of 443 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_10_584_point()
		{
			MFVec3f Coordinate_10_584_point = new MFVec3f(new double[] {8.235,37.332,-1.203,8.154925,37.20948,-1.522406,8.109889,36.97889,-1.190555,8.138,37.224,-1.114,7.877962,36.88752,-1.297518,8.02,36.967,-1.438333,7.792333,37.15045,-1.735222,7.772074,36.93511,-1.502629,7.612962,36.912,-1.498518,7.855888,38.04878,-1.419333,7.928357,37.73416,-1.236566,7.589,37.86077,-1.267777,7.637333,38.26567,-1.391333,7.582,38.183,-1.343333,7.66574,37.48563,-1.030036,6.952666,37.71833,-1.339333,7.214395,37.92734,-1.318727,7.310925,38.21311,-1.29048,7.374,37.77133,-1.279333,7.442,41.891,-1.507,7.414,42.862,-1.490999,7.459,42.873,-1.327,6.874,41.795,-1.186,6.731,41.807,-1.285,6.771,40.7,-1.421,8.032407,37.46119,-0.903888,8.04737,37.30867,-0.866073,6.808641,48.9858,-0.314555,6.833679,49.00968,-0.348258,6.473259,49.32248,-0.311703,6.99774,49.33867,-1.49048,6.924,49.043,-1.652,6.902,49.146,-1.678,6.369,48.607,-1.841,6.292555,48.28589,-1.626999,5.996,48.30167,-1.365,5.861,48.35333,-1.171,6.283666,48.32333,-0.482666,6.013221,48.59719,-0.562999,6.11,48.422,-0.715,6.118,49.008,-0.339,6.235,49.375,-0.383,6.041,49.161,-0.459,6.717,41.835,-1.681999,6.683,40.693,-1.533999,6.656,41.817,-1.396,7.134,41.809,-1.087,7.131,40.695,-1.179,7.18,40.702,-1.198,6.988024,37.4227,-1.125986,6.901554,37.55556,-1.195888,7.063667,49.48667,-0.871,7.198667,49.23834,-0.912444,6.606,46.268,-1.531,6.698,46.263,-1.607,6.712,45.19,-1.66,6.263334,47.78566,-1.208333,6.465111,47.766,-1.522221,6.524222,48.58244,-1.755554,6.777,48.649,-1.642,6.340333,47.73767,-0.881666,6.408333,47.81256,-0.654444,5.996,48.304,-1.057,6.114,48.225,-1.037,6.765,49.365,-0.378,6.863,49.489,-0.560666,6.980333,49.43933,-0.501333,7.041333,49.27733,-0.463333,6.654443,49.15441,-0.211592,6.882666,49.61715,-0.712666,6.872999,49.57333,-0.676333,6.010518,48.649,-0.523851,6.123667,48.89734,-0.360999,6.205,48.954,-0.336,6.995,49.56,-1.075,6.922185,49.24359,-1.653369,7.001666,49.516,-0.949,6.633,48.916,-1.896,6.355,48.629,-1.865,6.34,48.65,-1.88,6.645,48.896,-1.871,5.833,48.36333,-1.176,5.866667,48.55489,-0.680666,6.604,43.956,-1.291,6.606,43.953,-1.250999,6.555,45.112,-1.169,6.689,41.809,-1.298,6.731604,38.74051,-1.820394,6.767,39.517,-1.704999,6.632,38.29567,-1.802666,6.477073,37.9987,-1.80011,7.238,46.252,-0.734,7.264,46.259,-0.767,7.252,47.276,-0.715,7.201,42.885,-0.951,7.156,42.888,-0.966,7.22,40.716,-1.221,7.213,41.821,-1.102,7.233259,38.72944,-1.282407,7.149,39.552,-1.240999,8.022444,38.57874,-1.76648,8.304778,37.57777,-1.399888,8.072,37.599,-1.798,8.145667,37.52967,-1.652999,8.106,37.408,-1.654333,8.287,37.741,-1.532,8.164482,38.16237,-1.744666,8.233,38.007,-1.546,6.734333,38.30533,-1.838999,7.619333,38.267,-1.958,7.566667,38.31467,-1.370333,7.264925,37.52115,-1.533443,7.107851,37.84918,-1.583369,7.257704,37.87944,-1.636888,7.418333,37.67134,-1.569333,6.955332,38.05667,-1.803999,7.377,38.045,-1.828,7.596777,37.82996,-1.895407,7.808592,37.46652,-1.86474,7.410555,37.38655,-1.657221,7.151666,38.67733,-1.907666,7.163,39.51,-1.947,6.713222,38.71144,-1.565666,6.851,38.603,-1.405,7.00237,38.73667,-1.302074,7.93,38.862,-1.844,6.282592,37.4339,-1.421678,7.615,39.611,-1.694,7.442,40.729,-1.552,7.494,39.602,-1.549,7.449,43.986,-1.092,7.446,43.982,-1.023,7.352,42.881,-1.031,7.325,46.274,-0.958,7.363,47.295,-0.898,7.239,45.175,-1.662,7.185,46.282,-1.597,7.264,46.29,-1.546999,6.823,46.209,-0.794,6.896,45.113,-0.876,6.928,46.21,-0.754,7.338999,45.183,-1.54,7.305,46.29,-1.437,7.047,45.155,-1.74,7.059,46.268,-1.677,7.253666,49.07666,-1.454999,7.017185,49.3213,-1.470295,6.672,48.75333,-1.728333,7.029,49.437,-1.115999,7.012333,48.78133,-1.642666,6.916,48.39133,-1.620333,6.499,46.279,-1.313,6.563,45.145,-1.426,6.506,46.267,-1.249,6.618777,47.805,-0.55211,6.47,47.319,-0.76,6.491,47.32,-0.736,6.583,46.205,-0.884,6.611,45.105,-1.064,6.543,46.212,-0.935,6.895,47.32,-0.649,6.819,47.316,-0.639,6.646,46.206,-0.86,6.713,47.316,-0.658,6.6,47.316,-0.677,6.516,47.322,-0.716,7.322777,48.70989,-1.494221,7.317,48.389,-1.441,7.391,48.452,-1.322,7.381,48.21,-1.240999,7.22511,49.17267,-1.081999,7.200666,49.228,-1.065444,7.175,47.301,-1.457,7.279,47.295,-1.342,6.572802,48.61029,-0.171912,6.389,48.25067,-0.351333,6.119111,48.59011,-0.490555,6.843666,48.43666,-0.353666,7.34,48.746,-0.717,7.178,48.939,-0.48,7.22,48.731,-0.521,7.275,48.943,-0.696,7.384518,48.72751,-1.06274,7.093,49.106,-1.622,7.279,48.834,-1.56,6.36363,49.73011,-1.406221,6.375,49.58,-1.648999,6.535333,49.66233,-0.523666,6.180876,49.70472,-1.129764,6.810308,48.88297,-0.229518,6.304,48.28067,-0.469333,6.318332,48.67778,-0.305777,6.58311,49.07167,-0.175258,6.888925,47.85367,-0.569369,6.37,49.176,-0.318,6.995,49.593,-1.088,6.981,49.62,-1.12,6.31,48.708,-1.888,6.604,48.949,-1.913,6.86732,37.41119,-1.099554,7.156889,37.50159,-1.237036,6.827333,37.92222,-1.282555,7.756185,37.15712,-0.938592,7.708,37.826,-1.331,8.191,37.51,-1.165,8.097,37.989,-1.449,6.738,37.688,-1.635999,6.684667,37.79033,-1.810333,6.737,37.668,-1.615999,6.843,37.704,-1.578,6.974,37.58,-1.475,6.78911,37.15814,-1.771739,6.92,37.401,-1.645,6.587345,37.47726,-1.823826,6.21074,37.71745,-1.815592,6.851,37.968,-1.808,6.143751,37.28195,-1.768567,6.211703,37.20374,-1.500259,6.384999,36.98267,-1.532,6.240802,37.19705,-1.485937,6.675333,37.62367,-1.192666,6.190407,37.55355,-1.532777,7.390333,37.15733,-1.652666,7.108592,37.39167,-1.576962,6.509,37.041,-1.624,7.069963,36.99833,-1.626629,6.575,37.308,-1.215,6.59374,37.00993,-1.273036,6.654333,36.894,-1.486,6.866703,36.99867,-1.00711,6.737777,36.70578,-1.181999,7.145666,36.89589,-1.187777,7.07,37.267,-1.671999,6.777,37.22967,-0.954666,6.757592,36.83678,-1.053407,7.281,48.192,-1.412,7.136999,49.29567,-1.292666,7.418,48.203,-1.084,7.049111,48.63422,-0.439999,7.081444,48.56389,-0.467333,6.881666,48.53099,-0.403666,6.159691,49.665,-1.241641,6.422,49.521,-0.407,5.955444,49.49726,-1.162777,5.896444,49.38234,-1.337444,5.89711,49.34256,-1.412666,6.049,49.44434,-1.549999,6.165,49.504,-1.601,6.869777,49.51485,-1.548962,6.667443,49.57022,-1.625888,6.837,49.784,-1.223,6.928,49.728,-1.175,6.83011,49.67418,-0.718407,7.405,47.791,-0.825,7.180332,47.88222,-0.633444,7.03,47.321,-0.671,7.151,47.317,-0.656,6.373333,47.332,-1.140666,7.09,47.809,-1.556999,7.072,47.304,-1.587,7.228,47.814,-1.44,7.138,46.23,-0.705,6.531,46.229,-1.036,6.444,47.311,-0.852,7.334,47.289,-1.236,7.355,46.289,-1.266,7.345,47.291,-1.107,7.366,46.284,-1.1,7.091,46.224,-0.711,7.106,45.106,-0.771,6.889,43.998,-1.806,6.793,43.997,-1.722,6.909,45.155,-1.75,7.455,43.994,-1.24,7.406,45.187,-1.201,6.933,42.875,-1.842,6.841,42.845,-1.789,7.303,44.009,-1.678,7.308,42.886,-1.702,7.4,43.988,-1.543,7.441,43.997,-1.393,7.276,42.883,-0.976,7.067,42.893,-1.833,7.323,41.882,-1.747,7.16,41.898,-1.921999,7.411,41.884,-1.319999,6.799,40.683,-1.783,7.042,41.884,-1.939,7.229,40.743,-2.011,6.934,41.856,-1.877,7.022,40.725,-2.007,7.488,40.748,-1.802,7.397,39.529,-2.001,6.769,39.525,-1.637,7.416,38.614,-1.918,7.215666,38.337,-1.878333,7.264,39.544,-1.291,7.353333,38.77,-1.328666,7.381,39.581,-1.426,7.205,39.55,-1.26,6.837,39.486,-1.856,7.326,38.831,-1.927,7.711,39.632,-1.805,7.801,38.789,-1.647332,7.672,39.243,-1.678,7.508667,38.77833,-1.432333,7.667,38.77467,-2.007,7.637,38.637,-1.487,7.86,38.363,-1.516,6.503,38.013,-1.513,6.805,38.29866,-1.354444,6.533666,38.28267,-1.625999,8.176,37.065,-1.414,6.752666,36.64567,-1.474666,7.015135,36.83111,-1.459653,7.581777,37.75963,-1.862962,6.838,37.437,-1.7,7.060666,38.04834,-1.766665,8.046,38.265,-1.566999,7.829555,38.76622,-1.971777,8.013666,38.57348,-1.825666,6.84,38.593,-1.905,6.829,39.527,-1.496,7.362,40.717,-1.356,6.893,40.715,-1.268,6.957,39.543,-1.356,6.601,43.978,-1.53,7.305,45.088,-0.845,7.194,43.962,-0.876,7.256,43.959,-0.89,7.15,45.108,-0.764,6.912,47.791,-1.601,6.684,48.247,-1.634,6.706666,49.78234,-0.809,7.134443,47.93222,-0.609888,7.269,48.518,-0.564,7.135,49.081,-0.477,7.207,49.094,-0.719,6.653,48.88,-1.839999,6.184,48.125,-0.995,6.786667,36.80222,-1.742443,7.389666,36.94567,-1.497333,6.693,36.929,-1.667,7.658666,37.14867,-1.006,5.794333,49.16833,-0.818333,5.939,49.396,-0.726,5.837,48.415,-1.419,5.869333,48.35466,-1.287,5.751,48.405,-1.078,6.655222,48.37156,-0.294222,6.855,49.231,-1.745,7.34,47.821,-1.262,6.898,47.299,-1.618,6.913,46.262,-1.685,6.719,47.284,-1.601,6.253,48.053,-0.865,7.624,39.605,-1.959,7.542,39.578,-2.006,7.363,40.752,-1.98,6.659,41.814,-1.357,7.296,43.961,-0.917,7.055629,38.5733,-1.265888,7.920333,38.122,-1.973333,7.235,42.884,-0.954,6.624,43.952,-1.206,6.663,43.953,-1.188,6.123,48.158,-1.312,6.373333,47.32567,-1.214666,6.528,46.28,-1.4,7.36,45.162,-1.03,7.885,37.256,-1.767,6.596,47.268,-1.542,6.508,47.261,-1.461,6.093,48.442,-1.683,6.074,48.458,-1.694999,6.629,42.829,-1.325,6.631,42.827,-1.286,6.691,42.825,-1.231,6.65,42.825,-1.247,7.149,43.964,-0.887,6.376888,37.94178,-1.636999,6.794777,37.871,-1.276111,6.71,38.32233,-1.435333,6.45,37.815,-1.45,7.4,45.184,-1.356,7.041,44.001,-1.795,6.352,47.954,-0.688,7.399,47.805,-1.007,7.383,47.812,-1.141,7.17,48.381,-1.559,7.127,48.175,-1.553,5.735,48.93134,-0.825333,5.718,49.019,-0.929333,5.719,48.733,-0.862,5.740999,49.09733,-0.925666,7.385111,48.73066,-1.002666,7.433,48.196,-0.918,6.735,49.355,-1.737999,6.307222,49.66556,-0.645,6.034,48.513,-1.699,5.795667,49.01633,-0.701333,5.974,48.788,-0.462,5.975,49.293,-0.578,6.148,49.467,-0.512,6.085,49.537,-0.672,7.5,36.88133,-1.126666,7.421333,37.04133,-0.961999,7.427,37.569,-1.109,7.417444,37.18122,-0.963999,7.422,37.44,-1.038,6.533,37.723,-1.346,6.499,37.507,-1.308,6.42,37.33567,-1.336998,6.470999,37.18,-1.791,8.023,36.923,-1.017,7.206888,37.12367,-1.046,7.677333,36.916,-1.173999,7.392,48.545,-0.737,7.3,48.102,-0.644,5.672,48.843,-1.204,5.68,48.626,-1.156,5.715,49.033,-1.242,5.724,48.831,-1.459,5.776,49.05,-1.438,5.758,48.623,-1.453,5.927,48.711,-1.683,5.886,48.909,-1.663,5.881,49.112,-1.602999,6.136333,49.44234,-1.638333,6.152,49.049,-1.837,6.097,49.223,-1.762,6.21,48.907,-1.877,6.468,49.105,-1.897,6.39,49.231,-1.852,6.210333,49.394,-1.723666,6.691,49.823,-1.298,6.660333,49.82833,-0.928333,6.592333,49.83633,-0.903333,6.377666,49.779,-1.297666,7.422,48.154,-0.778,6.918,43.969,-0.998,6.909,42.902,-1.09,6.66,42.847,-1.608});
			return Coordinate_10_584_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #590, 1176 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_10_590_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_590_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_590_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_590_coordIndex_2()));
			return IndexedFaceSet_10_590_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #590, 447 total numbers made up of 149 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_590_point()
		{
			MFVec3f Coordinate_11_590_point = new MFVec3f(new double[] {7.990259,35.9397,-0.844407,7.860188,36.30285,-1.19741,7.794904,36.31192,-1.267656,7.582,31.385,1.172,7.568,31.393,1.183,7.662,32.219,0.838,7.587,30.76344,2.051888,7.731,31.587,1.621,7.483667,30.20156,2.410333,7.594667,30.70422,2.082777,7.494777,30.67122,2.011777,7.66,31.583,1.611,7.694053,29.51485,1.900748,7.763703,29.43952,2.160776,7.273427,29.41241,2.706114,7.578785,29.34673,2.705407,7.138629,29.39585,2.460184,7.354703,29.92459,2.594197,7.379444,29.74956,2.796444,7.193517,29.58504,2.627925,7.486382,29.57016,1.743245,7.619333,29.816,1.761332,7.524296,29.18778,1.87322,7.728298,29.6855,2.409021,7.454378,29.30279,2.326287,7.011703,29.37234,2.056468,7.222393,29.42879,1.893498,7.329726,29.34667,2.141795,7.77111,29.95211,1.971777,7.77137,29.78467,2.239296,7.784632,29.54828,2.267231,7.74337,29.83411,2.310185,7.85,33.933,0.06,7.879,34.649,-0.353,7.98,34.003,0.148,7.626,31.367,1.171,7.601,31.376,1.168,7.687,32.213,0.828,7.787,31.385,1.257,7.991,32.334,0.982,7.906,31.425,1.375,7.821,32.258,0.909,7.753963,35.4563,-0.913925,7.606271,35.47015,-0.828616,7.658028,35.97097,-0.810723,7.621802,35.8261,-1.072222,7.8,34.991,-0.604,7.900444,35.42308,-0.836111,8.013362,36.66386,-1.429654,7.96894,36.5943,-1.478236,8.063496,36.85498,-1.012451,7.972641,36.74152,-0.989796,8.019124,36.82976,-1.127895,7.757,35.005,-0.596,7.907999,36.42722,-0.955888,7.651444,36.54248,-1.220555,7.867,35.84319,-1.12174,7.778074,35.82912,-1.145222,7.73448,36.0877,-0.783481,7.744,33.922,-0.026,7.781,34.645,-0.386,8.015,34.783,-0.151,7.996999,34.073,0.255,8.0,34.028,0.183,7.96,34.714,-0.243,7.867,34.998,-0.559,7.973,35.047,-0.489,7.973,35.211,-0.308,7.957,34.855,-0.073,8.016,35.119,-0.386,7.567,35.173,-0.378,7.586,34.803,-0.147,7.623,35.225,-0.302,7.624,34.859,-0.072,7.638,35.063,-0.546,7.657,34.717,-0.358,7.571,35.099,-0.459,7.607,34.754,-0.244,7.862,33.214,0.443,7.732,33.157,0.308,7.97,34.133,0.351,7.973,33.379,0.744,8.034,33.35,0.637,7.741,33.413,0.776,7.864,34.198,0.41,7.742,34.173,0.444,7.88,33.43,0.772,7.69,33.351,0.648,7.625,34.143,0.372,7.643,34.117,0.239,7.692,33.397,0.74,7.258888,29.68289,2.042888,7.392,30.011,1.769,7.627,32.307,0.934,7.629,32.327,0.986,7.686,33.281,0.509,7.627,32.399,1.109,7.696,32.448,1.203,7.389889,30.03689,2.202444,7.411148,30.07445,2.327296,7.608814,30.34111,1.620629,7.652,29.347,1.88,7.446851,30.51656,1.670036,7.922,31.457,1.411,8.007,32.351,1.02,7.919,31.515,1.451,7.986,32.385,1.055,7.808,31.592,1.564,7.903,32.412,1.189,7.787,32.45,1.233,7.638,30.66367,2.090666,7.586,30.16289,2.408666,7.596111,29.71111,2.700111,7.732,30.192,2.216,7.805,30.414,1.941999,7.818,30.613,1.708,7.667963,30.39678,1.621258,7.795,30.309,1.834,7.854,30.685,1.809,7.768,30.519,2.027,7.802,30.778,1.862999,8.027,33.323,0.591,7.182332,29.59255,2.185444,7.282,29.78667,2.44,7.329889,29.86456,1.951221,7.546,31.453,1.324,7.609,31.561,1.535,7.557,31.487,1.428,7.699,33.222,0.411,7.673,34.037,0.142,7.696,33.985,0.061,7.85,34.902,-0.009,7.741,34.899,-0.017,7.619777,35.531,-0.929221,7.618221,36.75211,-1.241555,8.004,33.299,0.554,7.718,33.934,-0.021,7.712,33.163,0.312,7.74,29.807,1.935,7.882,36.88563,-1.065851,7.738,36.803,-1.227,8.00563,35.61889,-0.641814,7.654999,35.70222,-0.561444,7.824999,35.76933,-0.521333,7.849,35.258,-0.222,7.736,35.267,-0.246,7.441,30.628,1.764999,7.425333,30.51633,1.766999,7.442,29.95,1.697});
			return Coordinate_11_590_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #594, 2200 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_10_594_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_594_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_594_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_594_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_594_coordIndex_3()));
			return IndexedFaceSet_10_594_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #594, 831 total numbers made up of 277 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_11_594_point()
		{
			MFVec3f Coordinate_11_594_point = new MFVec3f(new double[] {7.222662,28.82001,1.624965,7.478,35.75033,-1.498,7.522,35.398,-1.293,7.621456,36.38058,-1.412826,6.954,35.504,-1.005,6.937,35.49,-1.034,7.03,34.973,-0.879,6.86,35.905,-1.08,6.85,35.896,-1.109,7.12,30.233,1.205,7.098,30.223,1.178,7.133,29.788,1.447,7.201333,29.73933,1.560999,7.208,30.266,1.286,7.179,30.253,1.253,7.47,34.039,-0.288,7.402,32.901,0.188,7.424,32.905,0.198,7.447,34.037,-0.294,7.140333,35.71634,-0.907666,7.087,34.995,-0.823,7.157,35.004,-0.8,7.012,35.543,-0.951,7.439199,36.74563,-1.240982,7.056828,36.94498,-0.902992,7.54,35.868,-1.34,7.524,35.873,-1.39,7.528839,36.26816,-1.536764,7.269074,36.2628,-1.882962,7.419185,36.21095,-1.788888,7.339962,36.21591,-1.860295,7.114851,37.45082,-1.955443,7.242,37.39878,-1.98111,7.345518,37.12004,-2.134333,7.336407,37.58224,-1.720468,7.049925,37.54119,-1.868221,6.883489,36.86284,-1.754354,6.911346,37.19389,-1.983271,7.531888,36.70229,-1.627196,7.555666,36.89533,-1.874629,7.625373,37.01374,-1.760681,7.35,36.63,-0.956,7.308889,36.74367,-0.979555,7.610592,37.30911,-1.600814,6.93736,36.92498,-1.703325,7.486078,28.64191,1.727736,7.483764,28.64716,1.718257,7.263192,28.88675,1.864644,7.321394,28.88511,1.841097,7.497255,28.94486,1.96734,7.490051,28.69569,1.723062,7.124098,28.91411,1.954382,7.099,35.949,-0.985,7.488111,36.56722,-1.779444,6.749643,36.84406,-1.086701,6.771665,36.86661,-1.08106,6.883526,36.84021,-1.222342,7.066,36.99,-2.098,7.346,35.679,-1.666,7.326555,36.11163,-1.833184,7.399,35.707,-1.615999,7.155,36.51833,-1.009296,6.922666,36.70567,-1.045333,7.523481,37.45645,-1.80537,7.427444,37.45934,-1.872888,7.277,34.824,-1.294,7.236,35.299,-1.507,7.273,35.29,-1.535,7.048666,37.61234,-1.673999,7.401369,37.43863,-1.474666,7.000667,37.422,-1.739332,7.131592,36.89256,-1.327444,7.39563,36.43361,-1.057351,6.730558,36.80325,-1.313255,6.759222,36.61856,-1.411221,6.747981,36.82614,-1.085515,7.110444,36.43822,-1.906222,6.999333,36.79333,-1.973,7.643333,37.12967,-1.981666,7.523333,37.32333,-1.934333,7.559,35.908,-1.293,7.491604,36.21869,-1.602382,7.539,35.504,-1.204,7.574,34.952,-0.951,7.579,34.971,-0.919,7.605,34.487,-0.696,7.52,35.041,-0.768,7.493,35.046,-0.745,7.566,34.558,-0.549,7.572,35.608,-1.11,7.559,35.628,-1.078,7.581,35.018,-0.838,7.398666,35.74567,-0.894333,7.469297,36.36739,-1.093574,7.425667,35.833,-1.008,7.428666,35.72633,-0.996,7.523,36.975,-1.615,7.406666,36.84734,-1.467333,6.967666,36.59611,-1.689222,7.273777,37.05748,-1.529518,7.506131,36.03437,-1.159271,7.167998,36.92947,-1.019908,7.152664,36.9398,-1.025241,7.082,34.45,-0.712,7.095,33.938,-0.546,7.087,33.958,-0.499,7.073,34.425,-0.755,6.85,35.864,-1.182,6.779999,36.244,-1.175,6.79,36.221,-1.254,6.979,36.706,-1.834,7.046,30.731,0.721,7.058,31.769,0.242,7.113,30.707,0.655,7.166,31.732,0.185,7.065592,29.08033,1.833739,7.212333,29.20467,1.442333,7.366,30.889,1.023,7.474,31.971,0.563,7.44,31.982,0.585,7.386,30.882,1.004,7.511,32.906,0.222,7.62,34.026,-0.318,7.587,34.036,-0.295,7.562,32.896,0.197,7.062,30.81,0.916,7.159,30.841,0.953,7.14,29.43433,1.659,7.522,29.502,1.464,7.524,29.77,1.335,7.52,29.563,1.577,7.494,29.832,1.447,7.510839,36.46233,-1.22399,7.109,34.88,-1.131,7.037,35.364,-1.277,7.115,35.345,-1.352,7.232,32.766,-0.267,7.12,33.895,-0.637,7.284,33.818,-0.775,7.105,32.785,-0.182,7.081,36.097,-1.632,7.188963,36.21152,-1.867258,7.217,35.689,-1.655,7.112,35.741,-1.513999,7.048,34.895,-1.048,7.082,34.369,-0.837,7.011,34.942,-0.939,6.909333,36.19967,-1.436,7.165,37.504,-1.585,7.420308,29.11511,1.492481,7.483156,28.67486,1.683732,7.296,32.91,0.069,7.324,34.01,-0.372,7.358,32.757,-0.288,7.411,33.822,-0.762,7.011,31.833,0.339,7.13,32.855,-0.021,7.063,32.825,-0.082,7.053,31.873,0.389,7.02,30.774,0.815,7.039,30.796,0.895,7.474,31.852,0.341,7.419,30.856,0.941,7.46,30.797,0.809,7.479,31.928,0.477,7.269,30.73,0.642,7.292,31.743,0.153,7.057,30.195,1.101,7.117,29.723,1.306,7.121,29.763,1.385,7.229,30.271,1.296999,7.317,30.28,1.308,7.267,29.841,1.515,7.289,30.05,0.969,7.434,29.688,1.204,7.301,29.638,1.172,7.408,30.093,1.026,7.499,29.58,1.612,7.303,29.338,1.323,7.543,29.294,1.727999,7.564641,29.11344,1.717814,7.493,29.344,1.799,7.404439,29.1419,2.028266,7.427,29.383,1.835,7.211,29.15167,2.062333,7.279,34.51,-0.599,7.408,34.539,-0.548,7.228,35.013,-0.776,7.352,35.031,-0.745,7.376,35.034,-0.742,7.259,35.627,-0.892,7.161444,37.20356,-1.604666,7.057,36.247,-1.673,7.17,36.59733,-2.012,7.100666,37.63,-1.606666,7.482666,37.37033,-1.929666,6.918,37.191,-1.778,6.785,36.258,-1.136,6.847,36.284,-1.115999,6.895,35.913,-1.056,7.256,35.672,-1.696,7.424,35.319,-1.451,7.545,35.03,-0.801,7.478,35.62,-1.062,7.071777,29.15607,1.865517,7.44,29.409,1.344,7.469,29.441,1.386,7.275,29.589,1.671999,7.194,29.664,1.208,7.157,30.083,0.984,7.46,29.712,1.243,7.444,30.252,1.240999,7.403,29.845,1.500999,7.386,30.28,1.3,7.615,33.975,-0.433,7.576,32.852,0.109,7.445888,36.52245,-1.88374,7.02,36.919,-1.535,7.129,34.36,-0.889,7.603,28.978,1.868,7.6,34.546,-0.583,7.551,35.577,-1.149,7.538,32.833,-0.081,7.138,29.192,1.589999,7.194333,29.29667,1.434,7.421666,36.80566,-2.065333,6.922,35.442,-1.074,7.539131,36.02637,-1.184604,7.358,35.978,-0.911,7.241,35.964,-0.923,7.439666,35.726,-1.019333,7.571798,36.01871,-1.210271,7.217,36.925,-2.126,7.488556,36.82789,-1.992777,6.995,35.931,-1.03,7.186,34.49,-0.634,7.078,31.888,0.41,7.159,32.866,-0.002,7.163,33.979,-0.442,7.195,33.986,-0.425,7.432,34.543,-0.544,7.244,30.878,1.018,7.31,31.972,0.56,7.222,30.872,1.01,7.332,31.977,0.569,7.118889,37.63167,-1.68411,7.418667,28.917,1.513,7.342333,37.35767,-1.991666,6.976,36.333,-1.102,7.02,37.155,-1.701,7.401333,37.39,-1.951666,7.141,29.69,1.253,7.148,29.428,1.503,7.36,31.765,0.188,7.363,30.741,0.684,7.58,33.919,-0.555,7.478,34.357,-0.956,7.575,34.43,-0.807,7.477,33.846,-0.704,7.55,34.897,-1.052,7.459,34.839,-1.204,7.203,31.93,0.48,7.162,34.485,-0.643,7.087,30.129,1.029,7.05,28.902,1.747,7.184,29.357,1.823,7.432,32.775,-0.232,7.002,35.795,-1.385,6.968,35.388,-1.194999,6.895,35.839,-1.284,7.497,30.179,1.127,7.416,29.598,1.67,7.289,29.382,1.855,7.385,34.819,-1.271,7.401,34.321,-1.014,7.287,34.301,-1.026,7.363,35.29,-1.512});
			return Coordinate_11_594_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #600, 672 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_11_600_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_600_coordIndex = new MFInt32(new int[] {2,3,4,-1,6,7,5,-1,25,26,22,-1,29,28,31,-1,12,38,16,-1,2,40,41,-1,42,30,31,-1,43,28,29,-1,42,44,35,-1,35,19,45,-1,27,22,39,-1,47,46,48,-1,18,23,49,-1,35,44,51,-1,22,25,53,-1,31,55,54,-1,31,30,29,-1,56,46,19,-1,22,57,58,-1,59,60,14,-1,18,62,63,-1,17,12,16,-1,64,8,12,-1,5,13,14,-1,15,0,3,-1,66,65,14,-1,67,0,2,-1,68,2,69,-1,40,57,26,-1,40,1,57,-1,69,41,70,-1,70,68,69,-1,71,6,70,-1,6,5,70,-1,72,9,13,-1,36,11,6,-1,11,7,6,-1,73,74,32,-1,21,18,20,-1,1,58,57,-1,1,49,58,-1,48,46,75,-1,12,76,47,-1,38,12,47,-1,10,9,72,-1,72,11,10,-1,56,75,46,-1,12,9,10,-1,10,76,12,-1,75,56,39,-1,75,39,37,-1,37,39,58,-1,36,28,43,-1,11,72,7,-1,74,73,6,-1,70,65,66,-1,68,66,3,-1,68,70,66,-1,41,71,70,-1,41,40,26,-1,2,41,69,-1,3,2,68,-1,20,0,62,-1,70,5,65,-1,13,9,8,-1,8,9,12,-1,13,8,64,-1,62,15,63,-1,19,27,39,-1,35,45,42,-1,50,52,35,-1,52,22,27,-1,58,39,22,-1,30,19,46,-1,31,44,42,-1,39,56,19,-1,14,61,15,-1,14,80,61,-1,13,59,14,-1,35,81,50,-1,57,22,26,-1,32,36,34,-1,32,28,36,-1,51,78,35,-1,0,15,62,-1,34,73,32,-1,3,0,4,-1,1,2,0,-1,18,24,23,-1,75,23,24,-1,19,79,82,-1,19,35,79,-1,67,4,0,-1,28,83,55,-1,54,78,51,-1,78,54,83,-1,36,6,73,-1,50,81,25,-1,17,13,64,-1,17,59,13,-1,60,61,80,-1,60,18,61,-1,16,38,24,-1,1,0,49,-1,27,35,52,-1,27,79,35,-1,81,35,78,-1,52,25,22,-1,50,25,52,-1,81,84,25,-1,42,45,30,-1,33,85,32,-1,33,84,85,-1,85,78,83,-1,82,27,19,-1,60,17,18,-1,32,41,33,-1,77,43,10,-1,36,43,77,-1,75,37,23,-1,24,48,75,-1,46,47,29,-1,76,10,47,-1,29,47,43,-1,77,11,36,-1,77,10,11,-1,10,43,47,-1,38,47,48,-1,48,24,38,-1,20,49,0,-1,49,20,18,-1,7,13,5,-1,7,72,13,-1,71,74,6,-1,71,32,74,-1,41,32,71,-1,20,62,21,-1,15,66,14,-1,3,66,15,-1,14,65,5,-1,59,17,60,-1,60,80,14,-1,29,30,46,-1,28,55,31,-1,83,32,85,-1,84,33,25,-1,25,22,53,-1,45,19,30,-1,44,54,51,-1,44,31,54,-1,84,78,85,-1,81,78,84,-1,82,79,27,-1,37,49,23,-1,37,58,49,-1,40,2,1,-1,24,18,16,-1,21,62,18,-1,61,63,15,-1,61,18,63,-1,12,17,64,-1,26,33,41,-1,33,26,25,-1,83,28,32,-1,54,55,83,-1,2,4,67,-1,36,73,34,-1,16,18,17,-1});
			return IndexedFaceSet_11_600_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #600, 258 total numbers made up of 86 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_600_point()
		{
			MFVec3f Coordinate_12_600_point = new MFVec3f(new double[] {7.567434,28.65716,2.754351,7.554777,28.80889,2.628332,7.4705,28.75006,2.756388,7.48225,28.62875,2.952,7.4755,28.6675,2.962,7.204,28.5165,2.843999,7.098,28.665,2.832,7.068333,28.52233,2.846,7.022583,28.30067,2.656833,7.004166,28.30833,2.659666,6.93148,28.45752,2.596518,6.993,28.538,2.7335,7.169805,28.38517,2.496221,7.256319,28.38412,2.708846,7.367611,28.45881,2.868027,7.543166,28.512,2.875331,7.34995,28.47077,2.521257,7.345666,28.38144,2.542222,7.509606,28.50053,2.571013,7.188326,29.03025,2.3575,7.618667,28.65833,2.598,7.680332,28.48867,2.589222,7.448444,29.06262,2.526471,7.381836,28.64257,2.520497,7.353121,28.60948,2.515563,7.336639,29.10785,2.713342,7.414509,28.91853,2.705684,7.318555,29.08033,2.397444,6.976194,28.81856,2.624555,6.977725,28.843,2.526956,7.026333,29.00633,2.414054,6.958369,28.98235,2.498431,7.110264,28.86164,2.795777,7.173944,28.89697,2.812833,7.06625,28.784,2.769,7.127913,29.1989,2.508499,7.014777,28.66866,2.669888,7.394064,28.70233,2.529914,7.236444,28.49833,2.478444,7.296138,28.91272,2.462777,7.427166,28.87883,2.700666,7.320333,28.83233,2.793333,7.011375,29.12538,2.477,6.942,28.674,2.519,6.98975,29.12625,2.527,7.065,29.12225,2.4,7.145104,28.86051,2.395499,7.090666,28.61844,2.456305,7.199333,28.572,2.450333,7.4995,28.72825,2.588499,7.292,29.18475,2.647999,6.997374,29.10129,2.62275,7.316,29.1705,2.4805,7.403,29.079,2.691,6.999458,29.07221,2.657916,6.941,28.952,2.626999,7.18452,28.89384,2.403999,7.503555,28.90333,2.585888,7.449,28.82125,2.574,7.30275,28.38425,2.673249,7.38625,28.41475,2.671249,7.493,28.477,2.797999,7.675499,28.48567,2.754166,7.588,28.47,2.75,7.2165,28.315,2.613999,7.295,28.524,2.918,7.372,28.571,2.985,7.489,28.662,2.866,7.4,28.717,2.955,7.355,28.756,2.892,7.292,28.661,2.944,7.234,28.74,2.830999,7.021499,28.423,2.773,7.0705,28.751,2.774,7.136,28.78,2.837,7.269666,28.721,2.468,7.036,28.463,2.51,6.977,28.578,2.615,7.026687,29.1061,2.659166,7.142001,29.20577,2.519074,7.413,28.449,2.771,7.261458,29.17625,2.676875,7.218,29.124,2.36,7.031791,29.00612,2.726458,7.205,29.0755,2.787,7.05325,29.02442,2.738083});
			return Coordinate_12_600_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #604, 376 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_11_604_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_604_coordIndex = new MFInt32(new int[] {3,17,0,-1,0,4,2,-1,28,8,14,-1,8,22,14,-1,30,7,29,-1,22,32,14,-1,23,34,30,-1,29,7,33,-1,15,16,7,-1,31,35,32,-1,31,11,35,-1,36,5,17,-1,37,34,6,-1,5,37,6,-1,38,22,8,-1,35,11,39,-1,3,0,1,-1,17,5,6,-1,34,0,17,-1,40,32,38,-1,40,31,32,-1,25,4,41,-1,24,18,25,-1,30,34,42,-1,7,43,15,-1,44,39,26,-1,15,25,33,-1,0,23,4,-1,31,5,11,-1,7,30,42,-1,11,26,39,-1,14,32,10,-1,1,25,12,-1,12,20,1,-1,20,12,21,-1,38,8,19,-1,29,33,41,-1,33,25,41,-1,33,7,16,-1,21,17,3,-1,21,1,20,-1,21,3,1,-1,42,34,48,-1,15,9,46,-1,45,9,15,-1,15,46,18,-1,26,27,14,-1,39,10,35,-1,44,14,39,-1,26,11,12,-1,47,43,48,-1,11,5,12,-1,27,46,14,-1,27,18,46,-1,18,13,25,-1,15,24,25,-1,29,23,30,-1,7,42,43,-1,47,9,43,-1,25,0,2,-1,25,1,0,-1,12,5,36,-1,19,40,38,-1,6,34,17,-1,32,35,10,-1,26,14,44,-1,12,13,26,-1,9,8,28,-1,37,47,34,-1,21,36,17,-1,36,21,12,-1,19,31,40,-1,5,31,19,-1,45,15,43,-1,48,34,47,-1,4,29,41,-1,23,29,4,-1,18,27,13,-1,38,32,22,-1,5,19,37,-1,47,37,9,-1,33,16,15,-1,46,28,14,-1,46,9,28,-1,26,13,27,-1,15,18,24,-1,43,9,45,-1,34,23,0,-1,43,42,48,-1,25,2,4,-1,19,9,37,-1,12,25,13,-1,14,10,39,-1,9,19,8,-1});
			return IndexedFaceSet_11_604_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #604, 147 total numbers made up of 49 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_604_point()
		{
			MFVec3f Coordinate_12_604_point = new MFVec3f(new double[] {7.684796,29.28159,2.341296,7.573333,29.102,2.343666,7.653,29.173,2.382,7.637889,29.14739,2.241166,7.663333,29.23633,2.443333,7.378777,29.23085,2.063369,7.550166,29.37183,2.202333,7.420109,29.34245,2.587888,7.23,29.3635,2.201,7.301416,29.36461,2.301211,7.079407,29.11552,2.188073,7.282249,29.0901,2.087637,7.443073,29.07671,2.150879,7.448777,29.07178,2.253777,7.209636,29.15225,2.255812,7.35309,29.22086,2.498632,7.343444,29.21755,2.590888,7.691999,29.29533,2.208555,7.364,29.168,2.360833,7.282833,29.3555,2.149666,7.538,29.088,2.271,7.601389,29.16093,2.171707,7.1735,29.3085,2.199,7.621999,29.33067,2.470332,7.385139,29.18525,2.476027,7.530648,29.11629,2.425833,7.344439,29.06079,2.150772,7.351055,29.092,2.202055,7.21,29.266,2.25,7.526666,29.3165,2.570665,7.56586,29.35719,2.487166,7.216999,29.19667,2.071333,7.099222,29.199,2.171666,7.475413,29.20787,2.62148,7.59137,29.37278,2.31474,7.170667,29.06733,2.113666,7.45911,29.22725,2.066074,7.434,29.39311,2.237666,7.109,29.275,2.146,7.179479,29.0615,2.201652,7.169,29.261,2.088,7.5855,29.1975,2.5285,7.509721,29.38372,2.503999,7.382999,29.38433,2.440333,7.197344,29.13558,2.240395,7.313,29.307,2.442,7.27174,29.21348,2.358098,7.454333,29.397,2.338333,7.492,29.398,2.415});
			return Coordinate_12_604_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #608, 472 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_11_608_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_608_coordIndex = new MFInt32(new int[] {15,11,16,-1,15,18,11,-1,8,22,23,-1,27,8,26,-1,30,31,32,-1,30,33,31,-1,34,27,35,-1,27,26,35,-1,11,32,31,-1,9,16,8,-1,9,8,23,-1,15,9,19,-1,9,23,19,-1,37,38,39,-1,40,41,42,-1,7,41,43,-1,6,20,7,-1,7,14,42,-1,14,44,45,-1,1,0,24,-1,39,2,47,-1,24,0,2,-1,47,3,5,-1,5,0,4,-1,2,5,3,-1,7,20,21,-1,20,4,1,-1,1,4,0,-1,21,20,1,-1,3,47,2,-1,39,46,2,-1,6,48,5,-1,48,47,5,-1,43,6,7,-1,42,41,7,-1,49,46,50,-1,50,29,49,-1,19,18,15,-1,12,11,18,-1,12,18,51,-1,31,28,11,-1,28,35,26,-1,26,11,28,-1,52,53,54,-1,29,31,33,-1,29,28,31,-1,25,24,2,-1,21,14,7,-1,16,11,8,-1,19,17,18,-1,12,17,10,-1,51,17,12,-1,10,13,12,-1,5,2,0,-1,34,50,55,-1,34,35,50,-1,10,22,8,-1,36,30,32,-1,56,30,36,-1,56,53,52,-1,56,36,53,-1,57,54,53,-1,57,38,54,-1,58,57,13,-1,55,57,34,-1,55,38,57,-1,27,10,8,-1,27,58,10,-1,13,53,12,-1,12,32,11,-1,45,56,40,-1,56,45,30,-1,33,45,59,-1,30,45,33,-1,54,41,52,-1,55,46,39,-1,41,39,48,-1,37,39,41,-1,43,41,6,-1,60,44,1,-1,60,49,59,-1,60,25,49,-1,5,20,6,-1,4,20,5,-1,25,1,24,-1,1,25,60,-1,44,59,45,-1,59,44,60,-1,14,1,44,-1,14,40,42,-1,45,40,14,-1,48,6,41,-1,39,47,48,-1,59,29,33,-1,59,49,29,-1,38,55,39,-1,38,41,54,-1,41,38,37,-1,40,52,41,-1,40,56,52,-1,19,10,17,-1,10,19,23,-1,10,23,22,-1,32,12,36,-1,53,36,12,-1,26,8,11,-1,34,58,27,-1,34,57,58,-1,13,10,58,-1,53,13,57,-1,35,29,50,-1,35,28,29,-1,16,9,15,-1,46,25,2,-1,49,25,46,-1,21,1,14,-1,18,17,51,-1,55,50,46,-1});
			return IndexedFaceSet_11_608_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #608, 183 total numbers made up of 61 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_608_point()
		{
			MFVec3f Coordinate_12_608_point = new MFVec3f(new double[] {6.602295,28.41014,2.91911,6.55633,28.43741,2.90627,6.536667,28.28156,3.236333,6.591054,28.52733,3.276832,6.6096,28.45669,2.999842,6.470183,28.59521,3.299525,6.400341,28.61815,3.307553,6.202166,28.58017,3.17,6.070533,27.22023,3.571064,5.959843,27.13927,3.545739,5.732034,27.38901,3.734919,5.914461,27.36345,3.387776,5.670884,27.59381,3.563805,5.8385,27.6005,3.71,6.216574,28.39478,3.071999,5.801555,27.17145,3.425333,6.064543,27.27446,3.419202,5.545962,27.33741,3.48224,5.67374,27.2973,3.325296,5.672166,27.23354,3.541814,6.45377,28.66719,3.094129,6.312129,28.581,2.988129,6.040666,27.214,3.764,5.888,27.197,3.703666,6.592033,28.33137,2.972929,6.450875,28.22462,3.084625,6.11937,27.37878,3.482999,6.159,27.44022,3.626,6.1,27.61975,3.40675,6.22025,27.8785,3.312749,6.083,27.93525,3.295499,5.9915,27.64575,3.3675,5.931249,27.67887,3.38225,6.133,27.9045,3.277999,6.1935,27.6435,3.541125,6.182,27.62,3.48125,5.7895,27.80525,3.5025,6.1815,28.258,3.4695,6.1925,27.98225,3.5515,6.376,28.166,3.477,6.0335,28.2675,3.3365,6.169874,28.38663,3.394625,6.12275,28.42375,3.270249,6.284541,28.55021,3.355124,6.3705,28.2645,3.0265,6.188875,28.1055,3.202125,6.38875,28.06625,3.3025,6.519,28.316,3.398,6.417,28.371,3.421,6.331,28.05275,3.22025,6.29175,27.876,3.38525,5.605333,27.44367,3.385666,5.904,28.0715,3.4715,5.828,27.81675,3.5935,6.016,28.054,3.54,6.277875,27.91175,3.461125,5.9195,28.04875,3.42325,6.0385,27.742,3.648,6.009,27.538,3.7,6.24475,28.07,3.18525,6.41875,28.24025,3.03725});
			return Coordinate_12_608_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #612, 864 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_11_612_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_612_coordIndex = new MFInt32(new int[] {3,4,5,-1,9,20,18,-1,21,22,23,-1,29,30,31,-1,32,24,35,-1,33,35,36,-1,38,39,0,-1,36,40,37,-1,41,5,4,-1,42,43,6,-1,44,37,3,-1,45,24,32,-1,47,10,29,-1,10,48,29,-1,9,18,19,-1,50,52,11,-1,0,39,53,-1,55,56,57,-1,56,58,57,-1,30,29,48,-1,23,59,60,-1,55,64,56,-1,9,67,15,-1,46,12,15,-1,12,10,68,-1,69,16,1,-1,69,7,70,-1,70,71,69,-1,73,17,69,-1,69,71,73,-1,15,20,9,-1,75,76,74,-1,77,78,79,-1,80,81,82,-1,80,83,81,-1,82,84,85,-1,82,36,35,-1,0,37,86,-1,60,53,39,-1,39,38,60,-1,59,34,42,-1,60,59,53,-1,26,27,24,-1,25,35,24,-1,45,32,87,-1,3,37,4,-1,5,41,87,-1,89,28,87,-1,87,28,45,-1,87,32,44,-1,22,35,25,-1,22,90,35,-1,34,59,91,-1,6,43,41,-1,6,53,42,-1,86,40,36,-1,86,37,40,-1,82,90,84,-1,82,81,36,-1,85,80,82,-1,56,92,54,-1,74,49,75,-1,13,2,14,-1,18,49,16,-1,16,69,17,-1,11,71,70,-1,70,7,11,-1,94,73,71,-1,10,47,95,-1,96,97,98,-1,96,78,97,-1,57,63,47,-1,92,100,61,-1,100,99,61,-1,101,66,72,-1,72,73,101,-1,61,77,23,-1,55,57,47,-1,86,38,0,-1,0,53,6,-1,76,15,74,-1,102,103,83,-1,88,43,34,-1,24,45,28,-1,44,32,37,-1,90,82,35,-1,33,36,37,-1,37,0,4,-1,28,26,24,-1,27,91,59,-1,21,23,77,-1,19,16,17,-1,72,104,17,-1,11,7,8,-1,1,2,8,-1,58,63,57,-1,58,62,63,-1,105,54,81,-1,68,10,95,-1,19,17,104,-1,16,19,18,-1,72,17,73,-1,34,26,28,-1,22,27,23,-1,43,88,41,-1,51,103,102,-1,51,63,103,-1,48,10,30,-1,72,66,30,-1,102,85,96,-1,85,102,80,-1,86,54,38,-1,61,78,77,-1,61,99,78,-1,101,65,66,-1,101,107,65,-1,23,92,61,-1,23,106,92,-1,99,108,65,-1,99,100,108,-1,30,66,31,-1,108,29,31,-1,64,29,108,-1,78,107,97,-1,97,52,98,-1,97,94,52,-1,109,63,51,-1,47,63,109,-1,98,50,51,-1,98,52,50,-1,50,11,93,-1,11,94,71,-1,52,94,11,-1,101,73,94,-1,30,46,9,-1,30,10,46,-1,95,8,68,-1,8,95,93,-1,93,11,8,-1,19,104,9,-1,76,75,49,-1,2,15,14,-1,15,2,74,-1,63,62,103,-1,92,56,100,-1,83,105,81,-1,21,79,22,-1,79,21,77,-1,84,90,22,-1,81,86,36,-1,0,6,4,-1,42,53,59,-1,27,25,24,-1,3,87,44,-1,34,89,88,-1,87,3,5,-1,89,87,88,-1,34,28,89,-1,87,41,88,-1,26,91,27,-1,26,34,91,-1,106,23,60,-1,34,43,42,-1,54,60,38,-1,54,106,60,-1,22,85,84,-1,85,22,79,-1,54,92,106,-1,79,96,85,-1,96,79,78,-1,102,83,80,-1,62,105,83,-1,16,49,74,-1,20,15,76,-1,1,16,74,-1,104,30,9,-1,30,104,72,-1,7,69,1,-1,2,13,12,-1,9,46,67,-1,109,93,95,-1,109,50,93,-1,96,51,102,-1,96,98,51,-1,94,107,101,-1,94,97,107,-1,64,100,56,-1,100,64,108,-1,31,65,108,-1,66,65,31,-1,99,107,78,-1,107,99,65,-1,29,55,47,-1,29,64,55,-1,54,58,56,-1,51,50,109,-1,83,103,62,-1,10,12,46,-1,4,6,41,-1,27,22,25,-1,32,35,33,-1,59,23,27,-1,37,32,33,-1,49,20,76,-1,20,49,18,-1,67,46,15,-1,12,14,15,-1,13,14,12,-1,68,2,12,-1,2,68,8,-1,109,95,47,-1,86,81,54,-1,62,54,105,-1,58,54,62,-1,1,74,2,-1,8,7,1,-1});
			return IndexedFaceSet_11_612_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #612, 330 total numbers made up of 110 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_612_point()
		{
			MFVec3f Coordinate_12_612_point = new MFVec3f(new double[] {7.268992,28.28156,3.234918,6.837139,26.74101,4.067671,6.986074,26.64233,4.092518,7.1045,28.4695,3.243,7.258936,28.4625,3.219543,7.193,28.457,3.139,7.301789,28.42004,3.084506,6.900731,26.91512,4.096222,7.008456,26.80442,4.094469,6.920172,26.68517,3.752987,7.20941,26.80441,3.802374,6.966917,27.02103,4.087057,7.169052,26.68107,3.952921,7.095,26.611,4.051,7.017333,26.54167,4.036333,6.984752,26.53014,3.936438,6.686004,26.7515,4.031843,6.721302,26.88076,3.893283,6.745649,26.6387,3.84137,6.755956,26.68962,3.839775,6.859,26.5795,3.7805,6.928291,28.00142,3.281499,6.915333,28.03867,3.272499,6.983597,27.99892,3.192554,6.873206,28.3623,3.144814,6.858555,28.17578,3.158999,6.925721,28.29367,3.008332,6.908167,28.13433,3.061499,6.95536,28.31783,3.009166,7.106,27.131,3.685999,7.011333,26.89384,3.715166,6.9725,27.133,3.645,6.922333,28.50817,3.236999,6.993333,28.47367,3.350666,7.020673,28.224,2.882789,6.877499,28.35853,3.348221,7.066,28.28672,3.440721,7.213951,28.43142,3.312591,7.20375,28.136,3.276,7.208,28.18,3.177,7.149,28.342,3.389,7.170554,28.42625,2.941138,7.187666,28.30117,2.901027,7.155999,28.37,2.885193,6.950667,28.52067,3.257333,6.90425,28.3995,3.115,7.126444,26.681,3.837777,7.1965,27.1175,3.763499,7.153,26.923,3.756,6.719394,26.61757,3.924303,7.0425,27.18425,3.964,7.08625,27.42475,3.81475,6.9885,27.20125,3.966,7.204012,28.22108,3.080962,7.179499,27.94267,3.391499,7.191,27.366,3.658999,7.1495,27.6345,3.5125,7.1895,27.3725,3.672499,7.176,27.663,3.554,7.093166,28.09967,2.999666,7.09925,28.046,3.141,7.0075,27.8305,3.324,7.163,27.67425,3.5855,7.18375,27.38125,3.690749,7.112,27.357,3.613,6.97575,27.358,3.58425,6.9405,27.14275,3.668999,6.999,26.604,3.848,7.145839,26.79711,3.974172,6.758,26.912,3.994,6.835,26.973,4.014,6.821,27.015,3.9035,6.841,26.9785,3.775,6.8235,27.0035,3.85425,6.845222,26.53556,4.059389,6.795,26.49,3.976,6.867,26.475,3.928333,6.968,27.846,3.3635,6.97125,27.605,3.5305,6.946874,27.94108,3.341583,7.074,27.96075,3.574998,7.112791,28.14283,3.459458,7.01225,28.14437,3.479416,7.10975,27.94188,3.532499,6.970437,28.1224,3.455811,7.0205,27.94775,3.5665,7.19625,28.1705,3.340499,7.058141,28.41943,3.109733,7.14511,28.39272,2.912444,7.042,28.336,2.932,6.979062,28.16952,3.449853,6.978,28.174,2.967,7.078,27.841,3.329,7.075,26.993,4.013,6.909,27.187,3.8,7.164,26.9525,3.9055,7.03725,27.6895,3.7035,6.941,27.389,3.695,7.03125,27.43225,3.829249,6.999,27.587,3.46925,7.0255,27.584,3.4495,6.908499,27.1525,3.692999,7.095,27.70012,3.68,7.1295,27.69625,3.644,6.83,26.846,3.79,7.1455,27.923,3.49,7.078666,27.945,3.250166,6.9435,27.3585,3.6025,7.008,27.3575,3.566,7.135,27.146,3.878});
			return Coordinate_12_612_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #616, 1064 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_11_616_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_616_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_616_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_616_coordIndex_2()));
			return IndexedFaceSet_11_616_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #616, 405 total numbers made up of 135 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_616_point()
		{
			MFVec3f Coordinate_12_616_point = new MFVec3f(new double[] {7.299,28.195,3.016,7.4125,28.13797,3.137304,7.387462,28.2752,3.115925,7.133148,26.50233,3.156129,7.074481,26.61652,3.289,7.121054,28.33367,2.601554,7.278824,26.56999,3.081977,7.242125,26.86963,3.178625,7.285248,27.09975,3.144,7.527506,26.46239,3.385722,7.197802,26.30592,3.44278,7.414037,26.38559,3.242015,7.24738,26.51512,3.541281,7.433592,28.57209,2.861118,7.468519,28.60729,2.87612,7.608481,28.42752,2.798518,7.185333,26.79566,3.475666,7.329499,26.72433,3.552388,7.228777,28.21267,2.940888,7.128888,28.18235,2.803647,7.191167,28.07506,2.881999,7.286722,28.36533,3.011666,7.217802,28.33214,2.83303,7.580499,28.03983,2.781499,7.445015,28.22932,2.594043,7.523416,26.57358,3.229999,7.602583,26.61158,3.288833,7.306332,28.06156,2.577666,7.347999,27.94433,2.698666,7.267778,28.25733,2.463666,7.283055,28.43894,2.76661,7.332258,28.38254,2.579388,7.368043,28.53987,2.905343,7.671731,28.36766,2.700351,7.465,26.40433,3.482666,7.215333,26.90533,3.421666,7.38775,27.16725,3.42275,7.294,27.158,3.343,7.318,26.94225,3.5025,7.121055,26.36572,3.450277,7.04711,26.51805,3.383092,7.100513,26.73314,3.433804,7.170036,26.28874,3.253406,7.633999,26.76967,3.273833,7.62275,27.10175,3.245,7.5975,26.8395,3.338999,7.397037,26.43301,3.186768,7.320999,26.272,3.236333,7.313583,26.27075,3.411333,7.276333,26.321,3.157333,7.1755,26.85208,3.271333,7.132499,26.814,3.369,7.418,26.555,3.514,7.316323,26.66366,3.08731,7.358249,26.29625,3.439833,7.223,26.731,3.127,7.40575,27.365,3.36175,7.3445,27.27838,3.065374,7.34025,27.08,3.08325,7.638833,28.05356,2.861665,7.6795,28.214,2.8115,7.585749,28.2825,2.915749,7.608,28.139,2.965,7.305,28.01,3.012,7.25,28.094,2.978,7.074,28.248,2.651,7.2655,28.397,2.8745,7.328527,28.44947,2.756805,7.554,28.47967,2.749999,7.518,28.418,2.689,7.35375,27.44888,3.017125,7.3355,27.74237,2.89775,7.414375,27.44794,3.014562,7.4185,27.56625,3.300749,7.41125,27.86675,3.19575,7.5785,28.329,2.897499,7.432,28.048,2.660333,7.455,27.92,2.777999,7.538,27.95,2.83,7.616,28.035,3.008,7.2425,27.949,2.895,7.297,27.75975,2.9305,7.281999,27.7765,2.965,7.260999,27.1135,3.1955,7.046,26.645,3.4265,7.596249,27.77825,2.97,7.463,27.736,2.898,7.3675,26.93475,3.5075,7.4165,27.1615,3.4285,7.303,27.29175,3.09675,7.318,27.348,3.273,7.338999,27.53,3.206,7.472333,28.54567,2.972333,7.396625,27.0775,3.086625,7.40475,27.27269,3.060187,7.19825,28.06825,2.678,7.223125,28.02213,2.718,7.658999,28.1835,2.75,7.288916,26.31832,3.488916,7.626,28.262,2.671,7.537,27.336,3.316,7.434499,27.36,3.373499,7.524,27.144,3.368,7.299,27.4745,3.0795,7.284,27.3035,3.1345,7.3145,27.46075,3.04525,7.62625,27.30125,3.20125,7.59225,27.27875,3.12975,7.6315,27.0865,3.207,7.62875,27.80975,3.0455,7.4425,27.8665,3.2125,7.251062,27.97006,2.763,7.569666,26.67683,3.385999,7.476,26.892,3.44,7.453,26.743,3.473,7.437,26.648,3.492,7.092462,26.37319,3.285295,7.1805,28.1065,2.648,7.59575,27.47675,3.08225,7.161,26.3775,3.1535,7.521,26.821,3.161,7.37625,26.85,3.11175,7.171,26.742,3.201,7.627249,27.50575,3.15125,7.549,27.543,3.254,7.463813,27.07525,3.109812,7.329,27.835,3.082,7.534,28.171,3.059,7.546,28.058,3.088,7.51,28.391,3.026,7.145,28.234,2.554,7.552,27.855,3.161,7.45,27.5675,3.311499,7.521,28.278,3.051,7.28375,26.8535,3.11625});
			return Coordinate_12_616_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #620, 840 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_11_620_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_620_coordIndex = new MFInt32(new int[] {5,6,7,-1,8,2,9,-1,13,2,8,-1,22,23,24,-1,26,27,28,-1,29,27,26,-1,30,31,27,-1,34,0,1,-1,34,38,39,-1,6,33,15,-1,41,7,15,-1,7,41,32,-1,41,42,43,-1,48,49,36,-1,49,50,36,-1,51,52,27,-1,51,25,52,-1,0,53,15,-1,15,33,0,-1,0,14,1,-1,44,55,54,-1,38,37,56,-1,56,39,38,-1,55,48,36,-1,55,44,48,-1,58,22,43,-1,58,23,22,-1,3,59,4,-1,3,19,59,-1,11,60,3,-1,60,19,3,-1,8,9,67,-1,47,69,70,-1,13,69,2,-1,68,72,10,-1,72,66,10,-1,63,62,74,-1,48,64,49,-1,48,45,64,-1,10,4,59,-1,22,16,32,-1,43,22,32,-1,54,38,35,-1,25,16,54,-1,25,51,16,-1,0,33,14,-1,25,27,52,-1,45,48,44,-1,45,62,64,-1,43,42,78,-1,78,58,43,-1,6,14,33,-1,35,1,40,-1,53,57,41,-1,55,36,37,-1,79,42,80,-1,79,78,42,-1,2,81,9,-1,64,62,63,-1,32,41,43,-1,65,82,66,-1,53,41,15,-1,11,4,12,-1,4,11,3,-1,13,84,69,-1,21,77,85,-1,77,21,76,-1,30,25,31,-1,86,10,87,-1,88,79,89,-1,88,78,79,-1,89,71,86,-1,39,42,41,-1,80,42,39,-1,57,53,0,-1,1,35,34,-1,7,6,15,-1,18,12,90,-1,11,18,92,-1,60,61,19,-1,44,54,16,-1,31,40,6,-1,6,5,28,-1,7,29,5,-1,5,29,26,-1,1,14,40,-1,35,40,93,-1,35,93,25,-1,34,39,0,-1,32,16,17,-1,39,56,80,-1,22,44,16,-1,37,94,56,-1,37,36,94,-1,79,56,95,-1,80,56,79,-1,21,85,96,-1,97,76,75,-1,76,97,87,-1,87,19,77,-1,59,19,87,-1,87,10,59,-1,98,24,20,-1,96,74,21,-1,62,20,74,-1,99,63,74,-1,99,73,63,-1,100,64,63,-1,49,64,100,-1,73,101,84,-1,99,101,73,-1,60,92,102,-1,92,18,102,-1,66,68,65,-1,66,72,68,-1,88,87,97,-1,94,71,95,-1,36,71,94,-1,50,71,36,-1,100,103,104,-1,100,63,103,-1,50,67,71,-1,104,67,50,-1,8,103,13,-1,105,102,18,-1,105,70,102,-1,70,60,102,-1,69,60,70,-1,61,84,101,-1,69,84,61,-1,65,83,106,-1,83,65,81,-1,2,83,81,-1,2,69,47,-1,46,105,91,-1,83,47,46,-1,2,47,83,-1,83,91,106,-1,46,91,83,-1,68,81,65,-1,81,68,9,-1,69,61,60,-1,18,91,105,-1,18,106,91,-1,18,82,106,-1,8,104,103,-1,104,49,100,-1,50,49,104,-1,63,13,103,-1,67,104,8,-1,67,9,68,-1,71,67,86,-1,67,68,86,-1,89,95,71,-1,89,79,95,-1,97,78,88,-1,90,82,18,-1,90,66,82,-1,12,66,90,-1,61,99,96,-1,61,101,99,-1,84,63,73,-1,99,74,96,-1,45,20,62,-1,45,98,20,-1,20,21,74,-1,78,97,58,-1,87,77,76,-1,58,75,23,-1,75,58,97,-1,19,96,85,-1,19,61,96,-1,12,4,10,-1,95,56,94,-1,37,54,55,-1,0,39,57,-1,17,16,27,-1,93,40,25,-1,27,29,17,-1,6,28,31,-1,28,27,31,-1,27,25,30,-1,40,31,25,-1,6,40,14,-1,44,98,45,-1,44,22,98,-1,22,24,98,-1,11,92,60,-1,46,70,105,-1,47,70,46,-1,38,34,35,-1,37,38,54,-1,41,57,39,-1,87,89,86,-1,87,88,89,-1,10,86,68,-1,25,54,35,-1,17,7,32,-1,7,17,29,-1,26,28,5,-1,23,20,24,-1,75,20,23,-1,75,21,20,-1,75,76,21,-1,85,77,19,-1,16,51,27,-1,63,84,13,-1,18,11,12,-1,10,66,12,-1,106,82,65,-1});
			return IndexedFaceSet_11_620_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #620, 321 total numbers made up of 107 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_620_point()
		{
			MFVec3f Coordinate_12_620_point = new MFVec3f(new double[] {7.305277,28.22861,2.312222,7.403702,28.16548,2.197628,7.613893,26.48507,2.450356,7.471926,26.5392,2.872061,7.367345,26.5477,2.833493,7.601221,28.45592,2.491926,7.487881,28.39612,2.289542,7.520823,28.29546,2.546538,7.532,26.76,2.402999,7.408666,26.67836,2.422666,7.299721,26.6805,2.742166,7.4355,26.34178,2.86511,7.296722,26.39561,2.811833,7.694036,26.66693,2.424666,7.332966,28.32394,2.178587,7.391716,28.30823,2.477513,7.752518,28.10633,2.583333,7.712634,28.37756,2.625265,7.381841,26.2423,2.681379,7.547666,26.6675,2.930666,7.71375,27.30675,2.714,7.65225,27.03075,2.843999,7.632291,27.85754,2.627235,7.64775,27.57825,2.7035,7.71425,27.58425,2.6825,7.84026,28.26916,2.245497,7.733444,28.45789,2.525333,7.779684,28.3489,2.479408,7.693,28.4545,2.375,7.684483,28.41273,2.598798,7.785684,28.40657,2.380742,7.680833,28.42189,2.233166,7.546146,28.22237,2.595947,7.37524,28.37079,2.436918,7.425111,28.05755,2.217887,7.672685,28.06828,2.213814,7.603812,27.52969,2.431062,7.6265,27.7745,2.3615,7.549,27.965,2.243333,7.367,27.99408,2.334916,7.524147,28.30078,2.167036,7.430055,28.04072,2.572888,7.466,27.8295,2.52925,7.55925,27.85175,2.612249,7.7285,27.81025,2.475,7.733312,27.56256,2.550125,7.451703,26.23869,2.502212,7.580166,26.27983,2.492055,7.691498,27.53125,2.4435,7.694,27.2465,2.451,7.6065,27.24325,2.4395,7.799,28.259,2.469,7.853667,28.363,2.330666,7.34658,28.21746,2.482196,7.753,28.01266,2.352999,7.701,27.7885,2.418,7.4495,27.801,2.383,7.305,28.086,2.426499,7.496,27.5575,2.631999,7.418,26.6995,2.837,7.662376,26.42074,2.774363,7.663833,26.61325,2.818665,7.75625,27.2765,2.580999,7.781157,26.90269,2.51261,7.76,27.256,2.501,7.270334,26.47833,2.477666,7.224333,26.46867,2.678,7.451833,26.90717,2.442999,7.358666,26.68029,2.496999,7.750073,26.47059,2.586545,7.621,26.251,2.616,7.4765,27.254,2.46925,7.276,26.637,2.608,7.778278,26.8832,2.552888,7.732,26.9845,2.7085,7.6395,27.31425,2.7575,7.60575,27.03725,2.8375,7.569,26.87075,2.880499,7.468125,27.55587,2.571124,7.44025,27.55425,2.510249,7.4275,27.8125,2.468,7.389,26.52667,2.343666,7.253,26.357,2.536,7.4105,26.384,2.3645,7.773,26.6545,2.577,7.628998,26.85575,2.874,7.381749,26.914,2.601749,7.431291,26.97696,2.712999,7.441498,27.28525,2.602624,7.428,27.2765,2.552249,7.281,26.292,2.695,7.390749,26.23442,2.593999,7.54,26.294,2.805,7.688,28.297,2.183,7.516125,27.52813,2.418624,7.46825,27.53825,2.43825,7.6715,26.84113,2.80175,7.47725,27.29263,2.651812,7.736624,27.58162,2.63025,7.713999,26.8265,2.729498,7.732,26.958,2.433,7.721,26.674,2.703,7.581,26.264,2.712,7.646,26.832,2.423,7.593,26.9685,2.429,7.424666,26.22359,2.571916,7.312,26.359,2.439});
			return Coordinate_12_620_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #624, 632 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_624_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_624_coordIndex = new MFInt32(new int[] {0,1,2,-1,6,7,5,-1,14,13,12,-1,15,16,17,-1,18,19,2,-1,20,21,18,-1,8,29,10,-1,30,31,27,-1,27,28,14,-1,33,34,4,-1,18,36,20,-1,37,38,39,-1,37,40,38,-1,4,3,33,-1,20,3,21,-1,45,35,4,-1,46,47,45,-1,48,17,6,-1,44,50,49,-1,49,51,44,-1,49,21,51,-1,53,54,15,-1,8,23,56,-1,8,9,23,-1,57,43,24,-1,26,58,14,-1,32,59,39,-1,59,37,39,-1,11,60,27,-1,60,61,27,-1,0,62,25,-1,31,59,27,-1,23,14,58,-1,11,27,9,-1,13,14,28,-1,36,37,63,-1,64,33,3,-1,5,3,4,-1,35,5,4,-1,50,65,15,-1,47,17,45,-1,47,15,17,-1,15,47,66,-1,47,46,66,-1,22,67,0,-1,16,6,17,-1,65,16,15,-1,40,36,18,-1,40,37,36,-1,38,32,39,-1,27,59,32,-1,26,14,12,-1,54,68,15,-1,9,10,11,-1,68,67,50,-1,44,16,50,-1,8,10,9,-1,25,69,0,-1,24,25,10,-1,29,43,57,-1,43,71,70,-1,53,30,61,-1,53,72,30,-1,68,62,67,-1,60,68,54,-1,69,13,32,-1,8,55,29,-1,59,74,37,-1,75,63,52,-1,2,1,38,-1,6,16,7,-1,22,76,67,-1,22,19,76,-1,52,77,75,-1,52,46,77,-1,66,46,78,-1,45,34,46,-1,42,5,7,-1,5,41,3,-1,41,5,42,-1,20,75,77,-1,17,48,45,-1,6,35,48,-1,16,65,50,-1,49,19,21,-1,76,19,49,-1,44,41,42,-1,21,3,41,-1,20,64,3,-1,18,2,40,-1,74,78,63,-1,67,76,50,-1,69,70,13,-1,12,43,73,-1,69,24,70,-1,23,8,56,-1,79,23,80,-1,79,73,29,-1,79,80,12,-1,60,25,62,-1,25,60,10,-1,60,11,10,-1,27,61,30,-1,38,40,2,-1,0,67,62,-1,60,53,61,-1,53,60,54,-1,74,59,31,-1,62,68,60,-1,0,2,22,-1,32,1,69,-1,38,1,32,-1,14,23,27,-1,12,58,26,-1,80,58,12,-1,12,73,79,-1,79,29,55,-1,23,9,27,-1,80,23,58,-1,55,23,79,-1,23,55,8,-1,70,24,43,-1,71,43,12,-1,2,19,22,-1,68,50,15,-1,78,72,66,-1,78,74,72,-1,52,78,46,-1,63,78,52,-1,20,33,64,-1,21,41,51,-1,41,44,51,-1,50,76,49,-1,45,48,35,-1,33,77,34,-1,33,20,77,-1,20,63,75,-1,20,36,63,-1,29,73,43,-1,42,7,16,-1,34,45,4,-1,46,34,77,-1,32,13,28,-1,74,63,37,-1,27,32,28,-1,72,31,30,-1,72,74,31,-1,69,25,24,-1,19,18,21,-1,53,66,72,-1,15,66,53,-1,42,16,44,-1,70,12,13,-1,71,12,70,-1,29,24,10,-1,29,57,24,-1,5,35,6,-1,0,69,1,-1});
			return IndexedFaceSet_11_624_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #624, 243 total numbers made up of 81 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_624_point()
		{
			MFVec3f Coordinate_12_624_point = new MFVec3f(new double[] {7.688166,27.20233,2.145833,7.724583,27.20817,2.098916,7.798583,27.57888,2.017124,7.826333,28.40611,1.953166,7.708703,28.50301,1.77748,7.635749,28.53882,2.026198,7.540718,28.54446,2.016236,7.407333,28.466,2.089666,7.216667,26.57667,1.963333,7.292833,26.78917,1.898166,7.344555,26.79633,2.041,7.357,26.89933,1.909999,7.64045,26.37372,1.840199,7.759203,26.62465,1.877407,7.567999,26.55983,1.659333,7.480916,27.88296,1.954041,7.410913,28.34247,2.127135,7.379667,28.24567,1.999333,7.850499,27.84558,1.880415,7.783,27.84483,2.025666,7.841943,28.10222,1.773277,7.836647,28.08661,2.029351,7.72075,27.5235,2.10975,7.301792,26.45726,1.73686,7.543314,26.68781,2.193407,7.500999,26.88567,2.162666,7.616333,26.40939,1.759916,7.488907,26.80624,1.717684,7.549554,26.77233,1.706721,7.302778,26.44971,2.034592,7.48425,27.2165,1.827,7.551625,27.21475,1.81,7.759944,26.8325,1.819721,7.825185,28.38615,1.762481,7.601332,28.36783,1.680999,7.474869,28.53896,1.818147,7.808499,27.82625,1.803749,7.78775,27.49075,1.830498,7.804499,27.2055,1.883249,7.7635,27.205,1.815249,7.83075,27.50175,1.886999,7.744472,28.39613,2.169451,7.565592,28.25485,2.171506,7.536489,26.47003,2.111945,7.604889,28.17511,2.167666,7.441833,28.25292,1.806416,7.513416,28.14713,1.788207,7.443,28.03625,1.9005,7.410083,28.30292,1.8285,7.68,27.963,2.136,7.561666,27.86433,2.103666,7.793,28.156,2.143,7.549249,28.09421,1.78529,7.46475,27.50125,1.9145,7.474875,27.50212,1.96875,7.235333,26.37283,1.926832,7.270845,26.57351,1.77094,7.352,26.593,2.088,7.424666,26.52478,1.633888,7.657562,27.20987,1.812624,7.437625,27.2205,1.9665,7.42925,27.219,1.901,7.536998,27.224,2.1375,7.700749,27.82075,1.818311,7.844333,28.25133,1.803666,7.488499,27.9885,2.07,7.528,27.8175,1.85375,7.639875,27.5125,2.108875,7.516937,27.50181,2.038375,7.702305,26.78647,2.087611,7.699125,26.64288,2.051499,7.676499,26.5545,2.062499,7.51225,27.49725,1.862,7.524487,26.33714,2.081209,7.576125,27.49413,1.8445,7.732,28.032,1.768,7.723999,27.831,2.096,7.707,28.194,1.71,7.593,27.81525,1.832875,7.397722,26.27255,1.910277,7.463,26.339,1.709});
			return Coordinate_12_624_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #628, 360 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_11_628_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_628_coordIndex = new MFInt32(new int[] {4,5,6,-1,8,2,9,-1,11,10,12,-1,17,18,19,-1,20,7,6,-1,21,22,16,-1,23,24,3,-1,22,25,26,-1,25,7,26,-1,29,30,31,-1,32,33,18,-1,18,13,32,-1,32,0,33,-1,32,12,0,-1,35,0,24,-1,11,30,36,-1,11,37,30,-1,4,27,28,-1,4,15,5,-1,4,28,15,-1,20,6,2,-1,20,2,8,-1,17,23,38,-1,13,34,14,-1,26,7,39,-1,0,40,24,-1,40,3,24,-1,6,7,4,-1,2,3,40,-1,41,40,0,-1,0,8,9,-1,14,34,16,-1,32,13,42,-1,15,43,38,-1,37,11,14,-1,16,34,17,-1,35,33,0,-1,0,1,10,-1,45,20,8,-1,40,41,2,-1,16,17,46,-1,29,0,30,-1,0,9,41,-1,31,45,29,-1,16,26,31,-1,16,22,26,-1,17,43,46,-1,9,2,41,-1,38,5,15,-1,23,5,38,-1,25,27,7,-1,6,5,2,-1,28,27,15,-1,12,10,1,-1,10,11,36,-1,16,31,30,-1,24,19,35,-1,24,17,19,-1,12,1,0,-1,42,11,12,-1,11,42,13,-1,11,13,14,-1,11,44,13,-1,14,30,37,-1,14,16,30,-1,27,4,7,-1,20,39,7,-1,15,46,43,-1,15,27,46,-1,46,27,21,-1,20,26,39,-1,26,20,45,-1,23,17,24,-1,21,16,46,-1,31,26,45,-1,25,21,27,-1,21,25,22,-1,45,0,29,-1,45,8,0,-1,44,11,13,-1,36,0,10,-1,0,36,30,-1,35,18,33,-1,19,18,35,-1,13,18,34,-1,17,34,18,-1,17,38,43,-1,42,12,32,-1,23,2,5,-1,23,3,2,-1});
			return IndexedFaceSet_11_628_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #628, 141 total numbers made up of 47 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_628_point()
		{
			MFVec3f Coordinate_12_628_point = new MFVec3f(new double[] {6.050684,25.19434,4.333878,6.044305,25.18725,4.337698,6.391863,25.50318,4.420382,6.256125,25.36619,4.348875,6.535166,25.40261,4.394277,6.439555,25.46822,4.329333,6.471667,25.45322,4.484999,6.557666,25.359,4.521332,6.24475,25.34262,4.462249,6.2255,25.37775,4.430999,5.920777,25.0656,4.330296,5.927343,24.98796,4.249927,5.882944,25.10833,4.242339,6.025099,25.01735,4.103431,6.073536,24.94857,4.179259,6.511945,25.39546,4.250352,6.219351,25.06281,4.272083,6.205555,25.11494,4.2075,6.1025,25.0765,4.16875,6.135,25.133,4.209,6.411037,25.44359,4.560876,6.426,25.176,4.326,6.411,25.188,4.406,6.30325,25.3205,4.285,6.128,25.2225,4.288,6.566,25.274,4.46,6.379,25.213,4.459,6.596332,25.30722,4.345407,6.566334,25.37333,4.315333,6.126999,25.1225,4.39,6.076666,25.07667,4.35325,6.117166,25.10233,4.373333,5.9645,25.082,4.1775,6.04,25.119,4.221,6.13,25.0445,4.16475,6.094,25.162,4.25,6.047166,25.07017,4.352083,5.950231,24.98207,4.257204,6.35475,25.265,4.23875,6.506,25.325,4.529999,6.23375,25.38488,4.38275,6.2265,25.38875,4.3965,5.94625,25.062,4.170749,6.39775,25.21725,4.23775,5.977,24.944,4.158,6.2955,25.28175,4.49325,6.411875,25.19662,4.281875});
			return Coordinate_12_628_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #632, 464 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_11_632_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_632_coordIndex = new MFInt32(new int[] {4,6,5,-1,8,9,7,-1,18,16,14,-1,23,24,0,-1,18,10,17,-1,22,15,10,-1,32,33,34,-1,8,36,9,-1,38,4,5,-1,24,30,3,-1,39,11,40,-1,11,39,19,-1,20,41,42,-1,20,43,41,-1,3,30,46,-1,3,6,47,-1,48,38,5,-1,49,5,37,-1,26,37,10,-1,50,37,26,-1,36,8,51,-1,49,38,48,-1,0,24,1,-1,28,35,52,-1,23,30,24,-1,23,31,30,-1,4,38,53,-1,53,32,34,-1,53,38,32,-1,15,17,10,-1,1,43,0,-1,41,43,1,-1,33,51,8,-1,54,31,55,-1,21,15,27,-1,13,21,3,-1,13,14,16,-1,21,16,15,-1,21,25,3,-1,41,2,47,-1,2,41,1,-1,6,53,42,-1,6,4,53,-1,38,37,56,-1,37,38,49,-1,50,18,30,-1,50,26,18,-1,31,45,30,-1,42,34,20,-1,53,34,42,-1,36,57,58,-1,36,56,57,-1,52,55,31,-1,40,29,39,-1,40,28,29,-1,33,32,51,-1,52,35,59,-1,52,31,28,-1,28,40,11,-1,33,8,11,-1,11,8,44,-1,12,11,44,-1,15,22,10,-1,17,16,18,-1,17,15,16,-1,13,16,21,-1,10,18,26,-1,5,15,10,-1,15,5,27,-1,18,13,3,-1,13,18,14,-1,12,44,7,-1,28,11,12,-1,59,7,9,-1,7,59,35,-1,59,55,52,-1,11,19,33,-1,31,29,28,-1,54,59,58,-1,55,59,54,-1,38,51,32,-1,54,45,31,-1,46,30,18,-1,56,50,57,-1,37,50,56,-1,1,24,2,-1,3,46,18,-1,5,21,27,-1,5,25,21,-1,20,33,19,-1,20,34,33,-1,39,0,43,-1,0,39,29,-1,23,29,31,-1,23,0,29,-1,9,58,59,-1,36,58,9,-1,58,45,54,-1,57,45,58,-1,25,5,3,-1,47,42,41,-1,47,6,42,-1,56,51,38,-1,56,36,51,-1,49,48,5,-1,6,3,5,-1,47,2,3,-1,3,2,24,-1,30,57,50,-1,30,45,57,-1,7,28,12,-1,28,7,35,-1,44,8,7,-1,37,5,10,-1,19,43,20,-1,19,39,43,-1});
			return IndexedFaceSet_11_632_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #632, 180 total numbers made up of 60 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_632_point()
		{
			MFVec3f Coordinate_12_632_point = new MFVec3f(new double[] {6.25,25.02525,3.17375,6.01875,24.96125,3.1845,5.9065,24.919,3.15925,5.763298,24.87225,3.108474,5.89525,24.97466,3.329916,5.675806,24.92533,3.296221,5.8745,24.95725,3.25325,6.500406,25.00689,3.490999,6.366469,25.01504,3.529308,6.411998,24.952,3.488499,5.687725,24.80821,3.302477,6.40258,25.16888,3.441645,6.493555,25.06756,3.305962,5.668702,24.86911,3.006895,5.619802,24.77572,3.018987,5.539535,24.85886,3.259411,5.591394,24.8044,3.089098,5.622259,24.75981,3.218036,5.710351,24.74472,3.126863,6.30575,25.14275,3.35125,6.19675,25.10125,3.332249,5.626832,24.90663,3.122147,5.650117,24.80875,3.309623,6.262,24.9985,3.1395,5.995498,24.86517,3.109666,5.676,24.91,3.191,5.807,24.786,3.23,5.594796,24.95741,3.234647,6.489943,25.05782,3.239684,6.370333,25.09233,3.198,5.982111,24.83764,3.130583,6.33274,24.9348,3.150999,6.182749,25.075,3.438624,6.318,25.11378,3.504,6.1805,25.103,3.40725,6.528777,24.92772,3.309888,6.2295,24.9435,3.457,5.844562,24.87933,3.336884,5.935375,24.97017,3.356958,6.316498,25.1345,3.3175,6.410962,25.16888,3.353938,6.00125,24.98625,3.234,5.98425,25.00037,3.277875,6.2115,25.0855,3.29,6.451,25.091,3.452499,6.073499,24.8305,3.178249,5.849,24.786,3.104,5.8885,24.943,3.21025,5.901208,24.95133,3.350333,5.906749,24.93467,3.355895,5.930999,24.807,3.267,6.198875,25.025,3.456812,6.510444,24.91167,3.268444,5.931499,24.99317,3.326916,6.303,24.847,3.271,6.476,24.88867,3.276,6.010999,24.89625,3.379999,6.056,24.824,3.307,6.281,24.859,3.367,6.456,24.9035,3.413498});
			return Coordinate_12_632_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #636, 488 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_11_636_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_636_coordIndex = new MFInt32(new int[] {3,4,2,-1,3,15,4,-1,10,2,17,-1,14,19,20,-1,19,21,20,-1,22,23,24,-1,23,25,24,-1,15,26,27,-1,13,14,9,-1,18,12,29,-1,12,16,29,-1,16,12,6,-1,9,8,13,-1,31,32,25,-1,17,18,10,-1,33,32,31,-1,12,8,9,-1,30,1,28,-1,21,36,37,-1,38,36,21,-1,14,25,19,-1,14,35,25,-1,14,13,35,-1,39,13,17,-1,13,39,35,-1,2,41,3,-1,44,45,46,-1,45,44,47,-1,43,47,48,-1,46,3,41,-1,34,31,25,-1,39,27,49,-1,40,27,39,-1,12,9,20,-1,51,5,1,-1,24,25,32,-1,15,52,26,-1,52,15,3,-1,17,8,18,-1,6,11,10,-1,34,53,31,-1,34,49,53,-1,5,45,43,-1,5,52,45,-1,54,55,56,-1,55,54,22,-1,33,22,24,-1,33,31,57,-1,58,53,26,-1,58,57,53,-1,29,16,6,-1,18,29,10,-1,8,17,13,-1,57,1,33,-1,59,5,51,-1,58,5,59,-1,34,25,35,-1,40,15,27,-1,44,37,36,-1,44,42,37,-1,22,38,23,-1,22,54,38,-1,46,52,3,-1,54,60,61,-1,54,56,60,-1,56,50,30,-1,55,50,56,-1,60,30,0,-1,50,1,30,-1,1,0,30,-1,6,62,20,-1,62,6,12,-1,29,6,10,-1,12,18,8,-1,11,6,7,-1,5,0,1,-1,57,51,1,-1,59,51,57,-1,55,1,50,-1,33,1,55,-1,56,30,60,-1,48,60,0,-1,47,36,61,-1,36,47,44,-1,37,20,21,-1,46,42,44,-1,46,41,42,-1,15,40,4,-1,49,35,39,-1,49,34,35,-1,19,25,23,-1,57,58,59,-1,20,9,14,-1,26,5,58,-1,57,31,53,-1,22,33,55,-1,48,61,60,-1,48,47,61,-1,61,38,54,-1,61,36,38,-1,26,52,5,-1,24,32,33,-1,11,2,10,-1,20,62,12,-1,26,49,27,-1,26,53,49,-1,52,46,45,-1,6,11,7,-1,2,11,6,-1,48,0,43,-1,43,45,47,-1,5,43,0,-1,42,20,37,-1,6,20,42,-1,41,6,42,-1,2,6,41,-1,17,4,40,-1,17,2,4,-1,17,40,39,-1,21,23,38,-1,23,21,19,-1,30,28,1,-1});
			return IndexedFaceSet_11_636_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #636, 189 total numbers made up of 63 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_636_point()
		{
			MFVec3f Coordinate_12_636_point = new MFVec3f(new double[] {6.694667,25.09867,2.674553,6.679351,25.19707,2.404251,5.849444,25.08078,2.588666,6.063791,25.09467,2.611333,6.02125,25.11,2.564499,6.559769,25.23868,2.691984,5.80512,24.94482,2.577277,5.825224,24.95798,2.58661,5.798192,24.96891,2.283855,5.846308,24.94599,2.298184,5.739691,25.11476,2.539573,5.738425,25.07409,2.591616,5.8005,24.89406,2.387851,5.89479,25.03437,2.346505,5.897814,24.96084,2.309863,6.14525,25.13475,2.563437,5.742,24.922,2.486,5.863231,25.06629,2.45162,5.718005,25.0207,2.411295,6.0885,24.9815,2.351,5.943,24.924,2.434666,6.092,24.937,2.426,6.446875,25.04313,2.35425,6.2085,24.997,2.3555,6.43375,25.08625,2.3315,6.128998,25.051,2.328333,6.380748,25.2195,2.622499,6.1545,25.1315,2.515375,6.69,25.141,2.47,5.679666,25.0135,2.496832,6.734667,25.06478,2.521888,6.413375,25.16412,2.38875,6.41975,25.14025,2.3495,6.575287,25.16107,2.339924,6.17,25.108,2.42675,6.04625,25.07375,2.4115,6.215,24.946,2.531,6.079,24.941,2.507,6.225,24.943,2.438,6.03575,25.09325,2.468999,6.0285,25.10163,2.516749,6.073978,25.06325,2.61675,6.051781,25.00775,2.596062,6.5965,25.097,2.730666,6.18325,25.01475,2.621749,6.4,25.11225,2.70375,6.108125,25.08975,2.621791,6.4235,25.04275,2.674749,6.585,25.033,2.671,6.161999,25.126,2.48075,6.726667,25.04667,2.428333,6.619,25.27889,2.490555,6.38875,25.16262,2.683875,6.396,25.208,2.499,6.469,24.963,2.46,6.622499,25.024,2.382,6.649,24.988,2.471,6.542,25.252,2.463666,6.552458,25.27429,2.642749,6.566334,25.26766,2.491999,6.651,24.996,2.582499,6.46,24.964,2.563,5.849,24.911,2.463});
			return Coordinate_12_636_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #640, 368 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_11_640_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_640_coordIndex = new MFInt32(new int[] {8,9,7,-1,10,11,12,-1,12,13,10,-1,18,20,19,-1,1,6,21,-1,22,23,16,-1,23,24,16,-1,25,11,7,-1,23,27,26,-1,6,1,3,-1,5,28,4,-1,3,29,6,-1,20,18,14,-1,22,30,31,-1,31,27,22,-1,11,10,7,-1,7,32,25,-1,12,33,14,-1,21,6,26,-1,7,10,13,-1,34,29,3,-1,34,17,29,-1,5,35,34,-1,36,37,28,-1,3,1,38,-1,12,11,14,-1,25,15,14,-1,32,16,15,-1,32,7,16,-1,41,42,43,-1,37,42,41,-1,0,36,28,-1,0,42,36,-1,1,42,0,-1,44,42,1,-1,6,19,26,-1,37,4,28,-1,16,9,8,-1,33,12,14,-1,37,18,19,-1,45,37,41,-1,42,31,43,-1,26,24,40,-1,46,20,47,-1,19,20,46,-1,16,24,15,-1,39,31,30,-1,39,43,31,-1,12,41,13,-1,41,12,45,-1,18,12,14,-1,14,47,20,-1,14,15,47,-1,44,26,42,-1,0,28,2,-1,26,19,46,-1,4,35,5,-1,2,3,38,-1,2,34,3,-1,29,17,6,-1,4,34,35,-1,4,17,34,-1,15,24,47,-1,12,18,45,-1,13,43,39,-1,26,47,24,-1,46,47,26,-1,23,22,27,-1,31,26,27,-1,31,42,26,-1,18,37,45,-1,4,37,19,-1,19,6,4,-1,21,44,1,-1,21,26,44,-1,34,2,5,-1,42,37,36,-1,41,43,13,-1,0,38,1,-1,40,23,26,-1,40,24,23,-1,22,8,30,-1,16,8,22,-1,30,13,39,-1,13,30,8,-1,15,25,32,-1,25,14,11,-1,13,8,7,-1,7,9,16,-1,17,4,6,-1,38,0,2,-1,2,28,5,-1});
			return IndexedFaceSet_11_640_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #640, 144 total numbers made up of 48 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_640_point()
		{
			MFVec3f Coordinate_12_640_point = new MFVec3f(new double[] {6.499777,24.90611,1.710333,6.477246,24.91624,1.605554,6.424036,24.88948,1.750814,6.40295,24.89412,1.604924,6.370548,25.04443,1.810536,6.331744,24.93764,1.791402,6.441897,25.02488,1.644464,6.879083,25.27675,1.710832,6.978749,25.22275,1.685499,6.906,25.287,1.615,6.925628,25.21792,1.815036,6.817722,25.27625,1.859416,6.790472,25.25425,1.930333,6.932832,25.20718,1.825794,6.739203,25.3453,1.875434,6.773777,25.37467,1.693962,6.857277,25.32722,1.591166,6.371111,25.01244,1.696443,6.64225,25.1885,1.852,6.521926,25.09285,1.77174,6.63025,25.226,1.8175,6.509147,24.96963,1.609962,6.884611,25.29317,1.576832,6.7165,25.198,1.605999,6.70125,25.212,1.628999,6.801,25.35133,1.749,6.589472,25.05597,1.631805,6.763,25.137,1.622,6.51325,24.97112,1.805666,6.378,24.979,1.618,6.98075,25.20275,1.6745,6.796,25.081,1.667,6.847166,25.3095,1.706666,6.772972,25.28142,1.926999,6.376926,24.9093,1.714814,6.318,24.995,1.765,6.562166,25.00071,1.808666,6.572833,25.02746,1.821666,6.467,24.865,1.679,6.957702,25.18893,1.803221,6.577722,25.07983,1.638166,6.77,25.067,1.809,6.632333,24.97908,1.726083,6.783499,25.064,1.7705,6.612,24.96842,1.701249,6.704,25.11,1.87,6.573,25.118,1.722,6.658,25.232,1.727999});
			return Coordinate_12_640_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #644, 1824 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_11_644_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_644_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_644_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_644_coordIndex_2()));
			return IndexedFaceSet_11_644_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #644, 690 total numbers made up of 230 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_644_point()
		{
			MFVec3f Coordinate_12_644_point = new MFVec3f(new double[] {7.321777,28.71899,2.062276,7.43774,28.75811,1.92774,7.440048,28.73738,1.954025,7.464854,28.71813,1.929525,7.262402,28.60551,1.876735,7.391176,28.71351,2.010732,7.398998,28.71097,2.006112,7.392322,28.72172,2.002052,7.392297,28.72185,2.001966,7.392046,28.72202,2.002029,7.397999,28.60867,2.047777,7.369246,28.64851,2.068617,7.412555,28.78118,1.926703,7.239166,28.64625,1.881416,7.245444,28.68489,1.868665,7.291231,28.56912,1.89073,7.276165,28.57701,1.914573,7.246768,28.60713,1.92097,7.295778,28.586,1.861444,7.478259,28.68407,1.941184,7.293402,28.5945,1.85561,7.291027,28.603,1.849777,7.278865,28.62511,1.846434,7.283583,28.613,1.846832,7.256777,28.64278,1.856777,7.236444,28.6328,1.897527,7.238869,28.61459,1.924609,7.462851,28.701,1.961351,7.329876,28.75727,2.030604,7.308814,28.77666,2.020409,7.311666,28.758,2.042333,7.315876,28.78458,2.011085,7.326919,28.79531,1.991355,7.362333,28.79632,1.959175,7.343968,28.80649,1.949698,7.386987,28.78821,1.949764,7.367499,28.79956,1.915443,7.303641,28.76815,2.02998,7.348389,28.67556,2.072277,7.352499,28.70383,2.061333,7.44288,28.60939,2.028592,7.465652,28.64571,2.011318,7.482053,28.65461,1.967332,7.2555,28.593,1.968554,7.23275,28.62697,1.989055,7.274,28.61,2.014999,7.271625,28.65412,2.032208,7.293,28.627,2.033,7.312999,28.625,2.039666,7.3005,28.67275,2.05225,7.318333,28.63658,2.047249,7.331444,28.67953,2.067888,7.375832,28.686,2.057665,7.365617,28.71942,2.030073,7.382055,28.7039,2.028388,7.235708,28.65125,2.00875,7.3145,28.6835,2.0635,7.268666,28.66175,2.033291,7.269832,28.6915,2.039416,7.269249,28.671,2.035708,7.295667,28.72,2.055,7.217,28.63933,1.944999,7.225374,28.65792,1.999916,7.24,28.689,2.021,7.223666,28.63867,1.920666,7.205278,28.67883,1.952776,7.219,28.694,1.998,7.232,28.707,2.011,7.248,28.719,2.022,7.262,28.7385,2.0265,7.2885,28.7425,2.044499,7.213,28.65033,1.936666,7.205471,28.69097,1.935193,7.205096,28.69151,1.942096,7.214,28.71,1.985,7.227,28.724,1.998,7.243,28.736,2.01,7.271583,28.76892,2.011749,7.362994,28.7563,1.997703,7.223667,28.653,1.905,7.214,28.72867,1.954333,7.226,28.739,1.983,7.242,28.752,1.996,7.212667,28.66967,1.916,7.23,28.753,1.966,7.245,28.766,1.979,7.2265,28.678,1.8895,7.22525,28.71217,1.897749,7.215666,28.73133,1.938666,7.227,28.749,1.935,7.239,28.764,1.948,7.254,28.777,1.96,7.269,28.787,1.973,7.286,28.795,1.985,7.304167,28.80317,1.970833,7.251666,28.74837,1.893208,7.24,28.757,1.918,7.251,28.772,1.929,7.265,28.786,1.941,7.28,28.796,1.954,7.266,28.777,1.912,7.279,28.79,1.923,7.293,28.801,1.936,7.347,28.796,1.976,7.261333,28.73617,1.8755,7.269333,28.74792,1.878583,7.304,28.77592,1.888666,7.313,28.77879,1.889332,7.316666,28.78896,1.900166,7.379388,28.75642,1.983777,7.263,28.703,1.859,7.338,28.807,1.92,7.39436,28.74966,1.977922,7.287,28.701,1.848,7.2725,28.6745,1.8485,7.294,28.72733,1.854666,7.290333,28.76254,1.879499,7.344,28.78925,1.897999,7.33025,28.72142,1.851582,7.319332,28.73033,1.853999,7.347582,28.75829,1.875999,7.356165,28.76717,1.883999,7.311944,28.68083,1.840388,7.395666,28.78066,1.903999,7.406,28.772,1.952,7.34975,28.74904,1.870666,7.381,28.766,1.887999,7.429,28.755,1.949499,7.321444,28.65878,1.835999,7.336452,28.63918,1.834952,7.341166,28.7125,1.849165,7.376,28.719,1.862,7.39,28.732,1.874,7.405,28.746,1.885999,7.426334,28.75467,1.903333,7.409333,28.7429,1.972068,7.36875,28.66525,1.841499,7.382499,28.682,1.8505,7.391,28.703,1.862,7.405,28.716,1.874,7.42,28.73,1.887,7.3955,28.6635,1.854749,7.405,28.686,1.862999,7.434,28.712,1.888999,7.42,28.699,1.875999,7.458671,28.72197,1.919405,7.418222,28.7328,1.973693,7.38675,28.63825,1.847749,7.418,28.669,1.865999,7.447,28.694,1.893,7.433,28.681,1.879,7.424833,28.72208,1.976915,7.338499,28.5995,1.844999,7.358667,28.61133,1.841666,7.44275,28.63542,1.886833,7.4085,28.645,1.859,7.462,28.6635,1.90425,7.446,28.64325,1.888666,7.47225,28.6775,1.918,7.458133,28.71112,1.958118,7.427675,28.71306,1.981457,7.34025,28.59042,1.850832,7.38,28.5995,1.855,7.399999,28.6115,1.861249,7.431417,28.62958,1.8785,7.427985,28.70334,1.989301,7.468,28.6395,1.920249,7.47725,28.6535,1.9335,7.346666,28.5555,1.884291,7.405,28.583,1.883,7.383,28.576,1.874,7.443,28.604,1.905,7.425,28.593,1.893,7.457,28.616,1.917,7.403,28.565,1.898999,7.381,28.559,1.888999,7.439,28.588,1.921999,7.422,28.576,1.91,7.466,28.615,1.947,7.453,28.602,1.934,7.472666,28.62117,1.986416,7.458499,28.6675,1.998498,7.359166,28.54366,1.901166,7.396,28.549,1.915,7.430999,28.573,1.94,7.415,28.559,1.927,7.459,28.603,1.967,7.446,28.589,1.954,7.463639,28.65808,2.002638,7.3255,28.549,1.89275,7.373972,28.53442,1.931943,7.421,28.562,1.959,7.405,28.547,1.944999,7.449,28.594,1.987,7.435,28.579,1.973,7.470333,28.618,1.995166,7.332333,28.53267,1.940333,7.316498,28.5445,1.90975,7.408,28.555,1.977999,7.392,28.54,1.963,7.436,28.588,2.005,7.422,28.572,1.992,7.439999,28.6545,2.029166,7.30925,28.54625,1.918875,7.393,28.554,1.995,7.378,28.539,1.98,7.42,28.587,2.021,7.407,28.571,2.009,7.322833,28.53733,1.949166,7.347,28.536,1.979,7.377,28.56,2.008,7.362,28.546,1.994,7.391,28.576,2.022,7.415499,28.65742,2.046583,7.289333,28.55833,1.948333,7.331,28.548,1.99,7.36,28.571,2.018,7.345,28.558,2.005,7.374,28.585,2.031,7.309,28.56,1.989,7.343,28.585,2.025,7.329,28.573,2.011,7.375499,28.6155,2.054999,7.357,28.597,2.037,7.399388,28.66269,2.055583,7.40361,28.6894,2.02224,7.280333,28.57567,1.982666,7.30325,28.59,2.014083,7.353,28.622,2.054,7.338999,28.61,2.042});
			return Coordinate_12_644_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #648, 376 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_11_648_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_648_coordIndex = new MFInt32(new int[] {0,1,2,-1,4,5,3,-1,7,6,2,-1,9,10,8,-1,12,3,5,-1,16,17,18,-1,19,2,17,-1,16,19,17,-1,16,20,19,-1,21,17,2,-1,2,3,22,-1,4,2,13,-1,23,13,7,-1,23,4,13,-1,7,24,12,-1,26,8,27,-1,20,31,19,-1,32,33,31,-1,30,33,34,-1,37,15,38,-1,39,37,10,-1,28,26,27,-1,2,7,13,-1,5,4,12,-1,4,23,12,-1,35,30,36,-1,24,7,0,-1,7,1,0,-1,40,32,20,-1,20,16,40,-1,7,2,1,-1,2,24,0,-1,2,6,7,-1,8,32,40,-1,30,41,29,-1,35,41,30,-1,15,2,22,-1,2,15,21,-1,7,12,23,-1,19,24,2,-1,24,19,42,-1,8,10,27,-1,36,28,10,-1,10,37,11,-1,15,25,43,-1,38,41,35,-1,43,41,38,-1,11,35,36,-1,11,38,35,-1,25,29,41,-1,25,42,29,-1,30,34,36,-1,29,33,30,-1,33,29,31,-1,33,8,34,-1,8,33,32,-1,8,40,44,-1,17,45,18,-1,17,21,45,-1,14,21,15,-1,21,14,45,-1,9,46,47,-1,46,9,48,-1,45,46,44,-1,26,36,34,-1,48,9,8,-1,36,10,11,-1,44,48,8,-1,44,46,48,-1,45,47,46,-1,45,14,47,-1,9,39,10,-1,47,39,9,-1,44,18,45,-1,44,16,18,-1,44,40,16,-1,32,31,20,-1,29,19,31,-1,29,42,19,-1,38,11,37,-1,25,41,43,-1,28,27,10,-1,12,24,25,-1,24,42,25,-1,3,2,4,-1,22,3,15,-1,28,36,26,-1,47,14,39,-1,39,15,37,-1,39,14,15,-1,3,25,15,-1,12,25,3,-1,34,8,26,-1,43,38,15,-1});
			return IndexedFaceSet_11_648_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #648, 147 total numbers made up of 49 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_648_point()
		{
			MFVec3f Coordinate_12_648_point = new MFVec3f(new double[] {5.617,26.51233,3.921666,5.582333,26.427,3.954333,5.599019,26.44613,3.77135,5.409687,26.62438,3.793538,5.3349,26.44688,3.716925,5.34411,26.54959,3.851518,5.572449,26.34657,3.83212,5.508728,26.38927,3.882665,5.937618,27.06931,3.512268,5.702321,27.1706,3.445844,5.679358,27.20277,3.469594,5.60437,27.25196,3.588629,5.42148,26.52074,3.907407,5.519607,26.38227,3.826262,5.539707,26.84138,3.670458,5.510041,26.80529,3.706791,5.801999,26.80525,3.6875,5.697499,26.6705,3.731999,5.774,26.80225,3.652999,5.694549,26.62894,3.796046,5.797,26.81213,3.71325,5.656749,26.68125,3.715,5.475,26.601,3.733,5.345,26.431,3.845,5.591572,26.58659,3.900611,5.521499,26.72833,3.840999,5.863851,27.20783,3.680722,5.769778,27.19244,3.553222,5.731333,27.26134,3.616666,5.725499,26.8675,3.82125,5.751,27.04325,3.799749,5.761249,26.83981,3.76725,5.88075,26.93075,3.67225,5.846,26.994,3.767,5.881222,27.18722,3.749666,5.684499,27.07425,3.77925,5.733388,27.27161,3.724055,5.568,27.063,3.58825,5.57225,27.0915,3.67025,5.576499,27.047,3.544,5.88475,26.90975,3.60775,5.623249,26.90675,3.81,5.63275,26.7375,3.86075,5.54525,26.91525,3.746749,5.858875,26.91938,3.575375,5.728,26.81462,3.6385,5.746,26.97,3.518,5.664,27.001,3.517,5.794,27.07,3.429});
			return Coordinate_12_648_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #652, 512 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_11_652_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_652_coordIndex = new MFInt32(new int[] {4,5,6,-1,4,12,13,-1,14,7,15,-1,9,12,11,-1,13,5,4,-1,22,8,18,-1,1,0,19,-1,24,25,20,-1,15,27,26,-1,28,10,29,-1,10,31,9,-1,32,30,10,-1,19,0,20,-1,35,36,5,-1,35,37,36,-1,38,6,5,-1,41,2,3,-1,7,18,8,-1,16,42,41,-1,16,17,42,-1,18,41,23,-1,18,16,41,-1,14,47,7,-1,14,46,47,-1,44,48,49,-1,21,23,3,-1,29,10,30,-1,21,50,7,-1,25,29,20,-1,1,19,51,-1,9,52,10,-1,32,33,30,-1,43,22,18,-1,44,21,3,-1,17,16,46,-1,16,47,46,-1,11,4,26,-1,11,12,4,-1,4,14,26,-1,14,15,26,-1,11,26,53,-1,33,34,55,-1,9,13,12,-1,41,3,23,-1,8,21,7,-1,43,18,23,-1,19,40,33,-1,40,19,20,-1,56,2,54,-1,56,55,57,-1,51,55,56,-1,27,58,26,-1,50,49,7,-1,10,28,25,-1,19,55,51,-1,33,55,19,-1,46,14,4,-1,42,38,60,-1,42,17,38,-1,1,42,61,-1,1,62,42,-1,61,36,37,-1,61,60,36,-1,9,63,13,-1,64,9,53,-1,9,64,65,-1,32,39,33,-1,37,25,24,-1,59,25,35,-1,63,9,31,-1,65,52,9,-1,65,10,52,-1,2,44,3,-1,2,62,54,-1,2,41,62,-1,27,49,48,-1,7,47,18,-1,21,49,50,-1,43,23,45,-1,8,45,21,-1,53,58,64,-1,53,26,58,-1,58,48,34,-1,58,27,48,-1,45,8,22,-1,22,43,45,-1,23,21,45,-1,44,49,21,-1,47,16,18,-1,62,41,42,-1,7,27,15,-1,10,39,32,-1,39,10,65,-1,35,31,59,-1,35,63,31,-1,37,35,25,-1,0,24,20,-1,0,37,24,-1,65,33,39,-1,64,33,65,-1,53,9,11,-1,5,60,38,-1,5,36,60,-1,0,61,37,-1,0,1,61,-1,61,42,60,-1,51,54,1,-1,51,56,54,-1,46,4,6,-1,34,64,58,-1,33,64,34,-1,40,30,33,-1,40,20,30,-1,10,59,31,-1,10,25,59,-1,30,20,29,-1,29,25,28,-1,57,2,56,-1,57,44,2,-1,49,27,7,-1,62,1,54,-1,63,5,13,-1,63,35,5,-1,57,34,48,-1,57,55,34,-1,48,44,57,-1,6,17,46,-1,38,17,6,-1});
			return IndexedFaceSet_11_652_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #652, 198 total numbers made up of 66 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_652_point()
		{
			MFVec3f Coordinate_12_652_point = new MFVec3f(new double[] {6.88874,26.39904,4.228925,6.71925,26.11681,4.316125,6.526152,25.63033,4.47276,6.440733,25.51802,4.41615,6.858999,25.99413,4.101125,6.99425,26.22125,4.04525,6.898,26.00875,4.13925,6.659727,25.50193,4.219732,6.573673,25.33457,4.204709,6.879245,26.3531,3.795588,6.851955,26.47124,3.825752,6.83425,26.13975,3.94,6.87925,26.14225,3.935999,6.929875,26.17038,3.967249,6.7905,25.76975,4.171,6.7315,25.77425,4.167,6.738928,25.50538,4.349894,6.8385,25.789,4.2585,6.639919,25.41585,4.445718,6.684166,26.39233,4.256499,6.737007,26.66768,4.150683,6.369238,25.44954,4.41478,6.593851,25.23667,4.337814,6.560065,25.41639,4.498614,6.977543,26.50223,4.125839,7.020271,26.47156,4.079296,6.7825,25.99525,4.0855,6.68125,25.79412,4.1975,6.984555,26.50144,3.963222,6.822666,26.58056,4.041833,6.70616,26.60043,3.997814,7.01,26.369,3.821,6.609,26.5265,3.949998,6.582221,26.40183,4.148111,6.599,26.10875,4.22,7.0565,26.325,4.0085,6.983,26.293,4.184,6.959333,26.39033,4.192,6.912999,26.0175,4.1715,6.574,26.404,4.022,6.624,26.616,4.183,6.655667,25.58628,4.457277,6.762047,25.8585,4.378093,6.649654,25.36107,4.433906,6.471419,25.62558,4.389192,6.45774,25.32585,4.408777,6.8145,25.77938,4.21475,6.742875,25.55387,4.288125,6.557749,25.877,4.2985,6.539625,25.63787,4.330875,6.534,25.511,4.308,6.642,26.12563,4.29725,6.733,26.399,3.82,6.792124,26.16237,3.965499,6.640187,25.899,4.387375,6.608,26.12325,4.2645,6.589375,25.907,4.36375,6.56375,25.901,4.3365,6.674,26.04,4.156,7.071,26.403,3.91,6.904,26.063,4.28,6.7965,26.108,4.335,6.700093,25.883,4.396188,6.985,26.279,3.879,6.677,26.233,4.043,6.662,26.357,3.95});
			return Coordinate_12_652_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #656, 488 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_11_656_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_656_coordIndex = new MFInt32(new int[] {2,3,1,-1,1,11,12,-1,1,13,11,-1,14,15,16,-1,23,24,14,-1,23,25,24,-1,15,3,27,-1,3,2,27,-1,10,5,9,-1,5,10,4,-1,30,31,9,-1,30,32,31,-1,26,4,9,-1,33,9,34,-1,33,35,9,-1,9,35,39,-1,35,22,39,-1,22,40,39,-1,21,40,22,-1,8,7,6,-1,36,34,5,-1,18,28,43,-1,17,28,18,-1,16,15,27,-1,16,44,45,-1,16,27,44,-1,40,45,44,-1,21,45,40,-1,22,46,47,-1,46,22,48,-1,49,50,48,-1,50,24,25,-1,50,49,24,-1,1,7,0,-1,37,43,38,-1,51,41,52,-1,51,36,41,-1,7,8,42,-1,41,54,52,-1,41,55,54,-1,20,18,37,-1,18,20,19,-1,37,56,20,-1,56,37,57,-1,58,28,59,-1,48,22,33,-1,21,61,60,-1,21,47,61,-1,47,58,61,-1,47,46,58,-1,58,50,38,-1,48,51,49,-1,25,53,50,-1,25,57,53,-1,13,14,11,-1,32,44,27,-1,29,23,16,-1,29,20,23,-1,16,62,29,-1,29,62,17,-1,5,34,9,-1,33,34,51,-1,55,11,54,-1,12,11,55,-1,1,12,55,-1,14,54,11,-1,54,14,24,-1,1,41,6,-1,55,41,1,-1,36,6,41,-1,36,5,6,-1,2,1,32,-1,9,0,26,-1,0,9,31,-1,26,42,4,-1,0,42,26,-1,44,39,40,-1,44,30,39,-1,30,44,32,-1,1,0,31,-1,1,31,32,-1,39,30,9,-1,8,5,4,-1,5,8,6,-1,51,34,36,-1,21,17,62,-1,23,20,56,-1,14,16,23,-1,16,45,62,-1,21,62,45,-1,32,27,2,-1,56,25,23,-1,25,56,57,-1,57,37,53,-1,52,24,49,-1,46,50,58,-1,37,50,53,-1,50,37,38,-1,33,51,48,-1,58,59,61,-1,17,61,59,-1,61,17,60,-1,33,22,35,-1,60,17,21,-1,38,28,58,-1,17,59,28,-1,20,29,19,-1,19,29,18,-1,43,37,18,-1,24,52,54,-1,42,8,4,-1,0,7,42,-1,52,49,51,-1,43,28,38,-1,1,3,13,-1,6,7,1,-1,46,48,50,-1,22,47,21,-1,17,18,29,-1,13,15,14,-1,13,3,15,-1,4,10,9,-1});
			return IndexedFaceSet_11_656_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #656, 189 total numbers made up of 63 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_656_point()
		{
			MFVec3f Coordinate_12_656_point = new MFVec3f(new double[] {6.633435,25.20299,3.264954,6.758483,25.23163,3.252653,6.917249,25.59125,3.247,6.95175,25.57775,3.22,6.436521,25.1138,3.467848,6.666092,25.1202,3.514499,6.723228,25.08551,3.342067,6.562921,25.03779,3.19055,6.530098,25.00473,3.308714,6.664092,25.33707,3.481138,6.536222,25.12867,3.537888,7.027937,25.54944,3.25475,6.785325,25.22537,3.254059,6.983875,25.56488,3.2295,7.156791,25.83437,3.199708,7.123583,25.84808,3.1845,7.140666,26.03637,3.168466,7.145207,26.32023,3.446812,7.355722,26.22943,3.337647,7.279777,26.287,3.145111,7.389883,26.22762,3.153962,6.961111,26.11622,3.484,6.937999,25.893,3.53675,7.222999,25.98,3.148083,7.212562,25.74769,3.297562,7.343,25.881,3.3105,6.579203,25.26859,3.485518,7.024,25.831,3.2195,7.21369,26.27005,3.620228,7.172696,26.27537,3.229987,6.845124,25.62825,3.423874,6.691,25.337,3.4185,6.881187,25.60975,3.335437,6.894875,25.62725,3.553875,6.723778,25.267,3.552332,6.83025,25.6555,3.535749,6.852,25.2605,3.464,7.472295,26.12091,3.395394,7.385685,26.19337,3.58524,6.820249,25.6485,3.482749,6.9215,25.889,3.46775,6.854686,25.25969,3.386937,6.500444,25.13867,3.280518,7.457259,26.208,3.492962,6.94975,25.8705,3.405375,7.007,26.0265,3.366,7.125,25.983,3.612,7.029,26.03,3.585,7.11075,25.8075,3.57075,7.203749,25.7605,3.50225,7.294416,25.95483,3.554,7.0145,25.567,3.52725,7.066234,25.53586,3.394437,7.404,25.995,3.465,7.062968,25.53672,3.306375,6.812633,25.21998,3.277661,7.382499,26.077,3.165,7.443833,26.04117,3.306833,7.182666,26.20067,3.633,7.097228,26.31675,3.509274,6.995,26.189,3.546,7.131999,26.17833,3.618333,7.045,26.157,3.3505});
			return Coordinate_12_656_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #660, 592 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_11_660_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_660_coordIndex = new MFInt32(new int[] {10,11,12,-1,21,19,22,-1,25,26,27,-1,5,7,6,-1,5,28,7,-1,30,31,32,-1,31,33,32,-1,34,35,32,-1,34,36,35,-1,3,1,4,-1,29,9,4,-1,38,29,4,-1,38,39,29,-1,9,40,41,-1,1,42,24,-1,7,8,6,-1,0,1,3,-1,28,43,7,-1,24,4,1,-1,24,23,4,-1,10,45,11,-1,8,0,46,-1,46,6,8,-1,2,3,4,-1,7,0,8,-1,30,47,48,-1,30,49,47,-1,50,28,31,-1,28,50,51,-1,43,51,42,-1,43,28,51,-1,14,13,16,-1,14,15,13,-1,55,56,5,-1,57,58,24,-1,58,57,59,-1,10,60,61,-1,37,12,13,-1,12,11,13,-1,16,13,11,-1,61,63,45,-1,64,63,61,-1,10,61,45,-1,24,65,57,-1,66,67,14,-1,66,63,67,-1,26,65,27,-1,26,57,65,-1,52,15,69,-1,25,47,68,-1,25,48,47,-1,49,54,52,-1,54,49,35,-1,33,62,32,-1,17,54,70,-1,17,70,20,-1,22,36,34,-1,22,19,36,-1,71,72,58,-1,21,72,73,-1,72,21,56,-1,74,73,71,-1,71,60,75,-1,60,71,59,-1,44,75,10,-1,44,74,75,-1,10,12,44,-1,37,44,12,-1,16,66,14,-1,65,24,27,-1,24,42,51,-1,28,62,33,-1,6,39,5,-1,6,29,39,-1,55,72,56,-1,72,39,58,-1,58,39,24,-1,4,23,38,-1,4,41,2,-1,4,9,41,-1,2,41,40,-1,0,42,1,-1,0,2,40,-1,0,9,46,-1,0,40,9,-1,38,24,39,-1,24,38,23,-1,5,72,55,-1,39,72,5,-1,9,29,6,-1,62,5,56,-1,62,28,5,-1,31,28,33,-1,27,51,50,-1,24,51,27,-1,16,11,66,-1,13,15,53,-1,18,13,53,-1,67,15,14,-1,69,15,67,-1,37,19,44,-1,44,19,74,-1,10,75,60,-1,71,75,74,-1,19,73,74,-1,73,19,21,-1,71,73,72,-1,58,59,71,-1,36,20,70,-1,20,36,19,-1,34,56,22,-1,56,34,62,-1,54,36,70,-1,35,36,54,-1,62,34,32,-1,32,49,30,-1,49,32,35,-1,50,48,25,-1,69,47,52,-1,69,68,47,-1,68,69,67,-1,50,25,27,-1,63,68,67,-1,63,64,68,-1,61,26,64,-1,26,61,57,-1,45,66,11,-1,63,66,45,-1,17,37,13,-1,17,13,18,-1,64,25,68,-1,64,26,25,-1,59,61,60,-1,59,57,61,-1,56,21,22,-1,19,17,20,-1,19,37,17,-1,17,18,54,-1,53,54,18,-1,54,53,52,-1,53,15,52,-1,9,6,46,-1,3,2,0,-1,42,7,43,-1,31,48,50,-1,31,30,48,-1,49,52,47,-1,0,7,42,-1});
			return IndexedFaceSet_11_660_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #660, 228 total numbers made up of 76 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_660_point()
		{
			MFVec3f Coordinate_12_660_point = new MFVec3f(new double[] {6.778279,25.10215,2.707139,6.9375,25.235,2.695375,6.661483,25.27891,2.725183,6.787666,25.201,2.755333,6.714617,25.31796,2.670587,7.099944,25.39742,2.452611,6.898073,25.20962,2.403802,6.995332,25.19983,2.53425,6.901518,25.1143,2.583406,6.728079,25.17549,2.402869,7.347999,26.24289,2.786777,7.460172,26.37149,2.841407,7.421272,26.33864,2.663654,7.621937,26.31023,2.636954,7.654999,26.195,2.8535,7.724498,26.1455,2.776499,7.640147,26.32733,2.789036,7.572462,26.27774,2.375777,7.699592,26.288,2.421332,7.35725,26.06333,2.449666,7.43375,26.1515,2.3905,7.243,25.8275,2.477,7.252,25.814,2.437,6.97068,25.511,2.746652,7.043354,25.48421,2.740298,7.34825,25.72075,2.76075,7.3065,25.7525,2.7825,7.2275,25.56,2.7415,7.137583,25.39847,2.473583,6.795665,25.31567,2.498666,7.436,25.66125,2.57475,7.307749,25.513,2.5995,7.39725,25.68888,2.517875,7.29775,25.5285,2.519,7.3585,25.7165,2.461,7.530125,25.873,2.510875,7.4855,25.9095,2.447,7.483851,26.35226,2.419098,6.949749,25.47567,2.609499,6.988167,25.51025,2.594249,6.709666,25.138,2.598333,6.700666,25.25967,2.512999,7.034374,25.28633,2.662958,7.1045,25.3,2.5985,7.404333,26.26567,2.573,7.39,26.172,2.846,6.831279,25.07549,2.536473,7.5815,25.83,2.6275,7.437,25.6575,2.6195,7.57475,25.8365,2.57475,7.267625,25.5365,2.6705,7.16975,25.4315,2.68325,7.729665,26.036,2.62633,7.786333,26.21066,2.636222,7.684083,26.10017,2.447499,7.037666,25.461,2.435166,7.127666,25.606,2.445,7.18175,25.8415,2.7845,7.038611,25.58763,2.689513,7.17525,25.864,2.729999,7.2555,26.043,2.7975,7.27925,26.023,2.80725,7.198541,25.46789,2.483916,7.479,26.12,2.85,7.430999,25.939,2.8065,7.083764,25.56358,2.756902,7.542499,26.255,2.8875,7.574,26.062,2.823,7.4835,25.9075,2.78125,7.646,26.017,2.769,7.634583,26.08517,2.427166,7.204375,25.85062,2.634999,7.082833,25.629,2.588083,7.2335,25.83725,2.54,7.326125,26.02687,2.538625,7.296,26.047,2.695});
			return Coordinate_12_660_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #664, 616 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_11_664_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_664_coordIndex = new MFInt32(new int[] {12,13,14,-1,13,12,15,-1,12,16,15,-1,17,1,18,-1,20,18,21,-1,21,22,20,-1,5,19,4,-1,5,4,6,-1,2,10,25,-1,1,17,2,-1,11,25,10,-1,31,32,27,-1,3,33,34,-1,3,35,33,-1,9,37,36,-1,19,5,38,-1,14,2,39,-1,23,38,5,-1,42,43,44,-1,45,31,46,-1,45,40,31,-1,1,0,18,-1,2,14,10,-1,14,13,10,-1,3,38,23,-1,23,9,3,-1,7,6,4,-1,4,48,7,-1,44,49,50,-1,44,51,49,-1,39,2,28,-1,12,14,29,-1,49,51,35,-1,41,5,7,-1,48,4,58,-1,19,38,3,-1,17,20,24,-1,17,18,20,-1,47,0,11,-1,46,59,24,-1,46,31,59,-1,40,45,41,-1,33,44,43,-1,42,60,61,-1,62,60,42,-1,43,63,33,-1,4,19,3,-1,8,5,56,-1,53,65,64,-1,66,67,68,-1,37,9,56,-1,69,54,64,-1,71,70,16,-1,15,16,21,-1,39,26,14,-1,39,28,26,-1,26,17,24,-1,16,67,22,-1,24,27,26,-1,24,59,27,-1,72,41,73,-1,40,41,72,-1,74,33,63,-1,74,75,33,-1,50,49,76,-1,53,64,54,-1,41,77,52,-1,77,41,45,-1,5,8,9,-1,53,5,52,-1,5,53,55,-1,49,37,54,-1,36,37,49,-1,9,57,3,-1,57,9,36,-1,57,35,3,-1,57,49,35,-1,58,75,48,-1,33,75,58,-1,7,75,73,-1,48,75,7,-1,45,66,77,-1,45,46,66,-1,70,64,68,-1,69,78,76,-1,69,71,78,-1,44,30,42,-1,74,63,61,-1,61,72,74,-1,61,32,72,-1,67,66,24,-1,31,27,59,-1,60,32,61,-1,32,60,27,-1,78,12,30,-1,12,71,16,-1,12,78,71,-1,21,16,22,-1,62,29,14,-1,17,28,2,-1,11,1,2,-1,11,0,1,-1,62,30,29,-1,30,62,42,-1,0,47,11,-1,0,11,10,-1,14,27,60,-1,26,27,14,-1,68,16,70,-1,67,16,68,-1,66,46,24,-1,32,40,72,-1,32,31,40,-1,50,30,44,-1,76,30,50,-1,76,78,30,-1,66,65,77,-1,7,73,41,-1,58,4,33,-1,36,49,57,-1,56,9,8,-1,54,56,53,-1,54,37,56,-1,52,65,53,-1,65,52,77,-1,54,76,49,-1,76,54,69,-1,33,51,44,-1,74,73,75,-1,72,73,74,-1,67,24,20,-1,26,28,17,-1,21,0,15,-1,64,71,69,-1,64,70,71,-1,9,23,5,-1,21,18,0,-1,22,67,20,-1,68,65,66,-1,64,65,68,-1,55,53,56,-1,15,10,13,-1,15,0,10,-1,61,43,42,-1,61,63,43,-1,14,60,62,-1,34,33,4,-1,2,25,11,-1,34,4,3,-1,51,33,35,-1,5,41,52,-1,55,56,5,-1,5,6,7,-1,29,30,12,-1});
			return IndexedFaceSet_11_664_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #664, 237 total numbers made up of 79 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_664_point()
		{
			MFVec3f Coordinate_12_664_point = new MFVec3f(new double[] {6.950474,25.26482,1.772717,6.819948,25.33195,1.869968,6.91269,25.40457,1.650012,7.658222,26.25278,1.731221,7.544556,26.35066,1.812412,7.614887,26.23675,2.044131,7.503456,26.3358,1.952332,7.448629,26.28419,1.967591,7.754667,26.18711,1.914554,7.736239,26.20072,1.806666,6.974231,25.30583,1.637684,6.864563,25.32077,1.693035,7.195222,25.4743,1.750138,7.162945,25.45011,1.722276,7.04636,25.47665,1.707875,7.098,25.34467,1.755333,7.187958,25.46771,1.832916,6.902678,25.4444,1.880147,6.987444,25.36767,1.943388,7.620889,26.31756,1.826333,7.047249,25.51808,1.947582,7.042333,25.33167,1.859333,7.121999,25.411,1.864499,7.72548,26.23143,1.837332,7.040874,25.53008,1.933166,6.907778,25.33089,1.600332,7.018521,25.50425,1.843208,7.088999,25.60588,1.877373,6.948,25.436,1.793,7.165625,25.58337,1.70175,7.334563,25.78444,1.727186,7.222999,25.8245,1.955249,7.235,25.829,1.852999,7.436833,26.188,1.693833,7.538,26.306,1.73,7.625333,26.147,1.702,7.665416,26.07617,1.73875,7.684805,26.05989,1.799971,7.695666,26.25517,1.842999,6.976,25.434,1.722,7.31175,25.98625,1.97875,7.401167,26.14833,2.030665,7.28925,25.82775,1.694999,7.356499,26.00875,1.669749,7.39175,25.99438,1.664374,7.3125,25.9775,2.0085,7.248999,25.804,1.987249,6.912447,25.26873,1.757577,7.427,26.282,1.847,7.63125,26.0645,1.715583,7.49,25.924,1.691999,7.515,26.112,1.671,7.5045,26.09,2.059,7.608166,26.02083,1.9905,7.633499,26.00639,1.939277,7.6149,26.19735,2.054987,7.713721,26.08894,1.915666,7.670166,26.11633,1.725166,7.422,26.268,1.762,7.078,25.60875,1.923749,7.12425,25.61425,1.732,7.25875,25.84075,1.735999,7.14725,25.60475,1.7005,7.343,26.0125,1.679498,7.505,25.84675,1.905,7.448,25.889,1.999,7.304687,25.76519,1.960312,7.167562,25.52194,1.907,7.360375,25.72638,1.933375,7.52,25.8405,1.857,7.38775,25.70875,1.88975,7.39875,25.71525,1.803749,7.322,26.01,1.872,7.386,26.17,1.888,7.329,26.02,1.772,7.389,26.185,1.806999,7.519,25.877,1.754,7.389,25.934,2.022,7.379875,25.74113,1.759374});
			return Coordinate_12_664_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #668, 416 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_11_668_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_668_coordIndex = new MFInt32(new int[] {0,1,2,-1,4,6,7,-1,12,13,11,-1,16,17,18,-1,22,23,5,-1,5,24,22,-1,5,25,26,-1,30,31,17,-1,32,0,19,-1,24,26,22,-1,18,17,35,-1,37,7,36,-1,38,9,11,-1,40,1,41,-1,40,42,1,-1,44,45,1,-1,35,17,31,-1,31,46,35,-1,4,34,18,-1,20,21,22,-1,20,47,44,-1,44,47,48,-1,0,41,1,-1,49,0,32,-1,39,21,40,-1,39,8,21,-1,9,38,8,-1,16,36,10,-1,18,34,7,-1,7,37,18,-1,36,7,12,-1,36,12,9,-1,27,3,2,-1,14,4,15,-1,17,10,32,-1,4,18,15,-1,5,26,24,-1,11,13,50,-1,1,27,2,-1,16,37,36,-1,9,10,36,-1,19,17,32,-1,5,50,13,-1,10,9,51,-1,4,43,6,-1,23,22,21,-1,43,25,5,-1,47,25,48,-1,37,16,18,-1,47,20,22,-1,27,43,3,-1,43,4,3,-1,14,46,3,-1,30,0,28,-1,51,8,52,-1,8,51,9,-1,40,53,39,-1,52,49,32,-1,49,52,53,-1,0,49,41,-1,40,20,42,-1,21,20,40,-1,45,27,1,-1,2,28,0,-1,25,43,27,-1,5,6,43,-1,44,48,27,-1,47,26,25,-1,23,33,5,-1,5,33,50,-1,33,8,38,-1,33,23,8,-1,3,29,2,-1,19,0,30,-1,46,15,35,-1,3,31,29,-1,3,46,31,-1,38,50,33,-1,38,11,50,-1,44,27,45,-1,1,42,44,-1,42,20,44,-1,10,52,32,-1,52,10,51,-1,40,49,53,-1,49,40,41,-1,39,52,8,-1,39,53,52,-1,23,21,8,-1,7,5,13,-1,6,5,7,-1,15,18,35,-1,12,7,13,-1,4,7,34,-1,10,17,16,-1,47,22,26,-1,29,30,28,-1,29,31,30,-1,28,2,29,-1,48,25,27,-1,15,46,14,-1,14,3,4,-1,11,9,12,-1,19,30,17,-1});
			return IndexedFaceSet_11_668_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #668, 162 total numbers made up of 54 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_668_point()
		{
			MFVec3f Coordinate_12_668_point = new MFVec3f(new double[] {7.164556,28.65311,2.428555,7.168028,28.89175,2.339527,7.165388,28.67917,2.219443,7.173087,28.48045,2.084716,7.218506,28.39063,1.97569,7.641916,28.69414,2.138194,7.502666,28.53094,2.008388,7.533426,28.44452,2.059647,7.598333,28.67731,2.541805,7.644267,28.46059,2.3895,7.544481,28.43608,2.396333,7.710166,28.48314,2.27249,7.689666,28.47539,2.271615,7.704519,28.54878,2.103925,6.982362,28.30392,2.092413,7.105209,28.23483,2.036793,7.385222,28.38678,2.337888,7.333875,28.37209,2.428375,7.273147,28.2734,2.185268,7.224166,28.49033,2.442999,7.456295,28.96644,2.469506,7.513148,28.89207,2.546295,7.584333,28.86187,2.361666,7.618889,28.80723,2.427694,7.6165,28.72861,2.166388,7.399354,28.73308,2.168627,7.482353,28.75808,2.191145,7.272166,28.74517,2.179333,7.161333,28.58467,2.352666,7.146842,28.49746,2.138546,7.227833,28.46042,2.37125,7.2315,28.4305,2.2995,7.333,28.503,2.492,7.6725,28.712,2.27,7.348333,28.32067,2.06,7.253998,28.2785,2.2105,7.508,28.444,2.248,7.396,28.372,2.218,7.701,28.583,2.402,7.472,28.707,2.547,7.3695,28.797,2.5115,7.238,28.752,2.469,7.314,28.9225,2.4685,7.453165,28.5502,2.045249,7.340971,28.92803,2.305749,7.157055,28.8965,2.291055,7.138807,28.38358,2.151424,7.485889,28.884,2.315888,7.39175,28.819,2.21825,7.288,28.632,2.501999,7.713999,28.605,2.215,7.516,28.437,2.521,7.442,28.554,2.517,7.38,28.664,2.522});
			return Coordinate_12_668_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #672, 400 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_11_672_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_672_coordIndex = new MFInt32(new int[] {3,4,5,-1,16,17,18,-1,16,19,17,-1,20,21,22,-1,23,24,25,-1,32,33,6,-1,11,35,32,-1,5,7,3,-1,8,9,11,-1,39,5,10,-1,13,1,12,-1,25,14,15,-1,24,0,40,-1,24,41,0,-1,30,1,2,-1,1,30,0,-1,12,42,22,-1,12,0,42,-1,23,43,15,-1,14,24,45,-1,44,14,45,-1,45,2,44,-1,2,37,44,-1,2,38,37,-1,17,19,26,-1,23,18,20,-1,21,18,17,-1,22,41,20,-1,12,1,0,-1,41,42,0,-1,43,25,15,-1,25,43,23,-1,32,1,13,-1,32,2,1,-1,8,5,4,-1,11,10,8,-1,37,38,11,-1,4,3,29,-1,11,6,34,-1,6,11,32,-1,31,12,17,-1,31,6,12,-1,29,3,27,-1,15,18,23,-1,26,16,15,-1,26,19,16,-1,26,31,17,-1,5,8,10,-1,15,16,18,-1,27,36,28,-1,36,27,47,-1,47,44,49,-1,27,3,31,-1,11,9,37,-1,7,39,34,-1,6,7,34,-1,50,39,10,-1,4,46,8,-1,4,29,46,-1,47,31,26,-1,47,27,31,-1,27,28,29,-1,28,48,8,-1,36,47,49,-1,49,44,37,-1,50,34,39,-1,6,13,12,-1,33,13,6,-1,34,50,11,-1,33,32,13,-1,24,23,41,-1,20,41,23,-1,24,40,45,-1,40,30,51,-1,40,0,30,-1,51,30,2,-1,21,12,22,-1,21,17,12,-1,21,20,18,-1,14,26,15,-1,14,44,26,-1,2,45,51,-1,51,45,40,-1,32,38,2,-1,38,32,11,-1,10,11,50,-1,28,37,48,-1,39,7,5,-1,31,3,7,-1,46,28,8,-1,31,7,6,-1,37,28,36,-1,36,49,37,-1,44,47,26,-1,29,28,46,-1,22,42,41,-1,25,24,14,-1,32,35,11,-1,48,9,8,-1,48,37,9,-1});
			return IndexedFaceSet_11_672_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #672, 156 total numbers made up of 52 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_672_point()
		{
			MFVec3f Coordinate_12_672_point = new MFVec3f(new double[] {6.99987,28.72729,2.888332,7.126166,28.88692,2.88287,7.157999,29.07631,2.878388,6.99075,29.21,2.264249,7.186,29.29366,2.163999,7.166,29.23744,2.245888,7.026095,29.02261,2.521668,7.049527,29.14584,2.313138,7.33164,29.36965,2.383638,7.211305,29.35752,2.745508,7.300832,29.278,2.422499,7.314172,29.20167,2.673492,6.992592,28.94017,2.578974,7.104667,28.96533,2.75711,6.777333,29.07383,2.868832,6.692833,29.08019,2.724999,6.677664,29.04639,2.682998,6.826555,28.98422,2.550665,6.69975,28.906,2.60925,6.81214,29.1671,2.580474,6.71122,28.71067,2.69711,6.7465,28.867,2.5855,6.9215,28.81,2.6305,6.597509,28.80686,2.743068,6.768425,28.8497,2.918314,6.632666,28.96367,2.848333,6.823086,29.21362,2.600088,6.984073,29.3444,2.366159,7.108918,29.43153,2.483357,7.099666,29.34939,2.229555,7.091083,28.85546,2.911435,6.920555,29.15717,2.395197,7.208777,29.10207,2.752628,7.117722,29.06233,2.706388,7.115085,29.13293,2.540382,7.335666,29.136,2.741,7.047555,29.41367,2.603111,7.183324,29.37063,2.734082,7.287,29.202,2.777999,7.170666,29.18917,2.396388,6.805259,28.86829,2.928147,6.805296,28.77168,2.884258,6.924,28.708,2.768,6.546833,28.87836,2.733527,6.991583,29.23175,2.830749,6.946833,29.073,2.945666,7.237333,29.43683,2.4045,6.860345,29.31416,2.63869,7.349666,29.40933,2.61,7.033499,29.359,2.73,7.209,29.21033,2.514999,7.037,28.958,2.941});
			return Coordinate_12_672_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #676, 704 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_11_676_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_676_coordIndex = new MFInt32(new int[] {12,13,14,-1,20,21,22,-1,25,8,12,-1,6,5,30,-1,30,1,6,-1,31,32,33,-1,34,35,36,-1,28,24,41,-1,46,37,47,-1,46,48,37,-1,51,52,20,-1,17,45,53,-1,54,55,4,-1,16,56,17,-1,46,35,48,-1,13,0,59,-1,8,15,11,-1,12,0,13,-1,59,2,35,-1,59,0,1,-1,31,10,32,-1,31,62,10,-1,7,64,6,-1,7,65,64,-1,35,46,36,-1,53,52,17,-1,53,45,52,-1,59,34,13,-1,49,50,22,-1,66,23,40,-1,34,18,13,-1,0,9,1,-1,67,38,46,-1,20,22,63,-1,63,51,20,-1,40,37,24,-1,24,44,40,-1,38,46,47,-1,17,55,54,-1,44,66,40,-1,60,36,46,-1,41,24,37,-1,47,40,38,-1,16,70,71,-1,16,72,70,-1,60,73,36,-1,23,66,61,-1,14,13,18,-1,46,38,39,-1,67,46,38,-1,74,16,77,-1,72,32,15,-1,54,45,17,-1,23,26,40,-1,18,25,14,-1,60,78,73,-1,43,77,19,-1,43,79,77,-1,23,3,26,-1,66,27,23,-1,44,80,66,-1,44,29,80,-1,24,29,44,-1,75,30,81,-1,40,26,82,-1,71,83,16,-1,57,3,27,-1,57,58,3,-1,84,57,27,-1,86,85,81,-1,31,63,62,-1,8,76,15,-1,15,71,70,-1,71,15,76,-1,57,20,69,-1,21,20,57,-1,6,64,62,-1,35,2,87,-1,21,88,49,-1,68,39,19,-1,37,40,47,-1,42,68,19,-1,68,42,60,-1,57,69,4,-1,52,51,63,-1,48,87,75,-1,75,37,48,-1,37,75,41,-1,21,57,88,-1,28,81,85,-1,17,63,31,-1,17,52,63,-1,17,56,55,-1,83,78,16,-1,32,10,15,-1,65,11,10,-1,65,8,11,-1,5,62,63,-1,5,6,62,-1,61,66,23,-1,28,85,50,-1,22,50,89,-1,75,28,41,-1,1,2,59,-1,16,32,72,-1,43,19,39,-1,20,52,45,-1,16,33,32,-1,16,17,33,-1,4,26,3,-1,77,16,78,-1,64,10,62,-1,65,10,64,-1,23,27,3,-1,87,1,75,-1,29,50,49,-1,89,50,85,-1,63,89,86,-1,63,22,89,-1,80,29,49,-1,18,8,25,-1,8,18,76,-1,18,36,76,-1,76,73,83,-1,76,36,73,-1,15,70,72,-1,59,35,34,-1,87,48,35,-1,7,8,65,-1,58,4,3,-1,74,26,4,-1,26,39,82,-1,78,83,73,-1,16,74,56,-1,74,77,79,-1,43,26,74,-1,4,69,45,-1,69,20,45,-1,31,33,17,-1,89,85,86,-1,28,50,29,-1,57,84,88,-1,49,22,21,-1,86,5,63,-1,27,80,84,-1,82,39,38,-1,39,26,43,-1,79,43,74,-1,74,55,56,-1,46,68,60,-1,68,46,39,-1,80,49,84,-1,34,36,18,-1,84,49,88,-1,87,2,1,-1,1,7,6,-1,9,7,1,-1,5,81,30,-1,5,86,81,-1,76,83,71,-1,55,74,4,-1,4,58,57,-1,40,82,38,-1,1,30,75,-1,75,81,28,-1,28,29,24,-1,66,80,27,-1,19,78,60,-1,19,77,78,-1,12,14,25,-1,12,7,0,-1,12,8,7,-1,42,19,60,-1,4,45,54,-1,11,15,10,-1,7,9,0,-1});
			return IndexedFaceSet_11_676_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #676, 270 total numbers made up of 90 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_676_point()
		{
			MFVec3f Coordinate_12_676_point = new MFVec3f(new double[] {6.696666,28.42389,3.202777,6.607925,28.52147,3.160974,6.627037,28.47859,3.078221,6.386684,28.83854,2.678147,6.497221,28.88648,2.804057,6.52725,28.63925,3.17,6.612611,28.62398,3.210758,6.720185,28.56967,3.273444,6.829833,28.54893,3.236925,6.696,28.478,3.252,6.775333,28.71267,3.220333,6.826,28.638,3.255,6.777925,28.42826,3.180184,6.757498,28.3985,3.051,6.77375,28.40625,3.0645,6.824555,28.68013,3.171332,6.740311,28.7972,2.897006,6.628506,28.88103,3.025191,6.802715,28.49778,3.016703,6.647481,28.68707,2.693184,6.409012,28.89989,3.061333,6.361091,28.87785,3.02437,6.369209,28.81736,3.150159,6.388422,28.74982,2.630085,6.362629,28.5842,2.910592,6.828,28.45433,3.120666,6.50407,28.80083,2.677373,6.3285,28.7835,2.759888,6.348555,28.61483,3.023314,6.329833,28.64483,2.979333,6.52425,28.58925,3.1265,6.631777,28.81355,3.130555,6.754083,28.80875,3.027583,6.656256,28.87503,3.026357,6.704666,28.45458,2.970333,6.67161,28.48214,2.946222,6.7385,28.50175,2.933333,6.445333,28.54833,2.824333,6.508259,28.59406,2.695597,6.543901,28.66319,2.72148,6.429425,28.6143,2.642165,6.423,28.563,2.938,6.713,28.621,2.757,6.611629,28.75785,2.653998,6.382722,28.59509,2.801555,6.540749,28.91558,2.944583,6.618698,28.52523,2.848122,6.473667,28.54544,2.742444,6.594846,28.51997,2.880388,6.329805,28.75794,2.977166,6.316443,28.69678,3.089777,6.49661,28.83619,3.1295,6.538375,28.886,3.03675,6.629537,28.91519,2.979147,6.556833,28.92484,2.915833,6.605499,28.86083,2.853333,6.677,28.88067,2.896,6.35845,28.87869,2.817239,6.372261,28.89183,2.791489,6.683,28.435,3.052,6.722333,28.57417,2.801999,6.359178,28.74031,2.631838,6.648166,28.7495,3.185166,6.509333,28.81313,3.144916,6.66,28.691,3.217,6.7225,28.651,3.243,6.3625,28.6565,2.715166,6.500122,28.57863,2.685924,6.648,28.639,2.725,6.429666,28.91417,2.901332,6.766708,28.76287,3.020958,6.771125,28.70988,3.00425,6.761541,28.78587,3.004374,6.751,28.601,2.875,6.629369,28.80855,2.780777,6.498445,28.55711,3.024777,6.816832,28.60117,3.083138,6.704055,28.747,2.769166,6.741,28.682,2.852,6.663,28.765,2.699,6.3385,28.7135,2.854498,6.462249,28.61225,3.10825,6.476,28.675,2.655,6.766562,28.67694,2.969125,6.332667,28.77933,2.854333,6.37,28.651,3.116,6.46475,28.66225,3.15425,6.584499,28.5265,3.002,6.35,28.845,2.92,6.39,28.702,3.161});
			return Coordinate_12_676_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #680, 360 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_11_680_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_680_coordIndex = new MFInt32(new int[] {5,6,7,-1,1,8,9,-1,15,14,16,-1,17,18,7,-1,20,14,21,-1,25,26,27,-1,30,31,3,-1,30,18,26,-1,26,29,30,-1,13,33,12,-1,13,8,33,-1,0,2,1,-1,1,2,36,-1,2,34,11,-1,11,37,36,-1,37,24,36,-1,13,12,38,-1,21,14,39,-1,40,20,21,-1,10,15,4,-1,15,10,19,-1,10,11,34,-1,12,6,38,-1,17,6,26,-1,7,18,3,-1,6,17,7,-1,10,34,19,-1,27,32,22,-1,4,40,42,-1,4,15,16,-1,24,8,1,-1,11,36,2,-1,12,23,26,-1,33,23,12,-1,32,26,23,-1,30,3,18,-1,26,18,17,-1,1,36,24,-1,4,16,14,-1,42,22,43,-1,9,35,1,-1,13,35,9,-1,33,8,23,-1,11,4,41,-1,11,10,4,-1,34,0,5,-1,34,2,0,-1,19,3,44,-1,15,19,14,-1,27,21,25,-1,30,28,31,-1,20,4,14,-1,14,3,31,-1,30,29,26,-1,42,27,22,-1,40,27,42,-1,32,23,22,-1,45,43,46,-1,45,41,43,-1,24,41,45,-1,41,24,37,-1,8,22,23,-1,19,5,7,-1,34,5,19,-1,11,41,37,-1,43,41,4,-1,22,8,45,-1,46,43,22,-1,40,21,27,-1,39,14,31,-1,8,13,9,-1,13,5,0,-1,38,5,13,-1,45,8,24,-1,13,0,35,-1,5,38,6,-1,4,20,40,-1,32,27,26,-1,12,26,6,-1,28,39,31,-1,21,39,28,-1,25,30,26,-1,21,30,25,-1,28,30,21,-1,45,46,22,-1,14,44,3,-1,44,14,19,-1,19,7,3,-1,35,0,1,-1,42,43,4,-1});
			return IndexedFaceSet_11_680_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #680, 141 total numbers made up of 47 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_680_point()
		{
			MFVec3f Coordinate_12_680_point = new MFVec3f(new double[] {6.89379,28.39128,2.756925,6.779017,28.45711,2.787814,6.861555,28.33845,2.869777,7.276493,28.57655,3.002462,7.008639,28.49422,3.253305,7.020555,28.42322,2.894193,7.035222,28.56233,2.878,7.214268,28.56748,2.945324,6.798185,28.65899,2.904055,6.784,28.615,2.716,6.973667,28.407,3.109,6.979722,28.39667,3.003333,6.950592,28.66131,2.837314,6.937974,28.56719,2.681354,7.253588,28.50851,3.258254,7.154777,28.45289,3.225998,7.227352,28.49105,3.309018,7.109,28.655,2.935,7.2085,28.695,2.9585,7.163178,28.49443,3.071661,7.069333,28.55633,3.317333,7.156184,28.64272,3.225517,6.813147,28.72241,3.105246,6.805221,28.78063,2.943851,6.7895,28.5165,2.934833,7.106,28.709,3.142,7.008851,28.75081,3.020407,6.973166,28.71478,3.173666,7.201999,28.665,3.150555,7.085666,28.72466,3.024999,7.282327,28.6507,3.073276,7.311386,28.59426,3.122286,6.915498,28.7705,3.044499,6.826166,28.6805,2.822666,7.014777,28.40086,2.974777,6.89803,28.52031,2.695854,6.819,28.396,2.951,6.825,28.473,3.058,6.996,28.513,2.801,7.240176,28.52903,3.284509,6.955499,28.64075,3.280624,6.8755,28.4925,3.144,6.915,28.6285,3.28825,6.895,28.594,3.27725,7.300037,28.53265,3.118555,6.812875,28.61625,3.014999,6.833,28.652,3.145});
			return Coordinate_12_680_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #684, 576 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_11_684_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_684_coordIndex = new MFInt32(new int[] {5,7,6,-1,16,17,18,-1,16,19,17,-1,21,20,22,-1,7,25,26,-1,7,27,25,-1,0,30,31,-1,32,13,14,-1,33,34,35,-1,20,36,33,-1,8,38,6,-1,2,39,40,-1,24,2,4,-1,15,13,12,-1,15,14,13,-1,40,20,2,-1,43,44,12,-1,31,45,46,-1,2,48,39,-1,48,25,39,-1,7,5,49,-1,14,3,4,-1,52,51,8,-1,24,48,2,-1,40,27,22,-1,6,38,5,-1,1,47,5,-1,10,37,14,-1,4,3,24,-1,37,3,14,-1,39,25,27,-1,17,19,20,-1,20,21,17,-1,27,40,39,-1,29,41,21,-1,1,54,0,-1,1,0,55,-1,20,40,22,-1,6,24,3,-1,11,23,56,-1,57,37,11,-1,3,52,8,-1,3,37,52,-1,8,6,3,-1,56,58,11,-1,15,59,10,-1,60,61,12,-1,50,36,16,-1,41,62,21,-1,41,63,62,-1,45,64,65,-1,66,64,45,-1,61,67,59,-1,23,68,9,-1,68,23,69,-1,8,9,5,-1,49,28,27,-1,29,0,31,-1,2,14,4,-1,2,32,14,-1,52,57,58,-1,57,11,58,-1,67,30,70,-1,67,66,30,-1,63,53,62,-1,0,28,55,-1,67,70,71,-1,63,41,50,-1,72,44,50,-1,19,36,20,-1,61,59,12,-1,65,50,46,-1,50,65,72,-1,29,46,42,-1,73,21,62,-1,21,27,29,-1,11,67,71,-1,11,10,67,-1,54,71,70,-1,54,23,71,-1,5,69,1,-1,27,28,29,-1,49,47,28,-1,26,6,7,-1,32,35,13,-1,15,10,14,-1,18,17,53,-1,5,9,68,-1,12,13,35,-1,60,12,44,-1,47,1,55,-1,29,42,41,-1,42,50,41,-1,17,21,73,-1,48,24,6,-1,55,28,47,-1,27,21,22,-1,63,50,16,-1,50,44,36,-1,45,31,30,-1,23,58,56,-1,9,8,58,-1,51,52,58,-1,6,25,48,-1,26,25,6,-1,49,5,47,-1,30,0,54,-1,23,54,1,-1,23,11,71,-1,59,15,12,-1,66,45,30,-1,50,42,46,-1,65,60,72,-1,65,64,60,-1,60,44,72,-1,20,33,2,-1,31,46,29,-1,53,16,18,-1,53,63,16,-1,64,61,60,-1,70,30,54,-1,69,5,68,-1,5,38,8,-1,9,58,23,-1,36,43,34,-1,43,36,44,-1,33,36,34,-1,12,34,43,-1,12,35,34,-1,2,33,32,-1,32,33,35,-1,0,29,28,-1,49,27,7,-1,69,23,1,-1,10,59,67,-1,67,64,66,-1,67,61,64,-1,46,45,65,-1,17,62,53,-1,17,73,62,-1,36,19,16,-1,58,8,51,-1,52,37,57,-1,11,37,10,-1});
			return IndexedFaceSet_11_684_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #684, 222 total numbers made up of 74 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_684_point()
		{
			MFVec3f Coordinate_12_684_point = new MFVec3f(new double[] {7.710736,28.76514,2.034472,7.687349,28.65353,1.951367,7.39611,28.87825,2.252614,7.388796,28.70172,2.10637,7.372963,28.78907,2.148517,7.623345,28.65063,2.079283,7.4913,28.68269,2.153634,7.626667,28.73267,2.130666,7.484203,28.63655,2.062276,7.535078,28.60123,1.966721,7.413332,28.84654,1.906431,7.517027,28.77556,1.879805,7.393269,28.98936,2.053676,7.36211,28.92356,2.071666,7.359667,28.81501,2.044612,7.379667,28.9194,1.942073,7.547222,29.07394,2.353333,7.528852,28.99066,2.440925,7.548,29.039,2.402,7.457,29.00981,2.378925,7.440721,28.93808,2.333387,7.589689,28.91638,2.371064,7.60573,28.87835,2.301675,7.606169,28.66442,1.868674,7.421,28.76075,2.24275,7.518,28.779,2.207,7.515712,28.6823,2.15748,7.645166,28.82822,2.214943,7.722333,28.82845,2.128221,7.720332,28.86822,2.14061,7.612687,28.85475,1.982811,7.689944,28.88906,2.064444,7.387833,28.88683,2.155333,7.419222,28.957,2.197667,7.45475,29.03575,2.16625,7.395942,28.99061,2.114499,7.481888,29.03872,2.270194,7.371309,28.76671,1.991769,7.512388,28.67383,2.149998,7.503,28.83,2.245,7.4835,28.8735,2.2915,7.682666,29.00078,2.228611,7.683999,29.00561,2.210471,7.4515,29.0515,2.1335,7.529926,29.09041,2.127925,7.6265,28.963,2.067,7.672388,29.01567,2.148666,7.705332,28.687,2.034083,7.44,28.7555,2.2505,7.699,28.7595,2.1175,7.61881,29.09064,2.221886,7.476796,28.65778,1.952925,7.433416,28.72833,1.952083,7.601,29.016,2.382,7.651499,28.731,1.933166,7.705472,28.73828,2.022944,7.557,28.684,1.848,7.442833,28.74767,1.932166,7.495564,28.67105,1.924962,7.4465,28.915,1.934,7.475599,29.0174,2.037073,7.433851,28.98405,2.003811,7.63,28.977,2.351,7.635,29.0265,2.308,7.537,28.982,2.025,7.599498,29.0135,2.086,7.566,28.934,2.006,7.508,28.8995,1.948499,7.6285,28.6165,1.984999,7.676474,28.64227,1.97541,7.583375,28.8315,1.949624,7.55675,28.811,1.919249,7.5725,29.063,2.106,7.606148,28.91496,2.374731});
			return Coordinate_12_684_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #688, 304 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_11_688_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_688_coordIndex = new MFInt32(new int[] {3,4,5,-1,6,10,11,-1,12,13,14,-1,1,2,18,-1,1,0,2,-1,19,21,20,-1,22,23,2,-1,17,25,0,-1,18,21,1,-1,27,17,1,-1,1,17,26,-1,11,10,8,-1,30,10,14,-1,14,20,30,-1,23,22,7,-1,25,24,31,-1,24,5,31,-1,21,19,4,-1,2,34,33,-1,1,26,17,-1,27,4,3,-1,9,8,10,-1,7,36,6,-1,20,35,30,-1,35,20,9,-1,32,12,36,-1,35,10,30,-1,15,9,20,-1,9,15,8,-1,8,15,38,-1,22,32,7,-1,33,32,22,-1,6,38,23,-1,6,11,38,-1,20,21,15,-1,23,38,16,-1,37,10,36,-1,15,18,16,-1,15,21,18,-1,29,13,12,-1,28,13,29,-1,12,34,29,-1,12,33,34,-1,2,0,34,-1,28,31,5,-1,39,31,28,-1,28,5,4,-1,4,1,21,-1,1,17,0,-1,23,7,6,-1,15,16,38,-1,11,8,38,-1,10,12,14,-1,10,37,12,-1,32,36,7,-1,17,3,24,-1,33,12,32,-1,19,28,4,-1,10,35,9,-1,39,29,34,-1,1,4,27,-1,3,5,24,-1,24,25,17,-1,29,39,28,-1,33,22,2,-1,19,13,28,-1,16,2,23,-1,18,2,16,-1,39,0,31,-1,0,39,34,-1,25,31,0,-1,14,19,20,-1,14,13,19,-1,12,37,36,-1,10,6,36,-1,17,27,3,-1});
			return IndexedFaceSet_11_688_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #688, 120 total numbers made up of 40 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_688_point()
		{
			MFVec3f Coordinate_12_688_point = new MFVec3f(new double[] {5.379675,26.08714,4.07768,5.357734,26.13933,4.100446,5.449666,26.21763,4.041416,5.260869,26.00662,4.056518,5.288555,26.14584,4.043166,5.315888,26.06911,4.004667,5.524166,26.43122,3.917798,5.599592,26.35467,3.958109,5.342962,26.46936,3.905555,5.268073,26.43557,3.867981,5.364777,26.41616,3.810499,5.440249,26.46331,3.951972,5.469111,26.291,3.897221,5.359,26.28,3.914,5.367,26.315,3.858,5.320999,26.39811,3.977583,5.363083,26.38403,4.001416,5.319764,25.96238,4.123987,5.411998,26.265,4.053,5.278166,26.255,4.002332,5.248333,26.34283,3.943666,5.299749,26.25317,4.023499,5.563416,26.29292,3.987416,5.524332,26.39064,4.01691,5.305382,25.93629,4.0409,5.387147,25.96922,4.085314,5.333222,26.04645,4.139444,5.277888,26.06211,4.102443,5.373166,26.1705,3.980666,5.431333,26.24067,3.933666,5.259,26.344,3.872,5.393332,26.07072,4.042666,5.5615,26.3465,3.8975,5.538832,26.28083,3.965832,5.463556,26.20464,4.010222,5.282037,26.41479,3.85099,5.5365,26.3965,3.840499,5.4555,26.373,3.814499,5.428,26.428,3.99175,5.44236,26.18978,4.000971});
			return Coordinate_12_688_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #692, 320 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_11_692_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_692_coordIndex = new MFInt32(new int[] {8,9,10,-1,5,11,6,-1,6,9,8,-1,0,2,1,-1,13,11,14,-1,14,2,13,-1,15,16,17,-1,22,12,20,-1,17,24,1,-1,20,18,23,-1,26,27,28,-1,28,29,26,-1,22,4,3,-1,17,16,18,-1,30,0,31,-1,11,32,34,-1,32,15,34,-1,35,11,5,-1,3,0,22,-1,12,19,21,-1,27,36,7,-1,9,38,37,-1,9,7,10,-1,8,5,6,-1,27,10,36,-1,10,27,8,-1,8,27,33,-1,28,7,39,-1,33,35,5,-1,39,31,40,-1,32,26,41,-1,26,32,33,-1,17,34,15,-1,32,11,35,-1,13,25,38,-1,3,31,0,-1,12,0,19,-1,30,31,25,-1,41,15,32,-1,3,16,15,-1,20,4,22,-1,1,19,0,-1,17,18,24,-1,16,23,18,-1,30,2,0,-1,37,38,25,-1,17,14,34,-1,17,2,14,-1,16,3,4,-1,33,27,26,-1,21,20,12,-1,33,32,35,-1,3,15,40,-1,7,28,27,-1,39,29,28,-1,25,31,39,-1,4,23,16,-1,20,23,4,-1,18,1,24,-1,18,19,1,-1,21,19,18,-1,20,21,18,-1,17,1,2,-1,34,14,11,-1,40,15,41,-1,13,30,25,-1,30,13,2,-1,3,40,31,-1,37,39,7,-1,29,41,26,-1,29,40,41,-1,39,40,29,-1,6,11,13,-1,39,37,25,-1,8,33,5,-1,9,37,7,-1,7,36,10,-1,9,13,38,-1,6,13,9,-1,0,12,22,-1});
			return IndexedFaceSet_11_692_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #692, 126 total numbers made up of 42 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_692_point()
		{
			MFVec3f Coordinate_12_692_point = new MFVec3f(new double[] {5.659662,24.87546,4.097845,5.650165,24.93444,4.103999,5.738388,24.93415,4.152312,5.742666,24.88167,4.053833,5.70225,24.87675,3.987249,5.86185,25.11567,4.206666,5.864641,25.03499,4.232882,5.971129,24.91672,4.128684,5.948731,25.05721,4.146536,5.903607,24.96331,4.222175,5.960176,25.03132,4.135314,5.791416,25.05425,4.206499,5.600665,24.87057,4.004296,5.812968,24.94604,4.235153,5.746999,24.977,4.15875,5.7785,24.99464,4.106319,5.718944,24.94189,4.012277,5.710073,24.97559,4.069111,5.62064,24.9804,3.986579,5.580832,24.93885,4.045351,5.650611,24.87689,3.942333,5.588833,24.92883,3.9625,5.686249,24.85342,4.012583,5.673,24.93933,3.946666,5.646,24.975,4.061,5.857414,24.91163,4.218733,5.898,25.009,4.075,5.933472,25.07144,4.111842,5.944998,24.942,4.076,5.902166,24.87755,4.10561,5.778265,24.89016,4.141906,5.784599,24.87768,4.13283,5.832999,25.03833,4.117499,5.914222,25.09811,4.128694,5.763,25.0005,4.13175,5.85,25.099,4.15,5.985666,24.98,4.104,5.936055,24.90511,4.191777,5.885249,24.9355,4.23475,5.924583,24.87828,4.119805,5.832111,24.90333,4.083,5.856,24.979,4.083});
			return Coordinate_12_692_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #696, 336 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_11_696_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_696_coordIndex = new MFInt32(new int[] {7,11,10,-1,12,9,13,-1,16,17,18,-1,23,2,21,-1,2,15,21,-1,20,15,2,-1,24,19,21,-1,25,10,26,-1,10,11,26,-1,18,27,4,-1,14,9,12,-1,10,28,29,-1,10,25,28,-1,19,24,22,-1,30,31,32,-1,32,33,30,-1,23,6,5,-1,0,2,34,-1,2,5,37,-1,26,16,18,-1,8,31,39,-1,38,35,7,-1,35,11,7,-1,15,2,3,-1,14,40,9,-1,9,8,13,-1,7,13,38,-1,13,7,12,-1,8,33,32,-1,38,36,35,-1,31,36,39,-1,32,31,8,-1,9,33,41,-1,9,28,33,-1,40,28,9,-1,10,29,40,-1,35,30,43,-1,30,35,36,-1,26,11,35,-1,28,42,33,-1,5,34,37,-1,20,2,15,-1,29,28,40,-1,34,28,0,-1,43,16,35,-1,16,26,35,-1,0,25,18,-1,5,17,16,-1,37,34,2,-1,18,17,19,-1,21,6,23,-1,4,15,3,-1,21,19,17,-1,23,5,2,-1,7,10,40,-1,17,5,6,-1,18,19,27,-1,19,22,15,-1,36,31,30,-1,8,39,13,-1,22,21,15,-1,5,16,42,-1,4,3,0,-1,21,17,6,-1,19,4,27,-1,19,15,4,-1,21,22,24,-1,18,4,0,-1,18,25,26,-1,42,16,43,-1,42,28,34,-1,25,0,28,-1,0,1,2,-1,34,5,42,-1,9,41,8,-1,33,43,30,-1,33,42,43,-1,36,38,39,-1,41,33,8,-1,12,7,40,-1,14,12,40,-1,13,39,38,-1,2,0,3,-1,1,0,2,-1});
			return IndexedFaceSet_11_696_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #696, 132 total numbers made up of 44 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_696_point()
		{
			MFVec3f Coordinate_12_696_point = new MFVec3f(new double[] {5.365416,24.78456,3.106499,5.299166,24.76917,3.076166,5.264833,24.76654,2.996439,5.254832,24.76066,3.034295,5.2675,24.816,3.081666,5.349333,24.7965,2.990777,5.287,24.80375,2.939249,5.504926,24.89681,3.233184,5.619685,24.82202,3.041944,5.592752,24.78747,3.095458,5.469333,24.83933,3.225333,5.48,24.92,3.191,5.556777,24.88139,3.179111,5.607937,24.89804,3.110921,5.589184,24.82713,3.120758,5.179933,24.80044,2.999997,5.414722,24.87325,3.057305,5.30911,24.859,2.974,5.387339,24.86955,3.090484,5.255468,24.8857,3.008712,5.177299,24.80735,3.014761,5.23211,24.84892,2.915184,5.169333,24.88,2.97211,5.274833,24.77242,2.958582,5.208999,24.91111,2.949777,5.433999,24.84717,3.190666,5.423055,24.88064,3.112138,5.249604,24.87973,3.039092,5.490295,24.74295,3.124295,5.479333,24.75733,3.163499,5.532,24.895,3.031,5.58,24.92,3.033,5.581666,24.82133,3.000666,5.511258,24.74242,3.052388,5.406916,24.75358,3.056916,5.493333,24.92867,3.11,5.546999,24.953,3.085333,5.278331,24.75831,3.013258,5.567499,24.97011,3.173999,5.610157,24.94361,3.09949,5.524527,24.77048,3.169535,5.586,24.75,3.031,5.430791,24.76457,3.037291,5.486,24.864,3.037});
			return Coordinate_12_696_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #700, 312 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_11_700_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_700_coordIndex = new MFInt32(new int[] {5,8,11,-1,12,8,5,-1,2,0,1,-1,4,13,18,-1,19,16,3,-1,20,21,13,-1,19,3,18,-1,22,10,23,-1,10,9,23,-1,6,9,10,-1,10,5,6,-1,1,3,2,-1,10,25,26,-1,10,22,25,-1,28,29,27,-1,1,21,30,-1,11,8,24,-1,23,33,32,-1,6,23,9,-1,4,3,14,-1,12,36,35,-1,5,36,12,-1,8,27,24,-1,5,11,6,-1,7,29,28,-1,6,31,23,-1,27,31,24,-1,34,29,7,-1,34,37,29,-1,35,26,37,-1,23,27,38,-1,27,23,31,-1,25,29,37,-1,3,32,33,-1,35,36,26,-1,30,29,25,-1,4,30,20,-1,4,14,30,-1,29,30,14,-1,14,39,29,-1,38,15,23,-1,33,23,15,-1,20,30,21,-1,13,2,17,-1,2,13,0,-1,36,5,10,-1,26,25,37,-1,36,10,26,-1,3,40,32,-1,3,1,40,-1,16,19,17,-1,18,13,19,-1,14,3,15,-1,28,27,7,-1,0,13,21,-1,33,15,3,-1,18,3,4,-1,3,17,2,-1,3,16,17,-1,13,17,19,-1,32,22,23,-1,32,40,22,-1,39,15,38,-1,15,39,14,-1,22,1,25,-1,1,22,40,-1,30,25,1,-1,1,0,21,-1,29,38,27,-1,29,39,38,-1,35,37,34,-1,31,6,24,-1,24,6,11,-1,7,35,34,-1,35,7,8,-1,27,8,7,-1,12,35,8,-1,20,13,4,-1});
			return IndexedFaceSet_11_700_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #700, 123 total numbers made up of 41 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_12_700_point()
		{
			MFVec3f Coordinate_12_700_point = new MFVec3f(new double[] {5.340161,25.01544,2.399728,5.446342,25.03605,2.429756,5.397579,25.06282,2.41117,5.417824,25.09897,2.357789,5.382277,25.02322,2.30987,5.692691,25.03158,2.523048,5.73011,25.10126,2.484296,5.69,24.90872,2.301999,5.717518,24.96468,2.371276,5.644443,25.08525,2.48286,5.619333,24.99833,2.544166,5.731333,25.04566,2.461666,5.707889,24.97633,2.426111,5.271603,25.06795,2.351257,5.485333,24.99178,2.325888,5.540604,25.05675,2.376937,5.339499,25.16167,2.379054,5.289444,25.10456,2.416888,5.327852,25.11959,2.271999,5.300258,25.16959,2.334072,5.37611,24.99445,2.35287,5.368647,25.00043,2.383693,5.573,25.013,2.512666,5.636444,25.08792,2.443583,5.752721,25.06631,2.376416,5.571277,24.91333,2.441888,5.623888,24.93261,2.49961,5.722416,25.04339,2.327527,5.68,24.97833,2.284999,5.597777,24.93439,2.304888,5.498166,24.947,2.375388,5.7,25.10533,2.393666,5.532749,25.057,2.43875,5.536208,25.0655,2.409874,5.685556,24.89233,2.364221,5.673629,24.90911,2.425222,5.650166,24.93775,2.487582,5.610334,24.89133,2.364333,5.604,25.042,2.346,5.574,24.988,2.318,5.480472,25.02097,2.443777});
			return Coordinate_12_700_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #704, 288 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_11_704_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_704_coordIndex = new MFInt32(new int[] {4,2,5,-1,1,3,18,-1,18,0,1,-1,2,17,5,-1,19,21,23,-1,19,22,21,-1,15,11,12,-1,5,19,23,-1,2,26,27,-1,2,4,26,-1,0,18,3,-1,16,28,4,-1,29,30,6,-1,6,31,29,-1,32,21,25,-1,32,23,21,-1,3,16,25,-1,14,15,16,-1,16,1,14,-1,16,4,25,-1,28,12,11,-1,11,8,