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 LaughingSkeleton.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.LaughingSkeleton&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/LaughingSkeleton.x3d">LaughingSkeleton.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> 1 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> Joe </i> </td>
			<td> 20091113 ... 20110131 20260224 </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/LaughingSkeleton.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical/LaughingSkeleton.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 LaughingSkeleton
{
	/** Default constructor to create this object. */
	public LaughingSkeleton ()
	{
	  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("LaughingSkeleton.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("1 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("Joe").setContent("20091113 ... 20110131 20260224"))
    .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/LaughingSkeleton.x3d"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("LaughingSkeleton.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)
              .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_48_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_48_point()))))
              .addChild(new Shape("c5disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_52_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_52_point()))))
              .addChild(new Shape("c6")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_56_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_56_point()))))
              .addChild(new Shape("c6disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_60_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_60_point()))))
              .addChild(new Shape("c7")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_64_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_64_point()))))
              .addChild(new Shape("c7disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_68_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_68_point()))))
              .addChild(new Shape("t")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_72_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_72_point()))))
              .addChild(new Shape("t1disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_76_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_76_point()))))
              .addChild(new Shape("t2")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_80_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_80_point()))))
              .addChild(new Shape("t2disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_84_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_84_point()))))
              .addChild(new Shape("t3")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_88_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_88_point()))))
              .addChild(new Shape("t3disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_92_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_92_point()))))
              .addChild(new Shape("xpt")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_96_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_96_point()))))
              .addChild(new Shape("t4disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_100_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_100_point()))))
              .addChild(new Shape("t5")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_104_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_104_point()))))
              .addChild(new Shape("t5disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_108_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_108_point()))))
              .addChild(new Shape("t6")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_112_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_112_point()))))
              .addChild(new Shape("t6disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_116_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_116_point()))))
              .addChild(new Shape("t7")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_120_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_120_point()))))
              .addChild(new Shape("t7disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_124_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_124_point()))))
              .addChild(new Shape("t8")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_128_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_128_point()))))
              .addChild(new Shape("t8disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_132_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_132_point()))))
              .addChild(new Shape("t9")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_136_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_136_point()))))
              .addChild(new Shape("t9disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_140_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_140_point()))))
              .addChild(new Shape("t10")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_144_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_144_point()))))
              .addChild(new Shape("t10disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_148_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_148_point()))))
              .addChild(new Shape("t11")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_152_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_152_point()))))
              .addChild(new Shape("t11disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_156_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_156_point()))))
              .addChild(new Shape("t12")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_160_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_160_point()))))
              .addChild(new Shape("t12disc")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_164_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_164_point()))))
              .addChild(new Shape("lum")
                .setAppearance(new Appearance().setUSE("Bone"))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_9_168_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_168_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_173_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_173_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_177_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_177_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_181_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_181_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_185_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_185_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_189_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_189_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_193_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_193_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_197_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_197_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_201_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_201_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_205_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_205_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_209_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_209_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_213_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_213_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_217_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_217_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_221_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_221_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_225_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_225_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_229_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_229_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_233_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_233_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_237_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_237_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_241_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_241_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_245_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_245_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_249_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_249_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_253_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_253_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_257_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_257_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_261_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_261_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_265_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_265_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_269_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_269_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_273_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_273_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_277_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_277_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_281_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_281_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_285_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_285_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_289_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_289_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_293_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_293_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_297_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_297_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_301_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_301_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_305_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_305_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_309_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_309_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_313_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_313_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_317_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_317_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_321_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_321_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_325_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_325_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_332_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_332_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_336_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_336_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_340_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_340_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_344_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_344_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_348_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_348_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_352_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_352_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_356_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_356_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_360_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_360_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_364_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_364_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_368_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_368_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_372_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_372_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_376_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_376_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_380_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_380_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_384_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_384_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_388_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_388_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_392_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_392_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_396_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_396_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_400_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_400_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_404_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_404_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_408_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_408_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_412_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_412_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_416_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_416_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_420_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_420_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_424_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_424_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_428_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_428_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_432_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_432_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_436_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_436_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_440_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_440_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_445_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_445_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_449_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_449_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_453_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_453_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_457_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_457_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance()
                    .setMaterial(new Material()))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_462_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_462_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_466_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_466_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_470_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_470_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_474_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_474_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_478_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_478_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_482_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_482_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_486_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_486_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_490_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_490_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_494_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_494_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_498_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_498_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_502_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_502_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Teeth"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_506_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_506_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_516_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_516_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_520_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_520_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_524_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_524_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_528_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_528_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_532_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_532_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_536_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_536_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_540_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_540_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_544_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_544_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_548_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_548_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_552_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_552_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_556_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_556_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_560_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_560_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_564_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_564_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_568_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_568_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_572_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_572_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Teeth"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_576_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_576_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_585_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_585_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_591_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_591_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.57).setCoordIndex(getIndexedFaceSet_10_595_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_595_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_601_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_601_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_605_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_605_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_609_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_609_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_613_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_613_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_617_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_617_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_621_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_621_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_625_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_625_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_629_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_629_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_633_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_633_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_637_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_637_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_641_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_641_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_645_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_645_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_649_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_649_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_653_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_653_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_657_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_657_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_661_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_661_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_665_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_665_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_669_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_669_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_673_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_673_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_677_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_677_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_681_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_681_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_685_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_685_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_689_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_689_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_693_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_693_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_697_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_697_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_701_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_701_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_705_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_705_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_714_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_714_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_720_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_720_point()))))
                .addChild(new Shape()
                  .setAppearance(new Appearance().setUSE("Bone"))
                  .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_10_724_coordIndex())
                    .setCoord(new Coordinate().setPoint(getCoordinate_11_724_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_730_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_730_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_734_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_734_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_738_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_738_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_742_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_742_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_746_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_746_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_750_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_750_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_754_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_754_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_758_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_758_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_762_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_762_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_766_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_766_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_770_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_770_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_774_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_774_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_778_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_778_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_782_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_782_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_786_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_786_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_790_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_790_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_794_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_794_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_798_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_798_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_802_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_802_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_806_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_806_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_810_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_810_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_814_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_814_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_818_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_818_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_822_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_822_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_826_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_826_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_830_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_830_point()))))
                  .addChild(new Shape()
                    .setAppearance(new Appearance().setUSE("Bone"))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.5).setCoordIndex(getIndexedFaceSet_11_834_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_834_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_860_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_173_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_173_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_177_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_177_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_181_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_181_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_241_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_241_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_245_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_245_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_313_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_313_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_321_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_321_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_340_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_340_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_340_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_340_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_344_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_344_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_344_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_344_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_344_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_348_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_348_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_348_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_348_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_348_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_348_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_360_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_360_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_360_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_360_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_360_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_360_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_364_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_364_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_364_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_364_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_364_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_364_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_376_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_376_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_376_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_388_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_388_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_388_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_392_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_392_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_392_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_396_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_396_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_396_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_400_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_400_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_404_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_404_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_585_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_585_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_585_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_585_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_591_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_591_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_595_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_595_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_595_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_617_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_617_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_645_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_645_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_714_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_714_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_714_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_714_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_724_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_724_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_746_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_746_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 #48, 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_48_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_48_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_48_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #48, 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_48_point()
		{
			MFVec3f Coordinate_10_48_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_48_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #52, 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_52_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_52_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_52_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #52, 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_52_point()
		{
			MFVec3f Coordinate_10_52_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_52_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #56, 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_56_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_56_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_56_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #56, 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_56_point()
		{
			MFVec3f Coordinate_10_56_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_56_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #60, 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_60_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_60_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_60_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #60, 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_60_point()
		{
			MFVec3f Coordinate_10_60_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_60_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #64, 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_64_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_64_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_64_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #64, 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_64_point()
		{
			MFVec3f Coordinate_10_64_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_64_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #68, 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_68_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_68_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_68_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #68, 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_68_point()
		{
			MFVec3f Coordinate_10_68_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_68_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #72, 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_72_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_72_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_72_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #72, 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_72_point()
		{
			MFVec3f Coordinate_10_72_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_72_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #76, 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_76_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_76_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_76_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #76, 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_76_point()
		{
			MFVec3f Coordinate_10_76_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_76_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #80, 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_80_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_80_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_80_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #80, 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_80_point()
		{
			MFVec3f Coordinate_10_80_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_80_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #84, 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_84_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_84_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_84_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #84, 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_84_point()
		{
			MFVec3f Coordinate_10_84_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_84_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #88, 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_88_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_88_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_88_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #88, 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_88_point()
		{
			MFVec3f Coordinate_10_88_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_88_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #92, 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_92_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_92_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_92_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #92, 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_92_point()
		{
			MFVec3f Coordinate_10_92_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_92_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #96, 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_96_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_96_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_96_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #96, 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_96_point()
		{
			MFVec3f Coordinate_10_96_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_96_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #100, 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_100_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_100_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_100_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #100, 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_100_point()
		{
			MFVec3f Coordinate_10_100_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_100_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #104, 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_104_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_104_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_104_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #104, 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_104_point()
		{
			MFVec3f Coordinate_10_104_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_104_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #108, 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_108_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_108_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_108_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #108, 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_108_point()
		{
			MFVec3f Coordinate_10_108_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_108_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #112, 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_112_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_112_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_112_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #112, 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_112_point()
		{
			MFVec3f Coordinate_10_112_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_112_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #116, 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_116_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_116_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_116_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #116, 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_116_point()
		{
			MFVec3f Coordinate_10_116_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_116_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #120, 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_120_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_120_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_120_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #120, 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_120_point()
		{
			MFVec3f Coordinate_10_120_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_120_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #124, 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_124_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_124_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_124_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #124, 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_124_point()
		{
			MFVec3f Coordinate_10_124_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_124_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #128, 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_128_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_128_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_128_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #128, 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_128_point()
		{
			MFVec3f Coordinate_10_128_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_128_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #132, 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_132_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_132_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_132_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #132, 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_132_point()
		{
			MFVec3f Coordinate_10_132_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_132_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #136, 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_136_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_136_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_136_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #136, 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_136_point()
		{
			MFVec3f Coordinate_10_136_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_136_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #140, 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_140_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_140_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_140_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #140, 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_140_point()
		{
			MFVec3f Coordinate_10_140_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_140_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #144, 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_144_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_144_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_144_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #144, 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_144_point()
		{
			MFVec3f Coordinate_10_144_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_144_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #148, 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_148_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_148_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_148_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #148, 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_148_point()
		{
			MFVec3f Coordinate_10_148_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_148_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #152, 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_152_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_152_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_152_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #152, 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_152_point()
		{
			MFVec3f Coordinate_10_152_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_152_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #156, 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_156_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_156_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_156_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #156, 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_156_point()
		{
			MFVec3f Coordinate_10_156_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_156_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #160, 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_160_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_160_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_160_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #160, 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_160_point()
		{
			MFVec3f Coordinate_10_160_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_160_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #164, 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_164_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_164_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_164_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #164, 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_164_point()
		{
			MFVec3f Coordinate_10_164_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_164_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #168, 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_168_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_168_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_168_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #168, 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_168_point()
		{
			MFVec3f Coordinate_10_168_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_168_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #173, 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_173_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_173_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_173_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_173_coordIndex_2()));
			return IndexedFaceSet_10_173_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #173, 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_173_point()
		{
			MFVec3f Coordinate_11_173_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_173_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #177, 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_177_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_177_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_177_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_177_coordIndex_2()));
			return IndexedFaceSet_10_177_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #177, 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_177_point()
		{
			MFVec3f Coordinate_11_177_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_177_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #181, 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_181_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_181_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_181_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_181_coordIndex_2()));
			return IndexedFaceSet_10_181_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #181, 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_181_point()
		{
			MFVec3f Coordinate_11_181_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_181_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #185, 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_185_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_185_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_185_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #185, 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_185_point()
		{
			MFVec3f Coordinate_11_185_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_185_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #189, 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_189_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_189_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_189_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #189, 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_189_point()
		{
			MFVec3f Coordinate_11_189_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_189_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #193, 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_193_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_193_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_193_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #193, 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_193_point()
		{
			MFVec3f Coordinate_11_193_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_193_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #197, 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_197_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_197_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_197_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #197, 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_197_point()
		{
			MFVec3f Coordinate_11_197_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_197_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #201, 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_201_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_201_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_201_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #201, 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_201_point()
		{
			MFVec3f Coordinate_11_201_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_201_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #205, 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_205_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_205_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_205_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #205, 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_205_point()
		{
			MFVec3f Coordinate_11_205_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_205_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #209, 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_209_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_209_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_209_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #209, 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_209_point()
		{
			MFVec3f Coordinate_11_209_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_209_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #213, 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_213_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_213_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_213_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #213, 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_213_point()
		{
			MFVec3f Coordinate_11_213_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_213_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #217, 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_217_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_217_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_217_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #217, 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_217_point()
		{
			MFVec3f Coordinate_11_217_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_217_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #221, 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_221_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_221_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_221_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #221, 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_221_point()
		{
			MFVec3f Coordinate_11_221_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_221_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #225, 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_225_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_225_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_225_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #225, 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_225_point()
		{
			MFVec3f Coordinate_11_225_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_225_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #229, 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_229_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_229_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_229_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #229, 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_229_point()
		{
			MFVec3f Coordinate_11_229_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_229_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #233, 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_233_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_233_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_233_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #233, 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_233_point()
		{
			MFVec3f Coordinate_11_233_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_233_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #237, 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_237_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_237_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_237_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #237, 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_237_point()
		{
			MFVec3f Coordinate_11_237_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_237_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #241, 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_241_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_241_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_241_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_241_coordIndex_2()));
			return IndexedFaceSet_10_241_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #241, 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_241_point()
		{
			MFVec3f Coordinate_11_241_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_241_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #245, 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_245_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_245_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_245_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_245_coordIndex_2()));
			return IndexedFaceSet_10_245_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #245, 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_245_point()
		{
			MFVec3f Coordinate_11_245_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_245_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #249, 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_249_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_249_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_249_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #249, 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_249_point()
		{
			MFVec3f Coordinate_11_249_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_249_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #253, 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_253_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_253_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_253_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #253, 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_253_point()
		{
			MFVec3f Coordinate_11_253_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_253_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #257, 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_257_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_257_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_257_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #257, 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_257_point()
		{
			MFVec3f Coordinate_11_257_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_257_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #261, 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_261_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_261_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_261_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #261, 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_261_point()
		{
			MFVec3f Coordinate_11_261_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_261_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #265, 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_265_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_265_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_265_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #265, 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_265_point()
		{
			MFVec3f Coordinate_11_265_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_265_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #269, 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_269_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_269_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_269_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #269, 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_269_point()
		{
			MFVec3f Coordinate_11_269_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_269_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #273, 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_273_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_273_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_273_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #273, 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_273_point()
		{
			MFVec3f Coordinate_11_273_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_273_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #277, 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_277_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_277_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_277_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #277, 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_277_point()
		{
			MFVec3f Coordinate_11_277_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_277_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #281, 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_281_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_281_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_281_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #281, 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_281_point()
		{
			MFVec3f Coordinate_11_281_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_281_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #285, 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_285_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_285_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_285_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #285, 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_285_point()
		{
			MFVec3f Coordinate_11_285_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_285_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #289, 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_289_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_289_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_289_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #289, 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_289_point()
		{
			MFVec3f Coordinate_11_289_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_289_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #293, 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_293_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_293_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_293_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #293, 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_293_point()
		{
			MFVec3f Coordinate_11_293_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_293_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #297, 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_297_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_297_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_297_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #297, 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_297_point()
		{
			MFVec3f Coordinate_11_297_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_297_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #301, 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_301_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_301_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_301_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #301, 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_301_point()
		{
			MFVec3f Coordinate_11_301_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_301_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #305, 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_305_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_305_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_305_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #305, 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_305_point()
		{
			MFVec3f Coordinate_11_305_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_305_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #309, 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_309_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_309_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_309_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #309, 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_309_point()
		{
			MFVec3f Coordinate_11_309_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_309_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #313, 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_313_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_313_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_313_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_313_coordIndex_2()));
			return IndexedFaceSet_10_313_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #313, 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_313_point()
		{
			MFVec3f Coordinate_11_313_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_313_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #317, 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_317_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_317_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_317_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #317, 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_317_point()
		{
			MFVec3f Coordinate_11_317_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_317_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #321, 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_321_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_321_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_321_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_321_coordIndex_2()));
			return IndexedFaceSet_10_321_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #321, 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_321_point()
		{
			MFVec3f Coordinate_11_321_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_321_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #325, 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_325_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_325_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_325_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #325, 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_325_point()
		{
			MFVec3f Coordinate_11_325_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_325_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #332, 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_332_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_332_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_332_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #332, 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_332_point()
		{
			MFVec3f Coordinate_11_332_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_332_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #336, 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_336_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_336_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_336_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #336, 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_336_point()
		{
			MFVec3f Coordinate_11_336_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_336_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #340, 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_340_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_340_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_340_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_340_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_340_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_10_340_coordIndex_4()));
			return IndexedFaceSet_10_340_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #340, 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_340_point()
		{
			MFVec3f Coordinate_11_340_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_340_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #344, 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_344_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_344_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_344_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_344_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_344_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_10_344_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_10_344_coordIndex_5()));
			return IndexedFaceSet_10_344_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #344, 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_344_point()
		{
			MFVec3f Coordinate_11_344_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_344_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #348, 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_348_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_348_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_348_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_348_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_348_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_10_348_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_10_348_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_10_348_coordIndex_6()));
			return IndexedFaceSet_10_348_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #348, 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_348_point()
		{
			MFVec3f Coordinate_11_348_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_348_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #352, 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_352_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_352_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_352_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #352, 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_352_point()
		{
			MFVec3f Coordinate_11_352_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_352_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #356, 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_356_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_356_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_356_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #356, 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_356_point()
		{
			MFVec3f Coordinate_11_356_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_356_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #360, 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_360_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_360_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_360_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_360_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_360_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_10_360_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_10_360_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_10_360_coordIndex_6()));
			return IndexedFaceSet_10_360_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #360, 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_360_point()
		{
			MFVec3f Coordinate_11_360_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_360_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #364, 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_364_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_364_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_10_364_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_10_364_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_10_364_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_10_364_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_10_364_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_10_364_coordIndex_6()));
			return IndexedFaceSet_10_364_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #364, 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_364_point()
		{
			MFVec3f Coordinate_11_364_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_364_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #368, 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_368_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_368_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_368_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=11, element #368, 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_368_point()
		{
			MFVec3f Coordinate_11_368_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_368_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #372, 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_372_coordIndex()
		{
			MFInt32 IndexedFaceSet_10_372_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,