package Savage.AircraftFixedWing.F18SuperhornetUnitedStates;

import org.web3d.x3d.jsail.Core.*;
import org.web3d.x3d.jsail.EnvironmentalEffects.*;
import org.web3d.x3d.jsail.fields.*;
import org.web3d.x3d.jsail.Geometry3D.*;
import org.web3d.x3d.jsail.Grouping.*;
import org.web3d.x3d.jsail.Navigation.*;
import org.web3d.x3d.jsail.Rendering.*;
import org.web3d.x3d.jsail.Shape.*;

// Javadoc metadata annotations follow, see below for X3DJSAIL Java source code.
/**
 * <p> A F18 Superhornet. </p>
 <p> Related links: Catalog page <a href="../../../../AircraftFixedWing/F18SuperhornetUnitedStates/F18Index.html" target="_blank">F18</a>,  source <a href="../../../../AircraftFixedWing/F18SuperhornetUnitedStates/F18.java">F18.java</a>, <a href="https://www.web3d.org/x3d/content/examples/X3dResources.html" target="_blank">X3D Resources</a>, <a href="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html" target="_blank">X3D Scene Authoring Hints</a>, and <a href="https://www.web3d.org/x3d/content/X3dTooltips.html" target="_blank">X3D Tooltips</a>. </p>
	<table style="color:black; border:0px solid; border-spacing:10px 0px;">
        <caption>Scene Meta Information</caption>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center; padding:10px 0px;"><i>meta tags</i></td>
			<td style="text-align:left;   padding:10px 0px;">&nbsp; Document Metadata </td>
		</tr>

		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> title </i> </td>
			<td> <a href="../../../../AircraftFixedWing/F18SuperhornetUnitedStates/F18.x3d">F18.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> A F18 Superhornet </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> creator </i> </td>
			<td> Model procured from avalon website, <a href="http://avalon.viewpoint.com/," target="_blank">http://avalon.viewpoint.com/,</a> no author listed </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> reference </i> </td>
			<td> <a href="http://avalon.viewpoint.com" target="_blank">http://avalon.viewpoint.com</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> translator </i> </td>
			<td> LT Patrick Sullivan </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> created </i> </td>
			<td> 23 March 2005 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> modified </i> </td>
			<td> 20 October 2019 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> identifier </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F18SuperhornetUnitedStates/F18.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F18SuperhornetUnitedStates/F18.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> X3D-Edit 3.2, <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> generator </i> </td>
			<td> VizX3D, <a href="http://www.vivaty.com/downloads/studio" target="_blank">http://www.vivaty.com/downloads/studio</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="../../../../AircraftFixedWing/F18SuperhornetUnitedStates/../../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 Model procured from avalon website, http://avalon.viewpoint.com/, no author listed
 */

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

	/** Create and initialize the X3D model for this object. */
	public final void initialize()
	{
            try { // catch-all
  x3dModel = new X3D().setProfile(X3D.PROFILE_INTERCHANGE).setVersion(X3D.VERSION_3_1)
  .setHead(new head()
    .addMeta(new meta().setName(meta.NAME_TITLE      ).setContent("F18.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("A F18 Superhornet"))
    .addMeta(new meta().setName(meta.NAME_CREATOR    ).setContent("Model procured from avalon website, http://avalon.viewpoint.com/, no author listed"))
    .addMeta(new meta().setName(meta.NAME_REFERENCE  ).setContent("http://avalon.viewpoint.com"))
    .addMeta(new meta().setName(meta.NAME_TRANSLATOR ).setContent("LT Patrick Sullivan"))
    .addMeta(new meta().setName(meta.NAME_CREATED    ).setContent("23 March 2005"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("20 October 2019"))
    .addMeta(new meta().setName(meta.NAME_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F18SuperhornetUnitedStates/F18.x3d"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("VizX3D, http://www.vivaty.com/downloads/studio"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setInfo(new String[] {"http://en.wikipedia.org/wiki/F-18"}).setTitle("F18")
      .setMetadata(new MetadataSet().setName("SMAL").setReference("https://www.web3d.org/x3d/content/examples/Savage/Tools/SMAL/SMAL.html")
        .setMetadata(new MetadataString().setName("version").setValue(new String[] {"1.0"})
          .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"This is the version of SMAL employed, not of the model."})))
        .setMetadata(new MetadataSet().setName("EntityDefinition")
          .addComments(" Identifying metadata for the current simulation of interest ")
          .setMetadata(new MetadataSet().setName("Classification")
            .setMetadata(new MetadataString().setName("level").setValue(new String[] {"UNCLASSIFIED"})
              .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"UNCLASSIFIED","FOUO","CONFIDENTIAL","SECRET"})))
            .setMetadata(new MetadataString().setName("reference").setValue(new String[] {"http://fas.org/man/dod-101/sys/ac/f-18.htm"})
              .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The published source of classified information, if any, contained in the Metadata."})))
            .setMetadata(new MetadataString().setName("rationale")
              .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The specific element which contains the information classifying this document."}))))
          .setMetadata(new MetadataSet().setName("IdentificationParameters")
            .setMetadata(new MetadataString().setName("name").setValue(new String[] {"F18"})
              .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The plain language name of the vehicle this model represents, i.e. the base class (DDG-51), or vehicle designation (M1A2)."}))))
          .setMetadata(new MetadataSet().setName("X3DArchiveModel")
            .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"This is a placeholder element which ensures the proper validation of autogenerated SMAL code."})))
          .setMetadata(new MetadataSet().setName("PhysicalParameters")
            .setMetadata(new MetadataSet().setName("PhysicalConstraints")
              .setMetadata(new MetadataFloat().setName("height").setValue(new double[] {4.7})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum structural height of the object in meters. This may be used for clearance checking or other calculations."})))
              .setMetadata(new MetadataFloat().setName("width").setValue(new double[] {12.3})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum width, beam, or wingspan of the vehicle in meters. This may be used for clearance checking or other calculations."})))
              .setMetadata(new MetadataFloat().setName("length").setValue(new double[] {17.1})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum structural length of the object in meters. This may be used for clearance checking or other calculations."})))
              .setMetadata(new MetadataFloat().setName("draft").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The vertical distance in meters from the deepest point (keel or other structure) to the waterline of a vehicle at its stated displacement or gross weight."}))))
            .setMetadata(new MetadataSet().setName("DynamicResponseConstraints")
              .setMetadata(new MetadataFloat().setName("maximumSpeed").setValue(new double[] {1127.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum rated speed for this vehicle in knots."})))
              .setMetadata(new MetadataFloat().setName("cruiseSpeed").setValue(new double[] {800.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The published cruise speed for this vehicle in knots."})))
              .setMetadata(new MetadataFloat().setName("maximumAcceleration").setValue(new double[] {200.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The ideal maximum acceleration achievable by this vehicle in meters per second squared, as in at maximum Power excess for aircraft."})))
              .setMetadata(new MetadataFloat().setName("maximumFuelCapacity").setValue(new double[] {40.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum usable fuel capacity in liters."}))))
            .setMetadata(new MetadataSet().setName("TacticalConstraints")
              .addComments(" none defined ")))
          .setMetadata(new MetadataSet().setName("NetworkedCommunicationParameterSet")
            .setMetadata(new MetadataSet().setName("DisConfiguration")
              .setMetadata(new MetadataInteger().setName("entityKind").setValue(new int[] {1})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for this objects overall type (for vehicles this value should be 1)."})))
              .setMetadata(new MetadataInteger().setName("entityDomain").setValue(new int[] {2})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for the domain of operations of this object (air, surface, sub-surface, etc.)."})))
              .setMetadata(new MetadataInteger().setName("entityCountry").setValue(new int[] {225})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for the country of origin of this object (the value for United States is 225)."})))
              .setMetadata(new MetadataInteger().setName("entityCategory").setValue(new int[] {0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for the type of this vehicle (cruiser or destroyer, tank or truck, bomber or fighter, etc.)."}))))))))
    .addChild(new Viewpoint().setDescription("default"))
    .addChild(new Transform("dad_GROUND")
      .addChild(new Group("GROUND")
        .addChild(new Transform("dad_Background1").setTranslation(-.92222,-.21079,0.0)
          .addChild(new Background("Background1").setGroundColor(new MFColor(new double[] {0.0,0.0,0.0})).setSkyAngle(new double[] {2.70526}).setSkyColor(new MFColor(new double[] {.03922,.07843,.46275,.50196,.25098,0.0}))))
        .addChild(new Transform("dad_Import_Base").setRotation(0.0,1.0,0.0,1.571).setScale(0.466,0.554,0.463).setTranslation(8.5,0.0,0.0)
          .addChild(new Group("Import_Base")
            .addChild(new Viewpoint("VP1_vp").setDescription("Front").setPosition(0.0,2.02998,36.71465))
            .addChild(new Viewpoint("VP2_vp").setDescription("Right").setOrientation(0.0,1.0,0.0,1.571).setPosition(55.07197,2.02998,-18.35732))
            .addChild(new Viewpoint("VP3_vp").setDescription("Back").setOrientation(0.0,1.0,0.0,3.142).setPosition(0.0,2.02998,-73.42929))
            .addChild(new Viewpoint("VP4_vp").setDescription("Left").setOrientation(0.0,1.0,0.0,-1.571).setPosition(-55.07197,2.02998,-18.35732))
            .addChild(new Viewpoint("VP5_vp").setDescription("Top").setOrientation(1.0,0.0,0.0,-1.571).setPosition(0.0,57.10195,-18.35732))
            .addChild(new Viewpoint("VP6_vp").setDescription("Bottom").setOrientation(1.0,0.0,0.0,1.571).setPosition(0.0,-53.04198,-18.35732))
            .addChild(new Transform("dad_Group1")
              .addChild(new Group("Group1")
                .addChild(new Transform("dad_Obj1")
                  .addChild(new Shape("Obj1")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material39_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.000)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_71_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_71_point())))))
                .addChild(new Transform("dad_Obj10")
                  .addChild(new Shape("Obj10")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material1_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_77_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_77_point())))))
                .addChild(new Transform("dad_Obj11")
                  .addChild(new Shape("Obj11")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material2_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_83_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_83_point())))))
                .addChild(new Transform("dad_Obj12")
                  .addChild(new Shape("Obj12")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material3_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_89_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_89_point())))))
                .addChild(new Transform("dad_Obj13")
                  .addChild(new Shape("Obj13")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material4_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_95_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_95_point())))))
                .addChild(new Transform("dad_Obj14")
                  .addChild(new Shape("Obj14")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material5_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_101_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_101_point())))))
                .addChild(new Transform("dad_Obj15")
                  .addChild(new Shape("Obj15")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material6_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_107_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_107_point())))))
                .addChild(new Transform("dad_Obj16")
                  .addChild(new Shape("Obj16")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material7_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_113_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_113_point())))))
                .addChild(new Transform("dad_Obj17")
                  .addChild(new Shape("Obj17")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material8_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_119_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_119_point())))))
                .addChild(new Transform("dad_Obj18")
                  .addChild(new Shape("Obj18")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material9_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_125_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_125_point())))))
                .addChild(new Transform("dad_Obj19")
                  .addChild(new Shape("Obj19")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material10_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_131_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_131_point())))))
                .addChild(new Transform("dad_Obj2")
                  .addChild(new Shape("Obj2")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material().setUSE("material39_mat")))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_137_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_137_point())))))
                .addChild(new Transform("dad_Obj20")
                  .addChild(new Shape("Obj20")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material12_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_143_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_143_point())))))
                .addChild(new Transform("dad_Obj21")
                  .addChild(new Shape("Obj21")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material13_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_149_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_149_point())))))
                .addChild(new Transform("dad_Obj22")
                  .addChild(new Shape("Obj22")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material14_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_155_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_155_point())))))
                .addChild(new Transform("dad_Obj23")
                  .addChild(new Shape("Obj23")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material15_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_161_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_161_point())))))
                .addChild(new Transform("dad_Obj24")
                  .addChild(new Shape("Obj24")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material16_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_167_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_167_point())))))
                .addChild(new Transform("dad_Obj25")
                  .addChild(new Shape("Obj25")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material17_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_173_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_173_point())))))
                .addChild(new Transform("dad_Obj26")
                  .addChild(new Shape("Obj26")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material18_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_179_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_179_point())))))
                .addChild(new Transform("dad_Obj27")
                  .addChild(new Shape("Obj27")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material19_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_185_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_185_point())))))
                .addChild(new Transform("dad_Obj28")
                  .addChild(new Shape("Obj28")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material20_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_191_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_191_point())))))
                .addChild(new Transform("dad_Obj29")
                  .addChild(new Shape("Obj29")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material21_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_197_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_197_point())))))
                .addChild(new Transform("dad_Obj3")
                  .addChild(new Shape("Obj3")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material22_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_203_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_203_point())))))
                .addChild(new Transform("dad_Obj30")
                  .addChild(new Shape("Obj30")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("Black_mat").setDiffuseColor(0.0,0.0,0.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_209_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_209_point())))))
                .addChild(new Transform("dad_Obj31")
                  .addChild(new Shape("Obj31")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material().setUSE("material39_mat")))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_215_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_215_point())))))
                .addChild(new Transform("dad_Obj32")
                  .addChild(new Shape("Obj32")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material25_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_221_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_221_point())))))
                .addChild(new Transform("dad_Obj33")
                  .addChild(new Shape("Obj33")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material().setUSE("material39_mat")))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_227_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_227_point())))))
                .addChild(new Transform("dad_Obj34")
                  .addChild(new Shape("Obj34")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material27_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_233_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_233_point())))))
                .addChild(new Transform("dad_Obj35")
                  .addChild(new Shape("Obj35")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material28_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_239_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_239_point())))))
                .addChild(new Transform("dad_Obj36")
                  .addChild(new Shape("Obj36")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material29_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(new int[] {0,1,2,-1,2,3,0,-1,0,3,4,-1,2,5,6,-1,7,5,2,-1,8,7,2,-1,9,8,2,-1,10,9,2,-1,2,1,10,-1,11,10,1,-1,12,11,1,-1,13,12,1,-1,14,13,1,-1,15,14,1,-1,16,17,18,-1,18,19,16,-1,20,19,18,-1,21,22,16,-1,16,22,23,-1,16,23,24,-1,16,24,25,-1,16,25,26,-1,26,17,16,-1,17,26,27,-1,17,27,28,-1,17,28,29,-1,17,29,30,-1,17,30,31,-1})
                      .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-2.90892,.98367,-17.93839,-2.9118,1.0277,-18.59872,-2.9118,.91309,-18.59872,-2.90892,.9357,-17.93839,-2.88464,.96574,-17.27806,-2.9297,.90813,-18.91211,-2.9297,.89304,-19.25905,-2.9297,.92693,-18.77548,-2.9297,.944,-18.73109,-2.9297,.95596,-18.71742,-2.9297,.96451,-18.71401,-2.9297,.97133,-18.71571,-2.9297,.98671,-18.73109,-2.9297,1.01233,-18.77719,-2.9297,1.04513,-18.90976,-2.9297,1.08668,-19.25905,2.91181,.91309,-18.59872,2.91181,1.0277,-18.59872,2.90892,.98367,-17.93839,2.90892,.9357,-17.93839,2.88464,.96574,-17.27806,2.9297,.89304,-19.25905,2.9297,.90813,-18.91211,2.9297,.92693,-18.77548,2.9297,.944,-18.73109,2.9297,.95596,-18.71742,2.9297,.96451,-18.714,2.9297,.97133,-18.71571,2.9297,.98671,-18.73109,2.9297,1.01233,-18.77719,2.9297,1.04513,-18.90976,2.9297,1.08668,-19.25905}))))))
                .addChild(new Transform("dad_Obj37")
                  .addChild(new Shape("Obj37")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material().setUSE("material39_mat")))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_251_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_251_point())))))
                .addChild(new Transform("dad_Obj38")
                  .addChild(new Shape("Obj38")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material31_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_257_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_257_point())))))
                .addChild(new Transform("dad_Obj39")
                  .addChild(new Shape("Obj39")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material32_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_263_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_263_point())))))
                .addChild(new Transform("dad_Obj4")
                  .addChild(new Shape("Obj4")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material33_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(new int[] {0,1,2,-1,1,0,3,-1,0,4,3,-1,3,4,5,-1,4,6,5,-1,5,6,7,-1,8,9,10,-1,11,8,10,-1,10,12,11,-1,13,14,15,-1,14,13,16,-1,13,17,16,-1,16,17,18,-1,17,19,18,-1,18,19,20,-1,21,22,23,-1,21,23,11,-1,11,12,21,-1})
                      .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-.28499,1.21063,-3.41107,-.29526,1.25494,-3.41107,-.30504,1.22932,-3.41107,-.26933,1.26665,-3.41107,-.25656,1.2115,-3.41107,-.24104,1.26665,-3.41107,-.23116,1.22394,-3.41107,-.22348,1.24822,-3.41107,-.02675,1.28958,-3.41107,-.04175,1.26627,-3.41107,-.02675,1.24295,-3.41107,0.0,1.29565,-3.41107,0.0,1.23688,-3.41107,.28499,1.21063,-3.41107,.29526,1.25494,-3.41107,.30504,1.22932,-3.41107,.26933,1.26665,-3.41107,.25656,1.2115,-3.41107,.24104,1.26665,-3.41107,.23116,1.22394,-3.41107,.22348,1.24822,-3.41107,.02675,1.24295,-3.41107,.04175,1.26627,-3.41107,.02675,1.28958,-3.41107}))))))
                .addChild(new Transform("dad_Obj40")
                  .addChild(new Shape("Obj40")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material34_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_275_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_275_point())))))
                .addChild(new Transform("dad_Obj5")
                  .addChild(new Shape("Obj5")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material35_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_281_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_281_point())))))
                .addChild(new Transform("dad_Obj6")
                  .addChild(new Shape("Obj6")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("Rust_mat").setDiffuseColor(.69,.47,.46).setTransparency(0.5)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_287_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_287_point())))))
                .addChild(new Transform("dad_Obj7")
                  .addChild(new Shape("Obj7")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material37_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(getIndexedFaceSet_11_293_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_293_point())))))
                .addChild(new Transform("dad_Obj8")
                  .addChild(new Shape("Obj8")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material38_mat").setAmbientIntensity(0.651).setDiffuseColor(.65098,.65098,.65098).setShininess(0.690).setSpecularColor(1.0,1.0,1.0)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1).setSolid(false).setCoordIndex(new int[] {0,1,2,-1,2,3,0,-1,4,5,6,-1,6,7,4,-1,8,9,10,-1,10,11,8,-1,12,13,14,-1,14,15,12,-1})
                      .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-.96768,2.67664,-12.40135,-.98691,2.84004,-12.39124,-.98579,2.82973,-12.2074,-.96649,2.65422,-12.22032,-.87125,2.42465,-9.66876,-.85365,2.55711,-9.642,-.83542,2.51372,-9.46227,-.85637,2.38681,-9.48918,.98579,2.82973,-12.2074,.98691,2.84004,-12.39124,.96768,2.67664,-12.40135,.96649,2.65422,-12.22032,.83542,2.51372,-9.46227,.85365,2.55711,-9.642,.87125,2.42465,-9.66876,.85637,2.38681,-9.48918}))))))
                .addChild(new Transform("dad_Obj9")
                  .addChild(new Shape("Obj9")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material().setUSE("material39_mat")))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(0.785).setSolid(false).setCoordIndex(getIndexedFaceSet_11_305_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_305_point()))))))))))));
            }
            catch (Exception ex)
            {       
                System.err.println ("*** Further hints on X3DJSAIL errors and exceptions at");
                System.err.println ("*** https://www.web3d.org/specifications/java/X3DJSAIL.html");
                throw (ex);
            }
	}
	// end of initialize() method

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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_71_point_1()
		{
			double[] value = {0.0,.3649,-.49698,0.0,.48364,-.76973,-.04678,.48105,-.77109,-.03412,.36291,-.49698,-.09296,.47313,-.77251,-.07045,.35635,-.49698,-.13785,.45964,-.77408,-.10336,.34619,-.49698,-.18085,.44104,-.77599,-.1353,.33203,-.49698,-.22179,.41834,-.77863,-.17003,.31094,-.49698,-.25937,.39111,-.78239,-.20194,.28493,-.49698,-.29294,.35825,-.78694,-.2245,.26123,-.49698,-.32307,.32257,-.79132,-.24501,.23415,-.49698,-.34924,.28393,-.79584,-.26323,.20299,-.49698,-.37021,.24229,-.80075,-.27669,.1721,-.49698,-.38583,.19841,-.80609,-.28723,.13695,-.49698,-.39654,.15312,-.81183,-.293,.1037,-.49698,-.40234,.10698,-.81784,-.29491,.06523,-.49698,-.40253,.0605,-.82394,-.29233,.03085,-.49698,-.39674,.01436,-.82991,-.28639,-.00055,-.49698,0.0,.20738,-.22568,-.02032,.20616,-.22568,-.04271,.2019,-.22568,-.05963,.19653,-.22568,-.08055,.18697,-.22568,-.09744,.1765,-.22568,-.1158,.16084,-.22568,-.1322,.14372,-.22568,-.14401,.12692,-.22568,-.15384,.10849,-.22568,-.16023,.0923,-.22568,-.16576,.07167,-.22568,-.1685,.05244,-.22568,-.16888,.03009,-.22568,-.16687,.01099,-.22568,-.16223,-.00937,-.22568,0.0,.05269,-.03331,-.00507,.05241,-.03331,-.01086,.05138,-.03331,-.01553,.04996,-.03331,-.01984,.04814,-.03331,-.02379,.04599,-.03331,-.0291,.04219,-.03331,-.03307,.03847,-.03331,-.03606,.03497,-.03331,-.03986,.02916,-.03331,-.04225,.02415,-.03331,-.04385,.01942,-.03331,-.04492,.01456,-.03331,-.04546,.00971,-.03331,-.04546,.00465,-.03331,-.04463,-.00185,-.03331,0.0,0.0,0.0,-.3855,-.03078,-.83572,-.27559,-.03511,-.49698,-.36926,-.0744,-.84143,-.26288,-.06375,-.49698,-.34822,-.11592,-.84701,-.24451,-.09499,-.49698,-.32271,-.15489,-.85237,-.22336,-.12265,-.49698,-.29314,-.19093,-.85732,-.19794,-.1487,-.49698,-.25931,-.2231,-.86162,-.17589,-.16679,-.49698,-.22157,-.25072,-.86511,-.14768,-.18535,-.49698,-.18098,-.27402,-.86783,-.1203,-.19933,-.49698,-.13805,-.29274,-.86987,-.09454,-.20941,-.49698,-.09312,-.30608,-.87126,-.06395,-.21797,-.49698,-.04681,-.31334,-.87198,-.03262,-.22318,-.49698,0.0,-.31584,-.87218,0.0,-.22498,-.49698,-.15598,-.02699,-.22568,-.14725,-.04482,-.22568,-.13638,-.06165,-.22568,-.12256,-.0782,-.22568,-.10942,-.09163,-.22568,-.09581,-.10103,-.22568,-.08287,-.10909,-.22568,-.06659,-.11713,-.22568,-.0516,-.12273,-.22568,-.03517,-.12709,-.22568,-.01733,-.1299,-.22568};
			return value;
		}
		private double[] getCoordinate_12_71_point_2()
		{
			double[] value = {0.0,-.13078,-.22568,-.04335,-.00676,-.03331,-.04144,-.0117,-.03331,-.03862,-.01695,-.03331,-.03508,-.02187,-.03331,-.03073,-.02643,-.03331,-.02785,-.02885,-.03331,-.02414,-.03145,-.03331,-.02022,-.03363,-.03331,-.015,-.03583,-.03331,-.00974,-.03732,-.03331,-.00537,-.03805,-.03331,0.0,-.03838,-.03331,.04678,.48105,-.77109,.03412,.36291,-.49698,.09296,.47313,-.77251,.07045,.35635,-.49698,.13785,.45964,-.77408,.10336,.34619,-.49698,.18085,.44104,-.77599,.1353,.33203,-.49698,.22179,.41834,-.77863,.17003,.31094,-.49698,.25937,.39111,-.78239,.20194,.28493,-.49698,.29294,.35825,-.78694,.2245,.26123,-.49698,.32307,.32257,-.79132,.24501,.23415,-.49698,.34924,.28393,-.79584,.26323,.20299,-.49698,.37021,.24229,-.80075,.27669,.1721,-.49698,.38583,.19841,-.80609,.28723,.13695,-.49698,.39654,.15312,-.81183,.293,.1037,-.49698,.40234,.10698,-.81784,.29491,.06523,-.49698,.40253,.0605,-.82394,.29233,.03085,-.49698,.39674,.01436,-.82991,.28639,-.00055,-.49698,.02032,.20616,-.22568,.04271,.2019,-.22568,.05963,.19653,-.22568,.08055,.18697,-.22568,.09744,.1765,-.22568,.1158,.16084,-.22568,.1322,.14372,-.22568,.14401,.12692,-.22568,.15384,.10849,-.22568,.16023,.0923,-.22568,.16576,.07167,-.22568,.1685,.05244,-.22568,.16888,.03009,-.22568,.16687,.01099,-.22568,.16223,-.00937,-.22568,.00507,.05241,-.03331,.01086,.05138,-.03331,.01553,.04996,-.03331,.01984,.04814,-.03331,.02379,.04599,-.03331,.0291,.04219,-.03331,.03307,.03847,-.03331,.03606,.03497,-.03331,.03986,.02916,-.03331,.04225,.02415,-.03331,.04385,.01942,-.03331,.04492,.01456,-.03331,.04546,.00971,-.03331,.04546,.00465,-.03331,.04463,-.00185,-.03331,.3855,-.03078,-.83572,.27559,-.03511,-.49698,.36926,-.0744,-.84143,.26288,-.06375,-.49698,.34822,-.11592,-.84701,.24451,-.09499,-.49698,.32271,-.15489,-.85237,.22336,-.12265,-.49698,.29314,-.19093,-.85732,.19794,-.1487,-.49698,.25931,-.2231,-.86162,.17589,-.16679,-.49698,.22157,-.25072,-.86511,.14768,-.18535,-.49698,.18099,-.27402,-.86783,.1203,-.19933,-.49698,.13805,-.29274,-.86987,.09454,-.20941,-.49698,.09312,-.30608,-.87126,.06395,-.21797,-.49698,.04681,-.31334,-.87198,.03262,-.22318,-.49698,.15598,-.02699,-.22568,.14725,-.04482,-.22568,.13638,-.06165,-.22568,.12256,-.0782,-.22568,.10942,-.09163,-.22568};
			return value;
		}
		private double[] getCoordinate_12_71_point_3()
		{
			double[] value = {.09581,-.10103,-.22568,.08287,-.10909,-.22568,.06659,-.11713,-.22568,.0516,-.12273,-.22568,.03517,-.12709,-.22568,.01733,-.1299,-.22568,.04335,-.00676,-.03331,.04144,-.0117,-.03331,.03862,-.01695,-.03331,.03508,-.02187,-.03331,.03073,-.02643,-.03331,.02785,-.02885,-.03331,.02414,-.03145,-.03331,.02022,-.03363,-.03331,.015,-.03583,-.03331,.00974,-.03732,-.03331,.00537,-.03805,-.03331};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_77_point_1()
		{
			double[] value = {-.9279,2.10812,-10.01439,-.94243,2.14963,-10.39389,-.95436,2.12088,-10.37785,-.99803,2.00433,-10.31564,-.98764,1.9967,-10.12906,-1.0294,1.89064,-10.24767,-.98196,2.43802,-12.65573,-.98741,2.47362,-13.05541,-1.00285,2.44345,-13.03876,-1.04224,2.35159,-12.99411,-1.02888,2.35152,-12.75028,-1.07631,2.25168,-12.94574,-1.07222,2.25206,-12.85764,-1.09055,2.19486,-12.91718,-.00407,2.90675,-18.8793,0.0,2.90675,-18.83369,0.0,2.90675,-18.9239,0.0,2.78267,-18.94818,-.00667,2.78532,-18.8793,0.0,2.78831,-18.80942,-.00848,2.97981,-20.70123,0.0,2.97981,-20.62282,0.0,2.97981,-20.79594,0.0,2.65694,-20.85233,-.01379,2.66768,-20.70219,0.0,2.67812,-20.57771,-1.7151,1.45462,-19.91939,-1.5655,1.47176,-19.91939,-1.5655,1.38022,-19.91939,-1.7151,1.36308,-19.91939,-1.86455,1.43518,-19.91939,-1.86455,1.34366,-19.91939,-2.0083,1.4137,-19.91939,-2.0083,1.32216,-19.91939,-2.15077,1.38895,-19.91939,-2.15077,1.29741,-19.91939,-2.42128,1.33247,-19.53055,-2.41573,1.33374,-19.35246,-2.48187,1.31024,-19.25905,-2.49991,1.30934,-19.62943,-2.54855,1.2869,-19.25905,-2.56454,1.29016,-19.62944,-2.61714,1.25754,-19.25905,-2.63744,1.26439,-19.62964,-2.68724,1.23274,-19.35257,-2.69995,1.23749,-19.53511,-2.50632,1.31093,-19.91939,-2.44109,1.33058,-20.02168,-2.45349,1.33199,-20.18678,-2.53598,1.31377,-20.26833,-2.57706,1.29271,-19.91939,-2.60945,1.29556,-20.26837,-2.65321,1.2697,-19.91939,-2.68254,1.27443,-20.26926,-2.73694,1.24858,-20.01981,-2.75394,1.25041,-20.18675,-.71939,1.42653,-32.89966,-.64545,1.39339,-32.97226,-.63916,1.38597,-33.06392,-.70448,1.40865,-33.12604,-.78969,1.45018,-32.89951,-.77539,1.43276,-33.12604,-.86105,1.47029,-32.89975,-.8474,1.4534,-33.12604,-.93358,1.48573,-32.8996,-.92053,1.46948,-33.12604,-1.00697,1.49623,-32.89963,-.99455,1.48087,-33.12604,-1.08095,1.50143,-32.89957,-1.06924,1.4863,-33.12604,-1.15509,1.50195,-32.89951,-1.14412,1.48631,-33.12604,-1.23865,1.49777,-32.8998,-1.22601,1.48241,-33.12604,-1.31718,1.48471,-32.97487,-1.3117,1.47881,-33.06119,-2.3206,.26177,-29.16405,-2.31979,.38394,-29.16405,-2.32297,.3812,-28.60323,-2.32411,.26148,-28.60323,-2.32474,.26143,-28.50371,-2.32353,.38071,-28.50371,-2.32495,.38068,-27.93507,-2.32645,.26144,-27.94046,-2.32297,.38068,-27.29925,-2.32518,.38066,-27.84338,-2.32674,.26144,-27.84338,-2.32409,.26144,-27.29925,.95436,2.12088,-10.37785,.94243,2.14963,-10.39389,.9279,2.10812,-10.01439,.99803,2.00433,-10.31564,.98764,1.9967,-10.12906,1.0294,1.89064,-10.24767,1.00285,2.44345,-13.03876,.98741,2.47362,-13.05541,.98196,2.43802,-12.65573,1.04224,2.35159,-12.99411,1.02889,2.35152,-12.75028,1.07631,2.25168,-12.94574};
			return value;
		}
		private double[] getCoordinate_12_77_point_2()
		{
			double[] value = {1.07222,2.25206,-12.85764,1.09055,2.19486,-12.91718,.00407,2.90675,-18.8793,.00667,2.78532,-18.8793,.00848,2.97981,-20.70123,.0138,2.66768,-20.70219,1.7151,1.45462,-19.91939,1.56551,1.47176,-19.91939,1.56551,1.38022,-19.91939,1.7151,1.36308,-19.91939,1.86455,1.43518,-19.91939,1.86455,1.34366,-19.91939,2.0083,1.4137,-19.91939,2.0083,1.32216,-19.91939,2.15077,1.38895,-19.91939,2.15077,1.29741,-19.91939,2.48187,1.31024,-19.25905,2.41573,1.33374,-19.35246,2.42128,1.33247,-19.53055,2.49991,1.30934,-19.62943,2.54855,1.2869,-19.25905,2.56455,1.29016,-19.62944,2.61714,1.25754,-19.25905,2.63744,1.26439,-19.62964,2.68724,1.23274,-19.35257,2.69995,1.23749,-19.53511,2.45349,1.33199,-20.18678,2.44109,1.33058,-20.02168,2.50632,1.31093,-19.91939,2.53598,1.31377,-20.26833,2.57706,1.29271,-19.91939,2.60945,1.29556,-20.26837,2.65321,1.2697,-19.91939,2.68254,1.27443,-20.26926,2.73694,1.24858,-20.01981,2.75394,1.25041,-20.18675,.63916,1.38597,-33.06392,.64545,1.39339,-32.97226,.71939,1.42653,-32.89966,.70448,1.40865,-33.12604,.78969,1.45018,-32.89951,.77539,1.43276,-33.12604,.86106,1.47029,-32.89975,.8474,1.4534,-33.12604,.93358,1.48573,-32.8996,.92053,1.46948,-33.12604,1.00698,1.49623,-32.89963,.99455,1.48087,-33.12604,1.08095,1.50143,-32.89957,1.06925,1.4863,-33.12604,1.15509,1.50195,-32.89951,1.14412,1.48631,-33.12604,1.23865,1.49777,-32.89979,1.22602,1.48241,-33.12604,1.31719,1.48471,-32.97487,1.31171,1.47881,-33.06119,2.32297,.3812,-28.60323,2.3198,.38394,-29.16405,2.3206,.26177,-29.16405,2.32411,.26148,-28.60323,2.32495,.38068,-27.93507,2.32353,.38071,-28.50371,2.32474,.26143,-28.50371,2.32645,.26144,-27.94046,2.32674,.26144,-27.84338,2.32518,.38066,-27.84338,2.32297,.38068,-27.29925,2.3241,.26144,-27.29925};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_83_point_1()
		{
			double[] value = {-1.282,1.37173,-20.57971,-1.282,1.49818,-20.57971,-1.28186,1.51469,-21.24005,-1.28197,1.50127,-19.91939,-1.28326,1.15395,-19.91939,-.65239,-.57021,-19.91939,-.73349,-.50346,-19.91939,-.6467,-.61517,-20.57971,-.54948,-.67439,-20.57971,-.55868,-.63361,-19.91939,-.44614,-.72201,-20.57971,-.46904,-.67687,-19.91939,-.33821,-.75816,-20.57971,-.35692,-.7148,-19.91939,-.22699,-.78232,-20.57971,-.2513,-.74143,-19.91939,-.11383,-.79485,-20.57971,-.12935,-.7607,-19.91939,0.0,-.79767,-20.57971,0.0,-.76448,-19.91939,-1.28181,1.4012,-19.25905,-1.28409,.88921,-19.25905,-.90919,-.32904,-19.25905,-.95966,-.26601,-19.25905,-.89953,-.33553,-19.44309,-.81531,-.42436,-19.25905,-.70331,-.51163,-19.25905,-.59621,-.57547,-19.25905,-.50111,-.62174,-19.25905,-.38669,-.66656,-19.25905,-.27653,-.69644,-19.25905,-.13589,-.71674,-19.25905,0.0,-.72191,-19.25905,-1.2822,1.16524,-18.59888,-1.2813,.96355,-18.59888,-1.27612,.7836,-19.08075,-1.27536,.81978,-18.59888,-1.26779,.6824,-18.91505,-1.2657,.68916,-18.59888,-1.24881,.54453,-18.74554,-1.25098,.55429,-18.59888,-1.23238,.42522,-18.59888,-1.05856,-.08713,-18.59872,-1.12285,.03406,-18.59872,-1.05333,-.10045,-18.84506,-.99394,-.19516,-18.59872,-.92085,-.30003,-18.59872,-.83455,-.39613,-18.59872,-.72447,-.48393,-18.59872,-.62054,-.54686,-18.59872,-.50967,-.59613,-18.59872,-.39087,-.636,-18.59872,-.27908,-.66309,-18.59872,-.14287,-.68106,-18.59872,0.0,-.68472,-18.59872,-1.27892,.97905,-17.93839,-1.26677,.84793,-17.93839,-1.25413,.71687,-17.93839,-1.24049,.58591,-17.93839,-1.22438,.45522,-17.93839,-1.20248,.29536,-18.46686,-1.20334,.32526,-17.93839,-1.17349,.16966,-18.47833,-1.17349,.19704,-17.93839,-1.13241,.07199,-17.93839,-1.07892,-.04825,-17.93839,-1.01343,-.16242,-17.93839,-.9361,-.26891,-17.93839,-.84845,-.36708,-17.93839,-.74921,-.45343,-17.93839,-.63806,-.52373,-17.93839,-.51758,-.57657,-17.93839,-.39149,-.61423,-17.93839,-.26241,-.64,-17.93839,-.13158,-.65451,-17.93839,0.0,-.65797,-17.93839,-1.27409,1.03636,-17.27806,-1.26654,.90263,-17.27806,-1.25713,.76904,-17.27806,-1.24492,.63567,-17.27806,-1.22867,.50273,-17.27806,-1.20558,.37083,-17.27806,-1.17325,.24091,-17.27806,-1.13289,.11321,-17.27806,-1.08386,-.01138,-17.27806,-1.0218,-.12997,-17.27806,-.94626,-.24048,-17.27806,-.85869,-.3417,-17.27806,-.75903,-.43103,-17.27806,-.64732,-.5047,-17.27806,-.52646,-.56212,-17.27806,-.39874,-.60211,-17.27806,-.26721,-.62701,-17.27806,-.13387,-.63931,-17.27806,0.0,-.64291,-17.27806,-1.26628,1.08441,-16.61772,-1.25665,.94914,-16.61772,-1.24561,.81397,-16.61772,-1.23241,.679,-16.61772,-1.21599,.54439,-16.61772};
			return value;
		}
		private double[] getCoordinate_12_83_point_2()
		{
			double[] value = {-1.19501,.41042,-16.61772,-1.16641,.27789,-16.61772,-1.12917,.14751,-16.61772,-1.08327,.01993,-16.61772,-1.02557,-.10271,-16.61772,-.95259,-.21689,-16.61772,-.86511,-.32037,-16.61772,-.76509,-.41182,-16.61772,-.65372,-.48901,-16.61772,-.53278,-.55006,-16.61772,-.40376,-.59146,-16.61772,-.27054,-.61656,-16.61772,-.13554,-.62918,-16.61772,0.0,-.63284,-16.61772,-1.25819,1.14265,-15.95738,-1.24727,1.00517,-15.95738,-1.23543,.86778,-15.95738,-1.22203,.73053,-15.95738,-1.20615,.59354,-15.95738,-1.18632,.45706,-15.95738,-1.16075,.32156,-15.95738,-1.12668,.18799,-15.95738,-1.08305,.05719,-15.95738,-1.02892,-.06957,-15.95738,-.96045,-.18913,-15.95738,-.87514,-.29732,-15.95738,-.77466,-.39162,-15.95738,-.66339,-.47293,-15.95738,-.54105,-.53616,-15.95738,-.41041,-.57999,-15.95738,-.2751,-.60614,-15.95738,-.13783,-.61887,-15.95738,0.0,-.62271,-15.95738,-1.23819,1.194,-15.29706,-1.22781,1.05461,-15.29706,-1.21669,.91528,-15.29706,-1.20428,.77606,-15.29706,-1.18957,.63705,-15.29706,-1.17186,.49841,-15.29706,-1.1489,.36055,-15.29706,-1.11851,.22415,-15.29706,-1.07906,.09009,-15.29706,-1.02956,-.04056,-15.29706,-.96541,-.16461,-15.29706,-.88254,-.27696,-15.29706,-.78265,-.37457,-15.29706,-.67061,-.45795,-15.29706,-.54774,-.52428,-15.29706,-.41582,-.56998,-15.29706,-.27884,-.5974,-15.29706,-.13971,-.61029,-15.29706,0.0,-.61408,-15.29706,-1.21658,1.24615,-14.63672,-1.20688,1.10478,-14.63672,-1.19643,.96347,-14.63672,-1.1848,.82224,-14.63672,-1.17134,.68118,-14.63672,-1.15517,.54041,-14.63672,-1.13477,.40019,-14.63672,-1.1078,.26109,-14.63672,-1.07372,.12357,-14.63672,-1.02858,-.0107,-14.63672,-.96754,-.13844,-14.63672,-.88743,-.25514,-14.63672,-.79039,-.35822,-14.63672,-.67865,-.4451,-14.63672,-.5545,-.51314,-14.63672,-.4218,-.56242,-14.63672,-.28278,-.58922,-14.63672,-.14163,-.60155,-14.63672,0.0,-.60555,-14.63672,-1.19548,1.29208,-13.9764,-1.18613,1.14896,-13.9764,-1.17627,1.00586,-13.9764,-1.16563,.86284,-13.9764,-1.15378,.71989,-13.9764,-1.13974,.57715,-13.9764,-1.12207,.43483,-13.9764,-1.09927,.29323,-13.9764,-1.06938,.15299,-13.9764,-1.02792,.01575,-13.9764,-.96953,-.1151,-13.9764,-.89133,-.23514,-13.9764,-.79571,-.34187,-13.9764,-.68523,-.43306,-13.9764,-.56111,-.50461,-13.9764,-.4267,-.55403,-13.9764,-.28609,-.58188,-13.9764,-.14336,-.5955,-13.9764,0.0,-.59943,-13.9764,-1.17451,1.33569,-13.31606,-1.16504,1.19089,-13.31606,-1.15527,1.04611,-13.31606,-1.145,.90135,-13.31606,-1.13396,.75667,-13.31606,-1.12169,.61208,-13.31606,-1.10718,.46768,-13.31606,-1.08859,.32378,-13.31606,-1.063,.18097,-13.31606,-1.0249,.04102,-13.31606};
			return value;
		}
		private double[] getCoordinate_12_83_point_3()
		{
			double[] value = {-.97014,-.09322,-13.31606,-.89543,-.21741,-13.31606,-.80138,-.3277,-13.31606,-.69112,-.42177,-13.31606,-.56634,-.49547,-13.31606,-.43083,-.54691,-13.31606,-.28928,-.57846,-13.31606,-.14503,-.59367,-13.31606,0.0,-.59776,-13.31606,-1.15523,1.37656,-12.65573,-1.14595,1.2301,-12.65573,-1.13651,1.08366,-12.65573,-1.1268,.93724,-12.65573,-1.11661,.79085,-12.65573,-1.10564,.64452,-12.65573,-1.09314,.49829,-12.65573,-1.07787,.35236,-12.65573,-1.05569,.20732,-12.65573,-1.02086,.06484,-12.65573,-.96983,-.07263,-12.65573,-.89903,-.20097,-12.65573,-.80699,-.315,-12.65573,-.69621,-.41097,-12.65573,-.57091,-.48701,-12.65573,-.43492,-.54179,-12.65573,-.29256,-.57686,-12.65573,-.14667,-.59212,-12.65573,0.0,-.59625,-12.65573,-1.13332,1.41005,-11.99539,-1.12627,1.26222,-11.99539,-1.11851,1.11444,-11.99539,-1.11003,.96671,-11.99539,-1.10072,.81902,-11.99539,-1.09033,.67139,-11.99539,-1.07877,.52385,-11.99539,-1.06515,.3765,-11.99539,-1.04636,.22974,-11.99539,-1.01602,.08496,-11.99539,-.96858,-.05507,-11.99539,-.90076,-.1864,-11.99539,-.80998,-.30298,-11.99539,-.69972,-.40141,-11.99539,-.57442,-.47975,-11.99539,-.43791,-.53659,-11.99539,-.29468,-.57324,-11.99539,-.14787,-.5912,-11.99539,0.0,-.59613,-11.99539,-1.11057,1.42763,-11.33505,-1.10457,1.2793,-11.33505,-1.0983,1.13097,-11.33505,-1.0916,.98267,-11.33505,-1.08429,.8344,-11.33505,-1.07603,.68617,-11.33505,-1.06613,.53804,-11.33505,-1.05382,.39011,-11.33505,-1.03705,.24262,-11.33505,-1.01054,.0966,-11.33505,-.9659,-.04482,-11.33505,-.89863,-.17696,-11.33505,-.80997,-.29578,-11.33505,-.70085,-.39606,-11.33505,-.57493,-.47434,-11.33505,-.43867,-.53293,-11.33505,-.29538,-.57124,-11.33505,-.14833,-.59096,-11.33505,0.0,-.59602,-11.33505,-1.08623,1.44064,-10.67473,-1.08281,1.29193,-10.67473,-1.07921,1.14323,-10.67473,-1.07529,.99452,-10.67473,-1.07079,.84584,-10.67473,-1.06509,.6972,-10.67473,-1.05748,.54865,-10.67473,-1.04659,.4003,-10.67473,-1.03027,.25246,-10.67473,-1.00503,.10591,-10.67473,-.96323,-.03668,-10.67473,-.89792,-.17009,-10.67473,-.8089,-.28899,-10.67473,-.70022,-.39029,-10.67473,-.57536,-.47072,-10.67473,-.43907,-.53001,-10.67473,-.29599,-.57017,-10.67473,-.1486,-.58948,-10.67473,0.0,-.5959,-10.67473,-1.06345,1.44408,-10.01439,-1.06303,1.29549,-10.01439,-1.06267,1.14691,-10.01439,-1.06218,.99834,-10.01439,-1.06099,.84976,-10.01439,-1.0574,.70123,-10.01439,-1.04991,.55284,-10.01439,-1.03847,.40471,-10.01439,-1.0226,.257,-10.01439,-.99869,.1104,-10.01439,-.95844,-.03249,-10.01439,-.89436,-.16629,-10.01439,-.80597,-.2854,-10.01439,-.69792,-.38716,-10.01439,-.57503,-.47032,-10.01439};
			return value;
		}
		private double[] getCoordinate_12_83_point_4()
		{
			double[] value = {-.43884,-.52917,-10.01439,-.2955,-.5679,-10.01439,-.14842,-.5883,-10.01439,0.0,-.59358,-10.01439,-1.04276,1.44003,-9.35407,-1.04491,1.29219,-9.35407,-1.04686,1.14433,-9.35407,-1.04842,.99648,-9.35407,-1.04896,.8486,-9.35407,-1.04741,.70074,-9.35407,-1.04202,.55298,-9.35407,-1.03154,.4055,-9.35407,-1.01651,.25839,-9.35407,-.99258,.11253,-9.35407,-.95213,-.02957,-9.35407,-.88975,-.16341,-9.35407,-.80202,-.2821,-9.35407,-.69466,-.38358,-9.35407,-.57252,-.46658,-9.35407,-.43696,-.5251,-9.35407,-.29417,-.56316,-9.35407,-.14772,-.58281,-9.35407,0.0,-.58862,-9.35407,-1.02386,1.43318,-8.69373,-1.02809,1.28622,-8.69373,-1.03276,1.13928,-8.69373,-1.03705,.99233,-8.69373,-1.03819,.84531,-8.69373,-1.03632,.6983,-8.69373,-1.03325,.55132,-8.69373,-1.026,.40448,-8.69373,-1.01099,.25826,-8.69373,-.98546,.11351,-8.69373,-.94449,-.02757,-8.69373,-.88145,-.16017,-8.69373,-.79665,-.28003,-8.69373,-.69174,-.38271,-8.69373,-.56975,-.46439,-8.69373,-.43498,-.52261,-8.69373,-.29266,-.55904,-8.69373,-.14685,-.57719,-8.69373,0.0,-.58379,-8.69373,-1.00157,1.42149,-8.0334,-1.01193,1.27501,-8.0334,-1.0206,1.12842,-8.0334,-1.02637,.98169,-8.0334,-1.02858,.83485,-8.0334,-1.02827,.688,-8.0334,-1.02525,.54118,-8.0334,-1.01845,.3945,-8.0334,-1.00446,.24834,-8.0334,-.97794,.10397,-8.0334,-.93742,-.03712,-8.0334,-.88327,-.17351,-8.0334,-.80447,-.29692,-8.0334,-.69496,-.39415,-8.0334,-.56754,-.46678,-8.0334,-.43208,-.52341,-8.0334,-.29185,-.5665,-8.0334,-.14674,-.58815,-8.0334,0.0,-.59256,-8.0334,-.96945,1.40753,-7.37306,-.9939,1.25633,-7.37306,-1.00758,1.10387,-7.37306,-1.0153,.95941,-7.37306,-1.01955,.81497,-7.37306,-1.02075,.67453,-7.37306,-1.01863,.52206,-7.37306,-1.01154,.37762,-7.37306,-.99597,.23319,-7.37306,-.96667,.08873,-7.37306,-.92418,-.04768,-7.37306,-.87016,-.17508,-7.37306,-.78578,-.29546,-7.37306,-.67448,-.3895,-7.37306,-.55583,-.46794,-7.58467,-.55032,-.46849,-7.37306,-.42671,-.52687,-7.58469,-.50992,-.48772,-7.37306,-.42418,-.52852,-7.37306,-.32198,-.55927,-7.37306,-.2859,-.56953,-7.58472,-.2831,-.57095,-7.37306,-.14197,-.59322,-7.37306,0.0,-.60135,-7.37306,-.94514,1.33127,-6.71272,-.97185,1.19327,-6.71272,-.99045,1.05394,-6.71272,-1.00295,.91392,-6.71272,-1.00981,.77351,-6.71272,-1.0117,.63295,-6.71272,-1.00944,.49239,-6.71272,-1.00124,.35207,-6.71272,-.98277,.21274,-6.71272,-.9527,.07545,-6.71272,-.90634,-.05713,-6.71272,-.841,-.18144,-6.71272,-.75815,-.29485,-6.71272,-.65752,-.3927,-6.71272,-.54965,-.46869,-7.32498};
			return value;
		}
		private double[] getCoordinate_12_83_point_5()
		{
			double[] value = {-.54185,-.47105,-6.76497,-.54112,-.47128,-6.71272,-.50423,-.48868,-6.71272,-.28279,-.57094,-7.32094,-.27963,-.57072,-6.76502,-.14043,-.59164,-6.71272,-.27934,-.57071,-6.71272,-.31592,-.55998,-6.71272,0.0,-.59738,-6.71272,-.91687,1.23042,-6.0524,-.90616,1.2601,-6.0524,-.95119,1.1003,-6.0524,-.97639,.96809,-6.0524,-.99206,.83444,-6.0524,-.99942,.70004,-6.0524,-1.00069,.56546,-6.0524,-.99658,.43092,-6.0524,-.98595,.29675,-6.0524,-.96497,.16385,-6.0524,-.9295,.03407,-6.0524,-.88097,-.09141,-6.0524,-.81844,-.21049,-6.0524,-.73695,-.31735,-6.0524,-.63589,-.40595,-6.0524,-.52124,-.47621,-6.0524,-.41412,-.53119,-6.71272,-.39755,-.52907,-6.0524,-.26784,-.56448,-6.0524,-.13446,-.58198,-6.0524,0.0,-.58775,-6.0524,-.87109,1.18401,-5.39206,-.89595,1.12653,-5.39206,-.93437,1.00386,-5.39206,-.96059,.87802,-5.39206,-.98663,.80684,-5.83577,-.96878,.80782,-5.39206,-.9937,.67438,-5.83543,-.98203,.62192,-5.39206,-.97945,.67261,-5.39206,-.9837,.49335,-5.39206,-.97906,.36487,-5.39206,-.96406,.2372,-5.39206,-.93826,.11127,-5.39206,-.90131,-.01186,-5.39206,-.85187,-.13051,-5.39206,-.78912,-.24265,-5.39206,-.71036,-.34406,-5.39206,-.61157,-.42592,-5.39206,-.49985,-.48944,-5.39206,-.38116,-.53861,-5.39206,-.25626,-.5686,-5.39206,-.12848,-.58266,-5.39206,0.0,-.58775,-5.39206,-.81395,1.12482,-4.73173,-.85713,1.02469,-4.73173,-.89632,.90877,-4.73173,-.93155,.80646,-4.85648,-.96066,.80751,-5.27528,-.95671,.80737,-5.21845,-.9212,.80478,-4.73173,-.97015,.7359,-5.27528,-.97015,.72888,-5.21845,-.97295,.67192,-5.27528,-.96977,.67158,-5.21845,-.94267,.66873,-4.73173,-.95213,.54671,-4.73173,-.95436,.42435,-4.73173,-.94865,.30211,-4.73173,-.93338,.18069,-4.73173,-.90704,.06122,-4.73173,-.86951,-.05524,-4.73173,-.82047,-.16731,-4.73173,-.75743,-.27209,-4.73173,-.67786,-.36488,-4.73173,-.58311,-.44212,-4.73173,-.47668,-.50229,-4.73173,-.36238,-.54582,-4.73173,-.2498,-.57224,-5.05156,-.24374,-.57564,-4.73173,-.12529,-.58664,-5.05159,-.1223,-.59038,-4.73173,0.0,-.59503,-4.73173,-.76318,1.01794,-4.0714,-.73436,1.06529,-4.0714,-.7948,1.10072,-4.53032,-.81279,.91417,-4.0714,-.85445,.80696,-4.0714,-.9171,.80492,-4.69116,-.91075,.80513,-4.62843,-.92143,.78404,-4.69116,-.91872,.77519,-4.62843,-.93953,.67053,-4.69116,-.93466,.66855,-4.62843,-.90616,.58321,-4.0714,-.89143,.6676,-4.0714,-.91466,.46851,-4.0714,-.91458,.35347,-4.0714,-.90707,.23868,-4.0714,-.91365,.22418,-4.23648,-.9021,.20067,-4.0714};
			return value;
		}
		private double[] getCoordinate_12_83_point_6()
		{
			double[] value = {-.89218,.12462,-4.0714,-.89714,.16264,-4.0714,-.90248,.13864,-4.23648,-.86871,.01202,-4.0714,-.8333,-.09735,-4.0714,-.78293,-.20067,-4.0714,-.71782,-.29541,-4.0714,-.63959,-.37964,-4.0714,-.54935,-.45082,-4.0714,-.44894,-.5067,-4.0714,-.34117,-.54669,-4.0714,-.22917,-.57266,-4.0714,-.11496,-.58618,-4.0714,-.06175,-.59029,-4.37704,-.06012,-.58903,-4.18652,0.0,-.5905,-4.0714,-.68092,1.04726,-3.71683,-.73904,.95326,-3.71683,-.78836,.85432,-3.71683,-.82979,.75185,-3.71683,-.8864,.69649,-4.0714,-.85982,.64549,-3.71683,-.87729,.53636,-3.71683,-.88519,.42607,-3.71683,-.88621,.31551,-3.71683,-.88043,.20511,-3.71683,-.86572,.09555,-3.71683,-.84103,-.01218,-3.71683,-.80464,-.1165,-3.71683,-.75531,-.21538,-3.71683,-.692,-.30591,-3.71683,-.61523,-.38534,-3.71683,-.52795,-.4531,-3.71683,-.43156,-.50703,-3.71683,-.32805,-.54567,-3.71683,-.22032,-.57034,-3.71683,-.1105,-.58295,-3.71683,0.0,-.5869,-3.71683,-1.28186,1.43553,-21.24005,-1.28197,1.53793,-21.90039,1.28186,1.51469,-21.24005,1.282,1.49818,-20.57971,1.282,1.37173,-20.57971,1.28197,1.50127,-19.91939,1.28327,1.15395,-19.91939,.6467,-.61517,-20.57971,.73349,-.50346,-19.91939,.65239,-.57021,-19.91939,.54949,-.67439,-20.57971,.55869,-.63361,-19.91939,.44614,-.72201,-20.57971,.46904,-.67687,-19.91939,.33821,-.75816,-20.57971,.35692,-.7148,-19.91939,.22699,-.78232,-20.57971,.2513,-.74143,-19.91939,.11383,-.79485,-20.57971,.12935,-.7607,-19.91939,1.28181,1.4012,-19.25905,1.28409,.88921,-19.25905,.89954,-.33553,-19.44309,.95966,-.26601,-19.25905,.9092,-.32904,-19.25905,.81531,-.42436,-19.25905,.70331,-.51163,-19.25905,.59621,-.57547,-19.25905,.50111,-.62174,-19.25905,.38669,-.66656,-19.25905,.27654,-.69644,-19.25905,.1359,-.71674,-19.25905,1.2822,1.16524,-18.59888,1.2813,.96355,-18.59888,1.27612,.7836,-19.08075,1.27536,.81978,-18.59888,1.26779,.6824,-18.91505,1.2657,.68916,-18.59888,1.24881,.54453,-18.74554,1.25098,.55429,-18.59888,1.23238,.42522,-18.59888,1.05333,-.10045,-18.84506,1.12285,.03406,-18.59872,1.05856,-.08713,-18.59872,.99394,-.19516,-18.59872,.92085,-.30003,-18.59872,.83455,-.39613,-18.59872,.72447,-.48393,-18.59872,.62055,-.54686,-18.59872,.50967,-.59613,-18.59872,.39087,-.636,-18.59872,.27908,-.66309,-18.59872,.14287,-.68106,-18.59872,1.27892,.97905,-17.93839,1.26677,.84793,-17.93839,1.25414,.71687,-17.93839,1.24049,.58591,-17.93839,1.22438,.45522,-17.93839,1.20249,.29536,-18.46686,1.20334,.32526,-17.93839,1.17349,.16966,-18.47833,1.17349,.19704,-17.93839};
			return value;
		}
		private double[] getCoordinate_12_83_point_7()
		{
			double[] value = {1.13242,.07199,-17.93839,1.07892,-.04825,-17.93839,1.01343,-.16242,-17.93839,.9361,-.26891,-17.93839,.84845,-.36708,-17.93839,.74921,-.45343,-17.93839,.63806,-.52373,-17.93839,.51758,-.57657,-17.93839,.3915,-.61423,-17.93839,.26241,-.64,-17.93839,.13158,-.65451,-17.93839,1.27409,1.03636,-17.27806,1.26654,.90263,-17.27806,1.25713,.76904,-17.27806,1.24492,.63567,-17.27806,1.22867,.50273,-17.27806,1.20558,.37083,-17.27806,1.17325,.24091,-17.27806,1.13289,.11321,-17.27806,1.08386,-.01138,-17.27806,1.02181,-.12997,-17.27806,.94626,-.24048,-17.27806,.85869,-.3417,-17.27806,.75903,-.43103,-17.27806,.64732,-.5047,-17.27806,.52646,-.56212,-17.27806,.39874,-.60211,-17.27806,.26721,-.62701,-17.27806,.13387,-.63931,-17.27806,1.26628,1.08441,-16.61772,1.25665,.94914,-16.61772,1.24561,.81397,-16.61772,1.23241,.679,-16.61772,1.21599,.54439,-16.61772,1.19501,.41042,-16.61772,1.16641,.27789,-16.61772,1.12917,.14751,-16.61772,1.08327,.01993,-16.61772,1.02557,-.10271,-16.61772,.95259,-.21689,-16.61772,.86511,-.32037,-16.61772,.76509,-.41182,-16.61772,.65372,-.48901,-16.61772,.53278,-.55006,-16.61772,.40376,-.59146,-16.61772,.27054,-.61656,-16.61772,.13555,-.62918,-16.61772,1.2582,1.14265,-15.95738,1.24727,1.00517,-15.95738,1.23543,.86778,-15.95738,1.22203,.73053,-15.95738,1.20615,.59354,-15.95738,1.18633,.45706,-15.95738,1.16075,.32156,-15.95738,1.12668,.18799,-15.95738,1.08305,.05719,-15.95738,1.02892,-.06957,-15.95738,.96045,-.18913,-15.95738,.87514,-.29732,-15.95738,.77466,-.39162,-15.95738,.66339,-.47293,-15.95738,.54105,-.53616,-15.95738,.41042,-.57999,-15.95738,.2751,-.60614,-15.95738,.13783,-.61887,-15.95738,1.23819,1.194,-15.29706,1.22781,1.05461,-15.29706,1.21669,.91528,-15.29706,1.20429,.77606,-15.29706,1.18958,.63705,-15.29706,1.17186,.49841,-15.29706,1.1489,.36055,-15.29706,1.11852,.22415,-15.29706,1.07906,.09009,-15.29706,1.02956,-.04056,-15.29706,.96541,-.16461,-15.29706,.88254,-.27696,-15.29706,.78265,-.37457,-15.29706,.67061,-.45795,-15.29706,.54775,-.52428,-15.29706,.41582,-.56998,-15.29706,.27884,-.5974,-15.29706,.13971,-.61029,-15.29706,1.21658,1.24615,-14.63672,1.20688,1.10478,-14.63672,1.19643,.96347,-14.63672,1.1848,.82224,-14.63672,1.17134,.68118,-14.63672,1.15517,.54041,-14.63672,1.13477,.40019,-14.63672,1.1078,.26109,-14.63672,1.07372,.12357,-14.63672,1.02858,-.0107,-14.63672,.96754,-.13844,-14.63672,.88744,-.25514,-14.63672,.79039,-.35822,-14.63672,.67865,-.4451,-14.63672,.55451,-.51314,-14.63672,.4218,-.56242,-14.63672,.28278,-.58922,-14.63672};
			return value;
		}
		private double[] getCoordinate_12_83_point_8()
		{
			double[] value = {.14163,-.60155,-14.63672,1.19548,1.29208,-13.9764,1.18613,1.14896,-13.9764,1.17627,1.00586,-13.9764,1.16564,.86284,-13.9764,1.15378,.71989,-13.9764,1.13974,.57715,-13.9764,1.12207,.43483,-13.9764,1.09927,.29323,-13.9764,1.06938,.15299,-13.9764,1.02792,.01575,-13.9764,.96953,-.1151,-13.9764,.89133,-.23514,-13.9764,.79572,-.34187,-13.9764,.68523,-.43306,-13.9764,.56111,-.50461,-13.9764,.4267,-.55403,-13.9764,.28609,-.58188,-13.9764,.14336,-.5955,-13.9764,1.17452,1.33569,-13.31606,1.16504,1.19089,-13.31606,1.15527,1.04611,-13.31606,1.14501,.90135,-13.31606,1.13396,.75667,-13.31606,1.12169,.61208,-13.31606,1.10718,.46768,-13.31606,1.08859,.32378,-13.31606,1.063,.18097,-13.31606,1.0249,.04102,-13.31606,.97014,-.09322,-13.31606,.89543,-.21741,-13.31606,.80138,-.3277,-13.31606,.69112,-.42177,-13.31606,.56635,-.49547,-13.31606,.43083,-.54691,-13.31606,.28928,-.57846,-13.31606,.14504,-.59367,-13.31606,1.15523,1.37656,-12.65573,1.14595,1.2301,-12.65573,1.13651,1.08366,-12.65573,1.1268,.93724,-12.65573,1.11661,.79085,-12.65573,1.10564,.64452,-12.65573,1.09314,.49829,-12.65573,1.07787,.35236,-12.65573,1.0557,.20732,-12.65573,1.02086,.06484,-12.65573,.96983,-.07263,-12.65573,.89903,-.20097,-12.65573,.80699,-.315,-12.65573,.69621,-.41097,-12.65573,.57091,-.48701,-12.65573,.43492,-.54179,-12.65573,.29256,-.57686,-12.65573,.14667,-.59212,-12.65573,1.13332,1.41005,-11.99539,1.12627,1.26222,-11.99539,1.11852,1.11444,-11.99539,1.11003,.96671,-11.99539,1.10072,.81902,-11.99539,1.09033,.67139,-11.99539,1.07877,.52385,-11.99539,1.06516,.3765,-11.99539,1.04636,.22974,-11.99539,1.01602,.08496,-11.99539,.96858,-.05507,-11.99539,.90076,-.1864,-11.99539,.80998,-.30298,-11.99539,.69972,-.40141,-11.99539,.57442,-.47975,-11.99539,.43791,-.53659,-11.99539,.29468,-.57324,-11.99539,.14787,-.5912,-11.99539,1.11057,1.42763,-11.33505,1.10457,1.2793,-11.33505,1.0983,1.13097,-11.33505,1.0916,.98267,-11.33505,1.08429,.8344,-11.33505,1.07604,.68617,-11.33505,1.06613,.53804,-11.33505,1.05382,.39011,-11.33505,1.03705,.24262,-11.33505,1.01054,.0966,-11.33505,.9659,-.04482,-11.33505,.89864,-.17696,-11.33505,.80997,-.29578,-11.33505,.70085,-.39606,-11.33505,.57494,-.47434,-11.33505,.43867,-.53293,-11.33505,.29538,-.57124,-11.33505,.14833,-.59096,-11.33505,1.08623,1.44064,-10.67473,1.08281,1.29193,-10.67473,1.07921,1.14323,-10.67473,1.07529,.99452,-10.67473,1.07079,.84584,-10.67473,1.06509,.6972,-10.67473,1.05748,.54865,-10.67473,1.04659,.4003,-10.67473,1.03027,.25246,-10.67473};
			return value;
		}
		private double[] getCoordinate_12_83_point_9()
		{
			double[] value = {1.00504,.10591,-10.67473,.96323,-.03668,-10.67473,.89792,-.17009,-10.67473,.8089,-.28899,-10.67473,.70023,-.39029,-10.67473,.57536,-.47072,-10.67473,.43907,-.53001,-10.67473,.29599,-.57017,-10.67473,.14861,-.58948,-10.67473,1.06345,1.44408,-10.01439,1.06304,1.29549,-10.01439,1.06267,1.14691,-10.01439,1.06218,.99834,-10.01439,1.06099,.84976,-10.01439,1.0574,.70123,-10.01439,1.04991,.55284,-10.01439,1.03847,.40471,-10.01439,1.0226,.257,-10.01439,.99869,.1104,-10.01439,.95844,-.03249,-10.01439,.89436,-.16629,-10.01439,.80597,-.2854,-10.01439,.69792,-.38716,-10.01439,.57503,-.47032,-10.01439,.43884,-.52917,-10.01439,.2955,-.5679,-10.01439,.14842,-.5883,-10.01439,1.04276,1.44003,-9.35407,1.04491,1.29219,-9.35407,1.04686,1.14433,-9.35407,1.04842,.99648,-9.35407,1.04897,.8486,-9.35407,1.04741,.70074,-9.35407,1.04202,.55298,-9.35407,1.03154,.4055,-9.35407,1.01651,.25839,-9.35407,.99259,.11253,-9.35407,.95213,-.02957,-9.35407,.88976,-.16341,-9.35407,.80202,-.2821,-9.35407,.69466,-.38358,-9.35407,.57252,-.46658,-9.35407,.43697,-.5251,-9.35407,.29418,-.56316,-9.35407,.14772,-.58281,-9.35407,1.02387,1.43318,-8.69373,1.02809,1.28622,-8.69373,1.03276,1.13928,-8.69373,1.03705,.99233,-8.69373,1.03819,.84531,-8.69373,1.03632,.6983,-8.69373,1.03325,.55132,-8.69373,1.026,.40448,-8.69373,1.01099,.25826,-8.69373,.98546,.11351,-8.69373,.94449,-.02757,-8.69373,.88145,-.16017,-8.69373,.79665,-.28003,-8.69373,.69174,-.38271,-8.69373,.56975,-.46439,-8.69373,.43498,-.52261,-8.69373,.29266,-.55904,-8.69373,.14685,-.57719,-8.69373,1.00157,1.42149,-8.0334,1.01193,1.27501,-8.0334,1.0206,1.12842,-8.0334,1.02637,.98169,-8.0334,1.02858,.83485,-8.0334,1.02828,.688,-8.0334,1.02525,.54118,-8.0334,1.01845,.3945,-8.0334,1.00446,.24834,-8.0334,.97794,.10397,-8.0334,.93742,-.03712,-8.0334,.88327,-.17351,-8.0334,.80447,-.29692,-8.0334,.69496,-.39415,-8.0334,.56754,-.46678,-8.0334,.43208,-.52341,-8.0334,.29185,-.5665,-8.0334,.14674,-.58815,-8.0334,.96945,1.40753,-7.37306,.9939,1.25633,-7.37306,1.00758,1.10387,-7.37306,1.0153,.95941,-7.37306,1.01955,.81497,-7.37306,1.02075,.67453,-7.37306,1.01863,.52206,-7.37306,1.01154,.37762,-7.37306,.99597,.23319,-7.37306,.96667,.08873,-7.37306,.92418,-.04768,-7.37306,.87016,-.17508,-7.37306,.78578,-.29546,-7.37306,.67449,-.3895,-7.37306,.55583,-.46794,-7.58467,.55032,-.46849,-7.37306,.42671,-.52687,-7.58469,.50992,-.48772,-7.37306,.42418,-.52852,-7.37306};
			return value;
		}
		private double[] getCoordinate_12_83_point_10()
		{
			double[] value = {.32198,-.55927,-7.37306,.2859,-.56953,-7.58472,.2831,-.57095,-7.37306,.14197,-.59322,-7.37306,.94515,1.33127,-6.71272,.97185,1.19327,-6.71272,.99045,1.05394,-6.71272,1.00295,.91392,-6.71272,1.00981,.77351,-6.71272,1.0117,.63295,-6.71272,1.00945,.49239,-6.71272,1.00124,.35207,-6.71272,.98277,.21274,-6.71272,.9527,.07545,-6.71272,.90634,-.05713,-6.71272,.841,-.18144,-6.71272,.75815,-.29485,-6.71272,.65752,-.3927,-6.71272,.54965,-.46869,-7.32498,.54185,-.47105,-6.76497,.54112,-.47128,-6.71272,.50423,-.48868,-6.71272,.28279,-.57094,-7.32094,.27963,-.57073,-6.76502,.14043,-.59164,-6.71272,.27934,-.57071,-6.71272,.31592,-.55998,-6.71272,.90616,1.2601,-6.0524,.91687,1.23042,-6.0524,.95119,1.1003,-6.0524,.9764,.96809,-6.0524,.99207,.83444,-6.0524,.99942,.70004,-6.0524,1.00069,.56546,-6.0524,.99658,.43092,-6.0524,.98595,.29675,-6.0524,.96497,.16385,-6.0524,.92951,.03407,-6.0524,.88097,-.09141,-6.0524,.81844,-.21049,-6.0524,.73695,-.31735,-6.0524,.63589,-.40595,-6.0524,.52124,-.47621,-6.0524,.41412,-.53119,-6.71272,.39755,-.52907,-6.0524,.26784,-.56448,-6.0524,.13446,-.58199,-6.0524,.87109,1.18401,-5.39206,.89595,1.12653,-5.39206,.93437,1.00386,-5.39206,.96059,.87802,-5.39206,.98663,.80684,-5.83577,.96878,.80782,-5.39206,.9937,.67438,-5.83543,.97945,.67261,-5.39206,.98203,.62192,-5.39206,.9837,.49335,-5.39206,.97906,.36487,-5.39206,.96407,.2372,-5.39206,.93826,.11127,-5.39206,.90131,-.01186,-5.39206,.85187,-.13051,-5.39206,.78912,-.24265,-5.39206,.71036,-.34406,-5.39206,.61157,-.42592,-5.39206,.49985,-.48944,-5.39206,.38116,-.53861,-5.39206,.25626,-.5686,-5.39206,.12848,-.58266,-5.39206,.81395,1.12482,-4.73173,.85713,1.02469,-4.73173,.89632,.90877,-4.73173,.93155,.80646,-4.85648,.96066,.80751,-5.27528,.95671,.80737,-5.21845,.9212,.80478,-4.73173,.97015,.7359,-5.27528,.97015,.72888,-5.21845,.97295,.67192,-5.27528,.96977,.67158,-5.21845,.94267,.66873,-4.73173,.95213,.54671,-4.73173,.95436,.42435,-4.73173,.94865,.30211,-4.73173,.93338,.18069,-4.73173,.90704,.06122,-4.73173,.86951,-.05524,-4.73173,.82047,-.16731,-4.73173,.75743,-.27209,-4.73173,.67786,-.36488,-4.73173,.58312,-.44212,-4.73173,.47669,-.50229,-4.73173,.36238,-.54582,-4.73173,.2498,-.57224,-5.05156,.24374,-.57564,-4.73173,.12529,-.58664,-5.05159,.1223,-.59038,-4.73173,.7948,1.10072,-4.53032,.73436,1.06529,-4.0714,.76318,1.01794,-4.0714};
			return value;
		}
		private double[] getCoordinate_12_83_point_11()
		{
			double[] value = {.81279,.91417,-4.0714,.85445,.80696,-4.0714,.9171,.80492,-4.69116,.91075,.80513,-4.62843,.92143,.78404,-4.69116,.91872,.77519,-4.62843,.93953,.67053,-4.69116,.93466,.66855,-4.62843,.89143,.6676,-4.0714,.90616,.58321,-4.0714,.91466,.46851,-4.0714,.91458,.35347,-4.0714,.90707,.23868,-4.0714,.91365,.22418,-4.23648,.9021,.20067,-4.0714,.90248,.13864,-4.23648,.89714,.16264,-4.0714,.89218,.12462,-4.0714,.86871,.01202,-4.0714,.8333,-.09735,-4.0714,.78293,-.20067,-4.0714,.71782,-.29541,-4.0714,.63959,-.37964,-4.0714,.54935,-.45082,-4.0714,.44894,-.5067,-4.0714,.34117,-.54669,-4.0714,.22917,-.57266,-4.0714,.11496,-.58618,-4.0714,.06175,-.59029,-4.37704,.06012,-.58903,-4.18652,.68092,1.04726,-3.71683,.73904,.95326,-3.71683,.78836,.85432,-3.71683,.82979,.75185,-3.71683,.8864,.69649,-4.0714,.85982,.64549,-3.71683,.87729,.53636,-3.71683,.88519,.42607,-3.71683,.88621,.31551,-3.71683,.88043,.20511,-3.71683,.86572,.09555,-3.71683,.84103,-.01218,-3.71683,.80464,-.1165,-3.71683,.75531,-.21538,-3.71683,.692,-.30591,-3.71683,.61523,-.38534,-3.71683,.52795,-.4531,-3.71683,.43156,-.50703,-3.71683,.32805,-.54567,-3.71683,.22032,-.57034,-3.71683,.1105,-.58295,-3.71683,1.28186,1.43553,-21.24005,1.28197,1.53793,-21.90039};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_89_point_1()
		{
			double[] value = {-.01948,-.59799,-12.38541,0.0,-.59813,-12.31162,0.0,-.59825,-12.49042,0.0,-.81145,-12.35135,-.00824,-.81145,-12.38469,0.0,-.81145,-12.44217,-.97548,.75034,-5.39206,-.96878,.80782,-5.39206,-.98663,.80684,-5.83577,-.9937,.67438,-5.83543,-.97945,.67261,-5.39206,-.96066,.80751,-5.27528,-.97015,.7359,-5.27528,-.97295,.67192,-5.27528,-.92479,.78978,-4.73173,-.9212,.80478,-4.73173,-.93155,.80646,-4.85648,-.9171,.80492,-4.69116,-.92143,.78404,-4.69116,-.95671,.80737,-5.21845,-.97015,.72888,-5.21845,-.94267,.66873,-4.73173,-.93953,.67053,-4.69116,-.96977,.67158,-5.21845,-.85445,.80696,-4.0714,-.91075,.80513,-4.62843,-.91872,.77519,-4.62843,-.8864,.69649,-4.0714,-.93466,.66855,-4.62843,-.89143,.6676,-4.0714,-.25626,-.5686,-5.39206,-.12848,-.58266,-5.39206,-.12529,-.58664,-5.05159,-.2498,-.57224,-5.05156,-.28279,-.57094,-7.32094,-.27963,-.57072,-6.76502,-.31592,-.55998,-6.71272,-.32198,-.55927,-7.37306,-.41412,-.53119,-6.71272,-.42418,-.52852,-7.37306,-.50423,-.48868,-6.71272,-.50992,-.48772,-7.37306,-.54185,-.47105,-6.76497,-.54965,-.46869,-7.32498,-.29185,-.5665,-8.0334,-.2859,-.56953,-7.58472,-.42671,-.52687,-7.58469,-.43208,-.52341,-8.0334,-.55583,-.46794,-7.58467,-.56754,-.46678,-8.0334,-1.10336,.50665,-6.30406,-1.0088,.50665,-6.27399,-1.0088,.51238,-6.33415,-1.10336,.51238,-6.33415,-1.10336,.50093,-6.33415,-1.0088,.50093,-6.33415,0.0,-.80508,-6.25655,0.0,-.59215,-6.21681,-.01948,-.59357,-6.2906,-.00824,-.80508,-6.28989,0.0,-.59499,-6.39562,0.0,-.80508,-6.34737,-.03499,-.62775,-4.23944,-.06175,-.59029,-4.37704,0.0,-.59503,-4.73173,-.06012,-.58903,-4.18652,0.0,-.5905,-4.0714,0.0,-.636,-4.24403,-.94054,.20428,-4.23596,-.91365,.22418,-4.23648,-.93338,.18069,-4.73173,-.94054,.1546,-4.23596,-.90248,.13864,-4.23648,-.9021,.20067,-4.0714,-.89714,.16264,-4.0714,-.66545,-.49269,-5.91669,-.66545,-.49269,-6.1553,-.67108,-.48094,-6.1553,-.67108,-.48094,-5.91669,-.6728,-.50343,-5.91669,-.6728,-.50343,-6.1553,-.68579,-.50243,-5.91669,-.68579,-.50243,-6.1553,-.69142,-.49069,-5.91669,-.69142,-.49069,-6.1553,-.68407,-.47994,-5.91669,-.68407,-.47994,-6.1553,-.67816,-.51489,-6.15721,-.65584,-.483,-6.15721,-.67795,-.46753,-6.15721,-.70027,-.49942,-6.15721,-.61461,-.42413,-6.26201,-.63673,-.40865,-6.26201,-.63673,-.40865,-6.44167,-.61461,-.42413,-6.44167,-.70027,-.49942,-6.24403,-.67816,-.51489,-6.24403,-2.319,.90324,-24.80325,-2.32455,1.11861,-24.68071,-3.11249,1.03114,-24.84778};
			return value;
		}
		private double[] getCoordinate_12_89_point_2()
		{
			double[] value = {-3.11249,.90268,-24.92274,-2.33009,1.33395,-24.80481,-3.11249,1.15961,-24.92274,-1.38918,1.11676,-16.24768,-1.397,1.08531,-16.61772,-1.52773,1.08487,-16.61772,-1.51648,1.11571,-16.24371,-2.53217,.35973,-19.91939,-2.41374,.48244,-19.91939,-2.55031,.32271,-20.57971,-2.5995,.2034,-20.57971,-2.59091,.14416,-21.24005,-2.60562,.16792,-20.74976,-2.60231,.02736,-21.24005,-2.54753,-.03299,-21.90039,-2.58516,-.02232,-21.47952,-2.60527,-.11435,-21.24005,-2.57854,-.17014,-21.50082,-2.61055,-.1619,-21.12306,-2.58696,-.26894,-21.24005,-2.60884,-.31824,-20.68095,-2.58801,-.32367,-21.05011,-2.60564,-.35051,-20.57971,-2.57248,-.47588,-20.57971,-2.58751,-.46906,-20.20454,-2.56164,-.55663,-19.91939,-2.52951,-.62472,-20.14005,-2.53516,-.62256,-19.91939,-2.4911,-.69832,-19.91939,-2.63809,-.15295,-20.57971,-2.6403,.00177,-20.57971,-2.65076,.04315,-19.91939,-2.65733,-.12775,-19.91939,-2.40337,-.60521,-26.705,-2.47302,-.65552,-26.66217,-2.50418,-.82005,-26.66241,-2.46925,-.86877,-26.705,-2.44163,-.86365,-27.79558,-2.42042,-.70335,-27.79558,-2.41791,-.70528,-27.84338,-2.43886,-.86488,-27.84338,-2.42158,-.70245,-27.77353,-2.44292,-.86307,-27.77353,-2.4256,-.69939,-27.69739,-2.44734,-.86107,-27.69739,-2.42676,-.69849,-27.67534,-2.44862,-.8605,-27.67534,-2.43002,-.69598,-27.61322,-2.45224,-.85887,-27.61322,-2.43118,-.6951,-27.59119,-2.45352,-.85831,-27.59119,-2.43487,-.69226,-27.52104,-2.4576,-.85648,-27.52104,-2.43603,-.69136,-27.49901,-2.45888,-.8559,-27.49901,-2.4393,-.68886,-27.43689,-2.46248,-.85428,-27.43689,-2.44046,-.68797,-27.41484,-2.46376,-.8537,-27.41484,-2.44447,-.68489,-27.3387,-2.46818,-.85172,-27.3387,-2.44563,-.68401,-27.31665,-2.46947,-.85113,-27.31665,-2.4489,-.68149,-27.25453,-2.47308,-.84952,-27.25453,-2.45006,-.6806,-27.2325,-2.47436,-.84894,-27.2325,-2.45265,-.6786,-27.18326,-2.47722,-.84766,-27.18338,-1.70245,-1.22218,-23.88138,-1.70383,-1.2175,-23.48933,-1.62219,-1.22463,-23.48852,-1.6206,-1.23033,-23.88138,-1.78433,-1.21439,-23.88138,-1.78548,-1.21053,-23.48933,-1.8663,-1.20752,-23.88138,-1.86717,-1.20395,-23.48933,-1.9483,-1.20116,-23.88138,-1.94885,-1.19742,-23.48933,-1.35177,-1.22206,-27.84338,-1.26253,-1.2177,-27.84338,-1.34036,-1.12158,-27.83411,-1.17389,-1.20772,-27.84338,-1.0997,-1.09149,-27.83589,-1.0858,-1.19269,-27.84338,-.92871,-.69661,-32.99042,-1.00708,-.70783,-32.99039,-.99037,-.69366,-33.12604,-.9126,-.68202,-33.12604,-.85083,-.68222,-32.99017,-.83531,-.66707,-33.12604,-.7744,-.66139,-32.99027,-.75967,-.64517,-33.12604,-.69867,-.63821,-32.99027,-.68475,-.62109,-33.12604,-.62373,-.61255,-32.9902,-.61067,-.59439,-33.12604,-.53621,-.57298,-32.98965,-.5229,-.55307,-33.12604,-.09875,-1.09888,-27.18304};
			return value;
		}
		private double[] getCoordinate_12_89_point_3()
		{
			double[] value = {-.2043,-1.08972,-27.39349,-.20419,-1.07787,-27.66627,-.10207,-1.07016,-27.84338,0.0,-1.09888,-27.18304,0.0,-1.07016,-27.84338,-.09363,-1.10169,-25.20204,-.09715,-1.11731,-25.86238,0.0,-1.11731,-25.86238,0.0,-1.10169,-25.20204,-.18726,-1.10169,-25.20204,-.19432,-1.11731,-25.86238,-1.28601,-1.31247,-26.21666,-1.36967,-1.31003,-26.30829,-1.36859,-1.31261,-26.43045,-1.28291,-1.31749,-26.52272,-1.20158,-1.31088,-26.21667,-1.19813,-1.31532,-26.52272,-1.11725,-1.30425,-26.21477,-1.11351,-1.30782,-26.52272,-1.0336,-1.29239,-26.21286,-1.0296,-1.29521,-26.52272,-.9491,-1.27777,-26.30766,-.94746,-1.27869,-26.42538,0.0,-.86966,-32.2709,0.0,-.73344,-32.41847,-.03068,-.73344,-32.41847,-.03068,-.86966,-32.2709,0.0,-.93778,-32.27658,-.03068,-.93778,-32.27658,0.0,-.97183,-32.33901,-.03068,-.97183,-32.33901,0.0,-.96048,-32.46387,-.03068,-.96048,-32.46387,0.0,-.78453,-33.62167,-.03068,-.78453,-33.62167,0.0,-.44966,-34.76811,-.03068,-.44966,-34.76811,0.0,-.35318,-35.39241,-.03068,-.35318,-35.39241,0.0,-.51778,-35.35268,-.03068,-.51778,-35.35268,0.0,-.4156,-35.5343,-.03068,-.4156,-35.5343,0.0,-.31345,-35.56268,-.03068,-.31345,-35.56268,0.0,-.11479,-35.51727,-.03068,-.11479,-35.51727,0.0,-.20561,-35.39809,-.03068,-.20561,-35.39809,0.0,-.35886,-34.62622,-.03068,-.35886,-34.62622,0.0,-.64264,-33.616,-.03068,-.64264,-33.616,-.05369,-.77243,-32.43875,-.05369,-.869,-32.32028,-.05369,-.91728,-32.32466,-.05369,-.93922,-32.37294,-.05369,-.75928,-33.59279,-.05369,-.6671,-33.6279,-.05369,-.42131,-34.74683,-.05369,-.3862,-34.61958,-.05369,-.2282,-35.42258,-.05369,-.30721,-35.43574,-.10771,-.14041,-35.51035,-.10771,-.31598,-35.54984,-.10771,-.40814,-35.52789,-.05369,-.47838,-35.39625,.01949,-.59799,-12.38541,.00824,-.81145,-12.38469,.98663,.80684,-5.83577,.96878,.80782,-5.39206,.97548,.75034,-5.39206,.9937,.67438,-5.83543,.97945,.67261,-5.39206,.96066,.80751,-5.27528,.97015,.7359,-5.27528,.97295,.67192,-5.27528,.93155,.80646,-4.85648,.9212,.80478,-4.73173,.92479,.78978,-4.73173,.9171,.80492,-4.69116,.92143,.78404,-4.69116,.97015,.72888,-5.21845,.95671,.80737,-5.21845,.94267,.66873,-4.73173,.93953,.67053,-4.69116,.96977,.67158,-5.21845,.91872,.77519,-4.62843,.91075,.80513,-4.62843,.85445,.80696,-4.0714,.8864,.69649,-4.0714,.93466,.66855,-4.62843,.89143,.6676,-4.0714,.12529,-.58664,-5.05159,.12848,-.58266,-5.39206,.25626,-.5686,-5.39206,.2498,-.57224,-5.05156,.31592,-.55998,-6.71272,.27963,-.57072,-6.76502,.28279,-.57094,-7.32094};
			return value;
		}
		private double[] getCoordinate_12_89_point_4()
		{
			double[] value = {.32198,-.55927,-7.37306,.41412,-.53119,-6.71272,.42418,-.52852,-7.37306,.50423,-.48868,-6.71272,.50992,-.48772,-7.37306,.54185,-.47105,-6.76497,.54965,-.46869,-7.32498,.42671,-.52687,-7.58469,.2859,-.56953,-7.58472,.29185,-.5665,-8.0334,.43208,-.52341,-8.0334,.55583,-.46794,-7.58467,.56754,-.46678,-8.0334,1.00881,.51238,-6.33415,1.00881,.50665,-6.27399,1.10336,.50665,-6.30406,1.10336,.51238,-6.33415,1.10336,.50093,-6.33415,1.00881,.50093,-6.33415,.01949,-.59357,-6.2906,.00824,-.80508,-6.28989,.06175,-.59029,-4.37704,.03499,-.62775,-4.23944,.06012,-.58903,-4.18652,.93338,.18069,-4.73173,.91365,.22418,-4.23648,.94054,.20428,-4.23596,.94054,.1546,-4.23596,.90248,.13864,-4.23648,.9021,.20067,-4.0714,.89714,.16264,-4.0714,.67108,-.48094,-6.1553,.66545,-.49269,-6.1553,.66545,-.49269,-5.91669,.67108,-.48094,-5.91669,.67281,-.50343,-6.1553,.67281,-.50343,-5.91669,.68579,-.50243,-6.1553,.68579,-.50243,-5.91669,.69142,-.49069,-6.1553,.69142,-.49069,-5.91669,.68407,-.47994,-6.1553,.68407,-.47994,-5.91669,.67795,-.46753,-6.15721,.65584,-.483,-6.15721,.67816,-.51489,-6.15721,.70027,-.49942,-6.15721,.63673,-.40865,-6.26201,.61461,-.42413,-6.26201,.63673,-.40865,-6.44167,.61461,-.42413,-6.44167,.70027,-.49942,-6.24403,.67816,-.51489,-6.24403,3.11249,1.03114,-24.84778,2.32456,1.11861,-24.68071,2.319,.90324,-24.80325,3.11249,.90268,-24.92274,3.11249,1.15961,-24.92274,2.3301,1.33395,-24.80481,1.52773,1.08487,-16.61772,1.397,1.08531,-16.61772,1.38918,1.11676,-16.24768,1.51648,1.11571,-16.24371,2.55031,.32271,-20.57971,2.41374,.48244,-19.91939,2.53217,.35973,-19.91939,2.5995,.2034,-20.57971,2.59091,.14416,-21.24005,2.60562,.16792,-20.74976,2.60231,.02736,-21.24005,2.54753,-.03299,-21.90039,2.58516,-.02232,-21.47952,2.60527,-.11435,-21.24005,2.57854,-.17014,-21.50082,2.61055,-.1619,-21.12306,2.58696,-.26894,-21.24005,2.60884,-.31824,-20.68095,2.58801,-.32367,-21.05011,2.60564,-.35051,-20.57971,2.57248,-.47588,-20.57971,2.58751,-.46906,-20.20454,2.56165,-.55663,-19.91939,2.52951,-.62472,-20.14005,2.53516,-.62256,-19.91939,2.49111,-.69832,-19.91939,2.65076,.04315,-19.91939,2.64031,.00177,-20.57971,2.63809,-.15295,-20.57971,2.65733,-.12775,-19.91939,2.50418,-.82005,-26.66241,2.47302,-.65552,-26.66217,2.40337,-.60521,-26.705,2.46926,-.86877,-26.705,2.41791,-.70528,-27.84338,2.42043,-.70335,-27.79558,2.44164,-.86365,-27.79558,2.43886,-.86488,-27.84338,2.42159,-.70245,-27.77353,2.44292,-.86307,-27.77353,2.4256,-.69939,-27.69739};
			return value;
		}
		private double[] getCoordinate_12_89_point_5()
		{
			double[] value = {2.44734,-.86107,-27.69739,2.42676,-.69849,-27.67534,2.44862,-.8605,-27.67534,2.43002,-.69598,-27.61322,2.45224,-.85887,-27.61322,2.43118,-.6951,-27.59119,2.45352,-.85831,-27.59119,2.43488,-.69226,-27.52104,2.4576,-.85648,-27.52104,2.43604,-.69136,-27.49901,2.45888,-.8559,-27.49901,2.4393,-.68886,-27.43689,2.46248,-.85428,-27.43689,2.44046,-.68797,-27.41484,2.46376,-.8537,-27.41484,2.44448,-.68489,-27.3387,2.46819,-.85172,-27.3387,2.44563,-.68401,-27.31665,2.46947,-.85113,-27.31665,2.4489,-.68149,-27.25453,2.47309,-.84952,-27.25453,2.45006,-.6806,-27.2325,2.47437,-.84894,-27.2325,2.45265,-.6786,-27.18326,2.47722,-.84766,-27.18338,1.62219,-1.22463,-23.48852,1.70383,-1.2175,-23.48933,1.70246,-1.22218,-23.88138,1.62061,-1.23033,-23.88138,1.78548,-1.21053,-23.48933,1.78433,-1.21439,-23.88138,1.86717,-1.20395,-23.48933,1.8663,-1.20752,-23.88138,1.94885,-1.19742,-23.48933,1.9483,-1.20116,-23.88138,1.34036,-1.12158,-27.83411,1.26253,-1.2177,-27.84338,1.35178,-1.22206,-27.84338,1.0997,-1.09149,-27.83589,1.17389,-1.20772,-27.84338,1.0858,-1.19269,-27.84338,.99037,-.69366,-33.12604,1.00708,-.70783,-32.99039,.92871,-.69661,-32.99042,.9126,-.68202,-33.12604,.85083,-.68222,-32.99017,.83531,-.66707,-33.12604,.7744,-.66139,-32.99027,.75968,-.64517,-33.12604,.69867,-.63821,-32.99027,.68476,-.62109,-33.12604,.62374,-.61255,-32.9902,.61067,-.59439,-33.12604,.53621,-.57298,-32.98965,.5229,-.55307,-33.12604,.20419,-1.07787,-27.66627,.2043,-1.08972,-27.39349,.09876,-1.09888,-27.18304,.10207,-1.07016,-27.84338,.09715,-1.11731,-25.86238,.09363,-1.10169,-25.20204,.19432,-1.11731,-25.86238,.18726,-1.10169,-25.20204,1.36859,-1.31261,-26.43045,1.36968,-1.31003,-26.30829,1.28601,-1.31247,-26.21666,1.28291,-1.31749,-26.52272,1.20158,-1.31088,-26.21667,1.19814,-1.31532,-26.52272,1.11725,-1.30425,-26.21477,1.11351,-1.30782,-26.52272,1.0336,-1.29239,-26.21286,1.0296,-1.29521,-26.52272,.9491,-1.27777,-26.30766,.94747,-1.27869,-26.42538,.03069,-.73344,-32.41847,.03069,-.86966,-32.2709,.03069,-.93778,-32.27658,.03069,-.97183,-32.33901,.03069,-.96048,-32.46387,.03069,-.78453,-33.62167,.03069,-.44966,-34.76811,.03069,-.35318,-35.39241,.03069,-.51778,-35.35268,.03069,-.4156,-35.5343,.03069,-.31345,-35.56268,.03069,-.11479,-35.51727,.03069,-.20561,-35.39809,.03069,-.35886,-34.62622,.03069,-.64264,-33.616,.0537,-.77243,-32.43875,.0537,-.869,-32.32028,.0537,-.91728,-32.32466,.0537,-.93922,-32.37294,.0537,-.75928,-33.59279,.0537,-.6671,-33.6279,.0537,-.42131,-34.74683,.0537,-.3862,-34.61958,.0537,-.2282,-35.42258,.0537,-.30721,-35.43574};
			return value;
		}
		private double[] getCoordinate_12_89_point_6()
		{
			double[] value = {.10771,-.14041,-35.51035,.10771,-.31598,-35.54984,.10771,-.40814,-35.52789,.0537,-.47838,-35.39625};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_11_95_coordIndex_1()
		{
			int[] value = {0,1,2,-1,2,3,0,-1,4,3,2,-1,4,5,3,-1,6,5,4,-1,6,7,5,-1,8,7,6,-1,9,8,6,-1,9,10,8,-1,8,10,11,-1,11,12,8,-1,13,14,15,-1,15,16,13,-1,13,16,17,-1,16,18,17,-1,17,18,19,-1,18,20,19,-1,19,20,21,-1,20,22,21,-1,21,22,23,-1,22,24,23,-1,23,24,25,-1,24,26,25,-1,27,28,29,-1,29,30,27,-1,31,30,29,-1,31,32,30,-1,33,32,31,-1,33,34,32,-1,35,34,33,-1,35,36,34,-1,37,36,35,-1,37,38,36,-1,39,38,37,-1,39,40,38,-1,25,26,41,-1,26,42,41,-1,41,42,43,-1,42,44,43,-1,43,44,45,-1,44,46,45,-1,45,46,39,-1,46,40,39,-1,47,48,49,-1,49,50,47,-1,47,50,51,-1,50,52,51,-1,51,52,53,-1,52,54,53,-1,53,54,55,-1,53,55,56,-1,55,57,56,-1,58,57,55,-1,55,59,58,-1,60,61,62,-1,62,63,60,-1,64,63,62,-1,64,65,63,-1,66,65,64,-1,66,67,65,-1,68,67,66,-1,68,69,67,-1,70,69,68,-1,70,71,69,-1,72,71,70,-1,72,73,71,-1,74,75,76,-1,76,77,74,-1,74,77,78,-1,77,79,78,-1,78,79,80,-1,79,81,80,-1,80,81,82,-1,81,83,82,-1,82,83,84,-1,83,85,84,-1,84,85,86,-1,85,87,86,-1,88,73,72,-1,88,89,73,-1,90,89,88,-1,90,91,89,-1,92,91,90,-1,92,93,91,-1,86,93,92,-1,86,87,93,-1};
			return value;
		}



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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_101_point_1()
		{
			double[] value = {-1.51736,.8636,-17.53166,-1.51738,1.01434,-17.53166,-1.52014,.98055,-17.93839,-1.5191,.83337,-17.93839,-1.51414,.71374,-17.53166,-1.51454,.68629,-17.93839,-1.50622,.56407,-17.53166,-1.50528,.53943,-17.93839,-1.49155,.41492,-17.53166,-1.48878,.39322,-17.93839,-1.46672,.26714,-17.53166,-1.46289,.24838,-17.93839,-1.43217,.12131,-17.53166,-1.42773,.10551,-17.93839,-1.38605,-.02126,-17.53166,-1.38106,-.03398,-17.93839,-1.32616,-.15862,-17.53166,-1.32118,-.16834,-17.93839,-1.25304,-.28937,-17.53166,-1.24866,-.29631,-17.93839,-1.16643,-.41161,-17.53166,-1.16307,-.41591,-17.93839,-1.06827,-.5248,-17.53166,-1.06639,-.52678,-17.93839,-.96207,-.63052,-17.53166,-.96207,-.63052,-17.93839,-.96049,-.64447,-17.53725,-.96049,-.64447,-17.93839,-.97073,-.65384,-17.54916,-.97073,-.65384,-17.93839,-.98541,-.65091,-17.55859,-.98541,-.65091,-17.93839,-1.51936,1.1653,-18.59888,-1.51732,.95537,-18.59888,-1.51552,.80388,-18.59888,-1.51262,.66313,-18.59888,-1.5056,.52621,-18.59888,-1.48727,.38089,-18.59888,-1.45949,.22781,-18.46181,-1.41989,.07898,-18.47833,-1.5193,1.4012,-19.25905,-1.5193,.88921,-19.25905,-1.51135,.7836,-19.08075,-1.51494,.67273,-18.91505,-1.50488,.52454,-18.74554,-1.5193,1.47682,-19.91939,-1.5193,1.15395,-19.91939,-1.51918,1.47551,-20.57971,-1.51918,1.37173,-20.57971,-1.51913,1.48906,-21.24005,-1.51913,1.43553,-21.24005,-1.52077,1.51617,-21.90039,-1.35904,-.0815,-18.59872,-1.29048,-.21895,-18.59872,-1.20538,-.36792,-18.59872,-1.1154,-.47939,-18.59872,-1.03149,-.56618,-18.59872,-.96291,-.63461,-18.59888,-.96379,-.68794,-18.59888,-.98894,-.71079,-18.59888,-1.0388,-.70575,-18.59888,-1.2839,-.2339,-18.84506,-1.17084,-.40883,-19.25905,-1.09187,-.50365,-19.25905,-1.02074,-.58173,-19.25905,-.9621,-.64188,-19.25905,-.95654,-.73105,-19.25905,-1.09148,-.50551,-19.44309,-.95743,-.66595,-19.91939,-.95781,-.78516,-19.91939,-.92825,-.78667,-20.57971,-.9478,-.85313,-20.57971,-1.01483,-.77176,-19.25905,-1.0984,-.77212,-19.25905,-1.02231,-.83456,-19.91939,-1.11925,-.84297,-19.91939,-1.02206,-.91179,-20.57971,-1.09091,-.92915,-20.57971,1.52014,.98055,-17.93839,1.51738,1.01434,-17.53166,1.51737,.8636,-17.53166,1.5191,.83337,-17.93839,1.51415,.71374,-17.53166,1.51454,.68629,-17.93839,1.50623,.56407,-17.53166,1.50528,.53943,-17.93839,1.49155,.41492,-17.53166,1.48879,.39322,-17.93839,1.46672,.26714,-17.53166,1.46289,.24838,-17.93839,1.43218,.12131,-17.53166,1.42774,.10551,-17.93839,1.38605,-.02126,-17.53166,1.38106,-.03398,-17.93839,1.32616,-.15862,-17.53166,1.32118,-.16834,-17.93839,1.25304,-.28937,-17.53166,1.24866,-.29631,-17.93839,1.16643,-.41161,-17.53166,1.16307,-.41591,-17.93839};
			return value;
		}
		private double[] getCoordinate_12_101_point_2()
		{
			double[] value = {1.06827,-.5248,-17.53166,1.06639,-.52678,-17.93839,.96207,-.63052,-17.53166,.96207,-.63052,-17.93839,.9605,-.64447,-17.53725,.9605,-.64447,-17.93839,.97073,-.65384,-17.54916,.97073,-.65384,-17.93839,.98541,-.65091,-17.55859,.98541,-.65091,-17.93839,1.51732,.95537,-18.59888,1.51936,1.1653,-18.59888,1.51552,.80388,-18.59888,1.51262,.66313,-18.59888,1.5056,.52621,-18.59888,1.48727,.38089,-18.59888,1.45949,.22781,-18.46181,1.41989,.07898,-18.47833,1.5193,1.4012,-19.25905,1.5193,.88921,-19.25905,1.51135,.7836,-19.08075,1.51494,.67273,-18.91505,1.50488,.52454,-18.74554,1.5193,1.47682,-19.91939,1.5193,1.15395,-19.91939,1.51918,1.47551,-20.57971,1.51918,1.37173,-20.57971,1.51913,1.48906,-21.24005,1.51913,1.43553,-21.24005,1.52077,1.51617,-21.90039,1.35904,-.0815,-18.59872,1.29048,-.21895,-18.59872,1.20538,-.36792,-18.59872,1.1154,-.47939,-18.59872,1.0315,-.56618,-18.59872,.96291,-.63461,-18.59888,.96379,-.68794,-18.59888,.98894,-.71079,-18.59888,1.0388,-.70575,-18.59888,1.28391,-.2339,-18.84506,1.17084,-.40883,-19.25905,1.09187,-.50365,-19.25905,1.02074,-.58173,-19.25905,.9621,-.64188,-19.25905,.95654,-.73105,-19.25905,1.09148,-.50551,-19.44309,.95743,-.66595,-19.91939,.95781,-.78516,-19.91939,.92825,-.78667,-20.57971,.9478,-.85313,-20.57971,1.01483,-.77176,-19.25905,1.09841,-.77212,-19.25905,1.02231,-.83456,-19.91939,1.11925,-.84297,-19.91939,1.02207,-.91179,-20.57971,1.09091,-.92915,-20.57971};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_107_point_1()
		{
			double[] value = {-1.79176,.88196,-19.58922,-1.93147,.86864,-19.91939,-1.93147,.6355,-19.91939,-1.79176,.72678,-19.58922,-1.79176,.61017,-19.58922,-1.69061,.89526,-19.25905,-1.68944,.74249,-19.25905,-1.68445,.58981,-19.25905,-1.94432,.61829,-19.58922,-1.78571,.58214,-19.46187,-1.94577,.59282,-19.52126,-1.62816,.92912,-18.59872,-1.62686,.77889,-18.59872,-1.62149,.62874,-18.59872,-1.55711,.98048,-17.93839,-1.55389,.83145,-17.93839,-1.54729,.68253,-17.93839,-1.55434,1.01346,-17.55859,-1.55231,.86166,-17.55859,-1.54709,.70996,-17.55859,-1.51738,1.01434,-17.53166,-1.51736,.8636,-17.53166,-1.51414,.71374,-17.53166,-1.79466,.54065,-19.46187,-1.67444,.43738,-19.25905,-1.79959,.52385,-19.58936,-1.70068,.43932,-19.58936,-1.93967,.56952,-19.52451,-1.92229,.55362,-19.58936,-2.10121,.6143,-19.91939,-2.0979,.60344,-19.58922,-2.09326,.58518,-19.52287,-2.08862,.56299,-19.52287,-2.08313,.53874,-19.58936,-2.26527,.5668,-19.91939,-2.259,.5524,-19.58922,-2.25044,.53389,-19.52287,-2.23694,.51015,-19.52287,-2.21916,.48331,-19.58936,-2.41374,.48244,-19.91939,-2.39955,.46797,-19.58922,-2.38135,.45097,-19.52287,-2.35657,.42729,-19.52287,-2.32779,.39995,-19.58936,-1.64459,.3105,-19.58936,-1.6389,.30722,-19.25905,-1.61743,.15596,-19.58936,-1.61235,.16258,-19.25905,-1.5746,.00807,-19.58936,-1.56752,.01367,-19.25905,-1.52513,-.13974,-19.58936,-1.52139,-.13478,-19.25905,-1.45979,-.2729,-19.58936,-1.45666,-.26337,-19.25905,-2.53217,.35973,-19.91939,-2.50818,.34357,-19.58922,-2.48584,.32999,-19.52287,-2.45549,.31165,-19.52287,-2.4202,.29134,-19.58936,-2.61354,.20979,-19.91939,-2.58423,.20015,-19.58922,-2.55725,.18744,-19.52287,-2.52336,.17455,-19.52287,-2.48556,.16327,-19.58936,-2.65076,.04315,-19.91939,-2.62126,.04057,-19.58922,-2.59476,.03514,-19.52287,-2.55844,.02919,-19.52287,-2.51488,.02383,-19.58936,-2.65733,-.12775,-19.91939,-2.62694,-.12671,-19.58922,-2.60089,-.12524,-19.52287,-2.56453,-.12245,-19.52287,-2.51892,-.11977,-19.58936,-2.64014,-.29788,-19.91939,-2.61023,-.2924,-19.58922,-2.58002,-.28552,-19.52287,-2.54274,-.27974,-19.52287,-2.49991,-.27005,-19.58936,-2.59894,-.46387,-19.91939,-2.5697,-.45242,-19.58922,-2.53857,-.44023,-19.52287,-2.50157,-.42546,-19.52287,-2.4579,-.40739,-19.58936,-1.61079,.4789,-18.59872,-1.59177,.32989,-18.59872,-1.56279,.18251,-18.59872,-1.52515,.03708,-18.59872,-1.47618,-.10492,-18.59872,-1.4147,-.24196,-18.59872,-1.38229,-.40839,-19.58936,-1.37538,-.40163,-19.25905,-1.30147,-.55039,-19.58936,-1.30774,-.5498,-19.25905,-1.29535,-.69299,-19.58936,-1.20618,-.66388,-19.25905,-1.34018,-.3723,-18.59872,-1.25023,-.49257,-18.59872,-1.1481,-.60271,-18.59872,-1.0984,-.77212,-19.25905};
			return value;
		}
		private double[] getCoordinate_12_107_point_2()
		{
			double[] value = {-1.0388,-.70575,-18.59888,-1.53625,.53387,-17.93839,-1.51823,.38593,-17.93839,-1.49159,.23927,-17.93839,-1.457,.0943,-17.93839,-1.41095,-.04742,-17.93839,-1.35121,-.18395,-17.93839,-1.27727,-.31326,-17.93839,-1.18893,-.43327,-17.93839,-1.09019,-.54489,-17.93839,-.98541,-.65091,-17.93839,-1.53741,.55847,-17.55859,-1.5211,.40758,-17.55859,-1.49542,.258,-17.55859,-1.46115,.11014,-17.55859,-1.41562,-.03461,-17.55859,-1.35599,-.17412,-17.55859,-1.28191,-.30652,-17.55859,-1.19247,-.42911,-17.55859,-1.09206,-.54289,-17.55859,-.98541,-.65091,-17.55859,-1.50622,.56407,-17.53166,-1.49155,.41492,-17.53166,-1.46672,.26714,-17.53166,-1.43217,.12131,-17.53166,-1.38605,-.02126,-17.53166,-1.32616,-.15862,-17.53166,-1.25304,-.28937,-17.53166,-1.16643,-.41161,-17.53166,-1.06827,-.5248,-17.53166,-.96207,-.63052,-17.53166,-.96049,-.64447,-17.53725,-.97073,-.65384,-17.54916,-1.26625,-.78601,-19.46187,-1.22121,-.83105,-19.46187,-1.10882,-.80754,-19.58922,-1.37344,-.79541,-19.58936,-1.33452,-.84695,-19.52287,-1.29991,-.89307,-19.52287,-1.26024,-.94089,-19.58922,-1.11925,-.84297,-19.91939,-1.24022,-.96361,-19.91939,-1.47491,-.85156,-19.58936,-1.44824,-.9133,-19.52287,-1.4247,-.9687,-19.52287,-1.4024,-1.01888,-19.58922,-1.38333,-1.05684,-19.91939,-1.58816,-.88861,-19.58936,-1.57553,-.94748,-19.52287,-1.56621,-1.01068,-19.52287,-1.55447,-1.06235,-19.58922,-1.54492,-1.11154,-19.91939,-1.71933,-.90648,-19.58936,-1.71654,-.96526,-19.52287,-1.71789,-1.02629,-19.52287,-1.71652,-1.07871,-19.58922,-1.71501,-1.12871,-19.91939,-1.85318,-.90315,-19.58936,-1.86301,-.96527,-19.52287,-1.86993,-1.02216,-19.52287,-1.87823,-1.07182,-19.58922,-1.88576,-1.1196,-19.91939,-1.97856,-.88045,-19.58936,-1.99765,-.93807,-19.52287,-2.017,-.99071,-19.52287,-2.03586,-1.04034,-19.58922,-2.0524,-1.08185,-19.91939,-2.08968,-.8372,-19.58936,-2.12182,-.88626,-19.52287,-2.15215,-.93144,-19.52287,-2.18303,-.97386,-19.58922,-2.2066,-1.00858,-19.91939,-2.20325,-.75827,-19.58936,-2.244,-.80055,-19.52287,-2.28003,-.83798,-19.52287,-2.31091,-.87164,-19.58922,-2.33984,-.9017,-19.91939,-2.43201,-.57063,-19.52287,-2.38832,-.5451,-19.58936,-2.47095,-.59074,-19.52287,-2.50587,-.60762,-19.58922,-2.53516,-.62256,-19.91939,-2.34315,-.69548,-19.52287,-2.29866,-.66458,-19.58936,-2.38168,-.72595,-19.52287,-2.41846,-.74853,-19.58922,-2.4492,-.77037,-19.91939,1.93147,.6355,-19.91939,1.93147,.86864,-19.91939,1.79176,.88196,-19.58922,1.79176,.72678,-19.58922,1.79176,.61017,-19.58922,1.69061,.89526,-19.25905,1.68944,.74249,-19.25905,1.68445,.58981,-19.25905,1.94432,.61829,-19.58922,1.78571,.58214,-19.46187,1.94577,.59282,-19.52126,1.62816,.92912,-18.59872,1.62686,.77889,-18.59872};
			return value;
		}
		private double[] getCoordinate_12_107_point_3()
		{
			double[] value = {1.62149,.62874,-18.59872,1.55711,.98048,-17.93839,1.5539,.83145,-17.93839,1.54729,.68253,-17.93839,1.55434,1.01346,-17.55859,1.55231,.86166,-17.55859,1.54709,.70996,-17.55859,1.51738,1.01434,-17.53166,1.51737,.8636,-17.53166,1.51415,.71374,-17.53166,1.79466,.54065,-19.46187,1.67444,.43738,-19.25905,1.70068,.43932,-19.58936,1.79959,.52385,-19.58936,1.92229,.55362,-19.58936,1.93967,.56952,-19.52451,2.10121,.6143,-19.91939,2.0979,.60344,-19.58922,2.09326,.58518,-19.52287,2.08862,.56299,-19.52287,2.08313,.53874,-19.58936,2.26527,.5668,-19.91939,2.259,.5524,-19.58922,2.25044,.53389,-19.52287,2.23694,.51015,-19.52287,2.21916,.48331,-19.58936,2.41374,.48244,-19.91939,2.39955,.46797,-19.58922,2.38135,.45097,-19.52287,2.35657,.42729,-19.52287,2.32779,.39995,-19.58936,1.64459,.3105,-19.58936,1.6389,.30722,-19.25905,1.61743,.15596,-19.58936,1.61235,.16258,-19.25905,1.5746,.00807,-19.58936,1.56752,.01367,-19.25905,1.52513,-.13974,-19.58936,1.52139,-.13478,-19.25905,1.45979,-.2729,-19.58936,1.45667,-.26337,-19.25905,2.53217,.35973,-19.91939,2.50818,.34357,-19.58922,2.48584,.32999,-19.52287,2.45549,.31165,-19.52287,2.4202,.29134,-19.58936,2.61354,.20979,-19.91939,2.58423,.20015,-19.58922,2.55725,.18744,-19.52287,2.52336,.17455,-19.52287,2.48557,.16327,-19.58936,2.65076,.04315,-19.91939,2.62126,.04057,-19.58922,2.59476,.03514,-19.52287,2.55844,.02919,-19.52287,2.51488,.02383,-19.58936,2.65733,-.12775,-19.91939,2.62694,-.12671,-19.58922,2.60089,-.12524,-19.52287,2.56453,-.12245,-19.52287,2.51892,-.11977,-19.58936,2.64014,-.29788,-19.91939,2.61023,-.2924,-19.58922,2.58002,-.28552,-19.52287,2.54274,-.27974,-19.52287,2.49991,-.27005,-19.58936,2.59894,-.46387,-19.91939,2.5697,-.45242,-19.58922,2.53857,-.44023,-19.52287,2.50157,-.42546,-19.52287,2.4579,-.40739,-19.58936,1.6108,.4789,-18.59872,1.59177,.32989,-18.59872,1.56279,.18251,-18.59872,1.52515,.03708,-18.59872,1.47618,-.10492,-18.59872,1.4147,-.24196,-18.59872,1.3823,-.40839,-19.58936,1.37538,-.40163,-19.25905,1.30147,-.55039,-19.58936,1.30774,-.5498,-19.25905,1.29535,-.69299,-19.58936,1.20618,-.66388,-19.25905,1.34018,-.3723,-18.59872,1.25023,-.49257,-18.59872,1.1481,-.60271,-18.59872,1.09841,-.77212,-19.25905,1.0388,-.70575,-18.59888,1.53626,.53387,-17.93839,1.51824,.38593,-17.93839,1.49159,.23927,-17.93839,1.457,.0943,-17.93839,1.41095,-.04742,-17.93839,1.35121,-.18395,-17.93839,1.27727,-.31326,-17.93839,1.18894,-.43327,-17.93839,1.0902,-.54489,-17.93839,.98541,-.65091,-17.93839,1.53742,.55847,-17.55859,1.5211,.40758,-17.55859};
			return value;
		}
		private double[] getCoordinate_12_107_point_4()
		{
			double[] value = {1.49542,.258,-17.55859,1.46115,.11014,-17.55859,1.41562,-.03461,-17.55859,1.35599,-.17412,-17.55859,1.28191,-.30652,-17.55859,1.19248,-.42911,-17.55859,1.09206,-.54289,-17.55859,.98541,-.65091,-17.55859,1.50623,.56407,-17.53166,1.49155,.41492,-17.53166,1.46672,.26714,-17.53166,1.43218,.12131,-17.53166,1.38605,-.02126,-17.53166,1.32616,-.15862,-17.53166,1.25304,-.28937,-17.53166,1.16643,-.41161,-17.53166,1.06827,-.5248,-17.53166,.96207,-.63052,-17.53166,.9605,-.64447,-17.53725,.97073,-.65384,-17.54916,1.26625,-.78601,-19.46187,1.22121,-.83105,-19.46187,1.10883,-.80754,-19.58922,1.37344,-.79541,-19.58936,1.33452,-.84695,-19.52287,1.29991,-.89307,-19.52287,1.26024,-.94089,-19.58922,1.11925,-.84297,-19.91939,1.24022,-.96361,-19.91939,1.47492,-.85156,-19.58936,1.44824,-.9133,-19.52287,1.4247,-.9687,-19.52287,1.40241,-1.01888,-19.58922,1.38333,-1.05684,-19.91939,1.58817,-.88861,-19.58936,1.57553,-.94748,-19.52287,1.56621,-1.01068,-19.52287,1.55448,-1.06235,-19.58922,1.54492,-1.11154,-19.91939,1.71933,-.90648,-19.58936,1.71654,-.96526,-19.52287,1.7179,-1.02629,-19.52287,1.71652,-1.07871,-19.58922,1.71501,-1.12871,-19.91939,1.85318,-.90315,-19.58936,1.86301,-.96527,-19.52287,1.86993,-1.02216,-19.52287,1.87824,-1.07182,-19.58922,1.88576,-1.1196,-19.91939,1.97856,-.88045,-19.58936,1.99765,-.93807,-19.52287,2.017,-.99071,-19.52287,2.03586,-1.04034,-19.58922,2.0524,-1.08185,-19.91939,2.08968,-.8372,-19.58936,2.12183,-.88626,-19.52287,2.15215,-.93144,-19.52287,2.18303,-.97386,-19.58922,2.20661,-1.00858,-19.91939,2.20325,-.75827,-19.58936,2.244,-.80055,-19.52287,2.28003,-.83798,-19.52287,2.31091,-.87164,-19.58922,2.33985,-.9017,-19.91939,2.38832,-.5451,-19.58936,2.43201,-.57063,-19.52287,2.47095,-.59074,-19.52287,2.50588,-.60762,-19.58922,2.53516,-.62256,-19.91939,2.29866,-.66458,-19.58936,2.34316,-.69548,-19.52287,2.38168,-.72595,-19.52287,2.41846,-.74853,-19.58922,2.4492,-.77037,-19.91939};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_113_point_1()
		{
			double[] value = {-1.76462,.54533,-19.91939,-1.79959,.52385,-19.58936,-1.70068,.43932,-19.58936,-1.65141,.46938,-19.91939,-1.65779,.59103,-20.57971,-1.52702,.51639,-20.57971,-1.52428,.6736,-21.24005,-1.39873,.5788,-21.24005,-1.39107,.76109,-21.90039,-1.26132,.67003,-21.90039,-1.27107,.855,-22.56071,-1.1407,.76039,-22.56071,-1.15575,.94165,-23.22105,-1.02354,.84741,-23.22105,-1.09973,1.01038,-23.88138,-.95698,.9245,-23.88138,-1.06819,1.06075,-24.54172,-.92317,.97368,-24.54172,-1.0432,1.08086,-25.20204,-.89973,.99512,-25.20204,-1.00731,1.09973,-25.86238,-.86711,1.01393,-25.86238,-1.00625,1.06422,-26.52272,-.87355,.96826,-26.52272,-1.04251,.98758,-27.10259,-.89642,.90665,-27.10259,-1.64459,.3105,-19.58936,-1.60698,.32353,-19.91939,-1.45123,.38496,-20.57971,-1.30968,.44948,-21.24005,-1.17049,.54083,-21.90039,-1.03575,.63908,-22.56071,-.92261,.72063,-23.22105,-.85055,.79536,-23.88138,-.80463,.85417,-24.54172,-.78497,.87457,-25.20204,-.75754,.89043,-25.86238,-.75963,.85113,-26.52272,-.77319,.7952,-27.10259,-1.61743,.15596,-19.58936,-1.57262,.16824,-19.91939,-1.40402,.23944,-20.57971,-1.25041,.30315,-21.24005,-1.10625,.39519,-21.90039,-.96052,.49629,-22.56071,-.84286,.57826,-23.22105,-.76788,.64914,-23.88138,-.7142,.71114,-24.54172,-.68941,.7379,-25.20204,-.66466,.7543,-25.86238,-.66573,.71661,-26.52272,-.67592,.65953,-27.10259,-1.5746,.00807,-19.58936,-1.52827,.02464,-19.91939,-1.35765,.09328,-20.57971,-1.20268,.15222,-21.24005,-1.05672,.24377,-21.90039,-.90448,.34496,-22.56071,-.77872,.42865,-23.22105,-.69771,.49673,-23.88138,-.64308,.55768,-24.54172,-.61726,.58734,-25.20204,-.59515,.6042,-25.86238,-.59271,.57019,-26.52272,-.59474,.51424,-27.10259,-1.52513,-.13974,-19.58936,-1.47871,-.12312,-19.91939,-1.30444,-.05052,-20.57971,-1.15172,.00238,-21.24005,-1.00571,.0928,-21.90039,-.8596,.18984,-22.56071,-.74173,.26996,-23.22105,-.65399,.33492,-23.88138,-.60214,.3938,-24.54172,-.5695,.42757,-25.20204,-.54907,.44578,-25.86238,-.55444,.41092,-26.52272,-.55145,.35342,-27.10259,-1.45979,-.2729,-19.58936,-1.41411,-.25766,-19.91939,-1.24525,-.19199,-20.57971,-1.09608,-.1458,-21.24005,-.96112,-.06003,-21.90039,-.83513,.03066,-22.56071,-.73091,.1075,-23.22105,-.64822,.16766,-23.88138,-.60229,.2252,-24.54172,-.57142,.26158,-25.20204,-.54484,.28058,-25.86238,-.55342,.24759,-26.52272,-.54797,.18695,-27.10259,-1.38229,-.40839,-19.58936,-1.35075,-.3936,-19.91939,-1.30147,-.55039,-19.58936,-1.28804,-.54817,-19.91939,-1.29535,-.69299,-19.58936,-1.27878,-.66956,-19.91939,-1.18809,-.33409,-20.57971,-1.06123,-.29913,-21.24005,-.96092,-.21707,-21.90039};
			return value;
		}
		private double[] getCoordinate_12_113_point_2()
		{
			double[] value = {-.85339,-.12878,-22.56071,-.7698,-.05029,-23.22105,-.6987,.00969,-23.88138,-.64908,.06348,-24.54172,-.6261,.10477,-25.20204,-.59445,.12477,-25.86238,-.58952,.08826,-26.52272,-.58682,.02487,-27.10259,-1.17169,-.4846,-20.57971,-1.25029,-.61276,-20.57971,-1.11267,-.44598,-21.24005,-1.03137,-.35722,-21.90039,-.94057,-.26408,-22.56071,-.86827,-.17694,-23.22105,-.81201,-.11171,-23.88138,-.75575,-.0656,-24.54172,-.72043,-.03156,-25.20204,-.69081,-.00865,-25.86238,-.67248,-.05216,-26.52272,-.66121,-.12372,-27.10259,-1.20958,-.55187,-21.24005,-1.14726,-.46635,-21.90039,-1.0657,-.36565,-22.56071,-1.00757,-.26205,-23.22105,-.95952,-.19196,-23.88138,-.90619,-.14238,-24.54172,-.85933,-.12181,-25.20204,-.81445,-.11768,-25.86238,-.79388,-.16086,-26.52272,-.77469,-.24463,-27.10259,1.70069,.43932,-19.58936,1.79959,.52385,-19.58936,1.76462,.54533,-19.91939,1.65141,.46938,-19.91939,1.65779,.59103,-20.57971,1.52702,.51639,-20.57971,1.52428,.6736,-21.24005,1.39873,.5788,-21.24005,1.39107,.76109,-21.90039,1.26132,.67003,-21.90039,1.27107,.855,-22.56071,1.1407,.76039,-22.56071,1.15575,.94165,-23.22105,1.02354,.84741,-23.22105,1.09973,1.01038,-23.88138,.95699,.9245,-23.88138,1.06819,1.06075,-24.54172,.92317,.97368,-24.54172,1.0432,1.08086,-25.20204,.89974,.99512,-25.20204,1.00731,1.09973,-25.86238,.86711,1.01393,-25.86238,1.00626,1.06422,-26.52272,.87355,.96826,-26.52272,1.04251,.98758,-27.10259,.89642,.90665,-27.10259,1.64459,.3105,-19.58936,1.60698,.32353,-19.91939,1.45123,.38496,-20.57971,1.30968,.44948,-21.24005,1.17049,.54083,-21.90039,1.03575,.63908,-22.56071,.92261,.72063,-23.22105,.85056,.79536,-23.88138,.80463,.85417,-24.54172,.78497,.87457,-25.20204,.75754,.89043,-25.86238,.75963,.85113,-26.52272,.77319,.7952,-27.10259,1.61743,.15596,-19.58936,1.57262,.16824,-19.91939,1.40402,.23944,-20.57971,1.25041,.30315,-21.24005,1.10625,.39519,-21.90039,.96053,.49629,-22.56071,.84287,.57826,-23.22105,.76788,.64914,-23.88138,.7142,.71114,-24.54172,.68941,.7379,-25.20204,.66466,.7543,-25.86238,.66573,.71661,-26.52272,.67592,.65953,-27.10259,1.5746,.00807,-19.58936,1.52828,.02464,-19.91939,1.35765,.09328,-20.57971,1.20268,.15222,-21.24005,1.05672,.24377,-21.90039,.90448,.34496,-22.56071,.77872,.42865,-23.22105,.69771,.49673,-23.88138,.64308,.55768,-24.54172,.61726,.58734,-25.20204,.59515,.6042,-25.86238,.59271,.57019,-26.52272,.59474,.51424,-27.10259,1.52513,-.13974,-19.58936,1.47872,-.12312,-19.91939,1.30444,-.05052,-20.57971,1.15172,.00238,-21.24005,1.00571,.0928,-21.90039};
			return value;
		}
		private double[] getCoordinate_12_113_point_3()
		{
			double[] value = {.8596,.18984,-22.56071,.74173,.26996,-23.22105,.65399,.33492,-23.88138,.60214,.3938,-24.54172,.56951,.42757,-25.20204,.54907,.44578,-25.86238,.55444,.41092,-26.52272,.55145,.35342,-27.10259,1.45979,-.2729,-19.58936,1.41411,-.25766,-19.91939,1.24526,-.19199,-20.57971,1.09609,-.1458,-21.24005,.96112,-.06003,-21.90039,.83513,.03066,-22.56071,.73091,.1075,-23.22105,.64823,.16766,-23.88138,.6023,.2252,-24.54172,.57143,.26158,-25.20204,.54485,.28058,-25.86238,.55342,.24759,-26.52272,.54797,.18695,-27.10259,1.3823,-.40839,-19.58936,1.35075,-.3936,-19.91939,1.30147,-.55039,-19.58936,1.28804,-.54817,-19.91939,1.29535,-.69299,-19.58936,1.27878,-.66956,-19.91939,1.1881,-.33409,-20.57971,1.06123,-.29913,-21.24005,.96092,-.21707,-21.90039,.8534,-.12878,-22.56071,.76981,-.05029,-23.22105,.6987,.00969,-23.88138,.64908,.06348,-24.54172,.6261,.10477,-25.20204,.59445,.12477,-25.86238,.58952,.08826,-26.52272,.58682,.02487,-27.10259,1.17169,-.4846,-20.57971,1.25029,-.61276,-20.57971,1.11267,-.44598,-21.24005,1.03137,-.35722,-21.90039,.94057,-.26408,-22.56071,.86827,-.17694,-23.22105,.81201,-.11171,-23.88138,.75575,-.0656,-24.54172,.72043,-.03156,-25.20204,.69081,-.00865,-25.86238,.67249,-.05216,-26.52272,.66121,-.12372,-27.10259,1.20958,-.55187,-21.24005,1.14726,-.46635,-21.90039,1.0657,-.36565,-22.56071,1.00757,-.26205,-23.22105,.95952,-.19196,-23.88138,.90619,-.14238,-24.54172,.85933,-.12181,-25.20204,.81445,-.11768,-25.86238,.79388,-.16086,-26.52272,.77469,-.24463,-27.10259};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_119_point_1()
		{
			double[] value = {-1.00625,1.06422,-26.52272,-1.04251,.98758,-27.10259,-1.19286,1.01575,-27.10259,-1.16403,1.11455,-26.52272,-1.00731,1.09973,-25.86238,-1.16537,1.15967,-25.86238,-1.0432,1.08086,-25.20204,-1.1991,1.13348,-25.20204,-1.06819,1.06075,-24.54172,-1.2265,1.10524,-24.54172,-1.09973,1.01038,-23.88138,-1.26002,1.05,-23.88138,-1.15575,.94165,-23.22105,-1.31541,.98346,-23.22105,-1.27107,.855,-22.56071,-1.43118,.88789,-22.56071,-1.39107,.76109,-21.90039,-1.54729,.79123,-21.90039,-1.52428,.6736,-21.24005,-1.67447,.69934,-21.24005,-1.65779,.59103,-20.57971,-1.80188,.61293,-20.57971,-1.76462,.54533,-19.91939,-1.90514,.56671,-19.91939,-1.79959,.52385,-19.58936,-1.92229,.55362,-19.58936,-1.34553,1.01923,-27.10259,-1.32906,1.12596,-26.52272,-1.49586,.9926,-27.10259,-1.49156,1.09595,-26.52272,-1.63983,.94086,-27.10259,-1.64335,1.02879,-26.52272,-1.77057,.8618,-27.10259,-1.78261,.9389,-26.52272,-1.88415,.76033,-27.10259,-1.90603,.82768,-26.52272,-1.96948,.63425,-27.10259,-1.99937,.69112,-26.52272,-2.02333,.49138,-27.10259,-2.04918,.5334,-26.52272,-2.05225,.34109,-27.10259,-2.06824,.36877,-26.52272,-1.33472,1.16666,-25.86238,-1.50069,1.131,-25.86238,-1.66006,1.0721,-25.86238,-1.80119,.97835,-25.86238,-1.91756,.85594,-25.86238,-1.99875,.7067,-25.86238,-2.04822,.54405,-25.86238,-2.06914,.37535,-25.86238,-1.36374,1.13606,-25.20204,-1.39035,1.10638,-24.54172,-1.42422,1.05235,-23.88138,-1.47981,.9789,-23.22105,-1.59457,.88667,-22.56071,-1.70659,.78581,-21.90039,-1.8268,.68965,-21.24005,-1.94777,.60443,-20.57971,-2.04733,.55222,-19.91939,-2.08313,.53874,-19.58936,-1.52469,1.10111,-25.20204,-1.6749,1.03186,-25.20204,-1.81195,.93988,-25.20204,-1.9302,.8255,-25.20204,-2.01315,.68384,-25.20204,-2.06047,.52577,-25.20204,-2.07843,.36133,-25.20204,-1.54822,1.06059,-24.54172,-1.58386,1.00971,-23.88138,-1.63835,.93338,-23.22105,-1.75273,.84691,-22.56071,-1.86101,.74802,-21.90039,-1.97383,.64987,-21.24005,-2.08827,.56593,-20.57971,-2.17957,.50026,-19.91939,-2.21916,.48331,-19.58936,-1.69487,.98525,-24.54172,-1.83093,.89223,-24.54172,-1.94649,.77565,-24.54172,-2.02765,.63281,-24.54172,-2.07783,.47589,-24.54172,-2.09564,.31241,-24.54172,-1.72909,.9301,-23.88138,-1.78609,.86055,-23.22105,-1.89516,.76732,-22.56071,-2.00137,.6731,-21.90039,-2.10942,.58038,-21.24005,-2.21324,.49126,-20.57971,-2.29596,.41785,-19.91939,-2.32779,.39995,-19.58936,-1.86217,.83182,-23.88138,-1.9747,.71062,-23.88138,-2.05337,.56607,-23.88138,-2.10042,.40749,-23.88138,-2.11667,.24301,-23.88138,-1.91531,.75806,-23.22105,-2.01175,.65331,-22.56071,-2.11879,.56515,-21.90039,-2.22024,.47613,-21.24005,-2.31267,.38467,-20.57971};
			return value;
		}
		private double[] getCoordinate_12_119_point_2()
		{
			double[] value = {-2.3907,.31123,-19.91939,-2.4202,.29134,-19.58936,-2.02035,.63118,-23.22105,-2.09293,.48282,-23.22105,-2.13342,.32329,-23.22105,-2.14329,.15872,-23.22105,-2.10684,.52054,-22.56071,-2.20732,.43323,-21.90039,-2.29767,.34508,-21.24005,-2.38017,.25598,-20.57971,-2.45238,.18283,-19.91939,-2.48556,.16327,-19.58936,-2.17082,.37114,-22.56071,-2.1991,.21011,-22.56071,-2.19678,.04677,-22.56071,-2.25494,.28125,-21.90039,-2.34218,.19934,-21.24005,-2.41614,.11443,-20.57971,-2.48204,.04361,-19.91939,-2.51488,.02383,-19.58936,-2.27441,.12305,-21.90039,-2.26692,-.03636,-21.90039,-2.3512,.04697,-21.24005,-2.42674,-.0312,-20.57971,-2.48216,-.09918,-19.91939,-2.51892,-.11977,-19.58936,-2.34225,-.10542,-21.24005,-2.41425,-.17694,-20.57971,-2.46474,-.24103,-19.91939,-2.49991,-.27005,-19.58936,1.19286,1.01575,-27.10259,1.04251,.98758,-27.10259,1.00626,1.06422,-26.52272,1.16403,1.11455,-26.52272,1.00731,1.09973,-25.86238,1.16538,1.15967,-25.86238,1.0432,1.08086,-25.20204,1.1991,1.13348,-25.20204,1.06819,1.06075,-24.54172,1.2265,1.10524,-24.54172,1.09973,1.01038,-23.88138,1.26003,1.05,-23.88138,1.15575,.94165,-23.22105,1.31542,.98346,-23.22105,1.27107,.855,-22.56071,1.43118,.88789,-22.56071,1.39107,.76109,-21.90039,1.54729,.79123,-21.90039,1.52428,.6736,-21.24005,1.67447,.69934,-21.24005,1.65779,.59103,-20.57971,1.80188,.61293,-20.57971,1.76462,.54533,-19.91939,1.90514,.56671,-19.91939,1.79959,.52385,-19.58936,1.92229,.55362,-19.58936,1.34554,1.01923,-27.10259,1.32906,1.12596,-26.52272,1.49587,.9926,-27.10259,1.49156,1.09595,-26.52272,1.63983,.94086,-27.10259,1.64336,1.02879,-26.52272,1.77057,.8618,-27.10259,1.78261,.9389,-26.52272,1.88416,.76033,-27.10259,1.90604,.82768,-26.52272,1.96948,.63425,-27.10259,1.99938,.69112,-26.52272,2.02333,.49138,-27.10259,2.04918,.5334,-26.52272,2.05225,.34109,-27.10259,2.06824,.36877,-26.52272,1.33472,1.16666,-25.86238,1.50069,1.131,-25.86238,1.66007,1.0721,-25.86238,1.80119,.97835,-25.86238,1.91756,.85594,-25.86238,1.99875,.7067,-25.86238,2.04822,.54405,-25.86238,2.06914,.37535,-25.86238,1.36374,1.13606,-25.20204,1.39035,1.10638,-24.54172,1.42423,1.05235,-23.88138,1.47981,.9789,-23.22105,1.59458,.88667,-22.56071,1.70659,.78581,-21.90039,1.8268,.68965,-21.24005,1.94777,.60443,-20.57971,2.04733,.55222,-19.91939,2.08313,.53874,-19.58936,1.52469,1.10111,-25.20204,1.6749,1.03186,-25.20204,1.81195,.93988,-25.20204,1.93021,.8255,-25.20204,2.01315,.68384,-25.20204,2.06047,.52577,-25.20204,2.07843,.36133,-25.20204,1.54822,1.06059,-24.54172,1.58386,1.00971,-23.88138,1.63835,.93338,-23.22105};
			return value;
		}
		private double[] getCoordinate_12_119_point_3()
		{
			double[] value = {1.75273,.84691,-22.56071,1.86101,.74802,-21.90039,1.97383,.64987,-21.24005,2.08827,.56593,-20.57971,2.17957,.50026,-19.91939,2.21916,.48331,-19.58936,1.69487,.98525,-24.54172,1.83093,.89223,-24.54172,1.94649,.77565,-24.54172,2.02765,.63281,-24.54172,2.07784,.47589,-24.54172,2.09564,.31241,-24.54172,1.7291,.9301,-23.88138,1.78609,.86055,-23.22105,1.89516,.76732,-22.56071,2.00137,.6731,-21.90039,2.10942,.58038,-21.24005,2.21324,.49126,-20.57971,2.29596,.41785,-19.91939,2.32779,.39995,-19.58936,1.86217,.83182,-23.88138,1.9747,.71062,-23.88138,2.05338,.56607,-23.88138,2.10042,.40749,-23.88138,2.11667,.24301,-23.88138,1.91532,.75806,-23.22105,2.01175,.65331,-22.56071,2.11879,.56515,-21.90039,2.22025,.47613,-21.24005,2.31267,.38467,-20.57971,2.3907,.31123,-19.91939,2.4202,.29134,-19.58936,2.02036,.63118,-23.22105,2.09293,.48282,-23.22105,2.13342,.32329,-23.22105,2.1433,.15872,-23.22105,2.10684,.52054,-22.56071,2.20732,.43323,-21.90039,2.29767,.34508,-21.24005,2.38017,.25598,-20.57971,2.45238,.18283,-19.91939,2.48557,.16327,-19.58936,2.17082,.37114,-22.56071,2.1991,.21011,-22.56071,2.19678,.04677,-22.56071,2.25495,.28125,-21.90039,2.34218,.19934,-21.24005,2.41614,.11443,-20.57971,2.48204,.04361,-19.91939,2.51488,.02383,-19.58936,2.27441,.12305,-21.90039,2.26692,-.03636,-21.90039,2.3512,.04697,-21.24005,2.42674,-.0312,-20.57971,2.48216,-.09918,-19.91939,2.51892,-.11977,-19.58936,2.34226,-.10542,-21.24005,2.41425,-.17694,-20.57971,2.46474,-.24103,-19.91939,2.49991,-.27005,-19.58936};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_125_point_1()
		{
			double[] value = {-2.06824,.36877,-26.52272,-2.05225,.34109,-27.10259,-2.05284,.19557,-27.10259,-2.06256,.22829,-26.52272,-2.06914,.37535,-25.86238,-2.0636,.23811,-25.86238,-2.07843,.36133,-25.20204,-2.07193,.22963,-25.20204,-2.02537,.05264,-27.10259,-2.03079,.0916,-26.52272,-2.03566,.10431,-25.86238,-2.04553,.10107,-25.20204,-1.96313,-.07843,-27.10259,-1.96841,-.03328,-26.52272,-1.97351,-.01779,-25.86238,-1.98624,-.01555,-25.20204,-1.86735,-.18747,-27.10259,-1.8694,-.12952,-26.52272,-1.87375,-.11185,-25.86238,-1.88577,-.10033,-25.20204,-1.74763,-.27039,-27.10259,-1.74731,-.19879,-26.52272,-1.75195,-.17506,-25.86238,-1.7639,-.14999,-25.20204,-1.61774,-.33624,-27.10259,-1.61514,-.24565,-26.52272,-1.62056,-.21347,-25.86238,-1.63646,-.18338,-25.20204,-1.47592,-.36996,-27.10259,-1.47693,-.27167,-26.52272,-1.48431,-.22884,-25.86238,-1.50622,-.20401,-25.20204,-1.33101,-.38473,-27.10259,-1.33661,-.28169,-26.52272,-1.34711,-.23531,-25.86238,-1.37453,-.21143,-25.20204,-1.18527,-.38452,-27.10259,-1.19591,-.27931,-26.52272,-1.2101,-.22528,-25.86238,-1.24277,-.20818,-25.20204,-1.04216,-.35765,-27.10259,-1.0574,-.2574,-26.52272,-1.07405,-.20608,-25.86238,-1.11148,-.1955,-25.20204,-.90419,-.31178,-27.10259,-.92235,-.21857,-26.52272,-.94227,-.16811,-25.86238,-.98215,-.1696,-25.20204,-.77469,-.24463,-27.10259,-.79388,-.16086,-26.52272,-.81445,-.11768,-25.86238,-.85933,-.12181,-25.20204,-2.09564,.31241,-24.54172,-2.08368,.18732,-24.54172,-2.11667,.24301,-23.88138,-2.10052,.12297,-23.88138,-2.14329,.15872,-23.22105,-2.1234,.04213,-23.22105,-2.19678,.04677,-22.56071,-2.17419,-.06828,-22.56071,-2.26692,-.03636,-21.90039,-2.242,-.15169,-21.90039,-2.34225,-.10542,-21.24005,-2.31607,-.22401,-21.24005,-2.41425,-.17694,-20.57971,-2.38022,-.29875,-20.57971,-2.46474,-.24103,-19.91939,-2.42668,-.36487,-19.91939,-2.49991,-.27005,-19.58936,-2.4579,-.40739,-19.58936,-2.05398,.06546,-24.54172,-2.06369,.00761,-23.88138,-2.0806,-.06766,-23.22105,-2.12909,-.17642,-22.56071,-2.19356,-.25912,-21.90039,-2.27223,-.33717,-21.24005,-2.32851,-.41406,-20.57971,-2.35948,-.50459,-19.91939,-2.38832,-.5451,-19.58936,-1.99112,-.04233,-24.54172,-1.99745,-.09299,-23.88138,-2.01153,-.16322,-23.22105,-2.05716,-.26807,-22.56071,-2.12674,-.35622,-21.90039,-2.20743,-.43968,-21.24005,-2.25806,-.51871,-20.57971,-2.28311,-.62152,-19.91939,-2.29866,-.66458,-19.58936,-1.8929,-.11928,-24.54172,-1.90311,-.16785,-23.88138,-1.92134,-.23865,-23.22105,-1.96567,-.34091,-22.56071,-2.04481,-.44028,-21.90039,-2.12451,-.52782,-21.24005,-2.17085,-.60973,-20.57971,-2.19603,-.71053,-19.91939,-2.20325,-.75827,-19.58936,-1.77601,-.16473,-24.54172,-1.79216,-.21617,-23.88138,-1.81659,-.29271,-23.22105};
			return value;
		}
		private double[] getCoordinate_12_125_point_2()
		{
			double[] value = {-1.86168,-.39444,-22.56071,-1.94449,-.5024,-21.90039,-2.02202,-.5921,-21.24005,-2.05797,-.69395,-20.57971,-2.0789,-.77576,-19.91939,-2.08968,-.8372,-19.58936,-1.65332,-.19148,-24.54172,-1.67573,-.24852,-23.88138,-1.70379,-.32642,-23.22105,-1.7513,-.43303,-22.56071,-1.83273,-.54021,-21.90039,-1.90918,-.6367,-21.24005,-1.95463,-.73686,-20.57971,-1.96834,-.82359,-19.91939,-1.97856,-.88045,-19.58936,-1.52839,-.20593,-24.54172,-1.55589,-.26382,-23.88138,-1.58722,-.34488,-23.22105,-1.63644,-.45538,-22.56071,-1.71742,-.56462,-21.90039,-1.79146,-.66541,-21.24005,-1.83279,-.76975,-20.57971,-1.85042,-.85049,-19.91939,-1.85318,-.90315,-19.58936,-1.40268,-.20987,-24.54172,-1.43492,-.26877,-23.88138,-1.46922,-.35159,-23.22105,-1.51958,-.46347,-22.56071,-1.60008,-.57613,-21.90039,-1.67068,-.67595,-21.24005,-1.70709,-.78061,-20.57971,-1.71922,-.8594,-19.91939,-1.71933,-.90648,-19.58936,-1.27696,-.20633,-24.54172,-1.31399,-.26457,-23.88138,-1.35127,-.34628,-23.22105,-1.40245,-.46002,-22.56071,-1.4825,-.57144,-21.90039,-1.5496,-.67003,-21.24005,-1.58078,-.77423,-20.57971,-1.59714,-.8466,-19.91939,-1.58816,-.88861,-19.58936,-1.15166,-.19528,-24.54172,-1.19357,-.25186,-23.88138,-1.23436,-.32872,-23.22105,-1.28679,-.44182,-22.56071,-1.36627,-.55217,-21.90039,-1.43068,-.64705,-21.24005,-1.45729,-.74852,-20.57971,-1.48025,-.81693,-19.91939,-1.47491,-.85156,-19.58936,-1.0274,-.1758,-24.54172,-1.07469,-.2291,-23.88138,-1.11973,-.29962,-23.22105,-1.17372,-.41122,-22.56071,-1.25441,-.51531,-21.90039,-1.31451,-.61269,-21.24005,-1.34183,-.69769,-20.57971,-1.37038,-.75987,-19.91939,-1.37344,-.79541,-19.58936,-.90619,-.14238,-24.54172,-.95952,-.19196,-23.88138,-1.00757,-.26205,-23.22105,-1.0657,-.36565,-22.56071,-1.14726,-.46635,-21.90039,-1.20958,-.55187,-21.24005,-1.25029,-.61276,-20.57971,-1.27878,-.66956,-19.91939,-1.29535,-.69299,-19.58936,2.05284,.19557,-27.10259,2.05225,.34109,-27.10259,2.06824,.36877,-26.52272,2.06256,.22829,-26.52272,2.06914,.37535,-25.86238,2.0636,.23811,-25.86238,2.07843,.36133,-25.20204,2.07193,.22963,-25.20204,2.02538,.05264,-27.10259,2.03079,.0916,-26.52272,2.03566,.10431,-25.86238,2.04553,.10107,-25.20204,1.96314,-.07843,-27.10259,1.96842,-.03328,-26.52272,1.97351,-.01779,-25.86238,1.98624,-.01555,-25.20204,1.86736,-.18747,-27.10259,1.8694,-.12952,-26.52272,1.87375,-.11185,-25.86238,1.88577,-.10033,-25.20204,1.74764,-.27039,-27.10259,1.74732,-.19879,-26.52272,1.75195,-.17506,-25.86238,1.7639,-.14999,-25.20204,1.61774,-.33624,-27.10259,1.61514,-.24565,-26.52272,1.62056,-.21347,-25.86238,1.63646,-.18338,-25.20204,1.47592,-.36996,-27.10259,1.47693,-.27167,-26.52272,1.48432,-.22884,-25.86238};
			return value;
		}
		private double[] getCoordinate_12_125_point_3()
		{
			double[] value = {1.50623,-.20401,-25.20204,1.33101,-.38473,-27.10259,1.33661,-.28169,-26.52272,1.34711,-.23531,-25.86238,1.37453,-.21143,-25.20204,1.18527,-.38452,-27.10259,1.19591,-.27931,-26.52272,1.2101,-.22528,-25.86238,1.24277,-.20818,-25.20204,1.04216,-.35765,-27.10259,1.0574,-.2574,-26.52272,1.07405,-.20608,-25.86238,1.11148,-.1955,-25.20204,.90419,-.31178,-27.10259,.92235,-.21857,-26.52272,.94228,-.16811,-25.86238,.98215,-.1696,-25.20204,.77469,-.24463,-27.10259,.79388,-.16086,-26.52272,.81445,-.11768,-25.86238,.85933,-.12181,-25.20204,2.09564,.31241,-24.54172,2.08368,.18732,-24.54172,2.11667,.24301,-23.88138,2.10053,.12297,-23.88138,2.1433,.15872,-23.22105,2.1234,.04213,-23.22105,2.19678,.04677,-22.56071,2.1742,-.06828,-22.56071,2.26692,-.03636,-21.90039,2.242,-.15169,-21.90039,2.34226,-.10542,-21.24005,2.31607,-.22401,-21.24005,2.41425,-.17694,-20.57971,2.38022,-.29875,-20.57971,2.46474,-.24103,-19.91939,2.42668,-.36487,-19.91939,2.49991,-.27005,-19.58936,2.4579,-.40739,-19.58936,2.05399,.06546,-24.54172,2.06369,.00761,-23.88138,2.0806,-.06766,-23.22105,2.12909,-.17642,-22.56071,2.19356,-.25912,-21.90039,2.27223,-.33717,-21.24005,2.32851,-.41406,-20.57971,2.35948,-.50459,-19.91939,2.38832,-.5451,-19.58936,1.99112,-.04233,-24.54172,1.99745,-.09299,-23.88138,2.01154,-.16322,-23.22105,2.05716,-.26807,-22.56071,2.12674,-.35622,-21.90039,2.20743,-.43968,-21.24005,2.25806,-.51871,-20.57971,2.28311,-.62152,-19.91939,2.29866,-.66458,-19.58936,1.8929,-.11928,-24.54172,1.90311,-.16785,-23.88138,1.92134,-.23865,-23.22105,1.96567,-.34091,-22.56071,2.04482,-.44028,-21.90039,2.12451,-.52782,-21.24005,2.17085,-.60973,-20.57971,2.19603,-.71053,-19.91939,2.20325,-.75827,-19.58936,1.77602,-.16473,-24.54172,1.79216,-.21617,-23.88138,1.81659,-.29271,-23.22105,1.86168,-.39444,-22.56071,1.94449,-.5024,-21.90039,2.02202,-.5921,-21.24005,2.05797,-.69395,-20.57971,2.0789,-.77576,-19.91939,2.08968,-.8372,-19.58936,1.65332,-.19148,-24.54172,1.67574,-.24852,-23.88138,1.7038,-.32642,-23.22105,1.7513,-.43303,-22.56071,1.83273,-.54021,-21.90039,1.90918,-.6367,-21.24005,1.95464,-.73686,-20.57971,1.96834,-.82359,-19.91939,1.97856,-.88045,-19.58936,1.5284,-.20593,-24.54172,1.55589,-.26382,-23.88138,1.58722,-.34488,-23.22105,1.63644,-.45538,-22.56071,1.71742,-.56462,-21.90039,1.79146,-.66541,-21.24005,1.8328,-.76975,-20.57971,1.85042,-.85049,-19.91939,1.85318,-.90315,-19.58936,1.40268,-.20987,-24.54172,1.43492,-.26877,-23.88138,1.46922,-.35159,-23.22105,1.51958,-.46347,-22.56071,1.60008,-.57613,-21.90039,1.67069,-.67595,-21.24005,1.70709,-.78061,-20.57971};
			return value;
		}
		private double[] getCoordinate_12_125_point_4()
		{
			double[] value = {1.71922,-.85941,-19.91939,1.71933,-.90648,-19.58936,1.27696,-.20633,-24.54172,1.314,-.26457,-23.88138,1.35127,-.34628,-23.22105,1.40245,-.46002,-22.56071,1.4825,-.57144,-21.90039,1.54961,-.67003,-21.24005,1.58078,-.77423,-20.57971,1.59714,-.8466,-19.91939,1.58817,-.88861,-19.58936,1.15166,-.19528,-24.54172,1.19357,-.25186,-23.88138,1.23436,-.32872,-23.22105,1.28679,-.44182,-22.56071,1.36627,-.55217,-21.90039,1.43068,-.64705,-21.24005,1.45729,-.74852,-20.57971,1.48026,-.81693,-19.91939,1.47492,-.85156,-19.58936,1.02741,-.1758,-24.54172,1.07469,-.2291,-23.88138,1.11974,-.29962,-23.22105,1.17372,-.41122,-22.56071,1.25441,-.51531,-21.90039,1.31452,-.61269,-21.24005,1.34183,-.69769,-20.57971,1.37038,-.75987,-19.91939,1.37345,-.79541,-19.58936,.90619,-.14238,-24.54172,.95952,-.19196,-23.88138,1.00757,-.26205,-23.22105,1.0657,-.36565,-22.56071,1.14726,-.46635,-21.90039,1.20958,-.55187,-21.24005,1.25029,-.61276,-20.57971,1.27878,-.66956,-19.91939,1.29535,-.69299,-19.58936};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_11_131_coordIndex_1()
		{
			int[] value = {0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,5,-1,0,5,6,-1,0,6,7,-1,0,7,8,-1,0,8,9,-1,10,2,1,-1,10,11,2,-1,11,3,2,-1,11,12,3,-1,12,4,3,-1,12,13,4,-1,13,5,4,-1,13,14,5,-1,14,6,5,-1,14,15,6,-1,15,7,6,-1,15,16,7,-1,16,8,7,-1,16,17,8,-1,17,9,8,-1,17,18,9,-1,9,18,19,-1,20,11,10,-1,20,21,11,-1,21,12,11,-1,21,22,12,-1,22,13,12,-1,22,23,13,-1,23,14,13,-1,23,24,14,-1,24,15,14,-1,24,25,15,-1,25,16,15,-1,25,26,16,-1,26,17,16,-1,26,27,17,-1,27,18,17,-1,27,28,18,-1,28,19,18,-1,28,29,19,-1,19,29,30,-1,31,21,20,-1,31,32,21,-1,32,22,21,-1,32,33,22,-1,33,23,22,-1,33,34,23,-1,34,24,23,-1,34,35,24,-1,35,25,24,-1,35,36,25,-1,36,26,25,-1,36,37,26,-1,37,27,26,-1,37,38,27,-1,38,28,27,-1,38,39,28,-1,39,29,28,-1,39,40,29,-1,40,30,29,-1,40,41,30,-1,30,41,42,-1,43,32,31,-1,43,44,32,-1,45,44,43,-1,45,46,44,-1,47,46,45,-1,47,48,46,-1,44,33,32,-1,44,49,33,-1,44,46,49,-1,46,50,49,-1,46,48,50,-1,48,51,50,-1,49,34,33,-1,49,52,34,-1,49,50,52,-1,50,53,52,-1,50,51,53,-1,51,54,53,-1,52,35,34,-1,52,55,35,-1,52,53,55,-1,53,56,55,-1,53,54,56,-1,54,57,56,-1,55,36,35,-1,55,58,36,-1,55,56,58,-1,56,59,58,-1,56,57,59,-1,57,60,59,-1,58,37,36,-1,58,61,37,-1,58,59,61,-1,59,62,61,-1,59,60,62,-1,60,63,62,-1,61,38,37,-1,61,64,38,-1,61,62,64,-1,62,65,64,-1,62,63,65,-1,63,66,65,-1,64,39,38,-1,64,67,39,-1,64,65,67,-1,65,68,67,-1,65,66,68,-1,66,69,68,-1,67,40,39,-1,67,70,40,-1,67,68,70,-1,68,71,70,-1,68,69,71,-1,69,72,71,-1,70,41,40,-1,70,73,41,-1,70,71,73,-1,71,74,73,-1,71,72,74,-1,72,75,74,-1,73,42,41,-1,73,76,42,-1,73,74,76,-1,74,77,76,-1,74,75,77,-1,75,78,77,-1,42,76,79,-1,76,77,79,-1,77,80,79,-1,77,78,80,-1,78,81,80,-1,82,48,47,-1,82,83,48,-1,84,83,82,-1,84,85,83,-1,86,85,84,-1,86,87,85,-1,88,87,86,-1,88,89,87,-1,90,89,88,-1,90,91,89,-1,83,51,48,-1,83,92,51,-1,83,85,92,-1,85,93,92,-1,85,87,93,-1,87,94,93,-1,87,89,94,-1,89,95,94,-1,89,91,95,-1,91,96,95,-1,92,54,51,-1,92,97,54,-1,92,93,97,-1,93,98,97,-1,93,94,98,-1,94,99,98,-1,94,95,99,-1,95,100,99,-1,95,96,100,-1,96,101,100,-1,97,57,54,-1,97,102,57,-1,97,98,102,-1,98,103,102,-1,98,99,103,-1,99,104,103,-1,99,100,104,-1,100,105,104,-1,100,101,105,-1,101,106,105,-1,102,60,57,-1,102,107,60,-1,102,103,107,-1,103,108,107,-1,103,104,108,-1,104,109,108,-1,104,105,109,-1,105,110,109,-1,105,106,110,-1,106,111,110,-1,107,63,60,-1,107,112,63,-1,107,108,112,-1,108,113,112,-1,108,109,113,-1,109,114,113,-1,109,110,114,-1,110,115,114,-1,110,111,115,-1,111,116,115,-1,112,66,63,-1,112,117,66,-1,112,113,117,-1,113,118,117,-1,113,114,118,-1,114,119,118,-1,114,115,119,-1,115,120,119,-1,115,116,120,-1,116,121,120,-1,117,69,66,-1,117,122,69,-1,117,118,122,-1,118,123,122,-1,118,119,123,-1,119,124,123,-1,119,120,124,-1,120,125,124,-1,120,121,125,-1,121,126,125,-1,122,72,69,-1,122,127,72,-1,122,123,127,-1,123,128,127,-1,123,124,128,-1,124,129,128,-1,124,125,129,-1,125,130,129,-1,125,126,130,-1,126,131,130,-1,127,75,72,-1,127,132,75,-1,127,128,132,-1,128,133,132,-1,128,129,133,-1,129,134,133,-1,129,130,134,-1,130,135,134,-1,130,131,135,-1,131,136,135,-1,132,78,75,-1,132,137,78,-1,132,133,137,-1,133,138,137,-1,133,134,138,-1,134,139,138,-1,134,135,139,-1,135,140,139,-1,135,136,140,-1,136,141,140,-1,137,81,78,-1,137,142,81,-1,137,138,142,-1,138,143,142,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_131_coordIndex_2()
		{
			int[] value = {138,139,143,-1,139,144,143,-1,139,140,144,-1,140,145,144,-1,140,141,145,-1,141,146,145,-1,147,91,90,-1,147,148,91,-1,149,148,147,-1,149,150,148,-1,151,150,149,-1,151,152,150,-1,153,152,151,-1,154,153,151,-1,154,155,153,-1,156,155,154,-1,156,157,155,-1,148,96,91,-1,148,158,96,-1,148,150,158,-1,150,159,158,-1,150,152,159,-1,152,160,159,-1,152,153,160,-1,153,161,160,-1,155,157,162,-1,157,163,162,-1,158,101,96,-1,158,164,101,-1,158,159,164,-1,159,165,164,-1,159,160,165,-1,160,166,165,-1,160,161,166,-1,162,166,161,-1,162,167,166,-1,162,163,167,-1,163,168,167,-1,164,106,101,-1,164,169,106,-1,164,165,169,-1,165,170,169,-1,165,166,170,-1,166,171,170,-1,166,167,171,-1,167,172,171,-1,167,168,172,-1,168,173,172,-1,169,111,106,-1,169,174,111,-1,169,170,174,-1,170,175,174,-1,170,171,175,-1,171,176,175,-1,171,172,176,-1,172,177,176,-1,172,173,177,-1,173,178,177,-1,174,116,111,-1,174,179,116,-1,174,175,179,-1,175,180,179,-1,175,176,180,-1,176,181,180,-1,176,177,181,-1,177,182,181,-1,177,178,182,-1,178,183,182,-1,179,121,116,-1,179,184,121,-1,179,180,184,-1,180,185,184,-1,180,181,185,-1,181,186,185,-1,181,182,186,-1,182,187,186,-1,182,183,187,-1,183,188,187,-1,184,126,121,-1,184,189,126,-1,184,185,189,-1,185,190,189,-1,185,186,190,-1,186,191,190,-1,186,187,191,-1,187,192,191,-1,187,188,192,-1,188,193,192,-1,189,131,126,-1,189,194,131,-1,189,190,194,-1,190,195,194,-1,190,191,195,-1,191,196,195,-1,191,192,196,-1,192,197,196,-1,192,193,197,-1,193,198,197,-1,194,136,131,-1,194,199,136,-1,194,195,199,-1,195,200,199,-1,195,196,200,-1,196,201,200,-1,196,197,201,-1,197,202,201,-1,197,198,202,-1,198,203,202,-1,199,141,136,-1,199,204,141,-1,199,200,204,-1,200,205,204,-1,200,201,205,-1,201,206,205,-1,201,202,206,-1,202,207,206,-1,202,203,207,-1,203,208,207,-1,204,146,141,-1,204,209,146,-1,204,205,209,-1,205,210,209,-1,205,206,210,-1,206,211,210,-1,206,207,211,-1,207,212,211,-1,207,208,212,-1,208,213,212,-1,214,215,216,-1,216,217,214,-1,218,217,216,-1,218,219,217,-1,220,219,218,-1,220,221,219,-1,222,221,220,-1,222,223,221,-1,224,223,222,-1,224,225,223,-1,226,168,163,-1,168,226,214,-1,226,215,214,-1,214,173,168,-1,214,227,173,-1,214,217,227,-1,217,228,227,-1,217,219,228,-1,219,229,228,-1,219,221,229,-1,221,230,229,-1,221,223,230,-1,223,231,230,-1,223,225,231,-1,225,232,231,-1,227,178,173,-1,227,233,178,-1,227,228,233,-1,228,234,233,-1,228,229,234,-1,229,235,234,-1,229,230,235,-1,230,236,235,-1,230,231,236,-1,231,237,236,-1,231,232,237,-1,232,238,237,-1,233,183,178,-1,233,239,183,-1,233,234,239,-1,234,240,239,-1,234,235,240,-1,235,241,240,-1,235,236,241,-1,236,242,241,-1,236,237,242,-1,237,243,242,-1,237,238,243,-1,238,244,243,-1,239,188,183,-1,239,245,188,-1,239,240,245,-1,240,246,245,-1,240,241,246,-1,241,247,246,-1,241,242,247,-1,242,248,247,-1,242,243,248,-1,243,249,248,-1,243,244,249,-1,244,250,249,-1,245,193,188,-1,245,251,193,-1,245,246,251,-1,246,252,251,-1,246,247,252,-1,247,253,252,-1,247,248,253,-1,248,254,253,-1,248,249,254,-1,249,255,254,-1,249,250,255,-1,250,256,255,-1,251,198,193,-1,251,257,198,-1,251,252,257,-1,252,258,257,-1,252,253,258,-1,253,259,258,-1,253,254,259,-1,254,260,259,-1,254,255,260,-1,255,261,260,-1,255,256,261,-1,256,262,261,-1,257,203,198,-1,257,263,203,-1,257,258,263,-1,258,264,263,-1,258,259,264,-1,259,265,264,-1,259,260,265,-1,260,266,265,-1,260,261,266,-1,261,267,266,-1,261,262,267,-1,262,268,267,-1,263,208,203,-1,263,269,208,-1,263,264,269,-1,264,270,269,-1,264,265,270,-1,265,271,270,-1,265,266,271,-1,266,272,271,-1,266,267,272,-1,267,273,272,-1,267,268,273,-1,268,274,273,-1,269,213,208,-1,269,275,213,-1,269,270,275,-1,270,276,275,-1,270,271,276,-1,271,277,276,-1,271,272,277,-1,272,278,277,-1,272,273,278,-1,273,279,278,-1,273,274,279,-1,274,280,279,-1,281,225,224,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_131_coordIndex_3()
		{
			int[] value = {281,282,225,-1,283,282,281,-1,283,284,282,-1,285,284,283,-1,285,286,284,-1,287,286,285,-1,287,288,286,-1,289,288,287,-1,289,290,288,-1,282,232,225,-1,282,291,232,-1,282,284,291,-1,284,292,291,-1,284,286,292,-1,286,293,292,-1,286,288,293,-1,288,294,293,-1,288,290,294,-1,290,295,294,-1,291,238,232,-1,291,296,238,-1,291,292,296,-1,292,297,296,-1,292,293,297,-1,293,298,297,-1,293,294,298,-1,294,299,298,-1,294,295,299,-1,295,300,299,-1,296,244,238,-1,296,301,244,-1,296,297,301,-1,297,302,301,-1,297,298,302,-1,298,303,302,-1,298,299,303,-1,299,304,303,-1,299,300,304,-1,300,305,304,-1,301,250,244,-1,301,306,250,-1,301,302,306,-1,302,307,306,-1,302,303,307,-1,303,308,307,-1,303,304,308,-1,304,309,308,-1,304,305,309,-1,305,310,309,-1,306,256,250,-1,306,311,256,-1,306,307,311,-1,307,312,311,-1,307,308,312,-1,308,313,312,-1,308,309,313,-1,309,314,313,-1,309,310,314,-1,310,315,314,-1,311,262,256,-1,311,316,262,-1,311,312,316,-1,312,317,316,-1,312,313,317,-1,313,318,317,-1,313,314,318,-1,314,319,318,-1,314,315,319,-1,315,320,319,-1,316,268,262,-1,316,321,268,-1,321,274,268,-1,321,322,274,-1,322,280,274,-1,322,323,280,-1,316,317,321,-1,317,324,321,-1,317,318,324,-1,318,325,324,-1,318,319,325,-1,319,326,325,-1,319,320,326,-1,320,327,326,-1,324,322,321,-1,324,328,322,-1,328,323,322,-1,328,329,323,-1,324,325,328,-1,325,330,328,-1,325,326,330,-1,326,331,330,-1,326,327,331,-1,327,332,331,-1,330,329,328,-1,330,333,329,-1,330,331,333,-1,331,334,333,-1,331,332,334,-1,332,335,334,-1,336,290,289,-1,336,337,290,-1,338,337,336,-1,338,339,337,-1,337,295,290,-1,337,340,295,-1,337,339,340,-1,339,341,340,-1,340,300,295,-1,340,342,300,-1,340,341,342,-1,341,343,342,-1,342,305,300,-1,342,344,305,-1,342,343,344,-1,343,345,344,-1,344,310,305,-1,344,346,310,-1,344,345,346,-1,345,347,346,-1,346,315,310,-1,346,348,315,-1,346,347,348,-1,347,349,348,-1,348,320,315,-1,348,350,320,-1,348,349,350,-1,349,351,350,-1,350,327,320,-1,350,352,327,-1,350,351,352,-1,351,353,352,-1,352,332,327,-1,352,354,332,-1,352,353,354,-1,353,355,354,-1,354,335,332,-1,354,356,335,-1,354,355,356,-1,355,357,356,-1,358,359,360,-1,361,358,360,-1,362,361,360,-1,363,362,360,-1,364,363,360,-1,365,364,360,-1,366,365,360,-1,367,366,360,-1,359,358,368,-1,358,369,368,-1,358,361,369,-1,361,370,369,-1,361,362,370,-1,362,371,370,-1,362,363,371,-1,363,372,371,-1,363,364,372,-1,364,373,372,-1,364,365,373,-1,365,374,373,-1,365,366,374,-1,366,375,374,-1,366,367,375,-1,367,376,375,-1,377,376,367,-1,368,369,378,-1,369,379,378,-1,369,370,379,-1,370,380,379,-1,370,371,380,-1,371,381,380,-1,371,372,381,-1,372,382,381,-1,372,373,382,-1,373,383,382,-1,373,374,383,-1,374,384,383,-1,374,375,384,-1,375,385,384,-1,375,376,385,-1,376,386,385,-1,376,377,386,-1,377,387,386,-1,388,387,377,-1,378,379,389,-1,379,390,389,-1,379,380,390,-1,380,391,390,-1,380,381,391,-1,381,392,391,-1,381,382,392,-1,382,393,392,-1,382,383,393,-1,383,394,393,-1,383,384,394,-1,384,395,394,-1,384,385,395,-1,385,396,395,-1,385,386,396,-1,386,397,396,-1,386,387,397,-1,387,398,397,-1,387,388,398,-1,388,399,398,-1,400,399,388,-1,389,390,401,-1,390,402,401,-1,401,402,403,-1,402,404,403,-1,403,404,405,-1,404,406,405,-1,390,391,402,-1,391,407,402,-1,407,404,402,-1,407,408,404,-1,408,406,404,-1,408,409,406,-1,391,392,407,-1,392,410,407,-1,410,408,407,-1,410,411,408,-1,411,409,408,-1,411,412,409,-1,392,393,410,-1,393,413,410,-1,413,411,410,-1,413,414,411,-1,414,412,411,-1,414,415,412,-1,393,394,413,-1,394,416,413,-1,416,414,413,-1,416,417,414,-1,417,415,414,-1,417,418,415,-1,394,395,416,-1,395,419,416,-1,419,417,416,-1,419,420,417,-1,420,418,417,-1,420,421,418,-1,395,396,419,-1,396,422,419,-1,422,420,419,-1,422,423,420,-1,423,421,420,-1,423,424,421,-1,396,397,422,-1,397,425,422,-1,425,423,422,-1,425,426,423,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_131_coordIndex_4()
		{
			int[] value = {426,424,423,-1,426,427,424,-1,397,398,425,-1,398,428,425,-1,428,426,425,-1,428,429,426,-1,429,427,426,-1,429,430,427,-1,398,399,428,-1,399,431,428,-1,431,429,428,-1,431,432,429,-1,432,430,429,-1,432,433,430,-1,399,400,431,-1,400,434,431,-1,434,432,431,-1,434,435,432,-1,435,433,432,-1,435,436,433,-1,437,434,400,-1,437,435,434,-1,437,438,435,-1,438,436,435,-1,438,439,436,-1,405,406,440,-1,406,441,440,-1,440,441,442,-1,441,443,442,-1,442,443,444,-1,443,445,444,-1,444,445,446,-1,445,447,446,-1,446,447,448,-1,447,449,448,-1,406,409,441,-1,409,450,441,-1,450,443,441,-1,450,451,443,-1,451,445,443,-1,451,452,445,-1,452,447,445,-1,452,453,447,-1,453,449,447,-1,453,454,449,-1,409,412,450,-1,412,455,450,-1,455,451,450,-1,455,456,451,-1,456,452,451,-1,456,457,452,-1,457,453,452,-1,457,458,453,-1,458,454,453,-1,458,459,454,-1,412,415,455,-1,415,460,455,-1,460,456,455,-1,460,461,456,-1,461,457,456,-1,461,462,457,-1,462,458,457,-1,462,463,458,-1,463,459,458,-1,463,464,459,-1,415,418,460,-1,418,465,460,-1,465,461,460,-1,465,466,461,-1,466,462,461,-1,466,467,462,-1,467,463,462,-1,467,468,463,-1,468,464,463,-1,468,469,464,-1,418,421,465,-1,421,470,465,-1,470,466,465,-1,470,471,466,-1,471,467,466,-1,471,472,467,-1,472,468,467,-1,472,473,468,-1,473,469,468,-1,473,474,469,-1,421,424,470,-1,424,475,470,-1,475,471,470,-1,475,476,471,-1,476,472,471,-1,476,477,472,-1,477,473,472,-1,477,478,473,-1,478,474,473,-1,478,479,474,-1,424,427,475,-1,427,480,475,-1,480,476,475,-1,480,481,476,-1,481,477,476,-1,481,482,477,-1,482,478,477,-1,482,483,478,-1,483,479,478,-1,483,484,479,-1,427,430,480,-1,430,485,480,-1,485,481,480,-1,485,486,481,-1,486,482,481,-1,486,487,482,-1,487,483,482,-1,487,488,483,-1,488,484,483,-1,488,489,484,-1,430,433,485,-1,433,490,485,-1,490,486,485,-1,490,491,486,-1,491,487,486,-1,491,492,487,-1,492,488,487,-1,492,493,488,-1,493,489,488,-1,493,494,489,-1,433,436,490,-1,436,495,490,-1,495,491,490,-1,495,496,491,-1,496,492,491,-1,496,497,492,-1,497,493,492,-1,497,498,493,-1,498,494,493,-1,498,499,494,-1,436,439,495,-1,439,500,495,-1,500,496,495,-1,500,501,496,-1,501,497,496,-1,501,502,497,-1,502,498,497,-1,502,503,498,-1,503,499,498,-1,503,504,499,-1,448,449,505,-1,449,506,505,-1,505,506,507,-1,506,508,507,-1,507,508,509,-1,508,510,509,-1,509,510,511,-1,509,511,512,-1,511,513,512,-1,512,513,514,-1,513,515,514,-1,449,454,506,-1,454,516,506,-1,516,508,506,-1,516,517,508,-1,517,510,508,-1,517,518,510,-1,518,511,510,-1,518,519,511,-1,520,515,513,-1,520,521,515,-1,454,459,516,-1,459,522,516,-1,522,517,516,-1,522,523,517,-1,523,518,517,-1,523,524,518,-1,524,519,518,-1,519,524,520,-1,524,525,520,-1,525,521,520,-1,525,526,521,-1,459,464,522,-1,464,527,522,-1,527,523,522,-1,527,528,523,-1,528,524,523,-1,528,529,524,-1,529,525,524,-1,529,530,525,-1,530,526,525,-1,530,531,526,-1,464,469,527,-1,469,532,527,-1,532,528,527,-1,532,533,528,-1,533,529,528,-1,533,534,529,-1,534,530,529,-1,534,535,530,-1,535,531,530,-1,535,536,531,-1,469,474,532,-1,474,537,532,-1,537,533,532,-1,537,538,533,-1,538,534,533,-1,538,539,534,-1,539,535,534,-1,539,540,535,-1,540,536,535,-1,540,541,536,-1,474,479,537,-1,479,542,537,-1,542,538,537,-1,542,543,538,-1,543,539,538,-1,543,544,539,-1,544,540,539,-1,544,545,540,-1,545,541,540,-1,545,546,541,-1,479,484,542,-1,484,547,542,-1,547,543,542,-1,547,548,543,-1,548,544,543,-1,548,549,544,-1,549,545,544,-1,549,550,545,-1,550,546,545,-1,550,551,546,-1,484,489,547,-1,489,552,547,-1,552,548,547,-1,552,553,548,-1,553,549,548,-1,553,554,549,-1,554,550,549,-1,554,555,550,-1,555,551,550,-1,555,556,551,-1,489,494,552,-1,494,557,552,-1,557,553,552,-1,557,558,553,-1,558,554,553,-1,558,559,554,-1,559,555,554,-1,559,560,555,-1,560,556,555,-1,560,561,556,-1,494,499,557,-1,499,562,557,-1,562,558,557,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_131_coordIndex_5()
		{
			int[] value = {562,563,558,-1,563,559,558,-1,563,564,559,-1,564,560,559,-1,564,565,560,-1,565,561,560,-1,565,566,561,-1,499,504,562,-1,504,567,562,-1,567,563,562,-1,567,568,563,-1,568,564,563,-1,568,569,564,-1,569,565,564,-1,569,570,565,-1,570,566,565,-1,570,571,566,-1,572,573,574,-1,574,575,572,-1,572,575,576,-1,575,577,576,-1,576,577,578,-1,577,579,578,-1,578,579,580,-1,579,581,580,-1,580,581,582,-1,581,583,582,-1,521,526,584,-1,574,584,526,-1,574,573,584,-1,526,531,574,-1,531,585,574,-1,585,575,574,-1,585,586,575,-1,586,577,575,-1,586,587,577,-1,587,579,577,-1,587,588,579,-1,588,581,579,-1,588,589,581,-1,589,583,581,-1,589,590,583,-1,531,536,585,-1,536,591,585,-1,591,586,585,-1,591,592,586,-1,592,587,586,-1,592,593,587,-1,593,588,587,-1,593,594,588,-1,594,589,588,-1,594,595,589,-1,595,590,589,-1,595,596,590,-1,536,541,591,-1,541,597,591,-1,597,592,591,-1,597,598,592,-1,598,593,592,-1,598,599,593,-1,599,594,593,-1,599,600,594,-1,600,595,594,-1,600,601,595,-1,601,596,595,-1,601,602,596,-1,541,546,597,-1,546,603,597,-1,603,598,597,-1,603,604,598,-1,604,599,598,-1,604,605,599,-1,605,600,599,-1,605,606,600,-1,606,601,600,-1,606,607,601,-1,607,602,601,-1,607,608,602,-1,546,551,603,-1,551,609,603,-1,609,604,603,-1,609,610,604,-1,610,605,604,-1,610,611,605,-1,611,606,605,-1,611,612,606,-1,612,607,606,-1,612,613,607,-1,613,608,607,-1,613,614,608,-1,551,556,609,-1,556,615,609,-1,615,610,609,-1,615,616,610,-1,616,611,610,-1,616,617,611,-1,617,612,611,-1,617,618,612,-1,618,613,612,-1,618,619,613,-1,619,614,613,-1,619,620,614,-1,556,561,615,-1,561,621,615,-1,621,616,615,-1,621,622,616,-1,622,617,616,-1,622,623,617,-1,623,618,617,-1,623,624,618,-1,624,619,618,-1,624,625,619,-1,625,620,619,-1,625,626,620,-1,561,566,621,-1,566,627,621,-1,627,622,621,-1,627,628,622,-1,628,623,622,-1,628,629,623,-1,629,624,623,-1,629,630,624,-1,630,625,624,-1,630,631,625,-1,631,626,625,-1,631,632,626,-1,566,571,627,-1,571,633,627,-1,633,628,627,-1,633,634,628,-1,634,629,628,-1,634,635,629,-1,635,630,629,-1,635,636,630,-1,636,631,630,-1,636,637,631,-1,637,632,631,-1,637,638,632,-1,582,583,639,-1,583,640,639,-1,639,640,641,-1,640,642,641,-1,641,642,643,-1,642,644,643,-1,643,644,645,-1,644,646,645,-1,645,646,647,-1,646,648,647,-1,583,590,640,-1,590,649,640,-1,649,642,640,-1,649,650,642,-1,650,644,642,-1,650,651,644,-1,651,646,644,-1,651,652,646,-1,652,648,646,-1,652,653,648,-1,590,596,649,-1,596,654,649,-1,654,650,649,-1,654,655,650,-1,655,651,650,-1,655,656,651,-1,656,652,651,-1,656,657,652,-1,657,653,652,-1,657,658,653,-1,596,602,654,-1,602,659,654,-1,659,655,654,-1,659,660,655,-1,660,656,655,-1,660,661,656,-1,661,657,656,-1,661,662,657,-1,662,658,657,-1,662,663,658,-1,602,608,659,-1,608,664,659,-1,664,660,659,-1,664,665,660,-1,665,661,660,-1,665,666,661,-1,666,662,661,-1,666,667,662,-1,667,663,662,-1,667,668,663,-1,608,614,664,-1,614,669,664,-1,669,665,664,-1,669,670,665,-1,670,666,665,-1,670,671,666,-1,671,667,666,-1,671,672,667,-1,672,668,667,-1,672,673,668,-1,614,620,669,-1,620,674,669,-1,674,670,669,-1,674,675,670,-1,675,671,670,-1,675,676,671,-1,676,672,671,-1,676,677,672,-1,677,673,672,-1,677,678,673,-1,620,626,674,-1,626,679,674,-1,626,632,679,-1,632,680,679,-1,632,638,680,-1,638,681,680,-1,679,675,674,-1,679,682,675,-1,682,676,675,-1,682,683,676,-1,683,677,676,-1,683,684,677,-1,684,678,677,-1,684,685,678,-1,679,680,682,-1,680,686,682,-1,680,681,686,-1,681,687,686,-1,686,683,682,-1,686,688,683,-1,688,684,683,-1,688,689,684,-1,689,685,684,-1,689,690,685,-1,686,687,688,-1,687,691,688,-1,691,689,688,-1,691,692,689,-1,692,690,689,-1,692,693,690,-1,647,648,694,-1,648,695,694,-1,694,695,696,-1,695,697,696,-1,648,653,695,-1,653,698,695,-1,698,697,695,-1,698,699,697,-1,653,658,698,-1,658,700,698,-1,700,699,698,-1,700,701,699,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_131_coordIndex_6()
		{
			int[] value = {658,663,700,-1,663,702,700,-1,702,701,700,-1,702,703,701,-1,663,668,702,-1,668,704,702,-1,704,703,702,-1,704,705,703,-1,668,673,704,-1,673,706,704,-1,706,705,704,-1,706,707,705,-1,673,678,706,-1,678,708,706,-1,708,707,706,-1,708,709,707,-1,678,685,708,-1,685,710,708,-1,710,709,708,-1,710,711,709,-1,685,690,710,-1,690,712,710,-1,712,711,710,-1,712,713,711,-1,690,693,712,-1,693,714,712,-1,714,713,712,-1,714,715,713,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_131_point_1()
		{
			double[] value = {-.96945,1.40753,-7.37306,-.98552,1.41452,-7.70323,-1.0083,1.41533,-7.70323,-1.03108,1.41621,-7.70323,-1.05386,1.41702,-7.70323,-1.07666,1.41769,-7.70323,-1.09946,1.41812,-7.70323,-1.12225,1.41827,-7.70323,-1.14505,1.41812,-7.70323,-1.16785,1.41763,-7.70323,-1.00157,1.42149,-8.0334,-1.0349,1.42293,-8.0334,-1.06822,1.42394,-8.0334,-1.10155,1.42453,-8.0334,-1.13489,1.42471,-8.0334,-1.16823,1.42447,-8.0334,-1.20157,1.4238,-8.0334,-1.23489,1.42268,-8.0334,-1.2682,1.4211,-8.0334,-1.30147,1.41902,-8.0334,-1.01273,1.42734,-8.36356,-1.05351,1.42798,-8.36356,-1.0943,1.42835,-8.36356,-1.13509,1.42838,-8.36356,-1.17587,1.42789,-8.36356,-1.21664,1.42699,-8.36356,-1.25741,1.42569,-8.36356,-1.29816,1.42394,-8.36356,-1.3389,1.42172,-8.36356,-1.37959,1.41902,-8.36356,-1.42026,1.41583,-8.36356,-1.02386,1.43318,-8.69373,-1.06833,1.43369,-8.69373,-1.11281,1.43362,-8.69373,-1.15727,1.43312,-8.69373,-1.20174,1.43213,-8.69373,-1.24619,1.43056,-8.69373,-1.29062,1.42862,-8.69373,-1.33502,1.42629,-8.69373,-1.37939,1.42328,-8.69373,-1.42374,1.41979,-8.69373,-1.46802,1.41571,-8.69373,-1.51222,1.4109,-8.69373,-1.04276,1.44003,-9.35407,-1.0938,1.43936,-9.35407,-1.06345,1.44408,-10.01439,-1.12158,1.44124,-10.01439,-1.08623,1.44064,-10.67473,-1.14801,1.43817,-10.67473,-1.14482,1.4379,-9.35407,-1.17972,1.43832,-10.01439,-1.20978,1.43529,-10.67473,-1.1958,1.43562,-9.35407,-1.23784,1.43518,-10.01439,-1.27153,1.43185,-10.67473,-1.24676,1.43272,-9.35407,-1.29591,1.43144,-10.01439,-1.33322,1.4276,-10.67473,-1.29768,1.42926,-9.35407,-1.35393,1.42676,-10.01439,-1.39484,1.42239,-10.67473,-1.34859,1.42542,-9.35407,-1.41183,1.42078,-10.01439,-1.45634,1.41599,-10.67473,-1.39943,1.42091,-9.35407,-1.4696,1.41365,-10.01439,-1.51771,1.40843,-10.67473,-1.45019,1.41569,-9.35407,-1.52724,1.40556,-10.01439,-1.57889,1.39941,-10.67473,-1.50089,1.40968,-9.35407,-1.58473,1.3965,-10.01439,-1.63983,1.38895,-10.67473,-1.55148,1.403,-9.35407,-1.64207,1.38654,-10.01439,-1.70052,1.37705,-10.67473,-1.602,1.39581,-9.35407,-1.6993,1.37581,-10.01439,-1.76099,1.36412,-10.67473,-1.65248,1.38823,-9.35407,-1.75638,1.36444,-10.01439,-1.82127,1.35034,-10.67473,-1.11057,1.42763,-11.33505,-1.17798,1.42772,-11.33505,-1.13332,1.41005,-11.99539,-1.2076,1.41197,-11.99539,-1.15523,1.37656,-12.65573,-1.23618,1.37769,-12.65573,-1.17451,1.33569,-13.31606,-1.26306,1.33693,-13.31606,-1.19548,1.29208,-13.9764,-1.29396,1.29262,-13.9764,-1.24538,1.42656,-11.33505,-1.28188,1.41238,-11.99539,-1.31711,1.37759,-12.65573,-1.35162,1.33691,-13.31606,-1.39243,1.29268,-13.9764,-1.31274,1.4239,-11.33505,-1.35616,1.4111,-11.99539,-1.39804,1.3761,-12.65573};
			return value;
		}
		private double[] getCoordinate_12_131_point_2()
		{
			double[] value = {-1.44017,1.33551,-13.31606,-1.4909,1.29219,-13.9764,-1.38,1.41942,-11.33505,-1.43033,1.40677,-11.99539,-1.47891,1.37295,-12.65573,-1.52869,1.3324,-13.31606,-1.58936,1.29004,-13.9764,-1.44711,1.41312,-11.33505,-1.50438,1.40088,-11.99539,-1.55971,1.36806,-12.65573,-1.61714,1.32823,-13.31606,-1.68777,1.28671,-13.9764,-1.51405,1.4052,-11.33505,-1.57828,1.39313,-11.99539,-1.6404,1.36157,-12.65573,-1.70557,1.32346,-13.31606,-1.78613,1.28198,-13.9764,-1.58084,1.39601,-11.33505,-1.65178,1.38239,-11.99539,-1.72087,1.35306,-12.65573,-1.79384,1.31639,-13.31606,-1.88431,1.27422,-13.9764,-1.64737,1.38516,-11.33505,-1.72502,1.37,-11.99539,-1.80093,1.34117,-12.65573,-1.88168,1.30519,-13.31606,-1.98228,1.26448,-13.9764,-1.71364,1.37279,-11.33505,-1.79793,1.3557,-11.99539,-1.88046,1.32611,-12.65573,-1.96907,1.29083,-13.31606,-2.08005,1.25261,-13.9764,-1.77962,1.35898,-11.33505,-1.87016,1.33832,-11.99539,-1.95937,1.30812,-12.65573,-2.056,1.27397,-13.31606,-2.17715,1.23628,-13.9764,-1.84531,1.34389,-11.33505,-1.94194,1.31917,-11.99539,-2.03783,1.28821,-12.65573,-2.14256,1.25526,-13.31606,-2.27376,1.21732,-13.9764,-1.91074,1.32764,-11.33505,-2.01321,1.2982,-11.99539,-2.11591,1.26688,-12.65573,-2.22884,1.23527,-13.31606,-2.36984,1.19574,-13.9764,-1.21658,1.24615,-14.63672,-1.32549,1.24664,-14.63672,-1.23819,1.194,-15.29706,-1.35654,1.19392,-15.29706,-1.25819,1.14265,-15.95738,-1.38304,1.14142,-15.95738,-1.38918,1.11676,-16.24768,-1.26628,1.08441,-16.61772,-1.397,1.08531,-16.61772,-1.27409,1.03636,-17.27806,-1.40851,1.03711,-17.27806,-1.43439,1.24619,-14.63672,-1.47488,1.19289,-15.29706,-1.50787,1.13931,-15.95738,-1.51648,1.11571,-16.24371,-1.52772,1.08487,-16.61772,-1.54292,1.03693,-17.27806,-1.54327,1.24478,-14.63672,-1.59322,1.19061,-15.29706,-1.63269,1.13637,-15.95738,-1.65843,1.08313,-16.61772,-1.67732,1.03572,-17.27806,-1.65215,1.2419,-14.63672,-1.71149,1.18637,-15.29706,-1.75746,1.13185,-15.95738,-1.78911,1.07948,-16.61772,-1.81171,1.03273,-17.27806,-1.76094,1.23732,-14.63672,-1.82973,1.18111,-15.29706,-1.88219,1.12633,-15.95738,-1.91972,1.07439,-16.61772,-1.94606,1.02885,-17.27806,-1.86967,1.23152,-14.63672,-1.94789,1.17444,-15.29706,-2.00688,1.11993,-15.95738,-2.05031,1.06819,-16.61772,-2.08038,1.02388,-17.27806,-1.9783,1.22371,-14.63672,-2.06593,1.16592,-15.29706,-2.13147,1.11188,-15.95738,-2.18079,1.06023,-16.61772,-2.21463,1.01724,-17.27806,-2.08673,1.21373,-14.63672,-2.18388,1.15631,-15.29706,-2.25598,1.10277,-15.95738,-2.31117,1.05087,-16.61772,-2.34883,1.00969,-17.27806,-2.19502,1.20232,-14.63672,-2.30171,1.14525,-15.29706,-2.38043,1.09276,-15.95738,-2.44148,1.04056,-16.61772,-2.48296,1.00089,-17.27806,-2.30298,1.18797,-14.63672};
			return value;
		}
		private double[] getCoordinate_12_131_point_3()
		{
			double[] value = {-2.41936,1.13225,-15.29706,-2.50473,1.08095,-15.95738,-2.57165,1.0284,-16.61772,-2.61696,.99036,-17.27806,-2.4106,1.17136,-14.63672,-2.53683,1.11801,-15.29706,-2.62892,1.06809,-15.95738,-2.70169,1.01506,-16.61772,-2.75085,.97867,-17.27806,-2.51796,1.15312,-14.63672,-2.65416,1.10248,-15.29706,-2.753,1.05431,-15.95738,-2.83163,1.00082,-16.61772,-2.88464,.96574,-17.27806,-1.69241,.98111,-17.93839,-1.55711,.98048,-17.93839,-1.62816,.92912,-18.59872,-1.75655,.92952,-18.59872,-1.69061,.89526,-19.25905,-1.81453,.89562,-19.25905,-1.79176,.88196,-19.58922,-1.90962,.88184,-19.58922,-1.93147,.86864,-19.91939,-2.03941,.86864,-19.91939,-2.07591,.83937,-20.57971,-2.17784,.83937,-20.57971,-1.55434,1.01346,-17.55859,-1.82771,.98142,-17.93839,-1.88492,.9287,-18.59872,-1.93843,.89595,-19.25905,-2.02746,.88173,-19.58922,-2.14735,.86864,-19.91939,-2.27978,.83937,-20.57971,-1.96301,.98088,-17.93839,-2.01327,.92702,-18.59872,-2.06235,.89626,-19.25905,-2.14532,.88162,-19.58922,-2.25529,.86864,-19.91939,-2.38173,.83937,-20.57971,-2.0983,.97859,-17.93839,-2.14163,.92476,-18.59872,-2.18625,.89651,-19.25905,-2.26317,.8815,-19.58922,-2.36324,.86864,-19.91939,-2.48366,.83937,-20.57971,-2.2335,.97401,-17.93839,-2.26999,.92213,-18.59872,-2.31017,.89664,-19.25905,-2.38103,.88139,-19.58922,-2.47118,.86864,-19.91939,-2.5856,.83937,-20.57971,-2.36865,.96761,-17.93839,-2.39833,.91943,-18.59872,-2.43408,.89651,-19.25905,-2.49889,.88129,-19.58922,-2.57912,.86864,-19.91939,-2.68755,.83937,-20.57971,-2.50375,.96016,-17.93839,-2.52669,.91699,-18.59872,-2.55798,.89601,-19.25905,-2.61673,.88116,-19.58922,-2.68706,.86864,-19.91939,-2.78947,.83937,-20.57971,-2.63882,.95221,-17.93839,-2.65504,.91499,-18.59872,-2.68188,.89517,-19.25905,-2.73459,.88106,-19.58922,-2.795,.86864,-19.91939,-2.89142,.83937,-20.57971,-2.77386,.94397,-17.93839,-2.78342,.91363,-18.59872,-2.8058,.89414,-19.25905,-2.85243,.88095,-19.58922,-2.90292,.86864,-19.91939,-2.99336,.83937,-20.57971,-2.90892,.9357,-17.93839,-2.9118,.91309,-18.59872,-2.9297,.89304,-19.25905,-2.97029,.88084,-19.58922,-3.01086,.86864,-19.91939,-3.09529,.85141,-20.57971,-2.17815,.81476,-21.24005,-2.27159,.81476,-21.24005,-2.26298,.79909,-21.90039,-2.34793,.79909,-21.90039,-2.30605,.81839,-22.56071,-2.3867,.81839,-22.56071,-2.31753,.83789,-23.22105,-2.39702,.83789,-23.22105,-2.3195,.85942,-23.88138,-2.3988,.85942,-23.88138,-2.36502,.81476,-21.24005,-2.43289,.79909,-21.90039,-2.46734,.81839,-22.56071,-2.47652,.83789,-23.22105,-2.4781,.85942,-23.88138,-2.45845,.81476,-21.24005,-2.51784,.79909,-21.90039,-2.54799,.81839,-22.56071,-2.55601,.83789,-23.22105};
			return value;
		}
		private double[] getCoordinate_12_131_point_4()
		{
			double[] value = {-2.5574,.85942,-23.88138,-2.55188,.81476,-21.24005,-2.60278,.79909,-21.90039,-2.62863,.81839,-22.56071,-2.63551,.83789,-23.22105,-2.6367,.85942,-23.88138,-2.64532,.81476,-21.24005,-2.68774,.79909,-21.90039,-2.70927,.81839,-22.56071,-2.71501,.83789,-23.22105,-2.71599,.85942,-23.88138,-2.73875,.81476,-21.24005,-2.77269,.79909,-21.90039,-2.78992,.81839,-22.56071,-2.79451,.83789,-23.22105,-2.79529,.85942,-23.88138,-2.83218,.81476,-21.24005,-2.85764,.79909,-21.90039,-2.87056,.81839,-22.56071,-2.87401,.83789,-23.22105,-2.87459,.85942,-23.88138,-2.92561,.81476,-21.24005,-3.01906,.8185,-21.24005,-3.11249,.83283,-21.24005,-2.94258,.80283,-21.90039,-2.9512,.81839,-22.56071,-2.95349,.83789,-23.22105,-2.95389,.85942,-23.88138,-3.02754,.81404,-21.90039,-3.11249,.82921,-21.90039,-3.03184,.82585,-22.56071,-3.03299,.83789,-23.22105,-3.03319,.85942,-23.88138,-3.11249,.83646,-22.56071,-3.11249,.83789,-23.22105,-3.11249,.85942,-23.88138,-2.31897,.8858,-24.54172,-2.39831,.8858,-24.54172,-2.319,.90324,-24.80325,-2.39836,.90318,-24.8152,-2.47768,.8858,-24.54172,-2.47771,.90314,-24.82715,-2.55702,.8858,-24.54172,-2.55705,.90308,-24.8391,-2.63638,.8858,-24.54172,-2.6364,.90302,-24.85104,-2.71573,.8858,-24.54172,-2.71574,.90297,-24.86301,-2.79507,.8858,-24.54172,-2.79509,.90291,-24.87495,-2.87443,.8858,-24.54172,-2.87443,.90285,-24.8869,-2.95378,.8858,-24.54172,-2.95379,.9028,-24.89885,-3.03314,.8858,-24.54172,-3.03314,.90274,-24.9108,-3.11249,.8858,-24.54172,-3.11249,.90268,-24.92274,1.0083,1.41533,-7.70323,.98552,1.41452,-7.70323,.96945,1.40753,-7.37306,1.03108,1.41621,-7.70323,1.05386,1.41702,-7.70323,1.07666,1.41769,-7.70323,1.09946,1.41812,-7.70323,1.12225,1.41827,-7.70323,1.14505,1.41812,-7.70323,1.16785,1.41763,-7.70323,1.00157,1.42149,-8.0334,1.0349,1.42293,-8.0334,1.06822,1.42394,-8.0334,1.10155,1.42453,-8.0334,1.13489,1.42471,-8.0334,1.16823,1.42447,-8.0334,1.20157,1.4238,-8.0334,1.23489,1.42268,-8.0334,1.2682,1.4211,-8.0334,1.30147,1.41902,-8.0334,1.01273,1.42734,-8.36356,1.05351,1.42798,-8.36356,1.0943,1.42835,-8.36356,1.13509,1.42838,-8.36356,1.17587,1.42789,-8.36356,1.21665,1.42699,-8.36356,1.25742,1.42569,-8.36356,1.29816,1.42394,-8.36356,1.3389,1.42172,-8.36356,1.37959,1.41902,-8.36356,1.42026,1.41583,-8.36356,1.02387,1.43318,-8.69373,1.06833,1.43369,-8.69373,1.11281,1.43362,-8.69373,1.15727,1.43312,-8.69373,1.20174,1.43213,-8.69373,1.24619,1.43056,-8.69373,1.29062,1.42862,-8.69373,1.33502,1.42629,-8.69373,1.37939,1.42328,-8.69373,1.42374,1.41979,-8.69373,1.46802,1.41571,-8.69373};
			return value;
		}
		private double[] getCoordinate_12_131_point_5()
		{
			double[] value = {1.51222,1.4109,-8.69373,1.04276,1.44003,-9.35407,1.0938,1.43936,-9.35407,1.06345,1.44408,-10.01439,1.12158,1.44124,-10.01439,1.08623,1.44064,-10.67473,1.14801,1.43817,-10.67473,1.14482,1.4379,-9.35407,1.17972,1.43832,-10.01439,1.20978,1.43529,-10.67473,1.1958,1.43562,-9.35407,1.23784,1.43518,-10.01439,1.27153,1.43185,-10.67473,1.24677,1.43272,-9.35407,1.29591,1.43144,-10.01439,1.33322,1.4276,-10.67473,1.29768,1.42926,-9.35407,1.35393,1.42676,-10.01439,1.39484,1.42239,-10.67473,1.34859,1.42542,-9.35407,1.41184,1.42078,-10.01439,1.45635,1.41599,-10.67473,1.39943,1.42091,-9.35407,1.46961,1.41365,-10.01439,1.51772,1.40843,-10.67473,1.4502,1.41569,-9.35407,1.52724,1.40556,-10.01439,1.57889,1.39941,-10.67473,1.50089,1.40968,-9.35407,1.58473,1.3965,-10.01439,1.63983,1.38895,-10.67473,1.55148,1.403,-9.35407,1.64208,1.38654,-10.01439,1.70052,1.37705,-10.67473,1.602,1.39581,-9.35407,1.6993,1.37581,-10.01439,1.76099,1.36412,-10.67473,1.65248,1.38823,-9.35407,1.75638,1.36444,-10.01439,1.82127,1.35034,-10.67473,1.11057,1.42763,-11.33505,1.17798,1.42772,-11.33505,1.13332,1.41005,-11.99539,1.2076,1.41197,-11.99539,1.15523,1.37656,-12.65573,1.23618,1.37769,-12.65573,1.17452,1.33569,-13.31606,1.26306,1.33693,-13.31606,1.19548,1.29208,-13.9764,1.29396,1.29262,-13.9764,1.24538,1.42656,-11.33505,1.28188,1.41238,-11.99539,1.31711,1.37759,-12.65573,1.35162,1.33691,-13.31606,1.39243,1.29268,-13.9764,1.31275,1.4239,-11.33505,1.35616,1.4111,-11.99539,1.39804,1.3761,-12.65573,1.44017,1.33551,-13.31606,1.49091,1.29219,-13.9764,1.38,1.41942,-11.33505,1.43033,1.40677,-11.99539,1.47891,1.37295,-12.65573,1.52869,1.3324,-13.31606,1.58936,1.29004,-13.9764,1.44711,1.41312,-11.33505,1.50438,1.40088,-11.99539,1.55971,1.36806,-12.65573,1.61714,1.32823,-13.31606,1.68778,1.28671,-13.9764,1.51405,1.4052,-11.33505,1.57828,1.39313,-11.99539,1.6404,1.36157,-12.65573,1.70557,1.32346,-13.31606,1.78613,1.28198,-13.9764,1.58084,1.39601,-11.33505,1.65178,1.38239,-11.99539,1.72087,1.35306,-12.65573,1.79384,1.31639,-13.31606,1.88431,1.27422,-13.9764,1.64737,1.38516,-11.33505,1.72502,1.37,-11.99539,1.80093,1.34117,-12.65573,1.88168,1.30519,-13.31606,1.98229,1.26448,-13.9764,1.71364,1.37279,-11.33505,1.79793,1.3557,-11.99539,1.88046,1.32611,-12.65573,1.96907,1.29083,-13.31606,2.08005,1.25261,-13.9764,1.77962,1.35898,-11.33505,1.87016,1.33832,-11.99539,1.95937,1.30812,-12.65573,2.056,1.27397,-13.31606,2.17716,1.23628,-13.9764,1.84531,1.34389,-11.33505,1.94194,1.31917,-11.99539,2.03783,1.28821,-12.65573,2.14256,1.25526,-13.31606,2.27376,1.21732,-13.9764};
			return value;
		}
		private double[] getCoordinate_12_131_point_6()
		{
			double[] value = {1.91074,1.32764,-11.33505,2.01322,1.2982,-11.99539,2.11591,1.26688,-12.65573,2.22884,1.23527,-13.31606,2.36984,1.19574,-13.9764,1.21658,1.24615,-14.63672,1.32549,1.24664,-14.63672,1.23819,1.194,-15.29706,1.35654,1.19392,-15.29706,1.2582,1.14265,-15.95738,1.38304,1.14142,-15.95738,1.38918,1.11676,-16.24768,1.26628,1.08441,-16.61772,1.397,1.08531,-16.61772,1.27409,1.03636,-17.27806,1.40851,1.03711,-17.27806,1.43439,1.24619,-14.63672,1.47489,1.19289,-15.29706,1.50787,1.13931,-15.95738,1.51648,1.11571,-16.24371,1.52773,1.08487,-16.61772,1.54292,1.03693,-17.27806,1.54328,1.24478,-14.63672,1.59322,1.19061,-15.29706,1.63269,1.13637,-15.95738,1.65843,1.08313,-16.61772,1.67732,1.03572,-17.27806,1.65215,1.2419,-14.63672,1.71149,1.18637,-15.29706,1.75746,1.13185,-15.95738,1.78911,1.07948,-16.61772,1.81171,1.03273,-17.27806,1.76094,1.23732,-14.63672,1.82973,1.18111,-15.29706,1.88219,1.12633,-15.95738,1.91972,1.07439,-16.61772,1.94606,1.02885,-17.27806,1.86968,1.23152,-14.63672,1.94789,1.17444,-15.29706,2.00688,1.11993,-15.95738,2.05031,1.06819,-16.61772,2.08038,1.02388,-17.27806,1.9783,1.22371,-14.63672,2.06593,1.16592,-15.29706,2.13147,1.11188,-15.95738,2.18079,1.06023,-16.61772,2.21463,1.01724,-17.27806,2.08673,1.21373,-14.63672,2.18388,1.15631,-15.29706,2.25598,1.10277,-15.95738,2.31117,1.05087,-16.61772,2.34883,1.00969,-17.27806,2.19502,1.20232,-14.63672,2.30171,1.14525,-15.29706,2.38043,1.09276,-15.95738,2.44148,1.04056,-16.61772,2.48296,1.00089,-17.27806,2.30298,1.18797,-14.63672,2.41936,1.13225,-15.29706,2.50473,1.08095,-15.95738,2.57166,1.0284,-16.61772,2.61696,.99036,-17.27806,2.4106,1.17136,-14.63672,2.53684,1.11801,-15.29706,2.62892,1.06809,-15.95738,2.70169,1.01506,-16.61772,2.75086,.97867,-17.27806,2.51796,1.15312,-14.63672,2.65416,1.10248,-15.29706,2.75301,1.05431,-15.95738,2.83163,1.00082,-16.61772,2.88464,.96574,-17.27806,1.62816,.92912,-18.59872,1.55711,.98048,-17.93839,1.69241,.98111,-17.93839,1.75655,.92952,-18.59872,1.69061,.89526,-19.25905,1.81453,.89562,-19.25905,1.79176,.88196,-19.58922,1.90962,.88184,-19.58922,1.93147,.86864,-19.91939,2.03941,.86864,-19.91939,2.07591,.83937,-20.57971,2.17784,.83937,-20.57971,1.55434,1.01346,-17.55859,1.82771,.98142,-17.93839,1.88492,.9287,-18.59872,1.93843,.89595,-19.25905,2.02747,.88173,-19.58922,2.14736,.86864,-19.91939,2.27979,.83937,-20.57971,1.96301,.98088,-17.93839,2.01328,.92702,-18.59872,2.06235,.89626,-19.25905,2.14533,.88162,-19.58922,2.2553,.86864,-19.91939,2.38173,.83937,-20.57971,2.0983,.97859,-17.93839,2.14163,.92476,-18.59872,2.18625,.89651,-19.25905};
			return value;
		}
		private double[] getCoordinate_12_131_point_7()
		{
			double[] value = {2.26317,.8815,-19.58922,2.36324,.86864,-19.91939,2.48366,.83937,-20.57971,2.23351,.97401,-17.93839,2.26999,.92213,-18.59872,2.31017,.89664,-19.25905,2.38103,.88139,-19.58922,2.47118,.86864,-19.91939,2.5856,.83937,-20.57971,2.36865,.96761,-17.93839,2.39833,.91943,-18.59872,2.43408,.89651,-19.25905,2.49889,.88129,-19.58922,2.57912,.86864,-19.91939,2.68755,.83937,-20.57971,2.50375,.96016,-17.93839,2.52669,.91699,-18.59872,2.55798,.89601,-19.25905,2.61673,.88116,-19.58922,2.68706,.86864,-19.91939,2.78947,.83937,-20.57971,2.63883,.95221,-17.93839,2.65504,.91499,-18.59872,2.68189,.89517,-19.25905,2.73459,.88106,-19.58922,2.795,.86864,-19.91939,2.89142,.83937,-20.57971,2.77387,.94397,-17.93839,2.78342,.91363,-18.59872,2.8058,.89414,-19.25905,2.85243,.88095,-19.58922,2.90292,.86864,-19.91939,2.99336,.83937,-20.57971,2.90892,.9357,-17.93839,2.91181,.91309,-18.59872,2.9297,.89304,-19.25905,2.97029,.88084,-19.58922,3.01086,.86864,-19.91939,3.09529,.85141,-20.57971,2.17815,.81476,-21.24005,2.27159,.81476,-21.24005,2.26299,.79909,-21.90039,2.34793,.79909,-21.90039,2.30605,.81839,-22.56071,2.3867,.81839,-22.56071,2.31754,.83789,-23.22105,2.39702,.83789,-23.22105,2.3195,.85942,-23.88138,2.3988,.85942,-23.88138,2.36502,.81476,-21.24005,2.43289,.79909,-21.90039,2.46735,.81839,-22.56071,2.47652,.83789,-23.22105,2.4781,.85942,-23.88138,2.45845,.81476,-21.24005,2.51784,.79909,-21.90039,2.54799,.81839,-22.56071,2.55602,.83789,-23.22105,2.55741,.85942,-23.88138,2.55188,.81476,-21.24005,2.60278,.79909,-21.90039,2.62863,.81839,-22.56071,2.63551,.83789,-23.22105,2.63671,.85942,-23.88138,2.64533,.81476,-21.24005,2.68775,.79909,-21.90039,2.70927,.81839,-22.56071,2.71501,.83789,-23.22105,2.71599,.85942,-23.88138,2.73875,.81476,-21.24005,2.77269,.79909,-21.90039,2.78992,.81839,-22.56071,2.79451,.83789,-23.22105,2.79529,.85942,-23.88138,2.83219,.81476,-21.24005,2.85764,.79909,-21.90039,2.87056,.81839,-22.56071,2.87401,.83789,-23.22105,2.87459,.85942,-23.88138,2.92561,.81476,-21.24005,3.01906,.8185,-21.24005,3.11249,.83283,-21.24005,2.94258,.80283,-21.90039,2.9512,.81839,-22.56071,2.95349,.83789,-23.22105,2.95389,.85942,-23.88138,3.02754,.81404,-21.90039,3.11249,.82921,-21.90039,3.03185,.82585,-22.56071,3.03299,.83789,-23.22105,3.03319,.85942,-23.88138,3.11249,.83646,-22.56071,3.11249,.83789,-23.22105,3.11249,.85942,-23.88138,2.31897,.8858,-24.54172,2.39832,.8858,-24.54172,2.319,.90324,-24.80325,2.39836,.90318,-24.8152,2.47768,.8858,-24.54172,2.47771,.90314,-24.82715};
			return value;
		}
		private double[] getCoordinate_12_131_point_8()
		{
			double[] value = {2.55702,.8858,-24.54172,2.55705,.90308,-24.8391,2.63638,.8858,-24.54172,2.6364,.90302,-24.85104,2.71573,.8858,-24.54172,2.71575,.90297,-24.86301,2.79508,.8858,-24.54172,2.79509,.90291,-24.87495,2.87444,.8858,-24.54172,2.87444,.90285,-24.8869,2.95378,.8858,-24.54172,2.9538,.9028,-24.89885,3.03314,.8858,-24.54172,3.03314,.90274,-24.9108,3.11249,.8858,-24.54172,3.11249,.90268,-24.92274};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_137_point_1()
		{
			double[] value = {-.66153,.98784,-3.41107,-.60967,1.04758,-3.41107,-.68092,1.04726,-3.71683,-.73904,.95326,-3.71683,-.71822,.89748,-3.41107,-.78836,.85432,-3.71683,-.76729,.8027,-3.41107,-.82979,.75185,-3.71683,-.80853,.70432,-3.41107,-.85982,.64549,-3.71683,-.83688,.60152,-3.41107,-.87729,.53636,-3.71683,-.8524,.49596,-3.41107,-.88519,.42607,-3.71683,-.85979,.38948,-3.41107,-.88621,.31551,-3.71683,-.86174,.28278,-3.41107,-.88043,.20511,-3.71683,-.85747,.17615,-3.41107,-.86572,.09555,-3.71683,-.84289,.07047,-3.41107,0.0,1.10323,-2.75073,0.0,1.16833,-3.00993,-.09979,1.16374,-3.01128,-.09538,1.09877,-2.75073,-.19916,1.15315,-3.0159,-.1902,1.08766,-2.75073,-.297,1.13309,-3.02957,-.28281,1.06465,-2.75073,-.39154,1.10196,-3.05847,-.37065,1.02742,-2.75073,-.48297,1.06325,-3.10587,-.45367,.98032,-2.75073,-.58383,1.05002,-3.32863,-.52895,.92175,-2.75073,-.59245,.85059,-2.75073,-.6458,.77142,-2.75073,-.6918,.68776,-2.75073,-.72966,.60013,-2.75073,-.75691,.50865,-2.75073,-.77396,.41472,-2.75073,-.78323,.31969,-2.75073,-.78471,.22423,-2.75073,-.77745,.12903,-2.75073,-.76457,.03439,-2.75073,0.0,.92093,-2.09039,-.08191,.9142,-2.09039,-.16336,.90317,-2.09039,-.24326,.88408,-2.09039,-.31952,.85362,-2.09039,-.39221,.81531,-2.09039,-.45976,.76865,-2.09039,-.51691,.70979,-2.09039,-.56378,.6423,-2.09039,-.60623,.57195,-2.09039,-.64177,.49788,-2.09039,-.66678,.41966,-2.09039,-.68111,.33876,-2.09039,-.68778,.25687,-2.09039,-.68784,.1747,-2.09039,-.68016,.0929,-2.09039,-.66391,.01234,-2.09039,0.0,.71614,-1.43007,-.06578,.71048,-1.43007,-.13104,.70052,-1.43007,-.1949,.68388,-1.43007,-.25621,.65941,-1.43007,-.31451,.62851,-1.43007,-.36726,.58893,-1.43007,-.41302,.5414,-1.43007,-.45352,.48926,-1.43007,-.4894,.43384,-1.43007,-.51837,.37456,-1.43007,-.53899,.31189,-1.43007,-.55086,.24696,-1.43007,-.55618,.18117,-1.43007,-.55588,.11516,-1.43007,-.5497,.04944,-1.43007,-.53731,-.0154,-1.43007,0.0,.48364,-.76973,-.04678,.48105,-.77109,-.09296,.47313,-.77251,-.13785,.45964,-.77408,-.18085,.44104,-.77599,-.22179,.41834,-.77863,-.25937,.39111,-.78239,-.29294,.35825,-.78694,-.32307,.32257,-.79132,-.34924,.28393,-.79584,-.37021,.24229,-.80075,-.38583,.19841,-.80609,-.39654,.15312,-.81183,-.40234,.10698,-.81784,-.40253,.0605,-.82394,-.39674,.01436,-.82991,-.3855,-.03078,-.83572,-.84103,-.01218,-3.71683,-.81715,-.03307,-3.41107,-.80464,-.1165,-3.71683,-.77992,-.13303,-3.41107};
			return value;
		}
		private double[] getCoordinate_12_137_point_2()
		{
			double[] value = {-.75531,-.21538,-3.71683,-.73151,-.22807,-3.41107,-.692,-.30591,-3.71683,-.66972,-.31496,-3.41107,-.61523,-.38534,-3.71683,-.59424,-.39027,-3.41107,-.52795,-.45309,-3.71683,-.50949,-.45505,-3.41107,-.43156,-.50703,-3.71683,-.41658,-.50732,-3.41107,-.32805,-.54567,-3.71683,-.31673,-.5448,-3.41107,-.22032,-.57034,-3.71683,-.21271,-.56836,-3.41107,-.1105,-.58295,-3.71683,-.10666,-.58015,-3.41107,0.0,-.5869,-3.71683,0.0,-.58379,-3.41107,-.7442,-.05884,-2.75073,-.7099,-.14787,-2.75073,-.66264,-.23074,-2.75073,-.60338,-.30553,-2.75073,-.53439,-.37148,-2.75073,-.4568,-.42702,-2.75073,-.37213,-.47105,-2.75073,-.28252,-.50397,-2.75073,-.19,-.52742,-2.75073,-.09541,-.54024,-2.75073,0.0,-.54422,-2.75073,-.64072,-.06648,-2.09039,-.60908,-.14229,-2.09039,-.56622,-.21233,-2.09039,-.51375,-.27553,-2.09039,-.45506,-.33304,-2.09039,-.39041,-.38371,-2.09039,-.31874,-.42374,-2.09039,-.24233,-.45395,-2.09039,-.16341,-.47673,-2.09039,-.08211,-.4884,-2.09039,0.0,-.49184,-2.09039,-.51807,-.07854,-1.43007,-.49194,-.13916,-1.43007,-.4581,-.19578,-1.43007,-.41592,-.24652,-1.43007,-.36655,-.2903,-1.43007,-.31245,-.32814,-1.43007,-.25543,-.3614,-1.43007,-.19496,-.38773,-1.43007,-.1313,-.40497,-1.43007,-.06595,-.41406,-1.43007,0.0,-.41716,-1.43007,-.36926,-.0744,-.84143,-.34822,-.11592,-.84701,-.32271,-.15489,-.85237,-.29314,-.19093,-.85732,-.25931,-.2231,-.86162,-.22157,-.25072,-.86511,-.18098,-.27402,-.86783,-.13805,-.29274,-.86987,-.09312,-.30608,-.87126,-.04681,-.31334,-.87198,0.0,-.31584,-.87218,.68092,1.04726,-3.71683,.60967,1.04758,-3.41107,.66153,.98784,-3.41107,.73904,.95326,-3.71683,.71822,.89748,-3.41107,.78836,.85432,-3.71683,.76729,.8027,-3.41107,.82979,.75185,-3.71683,.80853,.70432,-3.41107,.85982,.64549,-3.71683,.83688,.60152,-3.41107,.87729,.53636,-3.71683,.8524,.49596,-3.41107,.88519,.42607,-3.71683,.85979,.38948,-3.41107,.88621,.31551,-3.71683,.86174,.28278,-3.41107,.88043,.20511,-3.71683,.85747,.17615,-3.41107,.86572,.09555,-3.71683,.8429,.07047,-3.41107,.09979,1.16374,-3.01128,.09538,1.09877,-2.75073,.19916,1.15315,-3.0159,.1902,1.08766,-2.75073,.297,1.13309,-3.02957,.28281,1.06465,-2.75073,.39154,1.10196,-3.05847,.37065,1.02742,-2.75073,.48297,1.06325,-3.10587,.45367,.98032,-2.75073,.58383,1.05002,-3.32863,.52895,.92175,-2.75073,.59245,.85059,-2.75073,.6458,.77142,-2.75073,.6918,.68776,-2.75073,.72966,.60013,-2.75073,.75691,.50865,-2.75073};
			return value;
		}
		private double[] getCoordinate_12_137_point_3()
		{
			double[] value = {.77396,.41472,-2.75073,.78323,.31969,-2.75073,.78471,.22423,-2.75073,.77745,.12903,-2.75073,.76457,.03439,-2.75073,.08191,.9142,-2.09039,.16336,.90317,-2.09039,.24326,.88408,-2.09039,.31952,.85362,-2.09039,.39221,.81531,-2.09039,.45976,.76865,-2.09039,.51691,.70979,-2.09039,.56378,.6423,-2.09039,.60623,.57195,-2.09039,.64177,.49788,-2.09039,.66678,.41966,-2.09039,.68111,.33876,-2.09039,.68778,.25687,-2.09039,.68784,.1747,-2.09039,.68016,.0929,-2.09039,.66391,.01234,-2.09039,.06578,.71048,-1.43007,.13104,.70052,-1.43007,.1949,.68388,-1.43007,.25621,.65941,-1.43007,.31451,.62851,-1.43007,.36726,.58893,-1.43007,.41302,.5414,-1.43007,.45352,.48926,-1.43007,.4894,.43384,-1.43007,.51837,.37456,-1.43007,.53899,.31189,-1.43007,.55086,.24696,-1.43007,.55618,.18117,-1.43007,.55588,.11516,-1.43007,.5497,.04944,-1.43007,.53731,-.0154,-1.43007,.04678,.48105,-.77109,.09296,.47313,-.77251,.13785,.45964,-.77408,.18085,.44104,-.77599,.22179,.41834,-.77863,.25937,.39111,-.78239,.29294,.35825,-.78694,.32307,.32257,-.79132,.34924,.28393,-.79584,.37021,.24229,-.80075,.38583,.19841,-.80609,.39654,.15312,-.81183,.40234,.10698,-.81784,.40253,.0605,-.82394,.39674,.01436,-.82991,.3855,-.03078,-.83572,.84103,-.01218,-3.71683,.81715,-.03307,-3.41107,.80464,-.1165,-3.71683,.77992,-.13303,-3.41107,.75531,-.21538,-3.71683,.73151,-.22807,-3.41107,.692,-.30591,-3.71683,.66972,-.31496,-3.41107,.61523,-.38534,-3.71683,.59424,-.39027,-3.41107,.52795,-.45309,-3.71683,.50949,-.45505,-3.41107,.43156,-.50703,-3.71683,.41658,-.50732,-3.41107,.32805,-.54567,-3.71683,.31673,-.5448,-3.41107,.22032,-.57034,-3.71683,.21271,-.56836,-3.41107,.1105,-.58295,-3.71683,.10666,-.58015,-3.41107,.7442,-.05884,-2.75073,.7099,-.14787,-2.75073,.66264,-.23074,-2.75073,.60338,-.30553,-2.75073,.53439,-.37148,-2.75073,.4568,-.42702,-2.75073,.37213,-.47105,-2.75073,.28252,-.50397,-2.75073,.19,-.52742,-2.75073,.09541,-.54024,-2.75073,.64072,-.06648,-2.09039,.60908,-.14229,-2.09039,.56622,-.21233,-2.09039,.51375,-.27553,-2.09039,.45506,-.33304,-2.09039,.39041,-.38371,-2.09039,.31874,-.42374,-2.09039,.24233,-.45395,-2.09039,.16341,-.47673,-2.09039,.08211,-.4884,-2.09039,.51807,-.07854,-1.43007,.49194,-.13916,-1.43007,.4581,-.19578,-1.43007,.41592,-.24652,-1.43007,.36655,-.2903,-1.43007,.31245,-.32814,-1.43007,.25543,-.3614,-1.43007};
			return value;
		}
		private double[] getCoordinate_12_137_point_4()
		{
			double[] value = {.19496,-.38773,-1.43007,.1313,-.40497,-1.43007,.06595,-.41406,-1.43007,.36926,-.0744,-.84143,.34822,-.11592,-.84701,.32271,-.15489,-.85237,.29314,-.19093,-.85732,.25931,-.2231,-.86162,.22157,-.25072,-.86511,.18099,-.27402,-.86783,.13805,-.29274,-.86987,.09312,-.30608,-.87126,.04681,-.31334,-.87198};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_143_point_1()
		{
			double[] value = {-2.18794,.36768,-33.12604,-2.08052,.37907,-33.7896,-2.07172,.28282,-33.7896,-2.181,.26121,-33.12604,-2.26317,.36757,-32.46571,-2.2576,.25455,-32.46571,-2.30223,.37318,-31.80537,-2.29687,.25642,-31.80537,-2.32353,.37788,-31.14504,-2.32049,.25909,-31.14504,-2.32283,.37749,-30.48471,-2.32283,.25685,-30.48471,-2.05316,.18797,-33.7896,-2.17006,.15514,-33.12604,-2.24646,.14195,-32.46571,-2.28683,.13997,-31.80537,-2.31416,.14043,-31.14504,-2.32231,.13622,-30.48471,-2.02562,.09534,-33.7896,-2.14981,.05046,-33.12604,-2.22958,.03008,-32.46571,-2.27243,.024,-31.80537,-2.30493,.02197,-31.14504,-2.31903,.01564,-30.48471,-1.98933,.00583,-33.7896,-2.12036,-.05173,-33.12604,-2.20582,-.08054,-32.46571,-2.25581,-.09169,-31.80537,-2.2919,-.0961,-31.14504,-2.31232,-.10478,-30.48471,-1.94591,-.08057,-33.7896,-2.07977,-.15027,-33.12604,-2.17059,-.18797,-32.46571,-2.23002,-.20569,-31.80537,-2.27394,-.21356,-31.14504,-2.29974,-.2247,-30.48471,-1.89508,-.16267,-33.7896,-2.02382,-.24092,-33.12604,-2.12492,-.29105,-32.46571,-2.19203,-.31607,-31.80537,-2.24525,-.32875,-31.14504,-2.28181,-.34398,-30.48471,-1.83705,-.2399,-33.7896,-1.95956,-.3261,-33.12604,-2.06604,-.38733,-32.46571,-2.14242,-.42154,-31.80537,-2.20711,-.4413,-31.14504,-2.25749,-.46199,-30.48471,-1.77208,-.31137,-33.7896,-1.8853,-.40266,-33.12604,-1.99452,-.47493,-32.46571,-2.08049,-.52045,-31.80537,-2.15224,-.54627,-31.14504,-2.22093,-.57684,-30.48471,-1.70071,-.3765,-33.7896,-1.80608,-.47397,-33.12604,-1.91304,-.55347,-32.46571,-2.00607,-.61038,-31.80537,-2.09271,-.64911,-31.14504,-2.16884,-.6853,-30.48471,-2.32535,.3806,-29.82437,-2.32533,.25909,-29.82437,-2.32208,.38257,-29.4363,-2.3232,.2603,-29.52525,-2.32438,.13759,-29.82437,-2.32377,.138,-29.6893,-2.32243,.04356,-29.82437,-2.32173,.0161,-29.85506,-2.31624,-.10519,-29.97568,-2.30676,-.22595,-30.04724,-2.29333,-.34633,-30.06094,-2.27525,-.46607,-30.04724,-2.2509,-.58472,-29.9854,-2.23315,-.67186,-29.82437,-2.22319,-.70265,-29.82437,-2.26051,-.71104,-29.16405,-2.31924,1.05914,-26.52272,-2.30368,1.12692,-27.18305,-2.30939,1.01714,-27.04793,-2.3195,1.01808,-26.52272,-2.31909,.99249,-25.86238,-2.31456,.88711,-26.91066,-2.32034,.89006,-26.52272,-2.32004,.89008,-25.86238,-2.31906,.92956,-25.20204,-2.31918,.89517,-25.20204,-2.31897,.8858,-24.54172,-2.31811,.76877,-26.79398,-2.32111,.77208,-26.52272,-2.32118,.76714,-25.86238,-2.31962,.77226,-25.20204,-2.32045,.77741,-24.54172,-2.3195,.85942,-23.88138,-2.3195,.7825,-23.88138,-2.32069,.63953,-26.69789,-2.32196,.64168,-26.52272,-2.32236,.6416,-25.86238,-2.3201,.64162,-25.20204,-2.32219,.6498,-24.54172,-2.3195,.64999,-23.88138};
			return value;
		}
		private double[] getCoordinate_12_143_point_2()
		{
			double[] value = {-2.32251,.50301,-26.60867,-2.32286,.50299,-26.52272,-2.32358,.51117,-25.86238,-2.32054,.5193,-25.20204,-2.32385,.52756,-24.54172,-2.33189,.5439,-23.88138,-2.32361,.3806,-26.55376,-2.32367,.3806,-26.52272,-2.3239,.3806,-25.86238,-2.3208,.39694,-25.20204,-2.32553,.40515,-24.54172,-2.34132,.4133,-23.88138,-2.32443,.26144,-26.52272,-2.32272,.26143,-25.86238,-2.32021,.26645,-25.20204,-2.3273,.27467,-24.54172,-2.34526,.29097,-23.88138,-2.32346,.14351,-26.52272,-2.32161,.14774,-25.86238,-2.31969,.15196,-25.20204,-2.32701,.16037,-24.54172,-2.34494,.16888,-23.88138,-2.32138,.0124,-26.56062,-2.32141,.01242,-26.52272,-2.32034,.01814,-25.86238,-2.31908,.01813,-25.20204,-2.32347,.02951,-24.54172,-2.34099,.04659,-23.88138,-2.31894,-.12166,-26.61552,-2.3193,-.12213,-26.52272,-2.31943,-.0395,-26.1861,-2.3201,-.0065,-25.86238,-2.31572,-.22554,-26.74843,-2.31894,-.14526,-26.52272,-2.31886,-.02785,-25.20204,-2.31995,-.10083,-24.54172,-2.3334,-.08534,-23.88138,-2.31847,-.15595,-24.54172,-2.32323,-.2159,-23.88138,-2.32843,-.29472,-23.88138,-2.31753,.83789,-23.22105,-2.31753,.79274,-23.22105,-2.30605,.81839,-22.56071,-2.30605,.79408,-22.56071,-2.26298,.79909,-21.90039,-2.31753,.65784,-23.22105,-2.30605,.65813,-22.56071,-2.26298,.65446,-21.90039,-2.17815,.81476,-21.24005,-2.17815,.65286,-21.24005,-2.07591,.83937,-20.57971,-2.0759,.64835,-20.57971,-2.34675,.54485,-23.22105,-2.35707,.57333,-22.56071,-2.34167,.58537,-21.90039,-2.2885,.59589,-21.24005,-2.20352,.61093,-20.57971,-2.36932,.43855,-23.22105,-2.40196,.4808,-22.56071,-2.41379,.50194,-21.90039,-2.38623,.5313,-21.24005,-2.33169,.55228,-20.57971,-2.38757,.31899,-23.22105,-2.44031,.35832,-22.56071,-2.47398,.39732,-21.90039,-2.47851,.43883,-21.24005,-2.45105,.45743,-20.57971,-2.39619,.19011,-23.22105,-2.4588,.22099,-22.56071,-2.51637,.26396,-21.90039,-2.54904,.30362,-21.24005,-2.55031,.32271,-20.57971,-2.39354,.06358,-23.22105,-2.46612,.08231,-22.56071,-2.54106,.11293,-21.90039,-2.59091,.14416,-21.24005,-2.38409,-.06976,-23.22105,-2.4631,-.05429,-22.56071,-2.54753,-.03299,-21.90039,-2.37016,-.20053,-23.22105,-2.44981,-.19025,-22.56071,-2.53856,-.17981,-21.90039,-2.57854,-.17014,-21.50082,-2.34982,-.35175,-23.22105,-2.421,-.3473,-22.56071,-2.50563,-.33794,-21.90039,-2.58696,-.26894,-21.24005,-2.57728,-.32648,-21.24005,-2.58801,-.32367,-21.05011,-2.33446,-.45485,-23.22105,-2.37988,-.50899,-22.56071,-2.45529,-.49808,-21.90039,-2.52777,-.48784,-21.24005,-2.57248,-.47588,-20.57971,-2.35527,-.59361,-22.56071,-2.39992,-.64658,-21.90039,-2.46631,-.64049,-21.24005,-2.51826,-.62904,-20.57971,-2.37157,-.71901,-21.90039,-2.39297,-.79402,-21.24005};
			return value;
		}
		private double[] getCoordinate_12_143_point_3()
		{
			double[] value = {-2.43613,-.791,-20.57971,-2.38077,-.81911,-21.24005,-2.32271,-.93344,-20.57971,-1.93147,.86864,-19.91939,-1.93147,.6355,-19.91939,-2.10121,.6143,-19.91939,-2.26527,.5668,-19.91939,-2.41374,.48244,-19.91939,-2.61073,.17616,-20.57971,-2.5995,.2034,-20.57971,-2.60562,.16792,-20.74976,-2.53217,.35973,-19.91939,-2.61354,.20979,-19.91939,-2.60657,-.01623,-21.24005,-2.60231,.02736,-21.24005,-2.58516,-.02232,-21.47952,-2.6403,.00177,-20.57971,-2.65076,.04315,-19.91939,-2.60527,-.11435,-21.24005,-2.63809,-.15295,-20.57971,-2.61055,-.1619,-21.12306,-2.61456,-.31674,-20.57971,-2.60884,-.31824,-20.68095,-2.65733,-.12775,-19.91939,-2.64014,-.29788,-19.91939,-2.60564,-.35051,-20.57971,-2.59894,-.46387,-19.91939,-2.58751,-.46906,-20.20454,-2.56164,-.55663,-19.91939,-2.52951,-.62472,-20.14005,-2.4911,-.69832,-19.91939,-2.4492,-.77037,-19.91939,-2.33984,-.9017,-19.91939,-2.19049,-1.04054,-20.57971,-2.2066,-1.00858,-19.91939,2.07172,.28282,-33.7896,2.08052,.37907,-33.7896,2.18794,.36768,-33.12604,2.181,.26121,-33.12604,2.26317,.36757,-32.46571,2.2576,.25455,-32.46571,2.30223,.37318,-31.80537,2.29688,.25642,-31.80537,2.32353,.37788,-31.14504,2.3205,.25909,-31.14504,2.32283,.37749,-30.48471,2.32283,.25685,-30.48471,2.05316,.18797,-33.7896,2.17006,.15514,-33.12604,2.24646,.14195,-32.46571,2.28684,.13997,-31.80537,2.31417,.14043,-31.14504,2.32231,.13622,-30.48471,2.02562,.09534,-33.7896,2.14981,.05046,-33.12604,2.22959,.03008,-32.46571,2.27243,.024,-31.80537,2.30493,.02197,-31.14504,2.31903,.01564,-30.48471,1.98934,.00583,-33.7896,2.12036,-.05173,-33.12604,2.20583,-.08054,-32.46571,2.25582,-.09169,-31.80537,2.2919,-.0961,-31.14504,2.31232,-.10478,-30.48471,1.94591,-.08057,-33.7896,2.07977,-.15027,-33.12604,2.1706,-.18797,-32.46571,2.23003,-.20569,-31.80537,2.27394,-.21356,-31.14504,2.29975,-.2247,-30.48471,1.89508,-.16267,-33.7896,2.02382,-.24092,-33.12604,2.12493,-.29105,-32.46571,2.19203,-.31607,-31.80537,2.24526,-.32875,-31.14504,2.28182,-.34398,-30.48471,1.83705,-.2399,-33.7896,1.95957,-.3261,-33.12604,2.06604,-.38733,-32.46571,2.14243,-.42154,-31.80537,2.20711,-.4413,-31.14504,2.25749,-.46199,-30.48471,1.77208,-.31137,-33.7896,1.8853,-.40266,-33.12604,1.99452,-.47493,-32.46571,2.08049,-.52045,-31.80537,2.15224,-.54627,-31.14504,2.22093,-.57684,-30.48471,1.70072,-.3765,-33.7896,1.80608,-.47397,-33.12604,1.91304,-.55347,-32.46571,2.00607,-.61038,-31.80537,2.09271,-.64911,-31.14504,2.16884,-.6853,-30.48471,2.32535,.3806,-29.82437,2.32533,.25909,-29.82437,2.32208,.38257,-29.43629,2.3232,.2603,-29.52525,2.32439,.13759,-29.82437};
			return value;
		}
		private double[] getCoordinate_12_143_point_4()
		{
			double[] value = {2.32378,.138,-29.6893,2.32244,.04356,-29.82437,2.32173,.0161,-29.85506,2.31624,-.10519,-29.97568,2.30676,-.22595,-30.04724,2.29334,-.34633,-30.06094,2.27526,-.46607,-30.04724,2.2509,-.58472,-29.9854,2.23316,-.67186,-29.82437,2.22319,-.70265,-29.82437,2.26051,-.71104,-29.16405,2.30939,1.01714,-27.04793,2.30368,1.12692,-27.18304,2.31925,1.05914,-26.52272,2.3195,1.01808,-26.52272,2.31909,.99249,-25.86238,2.31456,.88711,-26.91066,2.32034,.89006,-26.52272,2.32004,.89008,-25.86238,2.31906,.92956,-25.20204,2.31918,.89517,-25.20204,2.31897,.8858,-24.54172,2.31812,.76877,-26.79398,2.32111,.77208,-26.52272,2.32118,.76714,-25.86238,2.31963,.77226,-25.20204,2.32045,.77741,-24.54172,2.3195,.85942,-23.88138,2.3195,.7825,-23.88138,2.3207,.63953,-26.69789,2.32196,.64168,-26.52272,2.32236,.6416,-25.86238,2.3201,.64162,-25.20204,2.32219,.6498,-24.54172,2.3195,.64999,-23.88138,2.32251,.50301,-26.60867,2.32286,.50299,-26.52272,2.32358,.51117,-25.86238,2.32054,.5193,-25.20204,2.32385,.52756,-24.54172,2.33189,.5439,-23.88138,2.32361,.3806,-26.55376,2.32367,.3806,-26.52272,2.3239,.3806,-25.86238,2.3208,.39694,-25.20204,2.32553,.40515,-24.54172,2.34132,.4133,-23.88138,2.32443,.26144,-26.52272,2.32273,.26143,-25.86238,2.32021,.26645,-25.20204,2.3273,.27467,-24.54172,2.34526,.29097,-23.88138,2.32346,.14351,-26.52272,2.32161,.14774,-25.86238,2.31969,.15196,-25.20204,2.32701,.16037,-24.54172,2.34494,.16888,-23.88138,2.32141,.01242,-26.52272,2.32138,.0124,-26.56062,2.32034,.01814,-25.86238,2.31908,.01813,-25.20204,2.32347,.02951,-24.54172,2.34099,.04659,-23.88138,2.31894,-.12166,-26.61552,2.31931,-.12213,-26.52272,2.31943,-.0395,-26.1861,2.3201,-.0065,-25.86238,2.31572,-.22554,-26.74843,2.31894,-.14526,-26.52272,2.31886,-.02785,-25.20204,2.31995,-.10083,-24.54172,2.33341,-.08534,-23.88138,2.31847,-.15595,-24.54172,2.32323,-.2159,-23.88138,2.32843,-.29472,-23.88138,2.31754,.83789,-23.22105,2.31754,.79274,-23.22105,2.30605,.81839,-22.56071,2.30605,.79408,-22.56071,2.26299,.79909,-21.90039,2.31754,.65784,-23.22105,2.30605,.65813,-22.56071,2.26299,.65446,-21.90039,2.17815,.81476,-21.24005,2.17815,.65286,-21.24005,2.07591,.83937,-20.57971,2.0759,.64835,-20.57971,2.34676,.54485,-23.22105,2.35707,.57333,-22.56071,2.34168,.58537,-21.90039,2.2885,.59589,-21.24005,2.20352,.61093,-20.57971,2.36932,.43855,-23.22105,2.40196,.4808,-22.56071,2.41379,.50194,-21.90039,2.38623,.5313,-21.24005,2.3317,.55228,-20.57971,2.38757,.31899,-23.22105,2.44031,.35832,-22.56071,2.47398,.39732,-21.90039};
			return value;
		}
		private double[] getCoordinate_12_143_point_5()
		{
			double[] value = {2.47852,.43883,-21.24005,2.45105,.45743,-20.57971,2.3962,.19011,-23.22105,2.4588,.22099,-22.56071,2.51637,.26396,-21.90039,2.54904,.30362,-21.24005,2.55031,.32271,-20.57971,2.39354,.06358,-23.22105,2.46613,.08231,-22.56071,2.54106,.11293,-21.90039,2.59091,.14416,-21.24005,2.38409,-.06976,-23.22105,2.46311,-.05429,-22.56071,2.54753,-.03299,-21.90039,2.37016,-.20053,-23.22105,2.44982,-.19025,-22.56071,2.53856,-.17981,-21.90039,2.57854,-.17014,-21.50082,2.34982,-.35175,-23.22105,2.42101,-.3473,-22.56071,2.50563,-.33794,-21.90039,2.58696,-.26894,-21.24005,2.57729,-.32648,-21.24005,2.58801,-.32367,-21.05011,2.33446,-.45485,-23.22105,2.37988,-.50899,-22.56071,2.45529,-.49808,-21.90039,2.52777,-.48784,-21.24005,2.57248,-.47588,-20.57971,2.35527,-.59361,-22.56071,2.39992,-.64658,-21.90039,2.46631,-.64049,-21.24005,2.51827,-.62904,-20.57971,2.37157,-.71901,-21.90039,2.39298,-.79402,-21.24005,2.43613,-.791,-20.57971,2.38077,-.81911,-21.24005,2.32271,-.93344,-20.57971,1.93147,.86864,-19.91939,1.93147,.6355,-19.91939,2.10121,.6143,-19.91939,2.26527,.5668,-19.91939,2.41374,.48244,-19.91939,2.60562,.16792,-20.74976,2.5995,.2034,-20.57971,2.61073,.17616,-20.57971,2.53217,.35973,-19.91939,2.61354,.20979,-19.91939,2.58516,-.02232,-21.47952,2.60231,.02736,-21.24005,2.60657,-.01623,-21.24005,2.64031,.00177,-20.57971,2.65076,.04315,-19.91939,2.60527,-.11435,-21.24005,2.63809,-.15295,-20.57971,2.61055,-.1619,-21.12306,2.61456,-.31674,-20.57971,2.60884,-.31824,-20.68095,2.65733,-.12775,-19.91939,2.64014,-.29788,-19.91939,2.60564,-.35051,-20.57971,2.59894,-.46387,-19.91939,2.58751,-.46906,-20.20454,2.56165,-.55663,-19.91939,2.52951,-.62472,-20.14005,2.49111,-.69832,-19.91939,2.4492,-.77037,-19.91939,2.33985,-.9017,-19.91939,2.19049,-1.04054,-20.57971,2.20661,-1.00858,-19.91939};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_149_point_1()
		{
			double[] value = {-2.19205,-.9765,-28.50371,-2.29672,-.9765,-28.50371,-2.26051,-.71104,-29.16405,-2.31265,-.88895,-28.50371,-2.3705,-.83376,-28.50371,-2.35304,-.71811,-28.50371,-2.36664,-1.08078,-27.84338,-2.13765,-1.08078,-27.84338,-2.36693,-.94501,-27.84338,-2.43886,-.86488,-27.84338,-2.41791,-.70528,-27.84338,-2.41888,-1.13252,-27.18359,-2.13011,-1.13252,-27.18305,-2.41315,-.93082,-27.18344,-2.47722,-.84766,-27.18338,-2.47302,-.65552,-26.66217,-2.45265,-.6786,-27.18326,-2.50418,-.82005,-26.66241,-2.46925,-.89041,-26.52272,-2.46925,-.86877,-26.705,-2.43788,-.73488,-26.52272,-2.40337,-.60521,-26.705,-2.40337,-.5638,-26.52272,-2.50331,-1.05923,-26.52272,-2.46695,-1.07044,-26.52315,-2.40687,-1.11928,-26.52325,-2.3688,-1.19032,-26.52252,-2.36438,-1.23204,-26.52177,-2.12675,-1.23204,-26.52177,-2.40961,-.54997,-25.86238,-2.43707,-.71677,-25.86238,-2.40106,-.54273,-25.20204,-2.42648,-.70195,-25.20204,-2.38164,-.52251,-24.54172,-2.41006,-.68753,-24.54172,-2.46315,-.87512,-25.86238,-2.45311,-.86882,-25.20204,-2.43997,-.86107,-24.54172,-2.49129,-1.04599,-25.86238,-2.47928,-1.03273,-25.20204,-2.46727,-1.01947,-24.54172,-2.45494,-1.05718,-25.86282,-2.44293,-1.04391,-25.20248,-2.43092,-1.03067,-24.54215,-2.39487,-1.10602,-25.86293,-2.38286,-1.09276,-25.20259,-2.37085,-1.07951,-24.54227,-2.3568,-1.17706,-25.8622,-2.34479,-1.16382,-25.20186,-2.33278,-1.15056,-24.54154,-2.35237,-1.2188,-25.86144,-2.34036,-1.20554,-25.20111,-2.32834,-1.19228,-24.54077,-2.12672,-1.22195,-25.86144,-2.11951,-1.21205,-25.20111,-2.11951,-1.20143,-24.54077,-2.35812,-.50882,-23.88138,-2.39061,-.67516,-23.88138,-2.35089,-.5361,-23.22105,-2.37743,-.66733,-23.22105,-2.35527,-.59361,-22.56071,-2.37256,-.68146,-22.56071,-2.42442,-.84831,-23.88138,-2.4124,-.84035,-23.22105,-2.40126,-.82733,-22.56071,-2.45526,-1.00621,-23.88138,-2.44325,-.99297,-23.22105,-2.43124,-.97971,-22.56071,-2.41891,-1.01741,-23.88182,-2.40691,-1.00415,-23.22148,-2.3949,-.99089,-22.56116,-2.35884,-1.06625,-23.88193,-2.34682,-1.05299,-23.2216,-2.33481,-1.03973,-22.56126,-2.32077,-1.1373,-23.8812,-2.30876,-1.12404,-23.22087,-2.29675,-1.11079,-22.56053,-2.31633,-1.17903,-23.88045,-2.30432,-1.16577,-23.22011,-2.29231,-1.15251,-22.55977,-2.11244,-1.19019,-23.88045,-2.11212,-1.18111,-23.22011,-2.1053,-1.17342,-22.56067,-2.37157,-.71901,-21.90039,-2.39123,-.82112,-21.90039,-2.38077,-.81911,-21.24005,-2.41923,-.96645,-21.90039,-2.40721,-.9532,-21.24005,-2.32271,-.93344,-20.57971,-2.3674,-.96056,-21.04954,-2.38287,-.97765,-21.90082,-2.37086,-.96439,-21.24049,-2.3228,-1.02649,-21.90093,-2.31079,-1.01323,-21.2406,-2.30498,-1.00682,-20.92117,-2.26671,-.98454,-20.57971,-2.28473,-1.09753,-21.90019,-2.27272,-1.08427,-21.23987,-2.26941,-1.08061,-21.05728,-2.19049,-1.04054,-20.57971};
			return value;
		}
		private double[] getCoordinate_12_149_point_2()
		{
			double[] value = {-2.2803,-1.13925,-21.89945,-2.26829,-1.12601,-21.2391,-2.10557,-1.16376,-21.9003,-2.11911,-1.15283,-21.2399,-2.27774,-.65767,-28.50371,-2.32504,-.62579,-27.84338,-2.29571,-.54024,-27.84338,-2.31982,-.45108,-27.18309,-2.30951,-.38011,-27.18305,-2.364,-.59271,-27.1832,-2.34062,-.25273,-26.52272,-2.31894,-.14526,-26.52272,-2.37239,-.41022,-26.52272,-2.33621,-.10439,-25.86238,-2.3201,-.0065,-25.86238,-2.31943,-.0395,-26.1861,-2.35678,-.22928,-25.86238,-2.38299,-.38843,-25.86238,-2.31886,-.02785,-25.20204,-2.33197,-.10992,-25.20204,-2.31847,-.15595,-24.54172,-2.34912,-.21741,-25.20204,-2.33346,-.24301,-24.54172,-2.32843,-.29472,-23.88138,-2.37346,-.36978,-25.20204,-2.35629,-.37549,-24.54172,-2.33362,-.38336,-23.88138,-2.33446,-.45485,-23.22105,2.26051,-.71104,-29.16405,2.29672,-.9765,-28.50371,2.19205,-.9765,-28.50371,2.31265,-.88895,-28.50371,2.3705,-.83376,-28.50371,2.35304,-.71811,-28.50371,2.36664,-1.08078,-27.84338,2.13765,-1.08078,-27.84338,2.36693,-.94501,-27.84338,2.43886,-.86488,-27.84338,2.41791,-.70528,-27.84338,2.41889,-1.13252,-27.18359,2.13011,-1.13252,-27.18304,2.41315,-.93082,-27.18344,2.47722,-.84766,-27.18338,2.45265,-.6786,-27.18326,2.47302,-.65552,-26.66217,2.50418,-.82005,-26.66241,2.46926,-.89041,-26.52272,2.46926,-.86877,-26.705,2.43788,-.73488,-26.52272,2.40337,-.60521,-26.705,2.40337,-.5638,-26.52272,2.50331,-1.05923,-26.52272,2.46695,-1.07044,-26.52315,2.40688,-1.11928,-26.52325,2.36881,-1.19032,-26.52252,2.36438,-1.23204,-26.52177,2.12676,-1.23204,-26.52177,2.40961,-.54997,-25.86238,2.43707,-.71677,-25.86238,2.40106,-.54273,-25.20204,2.42648,-.70195,-25.20204,2.38164,-.52251,-24.54172,2.41007,-.68753,-24.54172,2.46315,-.87512,-25.86238,2.45311,-.86882,-25.20204,2.43997,-.86107,-24.54172,2.49129,-1.04599,-25.86238,2.47928,-1.03273,-25.20204,2.46727,-1.01947,-24.54172,2.45494,-1.05718,-25.86282,2.44293,-1.04391,-25.20248,2.43092,-1.03067,-24.54215,2.39487,-1.10602,-25.86293,2.38286,-1.09276,-25.20259,2.37085,-1.07951,-24.54227,2.3568,-1.17706,-25.8622,2.34479,-1.16382,-25.20186,2.33278,-1.15056,-24.54153,2.35237,-1.2188,-25.86144,2.34036,-1.20554,-25.20111,2.32834,-1.19228,-24.54077,2.12673,-1.22195,-25.86144,2.11951,-1.21205,-25.20111,2.11951,-1.20143,-24.54077,2.35812,-.50882,-23.88138,2.39061,-.67516,-23.88138,2.35089,-.5361,-23.22105,2.37743,-.66733,-23.22105,2.35527,-.59361,-22.56071,2.37256,-.68146,-22.56071,2.42442,-.84831,-23.88138,2.4124,-.84035,-23.22105,2.40126,-.82733,-22.56071,2.45526,-1.00621,-23.88138,2.44325,-.99297,-23.22105,2.43125,-.97971,-22.56071,2.41892,-1.01741,-23.88182,2.40691,-1.00415,-23.22148,2.3949,-.99089,-22.56116,2.35884,-1.06625,-23.88193};
			return value;
		}
		private double[] getCoordinate_12_149_point_3()
		{
			double[] value = {2.34682,-1.05299,-23.2216,2.33481,-1.03973,-22.56126,2.32077,-1.1373,-23.8812,2.30876,-1.12404,-23.22087,2.29675,-1.11079,-22.56053,2.31633,-1.17903,-23.88045,2.30432,-1.16577,-23.22011,2.29231,-1.15251,-22.55977,2.11244,-1.19019,-23.88045,2.11212,-1.18111,-23.22011,2.1053,-1.17342,-22.56067,2.37157,-.71901,-21.90039,2.39124,-.82112,-21.90039,2.38077,-.81911,-21.24005,2.41924,-.96645,-21.90039,2.40721,-.9532,-21.24005,2.32271,-.93344,-20.57971,2.3674,-.96056,-21.04954,2.38287,-.97765,-21.90082,2.37087,-.96439,-21.24049,2.3228,-1.02649,-21.90093,2.31079,-1.01323,-21.2406,2.30498,-1.00682,-20.92117,2.26671,-.98454,-20.57971,2.28473,-1.09753,-21.90019,2.27272,-1.08427,-21.23987,2.26941,-1.08061,-21.05728,2.19049,-1.04054,-20.57971,2.2803,-1.13925,-21.89944,2.2683,-1.12601,-21.2391,2.10558,-1.16376,-21.9003,2.11911,-1.15283,-21.2399,2.27774,-.65767,-28.50371,2.29572,-.54024,-27.84338,2.32504,-.62579,-27.84338,2.30951,-.38011,-27.18304,2.31983,-.45108,-27.18309,2.364,-.59271,-27.1832,2.31894,-.14526,-26.52272,2.34062,-.25273,-26.52272,2.37239,-.41022,-26.52272,2.31943,-.0395,-26.1861,2.3201,-.0065,-25.86238,2.33621,-.10439,-25.86238,2.35678,-.22928,-25.86238,2.383,-.38843,-25.86238,2.31886,-.02785,-25.20204,2.33197,-.10992,-25.20204,2.31847,-.15595,-24.54172,2.34912,-.21741,-25.20204,2.33347,-.24301,-24.54172,2.32843,-.29472,-23.88138,2.37346,-.36978,-25.20204,2.35629,-.37549,-24.54172,2.33362,-.38336,-23.88138,2.33446,-.45485,-23.22105};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_155_point_1()
		{
			double[] value = {0.0,-.84164,-21.24005,0.0,-.79767,-20.57971,-.11383,-.79485,-20.57971,-.11087,-.83862,-21.24005,0.0,-.88901,-21.90039,-.11099,-.88655,-21.90039,0.0,-.93721,-22.56071,-.10371,-.9346,-22.56071,0.0,-.98476,-23.22105,-.0979,-.98404,-23.22105,-.22699,-.78232,-20.57971,-.22191,-.82546,-21.24005,-.22125,-.87386,-21.90039,-.20702,-.92493,-22.56071,-.19571,-.97967,-23.22105,-.33821,-.75816,-20.57971,-.32942,-.8013,-21.24005,-.32983,-.85072,-21.90039,-.30955,-.90912,-22.56071,-.29329,-.97157,-23.22105,-.44614,-.72201,-20.57971,-.43286,-.76849,-21.24005,-.43593,-.81802,-21.90039,-.41104,-.88751,-22.56071,-.39033,-.95871,-23.22105,-.54948,-.67439,-20.57971,-.5397,-.72343,-21.24005,-.53947,-.77792,-21.90039,-.51132,-.86087,-22.56071,-.48675,-.94168,-23.22105,-.6467,-.61517,-20.57971,-.58566,-.70099,-21.24005,-.74144,-.80193,-21.24005,-.70505,-.88547,-21.90039,-.67549,-.9593,-22.56071,-.657,-1.03621,-23.22105,-.92825,-.78667,-20.57971,-.8941,-.90088,-21.24005,-.86018,-.98625,-21.90039,-.83603,-1.05388,-22.56071,-.82161,-1.12849,-23.22105,-.9478,-.85313,-20.57971,-1.02206,-.91179,-20.57971,-1.05528,-1.00533,-21.24005,-1.09091,-.92915,-20.57971,-1.01756,-1.08849,-21.90039,-.99747,-1.14703,-22.56071,-.97534,-1.20013,-23.22105,-1.11925,-.84297,-19.91939,-1.14705,-.99567,-20.57971,-1.24022,-.96361,-19.91939,-1.21107,-1.0544,-20.57971,-1.11349,-1.06259,-21.24005,-1.08488,-1.13345,-21.90039,-1.06908,-1.18517,-22.56071,-1.0537,-1.22343,-23.22105,-1.28169,-1.10428,-20.57971,-1.38333,-1.05684,-19.91939,-1.36024,-1.14111,-20.57971,-1.44368,-1.16585,-20.57971,-1.54492,-1.11154,-19.91939,-1.5296,-1.17969,-20.57971,-1.1761,-1.11452,-21.24005,-1.15431,-1.17468,-21.90039,-1.1425,-1.2193,-22.56071,-1.13434,-1.23622,-23.22105,-1.61613,-1.18848,-20.57971,-1.71501,-1.12871,-19.91939,-1.703,-1.19324,-20.57971,-1.78998,-1.19414,-20.57971,-1.88759,-1.11935,-19.91939,-1.87625,-1.18265,-20.57971,-1.96028,-1.16136,-20.57971,-1.88576,-1.1196,-19.91939,-2.0524,-1.08185,-19.91939,-2.04075,-1.12894,-20.57971,-2.11752,-1.088,-20.57971,-2.2066,-1.00858,-19.91939,-2.19049,-1.04054,-20.57971,-1.24422,-1.15922,-21.24005,-1.22757,-1.20915,-21.90039,-1.21913,-1.24544,-22.56071,-1.21555,-1.2442,-23.22105,-1.31854,-1.19301,-21.24005,-1.30522,-1.23091,-21.90039,-1.29945,-1.25702,-22.56071,-1.29727,-1.24526,-23.22105,-1.39609,-1.2177,-21.24005,-1.38463,-1.24582,-21.90039,-1.38036,-1.25894,-22.56071,-1.37886,-1.24039,-23.22105,-1.47566,-1.23491,-21.24005,-1.46533,-1.2522,-21.90039,-1.4613,-1.25449,-22.56071,-1.4604,-1.23473,-23.22105,-1.57863,-1.29308,-21.24005,-1.56775,-1.30278,-21.90039,-1.50221,-1.25018,-22.56071,-1.5636,-1.29753,-22.56071,-1.54184,-1.2276,-23.22105};
			return value;
		}
		private double[] getCoordinate_12_155_point_2()
		{
			double[] value = {-1.65427,-1.28389,-21.24005,-1.64842,-1.29697,-21.90039,-1.64445,-1.28935,-22.56071,-1.62329,-1.22075,-23.22105,-1.71995,-1.23682,-21.24005,-1.70676,-1.23257,-21.90039,-1.66698,-1.22931,-22.56071,-1.70285,-1.22444,-22.56071,-1.70477,-1.21429,-23.22105,-1.80046,-1.22356,-21.24005,-1.78633,-1.21777,-21.90039,-1.78331,-1.21393,-22.56071,-1.78627,-1.20789,-23.22105,-1.88052,-1.20784,-21.24005,-1.86569,-1.20171,-21.90039,-1.86395,-1.20497,-22.56071,-1.86775,-1.20151,-23.22105,-1.95953,-1.18726,-21.24005,-1.94557,-1.18861,-21.90039,-1.94453,-1.19544,-22.56071,-1.94923,-1.19487,-23.22105,-2.03915,-1.16931,-21.23999,-2.02556,-1.17613,-21.90036,-2.02505,-1.18544,-22.56071,-2.03068,-1.18808,-23.22084,-2.11911,-1.15283,-21.2399,-2.10558,-1.16376,-21.9003,-2.1053,-1.17342,-22.56067,-2.11212,-1.18111,-23.22011,0.0,-1.0307,-23.88138,-.09471,-1.0307,-23.88138,0.0,-1.07358,-24.54172,-.09299,-1.07297,-24.54172,0.0,-1.10169,-25.20204,-.09363,-1.10169,-25.20204,0.0,-1.11731,-26.52272,0.0,-1.11731,-25.86238,-.09715,-1.11731,-25.86238,-.10425,-1.11731,-26.52272,-.18941,-1.02991,-23.88138,-.18597,-1.07214,-24.54172,-.18726,-1.10169,-25.20204,-.19432,-1.11731,-25.86238,-.2085,-1.11731,-26.52272,-.28403,-1.026,-23.88138,-.27895,-1.07045,-24.54172,-.28087,-1.10169,-25.20204,-.29147,-1.11731,-25.86238,-.31274,-1.11731,-26.52272,-.37826,-1.01668,-23.88138,-.37186,-1.06682,-24.54172,-.3745,-1.10169,-25.20204,-.38863,-1.11731,-25.86238,-.41699,-1.11731,-26.52272,-.47224,-1.00499,-23.88138,-.46474,-1.06218,-24.54172,-.46812,-1.10169,-25.20204,-.48579,-1.11731,-25.86238,-.52124,-1.11731,-26.52272,-.64589,-1.09395,-23.88138,-.63203,-1.13695,-24.54172,-.63777,-1.16969,-25.20204,-.64882,-1.18395,-25.86238,-.63495,-1.17059,-26.52272,-.81767,-1.17445,-23.88138,-.80176,-1.20392,-24.54172,-.7966,-1.2235,-25.20204,-.79655,-1.23332,-25.86238,-.79172,-1.23346,-26.52272,-.96788,-1.22931,-23.88138,-.95589,-1.25151,-24.54172,-.95607,-1.26656,-25.20204,-.95521,-1.27434,-25.86238,-.9491,-1.27777,-26.30766,-.94746,-1.27869,-26.42538,-.94613,-1.27943,-26.52272,-1.04784,-1.24858,-23.88138,-1.03802,-1.26726,-24.54172,-1.03833,-1.28153,-25.20204,-1.03813,-1.28919,-25.86238,-1.0336,-1.29239,-26.21286,-1.0296,-1.29521,-26.52272,-1.12907,-1.26025,-23.88138,-1.12071,-1.27846,-24.54172,-1.12115,-1.29187,-25.20204,-1.12152,-1.30017,-25.86238,-1.11725,-1.30425,-26.21477,-1.21104,-1.26569,-23.88138,-1.20421,-1.2831,-24.54172,-1.2046,-1.29718,-25.20204,-1.20557,-1.30574,-25.86238,-1.20158,-1.31088,-26.21667,-1.29324,-1.26277,-23.88138,-1.28766,-1.28105,-24.54172,-1.28808,-1.29289,-25.20204,-1.28961,-1.30667,-25.86238,-1.28601,-1.31247,-26.21666,-1.37521,-1.25638,-23.88138,-1.37106,-1.27493,-24.54172,-1.37138,-1.28618,-25.20204};
			return value;
		}
		private double[] getCoordinate_12_155_point_3()
		{
			double[] value = {-1.37363,-1.30063,-25.86238,-1.36967,-1.31003,-26.30829,-1.36777,-1.31455,-26.52272,-1.28291,-1.31749,-26.52272,-1.36859,-1.31261,-26.43045,-1.45709,-1.24846,-23.88138,-1.45389,-1.26332,-24.54172,-1.45435,-1.27577,-25.20204,-1.45709,-1.28967,-25.86238,-1.45199,-1.30345,-26.52272,-1.53883,-1.23935,-23.88138,-1.5367,-1.25171,-24.54172,-1.53706,-1.26354,-25.20204,-1.54034,-1.27689,-25.86238,-1.53596,-1.29079,-26.52272,-1.62219,-1.22463,-23.48852,-1.6206,-1.23033,-23.88138,-1.61952,-1.2401,-24.54172,-1.6198,-1.25137,-25.20204,-1.62353,-1.26369,-25.86238,-1.61955,-1.27562,-26.52272,-1.70383,-1.2175,-23.48933,-1.78548,-1.21053,-23.48933,-1.86717,-1.20395,-23.48933,-1.94885,-1.19742,-23.48933,-1.9483,-1.20116,-23.88138,-2.03036,-1.19534,-23.88132,-2.11244,-1.19019,-23.88045,-1.70245,-1.22218,-23.88138,-1.70247,-1.22951,-24.54172,-1.70265,-1.24014,-25.20204,-1.70692,-1.25189,-25.86238,-1.70354,-1.26296,-26.52272,-1.78433,-1.21439,-23.88138,-1.7856,-1.2204,-24.54172,-1.8663,-1.20752,-23.88138,-1.86896,-1.21387,-24.54172,-1.95238,-1.20801,-24.54172,-2.03593,-1.20445,-24.54129,-2.11951,-1.20143,-24.54077,-1.78569,-1.23044,-25.20204,-1.79051,-1.24141,-25.86238,-1.78764,-1.25099,-26.52272,-1.86893,-1.22244,-25.20204,-1.95239,-1.21771,-25.20204,-2.03592,-1.21405,-25.20186,-2.11951,-1.21205,-25.20111,-1.87439,-1.23402,-25.86238,-1.87227,-1.24362,-26.52272,-1.9584,-1.22778,-25.86238,-1.95692,-1.23654,-26.52272,-2.04252,-1.224,-25.86203,-2.04184,-1.23428,-26.52225,-2.12672,-1.22195,-25.86144,-2.12675,-1.23204,-26.52177,0.0,-1.09888,-27.18304,-.09875,-1.09888,-27.18304,0.0,-1.0307,-28.50371,0.0,-1.07016,-27.84338,-.10207,-1.07016,-27.84338,-.09875,-1.0307,-28.50371,0.0,-1.03917,-29.16405,-.08989,-1.03915,-29.16405,-.09875,-.98596,-29.16405,0.0,-1.04764,-29.82437,-.08104,-1.04761,-29.82437,-.09875,-.92738,-29.82437,-.20439,-1.09888,-27.18304,-.2043,-1.08972,-27.39349,-.20419,-1.07787,-27.66627,-.20412,-1.07016,-27.84338,-.20439,-1.0307,-28.50371,-.20439,-.98596,-29.16405,-.20439,-.92738,-29.82437,-.308,-1.09888,-27.18304,-.30618,-1.07016,-27.84338,-.30215,-1.0307,-28.50371,-.30215,-.98596,-29.16405,-.30215,-.92738,-29.82437,-.40909,-1.09888,-27.18304,-.40823,-1.07016,-27.84338,-.40309,-1.0333,-28.50371,-.40303,-.98596,-29.16405,-.40303,-.9274,-29.82437,-.50685,-1.09888,-27.18304,-.5103,-1.07016,-27.84338,-.51237,-1.03552,-28.50371,-.50685,-.98595,-29.16405,-.50685,-.92741,-29.82437,-.56195,-1.09888,-27.18304,-.62923,-1.12277,-27.18304,-.61236,-1.07016,-27.84338,-.60692,-1.03838,-28.50371,-.60687,-.98592,-29.16405,-.60687,-.92743,-29.82437,-.77962,-1.17571,-27.18304,-.75783,-1.10373,-27.84338,-.69534,-1.03328,-28.50371,-.75184,-1.04688,-28.50371,-.71803,-.98578,-29.16405};
			return value;
		}
		private double[] getCoordinate_12_155_point_4()
		{
			double[] value = {-.81134,-.99149,-29.16405,-.73471,-.92752,-29.82437,-.85098,-.93018,-29.82437,-.93059,-1.2256,-27.18304,-.91319,-1.14705,-27.84338,-.89648,-1.06923,-28.50371,-.88516,-.99487,-29.16405,-.87408,-.93184,-29.82437,-1.01561,-1.2437,-27.18304,-.99905,-1.17183,-27.84338,-.98399,-1.08794,-28.50371,-.97085,-1.00627,-29.16405,-.92468,-.93813,-29.82437,-1.11351,-1.30782,-26.52272,-1.10083,-1.26038,-27.18304,-1.19813,-1.31532,-26.52272,-1.18759,-1.26563,-27.18304,-1.27438,-1.26967,-27.18304,-1.36127,-1.26697,-27.18304,-1.44797,-1.26146,-27.18304,-1.0858,-1.19269,-27.84338,-1.18103,-1.23792,-27.49905,-1.0997,-1.09149,-27.83589,-1.26871,-1.2448,-27.49909,-1.34036,-1.12158,-27.83411,-1.35177,-1.22206,-27.84338,-1.44107,-1.22118,-27.84338,-1.07115,-1.10817,-28.50371,-1.17389,-1.20772,-27.84338,-1.15794,-1.12994,-28.50371,-1.26253,-1.2177,-27.84338,-1.24608,-1.14481,-28.50371,-1.33476,-1.15671,-28.50371,-1.42409,-1.16151,-28.50371,-1.0563,-1.01912,-29.16405,-1.00777,-.95195,-29.82437,-1.53448,-1.25302,-27.18305,-1.62045,-1.24068,-27.18305,-1.70605,-1.22553,-27.18305,-1.79166,-1.21037,-27.18305,-1.87711,-1.19449,-27.18305,-1.96251,-1.17827,-27.18305,-2.04668,-1.15691,-27.18305,-2.13011,-1.13252,-27.18305,-1.14125,-1.0351,-29.16405,-1.09036,-.96739,-29.82437,-1.22577,-1.05319,-29.16405,-1.1729,-.9832,-29.82437,-1.31012,-1.07202,-29.16405,-1.25551,-.99858,-29.82437,-1.39552,-1.08527,-29.16405,-1.33835,-1.01266,-29.82437,-1.53039,-1.21848,-27.84338,-1.51349,-1.16438,-28.50371,-1.48096,-1.09633,-29.16405,-1.42157,-1.02418,-29.82437,-1.61922,-1.20921,-27.84338,-1.60294,-1.16176,-28.50371,-1.56695,-1.09988,-29.16405,-1.50526,-1.0316,-29.82437,-1.70796,-1.1987,-27.84338,-1.79594,-1.18375,-27.84338,-1.88321,-1.16452,-27.84338,-1.96895,-1.13957,-27.84338,-2.05394,-1.11203,-27.84338,-2.13765,-1.08078,-27.84338,-1.69199,-1.15419,-28.50371,-1.65298,-1.09708,-29.16405,-1.58926,-1.03229,-29.82437,-1.78073,-1.14262,-28.50371,-1.73878,-1.09016,-29.16405,-1.67313,-1.02783,-29.82437,-1.86789,-1.1228,-28.50371,-1.82387,-1.07669,-29.16405,-1.75635,-1.01688,-29.82437,-1.95386,-1.09853,-28.50371,-2.03642,-1.064,-28.50371,-2.11592,-1.02353,-28.50371,-2.19205,-.9765,-28.50371,-1.90701,-1.05446,-29.16405,-1.83841,-.99922,-29.82437,-1.98755,-1.02435,-29.16405,-1.91878,-.97491,-29.82437,-2.06457,-.98665,-29.16405,-1.99637,-.94266,-29.82437,-2.13124,-.93262,-29.16405,-2.06639,-.89668,-29.82437,-2.18567,-.86604,-29.16405,-2.22618,-.79002,-29.16405,-2.26051,-.71104,-29.16405,-2.12826,-.84032,-29.82437,-2.18135,-.77544,-29.82437,-2.22319,-.70265,-29.82437,0.0,-1.05611,-30.48471,-.07217,-1.05606,-30.48471,0.0,-1.06458,-31.14504,-.06331,-1.06451,-31.14504,0.0,-1.07304,-31.80537,-.05437,-1.07304,-31.81123,0.0,-1.01631,-32.20706};
			return value;
		}
		private double[] getCoordinate_12_155_point_5()
		{
			double[] value = {-.05437,-1.01631,-32.20706,0.0,-.66647,-32.30602,-.07155,-.66647,-32.30602,0.0,-.57393,-32.46571,-.09875,-.57393,-32.46571,-.09875,-.86328,-30.48471,-.09875,-.7914,-31.14504,-.09875,-.70592,-31.80537,0.0,-.38898,-33.12604,-.09283,-.38898,-33.12604,-.20439,-.86328,-30.48471,-.30215,-.86328,-30.48471,-.40303,-.86328,-30.48471,-.50685,-.86328,-30.48471,-.60687,-.86328,-30.48471,-.73562,-.86328,-30.48471,-.83537,-.86328,-30.48471,-.91865,-.87592,-30.48471,-1.00145,-.89075,-30.48471,-1.08403,-.90668,-30.48471,-1.16647,-.92342,-30.48471,-1.24893,-.93997,-30.48471,-1.33237,-.95052,-30.48471,-1.41611,-.95815,-30.48471,-1.50001,-.96358,-30.48471,-1.58412,-.96213,-30.48471,-1.66789,-.95575,-30.48471,-1.75088,-.94307,-30.48471,-1.83227,-.92183,-30.48471,-1.91066,-.89174,-30.48471,-1.98683,-.85658,-30.48471,-2.05727,-.81061,-30.48471,-2.11671,-.75114,-30.48471,-2.16884,-.6853,-30.48471,0.0,-.12958,-33.7896,-.08681,-.12958,-33.7896,-.20439,-.7914,-31.14504,-.20439,-.70625,-31.80537,-.19365,-.57393,-32.46571,-.18153,-.38898,-33.12604,-.17361,-.12958,-33.7896,-.30215,-.7914,-31.14504,-.30217,-.70657,-31.80537,-.29411,-.57393,-32.46571,-.28357,-.38898,-33.12604,-.23628,-.21065,-33.7896,-.40303,-.7914,-31.14504,-.40304,-.70689,-31.80537,-.41751,-.57393,-32.46571,-.35875,-.45033,-33.12604,-.30446,-.28697,-33.7896,-.50685,-.7914,-31.14504,-.5648,-.7074,-31.80537,-.50175,-.61328,-32.46571,-.43886,-.50493,-33.12604,-.3791,-.35686,-33.7896,-.60687,-.7914,-31.14504,-.73567,-.7914,-31.14504,-.65138,-.72803,-31.80537,-.58734,-.64946,-32.46571,-.53621,-.57298,-32.98965,-.5229,-.55307,-33.12604,-.45918,-.42078,-33.7896,-.81891,-.80536,-31.14504,-.90164,-.82135,-31.14504,-.98427,-.83781,-31.14504,-1.06685,-.85457,-31.14504,-1.14961,-.87039,-31.14504,-1.23305,-.88194,-31.14504,-1.31679,-.89117,-31.14504,-1.40083,-.89722,-31.14504,-1.48508,-.89623,-31.14504,-1.56901,-.89006,-31.14504,-1.65242,-.87888,-31.14504,-1.73396,-.85767,-31.14504,-1.81473,-.8342,-31.14504,-1.89166,-.79985,-31.14504,-1.96435,-.75761,-31.14504,-2.03119,-.70659,-31.14504,-2.09271,-.64911,-31.14504,-.73817,-.74765,-31.80537,-.67419,-.68266,-32.46571,-.62373,-.61255,-32.9902,-.61067,-.59439,-33.12604,-.54727,-.47308,-33.7896,-.81963,-.7652,-31.80537,-.75247,-.70441,-32.46571,-.69867,-.63821,-32.99027,-.68475,-.62109,-33.12604,-.61641,-.50632,-33.7896,-.90153,-.7804,-31.80537,-.83125,-.72408,-32.46571,-.7744,-.66139,-32.99027,-.75967,-.64517,-33.12604,-.68678,-.53668,-33.7896,-.98363,-.79462,-31.80537,-.91073,-.74071,-32.46571,-.85083,-.68222,-32.99017,-.83531,-.66707,-33.12604,-.75871,-.56316,-33.7896};
			return value;
		}
		private double[] getCoordinate_12_155_point_6()
		{
			double[] value = {-1.06601,-.80696,-31.80537,-.99103,-.75305,-32.46571,-.92871,-.69661,-32.99042,-.9126,-.68202,-33.12604,-.83299,-.58231,-33.7896,-1.14871,-.81703,-31.80537,-1.23163,-.825,-31.80537,-1.31477,-.83026,-31.80537,-1.39802,-.83305,-31.80537,-1.48129,-.83018,-31.80537,-1.56422,-.8228,-31.80537,-1.64648,-.81065,-31.80537,-1.72671,-.78818,-31.80537,-1.80215,-.75284,-31.80537,-1.87495,-.71268,-31.80537,-1.94278,-.66451,-31.80537,-2.00607,-.61038,-31.80537,-1.07168,-.7626,-32.46571,-1.00708,-.70783,-32.99039,-.99037,-.69366,-33.12604,-.90868,-.5934,-33.7896,-1.15266,-.76862,-32.46571,-1.06888,-.69983,-33.12604,-.98503,-.60078,-33.7896,-1.23379,-.7724,-32.46571,-1.14757,-.6998,-33.12604,-1.06158,-.60295,-33.7896,-1.31503,-.77216,-32.46571,-1.39593,-.76593,-32.46571,-1.47655,-.75629,-32.46571,-1.55598,-.7393,-32.46571,-1.63304,-.71402,-32.46571,-1.70936,-.68622,-32.46571,-1.78014,-.64636,-32.46571,-1.84836,-.60259,-32.46571,-1.91304,-.55347,-32.46571,-1.2261,-.69585,-33.12604,-1.13829,-.60178,-33.7896,-1.30414,-.6853,-33.12604,-1.21377,-.58876,-33.7896,-1.38197,-.67384,-33.12604,-1.28915,-.57455,-33.7896,-1.45743,-.65129,-33.12604,-1.36265,-.55266,-33.7896,-1.53204,-.62643,-33.12604,-1.43544,-.52879,-33.7896,-1.60478,-.59627,-33.12604,-1.50517,-.49683,-33.7896,-1.6748,-.56068,-33.12604,-1.57307,-.46147,-33.7896,-1.74232,-.5202,-33.12604,-1.63817,-.42088,-33.7896,-1.80608,-.47397,-33.12604,-1.70071,-.3765,-33.7896,.11383,-.79485,-20.57971,.11087,-.83862,-21.24005,.11099,-.88655,-21.90039,.10372,-.9346,-22.56071,.0979,-.98404,-23.22105,.22699,-.78232,-20.57971,.22191,-.82546,-21.24005,.22125,-.87386,-21.90039,.20702,-.92493,-22.56071,.19571,-.97967,-23.22105,.33821,-.75816,-20.57971,.32942,-.8013,-21.24005,.32983,-.85072,-21.90039,.30956,-.90912,-22.56071,.29329,-.97157,-23.22105,.44614,-.72201,-20.57971,.43286,-.76849,-21.24005,.43593,-.81802,-21.90039,.41104,-.88751,-22.56071,.39034,-.95871,-23.22105,.54949,-.67439,-20.57971,.5397,-.72343,-21.24005,.53948,-.77792,-21.90039,.51132,-.86087,-22.56071,.48676,-.94168,-23.22105,.6467,-.61517,-20.57971,.58566,-.70099,-21.24005,.74144,-.80193,-21.24005,.70505,-.88547,-21.90039,.67549,-.9593,-22.56071,.657,-1.03621,-23.22105,.92825,-.78667,-20.57971,.89411,-.90088,-21.24005,.86018,-.98625,-21.90039,.83603,-1.05388,-22.56071,.82161,-1.12849,-23.22105,.9478,-.85313,-20.57971,1.02207,-.91179,-20.57971,1.05528,-1.00533,-21.24005,1.09091,-.92915,-20.57971,1.01756,-1.08849,-21.90039,.99747,-1.14703,-22.56071,.97534,-1.20013,-23.22105,1.14705,-.99567,-20.57971,1.11925,-.84297,-19.91939,1.24022,-.96361,-19.91939};
			return value;
		}
		private double[] getCoordinate_12_155_point_7()
		{
			double[] value = {1.21108,-1.0544,-20.57971,1.1135,-1.06259,-21.24005,1.08489,-1.13345,-21.90039,1.06908,-1.18517,-22.56071,1.0537,-1.22343,-23.22105,1.28169,-1.10428,-20.57971,1.38333,-1.05684,-19.91939,1.36025,-1.14111,-20.57971,1.44368,-1.16585,-20.57971,1.54492,-1.11154,-19.91939,1.5296,-1.17969,-20.57971,1.1761,-1.11452,-21.24005,1.15431,-1.17468,-21.90039,1.1425,-1.2193,-22.56071,1.13434,-1.23622,-23.22105,1.61614,-1.18848,-20.57971,1.71501,-1.12871,-19.91939,1.703,-1.19324,-20.57971,1.78998,-1.19414,-20.57971,1.88759,-1.11935,-19.91939,1.87625,-1.18265,-20.57971,1.96028,-1.16136,-20.57971,2.0524,-1.08185,-19.91939,1.88576,-1.1196,-19.91939,2.04076,-1.12894,-20.57971,2.11752,-1.088,-20.57971,2.20661,-1.00858,-19.91939,2.19049,-1.04054,-20.57971,1.24422,-1.15922,-21.24005,1.22757,-1.20915,-21.90039,1.21913,-1.24544,-22.56071,1.21555,-1.2442,-23.22105,1.31854,-1.19301,-21.24005,1.30522,-1.23091,-21.90039,1.29946,-1.25702,-22.56071,1.29727,-1.24526,-23.22105,1.39609,-1.2177,-21.24005,1.38463,-1.24582,-21.90039,1.38036,-1.25894,-22.56071,1.37886,-1.24039,-23.22105,1.47566,-1.23491,-21.24005,1.46533,-1.2522,-21.90039,1.46131,-1.25449,-22.56071,1.4604,-1.23473,-23.22105,1.57863,-1.29308,-21.24005,1.56775,-1.30278,-21.90039,1.50221,-1.25018,-22.56071,1.5636,-1.29753,-22.56071,1.54184,-1.2276,-23.22105,1.65427,-1.28389,-21.24005,1.64842,-1.29697,-21.90039,1.64446,-1.28935,-22.56071,1.62329,-1.22075,-23.22105,1.71996,-1.23682,-21.24005,1.70676,-1.23257,-21.90039,1.66698,-1.22931,-22.56071,1.70285,-1.22444,-22.56071,1.70477,-1.21429,-23.22105,1.80046,-1.22356,-21.24005,1.78633,-1.21777,-21.90039,1.78331,-1.21393,-22.56071,1.78627,-1.20789,-23.22105,1.88053,-1.20784,-21.24005,1.86569,-1.20171,-21.90039,1.86395,-1.20497,-22.56071,1.86775,-1.20151,-23.22105,1.95954,-1.18726,-21.24005,1.94557,-1.18861,-21.90039,1.94453,-1.19544,-22.56071,1.94924,-1.19487,-23.22105,2.03916,-1.16931,-21.23999,2.02556,-1.17613,-21.90036,2.02506,-1.18544,-22.56071,2.03069,-1.18808,-23.22084,2.11911,-1.15283,-21.2399,2.10558,-1.16376,-21.9003,2.1053,-1.17342,-22.56067,2.11212,-1.18111,-23.22011,.09471,-1.0307,-23.88138,.09299,-1.07297,-24.54172,.09363,-1.10169,-25.20204,.09715,-1.11731,-25.86238,.10425,-1.11731,-26.52272,.18941,-1.02991,-23.88138,.18598,-1.07214,-24.54172,.18726,-1.10169,-25.20204,.19432,-1.11731,-25.86238,.2085,-1.11731,-26.52272,.28403,-1.026,-23.88138,.27895,-1.07045,-24.54172,.28087,-1.10169,-25.20204,.29147,-1.11731,-25.86238,.31275,-1.11731,-26.52272,.37827,-1.01668,-23.88138,.37186,-1.06682,-24.54172,.3745,-1.10169,-25.20204,.38863,-1.11731,-25.86238,.41699,-1.11731,-26.52272,.47225,-1.00499,-23.88138,.46474,-1.06218,-24.54172};
			return value;
		}
		private double[] getCoordinate_12_155_point_8()
		{
			double[] value = {.46813,-1.10169,-25.20204,.48579,-1.11731,-25.86238,.52124,-1.11731,-26.52272,.64589,-1.09395,-23.88138,.63204,-1.13695,-24.54172,.63777,-1.16969,-25.20204,.64882,-1.18395,-25.86238,.63495,-1.17059,-26.52272,.81767,-1.17445,-23.88138,.80176,-1.20392,-24.54172,.7966,-1.2235,-25.20204,.79656,-1.23332,-25.86238,.79172,-1.23346,-26.52272,.96788,-1.22931,-23.88138,.95589,-1.25151,-24.54172,.95607,-1.26656,-25.20204,.95522,-1.27434,-25.86238,.9491,-1.27777,-26.30766,.94747,-1.27869,-26.42538,.94614,-1.27943,-26.52272,1.04784,-1.24858,-23.88138,1.03803,-1.26726,-24.54172,1.03833,-1.28153,-25.20204,1.03813,-1.28919,-25.86238,1.0336,-1.29239,-26.21286,1.0296,-1.29521,-26.52272,1.12908,-1.26025,-23.88138,1.12071,-1.27846,-24.54172,1.12116,-1.29187,-25.20204,1.12152,-1.30017,-25.86238,1.11725,-1.30425,-26.21477,1.21104,-1.26569,-23.88138,1.20421,-1.2831,-24.54172,1.20461,-1.29718,-25.20204,1.20557,-1.30574,-25.86238,1.20158,-1.31088,-26.21667,1.29324,-1.26277,-23.88138,1.28766,-1.28105,-24.54172,1.28809,-1.29289,-25.20204,1.28961,-1.30667,-25.86238,1.28601,-1.31247,-26.21666,1.37522,-1.25638,-23.88138,1.37106,-1.27493,-24.54172,1.37139,-1.28618,-25.20204,1.37363,-1.30063,-25.86238,1.36968,-1.31003,-26.30829,1.36859,-1.31261,-26.43045,1.28291,-1.31749,-26.52272,1.36777,-1.31455,-26.52272,1.45709,-1.24846,-23.88138,1.45389,-1.26332,-24.54172,1.45435,-1.27577,-25.20204,1.45709,-1.28967,-25.86238,1.452,-1.30345,-26.52272,1.53884,-1.23935,-23.88138,1.5367,-1.25171,-24.54172,1.53706,-1.26354,-25.20204,1.54035,-1.27689,-25.86238,1.53597,-1.29079,-26.52272,1.62219,-1.22463,-23.48852,1.62061,-1.23033,-23.88138,1.61952,-1.2401,-24.54172,1.6198,-1.25137,-25.20204,1.62354,-1.26369,-25.86238,1.61955,-1.27562,-26.52272,1.70383,-1.2175,-23.48933,1.78548,-1.21053,-23.48933,1.86717,-1.20395,-23.48933,1.94885,-1.19742,-23.48933,1.9483,-1.20116,-23.88138,2.03037,-1.19534,-23.88132,2.11244,-1.19019,-23.88045,1.70246,-1.22218,-23.88138,1.70247,-1.22951,-24.54172,1.70265,-1.24014,-25.20204,1.70693,-1.25189,-25.86238,1.70354,-1.26296,-26.52272,1.78433,-1.21439,-23.88138,1.7856,-1.2204,-24.54172,1.8663,-1.20752,-23.88138,1.86896,-1.21387,-24.54172,1.95238,-1.20801,-24.54172,2.03594,-1.20445,-24.54129,2.11951,-1.20143,-24.54077,1.78569,-1.23044,-25.20204,1.79051,-1.24141,-25.86238,1.78764,-1.25099,-26.52272,1.86893,-1.22244,-25.20204,1.95239,-1.21771,-25.20204,2.03592,-1.21405,-25.20186,2.11951,-1.21205,-25.20111,1.87439,-1.23402,-25.86238,1.87227,-1.24362,-26.52272,1.95841,-1.22778,-25.86238,1.95693,-1.23654,-26.52272,2.04253,-1.224,-25.86203,2.04184,-1.23428,-26.52225,2.12673,-1.22195,-25.86144,2.12676,-1.23204,-26.52177,.09876,-1.09888,-27.18304};
			return value;
		}
		private double[] getCoordinate_12_155_point_9()
		{
			double[] value = {.10207,-1.07016,-27.84338,.09876,-1.0307,-28.50371,.08989,-1.03915,-29.16405,.09876,-.98596,-29.16405,.08104,-1.04761,-29.82437,.09876,-.92738,-29.82437,.20439,-1.09888,-27.18304,.2043,-1.08972,-27.39349,.20412,-1.07016,-27.84338,.20419,-1.07787,-27.66627,.20439,-1.0307,-28.50371,.20439,-.98596,-29.16405,.20439,-.92738,-29.82437,.308,-1.09888,-27.18304,.30618,-1.07016,-27.84338,.30216,-1.0307,-28.50371,.30216,-.98596,-29.16405,.30216,-.92738,-29.82437,.40909,-1.09888,-27.18304,.40824,-1.07016,-27.84338,.40309,-1.0333,-28.50371,.40303,-.98596,-29.16405,.40303,-.9274,-29.82437,.50685,-1.09888,-27.18304,.5103,-1.07016,-27.84338,.51238,-1.03552,-28.50371,.50685,-.98595,-29.16405,.50685,-.92741,-29.82437,.56195,-1.09888,-27.18304,.62923,-1.12277,-27.18304,.61237,-1.07016,-27.84338,.60692,-1.03838,-28.50371,.60687,-.98592,-29.16405,.60687,-.92743,-29.82437,.77962,-1.17571,-27.18304,.75783,-1.10373,-27.84338,.69534,-1.03328,-28.50371,.75185,-1.04688,-28.50371,.71803,-.98578,-29.16405,.81134,-.99149,-29.16405,.73471,-.92752,-29.82437,.85098,-.93018,-29.82437,.93059,-1.2256,-27.18304,.91319,-1.14705,-27.84338,.89649,-1.06923,-28.50371,.88516,-.99487,-29.16405,.87409,-.93184,-29.82437,1.01561,-1.2437,-27.18304,.99906,-1.17183,-27.84338,.98399,-1.08794,-28.50371,.97086,-1.00627,-29.16405,.92468,-.93813,-29.82437,1.11351,-1.30782,-26.52272,1.10083,-1.26038,-27.18304,1.19814,-1.31532,-26.52272,1.18759,-1.26563,-27.18304,1.27439,-1.26967,-27.18304,1.36127,-1.26697,-27.18304,1.44797,-1.26146,-27.18304,1.0858,-1.19269,-27.84338,1.18103,-1.23792,-27.49905,1.0997,-1.09149,-27.83589,1.26871,-1.2448,-27.49908,1.34036,-1.12158,-27.83411,1.35178,-1.22206,-27.84338,1.44107,-1.22118,-27.84338,1.07115,-1.10817,-28.50371,1.17389,-1.20772,-27.84338,1.15795,-1.12994,-28.50371,1.26253,-1.2177,-27.84338,1.24608,-1.14481,-28.50371,1.33476,-1.15671,-28.50371,1.42409,-1.16151,-28.50371,1.05631,-1.01912,-29.16405,1.00777,-.95195,-29.82437,1.53449,-1.25302,-27.18304,1.62045,-1.24068,-27.18304,1.70606,-1.22553,-27.18304,1.79166,-1.21037,-27.18304,1.87711,-1.19449,-27.18304,1.96251,-1.17827,-27.18304,2.04668,-1.15691,-27.18304,2.13011,-1.13252,-27.18304,1.14125,-1.0351,-29.16405,1.09036,-.96739,-29.82437,1.22577,-1.05319,-29.16405,1.1729,-.9832,-29.82437,1.31012,-1.07202,-29.16405,1.25551,-.99858,-29.82437,1.39552,-1.08527,-29.16405,1.33835,-1.01266,-29.82437,1.5304,-1.21848,-27.84338,1.51349,-1.16438,-28.50371,1.48096,-1.09633,-29.16405,1.42157,-1.02418,-29.82437,1.61922,-1.20921,-27.84338,1.60294,-1.16176,-28.50371,1.56696,-1.09988,-29.16405,1.50527,-1.0316,-29.82437,1.70796,-1.1987,-27.84338};
			return value;
		}
		private double[] getCoordinate_12_155_point_10()
		{
			double[] value = {1.79594,-1.18375,-27.84338,1.88321,-1.16452,-27.84338,1.96895,-1.13957,-27.84338,2.05394,-1.11203,-27.84338,2.13765,-1.08078,-27.84338,1.69199,-1.15419,-28.50371,1.65299,-1.09708,-29.16405,1.58926,-1.03229,-29.82437,1.78073,-1.14262,-28.50371,1.73879,-1.09016,-29.16405,1.67313,-1.02783,-29.82437,1.86789,-1.1228,-28.50371,1.82387,-1.07669,-29.16405,1.75635,-1.01688,-29.82437,1.95386,-1.09853,-28.50371,2.03642,-1.064,-28.50371,2.11592,-1.02353,-28.50371,2.19205,-.9765,-28.50371,1.90701,-1.05446,-29.16405,1.83841,-.99922,-29.82437,1.98755,-1.02435,-29.16405,1.91878,-.97491,-29.82437,2.06458,-.98665,-29.16405,1.99637,-.94266,-29.82437,2.13124,-.93262,-29.16405,2.06639,-.89668,-29.82437,2.18567,-.86604,-29.16405,2.22618,-.79002,-29.16405,2.26051,-.71104,-29.16405,2.12827,-.84032,-29.82437,2.18135,-.77544,-29.82437,2.22319,-.70265,-29.82437,.07218,-1.05606,-30.48471,.06331,-1.06451,-31.14504,.05437,-1.07304,-31.81123,.05437,-1.01631,-32.20706,.07155,-.66647,-32.30602,.09876,-.57393,-32.46571,.09876,-.86328,-30.48471,.09876,-.7914,-31.14504,.09876,-.70592,-31.80537,.09284,-.38898,-33.12604,.20439,-.86328,-30.48471,.30216,-.86328,-30.48471,.40303,-.86328,-30.48471,.50685,-.86328,-30.48471,.60687,-.86328,-30.48471,.73563,-.86328,-30.48471,.83537,-.86328,-30.48471,.91866,-.87592,-30.48471,1.00145,-.89075,-30.48471,1.08403,-.90668,-30.48471,1.16647,-.92342,-30.48471,1.24893,-.93997,-30.48471,1.33237,-.95052,-30.48471,1.41611,-.95815,-30.48471,1.50002,-.96358,-30.48471,1.58412,-.96213,-30.48471,1.66789,-.95575,-30.48471,1.75089,-.94307,-30.48471,1.83228,-.92183,-30.48471,1.91066,-.89174,-30.48471,1.98683,-.85658,-30.48471,2.05727,-.81061,-30.48471,2.11672,-.75114,-30.48471,2.16884,-.6853,-30.48471,.08681,-.12958,-33.7896,.20439,-.7914,-31.14504,.20439,-.70625,-31.80537,.19365,-.57393,-32.46571,.18154,-.38898,-33.12604,.17362,-.12958,-33.7896,.30216,-.7914,-31.14504,.30217,-.70657,-31.80537,.29412,-.57393,-32.46571,.28357,-.38898,-33.12604,.23628,-.21065,-33.7896,.40303,-.7914,-31.14504,.40305,-.70689,-31.80537,.41751,-.57393,-32.46571,.35875,-.45033,-33.12604,.30446,-.28697,-33.7896,.50685,-.7914,-31.14504,.56481,-.7074,-31.80537,.50176,-.61328,-32.46571,.43886,-.50493,-33.12604,.37911,-.35686,-33.7896,.60687,-.7914,-31.14504,.73567,-.7914,-31.14504,.65138,-.72803,-31.80537,.58734,-.64946,-32.46571,.53621,-.57298,-32.98965,.5229,-.55307,-33.12604,.45918,-.42078,-33.7896,.81891,-.80536,-31.14504,.90164,-.82135,-31.14504,.98427,-.83781,-31.14504,1.06685,-.85457,-31.14504,1.14961,-.87039,-31.14504,1.23305,-.88194,-31.14504};
			return value;
		}
		private double[] getCoordinate_12_155_point_11()
		{
			double[] value = {1.31679,-.89117,-31.14504,1.40084,-.89722,-31.14504,1.48508,-.89623,-31.14504,1.56902,-.89006,-31.14504,1.65242,-.87888,-31.14504,1.73396,-.85767,-31.14504,1.81473,-.8342,-31.14504,1.89166,-.79985,-31.14504,1.96436,-.75761,-31.14504,2.03119,-.70659,-31.14504,2.09271,-.64911,-31.14504,.73818,-.74765,-31.80537,.6742,-.68266,-32.46571,.62374,-.61255,-32.9902,.61067,-.59439,-33.12604,.54727,-.47308,-33.7896,.81963,-.7652,-31.80537,.75247,-.70441,-32.46571,.69867,-.63821,-32.99027,.68476,-.62109,-33.12604,.61641,-.50632,-33.7896,.90154,-.7804,-31.80537,.83125,-.72408,-32.46571,.7744,-.66139,-32.99027,.75968,-.64517,-33.12604,.68678,-.53668,-33.7896,.98363,-.79462,-31.80537,.91074,-.74071,-32.46571,.85083,-.68222,-32.99017,.83531,-.66707,-33.12604,.75871,-.56316,-33.7896,1.06601,-.80696,-31.80537,.99103,-.75305,-32.46571,.92871,-.69661,-32.99042,.9126,-.68202,-33.12604,.83299,-.58231,-33.7896,1.14871,-.81703,-31.80537,1.23163,-.825,-31.80537,1.31478,-.83026,-31.80537,1.39803,-.83305,-31.80537,1.48129,-.83018,-31.80537,1.56423,-.8228,-31.80537,1.64649,-.81065,-31.80537,1.72672,-.78818,-31.80537,1.80216,-.75284,-31.80537,1.87496,-.71268,-31.80537,1.94278,-.66451,-31.80537,2.00607,-.61038,-31.80537,1.07169,-.7626,-32.46571,1.00708,-.70783,-32.99039,.99037,-.69366,-33.12604,.90868,-.5934,-33.7896,1.15267,-.76862,-32.46571,1.06888,-.69983,-33.12604,.98503,-.60078,-33.7896,1.2338,-.7724,-32.46571,1.14757,-.6998,-33.12604,1.06159,-.60295,-33.7896,1.31503,-.77216,-32.46571,1.39594,-.76593,-32.46571,1.47655,-.75629,-32.46571,1.55599,-.7393,-32.46571,1.63304,-.71402,-32.46571,1.70937,-.68622,-32.46571,1.78014,-.64636,-32.46571,1.84836,-.60259,-32.46571,1.91304,-.55347,-32.46571,1.22611,-.69585,-33.12604,1.13829,-.60178,-33.7896,1.30414,-.6853,-33.12604,1.21378,-.58876,-33.7896,1.38198,-.67384,-33.12604,1.28916,-.57455,-33.7896,1.45743,-.65129,-33.12604,1.36266,-.55266,-33.7896,1.53205,-.62643,-33.12604,1.43544,-.52879,-33.7896,1.60478,-.59627,-33.12604,1.50517,-.49683,-33.7896,1.67481,-.56068,-33.12604,1.57308,-.46147,-33.7896,1.74233,-.5202,-33.12604,1.63817,-.42088,-33.7896,1.80608,-.47397,-33.12604,1.70072,-.3765,-33.7896};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_161_point_1()
		{
			double[] value = {-7.11258,.38434,-34.68234,-2.32889,.38434,-29.43654,-2.32889,.39378,-29.45314,-7.11258,.38861,-34.68985,-7.13016,.38434,-34.70326,-7.13016,.38687,-34.7103,-7.13016,.38434,-34.7103,-2.32889,.40212,-29.50037,-7.11258,.39238,-34.71121,-7.13016,.3891,-34.7308,-7.13016,.38434,-34.7308,-2.32889,.41211,-29.57814,-7.11258,.3969,-34.7464,-7.13016,.39177,-34.76649,-7.13016,.38434,-34.76649,-2.32889,.41907,-29.69759,-7.11258,.40005,-34.80042,-7.13016,.39363,-34.82031,-7.13016,.38434,-34.82031,-2.32889,.43044,-29.89204,-7.11258,.4052,-34.88837,-7.13016,.39667,-34.90682,-7.13016,.38434,-34.90682,-7.11258,.41122,-35.01526,-7.13016,.40024,-35.03412,-7.13016,.38434,-35.03412,-7.11258,.41725,-35.19487,-7.13016,.40381,-35.21393,-7.13016,.38434,-35.21393,-2.32889,.44377,-30.17261,-7.11258,.42125,-35.38408,-7.13016,.40604,-35.40076,-7.13016,.38434,-35.40076,-7.11258,.42479,-35.60953,-7.13016,.40826,-35.62483,-7.13016,.38434,-35.62483,-7.11258,.42561,-35.86581,-7.13016,.40511,-35.88033,-7.13016,.38434,-35.88033,-7.10112,.42105,-36.11424,-7.123,.38434,-36.13068,-2.32889,.45711,-30.56972,-2.32889,.46617,-31.00258,-2.32889,.47377,-31.48651,-2.30305,.47586,-32.03259,-2.26047,.4657,-32.58141,-2.20488,.45476,-33.09251,-7.04017,.41632,-36.32498,-2.1253,.43663,-33.57941,-6.93043,.40852,-36.50134,-2.05304,.41084,-34.12349,-6.73083,.39682,-36.63945,-2.02005,.38434,-34.7025,-6.13286,.38434,-36.66353,-7.06747,.38434,-36.34447,-6.94977,.38434,-36.51399,-6.7516,.38434,-36.64896,-6.2957,.38434,-36.71082,-6.51515,.38434,-36.71465,-2.32185,.47801,-32.15684,-2.28511,.54039,-32.26491,-2.28383,.47795,-32.28163,-2.29536,.65486,-32.15044,-2.34878,.47804,-32.04837,-2.30562,.69083,-31.99408,-2.35567,.47807,-31.99408,-2.31332,.65486,-31.83772,-2.35501,.47809,-31.93977,-2.31973,.54039,-31.72327,-2.3426,.47815,-31.83109,-2.31845,.47819,-31.70659,2.32889,.39378,-29.45314,2.32889,.38434,-29.43654,7.11258,.38434,-34.68234,7.11258,.38861,-34.68985,7.13016,.38434,-34.70326,7.13016,.38687,-34.7103,7.13016,.38434,-34.7103,2.32889,.40212,-29.50037,7.11258,.39238,-34.71121,7.13016,.3891,-34.7308,7.13016,.38434,-34.7308,2.32889,.41211,-29.57814,7.11258,.3969,-34.7464,7.13016,.39177,-34.76649,7.13016,.38434,-34.76649,2.32889,.41907,-29.69759,7.11258,.40005,-34.80042,7.13016,.39363,-34.82031,7.13016,.38434,-34.82031,2.32889,.43044,-29.89204,7.11258,.4052,-34.88837,7.13016,.39667,-34.90681,7.13016,.38434,-34.90681,7.11258,.41122,-35.01526,7.13016,.40024,-35.03412,7.13016,.38434,-35.03412,7.11258,.41725,-35.19487,7.13016,.40381,-35.21393,7.13016,.38434,-35.21393};
			return value;
		}
		private double[] getCoordinate_12_161_point_2()
		{
			double[] value = {2.32889,.44377,-30.17261,7.11258,.42125,-35.38408,7.13016,.40604,-35.40076,7.13016,.38434,-35.40076,7.11258,.42479,-35.60953,7.13016,.40826,-35.62483,7.13016,.38434,-35.62483,7.11258,.42561,-35.86581,7.13016,.40511,-35.88032,7.13016,.38434,-35.88032,7.10112,.42105,-36.11424,7.123,.38434,-36.13068,2.32889,.45711,-30.56972,2.32889,.46617,-31.00258,2.32889,.47377,-31.48651,2.30306,.47586,-32.03259,2.26047,.4657,-32.58141,2.20488,.45476,-33.09251,7.04018,.41632,-36.32498,2.12531,.43663,-33.57941,6.93044,.40852,-36.50134,2.05304,.41084,-34.12349,6.73084,.39682,-36.63945,2.02005,.38434,-34.7025,6.13286,.38434,-36.66353,7.06748,.38434,-36.34447,6.94977,.38434,-36.51399,6.7516,.38434,-36.64896,6.2957,.38434,-36.71081,6.51515,.38434,-36.71464,2.28383,.47795,-32.28163,2.28511,.54039,-32.26491,2.32185,.47801,-32.15684,2.29537,.65486,-32.15044,2.34879,.47804,-32.04837,2.30562,.69083,-31.99408,2.35567,.47807,-31.99408,2.31332,.65486,-31.83772,2.35501,.47809,-31.93977,2.31973,.54039,-31.72327,2.34261,.47815,-31.83109,2.31845,.47819,-31.70659};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_167_point_1()
		{
			double[] value = {-7.11258,.38008,-34.68985,-2.32889,.37491,-29.45314,-2.32889,.38434,-29.43654,-7.11258,.38434,-34.68234,-7.13016,.38182,-34.7103,-7.13016,.38434,-34.70326,-7.13016,.38434,-34.7103,-7.13016,.37959,-34.7308,-7.11258,.37631,-34.71121,-7.13016,.38434,-34.7308,-7.13016,.37691,-34.76649,-7.11258,.37178,-34.7464,-7.13016,.38434,-34.76649,-7.13016,.37505,-34.82031,-7.11258,.36864,-34.80042,-7.13016,.38434,-34.82031,-2.32889,.36658,-29.50037,-7.13016,.37201,-34.90682,-7.11258,.3635,-34.88837,-7.13016,.38434,-34.90682,-7.13016,.36844,-35.03412,-7.11258,.35747,-35.01526,-7.13016,.38434,-35.03412,-7.13016,.36488,-35.21393,-7.11258,.35144,-35.19487,-7.13016,.38434,-35.21393,-2.32889,.35658,-29.57814,-2.32889,.34961,-29.69759,-2.32889,.33824,-29.89204,-7.13016,.36266,-35.40076,-7.11258,.34744,-35.38408,-7.13016,.38434,-35.40076,-7.13016,.36041,-35.62483,-7.11258,.3439,-35.60953,-7.13016,.38434,-35.62483,-7.13016,.36359,-35.88033,-7.11258,.34308,-35.86581,-7.13016,.38434,-35.88033,-7.123,.38434,-36.13068,-7.10112,.34764,-36.11424,-2.32889,.32492,-30.17261,-7.06747,.38434,-36.34447,-7.04017,.35237,-36.32498,-6.94977,.38434,-36.51399,-6.93043,.36017,-36.50134,-6.7516,.38434,-36.64896,-6.73083,.37186,-36.63945,-6.51515,.38434,-36.71465,-6.2957,.38434,-36.71082,-6.13286,.38434,-36.66353,-2.32889,.31159,-30.56972,-2.32889,.30252,-31.00258,-2.32889,.29492,-31.48651,-2.30305,.29283,-32.03259,-2.26047,.30298,-32.58141,-2.20488,.31393,-33.09251,-2.1253,.33206,-33.57941,-2.05304,.35785,-34.12349,-2.02005,.38434,-34.7025,-2.32185,.29068,-32.15684,-2.28383,.29073,-32.28163,-2.28511,.22829,-32.26491,-2.29536,.11383,-32.15044,-2.34878,.29063,-32.04837,-2.30562,.07785,-31.99408,-2.35567,.29062,-31.99408,-2.35501,.29059,-31.93977,-2.31332,.11383,-31.83772,-2.3426,.29054,-31.83109,-2.31973,.22829,-31.72327,-2.31845,.2905,-31.70659,2.32889,.38434,-29.43654,2.32889,.37491,-29.45314,7.11258,.38008,-34.68985,7.11258,.38434,-34.68234,7.13016,.38182,-34.7103,7.13016,.38434,-34.70326,7.13016,.38434,-34.7103,7.11258,.37631,-34.71121,7.13016,.37959,-34.7308,7.13016,.38434,-34.7308,7.11258,.37178,-34.7464,7.13016,.37691,-34.76649,7.13016,.38434,-34.76649,7.11258,.36864,-34.80042,7.13016,.37505,-34.82031,7.13016,.38434,-34.82031,2.32889,.36658,-29.50037,7.11258,.3635,-34.88837,7.13016,.37201,-34.90681,7.13016,.38434,-34.90681,7.11258,.35747,-35.01526,7.13016,.36844,-35.03412,7.13016,.38434,-35.03412,7.11258,.35144,-35.19487,7.13016,.36488,-35.21393,7.13016,.38434,-35.21393,2.32889,.35658,-29.57814,2.32889,.34961,-29.69759,2.32889,.33824,-29.89204};
			return value;
		}
		private double[] getCoordinate_12_167_point_2()
		{
			double[] value = {7.11258,.34744,-35.38408,7.13016,.36266,-35.40076,7.13016,.38434,-35.40076,7.11258,.3439,-35.60953,7.13016,.36041,-35.62483,7.13016,.38434,-35.62483,7.11258,.34308,-35.86581,7.13016,.36359,-35.88032,7.13016,.38434,-35.88032,7.10112,.34764,-36.11424,7.123,.38434,-36.13068,2.32889,.32492,-30.17261,7.04018,.35237,-36.32498,7.06748,.38434,-36.34447,6.93044,.36017,-36.50134,6.94977,.38434,-36.51399,6.73084,.37186,-36.63945,6.7516,.38434,-36.64896,6.51515,.38434,-36.71464,6.13286,.38434,-36.66353,6.2957,.38434,-36.71081,2.32889,.31159,-30.56972,2.32889,.30252,-31.00258,2.32889,.29492,-31.48651,2.30306,.29283,-32.03259,2.26047,.30298,-32.58141,2.20488,.31393,-33.09251,2.12531,.33206,-33.57941,2.05304,.35785,-34.12349,2.02005,.38434,-34.7025,2.28511,.22829,-32.26491,2.28383,.29073,-32.28163,2.32185,.29068,-32.15684,2.29537,.11383,-32.15044,2.34879,.29063,-32.04837,2.35567,.29062,-31.99408,2.30562,.07785,-31.99408,2.35501,.29059,-31.93977,2.31332,.11383,-31.83772,2.34261,.29054,-31.83109,2.31973,.22829,-31.72327,2.31845,.2905,-31.70659};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_173_point_1()
		{
			double[] value = {-2.48794,-.95952,-19.89561,-2.50122,-.948,-20.28824,-2.56389,-.98245,-20.28641,-2.54366,-.99014,-19.89398,-2.42474,-.95254,-19.8969,-2.43013,-.94017,-20.28969,-2.36368,-.97029,-19.89766,-2.36145,-.96013,-20.29053,-2.31406,-1.01006,-19.89777,-2.30562,-1.00485,-20.29065,-2.2834,-1.06578,-19.8972,-2.27115,-1.06752,-20.29002,-2.27641,-1.12897,-19.89606,-2.26327,-1.13861,-20.28874,-2.28322,-1.20728,-20.28699,-2.29413,-1.19003,-19.8945,-2.33388,-1.23964,-19.89279,-2.32793,-1.26309,-20.28506,-2.38959,-1.27026,-19.89116,-2.39058,-1.29753,-20.28323,-2.45279,-1.27724,-19.88988,-2.46167,-1.30537,-20.28178,-2.51385,-1.25949,-19.88911,-2.53035,-1.28542,-20.28093,-2.56348,-1.21973,-19.88901,-2.58618,-1.24069,-20.28081,-2.62065,-1.17802,-20.28145,-2.59413,-1.16402,-19.88957,-2.60112,-1.10082,-19.89072,-2.62852,-1.10693,-20.28273,-2.58339,-1.03976,-19.89226,-2.60858,-1.03825,-20.28447,-2.46927,-.99594,-19.60391,-2.50983,-1.01823,-19.60274,-2.42326,-.99086,-19.60486,-2.3788,-1.00378,-19.60541,-2.34267,-1.03273,-19.60548,-2.32036,-1.07329,-19.60507,-2.31526,-1.11931,-19.60425,-2.32817,-1.16376,-19.60312,-2.3571,-1.19988,-19.60187,-2.39767,-1.22217,-19.60068,-2.44368,-1.22725,-19.59973,-2.48813,-1.21433,-19.59918,-2.52426,-1.18538,-19.59911,-2.54658,-1.14481,-19.59952,-2.55166,-1.0988,-19.60036,-2.53877,-1.05435,-19.60149,-2.42482,-1.04549,-19.41177,-2.44807,-1.04805,-19.4113,-2.40236,-1.05202,-19.41205,-2.38411,-1.06664,-19.41209,-2.37283,-1.08713,-19.41188,-2.37027,-1.11038,-19.41147,-2.37678,-1.13283,-19.41089,-2.3914,-1.15108,-19.41026,-2.41189,-1.16235,-19.40967,-2.43513,-1.16492,-19.4092,-2.4576,-1.15839,-19.40892,-2.47585,-1.14377,-19.40887,-2.48712,-1.12326,-19.40909,-2.4897,-1.10002,-19.4095,-2.48317,-1.07756,-19.41006,-2.46855,-1.05933,-19.41071,-2.44458,-1.08545,-19.35327,-2.4505,-1.09285,-19.35301,-2.42863,-1.10371,-19.33626,-2.43626,-1.08089,-19.35352,-2.42685,-1.07985,-19.3537,-2.41774,-1.08249,-19.35381,-2.41034,-1.08843,-19.35382,-2.40578,-1.09672,-19.35375,-2.40474,-1.10616,-19.35358,-2.40738,-1.11525,-19.35335,-2.4133,-1.12265,-19.35309,-2.4216,-1.12721,-19.35284,-2.43103,-1.12825,-19.35265,-2.44012,-1.12561,-19.35254,-2.44752,-1.11968,-19.35252,-2.4521,-1.11137,-19.35262,-2.45314,-1.10196,-19.35278,-2.48535,-1.10019,-26.8817,-2.47769,-1.08841,-26.6814,-2.42186,-1.13313,-26.68152,-2.43219,-1.14278,-26.88181,-2.50546,-1.13557,-27.10208,-2.46291,-1.16966,-27.10217,-2.55078,-1.08118,-26.88089,-2.54637,-1.06845,-26.68054,-2.5578,-1.12038,-27.10144,-2.55356,-1.1386,-26.74696,-2.51074,-1.15103,-26.7475,-2.56338,-1.25243,-26.74451,-2.47594,-1.17891,-26.74757,-2.61848,-1.08864,-26.87952,-2.61746,-1.07629,-26.67909,-2.61197,-1.12634,-27.10034,-2.59787,-1.14348,-26.74606,-2.67816,-1.12145,-26.87776,-2.68013,-1.11075,-26.67726};
			return value;
		}
		private double[] getCoordinate_12_173_point_2()
		{
			double[] value = {-2.65973,-1.15259,-27.09894,-2.63693,-1.16495,-26.74492,-2.72073,-1.17461,-26.87593,-2.72482,-1.16655,-26.67534,-2.6938,-1.19513,-27.09747,-2.66479,-1.19974,-26.74371,-2.73973,-1.24001,-26.87427,-2.74477,-1.23523,-26.6736,-2.70898,-1.24747,-27.09615,-2.67721,-1.24255,-26.74263,-2.73224,-1.30771,-26.87305,-2.73689,-1.30632,-26.6723,-2.703,-1.30164,-27.09515,-2.67232,-1.28686,-26.74184,-2.6994,-1.3674,-26.87244,-2.70242,-1.36899,-26.67168,-2.67673,-1.3494,-27.09468,-2.65083,-1.32594,-26.74144,-2.64622,-1.40999,-26.87256,-2.64661,-1.41371,-26.6718,-2.63419,-1.38348,-27.09477,-2.61603,-1.35382,-26.74152,-2.58081,-1.429,-26.87337,-2.57791,-1.43367,-26.67264,-2.58183,-1.3987,-27.09541,-2.57321,-1.36626,-26.74205,-2.51311,-1.42154,-26.87474,-2.50684,-1.42583,-26.67409,-2.52766,-1.39271,-27.09653,-2.5289,-1.36137,-26.74295,-2.45343,-1.38873,-26.87649,-2.44417,-1.39139,-26.67592,-2.4799,-1.36647,-27.09792,-2.48984,-1.3399,-26.7441,-2.41086,-1.33559,-26.87833,-2.39946,-1.33557,-26.67786,-2.44584,-1.32393,-27.0994,-2.46197,-1.30512,-26.7453,-2.39186,-1.27017,-26.87999,-2.37953,-1.26691,-26.6796,-2.43065,-1.27161,-27.10072,-2.44954,-1.2623,-26.74638,-2.39935,-1.20247,-26.88121,-2.38739,-1.19582,-26.68088,-2.43664,-1.21742,-27.1017,-2.45445,-1.21799,-26.74718,2.56389,-.98245,-20.28641,2.50122,-.948,-20.28824,2.48795,-.95952,-19.89561,2.54366,-.99014,-19.89398,2.43013,-.94017,-20.28969,2.42474,-.95254,-19.8969,2.36145,-.96013,-20.29053,2.36368,-.97029,-19.89766,2.30562,-1.00485,-20.29065,2.31406,-1.01006,-19.89777,2.27115,-1.06752,-20.29002,2.2834,-1.06578,-19.8972,2.26328,-1.13861,-20.28874,2.27641,-1.12897,-19.89606,2.28322,-1.20728,-20.28699,2.29413,-1.19003,-19.8945,2.32793,-1.26309,-20.28506,2.33388,-1.23964,-19.89279,2.39058,-1.29753,-20.28323,2.38959,-1.27026,-19.89116,2.46167,-1.30537,-20.28178,2.45279,-1.27724,-19.88988,2.53035,-1.28542,-20.28093,2.51386,-1.25949,-19.88911,2.58618,-1.24069,-20.28081,2.56348,-1.21973,-19.88901,2.62065,-1.17802,-20.28145,2.59413,-1.16402,-19.88957,2.62853,-1.10693,-20.28273,2.60112,-1.10082,-19.89072,2.60858,-1.03825,-20.28447,2.58339,-1.03976,-19.89226,2.46927,-.99594,-19.60391,2.50983,-1.01823,-19.60274,2.42326,-.99086,-19.60486,2.3788,-1.00378,-19.60541,2.34267,-1.03273,-19.60548,2.32036,-1.07329,-19.60507,2.31526,-1.11931,-19.60425,2.32817,-1.16376,-19.60312,2.3571,-1.19988,-19.60187,2.39768,-1.22217,-19.60068,2.44368,-1.22725,-19.59973,2.48813,-1.21433,-19.59918,2.52426,-1.18538,-19.59911,2.54659,-1.14481,-19.59952,2.55167,-1.0988,-19.60036,2.53877,-1.05435,-19.60149,2.42482,-1.04549,-19.41177,2.44807,-1.04805,-19.4113,2.40236,-1.05202,-19.41205,2.38411,-1.06664,-19.41209,2.37283,-1.08713,-19.41188,2.37027,-1.11038,-19.41147};
			return value;
		}
		private double[] getCoordinate_12_173_point_3()
		{
			double[] value = {2.37679,-1.13283,-19.41089,2.3914,-1.15108,-19.41026,2.4119,-1.16235,-19.40967,2.43514,-1.16492,-19.4092,2.4576,-1.15839,-19.40892,2.47585,-1.14377,-19.40887,2.48712,-1.12326,-19.40909,2.4897,-1.10002,-19.4095,2.48317,-1.07756,-19.41006,2.46855,-1.05933,-19.41071,2.44458,-1.08545,-19.35327,2.4505,-1.09285,-19.35301,2.42863,-1.10371,-19.33626,2.43627,-1.08089,-19.35352,2.42685,-1.07985,-19.3537,2.41774,-1.08249,-19.35381,2.41034,-1.08843,-19.35382,2.40578,-1.09672,-19.35374,2.40474,-1.10616,-19.35358,2.40738,-1.11525,-19.35335,2.4133,-1.12265,-19.35309,2.4216,-1.12721,-19.35284,2.43103,-1.12825,-19.35265,2.44013,-1.12561,-19.35254,2.44753,-1.11968,-19.35252,2.4521,-1.11137,-19.35262,2.45314,-1.10196,-19.35278,2.42186,-1.13313,-26.68152,2.47769,-1.08841,-26.6814,2.48535,-1.10019,-26.8817,2.43219,-1.14278,-26.88181,2.50546,-1.13557,-27.10208,2.46291,-1.16966,-27.10217,2.54637,-1.06845,-26.68054,2.55078,-1.08118,-26.88089,2.5578,-1.12038,-27.10144,2.55356,-1.1386,-26.74696,2.51074,-1.15103,-26.7475,2.56339,-1.25243,-26.74451,2.47594,-1.17891,-26.74757,2.61746,-1.07629,-26.67909,2.61849,-1.08864,-26.87952,2.61197,-1.12634,-27.10034,2.59787,-1.14348,-26.74606,2.68013,-1.11075,-26.67726,2.67816,-1.12145,-26.87776,2.65973,-1.15259,-27.09894,2.63693,-1.16495,-26.74492,2.72482,-1.16655,-26.67534,2.72073,-1.17461,-26.87593,2.6938,-1.19513,-27.09747,2.6648,-1.19974,-26.74371,2.74477,-1.23523,-26.6736,2.73973,-1.24001,-26.87427,2.70899,-1.24747,-27.09615,2.67722,-1.24255,-26.74263,2.73689,-1.30632,-26.6723,2.73224,-1.30771,-26.87305,2.703,-1.30164,-27.09515,2.67232,-1.28686,-26.74184,2.70242,-1.36899,-26.67168,2.6994,-1.3674,-26.87244,2.67673,-1.3494,-27.09468,2.65083,-1.32594,-26.74144,2.64661,-1.41371,-26.6718,2.64623,-1.40999,-26.87256,2.63419,-1.38348,-27.09477,2.61603,-1.35382,-26.74152,2.57791,-1.43367,-26.67264,2.58081,-1.429,-26.87337,2.58183,-1.3987,-27.09541,2.57321,-1.36626,-26.74205,2.50684,-1.42583,-26.67409,2.51311,-1.42154,-26.87474,2.52766,-1.39271,-27.09653,2.5289,-1.36137,-26.74295,2.44417,-1.39139,-26.67592,2.45343,-1.38873,-26.87649,2.47991,-1.36647,-27.09792,2.48984,-1.3399,-26.7441,2.39946,-1.33557,-26.67786,2.41086,-1.33559,-26.87833,2.44585,-1.32393,-27.0994,2.46198,-1.30512,-26.7453,2.37953,-1.26691,-26.6796,2.39186,-1.27017,-26.87999,2.43065,-1.27161,-27.10072,2.44954,-1.2623,-26.74638,2.38739,-1.19582,-26.68088,2.39935,-1.20247,-26.88121,2.43665,-1.21742,-27.1017,2.45445,-1.21799,-26.74718};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_179_point_1()
		{
			double[] value = {-2.53107,-.98096,-21.92941,-2.45998,-.97311,-21.93086,-2.46188,-.9752,-22.03552,-2.53297,-.98305,-22.03407,-2.59373,-1.0154,-21.92758,-2.59564,-1.0175,-22.03224,-2.63844,-1.0712,-21.92564,-2.64033,-1.0733,-22.0303,-2.65837,-1.13988,-21.92391,-2.66028,-1.14198,-22.02857,-2.65051,-1.21097,-21.92262,-2.6524,-1.21307,-22.02728,-2.61604,-1.27364,-21.922,-2.61793,-1.27574,-22.02664,-2.56021,-1.31836,-21.92212,-2.56212,-1.32047,-22.02676,-2.49152,-1.33832,-21.92296,-2.49342,-1.34042,-22.02762,-2.42044,-1.33049,-21.92441,-2.42235,-1.33258,-22.02907,-2.35777,-1.29604,-21.92624,-2.35968,-1.29814,-22.0309,-2.31306,-1.24023,-21.92818,-2.31497,-1.24232,-22.03282,-2.29314,-1.17155,-21.92992,-2.29504,-1.17366,-22.03458,-2.30099,-1.10046,-21.9312,-2.3029,-1.10257,-22.03586,-2.33546,-1.0378,-21.93184,-2.33737,-1.03989,-22.03648,-2.39129,-.99307,-21.93172,-2.3932,-.99518,-22.03636,-2.63657,-1.06267,-24.28207,-2.5739,-1.02821,-24.28391,-2.57713,-1.03178,-24.46202,-2.6398,-1.06624,-24.46019,-2.68126,-1.11847,-24.28015,-2.68451,-1.12204,-24.45825,-2.7012,-1.18715,-24.2784,-2.70444,-1.19072,-24.45651,-2.69333,-1.25822,-24.27711,-2.69658,-1.26181,-24.45523,-2.65886,-1.32091,-24.27649,-2.66211,-1.32448,-24.45461,-2.60304,-1.36563,-24.27661,-2.60628,-1.3692,-24.45471,-2.53435,-1.38559,-24.27745,-2.53758,-1.38916,-24.45557,-2.46326,-1.37775,-24.2789,-2.46651,-1.38132,-24.45702,-2.4006,-1.34331,-24.28073,-2.40384,-1.34688,-24.45885,-2.35589,-1.28749,-24.28267,-2.35913,-1.29106,-24.46079,-2.33595,-1.21881,-24.28441,-2.3392,-1.2224,-24.46252,-2.34382,-1.14774,-24.28569,-2.34706,-1.15131,-24.46381,-2.3783,-1.08505,-24.28633,-2.38153,-1.08864,-24.46443,-2.43413,-1.04033,-24.28621,-2.43736,-1.04391,-24.46432,-2.50281,-1.02037,-24.28535,-2.50604,-1.02396,-24.46347,2.46188,-.9752,-22.03552,2.45998,-.97311,-21.93086,2.53107,-.98096,-21.92941,2.53298,-.98305,-22.03407,2.59374,-1.0154,-21.92758,2.59564,-1.0175,-22.03224,2.63844,-1.0712,-21.92564,2.64034,-1.0733,-22.0303,2.65837,-1.13988,-21.9239,2.66028,-1.14198,-22.02856,2.65051,-1.21097,-21.92262,2.65241,-1.21307,-22.02728,2.61604,-1.27364,-21.922,2.61794,-1.27574,-22.02664,2.56021,-1.31836,-21.92212,2.56212,-1.32047,-22.02676,2.49152,-1.33832,-21.92296,2.49342,-1.34042,-22.02762,2.42044,-1.33049,-21.92441,2.42235,-1.33258,-22.02907,2.35777,-1.29604,-21.92624,2.35968,-1.29814,-22.0309,2.31306,-1.24023,-21.92818,2.31497,-1.24232,-22.03282,2.29314,-1.17155,-21.92992,2.29505,-1.17366,-22.03458,2.301,-1.10046,-21.9312,2.3029,-1.10257,-22.03586,2.33547,-1.0378,-21.93184,2.33737,-1.03989,-22.03648,2.3913,-.99307,-21.93172,2.39321,-.99518,-22.03636,2.57713,-1.03178,-24.46202,2.5739,-1.02821,-24.28391,2.63657,-1.06267,-24.28207,2.6398,-1.06624,-24.46019};
			return value;
		}
		private double[] getCoordinate_12_179_point_2()
		{
			double[] value = {2.68126,-1.11847,-24.28015,2.68451,-1.12204,-24.45825,2.7012,-1.18715,-24.2784,2.70444,-1.19072,-24.45651,2.69333,-1.25822,-24.27711,2.69658,-1.26181,-24.45523,2.65886,-1.32091,-24.27649,2.66211,-1.32448,-24.45461,2.60304,-1.36563,-24.27661,2.60628,-1.3692,-24.45471,2.53435,-1.38559,-24.27745,2.53758,-1.38916,-24.45557,2.46326,-1.37775,-24.2789,2.46651,-1.38132,-24.45702,2.40061,-1.34331,-24.28073,2.40384,-1.34688,-24.45885,2.3559,-1.28749,-24.28267,2.35913,-1.29106,-24.46079,2.33595,-1.21881,-24.28441,2.3392,-1.2224,-24.46252,2.34383,-1.14774,-24.28569,2.34706,-1.15131,-24.46381,2.3783,-1.08505,-24.28633,2.38153,-1.08864,-24.46443,2.43413,-1.04033,-24.28621,2.43736,-1.04391,-24.46432,2.50281,-1.02037,-24.28535,2.50604,-1.02396,-24.46347};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_185_point_1()
		{
			double[] value = {-2.27115,-1.06752,-20.29002,-2.26327,-1.13861,-20.28874,-2.29314,-1.17155,-21.92992,-2.30099,-1.10046,-21.9312,-2.30562,-1.00485,-20.29065,-2.33546,-1.0378,-21.93184,-2.36145,-.96013,-20.29053,-2.3913,-.99307,-21.93172,-2.43013,-.94017,-20.28969,-2.45998,-.97311,-21.93086,-2.50122,-.948,-20.28824,-2.53107,-.98096,-21.92941,-2.56389,-.98245,-20.28641,-2.59373,-1.0154,-21.92758,-2.60858,-1.03825,-20.28447,-2.63844,-1.0712,-21.92564,-2.62852,-1.10693,-20.28273,-2.65837,-1.13988,-21.92391,-2.62065,-1.17802,-20.28145,-2.65051,-1.21097,-21.92262,-2.58618,-1.24069,-20.28081,-2.61604,-1.27364,-21.922,-2.53035,-1.28542,-20.28093,-2.56021,-1.31836,-21.92212,-2.46167,-1.30537,-20.28178,-2.49152,-1.33832,-21.92296,-2.39058,-1.29753,-20.28323,-2.42044,-1.33049,-21.92441,-2.32793,-1.26309,-20.28506,-2.35777,-1.29604,-21.92624,-2.28322,-1.20728,-20.28699,-2.31306,-1.24023,-21.92818,-2.64033,-1.0733,-22.0303,-2.59564,-1.0175,-22.03224,-2.63657,-1.06267,-24.28207,-2.68126,-1.11847,-24.28015,-2.66028,-1.14198,-22.02857,-2.7012,-1.18715,-24.2784,-2.6524,-1.21307,-22.02728,-2.69333,-1.25822,-24.27711,-2.61793,-1.27574,-22.02664,-2.65886,-1.32091,-24.27649,-2.56212,-1.32047,-22.02676,-2.60304,-1.36563,-24.27661,-2.49342,-1.34042,-22.02762,-2.53435,-1.38559,-24.27745,-2.42235,-1.33258,-22.02907,-2.46326,-1.37775,-24.2789,-2.35968,-1.29814,-22.0309,-2.4006,-1.34331,-24.28073,-2.31497,-1.24232,-22.03282,-2.35589,-1.28749,-24.28267,-2.29504,-1.17366,-22.03458,-2.33595,-1.21881,-24.28441,-2.3029,-1.10257,-22.03586,-2.34382,-1.14774,-24.28569,-2.33737,-1.03989,-22.03648,-2.3783,-1.08505,-24.28633,-2.3932,-.99518,-22.03636,-2.43413,-1.04033,-24.28621,-2.46188,-.9752,-22.03552,-2.50281,-1.02037,-24.28535,-2.53297,-.98305,-22.03407,-2.5739,-1.02821,-24.28391,-2.6398,-1.06624,-24.46019,-2.57713,-1.03178,-24.46202,-2.61746,-1.07629,-26.67909,-2.68013,-1.11075,-26.67726,-2.68451,-1.12204,-24.45825,-2.72482,-1.16655,-26.67534,-2.70444,-1.19072,-24.45651,-2.74477,-1.23523,-26.6736,-2.69658,-1.26181,-24.45523,-2.73689,-1.30632,-26.6723,-2.66211,-1.32448,-24.45461,-2.70242,-1.36899,-26.67168,-2.60628,-1.3692,-24.45471,-2.64661,-1.41371,-26.6718,-2.53758,-1.38916,-24.45557,-2.57791,-1.43367,-26.67264,-2.46651,-1.38132,-24.45702,-2.50684,-1.42583,-26.67409,-2.40384,-1.34688,-24.45885,-2.44417,-1.39139,-26.67592,-2.35913,-1.29106,-24.46079,-2.39946,-1.33557,-26.67786,-2.3392,-1.2224,-24.46252,-2.37953,-1.26691,-26.6796,-2.34706,-1.15131,-24.46381,-2.38739,-1.19582,-26.68088,-2.38153,-1.08864,-24.46443,-2.42186,-1.13313,-26.68152,-2.43736,-1.04391,-24.46432,-2.47769,-1.08841,-26.6814,-2.50604,-1.02396,-24.46347,-2.54637,-1.06845,-26.68054,2.29314,-1.17155,-21.92992,2.26328,-1.13861,-20.28874,2.27115,-1.06752,-20.29002,2.301,-1.10046,-21.9312};
			return value;
		}
		private double[] getCoordinate_12_185_point_2()
		{
			double[] value = {2.30562,-1.00485,-20.29065,2.33547,-1.0378,-21.93184,2.36145,-.96013,-20.29053,2.3913,-.99307,-21.93172,2.43013,-.94017,-20.28969,2.45998,-.97311,-21.93086,2.50122,-.948,-20.28824,2.53107,-.98096,-21.92941,2.56389,-.98245,-20.28641,2.59374,-1.0154,-21.92758,2.60858,-1.03825,-20.28447,2.63844,-1.0712,-21.92564,2.62853,-1.10693,-20.28273,2.65837,-1.13988,-21.9239,2.62065,-1.17802,-20.28145,2.65051,-1.21097,-21.92262,2.58618,-1.24069,-20.28081,2.61604,-1.27364,-21.922,2.53035,-1.28542,-20.28093,2.56021,-1.31836,-21.92212,2.46167,-1.30537,-20.28178,2.49152,-1.33832,-21.92296,2.39058,-1.29753,-20.28323,2.42044,-1.33049,-21.92441,2.32793,-1.26309,-20.28506,2.35777,-1.29604,-21.92624,2.28322,-1.20728,-20.28699,2.31306,-1.24023,-21.92818,2.63657,-1.06267,-24.28207,2.59564,-1.0175,-22.03224,2.64034,-1.0733,-22.0303,2.68126,-1.11847,-24.28015,2.66028,-1.14198,-22.02856,2.7012,-1.18715,-24.2784,2.65241,-1.21307,-22.02728,2.69333,-1.25822,-24.27711,2.61794,-1.27574,-22.02664,2.65886,-1.32091,-24.27649,2.56212,-1.32047,-22.02676,2.60304,-1.36563,-24.27661,2.49342,-1.34042,-22.02762,2.53435,-1.38559,-24.27745,2.42235,-1.33258,-22.02907,2.46326,-1.37775,-24.2789,2.35968,-1.29814,-22.0309,2.40061,-1.34331,-24.28073,2.31497,-1.24232,-22.03282,2.3559,-1.28749,-24.28267,2.29505,-1.17366,-22.03458,2.33595,-1.21881,-24.28441,2.3029,-1.10257,-22.03586,2.34383,-1.14774,-24.28569,2.33737,-1.03989,-22.03648,2.3783,-1.08505,-24.28633,2.39321,-.99518,-22.03636,2.43413,-1.04033,-24.28621,2.46188,-.9752,-22.03552,2.50281,-1.02037,-24.28535,2.53298,-.98305,-22.03407,2.5739,-1.02821,-24.28391,2.61746,-1.07629,-26.67909,2.57713,-1.03178,-24.46202,2.6398,-1.06624,-24.46019,2.68013,-1.11075,-26.67726,2.68451,-1.12204,-24.45825,2.72482,-1.16655,-26.67534,2.70444,-1.19072,-24.45651,2.74477,-1.23523,-26.6736,2.69658,-1.26181,-24.45523,2.73689,-1.30632,-26.6723,2.66211,-1.32448,-24.45461,2.70242,-1.36899,-26.67168,2.60628,-1.3692,-24.45471,2.64661,-1.41371,-26.6718,2.53758,-1.38916,-24.45557,2.57791,-1.43367,-26.67264,2.46651,-1.38132,-24.45702,2.50684,-1.42583,-26.67409,2.40384,-1.34688,-24.45885,2.44417,-1.39139,-26.67592,2.35913,-1.29106,-24.46079,2.39946,-1.33557,-26.67786,2.3392,-1.2224,-24.46252,2.37953,-1.26691,-26.6796,2.34706,-1.15131,-24.46381,2.38739,-1.19582,-26.68088,2.38153,-1.08864,-24.46443,2.42186,-1.13313,-26.68152,2.43736,-1.04391,-24.46432,2.47769,-1.08841,-26.6814,2.50604,-1.02396,-24.46347,2.54637,-1.06845,-26.68054};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_191_point_1()
		{
			double[] value = {-2.48836,-1.00099,-23.50937,-2.41611,-.16423,-23.52748,-2.40925,-.16339,-23.46137,-2.45688,-.99928,-23.10199,-2.40837,-.16242,-23.41258,-2.45016,-.99187,-22.73265,-2.41337,-.16122,-23.37764,-2.47011,-.98084,-22.50584,-2.42016,-.16245,-23.46118,-2.50326,-.99464,-23.10124,-2.41928,-.16147,-23.4124,-2.49654,-.98723,-22.73189,-1.48121,-1.27614,-23.52216,-1.4805,-1.28046,-23.45583,-2.31709,-1.21945,-23.10011,-2.31804,-1.20357,-23.50839,-1.47961,-1.27947,-23.40704,-2.31038,-1.21204,-22.73077,-1.4785,-1.27313,-23.37233,-2.29979,-1.18343,-22.50488,-1.47955,-1.26953,-23.45607,-2.31247,-1.17308,-23.10113,-1.47867,-1.26856,-23.40729,-2.30574,-1.16567,-22.73178,-2.67264,-1.15109,-22.49875,-3.52498,-1.09566,-23.33867,-3.52608,-1.10162,-23.3734,-2.67491,-1.17795,-22.72482,-3.52696,-1.10261,-23.42218,-2.68164,-1.18536,-23.09416,-3.52771,-1.09866,-23.4885,-2.69089,-1.17123,-23.50226,-3.52513,-1.09071,-23.37363,-2.67029,-1.13158,-22.72583,-3.52602,-1.0917,-23.42241,-2.677,-1.13899,-23.09518,-2.58635,-2.2097,-23.41707,-2.59282,-2.21057,-23.48318,-2.52057,-1.37383,-23.5013,-2.49083,-1.3638,-23.09406,-2.58546,-2.20872,-23.36829,-2.48411,-1.35638,-22.72472,-2.5901,-2.20757,-23.33334,-2.5023,-1.35367,-22.49779,-2.59637,-2.20778,-23.3681,-2.53049,-1.35173,-22.72395,-2.59726,-2.20876,-23.41689,-2.53722,-1.35915,-23.09331,-2.48665,-.38312,-26.85602,-2.48933,-.38232,-26.83032,-2.53342,-1.05077,-25.98604,-2.5171,-1.06525,-26.3911,-2.49058,-.3837,-26.89873,-2.54974,-1.06879,-26.8839,-2.49275,-.38258,-26.85593,-2.56322,-1.06079,-26.39034,-1.69385,-1.33302,-26.85138,-1.6931,-1.32935,-26.82579,-2.36314,-1.25328,-25.98506,-2.37686,-1.28508,-26.38922,-1.69435,-1.33072,-26.8942,-2.37947,-1.2713,-26.88294,-1.69331,-1.32692,-26.8515,-2.37241,-1.23897,-26.39023,-2.63739,-2.12598,-26.8183,-2.6411,-2.12659,-26.86101,-2.58194,-1.4415,-26.87582,-2.55054,-1.4297,-26.38316,-2.63986,-2.12521,-26.79259,-2.56561,-1.42348,-25.97797,-2.64348,-2.12546,-26.81819,-2.59665,-1.42525,-26.38242,-3.43681,-1.18166,-26.82271,-3.43735,-1.17957,-26.86552,-2.75221,-1.23898,-26.8768,-2.74133,-1.25153,-26.38327,-3.43609,-1.17819,-26.79712,-2.73588,-1.22096,-25.97894,-3.43629,-1.17555,-26.82285,-2.73689,-1.2054,-26.38428,2.40926,-.16339,-23.46137,2.41611,-.16423,-23.52748,2.48836,-1.00099,-23.50937,2.45688,-.99928,-23.10199,2.40837,-.16242,-23.41258,2.45017,-.99187,-22.73265,2.41338,-.16122,-23.37764,2.47011,-.98084,-22.50584,2.42017,-.16245,-23.46118,2.50327,-.99464,-23.10124,2.41928,-.16147,-23.4124,2.49654,-.98723,-22.73189,2.31709,-1.21945,-23.10011,1.4805,-1.28046,-23.45583,1.48122,-1.27614,-23.52216,2.31804,-1.20357,-23.50839,2.31038,-1.21204,-22.73077,1.47961,-1.27947,-23.40704,2.29979,-1.18343,-22.50488,1.4785,-1.27313,-23.37233};
			return value;
		}
		private double[] getCoordinate_12_191_point_2()
		{
			double[] value = {1.47955,-1.26953,-23.45607,2.31247,-1.17308,-23.10113,1.47867,-1.26856,-23.40729,2.30574,-1.16567,-22.73178,3.52608,-1.10162,-23.3734,3.52498,-1.09566,-23.33867,2.67264,-1.15109,-22.49875,2.67491,-1.17795,-22.72482,3.52696,-1.10261,-23.42218,2.68164,-1.18536,-23.09416,3.52771,-1.09866,-23.4885,2.69089,-1.17123,-23.50226,3.52513,-1.09071,-23.37363,2.67029,-1.13158,-22.72583,3.52602,-1.0917,-23.42241,2.677,-1.13899,-23.09518,2.52057,-1.37383,-23.5013,2.59282,-2.21057,-23.48318,2.58635,-2.2097,-23.41707,2.49083,-1.3638,-23.09406,2.58547,-2.20872,-23.36829,2.48412,-1.35638,-22.72472,2.5901,-2.20757,-23.33334,2.5023,-1.35367,-22.49779,2.59638,-2.20778,-23.3681,2.53049,-1.35173,-22.72395,2.59726,-2.20876,-23.41689,2.53722,-1.35915,-23.09331,2.53342,-1.05077,-25.98604,2.48934,-.38232,-26.83032,2.48665,-.38312,-26.85602,2.51711,-1.06525,-26.3911,2.49059,-.3837,-26.89873,2.54975,-1.06879,-26.8839,2.49275,-.38258,-26.85593,2.56322,-1.06079,-26.39034,2.36314,-1.25328,-25.98506,1.6931,-1.32935,-26.82579,1.69385,-1.33302,-26.85138,2.37686,-1.28508,-26.38922,1.69435,-1.33072,-26.8942,2.37947,-1.2713,-26.88293,1.69331,-1.32692,-26.8515,2.37241,-1.23897,-26.39023,2.58194,-1.4415,-26.87582,2.6411,-2.12659,-26.86101,2.63739,-2.12598,-26.8183,2.55054,-1.4297,-26.38316,2.63986,-2.12521,-26.79259,2.56561,-1.42348,-25.97797,2.64348,-2.12546,-26.81819,2.59665,-1.42525,-26.38242,2.75221,-1.23898,-26.8768,3.43735,-1.17957,-26.86552,3.43682,-1.18166,-26.82271,2.74133,-1.25153,-26.38327,3.4361,-1.17819,-26.79712,2.73589,-1.22096,-25.97894,3.4363,-1.17555,-26.82285,2.73689,-1.2054,-26.38428};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_197_point_1()
		{
			double[] value = {-.72748,1.41759,-33.7896,-.65349,1.39059,-33.7896,-.68729,1.36737,-34.22519,-.80333,1.43884,-33.7896,-.85322,1.41184,-34.22519,-.88058,1.45413,-33.7896,-.95879,1.46352,-33.7896,-1.02438,1.42682,-34.22519,-1.03744,1.46761,-33.7896,-1.11623,1.46808,-33.7896,-1.18915,1.4579,-33.7896,-1.19552,1.41184,-34.22519,-1.26144,1.44391,-33.7896,-1.33288,1.42607,-33.7896,-1.36146,1.36737,-34.22519,-1.40301,1.40364,-33.7896,-1.4713,1.37607,-33.7896,-1.53764,1.34416,-33.7896,-1.51717,1.29477,-34.22519,-1.60152,1.30756,-33.7896,-1.66278,1.26671,-33.7896,-1.6579,1.19623,-34.22519,-1.7205,1.22107,-33.7896,-1.77463,1.17119,-33.7896,-1.82477,1.11726,-33.7896,-1.77937,1.07475,-34.22519,-1.87125,1.06017,-33.7896,-1.91421,1.00037,-33.7896,-1.87791,.93402,-34.22519,-1.9529,.93771,-33.7896,-1.99469,.85068,-33.7896,-1.95053,.77832,-34.22519,-2.02922,.76038,-33.7896,-2.05411,.66708,-33.7896,-1.99499,.61238,-34.22519,-2.07019,.57188,-33.7896,-2.08009,.47571,-33.7896,-2.00996,.44124,-34.22519,-2.08052,.37907,-33.7896,-2.07172,.28282,-33.7896,-1.99499,.27008,-34.22519,-2.05316,.18797,-33.7896,-1.95053,.10414,-34.22519,-2.02562,.09534,-33.7896,-1.98933,.00583,-33.7896,-1.94591,-.08057,-33.7896,-1.87791,-.05156,-34.22519,-1.89508,-.16267,-33.7896,-1.77937,-.19229,-34.22519,-1.83705,-.2399,-33.7896,-1.77208,-.31137,-33.7896,-1.70071,-.3765,-33.7896,-1.6579,-.31377,-34.22519,-1.63817,-.42088,-33.7896,-1.51717,-.41231,-34.22519,-1.57307,-.46147,-33.7896,-1.50517,-.49683,-33.7896,-1.43544,-.52879,-33.7896,-1.36146,-.48491,-34.22519,-1.36265,-.55266,-33.7896,-1.28915,-.57455,-33.7896,-1.19552,-.52939,-34.22519,-1.21377,-.58876,-33.7896,-1.02438,-.54436,-34.22519,-1.13829,-.60178,-33.7896,-1.06158,-.60295,-33.7896,-.98503,-.60078,-33.7896,-.85322,-.52939,-34.22519,-.90868,-.5934,-33.7896,-.83299,-.58231,-33.7896,-.68729,-.48491,-34.22519,-.03879,.44124,-34.22519,-.05377,.61238,-34.22519,-.03226,.6241,-34.10626,-.02493,.49883,-34.16902,-.02493,.36975,-34.18729,-.05377,.27008,-34.22519,-.04201,.20775,-34.16989,-.09824,.10414,-34.22519,-.07124,.09462,-34.11202,-.11513,-.0221,-33.98419,-.17084,-.05156,-34.22519,-.17361,-.12958,-33.7896,-.23628,-.21065,-33.7896,-.26938,-.19229,-34.22519,-.30446,-.28697,-33.7896,-.39085,-.31377,-34.22519,-.3791,-.35686,-33.7896,-.45918,-.42078,-33.7896,-.53158,-.41231,-34.22519,-.54727,-.47308,-33.7896,-.61641,-.50632,-33.7896,-.68678,-.53668,-33.7896,-.75871,-.56316,-33.7896,0.0,.6241,-34.10626,0.0,.49883,-34.16902,0.0,.36975,-34.18729,0.0,.20775,-34.16989,0.0,.09462,-34.11202,0.0,-.0221,-33.98419};
			return value;
		}
		private double[] getCoordinate_12_197_point_2()
		{
			double[] value = {0.0,-.12958,-33.7896,-.53158,1.29477,-34.22519,-.58217,1.35721,-33.7896,-.51359,1.31845,-33.7896,-.39085,1.19623,-34.22519,-.44777,1.27519,-33.7896,-.38531,1.2272,-33.7896,-.26938,1.07475,-34.22519,-.32629,1.17505,-33.7896,-.27115,1.11884,-33.7896,-.17084,.93402,-34.22519,-.22073,1.05832,-33.7896,-.17567,.99373,-33.7896,-.13518,.92618,-33.7896,-.09824,.77832,-34.22519,-.09886,.85628,-33.7896,-.07612,.79674,-33.90378,-.04687,.71083,-34.02632,0.0,.85628,-33.7896,0.0,.79674,-33.90378,0.0,.71083,-34.02632,.68729,1.36737,-34.22519,.65349,1.39059,-33.7896,.72748,1.41759,-33.7896,.80333,1.43884,-33.7896,.85323,1.41184,-34.22519,.88059,1.45413,-33.7896,.95879,1.46352,-33.7896,1.02439,1.42682,-34.22519,1.03745,1.46761,-33.7896,1.11623,1.46808,-33.7896,1.18915,1.4579,-33.7896,1.19553,1.41184,-34.22519,1.26145,1.44391,-33.7896,1.33289,1.42607,-33.7896,1.36147,1.36737,-34.22519,1.40302,1.40364,-33.7896,1.4713,1.37607,-33.7896,1.53764,1.34416,-33.7896,1.51717,1.29477,-34.22519,1.60152,1.30756,-33.7896,1.66278,1.26671,-33.7896,1.6579,1.19623,-34.22519,1.72051,1.22107,-33.7896,1.77463,1.17119,-33.7896,1.82477,1.11726,-33.7896,1.77937,1.07475,-34.22519,1.87125,1.06017,-33.7896,1.91422,1.00037,-33.7896,1.87792,.93402,-34.22519,1.9529,.93771,-33.7896,1.99469,.85068,-33.7896,1.95053,.77832,-34.22519,2.02922,.76038,-33.7896,2.05411,.66708,-33.7896,1.995,.61238,-34.22519,2.07019,.57188,-33.7896,2.0801,.47571,-33.7896,2.00996,.44124,-34.22519,2.08052,.37907,-33.7896,2.07172,.28282,-33.7896,1.995,.27008,-34.22519,2.05316,.18797,-33.7896,1.95053,.10414,-34.22519,2.02562,.09534,-33.7896,1.98934,.00583,-33.7896,1.94591,-.08057,-33.7896,1.87792,-.05156,-34.22519,1.89508,-.16267,-33.7896,1.77937,-.19229,-34.22519,1.83705,-.2399,-33.7896,1.77208,-.31137,-33.7896,1.70072,-.3765,-33.7896,1.6579,-.31377,-34.22519,1.63817,-.42088,-33.7896,1.51717,-.41231,-34.22519,1.57308,-.46147,-33.7896,1.50517,-.49683,-33.7896,1.43544,-.52879,-33.7896,1.36147,-.48491,-34.22519,1.36266,-.55266,-33.7896,1.28916,-.57455,-33.7896,1.19553,-.52939,-34.22519,1.21378,-.58876,-33.7896,1.02439,-.54436,-34.22519,1.13829,-.60178,-33.7896,1.06159,-.60295,-33.7896,.98503,-.60078,-33.7896,.85323,-.52939,-34.22519,.90868,-.5934,-33.7896,.83299,-.58231,-33.7896,.68729,-.48491,-34.22519,.03226,.6241,-34.10626,.05377,.61238,-34.22519,.03879,.44124,-34.22519,.02493,.49883,-34.16902,.02493,.36975,-34.18729,.05377,.27008,-34.22519,.04201,.20775,-34.16989,.09824,.10414,-34.22519};
			return value;
		}
		private double[] getCoordinate_12_197_point_3()
		{
			double[] value = {.07125,.09462,-34.11202,.11513,-.0221,-33.98419,.17084,-.05156,-34.22519,.17362,-.12958,-33.7896,.23628,-.21065,-33.7896,.26938,-.19229,-34.22519,.30446,-.28697,-33.7896,.39086,-.31377,-34.22519,.37911,-.35686,-33.7896,.45918,-.42078,-33.7896,.53159,-.41231,-34.22519,.54727,-.47308,-33.7896,.61641,-.50632,-33.7896,.68678,-.53668,-33.7896,.75871,-.56316,-33.7896,.53159,1.29477,-34.22519,.58217,1.35721,-33.7896,.5136,1.31845,-33.7896,.39086,1.19623,-34.22519,.44777,1.27519,-33.7896,.38532,1.2272,-33.7896,.26938,1.07475,-34.22519,.3263,1.17505,-33.7896,.27115,1.11884,-33.7896,.17084,.93402,-34.22519,.22073,1.05832,-33.7896,.17568,.99373,-33.7896,.13518,.92618,-33.7896,.09824,.77832,-34.22519,.09886,.85628,-33.7896,.07613,.79674,-33.90378,.04688,.71083,-34.02632};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_203_point_1()
		{
			double[] value = {-.59166,1.06831,-3.41107,-.6093,1.13132,-3.71683,-.68092,1.04726,-3.71683,-.60967,1.04758,-3.41107,-.52432,1.20181,-3.71683,-.50813,1.13452,-3.41107,-.42944,1.25842,-3.71683,-.4155,1.18736,-3.41107,-.32193,1.26372,-3.56395,-.31642,1.2267,-3.41107,-.32744,1.30072,-3.71683,-.30061,1.30728,-3.71683,-.30794,1.29852,-3.56395,-.30289,1.26213,-3.41107,-.27377,1.31384,-3.71683,-.27318,1.3129,-3.56395,-.24695,1.3204,-3.71683,-.2424,1.31337,-3.56395,-.21631,1.28886,-3.56395,-.22011,1.32697,-3.71683,-.11041,1.34053,-3.71683,-.27141,1.27635,-3.41107,-.23689,1.27635,-3.41107,-.21251,1.25076,-3.41107,-.10657,1.26343,-3.41107,-.05425,1.30484,-3.56395,-.05328,1.26627,-3.41107,-.0276,1.34483,-3.71683,-.03372,1.33673,-3.56395,0.0,1.34627,-3.71683,0.0,1.34416,-3.56395,-.03276,1.29816,-3.41107,0.0,1.30559,-3.41107,-.29526,1.25494,-3.41107,-.30504,1.22932,-3.41107,-.26933,1.26665,-3.41107,-.24104,1.26665,-3.41107,-.22348,1.24822,-3.41107,-.04175,1.26627,-3.41107,-.02675,1.28958,-3.41107,0.0,1.29565,-3.41107,-.58383,1.05002,-3.32863,-.48297,1.06325,-3.10587,-.39154,1.10196,-3.05847,-.297,1.13309,-3.02957,-.28149,1.18541,-3.21861,-.28499,1.21063,-3.41107,-.25656,1.2115,-3.41107,-.25627,1.19092,-3.2169,-.23116,1.22394,-3.41107,-.23105,1.19644,-3.2152,-.19916,1.15315,-3.0159,-.09979,1.16374,-3.01128,-.0258,1.21744,-3.21066,0.0,1.16833,-3.00993,-.02675,1.24295,-3.41107,0.0,1.23688,-3.41107,0.0,1.21872,-3.21049,.68092,1.04726,-3.71683,.6093,1.13132,-3.71683,.59166,1.06831,-3.41107,.60967,1.04758,-3.41107,.52432,1.20181,-3.71683,.50813,1.13452,-3.41107,.42944,1.25842,-3.71683,.4155,1.18736,-3.41107,.32193,1.26372,-3.56395,.31642,1.2267,-3.41107,.32744,1.30072,-3.71683,.30061,1.30728,-3.71683,.30794,1.29852,-3.56395,.30289,1.26213,-3.41107,.27377,1.31384,-3.71683,.27318,1.3129,-3.56395,.24695,1.3204,-3.71683,.2424,1.31337,-3.56395,.21631,1.28886,-3.56395,.22011,1.32697,-3.71683,.11041,1.34053,-3.71683,.27141,1.27635,-3.41107,.23689,1.27635,-3.41107,.21251,1.25076,-3.41107,.10657,1.26343,-3.41107,.05425,1.30484,-3.56395,.05328,1.26627,-3.41107,.0276,1.34483,-3.71683,.03372,1.33673,-3.56395,.03276,1.29816,-3.41107,.29526,1.25494,-3.41107,.30504,1.22932,-3.41107,.26933,1.26665,-3.41107,.24104,1.26665,-3.41107,.22348,1.24822,-3.41107,.04175,1.26627,-3.41107,.02675,1.28958,-3.41107,.58383,1.05002,-3.32863,.48297,1.06325,-3.10587,.39154,1.10196,-3.05847,.297,1.13309,-3.02957,.28149,1.18541,-3.21861};
			return value;
		}
		private double[] getCoordinate_12_203_point_2()
		{
			double[] value = {.28499,1.21063,-3.41107,.25656,1.2115,-3.41107,.25627,1.19092,-3.2169,.23116,1.22394,-3.41107,.23105,1.19644,-3.2152,.19916,1.15315,-3.0159,.09979,1.16374,-3.01128,.0258,1.21744,-3.21066,.02675,1.24295,-3.41107};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_209_point_1()
		{
			double[] value = {-.19638,.89906,-34.56778,-.17084,.93402,-34.22519,-.09824,.77832,-34.22519,-.13402,.76531,-34.56778,-.2447,.87239,-34.92278,-.18596,.7464,-34.92278,-.31045,.83345,-35.25383,-.25769,.72028,-35.25383,-.41798,.76991,-35.63275,-.37494,.67761,-35.63275,-.1821,.92752,-34.56778,-.22996,.89989,-34.92278,-.29608,.86171,-35.25383,-.40413,.79933,-35.63275,-.2139,.92938,-34.56778,-.26114,.90086,-34.92278,-.32776,.86339,-35.25383,-.43652,.80205,-35.63275,-.29854,1.05028,-34.56778,-.26938,1.07475,-34.22519,-.34088,1.01474,-34.92278,-.39937,.96567,-35.25383,-.49495,.88548,-35.63275,-.41533,1.16707,-34.56778,-.39085,1.19623,-34.22519,-.45087,1.12473,-34.92278,-.49994,1.06624,-35.25383,-.58014,.97066,-35.63275,-.53622,1.25172,-34.56778,-.53158,1.29477,-34.22519,-.56474,1.20447,-34.92278,-.60222,1.13786,-35.25383,-.66356,1.02908,-35.63275,-.53808,1.28351,-34.56778,-.56572,1.23564,-34.92278,-.6039,1.16952,-35.25383,-.66627,1.06148,-35.63275,-.56654,1.26923,-34.56778,-.59321,1.2209,-34.92278,-.63216,1.15515,-35.25383,-.69569,1.04764,-35.63275,-.70032,1.33159,-34.56778,-.68729,1.36737,-34.22519,-.71921,1.27966,-34.92278,-.74533,1.20792,-35.25383,-.78799,1.09067,-35.63275,-.85985,1.37434,-34.56778,-.85322,1.41184,-34.22519,-.86944,1.31992,-34.92278,-.8827,1.24472,-35.25383,-.90436,1.12186,-35.63275,-1.00686,1.38721,-34.56778,-1.02438,1.42682,-34.22519,-1.00793,1.33203,-34.92278,-1.00708,1.2556,-35.25383,-1.00583,1.13074,-35.63275,-1.02438,1.41382,-34.56778,-1.02438,1.35854,-34.92278,-1.02438,1.2822,-35.25383,-1.02438,1.15742,-35.63275,-1.04188,1.38721,-34.56778,-1.04082,1.33203,-34.92278,-1.04167,1.2556,-35.25383,-1.04292,1.13074,-35.63275,-1.1889,1.37434,-34.56778,-1.19552,1.41184,-34.22519,-1.1793,1.31992,-34.92278,-1.16606,1.24472,-35.25383,-1.14439,1.12186,-35.63275,-1.34845,1.33159,-34.56778,-1.36146,1.36737,-34.22519,-1.32954,1.27966,-34.92278,-1.30342,1.20792,-35.25383,-1.26076,1.09067,-35.63275,-1.48221,1.26923,-34.56778,-1.51717,1.29477,-34.22519,-1.45553,1.2209,-34.92278,-1.41659,1.15515,-35.25383,-1.35306,1.04764,-35.63275,-1.51066,1.28351,-34.56778,-1.48303,1.23564,-34.92278,-1.44485,1.16952,-35.25383,-1.38247,1.06148,-35.63275,-1.51253,1.25172,-34.56778,-1.48401,1.20447,-34.92278,-1.44653,1.13786,-35.25383,-1.38519,1.02908,-35.63275,-1.63342,1.16707,-34.56778,-1.6579,1.19623,-34.22519,-1.5979,1.12473,-34.92278,-1.54881,1.06624,-35.25383,-1.46863,.97066,-35.63275,-1.75021,1.05028,-34.56778,-1.77937,1.07475,-34.22519,-1.70787,1.01474,-34.92278,-1.64938,.96567,-35.25383,-1.5538,.88548,-35.63275,-1.83487,.92938,-34.56778,-1.87791,.93402,-34.22519,-1.78761,.90086,-34.92278};
			return value;
		}
		private double[] getCoordinate_12_209_point_2()
		{
			double[] value = {-1.72101,.86339,-35.25383,-1.61223,.80205,-35.63275,-1.86665,.92752,-34.56778,-1.81879,.89989,-34.92278,-1.75267,.86171,-35.25383,-1.64462,.79933,-35.63275,-1.85237,.89906,-34.56778,-1.80404,.87239,-34.92278,-1.73829,.83345,-35.25383,-1.63078,.76991,-35.63275,-1.91475,.76531,-34.56778,-1.95053,.77832,-34.22519,-1.86281,.7464,-34.92278,-1.79106,.72028,-35.25383,-1.67381,.67761,-35.63275,-1.95749,.60576,-34.56778,-1.99499,.61238,-34.22519,-1.90306,.59616,-34.92278,-1.82786,.5829,-35.25383,-1.705,.56125,-35.63275,-1.97035,.45874,-34.56778,-2.00996,.44124,-34.22519,-1.91518,.45767,-34.92278,-1.83876,.45853,-35.25383,-1.71388,.45978,-35.63275,-1.99696,.44124,-34.56778,-1.94169,.44124,-34.92278,-1.86534,.44124,-35.25383,-1.74058,.44124,-35.63275,-1.97035,.42372,-34.56778,-1.91518,.42479,-34.92278,-1.83876,.42394,-35.25383,-1.71388,.42268,-35.63275,-1.95749,.2767,-34.56778,-1.99499,.27008,-34.22519,-1.90306,.2863,-34.92278,-1.82786,.29956,-35.25383,-1.705,.32121,-35.63275,-1.91475,.11716,-34.56778,-1.95053,.10414,-34.22519,-1.86281,.13606,-34.92278,-1.79106,.16219,-35.25383,-1.67381,.20485,-35.63275,-1.85237,-.0166,-34.56778,-1.87791,-.05156,-34.22519,-1.80404,.01007,-34.92278,-1.73829,.04901,-35.25383,-1.63078,.11255,-35.63275,-1.86665,-.04506,-34.56778,-1.81879,-.01743,-34.92278,-1.75267,.02075,-35.25383,-1.64462,.08313,-35.63275,-1.83487,-.04692,-34.56778,-1.78761,-.0184,-34.92278,-1.72101,.01907,-35.25383,-1.61223,.08041,-35.63275,-1.75021,-.16782,-34.56778,-1.77937,-.19229,-34.22519,-1.70787,-.13228,-34.92278,-1.64938,-.08321,-35.25383,-1.5538,-.00302,-35.63275,-1.63342,-.28461,-34.56778,-1.6579,-.31377,-34.22519,-1.5979,-.24226,-34.92278,-1.54881,-.18378,-35.25383,-1.46863,-.0882,-35.63275,-1.51253,-.36925,-34.56778,-1.51717,-.41231,-34.22519,-1.48401,-.32201,-34.92278,-1.44653,-.2554,-35.25383,-1.38519,-.14662,-35.63275,-.05377,.61238,-34.22519,-.09126,.60576,-34.56778,-.14571,.59616,-34.92278,-.22089,.5829,-35.25383,-.34375,.56125,-35.63275,-.03879,.44124,-34.22519,-.0784,.45874,-34.56778,-.13357,.45767,-34.92278,-.21001,.45853,-35.25383,-.33488,.45978,-35.63275,-.05179,.44124,-34.56778,-.10707,.44124,-34.92278,-.18341,.44124,-35.25383,-.30818,.44124,-35.63275,-.0784,.42372,-34.56778,-.13357,.42479,-34.92278,-.21001,.42394,-35.25383,-.33488,.42268,-35.63275,-.05377,.27008,-34.22519,-.09126,.2767,-34.56778,-.14571,.2863,-34.92278,-.22089,.29956,-35.25383,-.34375,.32121,-35.63275,-.09824,.10414,-34.22519,-.13402,.11716,-34.56778,-.18596,.13606,-34.92278,-.25769,.16219,-35.25383,-.37494,.20485,-35.63275,-.17084,-.05156,-34.22519};
			return value;
		}
		private double[] getCoordinate_12_209_point_3()
		{
			double[] value = {-.19638,-.0166,-34.56778,-.2447,.01007,-34.92278,-.31045,.04901,-35.25383,-.41798,.11255,-35.63275,-.1821,-.04506,-34.56778,-.22996,-.01743,-34.92278,-.29608,.02075,-35.25383,-.40413,.08313,-35.63275,-.2139,-.04692,-34.56778,-.26114,-.0184,-34.92278,-.32776,.01907,-35.25383,-.43652,.08041,-35.63275,-.26924,-.19212,-34.22519,-.2984,-.16765,-34.56778,-.34074,-.13213,-34.92278,-.39923,-.08305,-35.25383,-.49495,-.00302,-35.63275,-.39102,-.3139,-34.22519,-.41533,-.28461,-34.56778,-.45103,-.2424,-34.92278,-.49994,-.18378,-35.25383,-.49481,-.00285,-35.63275,-.58014,-.0882,-35.63275,-1.51066,-.40105,-34.56778,-1.48303,-.35318,-34.92278,-1.44485,-.28706,-35.25383,-1.38247,-.17902,-35.63275,-1.48221,-.38677,-34.56778,-1.45553,-.33844,-34.92278,-1.41659,-.27269,-35.25383,-1.35306,-.16518,-35.63275,-1.34845,-.44914,-34.56778,-1.36146,-.48491,-34.22519,-1.32954,-.3972,-34.92278,-1.30342,-.32545,-35.25383,-1.26076,-.20821,-35.63275,-1.1889,-.49188,-34.56778,-1.19552,-.52939,-34.22519,-1.1793,-.43745,-34.92278,-1.16606,-.36226,-35.25383,-1.14439,-.2394,-35.63275,-1.04188,-.50475,-34.56778,-1.02438,-.54436,-34.22519,-1.04082,-.44957,-34.92278,-1.04167,-.37314,-35.25383,-1.04292,-.24828,-35.63275,-1.02438,-.53136,-34.56778,-1.02438,-.47607,-34.92278,-1.02438,-.39973,-35.25383,-1.02438,-.27496,-35.63275,-1.00686,-.50475,-34.56778,-1.00793,-.44957,-34.92278,-1.00708,-.37314,-35.25383,-1.00583,-.24828,-35.63275,-.85985,-.49188,-34.56778,-.85322,-.52939,-34.22519,-.86944,-.43745,-34.92278,-.8827,-.36226,-35.25383,-.90436,-.2394,-35.63275,-.4155,-.28474,-34.56778,-.39085,-.31377,-34.22519,-.53158,-.41231,-34.22519,-.53622,-.36925,-34.56778,-.56474,-.32201,-34.92278,-.60222,-.2554,-35.25383,-.50011,-.18391,-35.25383,-.66356,-.14662,-35.63275,-.53808,-.40105,-34.56778,-.56572,-.35318,-34.92278,-.6039,-.28706,-35.25383,-.66627,-.17902,-35.63275,-.56654,-.38677,-34.56778,-.59321,-.33844,-34.92278,-.63216,-.27269,-35.25383,-.69569,-.16518,-35.63275,-.68729,-.48491,-34.22519,-.70032,-.44914,-34.56778,-.71921,-.3972,-34.92278,-.74533,-.32545,-35.25383,-.78799,-.20821,-35.63275,.09824,.77832,-34.22519,.17084,.93402,-34.22519,.19638,.89906,-34.56778,.13402,.76531,-34.56778,.24471,.87239,-34.92278,.18596,.7464,-34.92278,.31046,.83345,-35.25383,.25769,.72028,-35.25383,.41799,.76991,-35.63275,.37494,.67761,-35.63275,.1821,.92752,-34.56778,.22997,.89989,-34.92278,.29608,.86171,-35.25383,.40413,.79933,-35.63275,.2139,.92938,-34.56778,.26114,.90086,-34.92278,.32776,.86339,-35.25383,.43653,.80205,-35.63275,.26938,1.07475,-34.22519,.29854,1.05028,-34.56778};
			return value;
		}
		private double[] getCoordinate_12_209_point_4()
		{
			double[] value = {.34088,1.01474,-34.92278,.39937,.96567,-35.25383,.49495,.88548,-35.63275,.39086,1.19623,-34.22519,.41533,1.16707,-34.56778,.45087,1.12473,-34.92278,.49994,1.06624,-35.25383,.58014,.97066,-35.63275,.53159,1.29477,-34.22519,.53623,1.25172,-34.56778,.56475,1.20447,-34.92278,.60222,1.13786,-35.25383,.66356,1.02908,-35.63275,.53809,1.28351,-34.56778,.56572,1.23564,-34.92278,.6039,1.16952,-35.25383,.66628,1.06148,-35.63275,.56654,1.26923,-34.56778,.59322,1.2209,-34.92278,.63216,1.15515,-35.25383,.6957,1.04764,-35.63275,.68729,1.36737,-34.22519,.70032,1.33159,-34.56778,.71921,1.27966,-34.92278,.74533,1.20792,-35.25383,.788,1.09067,-35.63275,.85323,1.41184,-34.22519,.85985,1.37434,-34.56778,.86945,1.31992,-34.92278,.88271,1.24472,-35.25383,.90436,1.12186,-35.63275,1.02439,1.42682,-34.22519,1.00687,1.38721,-34.56778,1.00794,1.33203,-34.92278,1.00708,1.2556,-35.25383,1.00583,1.13074,-35.63275,1.02439,1.41382,-34.56778,1.02439,1.35854,-34.92278,1.02439,1.2822,-35.25383,1.02439,1.15742,-35.63275,1.04189,1.38721,-34.56778,1.04082,1.33203,-34.92278,1.04167,1.2556,-35.25383,1.04293,1.13074,-35.63275,1.19553,1.41184,-34.22519,1.18891,1.37434,-34.56778,1.17931,1.31992,-34.92278,1.16606,1.24472,-35.25383,1.1444,1.12186,-35.63275,1.36147,1.36737,-34.22519,1.34845,1.33159,-34.56778,1.32955,1.27966,-34.92278,1.30342,1.20792,-35.25383,1.26076,1.09067,-35.63275,1.51717,1.29477,-34.22519,1.48221,1.26923,-34.56778,1.45554,1.2209,-34.92278,1.4166,1.15515,-35.25383,1.35306,1.04764,-35.63275,1.51067,1.28351,-34.56778,1.48303,1.23564,-34.92278,1.44486,1.16952,-35.25383,1.38248,1.06148,-35.63275,1.51253,1.25172,-34.56778,1.48401,1.20447,-34.92278,1.44653,1.13786,-35.25383,1.38519,1.02908,-35.63275,1.6579,1.19623,-34.22519,1.63342,1.16707,-34.56778,1.5979,1.12473,-34.92278,1.54881,1.06624,-35.25383,1.46863,.97066,-35.63275,1.77937,1.07475,-34.22519,1.75022,1.05028,-34.56778,1.70787,1.01474,-34.92278,1.64939,.96567,-35.25383,1.5538,.88548,-35.63275,1.87792,.93402,-34.22519,1.83487,.92938,-34.56778,1.78761,.90086,-34.92278,1.72101,.86339,-35.25383,1.61223,.80205,-35.63275,1.86666,.92752,-34.56778,1.81879,.89989,-34.92278,1.75267,.86171,-35.25383,1.64462,.79933,-35.63275,1.85237,.89906,-34.56778,1.80405,.87239,-34.92278,1.7383,.83345,-35.25383,1.63078,.76991,-35.63275,1.95053,.77832,-34.22519,1.91475,.76531,-34.56778,1.86281,.7464,-34.92278,1.79106,.72028,-35.25383,1.67381,.67761,-35.63275,1.995,.61238,-34.22519,1.95749,.60576,-34.56778,1.90306,.59616,-34.92278,1.82787,.5829,-35.25383,1.705,.56125,-35.63275};
			return value;
		}
		private double[] getCoordinate_12_209_point_5()
		{
			double[] value = {2.00996,.44124,-34.22519,1.97035,.45874,-34.56778,1.91518,.45767,-34.92278,1.83876,.45853,-35.25383,1.71388,.45978,-35.63275,1.99697,.44124,-34.56778,1.9417,.44124,-34.92278,1.86534,.44124,-35.25383,1.74059,.44124,-35.63275,1.97035,.42372,-34.56778,1.91518,.42479,-34.92278,1.83876,.42394,-35.25383,1.71388,.42268,-35.63275,1.995,.27008,-34.22519,1.95749,.2767,-34.56778,1.90306,.2863,-34.92278,1.82787,.29956,-35.25383,1.705,.32121,-35.63275,1.95053,.10414,-34.22519,1.91475,.11716,-34.56778,1.86281,.13606,-34.92278,1.79106,.16219,-35.25383,1.67381,.20485,-35.63275,1.87792,-.05156,-34.22519,1.85237,-.0166,-34.56778,1.80405,.01007,-34.92278,1.7383,.04901,-35.25383,1.63078,.11255,-35.63275,1.86666,-.04506,-34.56778,1.81879,-.01743,-34.92278,1.75267,.02075,-35.25383,1.64462,.08313,-35.63275,1.83487,-.04692,-34.56778,1.78761,-.0184,-34.92278,1.72101,.01907,-35.25383,1.61223,.08041,-35.63275,1.77937,-.19229,-34.22519,1.75022,-.16782,-34.56778,1.70787,-.13228,-34.92278,1.64939,-.08321,-35.25383,1.5538,-.00302,-35.63275,1.6579,-.31377,-34.22519,1.63342,-.28461,-34.56778,1.5979,-.24226,-34.92278,1.54881,-.18378,-35.25383,1.46863,-.0882,-35.63275,1.51717,-.41231,-34.22519,1.51253,-.36925,-34.56778,1.48401,-.32201,-34.92278,1.44653,-.2554,-35.25383,1.38519,-.14662,-35.63275,.05377,.61238,-34.22519,.09126,.60576,-34.56778,.14571,.59616,-34.92278,.22089,.5829,-35.25383,.34375,.56125,-35.63275,.03879,.44124,-34.22519,.0784,.45874,-34.56778,.13358,.45767,-34.92278,.21001,.45853,-35.25383,.33489,.45978,-35.63275,.05179,.44124,-34.56778,.10707,.44124,-34.92278,.18341,.44124,-35.25383,.30818,.44124,-35.63275,.0784,.42372,-34.56778,.13358,.42479,-34.92278,.21001,.42394,-35.25383,.33489,.42268,-35.63275,.05377,.27008,-34.22519,.09126,.2767,-34.56778,.14571,.2863,-34.92278,.22089,.29956,-35.25383,.34375,.32121,-35.63275,.09824,.10414,-34.22519,.13402,.11716,-34.56778,.18596,.13606,-34.92278,.25769,.16219,-35.25383,.37494,.20485,-35.63275,.17084,-.05156,-34.22519,.19638,-.0166,-34.56778,.24471,.01007,-34.92278,.31046,.04901,-35.25383,.41799,.11255,-35.63275,.1821,-.04506,-34.56778,.22997,-.01743,-34.92278,.29608,.02075,-35.25383,.40413,.08313,-35.63275,.2139,-.04692,-34.56778,.26114,-.0184,-34.92278,.32776,.01907,-35.25383,.43653,.08041,-35.63275,.26924,-.19212,-34.22519,.2984,-.16765,-34.56778,.34075,-.13213,-34.92278,.39923,-.08305,-35.25383,.49495,-.00302,-35.63275,.39102,-.3139,-34.22519,.41533,-.28461,-34.56778,.45104,-.2424,-34.92278};
			return value;
		}
		private double[] getCoordinate_12_209_point_6()
		{
			double[] value = {.49994,-.18378,-35.25383,.49481,-.00285,-35.63275,.58014,-.0882,-35.63275,1.51067,-.40105,-34.56778,1.48303,-.35318,-34.92278,1.44486,-.28706,-35.25383,1.38248,-.17902,-35.63275,1.48221,-.38677,-34.56778,1.45554,-.33844,-34.92278,1.4166,-.27269,-35.25383,1.35306,-.16518,-35.63275,1.36147,-.48491,-34.22519,1.34845,-.44914,-34.56778,1.32955,-.3972,-34.92278,1.30342,-.32545,-35.25383,1.26076,-.20821,-35.63275,1.19553,-.52939,-34.22519,1.18891,-.49188,-34.56778,1.17931,-.43745,-34.92278,1.16606,-.36226,-35.25383,1.1444,-.2394,-35.63275,1.02439,-.54436,-34.22519,1.04189,-.50475,-34.56778,1.04082,-.44957,-34.92278,1.04167,-.37314,-35.25383,1.04293,-.24828,-35.63275,1.02439,-.53136,-34.56778,1.02439,-.47607,-34.92278,1.02439,-.39973,-35.25383,1.02439,-.27496,-35.63275,1.00687,-.50475,-34.56778,1.00794,-.44957,-34.92278,1.00708,-.37314,-35.25383,1.00583,-.24828,-35.63275,.85323,-.52939,-34.22519,.85985,-.49188,-34.56778,.86945,-.43745,-34.92278,.88271,-.36226,-35.25383,.90436,-.2394,-35.63275,.53159,-.41231,-34.22519,.39086,-.31377,-34.22519,.4155,-.28474,-34.56778,.53623,-.36925,-34.56778,.56475,-.32201,-34.92278,.60222,-.2554,-35.25383,.50011,-.18391,-35.25383,.66356,-.14662,-35.63275,.53809,-.40105,-34.56778,.56572,-.35318,-34.92278,.6039,-.28706,-35.25383,.66628,-.17902,-35.63275,.56654,-.38677,-34.56778,.59322,-.33844,-34.92278,.63216,-.27269,-35.25383,.6957,-.16518,-35.63275,.68729,-.48491,-34.22519,.70032,-.44914,-34.56778,.71921,-.3972,-34.92278,.74533,-.32545,-35.25383,.788,-.20821,-35.63275};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_215_point_1()
		{
			double[] value = {-3.88219,6.2254,-29.88586,-3.87816,6.2269,-29.88417,-3.87926,6.23025,-29.88794,-2.12807,1.46637,-25.37886,-2.13635,1.46045,-25.38065,-3.88756,6.22342,-29.89481,-2.14798,1.45143,-25.39859,-3.88124,6.23564,-29.89688,-3.88289,6.24007,-29.90782,-3.89198,6.22179,-29.90782,-2.15758,1.44394,-25.42715,-3.89999,6.21883,-29.93614,-2.17483,1.43027,-25.49058,-3.88585,6.24808,-29.93614,-3.88817,6.25436,-29.97298,-3.90628,6.21651,-29.97298,-2.18835,1.4193,-25.57593,-3.91083,6.21481,-30.02306,-2.19807,1.41109,-25.69501,-2.2076,1.40215,-25.86838,-3.9154,6.21312,-30.09546,-2.21303,1.39229,-26.09982,-3.91862,6.21193,-30.19217,-2.21649,1.38452,-26.3829,-3.92087,6.2111,-30.30934,-2.218,1.38071,-26.69284,-3.92189,6.21072,-30.43636,-2.21965,1.38095,-27.14589,-3.92245,6.21051,-30.61215,-3.88986,6.25891,-30.02306,-3.89155,6.26349,-30.09546,-3.89275,6.26671,-30.19217,-3.89357,6.26894,-30.30934,-3.89393,6.26997,-30.43636,-3.89415,6.27054,-30.61215,-3.92076,6.21114,-30.85548,-3.89352,6.26884,-30.85548,-3.47363,4.94502,-30.03433,-3.47754,4.94861,-29.70645,-3.48604,4.88449,-30.00613,-3.49101,4.89116,-29.69945,-3.45387,4.79343,-29.94707,-3.45833,4.80098,-29.62976,-3.40832,4.76012,-29.91441,-3.41408,4.76865,-29.57729,-3.89213,6.26508,-31.1248,-3.91699,6.21254,-31.1248,-3.46432,4.93539,-30.40009,-3.44833,4.8903,-30.3745,-3.41638,4.80013,-30.32332,-3.40036,4.75491,-30.29767,-3.89035,6.26027,-31.38722,-3.91218,6.21431,-31.38722,-3.57558,5.24927,-30.57819,-3.56936,5.25154,-30.91698,-3.55962,5.20427,-30.55266,-3.58699,5.1942,-30.895,-3.52772,5.11427,-30.50159,-3.55406,5.10458,-30.85107,-3.50513,5.07117,-30.82887,-3.51159,5.06879,-30.47577,-3.45766,4.93785,-30.76375,-3.47224,4.88152,-30.74175,-3.43924,4.79172,-30.69772,-3.39343,4.75746,-30.67564,-3.88788,6.25356,-31.65535,-3.90547,6.2168,-31.65535,-3.56068,5.25473,-31.26314,-3.58699,5.1942,-31.24481,-3.55406,5.10458,-31.20818,-3.49609,5.07449,-31.18967,-3.44835,4.94127,-31.13535,-3.47224,4.88152,-31.11699,-3.43924,4.79172,-31.08028,-3.38374,4.76102,-31.06188,-3.88437,6.24408,-31.91324,-3.89601,6.22031,-31.91324,-3.78654,5.88493,-31.52005,-3.77611,5.88878,-31.80383,-3.77225,5.84506,-31.5038,-3.81148,5.83089,-31.79076,-3.74368,5.76534,-31.4713,-3.78255,5.75105,-31.7644,-3.71831,5.72894,-31.75108,-3.7292,5.72495,-31.45483,-3.54845,5.25923,-31.59608,-3.58699,5.1942,-31.58127,-3.55406,5.10458,-31.55165,-3.48334,5.07918,-31.53667,-3.43521,4.94609,-31.49275,-3.47224,4.88152,-31.47791,-3.43924,4.79172,-31.44823,-3.3701,4.76604,-31.43333,-3.8783,6.22638,-32.38654,-3.75615,5.89612,-32.32472,-3.81148,5.83089,-32.31729,-3.78255,5.75105,-32.30238,-3.69751,5.73659,-32.29489,-3.52519,5.26778,-32.20721,-3.58699,5.1942,-32.19882};
			return value;
		}
		private double[] getCoordinate_12_215_point_2()
		{
			double[] value = {-3.55406,5.10458,-32.18207,-3.45914,5.08807,-32.1736,-3.41031,4.95525,-32.14876,-2.2175,1.38814,-27.72748,-2.21063,1.39832,-28.39294,-2.70862,2.80803,-29.27377,-3.27218,4.39806,-30.17604,-3.24106,4.32188,-30.33134,-2.6792,2.73668,-29.43181,-2.19475,1.39121,-29.03148,-2.17358,1.38431,-29.68527,-2.14433,1.3765,-30.3148,-3.47224,4.88152,-32.14037,-3.43924,4.79172,-32.12357,-3.34425,4.77554,-32.11514,-3.41026,4.95488,-32.21396,-3.47205,4.88121,-32.16852,-3.43904,4.79141,-32.16852,-3.34425,4.77528,-32.21396,-3.33046,4.65645,-31.39717,-3.30404,4.66615,-32.09468,-2.14386,1.37697,-30.33019,-3.32503,4.64296,-31.40598,-3.29902,4.65247,-32.09213,-2.08812,1.35811,-31.476,-3.29938,4.65239,-31.36684,-3.31288,4.68913,-31.40598,-2.11058,1.41821,-30.27728,3.87926,6.23025,-29.88794,3.87816,6.2269,-29.88417,3.88219,6.2254,-29.88586,2.12807,1.46637,-25.37886,2.13635,1.46045,-25.38065,2.14798,1.45143,-25.39859,3.88756,6.22342,-29.89481,3.88124,6.23564,-29.89688,3.88289,6.24007,-29.90782,3.89198,6.22179,-29.90782,2.15758,1.44394,-25.42715,2.17484,1.43027,-25.49058,3.9,6.21883,-29.93614,3.88585,6.24808,-29.93614,3.88817,6.25436,-29.97298,3.90628,6.21651,-29.97298,2.18836,1.4193,-25.57593,2.19807,1.41109,-25.69501,3.91083,6.21481,-30.02306,2.2076,1.40215,-25.86838,3.91541,6.21312,-30.09546,2.21303,1.39229,-26.09982,3.91863,6.21193,-30.19217,2.21649,1.38452,-26.3829,3.92087,6.2111,-30.30934,2.218,1.38071,-26.69284,3.92189,6.21072,-30.43635,2.21965,1.38095,-27.14589,3.92246,6.21051,-30.61215,3.88986,6.25891,-30.02306,3.89156,6.26349,-30.09546,3.89275,6.26671,-30.19217,3.89357,6.26894,-30.30934,3.89394,6.26997,-30.43635,3.89415,6.27054,-30.61215,3.92076,6.21114,-30.85548,3.89352,6.26884,-30.85548,3.47754,4.94861,-29.70645,3.47363,4.94502,-30.03433,3.49101,4.89116,-29.69945,3.48604,4.88449,-30.00613,3.45833,4.80098,-29.62976,3.45387,4.79343,-29.94707,3.41408,4.76865,-29.57729,3.40833,4.76012,-29.91441,3.89214,6.26508,-31.1248,3.91699,6.21254,-31.1248,3.46433,4.93539,-30.40009,3.44834,4.8903,-30.3745,3.41638,4.80013,-30.32332,3.40036,4.75491,-30.29767,3.89035,6.26027,-31.38722,3.91219,6.21431,-31.38722,3.57558,5.24927,-30.57819,3.56937,5.25154,-30.91698,3.55962,5.20427,-30.55266,3.58699,5.1942,-30.895,3.52773,5.11427,-30.50159,3.55406,5.10458,-30.85107,3.50513,5.07117,-30.82887,3.5116,5.06879,-30.47577,3.45766,4.93785,-30.76375,3.47225,4.88152,-30.74175,3.43924,4.79172,-30.69772,3.39343,4.75746,-30.67564,3.88788,6.25356,-31.65535,3.90547,6.2168,-31.65535,3.56069,5.25473,-31.26314,3.58699,5.1942,-31.24481,3.55406,5.10458,-31.20818,3.4961,5.07449,-31.18967,3.44835,4.94127,-31.13535};
			return value;
		}
		private double[] getCoordinate_12_215_point_3()
		{
			double[] value = {3.47225,4.88152,-31.11699,3.43924,4.79172,-31.08028,3.38374,4.76102,-31.06187,3.88437,6.24408,-31.91324,3.89601,6.22031,-31.91324,3.78655,5.88493,-31.52005,3.77611,5.88878,-31.80383,3.77225,5.84506,-31.5038,3.81148,5.83089,-31.79076,3.74368,5.76534,-31.4713,3.78255,5.75105,-31.7644,3.71831,5.72894,-31.75108,3.7292,5.72495,-31.45483,3.54845,5.25923,-31.59608,3.58699,5.1942,-31.58127,3.55406,5.10458,-31.55165,3.48334,5.07918,-31.53667,3.43521,4.94609,-31.49275,3.47225,4.88152,-31.47791,3.43924,4.79172,-31.44823,3.3701,4.76604,-31.43333,3.8783,6.22638,-32.38654,3.75615,5.89612,-32.32472,3.81148,5.83089,-32.31729,3.78255,5.75105,-32.30238,3.69751,5.73659,-32.29489,3.52519,5.26778,-32.20721,3.58699,5.1942,-32.19882,3.55406,5.10458,-32.18207,3.45914,5.08807,-32.1736,3.41031,4.95525,-32.14876,2.2175,1.38814,-27.72748,2.21063,1.39832,-28.39294,2.70862,2.80803,-29.27377,3.27219,4.39806,-30.17604,3.24106,4.32188,-30.33134,2.6792,2.73668,-29.43181,2.19475,1.39121,-29.03148,2.17359,1.38431,-29.68527,2.14433,1.3765,-30.3148,3.47225,4.88152,-32.14037,3.43924,4.79172,-32.12357,3.34426,4.77554,-32.11514,3.41026,4.95488,-32.21396,3.47205,4.88121,-32.16852,3.43904,4.79141,-32.16852,3.34426,4.77528,-32.21396,3.33046,4.65645,-31.39717,3.30405,4.66615,-32.09468,3.29903,4.65247,-32.09213,3.32503,4.64296,-31.40598,2.14386,1.37697,-30.33019,2.08812,1.35811,-31.476,3.31288,4.68913,-31.40598,3.29938,4.65239,-31.36684,2.11058,1.41821,-30.27728};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_221_point_1()
		{
			double[] value = {-3.87816,6.2269,-29.88417,-2.12807,1.46637,-25.37886,-2.12007,1.47191,-25.38522,-3.87405,6.22839,-29.88586,-3.87926,6.23025,-29.88794,-3.86867,6.23036,-29.89481,-3.88124,6.23564,-29.89688,-2.10818,1.48012,-25.41028,-2.09837,1.48686,-25.44467,-3.86423,6.232,-29.90782,-3.88289,6.24007,-29.90782,-3.88585,6.24808,-29.93614,-3.85622,6.23491,-29.93614,-3.88817,6.25436,-29.97298,-3.84991,6.23721,-29.97298,-3.88989,6.2589,-30.02306,-3.84535,6.23888,-30.02306,-3.89155,6.26349,-30.09546,-3.84077,6.24055,-30.09546,-3.89275,6.26671,-30.19217,-3.83754,6.24173,-30.19217,-2.08064,1.49893,-25.51845,-2.06645,1.50764,-25.61119,-3.89357,6.26894,-30.30934,-3.83531,6.24255,-30.30934,-3.89393,6.26997,-30.43636,-3.83427,6.24292,-30.43636,-3.89415,6.27054,-30.61215,-3.83371,6.24313,-30.61215,-2.05585,1.51312,-25.73465,-2.04533,1.51897,-25.9127,-2.03851,1.52455,-26.151,-2.03425,1.52965,-26.43916,-2.03255,1.53265,-26.75032,-2.03264,1.53702,-27.20139,-3.89352,6.26884,-30.85548,-3.8354,6.24251,-30.85548,-3.89215,6.26508,-31.1248,-3.83919,6.24113,-31.1248,-3.89039,6.26025,-31.38722,-3.84399,6.23938,-31.38722,-3.88794,6.25352,-31.65535,-3.85072,6.23692,-31.65535,-2.03833,1.53961,-27.77663,-2.04796,1.53742,-28.43276,-3.88447,6.24405,-31.91324,-3.8602,6.23346,-31.91324,-3.87764,6.22662,-32.38654,-3.48169,5.28377,-30.91698,-3.47548,5.28606,-30.57819,-3.4585,5.24144,-30.55266,-3.43112,5.2515,-30.895,-3.39818,5.16188,-30.85107,-3.42451,5.15221,-30.50159,-3.4138,5.10474,-30.82887,-3.40733,5.10712,-30.47577,-3.36363,4.9724,-30.76375,-3.35696,4.97485,-30.40009,-3.33995,4.93015,-30.3745,-3.31605,4.93893,-30.74175,-3.28303,4.84914,-30.69772,-3.30589,4.84073,-30.32332,-3.29576,4.79336,-30.67564,-3.28883,4.79591,-30.29767,-3.49036,5.28058,-31.26314,-3.43112,5.2515,-31.24481,-3.39818,5.16188,-31.20818,-3.42285,5.10141,-31.18967,-3.37294,4.96898,-31.13535,-3.31605,4.93893,-31.11699,-3.28303,4.84914,-31.08028,-3.30543,4.78981,-31.06188,-3.73685,5.90321,-31.80383,-3.72641,5.90704,-31.52005,-3.71149,5.8674,-31.5038,-3.67241,5.882,-31.79076,-3.64276,5.80243,-31.7644,-3.68161,5.78815,-31.4713,-3.67737,5.74399,-31.75108,-3.66649,5.74799,-31.45483,-3.50259,5.27609,-31.59608,-3.43112,5.2515,-31.58127,-3.39818,5.16188,-31.55165,-3.43559,5.09673,-31.53667,-3.38608,4.96416,-31.49275,-3.31605,4.93893,-31.47791,-3.28303,4.84914,-31.44823,-3.31908,4.78479,-31.43333,-3.75615,5.89612,-32.32472,-3.67241,5.882,-32.31729,-3.64276,5.80243,-32.30238,-3.69751,5.73659,-32.29489,-3.52519,5.26778,-32.20721,-3.43112,5.2515,-32.19882,-3.39818,5.16188,-32.18207,-3.45914,5.08807,-32.1736,-3.41031,4.95525,-32.14876,-3.31605,4.93893,-32.14037,-3.28303,4.84914,-32.12357,-3.34425,4.77554,-32.11514};
			return value;
		}
		private double[] getCoordinate_12_221_point_2()
		{
			double[] value = {-3.31599,4.93857,-32.16852,-3.41026,4.95488,-32.21396,-3.28299,4.84877,-32.16852,-3.34425,4.77528,-32.21396,-3.18347,4.51482,-30.21808,-2.57782,2.92436,-29.30783,-3.15846,4.43874,-30.36504,-2.5551,2.85431,-29.45822,-2.05282,1.51508,-29.06245,-2.06,1.48459,-29.70636,-2.07146,1.44469,-30.32686,-3.2783,4.67561,-31.39717,-3.30404,4.66615,-32.09468,-3.31288,4.68913,-31.40598,-3.27371,4.66184,-31.40598,-3.29902,4.65247,-32.09213,-3.29938,4.65239,-31.36684,-2.07194,1.44429,-30.34207,-2.11058,1.41821,-30.27728,-2.08812,1.35811,-31.476,2.12007,1.47191,-25.38522,2.12807,1.46637,-25.37886,3.87816,6.2269,-29.88417,3.87405,6.22839,-29.88586,3.87926,6.23025,-29.88794,3.88124,6.23564,-29.89688,3.86867,6.23036,-29.89481,2.10819,1.48012,-25.41028,2.09837,1.48686,-25.44467,3.86423,6.232,-29.90782,3.88289,6.24007,-29.90782,3.88585,6.24808,-29.93614,3.85622,6.23491,-29.93614,3.88817,6.25436,-29.97298,3.84992,6.23721,-29.97298,3.88989,6.2589,-30.02306,3.84535,6.23888,-30.02306,3.89156,6.26349,-30.09546,3.84078,6.24055,-30.09546,3.89275,6.26671,-30.19217,3.83754,6.24173,-30.19217,2.08064,1.49893,-25.51845,2.06645,1.50764,-25.61119,3.89357,6.26894,-30.30934,3.83531,6.24255,-30.30934,3.89394,6.26997,-30.43635,3.83428,6.24292,-30.43635,3.89415,6.27054,-30.61215,3.83371,6.24313,-30.61215,2.05585,1.51312,-25.73465,2.04534,1.51897,-25.9127,2.03851,1.52455,-26.151,2.03426,1.52965,-26.43916,2.03255,1.53265,-26.75032,2.03264,1.53702,-27.20138,3.89352,6.26884,-30.85548,3.83541,6.24251,-30.85548,3.89215,6.26508,-31.1248,3.83919,6.24113,-31.1248,3.8904,6.26025,-31.38722,3.844,6.23938,-31.38722,3.88794,6.25352,-31.65535,3.85073,6.23692,-31.65535,2.03833,1.53961,-27.77663,2.04796,1.53742,-28.43275,3.88448,6.24405,-31.91324,3.8602,6.23346,-31.91324,3.87764,6.22662,-32.38654,3.48169,5.28377,-30.91698,3.47548,5.28606,-30.57819,3.4585,5.24144,-30.55266,3.43112,5.2515,-30.895,3.39818,5.16188,-30.85107,3.42452,5.15221,-30.50159,3.4138,5.10474,-30.82887,3.40733,5.10712,-30.47577,3.36363,4.9724,-30.76375,3.35697,4.97485,-30.40009,3.33995,4.93015,-30.3745,3.31606,4.93893,-30.74175,3.28304,4.84914,-30.69772,3.30589,4.84073,-30.32332,3.29576,4.79336,-30.67564,3.28884,4.79591,-30.29767,3.49036,5.28058,-31.26314,3.43112,5.2515,-31.24481,3.39818,5.16188,-31.20818,3.42285,5.10141,-31.18967,3.37294,4.96898,-31.13535,3.31606,4.93893,-31.11699,3.28304,4.84914,-31.08028,3.30544,4.78981,-31.06187,3.73685,5.90321,-31.80383,3.72641,5.90704,-31.52005,3.71149,5.8674,-31.5038,3.67241,5.882,-31.79076,3.64276,5.80243,-31.7644,3.68161,5.78815,-31.4713,3.67737,5.74399,-31.75108,3.66649,5.74799,-31.45483};
			return value;
		}
		private double[] getCoordinate_12_221_point_3()
		{
			double[] value = {3.50259,5.27609,-31.59608,3.43112,5.2515,-31.58127,3.39818,5.16188,-31.55165,3.43559,5.09673,-31.53667,3.38608,4.96416,-31.49275,3.31606,4.93893,-31.47791,3.28304,4.84914,-31.44823,3.31908,4.78479,-31.43333,3.75615,5.89612,-32.32472,3.67241,5.882,-32.31729,3.64276,5.80243,-32.30238,3.69751,5.73659,-32.29489,3.52519,5.26778,-32.20721,3.43112,5.2515,-32.19882,3.39818,5.16188,-32.18207,3.45914,5.08807,-32.1736,3.41031,4.95525,-32.14876,3.31606,4.93893,-32.14037,3.28304,4.84914,-32.12357,3.34426,4.77554,-32.11514,3.41026,4.95488,-32.21396,3.316,4.93857,-32.16852,3.28299,4.84877,-32.16852,3.34426,4.77528,-32.21396,3.18347,4.51482,-30.21808,2.57782,2.92436,-29.30783,3.15846,4.43874,-30.36504,2.5551,2.85431,-29.45822,2.05283,1.51508,-29.06245,2.06,1.48459,-29.70636,2.07146,1.44469,-30.32686,3.27831,4.67561,-31.39717,3.30405,4.66615,-32.09468,3.29903,4.65247,-32.09213,3.27371,4.66184,-31.40598,3.31288,4.68913,-31.40598,3.29938,4.65239,-31.36684,2.07195,1.44429,-30.34207,2.11058,1.41821,-30.27728,2.08812,1.35811,-31.476};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_11_227_coordIndex_1()
		{
			int[] value = {0,1,2,-1,2,3,0,-1,4,5,6,-1,6,7,4,-1,8,9,10,-1,10,11,8,-1,12,13,14,-1,14,15,12,-1,12,15,16,-1,15,17,16,-1,16,17,18,-1,17,19,18,-1,18,19,20,-1,19,21,20,-1,20,21,22,-1,21,23,22,-1,22,23,13,-1,14,13,23,-1,24,25,13,-1,13,12,24,-1,26,24,12,-1,12,16,26,-1,27,26,16,-1,16,18,27,-1,28,27,18,-1,18,20,28,-1,29,28,20,-1,20,22,29,-1,25,29,22,-1,25,22,13,-1,25,24,30,-1,24,26,30,-1,26,27,30,-1,27,28,30,-1,28,29,30,-1,30,29,25,-1,31,32,33,-1,33,34,31,-1,31,34,35,-1,34,36,35,-1,35,36,37,-1,36,38,37,-1,37,38,39,-1,38,40,39,-1,39,40,41,-1,40,42,41,-1,41,42,32,-1,33,32,42,-1,43,44,32,-1,32,31,43,-1,45,43,31,-1,31,35,45,-1,46,45,35,-1,35,37,46,-1,47,46,37,-1,37,39,47,-1,48,47,39,-1,39,41,48,-1,44,48,41,-1,44,41,32,-1,44,43,49,-1,43,45,49,-1,45,46,49,-1,46,47,49,-1,47,48,49,-1,49,48,44,-1,50,51,52,-1,52,53,50,-1,54,55,56,-1,56,57,54,-1,58,59,60,-1,60,61,58,-1,62,63,64,-1,64,65,62,-1,66,65,64,-1,66,67,65,-1,68,67,66,-1,68,69,67,-1,70,69,68,-1,70,71,69,-1,72,71,70,-1,72,73,71,-1,63,73,72,-1,73,63,62,-1,63,74,75,-1,75,64,63,-1,64,75,76,-1,76,66,64,-1,66,76,77,-1,77,68,66,-1,68,77,78,-1,78,70,68,-1,70,78,79,-1,79,72,70,-1,72,79,74,-1,63,72,74,-1,80,75,74,-1,80,76,75,-1,80,77,76,-1,80,78,77,-1,80,79,78,-1,74,79,80,-1,81,82,83,-1,83,84,81,-1,85,84,83,-1,85,86,84,-1,87,86,85,-1,87,88,86,-1,89,88,87,-1,89,90,88,-1,91,90,89,-1,91,92,90,-1,82,92,91,-1,92,82,81,-1,82,93,94,-1,94,83,82,-1,83,94,95,-1,95,85,83,-1,85,95,96,-1,96,87,85,-1,87,96,97,-1,97,89,87,-1,89,97,98,-1,98,91,89,-1,91,98,93,-1,82,91,93,-1,99,94,93,-1,99,95,94,-1,99,96,95,-1,99,97,96,-1,99,98,97,-1,93,98,99,-1};
			return value;
		}



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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_233_point_1()
		{
			double[] value = {-12.44925,1.19897,-26.51862,-12.46457,1.27577,-26.51347,-12.44925,1.21941,-26.90849,-12.46457,1.24127,-25.85492,-12.50816,1.30635,-25.85004,-12.44925,1.16441,-25.85895,-12.46457,1.12206,-26.52153,-12.46457,1.08756,-25.86298,-12.50816,1.02231,-25.86491,-12.46457,1.02405,-21.71027,-12.44925,.94719,-21.7143,-12.46457,.87033,-21.71832,-12.50816,.80504,-21.71922,-12.50816,1.08908,-21.70435,-12.46457,.9948,-21.15215,-12.44925,.91797,-21.15669,-12.46457,.84108,-21.1602,-12.44925,.90858,-20.97757,-12.44925,.9948,-21.15215,-12.44925,1.08908,-21.70435,-12.2912,.96954,-21.44843,-12.30344,.92709,-21.3763,-12.25693,1.0191,-21.8057,-12.2912,.89522,-21.44936,-12.25693,.86969,-21.81354,-12.44925,1.30635,-25.85004,-12.44925,1.14278,-22.7289,-12.25693,1.06769,-22.73283,-12.25693,1.0544,-22.47897,-12.25693,.90677,-22.48728,-12.25693,1.04189,-22.60693,-12.25693,1.00247,-22.55695,-12.25693,.96268,-22.54745,-12.25693,.93712,-22.56615,-12.12392,1.02168,-22.75998,-12.12392,1.0025,-22.66147,-12.12392,.98482,-22.63565,-12.12392,.96664,-22.62918,-12.12392,.95447,-22.63667,-12.12392,.94488,-22.6718,-12.12392,.9454,-22.7625,-12.44925,1.17845,-23.40958,-12.25693,1.10336,-23.4135,-12.44925,1.18933,-23.61723,-12.25693,1.11424,-23.62117,-12.44925,1.20354,-23.88835,-12.25693,1.12846,-23.89227,-12.44925,1.21623,-24.13062,-12.25693,1.14116,-24.13455,-12.44925,1.23018,-24.39676,-12.25693,1.15511,-24.4007,-12.12392,1.05562,-23.40732,-12.12392,1.06665,-23.61803,-12.13907,1.10469,-23.88429,-12.15019,1.13278,-24.13362,-12.1685,1.15511,-24.4007,-12.12392,.98032,-23.41127,-12.12392,.99165,-23.62196,-12.12392,.99045,-23.48729,-12.12392,.99496,-23.43399,-12.12392,1.00067,-23.41644,-12.12392,1.00827,-23.40941,-12.12392,1.04347,-23.4836,-12.12392,1.02808,-23.43292,-12.12392,1.01721,-23.41557,-12.25693,.92024,-22.6191,-12.25693,.92104,-22.74631,-12.44925,1.24327,-24.64639,-12.25693,1.17119,-24.65016,-12.44925,1.25754,-24.91858,-12.25693,1.18903,-24.92217,-12.44925,1.27164,-25.1877,-12.25693,1.19659,-25.19164,-12.44925,1.28523,-25.44701,-12.25693,1.20166,-25.45139,-12.18239,1.17119,-24.65016,-12.2061,1.18903,-24.92217,-12.22772,1.19659,-25.19164,-12.25693,1.21433,-25.96362,-12.44925,1.27577,-26.51347,-12.27571,1.21919,-26.47629,-12.32272,1.21957,-26.73271,-12.25693,1.07481,-25.45802,-12.25693,1.1237,-25.96837,-12.27571,1.17564,-26.47856,-12.32272,1.20161,-26.73366,-12.44925,.84108,-21.1602,-12.44925,.80504,-21.71922,-12.44925,.85904,-22.74956,-12.44925,1.02231,-25.86491,-12.44925,.89441,-23.42445,-12.25693,.95641,-23.4212,-12.44925,.9053,-23.63211,-12.25693,.96728,-23.62886,-12.13893,.99622,-23.88997,-12.25693,.9818,-23.90575,-12.15005,1.00266,-24.14044,-12.25693,.99419,-24.14226,-12.1685,1.00948,-24.40833,-12.25693,1.00839,-24.41336};
			return value;
		}
		private double[] getCoordinate_12_233_point_2()
		{
			double[] value = {-12.18239,1.02116,-24.65804,-12.25693,1.02116,-24.65804,-12.2061,1.03824,-24.93007,-12.25693,1.03824,-24.93007,-12.22772,1.05289,-25.19917,-12.25693,1.05289,-25.19917,-12.44925,.9198,-23.909,-12.44925,.9322,-24.14551,-12.44925,.94641,-24.41661,-12.44925,.95923,-24.66127,-12.44925,.9735,-24.93346,-12.44925,.9876,-25.20259,-12.44925,1.00119,-25.46188,-12.44925,1.12206,-26.52153,12.44925,1.21941,-26.90849,12.46457,1.27577,-26.51347,12.44925,1.19897,-26.51862,12.50816,1.30635,-25.85004,12.46457,1.24127,-25.85492,12.44925,1.16441,-25.85895,12.46457,1.12206,-26.52153,12.46457,1.08756,-25.86298,12.50816,1.02231,-25.86491,12.46457,1.02405,-21.71027,12.44925,.94719,-21.71429,12.46457,.87033,-21.71832,12.50816,.80504,-21.71922,12.50816,1.08908,-21.70435,12.46457,.9948,-21.15215,12.44925,.91797,-21.15669,12.46457,.84108,-21.1602,12.44925,.90858,-20.97757,12.44925,.9948,-21.15215,12.44925,1.08908,-21.70435,12.2912,.96954,-21.44843,12.30344,.92709,-21.3763,12.25693,1.0191,-21.80569,12.2912,.89522,-21.44936,12.25693,.86969,-21.81354,12.44925,1.30635,-25.85004,12.44925,1.14278,-22.7289,12.25693,1.06769,-22.73283,12.25693,1.0544,-22.47897,12.25693,.90677,-22.48727,12.25693,1.04189,-22.60693,12.25693,1.00247,-22.55694,12.25693,.96268,-22.54745,12.25693,.93712,-22.56615,12.12392,1.02168,-22.75998,12.12392,1.0025,-22.66147,12.12392,.98482,-22.63565,12.12392,.96664,-22.62918,12.12392,.95447,-22.63667,12.12392,.94488,-22.6718,12.12392,.9454,-22.7625,12.44925,1.17845,-23.40958,12.25693,1.10336,-23.4135,12.44925,1.18933,-23.61723,12.25693,1.11424,-23.62117,12.44925,1.20354,-23.88835,12.25693,1.12846,-23.89227,12.44925,1.21623,-24.13061,12.25693,1.14116,-24.13455,12.44925,1.23018,-24.39676,12.25693,1.15511,-24.40069,12.12392,1.05562,-23.40732,12.12392,1.06665,-23.61803,12.13907,1.10469,-23.88429,12.15019,1.13278,-24.13362,12.1685,1.15511,-24.40069,12.12392,.98032,-23.41127,12.12392,.99045,-23.48729,12.12392,.99165,-23.62196,12.12392,.99496,-23.43399,12.12392,1.00067,-23.41644,12.12392,1.00827,-23.40941,12.12392,1.04347,-23.4836,12.12392,1.02808,-23.43292,12.12392,1.01721,-23.41557,12.25693,.92024,-22.61909,12.25693,.92104,-22.74631,12.44925,1.24327,-24.64639,12.25693,1.17119,-24.65016,12.44925,1.25754,-24.91858,12.25693,1.18903,-24.92216,12.44925,1.27164,-25.1877,12.25693,1.19659,-25.19164,12.44925,1.28523,-25.44701,12.25693,1.20166,-25.45138,12.18239,1.17119,-24.65016,12.2061,1.18903,-24.92216,12.22772,1.19659,-25.19164,12.25693,1.21433,-25.96362,12.44925,1.27577,-26.51347,12.27571,1.21919,-26.47629,12.32272,1.21957,-26.73271,12.25693,1.07481,-25.45802,12.25693,1.1237,-25.96837,12.27571,1.17564,-26.47856,12.32272,1.20161,-26.73366};
			return value;
		}
		private double[] getCoordinate_12_233_point_3()
		{
			double[] value = {12.44925,.84108,-21.1602,12.44925,.80504,-21.71922,12.44925,.85904,-22.74956,12.44925,1.02231,-25.86491,12.44925,.89441,-23.42445,12.25693,.95641,-23.4212,12.44925,.9053,-23.63211,12.25693,.96728,-23.62886,12.13893,.99622,-23.88997,12.25693,.9818,-23.90575,12.15006,1.00266,-24.14044,12.25693,.99419,-24.14226,12.1685,1.00948,-24.40833,12.25693,1.00839,-24.41336,12.18239,1.02116,-24.65804,12.25693,1.02116,-24.65804,12.2061,1.03824,-24.93007,12.25693,1.03824,-24.93007,12.22772,1.05289,-25.19917,12.25693,1.05289,-25.19917,12.44925,.9198,-23.909,12.44925,.9322,-24.14551,12.44925,.94641,-24.41661,12.44925,.95923,-24.66127,12.44925,.9735,-24.93346,12.44925,.9876,-25.20259,12.44925,1.00119,-25.46188,12.44925,1.12206,-26.52153};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_239_point_1()
		{
			double[] value = {-13.07768,1.33695,-21.36778,-13.0677,1.34499,-21.3306,-13.0677,1.3515,-21.45473,-13.00641,1.2903,-21.45793,-13.0164,1.27574,-21.371,-13.00641,1.28378,-21.33374,-12.77509,1.05928,-21.47005,-12.79022,1.01935,-21.10619,-12.77509,1.03252,-20.95944,-13.12395,1.62408,-26.52301,-13.12395,1.60811,-26.2182,-13.0993,1.63272,-26.2169,-13.0993,1.6487,-26.52171,-12.98253,1.48286,-26.53041,-12.95788,1.50746,-26.52911,-12.98253,1.46689,-26.2256,-12.95788,1.49149,-26.22432,-13.07433,1.55747,-26.19977,-13.0721,1.54511,-25.92159,-13.04968,1.5473,-25.53514,-13.04968,1.58206,-26.19849,-12.97012,1.45322,-26.20172,-12.94548,1.47781,-26.20044,-12.97012,1.47029,-26.52756,-12.94548,1.49489,-26.52626,-12.79571,1.29613,-26.53668,-12.77521,1.32484,-26.53517,-12.79571,1.24007,-25.46713,-12.77521,1.24767,-25.06252,-13.02728,1.58987,-25.91925,-12.74644,1.28928,-25.46455,-12.92085,1.50243,-26.19914,-13.02505,1.60666,-26.19721,-12.74644,1.34532,-26.5341,-12.92085,1.5195,-26.52498,-12.93326,1.53207,-26.52783,-13.07467,1.67329,-26.52043,-13.07467,1.65732,-26.21562,-12.93326,1.5161,-26.22302,-12.75426,1.05527,-21.10431,-12.99643,1.29567,-21.36995,-13.05772,1.35687,-21.36675,-12.23305,1.3515,-21.45473,-12.23305,1.34499,-21.3306,-12.22305,1.33695,-21.36778,-12.29433,1.2903,-21.45793,-12.28435,1.27574,-21.371,-12.29433,1.28378,-21.33374,-12.52566,1.05928,-21.47005,-12.51053,1.01935,-21.10619,-12.52566,1.03252,-20.95944,-12.20143,1.63272,-26.2169,-12.1768,1.60811,-26.2182,-12.1768,1.62408,-26.52301,-12.20143,1.6487,-26.52171,-12.31822,1.48286,-26.53041,-12.34285,1.50746,-26.52911,-12.31822,1.46689,-26.2256,-12.34285,1.49149,-26.22432,-12.25105,1.5473,-25.53514,-12.22865,1.54511,-25.92159,-12.22642,1.55747,-26.19977,-12.25105,1.58206,-26.19849,-12.33063,1.45322,-26.20172,-12.35525,1.47781,-26.20044,-12.33063,1.47029,-26.52756,-12.35525,1.49489,-26.52626,-12.50503,1.29613,-26.53668,-12.52554,1.32484,-26.53517,-12.50503,1.24007,-25.46713,-12.52554,1.24767,-25.06252,-12.27347,1.58987,-25.91925,-12.5543,1.28928,-25.46455,-12.2757,1.60666,-26.19721,-12.3799,1.50243,-26.19914,-12.3799,1.5195,-26.52498,-12.5543,1.34532,-26.5341,-12.22607,1.65732,-26.21562,-12.22607,1.67329,-26.52043,-12.36749,1.53207,-26.52783,-12.36749,1.5161,-26.22302,-12.3043,1.29567,-21.36995,-12.54649,1.05527,-21.10431,-12.24303,1.35687,-21.36675,-12.23305,.51797,-21.49841,-12.23305,.51148,-21.37428,-12.24303,.50342,-21.41147,-12.29433,.57918,-21.49521,-12.3043,.56464,-21.40827,-12.29433,.57268,-21.371,-12.52566,.8102,-21.48309,-12.54649,.77595,-21.11894,-12.52566,.78343,-20.9725,-12.20143,.73608,-26.2639,-12.22607,.71147,-26.26518,-12.22607,.72745,-26.56999,-12.20143,.75206,-26.56871,-12.36749,.86868,-26.56259,-12.34285,.89328,-26.56131,-12.36749,.85271,-26.25778};
			return value;
		}
		private double[] getCoordinate_12_239_point_2()
		{
			double[] value = {-12.34285,.8773,-26.2565,-12.25105,.74977,-25.57693,-12.27347,.74757,-25.96338,-12.2757,.75993,-26.24158,-12.25105,.78453,-26.24028,-12.3799,.8638,-26.23262,-12.35525,.88841,-26.23132,-12.3799,.88087,-26.55844,-12.35525,.90549,-26.55716,-12.5543,1.05505,-26.54932,-12.52554,1.07553,-26.54825,-12.5543,.99899,-25.47977,-12.52554,.99835,-25.07559,-12.22865,.79233,-25.96104,-12.50503,1.0482,-25.47719,-12.22642,.80913,-26.239,-12.33063,.91301,-26.23004,-12.33063,.93008,-26.55586,-12.50503,1.10425,-26.54674,-12.1768,.76068,-26.26262,-12.1768,.77666,-26.56741,-12.31822,.91788,-26.56001,-12.31822,.9019,-26.25522,-12.28435,.58456,-21.40723,-12.51053,.81187,-21.11707,-12.22305,.52336,-21.41043,-13.0677,.51797,-21.49841,-13.0677,.51148,-21.37428,-13.07768,.52336,-21.41043,-13.00641,.57918,-21.49521,-13.0164,.58456,-21.40723,-13.00641,.57268,-21.371,-12.77509,.8102,-21.48309,-12.79022,.81187,-21.11707,-12.77509,.78343,-20.9725,-13.0993,.73608,-26.2639,-13.12395,.76068,-26.26262,-13.12395,.77666,-26.56741,-13.0993,.75206,-26.56871,-12.98253,.91788,-26.56001,-12.95788,.89328,-26.56131,-12.98253,.9019,-26.25522,-12.95788,.8773,-26.2565,-13.04968,.74977,-25.57693,-13.0721,.79233,-25.96104,-13.07432,.80913,-26.239,-13.04968,.78453,-26.24028,-12.97012,.91301,-26.23004,-12.94548,.88841,-26.23132,-12.97012,.93008,-26.55586,-12.94548,.90549,-26.55716,-12.79571,1.10425,-26.54674,-12.77521,1.07553,-26.54825,-12.79571,1.0482,-25.47719,-12.77521,.99835,-25.07559,-13.02728,.74757,-25.96338,-12.74644,.99899,-25.47977,-13.02505,.75993,-26.24158,-12.92085,.8638,-26.23262,-12.92085,.88087,-26.55844,-12.74644,1.05505,-26.54932,-13.07467,.71147,-26.26518,-13.07467,.72745,-26.56999,-12.93326,.86868,-26.56259,-12.93326,.85271,-26.25778,-12.99643,.56464,-21.40827,-12.75426,.77595,-21.11894,-13.05772,.50342,-21.41147,13.0677,1.3515,-21.45473,13.0677,1.34499,-21.3306,13.07768,1.33695,-21.36778,13.00641,1.2903,-21.45793,13.0164,1.27574,-21.371,13.00641,1.28378,-21.33374,12.77509,1.05928,-21.47005,12.79022,1.01935,-21.10619,12.77509,1.03252,-20.95944,13.0993,1.63272,-26.2169,13.12395,1.60811,-26.2182,13.12395,1.62408,-26.52301,13.0993,1.6487,-26.52171,12.98253,1.48286,-26.53041,12.95789,1.50746,-26.52911,12.98253,1.46689,-26.2256,12.95789,1.49149,-26.22432,13.04968,1.5473,-25.53514,13.0721,1.54511,-25.92159,13.07433,1.55747,-26.19977,13.04968,1.58206,-26.19849,12.97012,1.45322,-26.20172,12.94548,1.47781,-26.20044,12.97012,1.47029,-26.52756,12.94548,1.49489,-26.52626,12.79572,1.29613,-26.53668,12.77521,1.32484,-26.53517,12.79572,1.24007,-25.46713,12.77521,1.24767,-25.06252,13.02728,1.58987,-25.91925,12.74645,1.28928,-25.46455,13.02506,1.60666,-26.1972};
			return value;
		}
		private double[] getCoordinate_12_239_point_3()
		{
			double[] value = {12.92085,1.50243,-26.19914,12.92085,1.5195,-26.52498,12.74645,1.34532,-26.5341,13.07468,1.65732,-26.21562,13.07468,1.67329,-26.52043,12.93326,1.53207,-26.52783,12.93326,1.5161,-26.22302,12.99643,1.29567,-21.36995,12.75426,1.05527,-21.10431,13.05773,1.35687,-21.36674,12.22305,1.33695,-21.36778,12.23305,1.34499,-21.3306,12.23305,1.3515,-21.45473,12.29433,1.2903,-21.45793,12.28435,1.27574,-21.371,12.29433,1.28378,-21.33374,12.52567,1.05928,-21.47005,12.51053,1.01935,-21.10619,12.52567,1.03252,-20.95944,12.17681,1.62408,-26.52301,12.17681,1.60811,-26.2182,12.20143,1.63272,-26.2169,12.20143,1.6487,-26.52171,12.31822,1.48286,-26.53041,12.34285,1.50746,-26.52911,12.31822,1.46689,-26.2256,12.34285,1.49149,-26.22432,12.22643,1.55747,-26.19977,12.22865,1.54511,-25.92159,12.25105,1.5473,-25.53514,12.25105,1.58206,-26.19849,12.33063,1.45322,-26.20172,12.35526,1.47781,-26.20044,12.33063,1.47029,-26.52756,12.35526,1.49489,-26.52626,12.50504,1.29613,-26.53668,12.52554,1.32484,-26.53517,12.50504,1.24007,-25.46713,12.52554,1.24767,-25.06252,12.27347,1.58987,-25.91925,12.55431,1.28928,-25.46455,12.3799,1.50243,-26.19914,12.2757,1.60666,-26.1972,12.55431,1.34532,-26.5341,12.3799,1.5195,-26.52498,12.36749,1.53207,-26.52783,12.22608,1.67329,-26.52043,12.22608,1.65732,-26.21562,12.36749,1.5161,-26.22302,12.54649,1.05527,-21.10431,12.30431,1.29567,-21.36995,12.24303,1.35687,-21.36674,12.24303,.50342,-21.41147,12.23305,.51148,-21.37428,12.23305,.51797,-21.49841,12.29433,.57918,-21.49521,12.30431,.56464,-21.40826,12.29433,.57268,-21.371,12.52567,.8102,-21.48309,12.54649,.77595,-21.11894,12.52567,.78343,-20.9725,12.22608,.72745,-26.56999,12.22608,.71147,-26.26518,12.20143,.73608,-26.2639,12.20143,.75206,-26.56871,12.36749,.86868,-26.56259,12.34285,.89328,-26.56131,12.36749,.85271,-26.25778,12.34285,.8773,-26.2565,12.2757,.75993,-26.24158,12.27347,.74757,-25.96338,12.25105,.74977,-25.57693,12.25105,.78453,-26.24028,12.3799,.8638,-26.23262,12.35526,.88841,-26.23132,12.3799,.88087,-26.55844,12.35526,.90549,-26.55716,12.55431,1.05505,-26.54932,12.52554,1.07553,-26.54825,12.55431,.99899,-25.47977,12.52554,.99835,-25.07559,12.22865,.79233,-25.96104,12.50504,1.0482,-25.47719,12.33063,.91301,-26.23004,12.22643,.80913,-26.239,12.50504,1.10425,-26.54674,12.33063,.93008,-26.55586,12.31822,.91788,-26.56001,12.17681,.77666,-26.56741,12.17681,.76068,-26.26262,12.31822,.9019,-26.25522,12.51053,.81187,-21.11707,12.28435,.58456,-21.40723,12.22305,.52336,-21.41043,13.07768,.52336,-21.41043,13.0677,.51148,-21.37428,13.0677,.51797,-21.49841,13.00641,.57918,-21.49521,13.0164,.58456,-21.40723,13.00641,.57268,-21.371};
			return value;
		}
		private double[] getCoordinate_12_239_point_4()
		{
			double[] value = {12.77509,.8102,-21.48309,12.79022,.81187,-21.11707,12.77509,.78343,-20.9725,13.12395,.77666,-26.56741,13.12395,.76068,-26.26262,13.0993,.73608,-26.2639,13.0993,.75206,-26.56871,12.98253,.91788,-26.56001,12.95789,.89328,-26.56131,12.98253,.9019,-26.25522,12.95789,.8773,-26.2565,13.07433,.80913,-26.239,13.0721,.79233,-25.96104,13.04968,.74977,-25.57693,13.04968,.78453,-26.24028,12.97012,.91301,-26.23004,12.94548,.88841,-26.23132,12.97012,.93008,-26.55586,12.94548,.90549,-26.55716,12.79572,1.10425,-26.54674,12.77521,1.07553,-26.54825,12.79572,1.0482,-25.47719,12.77521,.99835,-25.07559,13.02728,.74757,-25.96338,12.74645,.99899,-25.47977,12.92085,.8638,-26.23262,13.02506,.75993,-26.24158,12.74645,1.05505,-26.54932,12.92085,.88087,-26.55844,12.93326,.86868,-26.56259,13.07468,.72745,-26.56999,13.07468,.71147,-26.26518,12.93326,.85271,-26.25778,12.75426,.77595,-21.11894,12.99643,.56464,-21.40826,13.05773,.50342,-21.41147};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_251_point_1()
		{
			double[] value = {-2.9297,.98671,-18.73109,-2.9297,.97133,-18.71571,-2.9297,.96451,-18.71401,-12.12392,1.00827,-23.40941,-12.12392,1.01721,-23.41557,-12.12392,1.02808,-23.43292,-2.9297,1.01233,-18.77719,-2.9297,1.04513,-18.90976,-12.12392,1.04347,-23.4836,-9.04988,1.04404,-21.95436,-12.12392,1.06665,-23.61803,-9.04988,1.07335,-22.16063,-8.9695,1.12085,-22.12253,-8.73593,1.12135,-22.01179,-8.65031,1.0441,-21.75559,-8.65031,1.07422,-21.97119,-2.9297,1.08668,-19.25905,-8.65031,1.12152,-22.36887,-3.0112,1.14871,-19.91939,-8.65031,1.14829,-22.69861,-3.08598,1.18295,-20.5042,-3.09563,1.18738,-20.57971,-8.65031,1.15389,-22.75992,-8.65031,1.17596,-23.17281,-3.11249,1.20882,-21.24005,-8.65031,1.18886,-23.57933,-3.11249,1.21657,-21.90039,-8.65031,1.2034,-23.9988,-3.11249,1.22578,-22.56071,-8.65031,1.20143,-24.41824,-3.11249,1.20891,-23.22105,-8.65031,1.19585,-24.83217,-3.11249,1.18694,-23.88138,-8.65031,1.19324,-25.2477,-3.11249,1.16988,-24.54172,-8.73593,1.19086,-22.40605,-8.73593,1.2175,-22.73238,-8.73593,1.22311,-22.79353,-8.73593,1.24521,-23.2027,-8.73593,1.25818,-23.60529,-8.73593,1.26622,-24.02103,-8.73593,1.25789,-24.43675,-8.71809,1.22844,-24.84686,-8.75496,1.19601,-24.85013,-8.95399,1.19635,-24.88431,-9.04988,1.19493,-25.29863,-8.98733,1.22881,-24.89142,-9.04988,1.1965,-24.90077,-8.9695,1.25757,-24.48726,-8.9695,1.22171,-22.88521,-8.9695,1.21605,-22.82449,-8.9695,1.18973,-22.50752,-9.04988,1.20088,-24.50462,-8.9695,1.26527,-24.08168,-9.04988,1.20178,-24.10255,-8.9695,1.25702,-23.6761,-9.04988,1.18686,-23.70047,-8.9695,1.24382,-23.28421,-9.04988,1.1736,-23.31226,-9.04988,1.15147,-22.91675,-9.04988,1.1458,-22.85619,-9.04988,1.1196,-22.54244,-12.25693,1.20847,-25.70747,-12.25693,1.20166,-25.45139,-12.22772,1.19659,-25.19164,-12.2061,1.18903,-24.92217,-12.18239,1.17119,-24.65016,-12.1685,1.15511,-24.4007,-12.15019,1.13278,-24.13362,-12.1477,1.1265,-24.07788,-12.13907,1.10469,-23.88429,-8.65031,1.19147,-25.48747,-3.11249,1.15961,-24.92274,-8.6508,1.10976,-25.44196,-3.11249,1.03114,-24.84778,-8.65031,1.02988,-25.49063,-3.11249,.90268,-24.92274,-9.04988,1.19377,-25.52823,-9.04899,1.1154,-25.48468,-9.04988,1.03905,-25.53162,-12.25693,1.21222,-25.85527,-12.25693,1.16095,-25.82884,-12.25693,1.11272,-25.86047,2.9297,.96451,-18.714,2.9297,.97133,-18.71571,2.9297,.98671,-18.73109,12.12392,1.00827,-23.40941,12.12392,1.01721,-23.41557,12.12392,1.02808,-23.43292,2.9297,1.01233,-18.77719,2.9297,1.04513,-18.90976,12.12392,1.04347,-23.4836,12.12392,1.06665,-23.61803,9.04988,1.04404,-21.95436,9.04988,1.07335,-22.16063,8.9695,1.12085,-22.12253,8.73593,1.12135,-22.01179,8.65032,1.0441,-21.75558,8.65032,1.07422,-21.97119,2.9297,1.08668,-19.25905};
			return value;
		}
		private double[] getCoordinate_12_251_point_2()
		{
			double[] value = {8.65032,1.12152,-22.36887,3.0112,1.14871,-19.91939,8.65032,1.14829,-22.69861,3.08598,1.18295,-20.5042,3.09563,1.18738,-20.57971,8.65032,1.15389,-22.75992,8.65032,1.17596,-23.17281,3.11249,1.20882,-21.24005,8.65032,1.18886,-23.57933,3.11249,1.21657,-21.90039,8.65032,1.2034,-23.99879,3.11249,1.22578,-22.56071,8.65032,1.20143,-24.41824,3.11249,1.20891,-23.22105,8.65032,1.19585,-24.83217,3.11249,1.18694,-23.88138,8.65032,1.19324,-25.2477,3.11249,1.16988,-24.54172,8.73593,1.19086,-22.40605,8.73593,1.2175,-22.73238,8.73593,1.22311,-22.79353,8.73593,1.24521,-23.2027,8.73593,1.25818,-23.60528,8.73593,1.26622,-24.02103,8.73593,1.25789,-24.43675,8.71809,1.22844,-24.84686,8.75496,1.19601,-24.85013,8.954,1.19635,-24.88431,9.04988,1.19493,-25.29863,8.98734,1.22881,-24.89142,9.04988,1.1965,-24.90077,8.9695,1.25757,-24.48726,8.9695,1.22171,-22.88521,8.9695,1.21605,-22.82449,8.9695,1.18973,-22.50752,9.04988,1.20088,-24.50462,8.9695,1.26527,-24.08168,9.04988,1.20178,-24.10255,8.9695,1.25702,-23.6761,9.04988,1.18686,-23.70047,8.9695,1.24382,-23.28421,9.04988,1.1736,-23.31226,9.04988,1.15147,-22.91675,9.04988,1.1458,-22.85619,9.04988,1.1196,-22.54243,12.25693,1.20847,-25.70747,12.25693,1.20166,-25.45138,12.22772,1.19659,-25.19164,12.2061,1.18903,-24.92216,12.18239,1.17119,-24.65016,12.1685,1.15511,-24.40069,12.15019,1.13278,-24.13362,12.14771,1.1265,-24.07788,12.13907,1.10469,-23.88429,8.65032,1.19147,-25.48747,3.11249,1.15961,-24.92274,8.6508,1.10976,-25.44196,3.11249,1.03114,-24.84778,8.65032,1.02988,-25.49063,3.11249,.90268,-24.92274,9.04988,1.19377,-25.52823,9.049,1.1154,-25.48468,9.04988,1.03905,-25.53162,12.25693,1.21222,-25.85527,12.25693,1.16095,-25.82884,12.25693,1.11272,-25.86047};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_11_257_coordIndex_1()
		{
			int[] value = {0,1,2,-1,2,3,0,-1,4,3,2,-1,4,5,3,-1,1,6,7,-1,7,2,1,-1,2,7,8,-1,8,4,2,-1,0,3,5,-1,0,5,9,-1,9,10,0,-1,11,12,10,-1,11,10,9,-1,13,14,15,-1,14,13,11,-1,12,11,13,-1,15,16,17,-1,17,13,15,-1,17,18,13,-1,12,13,18,-1,18,19,12,-1,10,12,19,-1,19,20,10,-1,0,10,20,-1,20,1,0,-1,21,17,16,-1,21,22,17,-1,22,18,17,-1,22,23,18,-1,23,19,18,-1,23,24,19,-1,24,20,19,-1,24,25,20,-1,1,20,25,-1,25,6,1,-1,26,27,21,-1,27,26,28,-1,26,29,28,-1,28,29,30,-1,29,31,30,-1,27,28,22,-1,28,30,22,-1,30,23,22,-1,30,32,23,-1,32,24,23,-1,32,33,24,-1,33,25,24,-1,33,34,25,-1,6,25,34,-1,34,35,6,-1,35,7,6,-1,35,36,7,-1,36,8,7,-1,36,37,8,-1,30,31,32,-1,31,38,32,-1,38,33,32,-1,38,39,33,-1,39,34,33,-1,39,40,34,-1,40,35,34,-1,40,37,35,-1,37,36,35,-1,41,42,43,-1,43,44,41,-1,41,44,45,-1,44,46,45,-1,47,48,42,-1,42,41,47,-1,49,47,41,-1,41,45,49,-1,46,44,43,-1,50,46,43,-1,43,51,50,-1,51,52,53,-1,50,51,53,-1,54,55,56,-1,53,56,55,-1,56,53,52,-1,57,58,54,-1,54,56,57,-1,56,59,57,-1,59,56,52,-1,52,60,59,-1,60,52,51,-1,51,61,60,-1,61,51,43,-1,43,42,61,-1,58,57,62,-1,57,63,62,-1,57,59,63,-1,59,64,63,-1,59,60,64,-1,60,65,64,-1,60,61,65,-1,61,66,65,-1,66,61,42,-1,42,48,66,-1,62,67,68,-1,69,68,67,-1,69,70,68,-1,71,70,69,-1,71,72,70,-1,63,69,67,-1,63,71,69,-1,63,64,71,-1,64,73,71,-1,64,65,73,-1,65,74,73,-1,65,66,74,-1,66,75,74,-1,75,66,48,-1,48,76,75,-1,48,47,76,-1,47,77,76,-1,47,49,77,-1,49,78,77,-1,73,72,71,-1,73,79,72,-1,73,74,79,-1,74,80,79,-1,74,75,80,-1,75,81,80,-1,75,76,81,-1,76,78,81,-1,76,77,78,-1};
			return value;
		}



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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_263_point_1()
		{
			double[] value = {-2.9297,.944,-18.73109,-2.9297,.96451,-18.71401,-2.9297,.95596,-18.71742,-12.12392,1.00827,-23.40941,-12.12392,1.00067,-23.41644,-2.9297,.92693,-18.77548,-12.12392,.99496,-23.43399,-2.9297,.90813,-18.91211,-12.12392,.99045,-23.48729,-8.65031,1.01444,-25.24703,-8.65031,1.02988,-25.49063,-3.11249,.90268,-24.92274,-3.11249,.8858,-24.54172,-8.65031,.98987,-24.83618,-3.11249,.85942,-23.88138,-8.65031,.96851,-24.42282,-3.11249,.83789,-23.22105,-8.65031,.95934,-24.0036,-3.11249,.83646,-22.56071,-8.65031,.94641,-23.58412,-3.11249,.82921,-21.90039,-8.65031,.94086,-23.17748,-3.11249,.83283,-21.24005,-8.65031,.9442,-22.76419,-3.09529,.85141,-20.57971,-8.65031,.94421,-22.71469,-3.08726,.85306,-20.51688,-8.65031,.94746,-22.37247,-3.01086,.86864,-19.91939,-8.65031,.95439,-21.97365,-2.9297,.89304,-19.25905,-8.65031,.95935,-21.75876,-9.04988,1.02371,-25.29791,-9.04988,1.03905,-25.53162,-8.71794,.95964,-24.84558,-8.74129,.992,-24.85188,-8.9539,.99701,-24.88854,-8.98755,.96515,-24.89449,-9.04988,.99928,-24.90508,-8.73796,.9267,-24.44185,-8.97183,.93222,-24.4926,-9.04988,.97794,-24.50954,-8.73796,.90436,-24.02644,-8.73796,.89134,-23.61078,-8.73796,.88563,-23.20815,-8.73796,.88875,-22.79866,-8.73796,.88873,-22.74933,-8.73796,.89177,-22.4106,-8.73796,.91023,-22.01523,-8.97183,.89256,-22.84172,-8.97183,.89265,-22.89063,-8.97183,.89504,-22.51233,-8.97183,.91273,-22.12621,-9.04988,.96294,-21.9576,-9.04988,.9682,-24.10771,-8.97183,.90955,-24.08737,-9.04988,.95486,-23.70561,-8.97183,.8963,-23.68189,-9.04988,.94864,-23.31726,-8.97183,.8902,-23.28996,-9.04988,.95087,-22.92131,-9.04988,.95076,-22.87256,-9.04988,.95305,-22.54628,-9.04988,.95868,-22.16325,-3.11249,1.01375,-27.18305,-3.11249,1.036,-27.63561,-2.3428,1.04938,-27.18208,-3.11249,.98131,-26.52272,-2.35838,1.00249,-26.51994,-3.11249,.94885,-25.86238,-2.35823,.95673,-25.85783,-3.11249,.91641,-25.20204,-2.3582,.91466,-25.19585,-3.11249,.90433,-24.95622,-2.35814,.90324,-24.84763,-8.40805,1.12254,-26.92281,-8.40805,1.14221,-27.21452,-8.40805,1.09384,-26.49715,-8.40805,1.06514,-26.07149,-8.40805,1.03645,-25.64583,-8.40805,1.02667,-25.49626,-12.12935,1.21251,-26.85143,-8.40805,1.13724,-27.14087,-12.14386,1.20161,-26.73955,-12.17802,1.17564,-26.47739,-12.21217,1.14967,-26.22112,-12.24632,1.1237,-25.96719,-12.25693,1.11559,-25.88876,-12.25693,1.11272,-25.86047,-12.25693,1.09821,-25.70638,-12.25693,1.07481,-25.45802,-12.22772,1.05289,-25.19917,-12.2061,1.03824,-24.93007,-12.18239,1.02116,-24.65804,-12.1685,1.00948,-24.40833,-12.15005,1.00266,-24.14044,-12.14812,1.00153,-24.09659,-12.13893,.99622,-23.88997,-12.12392,.99165,-23.62196,2.9297,.95596,-18.71742};
			return value;
		}
		private double[] getCoordinate_12_263_point_2()
		{
			double[] value = {2.9297,.96451,-18.714,2.9297,.944,-18.73109,12.12392,1.00827,-23.40941,12.12392,1.00067,-23.41644,12.12392,.99496,-23.43399,2.9297,.92693,-18.77548,2.9297,.90813,-18.91211,12.12392,.99045,-23.48729,3.11249,.90268,-24.92274,8.65032,1.02988,-25.49063,8.65032,1.01444,-25.24702,3.11249,.8858,-24.54172,8.65032,.98987,-24.83618,3.11249,.85942,-23.88138,8.65032,.96851,-24.42282,3.11249,.83789,-23.22105,8.65032,.95934,-24.0036,3.11249,.83646,-22.56071,8.65032,.94641,-23.58412,3.11249,.82921,-21.90039,8.65032,.94086,-23.17748,3.11249,.83283,-21.24005,8.65032,.9442,-22.76419,3.09529,.85141,-20.57971,8.65032,.94421,-22.71469,3.08727,.85306,-20.51688,8.65032,.94746,-22.37247,3.01086,.86864,-19.91939,8.65032,.95439,-21.97365,2.9297,.89304,-19.25905,8.65032,.95935,-21.75876,9.04988,1.03905,-25.53162,9.04988,1.02371,-25.29791,8.71794,.95964,-24.84558,8.74129,.992,-24.85188,8.9539,.99701,-24.88853,8.98755,.96515,-24.89449,9.04988,.99928,-24.90508,8.73796,.9267,-24.44185,8.97183,.93222,-24.4926,9.04988,.97794,-24.50954,8.73796,.90436,-24.02644,8.73796,.89134,-23.61078,8.73796,.88563,-23.20814,8.73796,.88875,-22.79866,8.73796,.88873,-22.74933,8.73796,.89177,-22.4106,8.73796,.91023,-22.01523,8.97183,.89265,-22.89063,8.97183,.89256,-22.84172,8.97183,.89504,-22.51233,8.97183,.91273,-22.1262,9.04988,.96294,-21.9576,9.04988,.9682,-24.10771,8.97183,.90955,-24.08737,9.04988,.95486,-23.70561,8.97183,.8963,-23.68188,9.04988,.94864,-23.31726,8.97183,.8902,-23.28996,9.04988,.95087,-22.92131,9.04988,.95076,-22.87256,9.04988,.95305,-22.54628,9.04988,.95868,-22.16325,2.3428,1.04938,-27.18208,3.11249,1.036,-27.63561,3.11249,1.01375,-27.18304,3.11249,.98131,-26.52272,2.35838,1.00249,-26.51994,3.11249,.94885,-25.86238,2.35823,.95673,-25.85783,3.11249,.91641,-25.20204,2.3582,.91466,-25.19585,3.11249,.90433,-24.95622,2.35814,.90324,-24.84763,8.40805,1.14221,-27.21452,8.40805,1.12254,-26.92281,8.40805,1.09384,-26.49715,8.40805,1.06514,-26.07149,8.40805,1.03645,-25.64583,8.40805,1.02667,-25.49626,8.40805,1.13724,-27.14087,12.12935,1.21251,-26.85142,12.14386,1.20161,-26.73955,12.17803,1.17564,-26.47739,12.21218,1.14967,-26.22112,12.24632,1.1237,-25.96719,12.25693,1.11559,-25.88876,12.25693,1.11272,-25.86047,12.25693,1.09821,-25.70638,12.25693,1.07481,-25.45802,12.22772,1.05289,-25.19917,12.2061,1.03824,-24.93007,12.18239,1.02116,-24.65804,12.1685,1.00948,-24.40833,12.15006,1.00266,-24.14044,12.14812,1.00153,-24.09659,12.13893,.99622,-23.88997,12.12392,.99165,-23.62196};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_275_point_1()
		{
			double[] value = {-3.32641,.88541,-24.56895,-3.32667,.90222,-24.94472,-3.31186,.76044,-24.94472,-3.3116,.74361,-24.56895,-3.32687,.85912,-23.91879,-3.31206,.77089,-23.91879,-3.32414,.83751,-23.26698,-3.2513,.75836,-24.93547,-3.24986,.74149,-24.55733,-3.25012,.76872,-23.90256,-3.23573,.83542,-23.24779,-3.23648,.90015,-24.93547,-3.23504,.88327,-24.55733,-3.2353,.85693,-23.90256,-3.33025,.94826,-25.87097,-3.3123,.77411,-25.22003,-3.32712,.91589,-25.22003,-3.31198,.76211,-24.97809,-3.3268,.9039,-24.97809,-3.24019,.94629,-25.86742,-3.25163,.77206,-25.21246,-3.25142,.76002,-24.96889,-3.23682,.91385,-25.21246,-3.2366,.90182,-24.96889,-6.43234,.93225,-24.45378,-6.42026,.8558,-24.45378,-6.43216,.91081,-23.94145,-6.42056,.81576,-24.96459,-6.43265,.95755,-24.96459,-6.42047,.83177,-25.26321,-6.43255,.97356,-25.26321,-6.42338,.84457,-25.48052,-6.42279,.83392,-25.29504,-6.43487,.97571,-25.29504,-6.43547,.98636,-25.48052,-6.43542,1.01645,-25.99359,-6.35626,.8537,-24.43842,-6.34257,.90871,-23.92201,-6.3564,.81369,-24.95322,-6.35899,.82979,-25.25433,-6.35936,.84254,-25.47305,-6.35921,.83186,-25.286,-6.34627,1.0145,-25.99007,-6.34325,.93015,-24.43842,-6.34338,.95547,-24.95322,-6.34596,.97157,-25.25433,-6.34634,.98434,-25.47305,-6.34619,.97366,-25.286,-11.20822,1.09473,-25.88028,-11.21028,1.12204,-26.1817,-11.19823,.99023,-25.88028,-11.20808,1.08598,-25.7818,-11.19809,.98149,-25.7818,-11.20612,1.06842,-25.57254,-11.20621,1.08321,-25.75273,-11.19621,.97871,-25.75273,-11.19614,.96393,-25.57254,-11.20413,1.04465,-25.27651,-11.13954,1.12047,-26.17893,-11.1481,.98866,-25.87447,-11.14815,.9799,-25.77474,-11.14691,.97714,-25.7457,-11.14502,.9623,-25.56357,-11.13609,1.04305,-25.26477,-11.13878,1.09314,-25.87447,-11.13882,1.08438,-25.77474,-11.13759,1.08163,-25.7457,-11.13571,1.06679,-25.56357,-8.75496,1.19601,-24.85013,-8.71809,1.22844,-24.84686,-8.98733,1.22881,-24.89142,-8.95399,1.19635,-24.88431,-8.98755,.96515,-24.89449,-8.9539,.99701,-24.88854,-8.74129,.992,-24.85188,-8.71794,.95964,-24.84558,-8.73593,1.26294,-24.18463,-8.73593,1.25789,-24.43675,-8.9695,1.25757,-24.48726,-8.9695,1.26233,-24.23656,-8.73593,1.26622,-24.02103,-8.9695,1.26527,-24.08168,-8.73593,1.26125,-23.76354,-8.9695,1.26021,-23.83275,-8.73593,1.25818,-23.60529,-8.9695,1.25702,-23.6761,-8.73593,1.25028,-23.35973,-8.9695,1.2488,-23.43184,-8.73593,1.24521,-23.2027,-8.9695,1.24382,-23.28421,-8.73593,1.23267,-22.97035,-8.9695,1.2309,-23.05112,-8.73593,1.22311,-22.79353,-8.9695,1.22171,-22.88521,-8.73796,.88771,-22.93538,-8.73796,.88875,-22.79866,-8.97183,.89265,-22.89063,-8.97183,.89186,-23.02043,-8.73796,.88563,-23.20815,-8.97183,.8902,-23.28996};
			return value;
		}
		private double[] getCoordinate_12_275_point_2()
		{
			double[] value = {-8.73796,.88767,-23.35078,-8.97183,.89236,-23.42928,-8.73796,.89134,-23.61078,-8.97183,.8963,-23.68189,-8.73796,.8958,-23.7531,-8.97183,.90086,-23.82178,-8.73796,.90436,-24.02644,-8.97183,.90955,-24.08737,-8.73796,.9127,-24.18158,-8.97183,.91811,-24.24045,-8.73796,.9267,-24.44185,-8.97183,.93222,-24.4926,-9.62387,1.08679,-26.11931,-9.54242,1.11308,-26.4912,-9.54242,1.09685,-26.4912,-9.62387,1.03688,-26.11931,-9.6721,1.05981,-25.75166,-9.6721,1.0099,-25.75166,-9.67204,1.05049,-25.62515,-9.67204,1.00059,-25.62515,-9.67853,1.03294,-25.37798,-9.67764,1.0481,-25.59598,-9.67764,.99818,-25.59598,-9.67853,.98303,-25.37798,-9.67726,1.00868,-25.01325,-9.67726,.95877,-25.01325,-9.67734,.98737,-24.64571,-9.67734,.93745,-24.64571,-9.64581,.97604,-24.26299,-9.64581,.92613,-24.26299,-9.54439,.95996,-23.85596,-9.54439,.94066,-23.85596,-9.44507,.97159,-24.21068,-9.44507,.92168,-24.21068,-9.40559,.98094,-24.58673,-9.40559,.93105,-24.58673,-9.40584,1.00229,-24.96646,-9.40584,.95238,-24.96646,-9.40646,1.02663,-25.34332,-9.40646,.97672,-25.34332,-9.40573,1.04186,-25.5681,-9.40573,.99194,-25.5681,-9.40773,1.0538,-25.72952,-9.40819,1.0444,-25.59825,-9.40819,.99449,-25.59825,-9.40773,1.00389,-25.72952,-9.44726,1.08285,-26.11237,-9.44726,1.03296,-26.11237,-9.4644,.84448,-24.48495,-9.43281,.84584,-24.7858,-9.43301,.86291,-25.08957,-9.4335,.8885,-25.39107,-9.43292,.90068,-25.57089,-9.43457,.90323,-25.60094,-9.4342,.91074,-25.70596,-9.46584,.9493,-26.01224,-9.5039,.97669,-26.16377,-9.57454,.97826,-26.16655,-9.60712,.95244,-26.01779,-9.6457,.91554,-25.72368,-9.64564,.9081,-25.62247,-9.65045,.90568,-25.5932,-9.65115,.89355,-25.41879,-9.65015,.86803,-25.12702,-9.65021,.85097,-24.83298,-9.62498,.84804,-24.5268,-9.50412,.85207,-24.34306,-9.58441,.85385,-24.36398,3.31186,.76044,-24.94472,3.32668,.90222,-24.94472,3.32642,.88541,-24.56895,3.3116,.74361,-24.56895,3.32687,.85912,-23.91879,3.31206,.77089,-23.91879,3.32414,.83751,-23.26698,3.2513,.75836,-24.93547,3.24986,.74149,-24.55733,3.25012,.76872,-23.90256,3.23573,.83542,-23.24779,3.23648,.90015,-24.93547,3.23505,.88327,-24.55733,3.23531,.85693,-23.90256,3.32712,.91589,-25.22003,3.3123,.77411,-25.22003,3.33025,.94826,-25.87097,3.31198,.76211,-24.97809,3.3268,.9039,-24.97809,3.24019,.94629,-25.86742,3.25163,.77206,-25.21246,3.25142,.76002,-24.96889,3.23682,.91385,-25.21246,3.2366,.90182,-24.96889,6.43216,.91081,-23.94145,6.42026,.8558,-24.45378,6.43234,.93225,-24.45378,6.42056,.81576,-24.96458,6.43265,.95755,-24.96458,6.42047,.83177,-25.26321,6.43256,.97356,-25.26321,6.43488,.97571,-25.29504};
			return value;
		}
		private double[] getCoordinate_12_275_point_3()
		{
			double[] value = {6.42279,.83392,-25.29504,6.42339,.84457,-25.48051,6.43547,.98636,-25.48051,6.43543,1.01645,-25.99359,6.34258,.90871,-23.92201,6.35626,.8537,-24.43841,6.3564,.81369,-24.95322,6.359,.82979,-25.25433,6.35921,.83186,-25.286,6.35936,.84254,-25.47305,6.34627,1.0145,-25.99007,6.34325,.93015,-24.43841,6.34338,.95547,-24.95322,6.34596,.97157,-25.25433,6.34619,.97366,-25.286,6.34635,.98434,-25.47305,11.19823,.99023,-25.88028,11.21028,1.12204,-26.1817,11.20822,1.09473,-25.88028,11.20809,1.08598,-25.7818,11.19809,.98149,-25.7818,11.19621,.97871,-25.75273,11.20621,1.08321,-25.75273,11.20612,1.06842,-25.57254,11.19614,.96393,-25.57254,11.20413,1.04465,-25.2765,11.13954,1.12047,-26.17892,11.1481,.98866,-25.87447,11.14815,.9799,-25.77473,11.14691,.97714,-25.7457,11.14502,.9623,-25.56357,11.13609,1.04305,-25.26477,11.13878,1.09314,-25.87447,11.13883,1.08438,-25.77473,11.13759,1.08163,-25.7457,11.13571,1.06679,-25.56357,8.98734,1.22881,-24.89142,8.71809,1.22844,-24.84686,8.75496,1.19601,-24.85013,8.954,1.19635,-24.88431,8.74129,.992,-24.85188,8.9539,.99701,-24.88853,8.98755,.96515,-24.89449,8.71794,.95964,-24.84558,8.9695,1.25757,-24.48726,8.73593,1.25789,-24.43675,8.73593,1.26294,-24.18463,8.9695,1.26233,-24.23656,8.73593,1.26622,-24.02103,8.9695,1.26527,-24.08168,8.73593,1.26125,-23.76353,8.9695,1.26021,-23.83275,8.73593,1.25818,-23.60528,8.9695,1.25702,-23.6761,8.73593,1.25028,-23.35973,8.9695,1.2488,-23.43184,8.73593,1.24521,-23.2027,8.9695,1.24382,-23.28421,8.73593,1.23267,-22.97035,8.9695,1.2309,-23.05112,8.73593,1.22311,-22.79353,8.9695,1.22171,-22.88521,8.97183,.89265,-22.89063,8.73796,.88875,-22.79866,8.73796,.88771,-22.93538,8.97183,.89186,-23.02043,8.73796,.88563,-23.20814,8.97183,.8902,-23.28996,8.73796,.88767,-23.35078,8.97183,.89236,-23.42928,8.73796,.89134,-23.61078,8.97183,.8963,-23.68188,8.73796,.8958,-23.7531,8.97183,.90086,-23.82178,8.73796,.90436,-24.02644,8.97183,.90955,-24.08737,8.73796,.9127,-24.18158,8.97183,.91811,-24.24045,8.73796,.9267,-24.44185,8.97183,.93222,-24.4926,9.54242,1.09685,-26.4912,9.54242,1.11308,-26.4912,9.62387,1.08679,-26.11931,9.62387,1.03688,-26.11931,9.67211,1.05981,-25.75166,9.67211,1.0099,-25.75166,9.67204,1.05049,-25.62515,9.67204,1.00059,-25.62515,9.67764,.99818,-25.59598,9.67764,1.0481,-25.59598,9.67853,1.03294,-25.37797,9.67853,.98303,-25.37797,9.67726,1.00868,-25.01324,9.67726,.95877,-25.01324,9.67734,.98737,-24.64571,9.67734,.93745,-24.64571,9.64581,.97604,-24.26299,9.64581,.92613,-24.26299,9.54439,.95996,-23.85596,9.54439,.94066,-23.85596};
			return value;
		}
		private double[] getCoordinate_12_275_point_4()
		{
			double[] value = {9.44507,.97159,-24.21068,9.44507,.92168,-24.21068,9.40559,.98094,-24.58673,9.40559,.93105,-24.58673,9.40584,1.00229,-24.96646,9.40584,.95238,-24.96646,9.40647,1.02663,-25.34332,9.40647,.97672,-25.34332,9.40573,1.04186,-25.5681,9.40573,.99194,-25.5681,9.40819,.99449,-25.59825,9.40819,1.0444,-25.59825,9.40773,1.0538,-25.72952,9.40773,1.00389,-25.72952,9.44727,1.08285,-26.11237,9.44727,1.03296,-26.11237,9.43282,.84584,-24.7858,9.4644,.84448,-24.48495,9.43301,.86291,-25.08957,9.4335,.8885,-25.39107,9.43292,.90068,-25.57089,9.43421,.91074,-25.70596,9.43457,.90323,-25.60094,9.46584,.9493,-26.01224,9.50391,.97669,-26.16377,9.57454,.97826,-26.16655,9.60712,.95244,-26.01779,9.64571,.91554,-25.72368,9.64565,.9081,-25.62247,9.65115,.89355,-25.41879,9.65045,.90568,-25.5932,9.65015,.86803,-25.12701,9.65021,.85097,-24.83298,9.62499,.84804,-24.52679,9.50412,.85207,-24.34306,9.58441,.85385,-24.36398};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_281_point_1()
		{
			double[] value = {-.78342,2.04825,-8.69373,-.86049,2.10258,-9.35407,-.86542,2.07056,-9.35407,-.80411,2.02837,-8.69373,-.9007,1.92296,-8.69373,-.64934,2.03366,-8.0334,-.74767,1.97388,-8.0334,-.84915,1.87549,-8.0334,-.90793,1.77736,-8.0334,-.577,1.97238,-7.37306,-.46107,2.03366,-7.37886,-.69905,1.90022,-7.37306,-.80139,1.80212,-7.37306,-.90662,1.73169,-7.79489,-.88158,1.68883,-7.37306,-.89626,1.65093,-7.37306,0.0,1.99863,-6.71272,0.0,2.04704,-6.933,-.10703,2.04265,-6.94015,-.14043,1.9933,-6.71272,-.21407,2.03789,-6.96509,-.32999,2.0322,-7.08669,-.27954,1.97401,-6.71272,-.41473,1.93604,-6.71272,-.5428,1.87837,-6.71272,-.66165,1.80362,-6.71272,-.76337,1.70696,-6.71272,-.84511,1.59283,-6.71272,-.87431,1.53113,-6.71272,0.0,1.86569,-6.0524,-.13434,1.85767,-6.0524,-.26765,1.83968,-6.0524,-.39772,1.8056,-6.0524,-.52078,1.75131,-6.0524,-.63388,1.67873,-6.0524,-.73036,1.58514,-6.0524,-.80959,1.47652,-6.0524,-.84314,1.41135,-6.0524,0.0,1.72359,-5.39206,-.12826,1.71474,-5.39206,-.25552,1.69682,-5.39206,-.37965,1.66376,-5.39206,-.49721,1.61183,-5.39206,-.60596,1.54358,-5.39206,-.69978,1.4559,-5.39206,-.77928,1.35495,-5.39206,-.81636,1.29257,-5.39206,0.0,1.57967,-4.73173,-.12224,1.57379,-4.73173,-.24359,1.55829,-4.73173,-.36243,1.52942,-4.73173,-.47601,1.48412,-4.73173,-.57997,1.41995,-4.73173,-.67073,1.33797,-4.73173,-.748,1.24323,-4.73173,-.78503,1.17842,-4.73173,0.0,1.43575,-4.0714,-.11488,1.42995,-4.0714,-.22893,1.41531,-4.0714,-.34023,1.38657,-4.0714,-.44563,1.34081,-4.0714,-.54307,1.27983,-4.0714,-.62975,1.20436,-4.0714,-.7034,1.11614,-4.0714,-.73436,1.06529,-4.0714,0.0,1.34627,-3.71683,-.11041,1.34053,-3.71683,-.22011,1.32697,-3.71683,-.32744,1.30072,-3.71683,-.42944,1.25842,-3.71683,-.52432,1.20181,-3.71683,-.6093,1.13132,-3.71683,-.68092,1.04726,-3.71683,.86542,2.07056,-9.35407,.86049,2.10258,-9.35407,.78342,2.04825,-8.69373,.80411,2.02837,-8.69373,.9007,1.92296,-8.69373,.64934,2.03366,-8.0334,.74767,1.97388,-8.0334,.84915,1.87549,-8.0334,.90793,1.77736,-8.0334,.46108,2.03366,-7.37886,.577,1.97238,-7.37306,.69905,1.90022,-7.37306,.80139,1.80212,-7.37306,.90662,1.73169,-7.79489,.88158,1.68883,-7.37306,.89626,1.65093,-7.37306,.10703,2.04265,-6.94015,.14043,1.9933,-6.71272,.21407,2.03789,-6.96509,.32999,2.0322,-7.08669,.27954,1.97401,-6.71272,.41473,1.93604,-6.71272,.5428,1.87837,-6.71272,.66165,1.80362,-6.71272,.76337,1.70696,-6.71272,.84511,1.59283,-6.71272,.87431,1.53113,-6.71272};
			return value;
		}
		private double[] getCoordinate_12_281_point_2()
		{
			double[] value = {.13434,1.85767,-6.0524,.26765,1.83968,-6.0524,.39772,1.8056,-6.0524,.52078,1.75131,-6.0524,.63388,1.67873,-6.0524,.73036,1.58514,-6.0524,.80959,1.47652,-6.0524,.84314,1.41135,-6.0524,.12827,1.71474,-5.39206,.25552,1.69682,-5.39206,.37965,1.66376,-5.39206,.49721,1.61183,-5.39206,.60596,1.54358,-5.39206,.69978,1.4559,-5.39206,.77928,1.35495,-5.39206,.81636,1.29257,-5.39206,.12224,1.57379,-4.73173,.24359,1.55829,-4.73173,.36243,1.52942,-4.73173,.47601,1.48412,-4.73173,.57997,1.41995,-4.73173,.67073,1.33797,-4.73173,.748,1.24323,-4.73173,.78503,1.17842,-4.73173,.11488,1.42995,-4.0714,.22893,1.41531,-4.0714,.34023,1.38657,-4.0714,.44563,1.34081,-4.0714,.54308,1.27983,-4.0714,.62975,1.20436,-4.0714,.7034,1.11614,-4.0714,.73436,1.06529,-4.0714,.11041,1.34053,-3.71683,.22011,1.32697,-3.71683,.32744,1.30072,-3.71683,.42944,1.25842,-3.71683,.52432,1.20181,-3.71683,.6093,1.13132,-3.71683,.68092,1.04726,-3.71683};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_287_point_1()
		{
			double[] value = {0.0,3.42732,-16.35187,0.0,3.3309,-16.70824,-.09384,3.32994,-16.7068,-.101,3.42119,-16.34961,-.1925,3.31801,-16.70396,-.20923,3.40413,-16.34625,-.27962,3.29819,-16.69997,-.30368,3.37982,-16.34238,-.37863,3.26173,-16.69392,-.41238,3.33978,-16.3374,-.47098,3.21443,-16.6851,-.50836,3.28983,-16.32997,-.54991,3.14793,-16.67325,-.59027,3.2215,-16.32011,-.61914,3.07358,-16.66243,-.66215,3.145,-16.31125,-.68039,2.98735,-16.64865,-.72218,3.05144,-16.29826,-.76363,2.95458,-16.28673,0.0,3.51886,-15.99423,-.10808,3.50757,-15.9912,-.22624,3.48604,-15.98758,-.32783,3.45764,-15.98393,-.44563,3.4144,-15.9801,-.546,3.36089,-15.97397,-.63074,3.28871,-15.96571,-.7052,3.20717,-15.95833,-.76382,3.10695,-15.94641,-.80023,2.998,-15.93495,-.81912,2.88544,-15.92253,0.0,3.60216,-15.63458,-.11517,3.586,-15.63097,-.24348,3.56126,-15.62744,-.35219,3.52933,-15.62424,-.47794,3.48323,-15.62157,-.58366,3.42464,-15.61659,-.67096,3.34555,-15.60951,-.74777,3.25455,-15.60309,-.80472,3.14871,-15.59259,-.8364,3.03294,-15.58221,-.84846,2.90257,-15.57034,-.85762,2.8315,-15.56467,0.0,3.67465,-15.27261,-.12267,3.65503,-15.26883,-.26047,3.62891,-15.26581,-.37682,3.59401,-15.26323,-.50873,3.54453,-15.26154,-.62007,3.47903,-15.25755,-.70982,3.39,-15.25137,-.78839,3.28578,-15.2458,-.84337,3.17538,-15.23706,-.87085,3.05556,-15.2283,-.87648,2.91179,-15.21776,-.88159,2.82375,-15.21635,0.0,3.73764,-14.90886,-.131,3.71732,-14.90547,-.27605,3.69151,-14.90318,-.40134,3.65378,-14.90137,-.53748,3.59877,-14.90019,-.65292,3.52537,-14.89703,-.74525,3.42564,-14.89191,-.82471,3.30902,-14.88745,-.87744,3.19437,-14.88054,-.90144,3.06543,-14.87344,-.90185,2.91545,-14.86485,-.9025,2.81206,-14.85902,0.0,3.79021,-14.54346,-.1393,3.77127,-14.5408,-.28976,3.74672,-14.53931,-.42384,3.7058,-14.53818,-.56312,3.64378,-14.53737,-.68057,3.56249,-14.53502,-.77516,3.45232,-14.53116,-.85499,3.32564,-14.52815,-.90494,3.20631,-14.52315,-.92647,3.06476,-14.51801,-.92351,2.91385,-14.5117,-.92244,2.8002,-14.5109,0.0,3.83238,-14.17671,-.14616,3.81485,-14.17473,-.30161,3.79111,-14.17389,-.44214,3.74645,-14.17333,-.58495,3.67812,-14.17313,-.70288,3.5901,-14.17178,-.79874,3.47051,-14.16942,-.87907,3.33542,-14.16815,-.92563,3.21046,-14.16513,-.94585,3.0596,-14.16223,-.94119,2.90727,-14.15839,-.93597,2.78331,-14.16008,0.0,3.86267,-13.80879,-.15181,3.84648,-13.8074,-.31108,3.82303,-13.8071,-.45647,3.77498,-13.80714,-.60242,3.70165,-13.8078,-.72038,3.60819,-13.80769,-.81668,3.48192,-13.80707,-.89693,3.34,-13.80768,-.94092,3.20885,-13.80682,-.96059,3.0527,-13.80627};
			return value;
		}
		private double[] getCoordinate_12_287_point_2()
		{
			double[] value = {-.95531,2.8972,-13.80498,-.94911,2.76572,-13.80333,0.0,3.88144,-13.44011,-.15672,3.86694,-13.43927,-.31818,3.84355,-13.43944,-.4678,3.79312,-13.4402,-.6158,3.71591,-13.44182,-.73389,3.61792,-13.44312,-.83029,3.48817,-13.4444,-.90947,3.34112,-13.44694,-.95274,3.20374,-13.4484,-.97218,3.04463,-13.45023,-.96661,2.88513,-13.45155,-.95587,2.74568,-13.45467,0.0,3.88763,-13.071,-.1604,3.87524,-13.07065,-.32283,3.85184,-13.07127,-.4756,3.80029,-13.07278,-.62433,3.72029,-13.07544,-.74252,3.61865,-13.07825,-.83903,3.48731,-13.08153,-.91684,3.33812,-13.08609,-.96156,3.19455,-13.08998,-.98086,3.03375,-13.09418,-.97517,2.87128,-13.0981,-.96232,2.7278,-13.09988,0.0,3.88429,-12.70184,-.1629,3.87428,-12.70192,-.3257,3.85088,-12.70299,-.48048,3.79913,-12.70523,-.62898,3.71709,-12.70897,-.74718,3.61249,-12.71336,-.84389,3.48027,-12.71866,-.92041,3.33168,-12.72521,-.96823,3.18196,-12.73161,-.98746,3.02005,-12.73816,-.98166,2.85606,-12.74466,-.96504,2.70216,-12.74918,0.0,3.87517,-12.33278,-.16461,3.86771,-12.33325,-.32751,3.8443,-12.33473,-.48353,3.79292,-12.33771,-.63126,3.70927,-12.34254,-.74931,3.60214,-12.34854,-.8463,3.46927,-12.35587,-.92174,3.32307,-12.36436,-.97362,3.16719,-12.37331,-.99277,3.00444,-12.38222,-.98691,2.84004,-12.39124,-.96768,2.67664,-12.40135,0.0,3.82938,-11.75259,0.0,3.86189,-12.13922,-.16475,3.85429,-12.13977,-.16458,3.82161,-11.7533,-.32657,3.83224,-12.14136,-.32426,3.80159,-11.75508,-.48274,3.78226,-12.14467,-.48019,3.75455,-11.75902,-.62918,3.69736,-12.15047,-.62431,3.66802,-11.76672,-.74806,3.58867,-12.15765,-.74469,3.55696,-11.77628,-.84566,3.45613,-12.16614,-.84332,3.42529,-11.78708,-.92093,3.31053,-12.1759,-.91835,3.28124,-11.7993,-.97212,3.15468,-12.18633,-.96812,3.12588,-11.81265,-.99153,2.99168,-12.19687,-.98798,2.96295,-11.82645,-.98579,2.82973,-12.2074,-.98271,2.80501,-11.84,-.96649,2.65422,-12.22032,-.96336,2.60875,-11.85834,0.0,3.7809,-11.36765,-.16331,3.77318,-11.36849,-.32071,3.75366,-11.37059,-.47496,3.70978,-11.37501,-.61738,3.62373,-11.38446,-.73882,3.51221,-11.39624,-.83803,3.38193,-11.40927,-.91286,3.24025,-11.42383,-.96113,3.08667,-11.43999,-.98129,2.92519,-11.45689,-.97711,2.76927,-11.47353,-.9584,2.56165,-11.49658,0.0,3.70702,-10.98682,-.16026,3.69922,-10.98782,-.31464,3.67854,-10.99057,-.46536,3.63762,-10.99538,-.60687,3.55472,-11.00604,-.72858,3.44543,-11.01959,-.82715,3.31763,-11.03465,-.90184,3.17955,-11.05121,-.94847,3.02976,-11.06981,-.9687,2.87219,-11.08939,-.96666,2.71602,-11.10934,-.95099,2.51236,-11.13516,0.0,3.61058,-10.61099,-.15558,3.6019,-10.61243};
			return value;
		}
		private double[] getCoordinate_12_287_point_3()
		{
			double[] value = {-.3051,3.58041,-10.61583,-.45167,3.54128,-10.62117,-.59242,3.46222,-10.63272,-.71333,3.35677,-10.64763,-.80917,3.23283,-10.66435,-.88347,3.09909,-10.68262,-.92845,2.95493,-10.70313,-.94873,2.80377,-10.72475,-.94987,2.6479,-10.74785,-.94023,2.46014,-10.77425,0.0,3.4977,-10.23979,-.14973,3.4882,-10.24167,-.29323,3.46779,-10.24526,-.43556,3.42992,-10.25127,-.57318,3.35518,-10.26352,-.69144,3.25503,-10.27934,-.78314,3.13652,-10.29735,-.85565,3.00761,-10.31718,-.89983,2.86989,-10.33923,-.92169,2.72629,-10.36238,-.92722,2.57504,-10.38759,-.92499,2.40399,-10.41408,0.0,3.36868,-9.87386,-.14279,3.35973,-9.87575,-.28065,3.34123,-9.87921,-.41768,3.30548,-9.88559,-.54893,3.23724,-9.89793,-.66241,3.14481,-9.91399,-.74983,3.0329,-9.93292,-.81879,2.90973,-9.95419,-.86331,2.77882,-9.97749,-.8891,2.64302,-10.00174,-.90027,2.50018,-10.02803,-.89812,2.41432,-10.04143,0.0,3.2303,-9.51135,-.13522,3.22293,-9.51288,-.26807,3.20653,-9.51608,-.39888,3.17377,-9.52252,-.52176,3.11372,-9.53439,-.6291,3.03064,-9.5502,-.71246,2.92593,-9.56986,-.77675,2.80911,-9.59251,-.82242,2.6852,-9.61688,-.85365,2.55711,-9.642,-.87125,2.42465,-9.66876,0.0,2.14372,-7.14142,0.0,3.15935,-9.33078,-.13132,3.153,-9.33203,-.10921,2.14163,-7.15282,-.26181,3.13765,-9.33508,-.21846,2.13933,-7.18368,-.38931,3.10657,-9.34149,-.33563,2.13442,-7.30122,-.5076,3.05098,-9.353,-.40617,2.13442,-7.44298,-.61165,2.9729,-9.36859,-.47736,2.13524,-7.59403,-.69304,2.87189,-9.38856,-.55806,2.13738,-7.8649,-.75478,2.75838,-9.41191,-.63445,2.1413,-8.13194,-.80116,2.63797,-9.43677,-.70041,2.15286,-8.41168,-.83542,2.51372,-9.46227,-.76875,2.17493,-8.76442,-.85637,2.38681,-9.48918,-.82556,2.21191,-9.13426,.09384,3.32994,-16.7068,.101,3.42119,-16.34961,.19251,3.31801,-16.70396,.20923,3.40413,-16.34625,.27962,3.29819,-16.69997,.30368,3.37982,-16.34238,.37863,3.26173,-16.69392,.41239,3.33978,-16.3374,.47098,3.21443,-16.6851,.50836,3.28983,-16.32997,.54991,3.14793,-16.67325,.59027,3.2215,-16.32011,.61914,3.07358,-16.66243,.66216,3.145,-16.31125,.68039,2.98735,-16.64865,.72218,3.05144,-16.29826,.76363,2.95458,-16.28673,.10808,3.50757,-15.9912,.22624,3.48604,-15.98758,.32784,3.45764,-15.98393,.44563,3.4144,-15.9801,.54601,3.36089,-15.97397,.63074,3.28871,-15.96571,.7052,3.20717,-15.95833,.76382,3.10695,-15.94641,.80023,2.998,-15.93495,.81912,2.88544,-15.92253,.11517,3.586,-15.63097,.24349,3.56126,-15.62744,.35219,3.52933,-15.62424,.47794,3.48323,-15.62157,.58366,3.42464,-15.61659,.67096,3.34555,-15.60951};
			return value;
		}
		private double[] getCoordinate_12_287_point_4()
		{
			double[] value = {.74777,3.25455,-15.60309,.80472,3.14871,-15.59259,.8364,3.03294,-15.58221,.84847,2.90257,-15.57034,.85762,2.8315,-15.56467,.12267,3.65503,-15.26883,.26047,3.62891,-15.26581,.37682,3.59401,-15.26323,.50873,3.54453,-15.26154,.62007,3.47903,-15.25755,.70982,3.39,-15.25137,.78839,3.28578,-15.2458,.84337,3.17538,-15.23706,.87085,3.05556,-15.2283,.87648,2.91179,-15.21776,.88159,2.82375,-15.21635,.131,3.71732,-14.90547,.27605,3.69151,-14.90318,.40134,3.65378,-14.90137,.53748,3.59877,-14.90019,.65292,3.52537,-14.89703,.74526,3.42564,-14.89191,.82471,3.30902,-14.88745,.87744,3.19437,-14.88054,.90144,3.06543,-14.87344,.90186,2.91545,-14.86485,.9025,2.81206,-14.85902,.1393,3.77127,-14.5408,.28976,3.74672,-14.53931,.42384,3.7058,-14.53818,.56313,3.64378,-14.53737,.68057,3.56249,-14.53502,.77516,3.45232,-14.53116,.855,3.32564,-14.52815,.90494,3.20631,-14.52315,.92647,3.06476,-14.51801,.92351,2.91385,-14.5117,.92244,2.8002,-14.5109,.14616,3.81485,-14.17473,.30161,3.79111,-14.17389,.44214,3.74645,-14.17333,.58495,3.67812,-14.17313,.70288,3.5901,-14.17178,.79874,3.47051,-14.16942,.87908,3.33542,-14.16815,.92563,3.21046,-14.16513,.94585,3.0596,-14.16223,.94119,2.90727,-14.15839,.93598,2.78331,-14.16008,.15181,3.84648,-13.8074,.31108,3.82303,-13.8071,.45647,3.77498,-13.80714,.60242,3.70165,-13.8078,.72038,3.60819,-13.80769,.81668,3.48192,-13.80707,.89693,3.34,-13.80768,.94092,3.20885,-13.80682,.96059,3.0527,-13.80627,.95531,2.8972,-13.80498,.94911,2.76572,-13.80333,.15672,3.86694,-13.43927,.31818,3.84355,-13.43944,.46781,3.79312,-13.4402,.6158,3.71591,-13.44182,.73389,3.61792,-13.44312,.83029,3.48817,-13.4444,.90947,3.34112,-13.44694,.95274,3.20374,-13.4484,.97218,3.04463,-13.45023,.96661,2.88513,-13.45155,.95587,2.74568,-13.45467,.1604,3.87524,-13.07065,.32283,3.85184,-13.07127,.4756,3.80029,-13.07278,.62433,3.72029,-13.07544,.74252,3.61865,-13.07825,.83904,3.48731,-13.08153,.91684,3.33812,-13.08609,.96156,3.19455,-13.08998,.98087,3.03375,-13.09418,.97518,2.87128,-13.0981,.96233,2.7278,-13.09988,.1629,3.87428,-12.70192,.3257,3.85088,-12.70299,.48049,3.79913,-12.70523,.62898,3.71709,-12.70897,.74718,3.61249,-12.71336,.84389,3.48027,-12.71866,.92041,3.33168,-12.7252,.96823,3.18196,-12.73161,.98746,3.02005,-12.73816,.98166,2.85606,-12.74466,.96504,2.70216,-12.74918,.16461,3.86771,-12.33325,.32752,3.8443,-12.33473,.48354,3.79292,-12.33771,.63126,3.70927,-12.34254,.74931,3.60214,-12.34854,.8463,3.46927,-12.35587,.92174,3.32307,-12.36436};
			return value;
		}
		private double[] getCoordinate_12_287_point_5()
		{
			double[] value = {.97362,3.16719,-12.37331,.99277,3.00444,-12.38222,.98691,2.84004,-12.39124,.96768,2.67664,-12.40135,.16475,3.85429,-12.13977,.16458,3.82161,-11.7533,.32657,3.83224,-12.14136,.32427,3.80159,-11.75508,.48274,3.78226,-12.14467,.48019,3.75455,-11.75902,.62918,3.69736,-12.15047,.62431,3.66802,-11.76672,.74806,3.58867,-12.15765,.74469,3.55696,-11.77628,.84566,3.45613,-12.16614,.84332,3.42529,-11.78708,.92093,3.31053,-12.1759,.91835,3.28124,-11.7993,.97212,3.15468,-12.18633,.96813,3.12588,-11.81265,.99153,2.99168,-12.19687,.98798,2.96295,-11.82645,.98579,2.82973,-12.2074,.98271,2.80501,-11.84,.96649,2.65422,-12.22032,.96336,2.60875,-11.85834,.16331,3.77318,-11.36848,.32071,3.75366,-11.37059,.47496,3.70978,-11.37501,.61739,3.62373,-11.38446,.73882,3.51221,-11.39624,.83803,3.38193,-11.40927,.91286,3.24025,-11.42383,.96114,3.08667,-11.43999,.98129,2.92519,-11.45689,.97711,2.76927,-11.47353,.9584,2.56165,-11.49658,.16026,3.69922,-10.98782,.31464,3.67854,-10.99057,.46536,3.63762,-10.99538,.60687,3.55472,-11.00604,.72858,3.44543,-11.01959,.82715,3.31763,-11.03465,.90184,3.17955,-11.05121,.94847,3.02976,-11.06981,.96871,2.87219,-11.08939,.96666,2.71602,-11.10934,.95099,2.51236,-11.13516,.15558,3.6019,-10.61243,.3051,3.58041,-10.61583,.45168,3.54128,-10.62117,.59242,3.46222,-10.63272,.71333,3.35677,-10.64763,.80917,3.23283,-10.66435,.88347,3.09909,-10.68262,.92845,2.95493,-10.70313,.94873,2.80377,-10.72475,.94988,2.6479,-10.74785,.94023,2.46014,-10.77425,.14974,3.4882,-10.24167,.29323,3.46779,-10.24526,.43556,3.42992,-10.25127,.57318,3.35518,-10.26352,.69144,3.25503,-10.27934,.78314,3.13652,-10.29735,.85565,3.00761,-10.31718,.89983,2.86989,-10.33923,.92169,2.72629,-10.36238,.92722,2.57504,-10.38759,.92499,2.40399,-10.41408,.14279,3.35973,-9.87575,.28065,3.34123,-9.87921,.41768,3.30548,-9.88559,.54893,3.23724,-9.89793,.66241,3.14481,-9.91399,.74983,3.0329,-9.93292,.81879,2.90973,-9.95419,.86331,2.77882,-9.97749,.8891,2.64302,-10.00174,.90027,2.50018,-10.02803,.89812,2.41432,-10.04143,.13522,3.22293,-9.51288,.26807,3.20653,-9.51608,.39888,3.17377,-9.52252,.52176,3.11372,-9.53439,.62911,3.03064,-9.5502,.71246,2.92593,-9.56986,.77675,2.80911,-9.59251,.82242,2.6852,-9.61688,.85365,2.55711,-9.642,.87125,2.42465,-9.66876,.13132,3.153,-9.33203,.10921,2.14163,-7.15282,.26181,3.13765,-9.33508,.21846,2.13933,-7.18368,.38931,3.10657,-9.34149,.33563,2.13442,-7.30122,.5076,3.05098,-9.353,.40617,2.13442,-7.44298,.61165,2.9729,-9.36859};
			return value;
		}
		private double[] getCoordinate_12_287_point_6()
		{
			double[] value = {.47736,2.13524,-7.59403,.69304,2.87189,-9.38856,.55806,2.13738,-7.8649,.75478,2.75838,-9.41191,.63445,2.1413,-8.13194,.80116,2.63797,-9.43677,.70041,2.15286,-8.41168,.83542,2.51372,-9.46227,.76875,2.17493,-8.76442,.85637,2.38681,-9.48918,.82556,2.21191,-9.13426};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_293_point_1()
		{
			double[] value = {0.0,3.3309,-16.70824,0.0,2.80197,-18.47589,-.05763,2.80188,-18.4576,-.09384,3.32994,-16.7068,-.1001,2.80144,-18.42552,-.1925,3.31801,-16.70396,-.14792,2.80045,-18.37341,-.27962,3.29819,-16.69997,-.20914,2.79903,-18.29672,-.37863,3.26173,-16.69392,-.28715,2.79697,-18.18208,-.47098,3.21443,-16.6851,-.37221,2.79407,-18.03186,-.54991,3.14793,-16.67325,-.45657,2.79048,-17.84723,-.61914,3.07358,-16.66243,-.53177,2.7867,-17.63277,-.68039,2.98735,-16.64865,-.61641,2.78242,-17.39137,-.76363,2.95458,-16.28673,-.67132,2.77687,-17.12108,-.81912,2.88544,-15.92253,-.77107,2.76649,-16.61772,-.84196,2.74942,-15.95738,-.85762,2.8315,-15.56467,-.88094,2.72429,-15.29706,-.88159,2.82375,-15.21635,-.9025,2.81206,-14.85902,-.9043,2.69212,-14.63672,-.92244,2.8002,-14.5109,-.93597,2.78331,-14.16008,-.91997,2.65204,-13.9764,-.94911,2.76572,-13.80333,-.95587,2.74568,-13.45467,-.92734,2.60124,-13.31606,-.96232,2.7278,-13.09988,-.96504,2.70216,-12.74918,-.92694,2.54099,-12.65573,-.96768,2.67664,-12.40135,-.96649,2.65422,-12.22032,-.9216,2.47041,-11.99539,-.96336,2.60875,-11.85834,-.9584,2.56165,-11.49658,-.90849,2.38744,-11.33505,-.95099,2.51236,-11.13516,-.94023,2.46014,-10.77425,-.8943,2.29935,-10.67473,-.92499,2.40399,-10.41408,-.87852,2.20392,-10.01439,-.89812,2.41432,-10.04143,-.87125,2.42465,-9.66876,-.86049,2.10258,-9.35407,-.85637,2.38681,-9.48918,-.82556,2.21191,-9.13426,-.76875,2.17493,-8.76442,-.78342,2.04825,-8.69373,-.70041,2.15286,-8.41168,-.63445,2.1413,-8.13194,-.64934,2.03366,-8.0334,-.55806,2.13738,-7.8649,-.47736,2.13524,-7.59403,-.46107,2.03366,-7.37886,-.39494,2.03293,-7.23148,-.40617,2.13442,-7.44298,-.32999,2.0322,-7.08669,-.33563,2.13442,-7.30122,-.21407,2.03789,-6.96509,-.21846,2.13933,-7.18368,-.10703,2.04265,-6.94015,-.10921,2.14163,-7.15282,0.0,2.04704,-6.933,0.0,2.14372,-7.14142,0.0,3.86189,-12.13922,0.0,3.87517,-12.33278,-.16461,3.86771,-12.33325,-.16475,3.85429,-12.13977,-.32751,3.8443,-12.33473,-.32657,3.83224,-12.14136,-.48353,3.79292,-12.33771,-.48274,3.78226,-12.14467,-.63126,3.70927,-12.34254,-.62918,3.69736,-12.15047,-.74931,3.60214,-12.34854,-.74806,3.58867,-12.15765,-.8463,3.46927,-12.35587,-.84566,3.45613,-12.16614,-.92174,3.32307,-12.36436,-.92093,3.31053,-12.1759,-.97362,3.16719,-12.37331,-.97212,3.15468,-12.18633,-.99277,3.00444,-12.38222,-.99153,2.99168,-12.19687,-.98691,2.84004,-12.39124,-.98579,2.82973,-12.2074,0.0,3.15935,-9.33078,0.0,3.2303,-9.51135,-.13522,3.22293,-9.51288,-.13132,3.153,-9.33203,-.26807,3.20653,-9.51608,-.26181,3.13765,-9.33508};
			return value;
		}
		private double[] getCoordinate_12_293_point_2()
		{
			double[] value = {-.39888,3.17377,-9.52252,-.38931,3.10657,-9.34149,-.52176,3.11372,-9.53439,-.5076,3.05098,-9.353,-.6291,3.03064,-9.5502,-.61165,2.9729,-9.36859,-.71246,2.92593,-9.56986,-.69304,2.87189,-9.38856,-.77675,2.80911,-9.59251,-.75478,2.75838,-9.41191,-.82242,2.6852,-9.61688,-.80116,2.63797,-9.43677,-.85365,2.55711,-9.642,-.83542,2.51372,-9.46227,.05763,2.80188,-18.4576,.09384,3.32994,-16.7068,.1001,2.80144,-18.42552,.19251,3.31801,-16.70396,.14792,2.80045,-18.37341,.27962,3.29819,-16.69997,.20914,2.79903,-18.29672,.37863,3.26173,-16.69392,.28716,2.79697,-18.18208,.47098,3.21443,-16.6851,.37221,2.79407,-18.03186,.54991,3.14793,-16.67325,.45657,2.79048,-17.84723,.61914,3.07358,-16.66243,.53177,2.7867,-17.63277,.68039,2.98735,-16.64865,.61641,2.78242,-17.39137,.76363,2.95458,-16.28673,.67133,2.77687,-17.12108,.81912,2.88544,-15.92253,.77107,2.76649,-16.61772,.84196,2.74942,-15.95738,.85762,2.8315,-15.56467,.88094,2.72429,-15.29706,.88159,2.82375,-15.21635,.9025,2.81206,-14.85902,.9043,2.69212,-14.63672,.92244,2.8002,-14.5109,.93598,2.78331,-14.16008,.91997,2.65204,-13.9764,.94911,2.76572,-13.80333,.95587,2.74568,-13.45467,.92734,2.60124,-13.31606,.96233,2.7278,-13.09988,.96504,2.70216,-12.74918,.92694,2.54099,-12.65573,.96768,2.67664,-12.40135,.96649,2.65422,-12.22032,.9216,2.47041,-11.99539,.96336,2.60875,-11.85834,.9584,2.56165,-11.49658,.90849,2.38744,-11.33505,.95099,2.51236,-11.13516,.94023,2.46014,-10.77425,.8943,2.29935,-10.67473,.92499,2.40399,-10.41408,.87853,2.20392,-10.01439,.89812,2.41432,-10.04143,.87125,2.42465,-9.66876,.86049,2.10258,-9.35407,.85637,2.38681,-9.48918,.82556,2.21191,-9.13426,.76875,2.17493,-8.76442,.78342,2.04825,-8.69373,.70041,2.15286,-8.41168,.63445,2.1413,-8.13194,.64934,2.03366,-8.0334,.55806,2.13738,-7.8649,.47736,2.13524,-7.59403,.46108,2.03366,-7.37886,.40617,2.13442,-7.44298,.39494,2.03293,-7.23148,.33563,2.13442,-7.30122,.32999,2.0322,-7.08669,.21846,2.13933,-7.18368,.21407,2.03789,-6.96509,.10921,2.14163,-7.15282,.10703,2.04265,-6.94015,.16461,3.86771,-12.33325,.16475,3.85429,-12.13977,.32752,3.8443,-12.33473,.32657,3.83224,-12.14136,.48354,3.79292,-12.33771,.48274,3.78226,-12.14467,.63126,3.70927,-12.34254,.62918,3.69736,-12.15047,.74931,3.60214,-12.34854,.74806,3.58867,-12.15765,.8463,3.46927,-12.35587,.84566,3.45613,-12.16614,.92174,3.32307,-12.36436,.92093,3.31053,-12.1759,.97362,3.16719,-12.37331,.97212,3.15468,-12.18633,.99277,3.00444,-12.38222,.99153,2.99168,-12.19687};
			return value;
		}
		private double[] getCoordinate_12_293_point_3()
		{
			double[] value = {.98691,2.84004,-12.39124,.98579,2.82973,-12.2074,.13522,3.22293,-9.51288,.13132,3.153,-9.33203,.26807,3.20653,-9.51608,.26181,3.13765,-9.33508,.39888,3.17377,-9.52252,.38931,3.10657,-9.34149,.52176,3.11372,-9.53439,.5076,3.05098,-9.353,.62911,3.03064,-9.5502,.61165,2.9729,-9.36859,.71246,2.92593,-9.56986,.69304,2.87189,-9.38856,.77675,2.80911,-9.59251,.75478,2.75838,-9.41191,.82242,2.6852,-9.61688,.80116,2.63797,-9.43677,.85365,2.55711,-9.642,.83542,2.51372,-9.46227};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_305_point_1()
		{
			double[] value = {0.0,1.04457,-33.12604,0.0,.85628,-33.7896,-.04942,.85628,-33.7896,-.06019,1.04457,-33.12604,-.09886,.85628,-33.7896,-.12041,1.04457,-33.12604,-.1806,1.04457,-33.12604,-.13518,.92618,-33.7896,-.17567,.99373,-33.7896,-.22395,1.10565,-33.12604,-.22073,1.05832,-33.7896,-.27044,1.16438,-33.12604,-.27115,1.11884,-33.7896,-.32117,1.21947,-33.12604,-.32629,1.17505,-33.7896,-.3764,1.27,-33.12604,-.38531,1.2272,-33.7896,-.43683,1.31418,-33.12604,-.44777,1.27519,-33.7896,-.5009,1.35295,-33.12604,-.51359,1.31845,-33.7896,-.567,1.38818,-33.12604,-.58217,1.35721,-33.7896,-.6349,1.41975,-33.12604,-.65349,1.39059,-33.7896,-.70448,1.44748,-33.12604,-.72748,1.41759,-33.7896,-.77539,1.47159,-33.12604,-.80333,1.43884,-33.7896,-.8474,1.49223,-33.12604,-.88058,1.45413,-33.7896,-.92053,1.50832,-33.12604,-.95879,1.46352,-33.7896,-.99455,1.5197,-33.12604,-1.03744,1.46761,-33.7896,-1.06924,1.52513,-33.12604,-1.11623,1.46808,-33.7896,-1.14412,1.52515,-33.12604,-1.18915,1.4579,-33.7896,-1.22601,1.52124,-33.12604,-1.26144,1.44391,-33.7896,-1.3076,1.5132,-33.12604,-1.33288,1.42607,-33.7896,-1.38859,1.50059,-33.12604,-1.40301,1.40364,-33.7896,-1.46869,1.48314,-33.12604,-1.4713,1.37607,-33.7896,-1.54742,1.46033,-33.12604,-1.53764,1.34416,-33.7896,-1.62445,1.43233,-33.12604,-1.60152,1.30756,-33.7896,-1.69961,1.39961,-33.12604,-1.66278,1.26671,-33.7896,-1.77179,1.36081,-33.12604,-1.7205,1.22107,-33.7896,-1.8398,1.31514,-33.12604,-1.77463,1.17119,-33.7896,-1.90211,1.26198,-33.12604,-1.82477,1.11726,-33.7896,-1.95822,1.20233,-33.12604,-1.87125,1.06017,-33.7896,-2.00868,1.13776,-33.12604,-1.91421,1.00037,-33.7896,-2.05177,1.06805,-33.12604,-1.9529,.93771,-33.7896,-2.08792,.99446,-33.12604,-1.99469,.85068,-33.7896,-2.12523,.89452,-33.12604,0.0,1.1954,-32.46571,-.06602,1.1953,-32.46571,-.13202,1.19429,-32.46571,-.19795,1.19077,-32.46571,-.26381,1.18619,-32.46571,-.31625,1.2366,-32.46571,-.37074,1.28479,-32.46571,-.4275,1.33029,-32.46571,-.48723,1.37181,-32.46571,-.54954,1.40933,-32.46571,-.61395,1.44313,-32.46571,-2.02922,.76038,-33.7896,-2.15285,.7915,-33.12604,-2.05411,.66708,-33.7896,-2.17262,.68678,-33.12604,-2.07019,.57188,-33.7896,-2.18472,.58089,-33.12604,-2.08009,.47571,-33.7896,-2.18948,.47436,-33.12604,-2.08052,.37907,-33.7896,-2.18794,.36768,-33.12604,-.63916,1.42479,-33.06392,-.64545,1.43222,-32.97226,-.68014,1.47328,-32.46571,-.71939,1.46536,-32.89966,-.74795,1.49963,-32.46571,-.63916,1.38597,-33.06392,-.70448,1.40865,-33.12604,-.64545,1.39339,-32.97226,-.71939,1.42653,-32.89966,-.78969,1.489,-32.89951,-.78969,1.45018,-32.89951};
			return value;
		}
		private double[] getCoordinate_12_305_point_2()
		{
			double[] value = {-.86105,1.50913,-32.89975,-.86105,1.47029,-32.89975,-.93358,1.52457,-32.8996,-.93358,1.48573,-32.8996,-1.00697,1.53505,-32.89963,-1.00697,1.49623,-32.89963,-1.08095,1.54027,-32.89957,-1.08095,1.50143,-32.89957,-1.15509,1.54077,-32.89951,-1.15509,1.50195,-32.89951,-1.23865,1.53659,-32.8998,-1.23865,1.49777,-32.8998,-1.31718,1.52353,-32.97487,-1.31718,1.48471,-32.97487,-1.3117,1.51762,-33.06119,-1.3117,1.47881,-33.06119,-1.22601,1.48241,-33.12604,-1.14412,1.48631,-33.12604,-1.06924,1.4863,-33.12604,-.99455,1.48087,-33.12604,-.92053,1.46948,-33.12604,-.8474,1.4534,-33.12604,-.77539,1.43276,-33.12604,-1.43559,1.54671,-32.46571,-.81706,1.52237,-32.46571,-.88724,1.54153,-32.46571,-.95857,1.5557,-32.46571,-1.03078,1.5645,-32.46571,-1.10336,1.56926,-32.46571,-1.1761,1.57071,-32.46571,-1.26289,1.56606,-32.46571,-1.34946,1.55835,-32.46571,-1.52122,1.53192,-32.46571,-1.60588,1.51228,-32.46571,-1.68936,1.48814,-32.46571,-1.77118,1.45888,-32.46571,-1.84999,1.42232,-32.46571,-1.92477,1.37819,-32.46571,-1.99358,1.32518,-32.46571,-2.05388,1.26273,-32.46571,-2.10643,1.19357,-32.46571,-2.14892,1.11787,-32.46571,-2.18365,1.03827,-32.46571,-2.21529,.92961,-32.46571,-2.2368,.81859,-32.46571,-2.25229,.70656,-32.46571,-2.26134,.59378,-32.46571,-2.26421,.48068,-32.46571,-2.26317,.36757,-32.46571,0.0,1.32588,-31.80537,-.07501,1.32524,-31.80537,-.15002,1.32423,-31.80537,-.22501,1.32204,-31.80537,-.29996,1.31889,-31.80537,-.37489,1.31549,-31.80537,-.42988,1.35808,-31.80537,-.48595,1.39922,-31.80537,-.54341,1.43834,-31.80537,-.60266,1.47473,-31.80537,-.66394,1.50757,-31.80537,-.72766,1.53532,-31.80537,-.79323,1.55847,-31.80537,-.86023,1.57701,-31.80537,-.92833,1.591,-31.80537,-.99727,1.60004,-31.80537,-1.06659,1.60545,-31.80537,-1.13608,1.608,-31.80537,-1.20563,1.60852,-31.80537,-1.29428,1.6044,-31.80537,-1.38275,1.59723,-31.80537,-1.47092,1.58701,-31.80537,-1.55858,1.57314,-31.80537,-1.6454,1.55475,-31.80537,-1.73071,1.53035,-31.80537,-1.81442,1.50089,-31.80537,-1.89506,1.46393,-31.80537,-1.97034,1.41711,-31.80537,-2.03953,1.36165,-31.80537,-2.10203,1.29872,-31.80537,-2.1555,1.228,-31.80537,-2.19876,1.15064,-31.80537,-2.23134,1.06816,-31.80537,0.0,1.45487,-31.14504,-.07402,1.4543,-31.14504,-.14798,1.45116,-31.14504,-.22186,1.44655,-31.14504,-.29573,1.44171,-31.14504,-.36966,1.43819,-31.14504,-.44368,1.43758,-31.14504,-.50325,1.47061,-31.14504,-.56341,1.50252,-31.14504,-.62447,1.5327,-31.14504,-.68675,1.56024,-31.14504,-.75055,1.58404,-31.14504,-.81598,1.60283,-31.14504,-.88278,1.61612,-31.14504,-.95012,1.62643,-31.14504,-1.01779,1.63403,-31.14504,-1.08575,1.63855,-31.14504,-1.15385,1.63982,-31.14504};
			return value;
		}
		private double[] getCoordinate_12_305_point_3()
		{
			double[] value = {-1.22195,1.63858,-31.14504,-1.31175,1.63414,-31.14504,-1.4014,1.62759,-31.14504,-1.49078,1.61795,-31.14504,-1.57957,1.60405,-31.14504,-1.6672,1.58411,-31.14504,-1.75322,1.55808,-31.14504,-1.83675,1.52493,-31.14504,-1.9173,1.48512,-31.14504,-1.99428,1.43877,-31.14504,-2.06592,1.38454,-31.14504,-2.13101,1.32265,-31.14504,-2.18436,1.25053,-31.14504,-2.22493,1.17043,-31.14504,-2.25464,1.08565,-31.14504,0.0,1.57962,-30.48471,-.06979,1.57899,-30.48471,-.13954,1.57642,-30.48471,-.20917,1.57164,-30.48471,-.27864,1.56491,-30.48471,-.3479,1.55623,-30.48471,-.41705,1.54683,-30.48471,-.48668,1.54506,-30.48471,-.55447,1.56084,-30.48471,-.62009,1.58463,-30.48471,-.68614,1.60715,-30.48471,-.75339,1.62584,-30.48471,-.82161,1.64049,-30.48471,-.8905,1.65167,-30.48471,-.95978,1.66003,-30.48471,-1.02934,1.66574,-30.48471,-1.09906,1.6689,-30.48471,-1.16885,1.66959,-30.48471,-1.23863,1.66782,-30.48471,-1.32933,1.66277,-30.48471,-1.41986,1.65544,-30.48471,-1.51005,1.64491,-30.48471,-1.59958,1.62961,-30.48471,-1.68805,1.60922,-30.48471,-1.77479,1.58237,-30.48471,-1.85922,1.5489,-30.48471,-1.94076,1.50896,-30.48471,-2.01768,1.46086,-30.48471,-2.08868,1.40433,-30.48471,-2.15179,1.33914,-30.48471,-2.2055,1.26607,-30.48471,-2.24658,1.18517,-30.48471,0.0,1.69664,-29.82437,-.07026,1.69379,-29.82437,-.13991,1.68413,-29.82437,-.20845,1.66832,-29.82437,-.27609,1.64894,-29.82437,-.34416,1.63121,-29.82437,-.41359,1.62004,-29.82437,-.48382,1.61977,-29.82437,-.55285,1.63309,-29.82437,-.62149,1.64861,-29.82437,-.69057,1.66197,-29.82437,-.7601,1.67262,-29.82437,-.83002,1.68056,-29.82437,-.90016,1.68591,-29.82437,-.97044,1.68924,-29.82437,-1.04079,1.69078,-29.82437,-1.11114,1.69095,-29.82437,-1.18149,1.68984,-29.82437,-1.25181,1.68759,-29.82437,-1.34347,1.68243,-29.82437,-1.43498,1.67502,-29.82437,-1.52626,1.66513,-29.82437,-1.61688,1.6506,-29.82437,-1.70639,1.6303,-29.82437,-1.79381,1.60234,-29.82437,-1.87875,1.56761,-29.82437,-1.96062,1.52612,-29.82437,-2.03851,1.47763,-29.82437,-2.11124,1.42166,-29.82437,-2.17602,1.35671,-29.82437,0.0,1.80029,-29.16405,-.07104,1.7962,-29.16405,-.14125,1.78473,-29.16405,-.20978,1.76555,-29.16405,-.27629,1.74017,-29.16405,-.34212,1.71306,-29.16405,-.41081,1.6951,-29.16405,-.48189,1.69534,-29.16405,-.55272,1.7025,-29.16405,-.62358,1.70946,-29.16405,-.69461,1.71442,-29.16405,-.76575,1.71732,-29.16405,-.83694,1.71829,-29.16405,-.90814,1.71799,-29.16405,-.97934,1.71677,-29.16405,-1.05051,1.71486,-29.16405,-1.12166,1.7123,-29.16405,-1.19281,1.70937,-29.16405,-1.26395,1.70619,-29.16405,-1.35621,1.70046,-29.16405,-1.44836,1.69278,-29.16405,-1.54019,1.68216,-29.16405,-1.63142,1.66719,-29.16405};
			return value;
		}
		private double[] getCoordinate_12_305_point_4()
		{
			double[] value = {-1.72148,1.64642,-29.16405,-1.80934,1.61781,-29.16405,-1.89477,1.58255,-29.16405,-1.97708,1.54054,-29.16405,-2.05551,1.49165,-29.16405,-2.12834,1.43481,-29.16405,-2.19261,1.36859,-29.16405,0.0,1.88915,-28.50371,-.07197,1.88565,-28.50371,-.14297,1.87376,-28.50371,-.21008,1.84796,-28.50371,-.27318,1.81311,-28.50371,-.34004,1.78647,-28.50371,-.41063,1.77202,-28.50371,-.48225,1.76396,-28.50371,-.55415,1.75868,-28.50371,-.62614,1.75473,-28.50371,-.69817,1.75148,-28.50371,-.7702,1.74858,-28.50371,-.84225,1.74583,-28.50371,-.91431,1.74315,-28.50371,-.98634,1.7404,-28.50371,-1.05838,1.73734,-28.50371,-1.13037,1.73352,-28.50371,-1.20233,1.72897,-28.50371,-1.27425,1.72395,-28.50371,-1.36731,1.71739,-28.50371,-1.46025,1.70927,-28.50371,-1.55289,1.69821,-28.50371,-1.64505,1.68382,-28.50371,-1.73607,1.66351,-28.50371,-1.82503,1.63554,-28.50371,-1.9113,1.60016,-28.50371,-1.99331,1.5558,-28.50371,-2.07153,1.50499,-28.50371,-2.14421,1.44659,-28.50371,-2.20946,1.38003,-28.50371,-2.25938,.95476,-31.80537,-2.27895,.83952,-31.80537,-2.29231,.72343,-31.80537,-2.30023,.60686,-31.80537,-2.30343,.49005,-31.80537,-2.30223,.37318,-31.80537,-2.28062,.96973,-31.14504,-2.29832,.85222,-31.14504,-2.31001,.73396,-31.14504,-2.31808,.61543,-31.14504,-2.32284,.49672,-31.14504,-2.32353,.37788,-31.14504,-2.27479,1.09885,-30.48471,-2.29295,.97961,-30.48471,-2.30495,.85959,-30.48471,-2.31276,.73921,-30.48471,-2.31691,.61865,-30.48471,-2.32072,.49809,-30.48471,-2.32283,.37749,-30.48471,-2.22711,1.28072,-29.82437,-2.26399,1.19693,-29.82437,-2.2868,1.10808,-29.82437,-2.30089,.98738,-29.82437,-2.3109,.86633,-29.82437,-2.31717,.74499,-29.82437,-2.32144,.62357,-29.82437,-2.32436,.50209,-29.82437,-2.32535,.3806,-29.82437,-2.32187,.01611,-29.82437,-2.32243,.04356,-29.82437,-2.32173,.0161,-29.85506,-2.31624,-.10519,-29.97568,-2.31741,-.1053,-29.82437,-2.30676,-.22595,-30.04724,-2.31035,-.22659,-29.82437,-2.29333,-.34633,-30.06094,-2.29976,-.34764,-29.82437,-2.27525,-.46606,-30.04724,-2.28432,-.46814,-29.82437,-2.2509,-.58472,-29.9854,-2.26056,-.58725,-29.82437,-2.23315,-.67186,-29.82437,-2.24518,1.29274,-29.16405,-2.27907,1.20702,-29.16405,-2.29712,1.11641,-29.16405,-2.3058,.99454,-29.16405,-2.31316,.8726,-29.16405,-2.31581,.75046,-29.16405,-2.31776,.6283,-29.16405,-2.31889,.50612,-29.16405,-2.32208,.38257,-29.4363,-2.31979,.38394,-29.16405,-2.3232,.2603,-29.52525,-2.3206,.26177,-29.16405,-2.32377,.138,-29.6893,-2.32139,.13959,-29.16405,-2.32129,.01741,-29.16405,-2.32052,-.10477,-29.16405,-2.31802,-.22691,-29.16405,-2.31241,-.34895,-29.16405,-2.30273,-.47072,-29.16405,-2.2868,-.59181,-29.16405,-2.26051,-.71104,-29.16405};
			return value;
		}
		private double[] getCoordinate_12_305_point_5()
		{
			double[] value = {-2.25983,1.30176,-28.50371,-2.28734,1.21295,-28.50371,-2.29884,1.12044,-28.50371,-2.30554,1.00836,-28.50371,-2.3116,.87831,-28.50371,-2.31586,.75581,-28.50371,-2.3193,.62535,-28.50371,-2.32172,.50304,-28.50371,-2.32524,.13925,-28.50371,-2.32478,.01245,-28.50371,-2.32287,-.10741,-28.50371,-2.31926,-.23299,-28.50371,-2.31331,-.35872,-28.50371,-2.30402,-.48393,-28.50371,-2.29147,-.59195,-28.50371,-2.27774,-.65767,-28.50371,0.0,1.97882,-27.84338,-.07356,1.97748,-27.84338,-.14667,1.96962,-27.84338,-.21767,1.95081,-27.84338,-.28313,1.91759,-27.84338,-.34213,1.87369,-27.84338,-.40213,1.8313,-27.84338,-.47073,1.80522,-27.84338,-.54256,1.78929,-27.84338,-.61505,1.77673,-27.84338,-.68799,1.76704,-27.84338,-.76121,1.75978,-27.84338,-.83459,1.75433,-27.84338,-.90803,1.7498,-27.84338,-.9815,1.74567,-27.84338,-1.05498,1.7417,-27.84338,-1.12846,1.73779,-27.84338,-1.20193,1.73389,-27.84338,-1.27542,1.72997,-27.84338,-1.3679,1.72142,-27.84338,-1.46031,1.71205,-27.84338,-1.55234,1.69952,-27.84338,-1.64378,1.6834,-27.84338,-1.73439,1.66312,-27.84338,-1.82324,1.63626,-27.84338,-1.90895,1.60075,-27.84338,-1.98997,1.55543,-27.84338,-2.06703,1.50359,-27.84338,-2.14056,1.44688,-27.84338,-2.20717,1.38223,-27.84338,-2.25883,1.30543,-27.84338,-2.28584,1.21692,-27.84338,-2.29739,1.12491,-27.84338,-2.30104,1.01679,-27.84338,-2.3073,.88502,-27.84338,-2.31314,.76398,-27.84338,-2.31834,.63379,-27.84338,-2.32246,.5031,-27.84338,-2.32702,.13925,-27.84338,-2.32562,.00681,-27.84338,-2.32277,-.11304,-27.84338,-2.31757,-.23879,-27.84338,-2.30972,-.37026,-27.84338,-2.29994,-.48892,-27.84338,-2.29571,-.54024,-27.84338,0.0,2.06329,-27.18304,-.07538,2.06177,-27.18304,-.15019,2.05264,-27.18304,-.22269,2.03215,-27.18304,-.29019,1.99876,-27.18304,-.35145,1.95488,-27.18304,-.40724,1.90414,-27.18304,-.46434,1.85497,-27.18304,-.52988,1.81795,-27.18304,-.6011,1.79335,-27.18304,-.67471,1.77702,-27.18304,-.74928,1.76564,-27.18304,-.82425,1.75734,-27.18304,-.89938,1.75075,-27.18304,-.97458,1.74475,-27.18304,-1.04977,1.73894,-27.18304,-1.12497,1.73303,-27.18304,-1.20016,1.72697,-27.18304,-1.27533,1.72069,-27.18304,-1.36749,1.71259,-27.18304,-1.4595,1.70306,-27.18304,-1.5513,1.69154,-27.18305,-1.64261,1.67671,-27.18305,-1.73286,1.65654,-27.18305,-1.82101,1.62859,-27.18305,-1.90576,1.59161,-27.18305,-1.98726,1.54787,-27.18305,-2.06573,1.49892,-27.18305,-2.13891,1.44241,-27.18305,-2.20572,1.37851,-27.18305,-2.26068,1.30432,-27.18305,-2.29488,1.21873,-27.18305,-2.30368,1.12692,-27.18305,-2.30678,1.01689,-27.18305,-2.31048,.88504,-27.18305,-2.3138,.76401,-27.18305,-2.31715,.63358,-27.18305,-2.32017,.50308,-27.18305,-2.32326,.13925,-27.18305};
			return value;
		}
		private double[] getCoordinate_12_305_point_6()
		{
			double[] value = {-2.321,.01238,-27.18305,-2.31668,-.11876,-27.18305,-2.31109,-.24451,-27.18305,-2.30951,-.38011,-27.18305,0.0,2.14215,-26.52272,-.07782,2.14014,-26.52272,-.15515,2.13164,-26.52272,-.23045,2.11235,-26.52272,-.30063,2.07896,-26.52272,-.36288,2.03242,-26.52272,-.41574,1.97534,-26.52272,-.4658,1.91571,-26.52272,-.52193,1.86192,-26.52272,-.58749,1.82019,-26.52272,-.65945,1.79068,-26.52272,-.73462,1.77049,-26.52272,-.8111,1.75597,-26.52272,-.88809,1.74443,-26.52272,-.96536,1.73483,-26.52272,-1.04278,1.72672,-26.52272,-1.12031,1.71956,-26.52272,-1.19791,1.71309,-26.52272,-1.27554,1.70712,-26.52272,-1.36264,1.69878,-26.52272,-1.44968,1.68993,-26.52272,-1.53662,1.68007,-26.52272,-1.62328,1.66802,-26.52272,-1.70904,1.65088,-26.52272,-1.79298,1.62631,-26.52272,-1.87454,1.59468,-26.52272,-1.95377,1.55762,-26.52272,-2.0305,1.51561,-26.52272,-2.10403,1.46822,-26.52272,-2.17213,1.41344,-26.52272,-2.23007,1.34804,-26.52272,-2.27785,1.27481,-26.52272,-2.31924,1.19775,-26.52272,-2.31924,1.05914,-26.52272,-2.30939,1.01714,-27.04793,-2.31456,.88711,-26.91066,-2.31811,.76877,-26.79398,-2.32069,.63953,-26.69789,-2.32251,.50301,-26.60867,-2.32249,.38068,-27.18305,-2.32361,.3806,-26.55376,-2.32353,.26144,-27.18305,-2.32443,.26144,-26.52272,-2.32346,.14351,-26.52272,-2.32138,.0124,-26.56062,-2.31894,-.12166,-26.61552,-2.31572,-.22554,-26.74843,0.0,2.21599,-25.86238,-.08151,2.21503,-25.86238,-.16275,2.20857,-25.86238,-.24264,2.19269,-25.86238,-.31891,2.16417,-25.86238,-.38786,2.12105,-25.86238,-.44347,2.06181,-25.86238,-.48488,1.99164,-25.86238,-.52573,1.92113,-25.86238,-.5775,1.85835,-25.86238,-.64094,1.80739,-25.86238,-.71312,1.76981,-25.86238,-.79053,1.74443,-25.86238,-.87027,1.7276,-25.86238,-.951,1.71632,-25.86238,-1.03207,1.70776,-25.86238,-1.11323,1.70001,-25.86238,-1.19438,1.69222,-25.86238,-1.2755,1.68408,-25.86238,-1.35864,1.67761,-25.86238,-1.44168,1.66991,-25.86238,-1.52455,1.66055,-25.86238,-1.60713,1.64894,-25.86238,-1.68915,1.6339,-25.86238,-1.77037,1.61499,-25.86238,-1.85039,1.5916,-25.86238,-1.92845,1.5623,-25.86238,-2.00355,1.52615,-25.86238,-2.07539,1.48383,-25.86238,-2.14453,1.43721,-25.86238,-2.20831,1.38359,-25.86238,-2.266,1.32344,-25.86238,-2.31909,1.25913,-25.86238,-2.31909,.99249,-25.86238,0.0,2.28252,-25.20204,-.08496,2.28168,-25.20204,-.1698,2.27693,-25.20204,-.25369,2.26387,-25.20204,-.33429,2.23731,-25.20204,-.40933,2.19772,-25.20204,-.47249,2.1413,-25.20204,-.51907,2.07042,-25.20204,-.55681,1.99428,-25.20204,-.59495,1.91837,-25.20204,-.64166,1.84752,-25.20204,-.70206,1.78805,-25.20204,-.77514,1.7451,-25.20204,-.85515,1.71675,-25.20204,-.93806,1.69832,-25.20204};
			return value;
		}
		private double[] getCoordinate_12_305_point_7()
		{
			double[] value = {-1.02205,1.68545,-25.20204,-1.10646,1.67571,-25.20204,-1.19105,1.66759,-25.20204,-1.27574,1.66054,-25.20204,-1.35594,1.65437,-25.20204,-1.43605,1.64714,-25.20204,-1.51604,1.63854,-25.20204,-1.59578,1.62807,-25.20204,-1.67522,1.61537,-25.20204,-1.75423,1.60033,-25.20204,-1.83282,1.58324,-25.20204,-1.91061,1.56285,-25.20204,-1.98627,1.53566,-25.20204,-2.05725,1.498,-25.20204,-2.12315,1.45194,-25.20204,-2.18733,1.40344,-25.20204,-2.25244,1.35622,-25.20204,-2.31906,1.31114,-25.20204,-2.31906,.92956,-25.20204,0.0,2.34938,-24.54172,-.08893,2.34863,-24.54172,-.17769,2.34303,-24.54172,-.26562,2.33008,-24.54172,-.35138,2.30685,-24.54172,-.43225,2.27014,-24.54172,-.5032,2.21697,-24.54172,-.55673,2.14626,-24.54172,-.59488,2.06598,-24.54172,-.62622,1.98274,-24.54172,-.65912,1.90013,-24.54172,-.70248,1.82265,-24.54172,-.76394,1.75882,-24.54172,-.84109,1.71498,-24.54172,-.92506,1.68587,-24.54172,-1.01164,1.66563,-24.54172,-1.09939,1.6512,-24.54172,-1.18774,1.64099,-24.54172,-1.27638,1.63365,-24.54172,-1.43487,1.61855,-24.54172,-1.59311,1.60098,-24.54172,-1.75081,1.57912,-24.54172,-1.90722,1.54964,-24.54172,-2.0591,1.50269,-24.54172,-2.19755,1.42448,-24.54172,-2.3374,1.34906,-24.54172,-2.33009,1.33395,-24.80481,-2.319,.90324,-24.80325,-2.32455,1.11861,-24.68071,-2.48657,1.29909,-24.8284,-2.49042,1.30556,-24.54172,-2.64305,1.26422,-24.85199,-2.645,1.2675,-24.54172,-2.79953,1.22934,-24.87558,-2.80017,1.23187,-24.54172,-2.95601,1.19447,-24.89917,-2.95625,1.20049,-24.54172,-3.11249,1.15961,-24.92274,-3.11249,1.16988,-24.54172,0.0,2.41231,-23.88138,-.09294,2.41103,-23.88138,-.18571,2.40535,-23.88138,-.27783,2.39308,-23.88138,-.36865,2.37334,-23.88138,-.45615,2.34235,-23.88138,-.5334,2.29118,-23.88138,-.59558,2.22237,-23.88138,-.64284,2.14246,-23.88138,-.67877,2.05678,-23.88138,-.70781,1.96848,-23.88138,-.7366,1.8801,-23.88138,-.77539,1.79579,-23.88138,-.83441,1.72449,-23.88138,-.91122,1.67262,-23.88138,-.99881,1.64209,-23.88138,-1.09028,1.62584,-23.88138,-1.18271,1.61607,-23.88138,-1.27548,1.61011,-23.88138,-1.43271,1.5946,-23.88138,-1.58981,1.57793,-23.88138,-1.74664,1.55876,-23.88138,-1.90274,1.53442,-23.88138,-2.0571,1.50098,-23.88138,-2.20677,1.45082,-23.88138,-2.34863,1.38135,-23.88138,-2.49593,1.32468,-23.88138,-2.64862,1.28418,-23.88138,-2.80286,1.24994,-23.88138,-2.95758,1.21803,-23.88138,-3.11249,1.18694,-23.88138,0.0,2.47073,-23.22105,-.09668,2.47014,-23.22105,-.19328,2.46681,-23.22105,-.28952,2.45784,-23.22105,-.38437,2.43947,-23.22105,-.47601,2.40895,-23.22105,-.56049,2.36231,-23.22105,-.63232,2.29799,-23.22105,-.68783,2.21909,-23.22105,-.72767,2.1311,-23.22105,-.75737,2.03912,-23.22105};
			return value;
		}
		private double[] getCoordinate_12_305_point_8()
		{
			double[] value = {-.78319,1.94595,-23.22105,-.81178,1.85362,-23.22105,-.85115,1.76547,-23.22105,-.91049,1.68968,-23.22105,-.99123,1.63748,-23.22105,-1.08383,1.61035,-23.22105,-1.1794,1.59604,-23.22105,-1.27566,1.58725,-23.22105,-1.43188,1.5724,-23.22105,-1.58803,1.55672,-23.22105,-1.744,1.53943,-23.22105,-1.89969,1.51971,-23.22105,-2.05469,1.49526,-23.22105,-2.20798,1.46188,-23.22105,-2.35751,1.41449,-23.22105,-2.50392,1.35802,-23.22105,-2.65243,1.30743,-23.22105,-2.80428,1.26793,-23.22105,-2.95798,1.23634,-23.22105,-3.11249,1.20891,-23.22105,0.0,2.52493,-22.56071,-.10092,2.5237,-22.56071,-.20175,2.51913,-22.56071,-.3022,2.50932,-22.56071,-.40173,2.49277,-22.56071,-.49959,2.46817,-22.56071,-.5921,2.42827,-22.56071,-.67332,2.36873,-22.56071,-.73817,2.29175,-22.56071,-.78308,2.20157,-22.56071,-.81418,2.10558,-22.56071,-.83911,2.00778,-22.56071,-.86182,1.90942,-22.56071,-.88608,1.81146,-22.56071,-.92625,1.71927,-22.56071,-.99506,1.64609,-22.56071,-1.0833,1.59792,-22.56071,-1.18114,1.57375,-22.56071,-1.28149,1.56322,-22.56071,-1.43654,1.54901,-22.56071,-1.59152,1.53407,-22.56071,-1.74641,1.51813,-22.56071,-1.90111,1.50053,-22.56071,-2.05559,1.48109,-22.56071,-2.20976,1.45938,-22.56071,-2.36299,1.43182,-22.56071,-2.51335,1.39166,-22.56071,-2.66034,1.34033,-22.56071,-2.80841,1.29233,-22.56071,-2.95967,1.25552,-22.56071,-3.11249,1.22578,-22.56071,0.0,2.57524,-21.90039,-.10562,2.57617,-21.90039,-.21121,2.57397,-21.90039,-.31654,2.56639,-21.90039,-.42113,2.55174,-21.90039,-.52421,2.52902,-21.90039,-.62222,2.49013,-21.90039,-.71088,2.43298,-21.90039,-.78544,2.35861,-21.90039,-.83644,2.26645,-21.90039,-.87163,2.1669,-21.90039,-.89953,2.06505,-21.90039,-.92238,1.96193,-21.90039,-.94246,1.85823,-21.90039,-.96284,1.75461,-21.90039,-.99841,1.65566,-21.90039,-1.07753,1.58798,-21.90039,-1.17793,1.55603,-21.90039,-1.28197,1.53793,-21.90039,-1.52077,1.51617,-21.90039,-1.59131,1.50923,-21.90039,-1.7458,1.49326,-21.90039,-1.90015,1.47566,-21.90039,-2.05421,1.45593,-21.90039,-2.20784,1.43297,-21.90039,-2.36104,1.40735,-21.90039,-2.51346,1.37755,-21.90039,-2.66252,1.33418,-21.90039,-2.80943,1.28383,-21.90039,-2.95984,1.24521,-21.90039,-3.11249,1.21657,-21.90039,0.0,2.62332,-21.24005,-.10985,2.6232,-21.24005,-.21967,2.62111,-21.24005,-.32937,2.61581,-21.24005,-.4387,2.60541,-21.24005,-.54693,2.58696,-21.24005,-.65196,2.55522,-21.24005,-.74886,2.50404,-21.24005,-.83009,2.43065,-21.24005,-.89006,2.33894,-21.24005,-.93161,2.23738,-21.24005,-.96176,2.13179,-21.24005,-.98515,2.02447,-21.24005,-1.00442,1.91634,-21.24005,-1.02153,1.80783,-21.24005,-1.04164,1.69988,-21.24005,-1.08517,1.6001,-21.24005,-1.175,1.53914,-21.24005};
			return value;
		}
		private double[] getCoordinate_12_305_point_9()
		{
			double[] value = {-1.28186,1.51469,-21.24005,-1.51913,1.48906,-21.24005,-1.58243,1.4827,-21.24005,-1.73163,1.46677,-21.24005,-1.88667,1.4484,-21.24005,-2.04706,1.42763,-21.24005,-2.19577,1.40721,-21.24005,-2.35109,1.38478,-21.24005,-2.50517,1.35841,-21.24005,-2.65512,1.32243,-21.24005,-2.80598,1.27597,-21.24005,-2.95959,1.23631,-21.24005,-3.11249,1.20882,-21.24005,0.0,2.67426,-20.57971,-.11449,2.67453,-20.57971,-.22897,2.67368,-20.57971,-.34343,2.67044,-20.57971,-.45767,2.66319,-20.57971,-.57137,2.64987,-20.57971,-.68288,2.62442,-20.57971,-.78775,2.5791,-20.57971,-.87813,2.50951,-20.57971,-.94449,2.41675,-20.57971,-.98927,2.31151,-20.57971,-1.02286,2.20207,-20.57971,-1.05012,2.0909,-20.57971,-1.07069,1.97829,-20.57971,-1.08582,1.86479,-20.57971,-1.09814,1.75098,-20.57971,-1.11719,1.63826,-20.57971,-1.17782,1.5435,-20.57971,-1.282,1.49818,-20.57971,-1.51918,1.47551,-20.57971,-1.57115,1.46962,-20.57971,-1.72623,1.45171,-20.57971,-1.87575,1.43344,-20.57971,-2.03003,1.4129,-20.57971,-2.17371,1.39162,-20.57971,-2.32622,1.36597,-20.57971,-2.48303,1.3353,-20.57971,-2.63835,1.29813,-20.57971,-2.79391,1.2547,-20.57971,-2.94801,1.21626,-20.57971,-3.09563,1.18738,-20.57971,0.0,2.72423,-19.91939,-.11742,2.72461,-19.91939,-.23482,2.72401,-19.91939,-.3522,2.7216,-19.91939,-.46944,2.71516,-19.91939,-.58629,2.70384,-19.91939,-.70239,2.67929,-19.91939,-.81369,2.64192,-19.91939,-.90129,2.56757,-19.91939,-.98091,2.47279,-19.91939,-1.03491,2.3687,-19.91939,-1.07408,2.26361,-19.91939,-1.10394,2.16115,-19.91939,-1.12833,2.04631,-19.91939,-1.14764,1.9305,-19.91939,-1.16232,1.81401,-19.91939,-1.17564,1.69736,-19.91939,-1.19981,1.58308,-19.91939,-1.28197,1.50127,-19.91939,-1.5193,1.47682,-19.91939,-1.5655,1.47176,-19.91939,-1.5655,1.38022,-19.91939,-1.7151,1.36308,-19.91939,-1.86455,1.34366,-19.91939,-2.0083,1.32216,-19.91939,-2.15077,1.29741,-19.91939,-2.15077,1.38895,-19.91939,-2.28394,1.36264,-19.91939,-2.45349,1.33199,-20.18678,-2.44109,1.33058,-20.02168,-2.53598,1.31377,-20.26833,-2.60945,1.29556,-20.26837,-2.68254,1.27443,-20.26926,-2.75394,1.25041,-20.18675,-2.4334,1.32973,-19.91939,-2.50632,1.31093,-19.91939,-2.72673,1.24748,-19.91939,-2.65321,1.2697,-19.91939,-2.73694,1.24858,-20.01981,-2.8703,1.19922,-19.91939,-3.0112,1.14871,-19.91939,0.0,2.76942,-19.25905,-.11914,2.76869,-19.25905,-.2383,2.76747,-19.25905,-.35742,2.76532,-19.25905,-.47652,2.75864,-19.25905,-.59544,2.74583,-19.25905,-.70758,2.72917,-19.25905,-.82204,2.69061,-19.25905,-.9117,2.62352,-19.25905,-.99637,2.52626,-19.25905,-1.05867,2.42917,-19.25905,-1.10763,2.32495,-19.25905,-1.13592,2.22249,-19.25905,-1.16577,2.11154,-19.25905,-1.18455,1.99953,-19.25905};
			return value;
		}
		private double[] getCoordinate_12_305_point_10()
		{
			double[] value = {-1.20067,1.88149,-19.25905,-1.21683,1.76297,-19.25905,-1.2352,1.64473,-19.25905,-1.28192,1.53326,-19.25905,-1.42502,1.51885,-19.25905,-1.56798,1.50307,-19.25905,-1.7151,1.45462,-19.91939,-1.71069,1.48524,-19.25905,-1.86455,1.43518,-19.91939,-1.853,1.46445,-19.25905,-2.0083,1.4137,-19.91939,-1.99466,1.43964,-19.25905,-2.13535,1.40985,-19.25905,-2.27492,1.3752,-19.25905,-2.42128,1.33247,-19.53055,-2.41573,1.33374,-19.35246,-2.41283,1.33441,-19.25905,-2.48187,1.31024,-19.25905,-2.49991,1.30934,-19.62943,-2.57706,1.29271,-19.91939,-2.56454,1.29016,-19.62944,-2.63744,1.26439,-19.62964,-2.69995,1.23749,-19.53511,-2.68072,1.23032,-19.25905,-2.61714,1.25754,-19.25905,-2.68724,1.23274,-19.35257,-2.8076,1.16266,-19.25905,-2.9297,1.08668,-19.25905,0.0,2.79494,-18.59872,-.11966,2.79364,-18.59872,-.23929,2.79158,-18.59872,-.3589,2.78821,-18.59872,-.47842,2.78247,-18.59872,-.59788,2.76973,-18.59872,-.71724,2.75627,-18.59872,-.82771,2.7291,-18.59872,-.91844,2.66707,-18.59872,-1.00131,2.57428,-18.59872,-1.06816,2.48024,-18.60306,-1.11798,2.37952,-18.59872,-1.15184,2.27206,-18.59872,-1.17993,2.16132,-18.59872,-1.20308,2.04346,-18.59872,-1.22342,1.92494,-18.59872,-1.23975,1.80594,-18.59872,-1.25447,1.68649,-18.59872,-1.28197,1.56798,-18.59872,-1.42741,1.5519,-18.59872,-1.57266,1.53412,-18.59872,-1.71759,1.51395,-18.59872,-1.86209,1.49092,-18.59872,-2.00584,1.46365,-18.59872,-2.14874,1.43214,-18.59872,-2.29036,1.39539,-18.59872,-2.42918,1.34924,-18.59872,-2.54855,1.2869,-19.25905,-2.56355,1.29144,-18.59872,-2.6896,1.21742,-18.59872,-2.80522,1.1279,-18.59872,-2.9118,1.0277,-18.59872,0.0,2.80197,-18.47589,-.05763,2.80188,-18.4576,-.1001,2.80144,-18.42552,-.14792,2.80045,-18.37341,-.20914,2.79903,-18.29672,-.28715,2.79697,-18.18208,-.37221,2.79407,-18.03186,-.41492,2.79225,-17.93839,-.48553,2.78795,-17.93839,-.60371,2.78073,-17.93839,-.72398,2.77197,-17.93839,-.83081,2.74422,-17.93839,-.92909,2.68927,-17.93839,-1.00793,2.60115,-17.93839,-1.07339,2.50626,-17.93839,-1.12536,2.4126,-17.93839,-1.16136,2.30107,-17.93839,-1.19104,2.19183,-17.93839,-1.21425,2.06722,-17.93839,-1.23558,1.94778,-17.93839,-1.25294,1.83224,-17.93839,-1.26819,1.71707,-17.93839,-1.2821,1.60114,-17.93839,-1.43074,1.58431,-17.93839,-1.57916,1.56567,-17.93839,-1.72723,1.54442,-17.93839,-1.8746,1.51881,-17.93839,-2.02077,1.48712,-17.93839,-2.16496,1.44737,-17.93839,-2.30736,1.40158,-17.93839,-2.44691,1.34781,-17.93839,-2.58247,1.28471,-17.93839,-2.70805,1.20387,-17.93839,-2.81647,1.10114,-17.93839,-2.90892,.98367,-17.93839,-.45657,2.79048,-17.84723,-.53177,2.7867,-17.63277,-.61641,2.78242,-17.39137,-.63943,2.78011,-17.27806,-.7289,2.77264,-17.27806};
			return value;
		}
		private double[] getCoordinate_12_305_point_11()
		{
			double[] value = {-.83818,2.74832,-17.27806,-.93404,2.69011,-17.27806,-1.00839,2.61674,-17.27806,-1.07638,2.52654,-17.27806,-1.1286,2.42978,-17.27806,-1.16893,2.32433,-17.27806,-1.19673,2.21011,-17.27806,-1.22227,2.0902,-17.27806,-1.24014,1.97072,-17.27806,-1.25693,1.85982,-17.27806,-1.26814,1.74005,-17.27806,-1.27698,1.62674,-17.27806,-1.42593,1.6089,-17.27806,-1.57458,1.58876,-17.27806,-1.72272,1.5652,-17.27806,-1.86995,1.53651,-17.27806,-2.01566,1.50095,-17.27806,-2.15919,1.45741,-17.27806,-2.30043,1.40692,-17.27806,-2.43848,1.34827,-17.27806,-2.5719,1.27983,-17.27806,-2.6956,1.19522,-17.27806,-2.80347,1.09139,-17.27806,-2.88464,.96574,-17.27806,-.77107,2.76649,-16.61772,-.8391,2.7476,-16.61772,-.92831,2.69304,-16.61772,-1.00597,2.61424,-16.61772,-1.06825,2.52916,-16.61772,-1.11751,2.43546,-16.61772,-1.15611,2.33864,-16.61772,-1.18954,2.22435,-16.61772,-1.2144,2.10379,-16.61772,-1.23251,1.98859,-16.61772,-1.24731,1.86902,-16.61772,-1.25896,1.75386,-16.61772,-1.26825,1.64903,-16.61772,-1.41235,1.62935,-16.61772,-1.55614,1.60736,-16.61772,-1.6994,1.58231,-16.61772,-1.84177,1.55255,-16.61772,-1.98293,1.51755,-16.61772,-2.12215,1.47553,-16.61772,-2.25926,1.42703,-16.61772,-2.39261,1.36903,-16.61772,-2.52103,1.30081,-16.61772,-2.6409,1.2187,-16.61772,-2.74532,1.11775,-16.61772,-2.83163,1.00082,-16.61772,-.84196,2.74942,-15.95738,-.92549,2.69064,-15.95738,-.99384,2.61966,-15.95738,-1.05229,2.53954,-15.95738,-1.10362,2.44515,-15.95738,-1.14195,2.34813,-15.95738,-1.17551,2.23308,-15.95738,-1.20097,2.11784,-15.95738,-1.22063,1.9976,-15.95738,-1.23584,1.88141,-15.96268,-1.24739,1.77248,-15.95738,-1.25703,1.66942,-15.95738,-1.39386,1.64908,-15.95738,-1.5303,1.62631,-15.95738,-1.6662,1.60054,-15.95738,-1.80118,1.5703,-15.95738,-1.93484,1.53476,-15.95738,-2.06697,1.49382,-15.95738,-2.19693,1.4465,-15.95738,-2.32375,1.39131,-15.95738,-2.44664,1.32788,-15.95738,-2.56287,1.25305,-15.95738,-2.66714,1.16248,-15.95738,-2.753,1.05431,-15.95738,-.88094,2.72429,-15.29706,-.91904,2.6893,-15.29706,-.97998,2.62386,-15.29706,-1.03815,2.54125,-15.29706,-1.08363,2.45338,-15.29706,-1.1225,2.35674,-15.29706,-1.15803,2.23747,-15.29706,-1.18419,2.12235,-15.29706,-1.20296,2.01131,-15.29706,-1.21764,1.8936,-15.29706,-1.2281,1.78612,-15.29706,-1.23582,1.68556,-15.29706,-1.36501,1.66361,-15.29706,-1.49385,1.63974,-15.29706,-1.62216,1.61322,-15.29706,-1.74977,1.5835,-15.29706,-1.87645,1.55002,-15.29706,-2.00186,1.51207,-15.29706,-2.12584,1.46967,-15.29706,-2.24733,1.42065,-15.29706,-2.36427,1.36163,-15.29706,-2.47461,1.29111,-15.29706,-2.57339,1.20534,-15.29706,-2.65416,1.10248,-15.29706,-.9043,2.69212,-14.63672,-.96609,2.62076,-14.63672,-1.02121,2.54031,-14.63672};
			return value;
		}
		private double[] getCoordinate_12_305_point_12()
		{
			double[] value = {-1.06653,2.45163,-14.63672,-1.10464,2.35638,-14.63672,-1.13872,2.24245,-14.63672,-1.16318,2.1317,-14.63672,-1.1817,2.01581,-14.63672,-1.19499,1.90546,-14.63672,-1.2058,1.79533,-14.63672,-1.21393,1.69609,-14.63672,-1.33321,1.6766,-14.63672,-1.45219,1.65543,-14.63672,-1.57075,1.63203,-14.63672,-1.6886,1.60524,-14.63672,-1.80548,1.57451,-14.63672,-1.92093,1.53879,-14.63672,-2.03511,1.49922,-14.63672,-2.14648,1.45238,-14.63672,-2.25313,1.3956,-14.63672,-2.35353,1.32851,-14.63672,-2.44354,1.24809,-14.63672,-2.51796,1.15312,-14.63672,-.91997,2.65204,-13.9764,-.94714,2.61778,-13.9764,-.99971,2.53935,-13.96906,-1.04446,2.45177,-13.9764,-1.08205,2.35631,-13.9764,-1.11681,2.24757,-13.9764,-1.14218,2.13933,-13.9764,-1.16067,2.02809,-13.9764,-1.17482,1.91371,-13.9764,-1.18465,1.8125,-13.9764,-1.19321,1.70322,-13.9764,-1.30171,1.6859,-13.9764,-1.40993,1.66684,-13.9764,-1.51765,1.64523,-13.9764,-1.62474,1.62065,-13.9764,-1.73085,1.59216,-13.9764,-1.83559,1.55898,-13.9764,-1.93846,1.52045,-13.9764,-2.03798,1.47395,-13.9764,-2.13344,1.4196,-13.9764,-2.22449,1.35819,-13.9764,-2.306,1.28473,-13.9764,-2.36984,1.19574,-13.9764,-.92734,2.60124,-13.31606,-.97189,2.53175,-13.31606,-1.01796,2.44739,-13.31606,-1.05986,2.35172,-13.31606,-1.09354,2.25006,-13.31606,-1.12053,2.14331,-13.31606,-1.14107,2.03622,-13.31606,-1.15552,1.92606,-13.31606,-1.16495,1.82143,-13.31606,-1.17284,1.70688,-13.31606,-1.27179,1.69273,-13.31606,-1.37039,1.67622,-13.31606,-1.46849,1.657,-13.31606,-1.56583,1.63428,-13.31606,-1.6622,1.60771,-13.31606,-1.75752,1.57762,-13.31606,-1.85146,1.54346,-13.31606,-1.9429,1.50311,-13.31606,-2.03,1.45415,-13.31606,-2.10969,1.39397,-13.31606,-2.17776,1.32098,-13.31606,-2.22884,1.23527,-13.31606,-.92694,2.54099,-12.65573,-.94434,2.50913,-12.65573,-.98741,2.47362,-13.05541,-.98196,2.43802,-12.65573,-1.00285,2.44345,-13.03876,-1.04224,2.35159,-12.99411,-1.07631,2.25168,-12.94574,-1.09055,2.19486,-12.91718,-1.02888,2.35152,-12.75028,-1.02371,2.35149,-12.65573,-1.07222,2.25206,-12.85764,-1.06284,2.25295,-12.65573,-1.09468,2.14366,-12.65573,-1.11758,2.0361,-12.65573,-1.1338,1.92641,-12.65573,-1.14453,1.8215,-12.65573,-1.15335,1.70912,-12.65573,-1.24437,1.69684,-12.65573,-1.33513,1.68288,-12.65573,-1.42546,1.66637,-12.65573,-1.51509,1.64647,-12.65573,-1.60359,1.62201,-12.65573,-1.6905,1.59242,-12.65573,-1.77565,1.55806,-12.65573,-1.85806,1.51761,-12.65573,-1.93634,1.46967,-12.65573,-2.00919,1.41383,-12.65573,-2.07242,1.3476,-12.65573,-2.11591,1.26688,-12.65573,-.9216,2.47041,-11.99539,-.95128,2.41617,-11.99539,-.98514,2.35053,-11.99539,-1.02972,2.25162,-11.99539,-1.06703,2.14384,-11.99539,-1.09288,2.03233,-11.99539};
			return value;
		}
		private double[] getCoordinate_12_305_point_13()
		{
			double[] value = {-1.1107,1.92557,-11.99539,-1.12321,1.82123,-11.99539,-1.13303,1.70877,-11.99539,-1.21649,1.69748,-11.99539,-1.29976,1.68486,-11.99539,-1.38266,1.67003,-11.99539,-1.46487,1.65179,-11.99539,-1.54567,1.62813,-11.99539,-1.62474,1.59914,-11.99539,-1.70233,1.56638,-11.99539,-1.77756,1.52856,-11.99539,-1.84941,1.4847,-11.99539,-1.91612,1.43337,-11.99539,-1.97398,1.37237,-11.99539,-2.01321,1.2982,-11.99539,-.90849,2.38744,-11.33505,-.93942,2.33441,-11.33505,-.98318,2.25121,-11.33505,-1.02888,2.13948,-11.33505,-1.06094,2.02782,-11.33505,-1.08269,1.91824,-11.33505,-1.09735,1.81247,-11.33505,-1.10927,1.69951,-11.33505,-1.18579,1.68985,-11.33505,-1.2621,1.67873,-11.33505,-1.33812,1.66574,-11.33505,-1.41365,1.65013,-11.33505,-1.48836,1.631,-11.33505,-1.56195,1.60796,-11.33505,-1.6337,1.57973,-11.33505,-1.70245,1.54488,-11.33505,-1.76758,1.50359,-11.33505,-1.82785,1.45555,-11.33505,-1.87797,1.39729,-11.33505,-1.91074,1.32764,-11.33505,-.8943,2.29935,-10.67473,-.9281,2.23419,-10.67473,-.97598,2.13132,-10.67473,-1.01799,2.019,-10.67473,-1.04889,1.90608,-10.67473,-1.06795,1.79465,-10.67473,-1.08244,1.68204,-10.67473,-1.15269,1.67386,-10.67473,-1.22278,1.6644,-10.67473,-1.29259,1.65308,-10.67473,-1.36201,1.63954,-10.67473,-1.43073,1.6228,-10.67473,-1.49843,1.60237,-10.67473,-1.56467,1.57762,-10.67473,-1.62856,1.54736,-10.67473,-1.68925,1.51112,-10.67473,-1.74489,1.46755,-10.67473,-1.79065,1.41394,-10.67473,-1.82127,1.35034,-10.67473,-.87852,2.20392,-10.01439,-.94243,2.14963,-10.39389,-.9279,2.10812,-10.01439,-.95436,2.12088,-10.37785,-.99803,2.00433,-10.31564,-1.0294,1.89064,-10.24767,-.98764,1.9967,-10.12906,-.98126,1.99202,-10.01439,-1.01875,1.88219,-10.01439,-1.04243,1.76582,-10.01439,-1.05614,1.65031,-10.01439,-1.12134,1.64397,-10.01439,-1.18636,1.63605,-10.01439,-1.25111,1.62617,-10.01439,-1.31541,1.61375,-10.01439,-1.379,1.59802,-10.01439,-1.44189,1.57973,-10.01439,-1.50406,1.55911,-10.01439,-1.56494,1.53499,-10.01439,-1.62326,1.50525,-10.01439,-1.67673,1.46753,-10.01439,-1.72116,1.41962,-10.01439,-1.75638,1.36444,-10.01439,-.86049,2.10258,-9.35407,-.86542,2.07056,-9.35407,-.93974,1.96181,-9.35407,-.99313,1.84741,-9.35407,-1.01555,1.72037,-9.35407,-1.02904,1.60115,-9.35407,-1.08543,1.59589,-9.35407,-1.14172,1.58965,-9.35407,-1.19788,1.58232,-9.35407,-1.25388,1.57379,-9.35407,-1.30959,1.56367,-9.35407,-1.36494,1.55173,-9.35407,-1.41972,1.53737,-9.35407,-1.47342,1.51944,-9.35407,-1.52524,1.49664,-9.35407,-1.5743,1.4684,-9.35407,-1.61874,1.43344,-9.35407,-1.65248,1.38823,-9.35407,-.9007,1.92296,-8.69373,-.95753,1.79862,-8.69373,-.99043,1.6761,-8.69373,-1.01184,1.54758,-8.69373,-1.05977,1.54373,-8.69373};
			return value;
		}
		private double[] getCoordinate_12_305_point_14()
		{
			double[] value = {-1.10762,1.5392,-8.69373,-1.15538,1.53371,-8.69373,-1.20297,1.5269,-8.69373,-1.25034,1.51865,-8.69373,-1.29729,1.50836,-8.69373,-1.34378,1.49612,-8.69373,-1.38959,1.48157,-8.69373,-1.43446,1.46434,-8.69373,-1.47777,1.44356,-8.69373,-1.51222,1.4109,-8.69373,-.90793,1.77736,-8.0334,-.92076,1.75592,-8.0334,-.96837,1.61679,-8.0334,-1.00266,1.5145,-8.36356,-.99345,1.48143,-8.0334,-1.0463,1.51169,-8.36356,-1.0899,1.50836,-8.36356,-1.13345,1.50433,-8.36356,-1.17688,1.49918,-8.36356,-1.22009,1.49249,-8.36356,-1.26299,1.48398,-8.36356,-1.30548,1.47368,-8.36356,-1.34737,1.46112,-8.36356,-1.38757,1.44405,-8.36356,-1.42026,1.41583,-8.36356,-1.02899,1.47951,-8.0334,-1.0645,1.47726,-8.0334,-1.09997,1.47455,-8.0334,-1.13539,1.47116,-8.0334,-1.1707,1.46675,-8.0334,-1.20578,1.46083,-8.0334,-1.24045,1.45287,-8.0334,-1.27391,1.44096,-8.0334,-1.30147,1.41902,-8.0334,-.90662,1.73169,-7.79489,-.93425,1.55283,-7.37306,-.89626,1.65093,-7.37306,-.98146,1.44447,-7.70323,-.96945,1.40753,-7.37306,-1.00534,1.44428,-7.70323,-1.0292,1.44385,-7.70323,-1.05307,1.44309,-7.70323,-1.07692,1.44173,-7.70323,-1.10068,1.43936,-7.70323,-1.12424,1.4355,-7.70323,-1.14729,1.42941,-7.70323,-1.16785,1.41763,-7.70323,-.87431,1.53113,-6.71272,-.90515,1.46594,-6.71272,-.94514,1.33127,-6.71272,-.84314,1.41135,-6.0524,-.87116,1.35696,-6.0524,-.90616,1.2601,-6.0524,-.81636,1.29257,-5.39206,-.84494,1.24449,-5.39206,-.87109,1.18401,-5.39206,-.78503,1.17842,-4.73173,-.80867,1.13705,-4.73173,-.81395,1.12482,-4.73173,-.73436,1.06529,-4.0714,-.7948,1.10072,-4.53032,-2.32297,.3812,-28.60323,-2.32353,.38071,-28.50371,-2.32495,.38068,-27.93507,-2.32518,.38066,-27.84338,-2.32297,.38068,-27.29925,-2.32411,.26148,-28.60323,-2.32474,.26143,-28.50371,-2.32645,.26144,-27.94046,-2.32674,.26144,-27.84338,-2.3241,.26144,-27.29925,.04942,.85628,-33.7896,.0602,1.04457,-33.12604,.09886,.85628,-33.7896,.12041,1.04457,-33.12604,.1806,1.04457,-33.12604,.13518,.92618,-33.7896,.17568,.99373,-33.7896,.22395,1.10565,-33.12604,.22073,1.05832,-33.7896,.27045,1.16438,-33.12604,.27115,1.11884,-33.7896,.32117,1.21947,-33.12604,.3263,1.17505,-33.7896,.3764,1.27,-33.12604,.38532,1.2272,-33.7896,.43683,1.31418,-33.12604,.44777,1.27519,-33.7896,.5009,1.35295,-33.12604,.5136,1.31845,-33.7896,.567,1.38818,-33.12604,.58217,1.35721,-33.7896,.6349,1.41975,-33.12604,.65349,1.39059,-33.7896,.70448,1.44748,-33.12604,.72748,1.41759,-33.7896,.77539,1.47159,-33.12604,.80333,1.43884,-33.7896,.8474,1.49223,-33.12604,.88059,1.45413,-33.7896};
			return value;
		}
		private double[] getCoordinate_12_305_point_15()
		{
			double[] value = {.92053,1.50832,-33.12604,.95879,1.46352,-33.7896,.99455,1.5197,-33.12604,1.03745,1.46761,-33.7896,1.06925,1.52513,-33.12604,1.11623,1.46808,-33.7896,1.14412,1.52515,-33.12604,1.18915,1.4579,-33.7896,1.22602,1.52124,-33.12604,1.26145,1.44391,-33.7896,1.3076,1.5132,-33.12604,1.33289,1.42607,-33.7896,1.3886,1.50059,-33.12604,1.40302,1.40364,-33.7896,1.46869,1.48314,-33.12604,1.4713,1.37607,-33.7896,1.54743,1.46033,-33.12604,1.53764,1.34416,-33.7896,1.62445,1.43233,-33.12604,1.60152,1.30756,-33.7896,1.69962,1.39961,-33.12604,1.66278,1.26671,-33.7896,1.77179,1.36081,-33.12604,1.72051,1.22107,-33.7896,1.8398,1.31514,-33.12604,1.77463,1.17119,-33.7896,1.90212,1.26198,-33.12604,1.82477,1.11726,-33.7896,1.95822,1.20233,-33.12604,1.87125,1.06017,-33.7896,2.00868,1.13776,-33.12604,1.91422,1.00037,-33.7896,2.05177,1.06805,-33.12604,1.9529,.93771,-33.7896,2.08792,.99446,-33.12604,1.99469,.85068,-33.7896,2.12523,.89452,-33.12604,.06603,1.1953,-32.46571,.13202,1.19429,-32.46571,.19795,1.19077,-32.46571,.26381,1.18619,-32.46571,.31626,1.2366,-32.46571,.37074,1.28479,-32.46571,.42751,1.33029,-32.46571,.48723,1.37181,-32.46571,.54955,1.40933,-32.46571,.61395,1.44313,-32.46571,2.02922,.76038,-33.7896,2.15285,.7915,-33.12604,2.05411,.66708,-33.7896,2.17262,.68678,-33.12604,2.07019,.57188,-33.7896,2.18472,.58089,-33.12604,2.0801,.47571,-33.7896,2.18948,.47436,-33.12604,2.08052,.37907,-33.7896,2.18794,.36768,-33.12604,.63916,1.42479,-33.06392,.64545,1.43222,-32.97226,.68015,1.47328,-32.46571,.71939,1.46536,-32.89966,.74796,1.49963,-32.46571,.63916,1.38597,-33.06392,.70448,1.40865,-33.12604,.64545,1.39339,-32.97226,.71939,1.42653,-32.89966,.78969,1.489,-32.89951,.78969,1.45018,-32.89951,.86106,1.50913,-32.89975,.86106,1.47029,-32.89975,.93358,1.52457,-32.8996,.93358,1.48573,-32.8996,1.00698,1.53505,-32.89963,1.00698,1.49623,-32.89963,1.08095,1.54027,-32.89957,1.08095,1.50143,-32.89957,1.15509,1.54077,-32.89951,1.15509,1.50195,-32.89951,1.23865,1.53659,-32.89979,1.23865,1.49777,-32.89979,1.31719,1.52353,-32.97487,1.31719,1.48471,-32.97487,1.31171,1.51762,-33.06119,1.31171,1.47881,-33.06119,1.22602,1.48241,-33.12604,1.14412,1.48631,-33.12604,1.06925,1.4863,-33.12604,.99455,1.48087,-33.12604,.92053,1.46948,-33.12604,.8474,1.4534,-33.12604,.77539,1.43276,-33.12604,1.43559,1.54671,-32.46571,.81706,1.52237,-32.46571,.88724,1.54153,-32.46571,.95857,1.5557,-32.46571,1.03078,1.5645,-32.46571,1.10336,1.56926,-32.46571,1.1761,1.57071,-32.46571,1.2629,1.56606,-32.46571,1.34946,1.55835,-32.46571};
			return value;
		}
		private double[] getCoordinate_12_305_point_16()
		{
			double[] value = {1.52123,1.53192,-32.46571,1.60588,1.51228,-32.46571,1.68936,1.48814,-32.46571,1.77118,1.45888,-32.46571,1.84999,1.42232,-32.46571,1.92478,1.37819,-32.46571,1.99358,1.32518,-32.46571,2.05388,1.26273,-32.46571,2.10643,1.19357,-32.46571,2.14893,1.11787,-32.46571,2.18366,1.03827,-32.46571,2.21529,.92961,-32.46571,2.2368,.81859,-32.46571,2.25229,.70656,-32.46571,2.26134,.59378,-32.46571,2.26421,.48068,-32.46571,2.26317,.36757,-32.46571,.07501,1.32524,-31.80537,.15003,1.32423,-31.80537,.22501,1.32204,-31.80537,.29996,1.31889,-31.80537,.37489,1.31549,-31.80537,.42989,1.35808,-31.80537,.48595,1.39922,-31.80537,.54341,1.43834,-31.80537,.60266,1.47473,-31.80537,.66394,1.50757,-31.80537,.72766,1.53532,-31.80537,.79323,1.55847,-31.80537,.86023,1.57701,-31.80537,.92833,1.591,-31.80537,.99727,1.60004,-31.80537,1.06659,1.60545,-31.80537,1.13608,1.608,-31.80537,1.20563,1.60852,-31.80537,1.29428,1.6044,-31.80537,1.38275,1.59723,-31.80537,1.47092,1.58701,-31.80537,1.55858,1.57314,-31.80537,1.6454,1.55475,-31.80537,1.73071,1.53035,-31.80537,1.81442,1.50089,-31.80537,1.89507,1.46393,-31.80537,1.97034,1.41711,-31.80537,2.03954,1.36165,-31.80537,2.10204,1.29872,-31.80537,2.1555,1.228,-31.80537,2.19876,1.15064,-31.80537,2.23134,1.06816,-31.80537,.07402,1.4543,-31.14504,.14798,1.45116,-31.14504,.22186,1.44655,-31.14504,.29573,1.44171,-31.14504,.36966,1.43819,-31.14504,.44368,1.43758,-31.14504,.50325,1.47061,-31.14504,.56342,1.50252,-31.14504,.62447,1.5327,-31.14504,.68675,1.56024,-31.14504,.75055,1.58404,-31.14504,.81598,1.60283,-31.14504,.88278,1.61612,-31.14504,.95012,1.62643,-31.14504,1.01779,1.63403,-31.14504,1.08576,1.63855,-31.14504,1.15386,1.63982,-31.14504,1.22196,1.63858,-31.14504,1.31175,1.63414,-31.14504,1.4014,1.62759,-31.14504,1.49079,1.61795,-31.14504,1.57958,1.60405,-31.14504,1.66721,1.58411,-31.14504,1.75322,1.55808,-31.14504,1.83675,1.52493,-31.14504,1.9173,1.48512,-31.14504,1.99428,1.43877,-31.14504,2.06592,1.38454,-31.14504,2.13101,1.32265,-31.14504,2.18436,1.25053,-31.14504,2.22493,1.17043,-31.14504,2.25464,1.08565,-31.14504,.06979,1.57899,-30.48471,.13954,1.57642,-30.48471,.20917,1.57164,-30.48471,.27864,1.56491,-30.48471,.3479,1.55623,-30.48471,.41706,1.54683,-30.48471,.48668,1.54506,-30.48471,.55448,1.56084,-30.48471,.62009,1.58463,-30.48471,.68614,1.60715,-30.48471,.75339,1.62584,-30.48471,.82161,1.64049,-30.48471,.8905,1.65167,-30.48471,.95978,1.66003,-30.48471,1.02934,1.66574,-30.48471,1.09906,1.6689,-30.48471,1.16886,1.66959,-30.48471,1.23863,1.66782,-30.48471,1.32933,1.66277,-30.48471};
			return value;
		}
		private double[] getCoordinate_12_305_point_17()
		{
			double[] value = {1.41986,1.65544,-30.48471,1.51006,1.64491,-30.48471,1.59958,1.62961,-30.48471,1.68805,1.60922,-30.48471,1.7748,1.58237,-30.48471,1.85922,1.5489,-30.48471,1.94077,1.50896,-30.48471,2.01769,1.46086,-30.48471,2.08868,1.40433,-30.48471,2.1518,1.33914,-30.48471,2.20551,1.26607,-30.48471,2.24658,1.18517,-30.48471,.07027,1.69379,-29.82437,.13991,1.68413,-29.82437,.20845,1.66832,-29.82437,.27609,1.64894,-29.82437,.34416,1.63121,-29.82437,.41359,1.62004,-29.82437,.48383,1.61977,-29.82437,.55286,1.63309,-29.82437,.62149,1.64861,-29.82437,.69057,1.66197,-29.82437,.7601,1.67262,-29.82437,.83002,1.68056,-29.82437,.90016,1.68591,-29.82437,.97045,1.68924,-29.82437,1.04079,1.69078,-29.82437,1.11115,1.69095,-29.82437,1.18149,1.68984,-29.82437,1.25182,1.68759,-29.82437,1.34348,1.68243,-29.82437,1.43498,1.67502,-29.82437,1.52626,1.66513,-29.82437,1.61688,1.6506,-29.82437,1.70639,1.6303,-29.82437,1.79381,1.60234,-29.82437,1.87876,1.56761,-29.82437,1.96062,1.52612,-29.82437,2.03851,1.47763,-29.82437,2.11124,1.42166,-29.82437,2.17603,1.35671,-29.82437,.07105,1.7962,-29.16405,.14125,1.78473,-29.16405,.20978,1.76555,-29.16405,.27629,1.74017,-29.16405,.34212,1.71306,-29.16405,.41081,1.6951,-29.16405,.48189,1.69534,-29.16405,.55272,1.7025,-29.16405,.62358,1.70946,-29.16405,.69461,1.71442,-29.16405,.76575,1.71732,-29.16405,.83695,1.71829,-29.16405,.90814,1.71799,-29.16405,.97934,1.71677,-29.16405,1.05051,1.71486,-29.16405,1.12166,1.7123,-29.16405,1.19281,1.70937,-29.16405,1.26395,1.70619,-29.16405,1.35622,1.70046,-29.16405,1.44837,1.69278,-29.16405,1.54019,1.68216,-29.16405,1.63142,1.66719,-29.16405,1.72148,1.64642,-29.16405,1.80934,1.61781,-29.16405,1.89478,1.58255,-29.16405,1.97708,1.54054,-29.16405,2.05551,1.49165,-29.16405,2.12834,1.43481,-29.16405,2.19261,1.36859,-29.16405,.07198,1.88565,-28.50371,.14298,1.87376,-28.50371,.21008,1.84796,-28.50371,.27318,1.81311,-28.50371,.34004,1.78647,-28.50371,.41063,1.77202,-28.50371,.48225,1.76396,-28.50371,.55415,1.75868,-28.50371,.62615,1.75473,-28.50371,.69817,1.75148,-28.50371,.7702,1.74858,-28.50371,.84226,1.74583,-28.50371,.91431,1.74315,-28.50371,.98635,1.7404,-28.50371,1.05838,1.73734,-28.50371,1.13037,1.73352,-28.50371,1.20233,1.72897,-28.50371,1.27425,1.72395,-28.50371,1.36731,1.71739,-28.50371,1.46025,1.70927,-28.50371,1.55289,1.69821,-28.50371,1.64505,1.68382,-28.50371,1.73607,1.66351,-28.50371,1.82503,1.63554,-28.50371,1.9113,1.60016,-28.50371,1.99332,1.5558,-28.50371,2.07153,1.50499,-28.50371,2.14421,1.44659,-28.50371,2.20946,1.38003,-28.50371,2.25939,.95476,-31.80537};
			return value;
		}
		private double[] getCoordinate_12_305_point_18()
		{
			double[] value = {2.27895,.83952,-31.80537,2.29231,.72343,-31.80537,2.30023,.60686,-31.80537,2.30344,.49005,-31.80537,2.30223,.37318,-31.80537,2.28063,.96973,-31.14504,2.29833,.85222,-31.14504,2.31001,.73396,-31.14504,2.31809,.61543,-31.14504,2.32285,.49672,-31.14504,2.32353,.37788,-31.14504,2.2748,1.09885,-30.48471,2.29296,.97961,-30.48471,2.30495,.85959,-30.48471,2.31276,.73921,-30.48471,2.31691,.61865,-30.48471,2.32073,.49809,-30.48471,2.32283,.37749,-30.48471,2.22711,1.28072,-29.82437,2.26399,1.19693,-29.82437,2.28681,1.10808,-29.82437,2.30089,.98738,-29.82437,2.3109,.86633,-29.82437,2.31717,.74499,-29.82437,2.32144,.62357,-29.82437,2.32436,.50209,-29.82437,2.32535,.3806,-29.82437,2.32173,.0161,-29.85506,2.32244,.04356,-29.82437,2.32187,.01611,-29.82437,2.31624,-.10519,-29.97568,2.31742,-.1053,-29.82437,2.30676,-.22595,-30.04724,2.31035,-.22659,-29.82437,2.29334,-.34633,-30.06094,2.29976,-.34764,-29.82437,2.27525,-.46606,-30.04724,2.28432,-.46814,-29.82437,2.2509,-.58472,-29.9854,2.26056,-.58725,-29.82437,2.23316,-.67186,-29.82437,2.24518,1.29274,-29.16405,2.27907,1.20702,-29.16405,2.29712,1.11641,-29.16405,2.3058,.99454,-29.16405,2.31316,.8726,-29.16405,2.31581,.75046,-29.16405,2.31777,.6283,-29.16405,2.31889,.50612,-29.16405,2.32208,.38257,-29.43629,2.3198,.38394,-29.16405,2.3232,.2603,-29.52525,2.3206,.26177,-29.16405,2.32378,.138,-29.6893,2.3214,.13959,-29.16405,2.32129,.01741,-29.16405,2.32053,-.10477,-29.16405,2.31803,-.22691,-29.16405,2.31241,-.34895,-29.16405,2.30274,-.47072,-29.16405,2.28681,-.59181,-29.16405,2.26051,-.71104,-29.16405,2.25983,1.30176,-28.50371,2.28734,1.21295,-28.50371,2.29885,1.12044,-28.50371,2.30554,1.00836,-28.50371,2.3116,.87831,-28.50371,2.31586,.75581,-28.50371,2.31931,.62535,-28.50371,2.32172,.50304,-28.50371,2.32524,.13925,-28.50371,2.32478,.01245,-28.50371,2.32288,-.10741,-28.50371,2.31926,-.23299,-28.50371,2.31331,-.35872,-28.50371,2.30402,-.48393,-28.50371,2.29148,-.59195,-28.50371,2.27774,-.65767,-28.50371,.07356,1.97748,-27.84338,.14667,1.96962,-27.84338,.21767,1.95081,-27.84338,.28313,1.91759,-27.84338,.34213,1.87369,-27.84338,.40213,1.8313,-27.84338,.47074,1.80522,-27.84338,.54256,1.78929,-27.84338,.61505,1.77673,-27.84338,.68799,1.76704,-27.84338,.76122,1.75978,-27.84338,.8346,1.75433,-27.84338,.90804,1.7498,-27.84338,.98151,1.74567,-27.84338,1.05498,1.7417,-27.84338,1.12847,1.73779,-27.84338,1.20194,1.73389,-27.84338,1.27542,1.72997,-27.84338,1.36791,1.72142,-27.84338,1.46031,1.71205,-27.84338,1.55234,1.69952,-27.84338,1.64379,1.6834,-27.84338};
			return value;
		}
		private double[] getCoordinate_12_305_point_19()
		{
			double[] value = {1.73439,1.66312,-27.84338,1.82324,1.63626,-27.84338,1.90895,1.60075,-27.84338,1.98998,1.55543,-27.84338,2.06703,1.50359,-27.84338,2.14057,1.44688,-27.84338,2.20717,1.38223,-27.84338,2.25884,1.30543,-27.84338,2.28584,1.21692,-27.84338,2.29739,1.12491,-27.84338,2.30104,1.01679,-27.84338,2.3073,.88502,-27.84338,2.31314,.76398,-27.84338,2.31834,.63379,-27.84338,2.32246,.5031,-27.84338,2.32703,.13925,-27.84338,2.32562,.00681,-27.84338,2.32277,-.11304,-27.84338,2.31757,-.23879,-27.84338,2.30972,-.37026,-27.84338,2.29994,-.48892,-27.84338,2.29572,-.54024,-27.84338,.07538,2.06177,-27.18304,.15019,2.05264,-27.18304,.22269,2.03215,-27.18304,.29019,1.99876,-27.18304,.35146,1.95488,-27.18304,.40724,1.90414,-27.18304,.46434,1.85497,-27.18304,.52988,1.81795,-27.18304,.60111,1.79335,-27.18304,.67471,1.77702,-27.18304,.74928,1.76564,-27.18304,.82425,1.75734,-27.18304,.89938,1.75075,-27.18304,.97458,1.74475,-27.18304,1.04977,1.73894,-27.18304,1.12497,1.73303,-27.18304,1.20017,1.72697,-27.18304,1.27533,1.72069,-27.18304,1.36749,1.71259,-27.18304,1.4595,1.70306,-27.18304,1.5513,1.69154,-27.18304,1.64261,1.67671,-27.18304,1.73287,1.65654,-27.18304,1.82102,1.62859,-27.18304,1.90576,1.59161,-27.18304,1.98726,1.54787,-27.18304,2.06574,1.49892,-27.18304,2.13892,1.44241,-27.18304,2.20572,1.37851,-27.18304,2.26068,1.30432,-27.18304,2.29488,1.21873,-27.18304,2.30368,1.12692,-27.18304,2.30678,1.01689,-27.18304,2.31049,.88504,-27.18304,2.3138,.76401,-27.18304,2.31716,.63358,-27.18304,2.32018,.50308,-27.18304,2.32326,.13925,-27.18304,2.321,.01238,-27.18304,2.31668,-.11876,-27.18304,2.3111,-.24451,-27.18304,2.30951,-.38011,-27.18304,.07782,2.14014,-26.52272,.15515,2.13164,-26.52272,.23045,2.11235,-26.52272,.30063,2.07896,-26.52272,.36289,2.03242,-26.52272,.41574,1.97534,-26.52272,.46581,1.91571,-26.52272,.52193,1.86192,-26.52272,.58749,1.82019,-26.52272,.65946,1.79068,-26.52272,.73462,1.77049,-26.52272,.8111,1.75597,-26.52272,.88809,1.74443,-26.52272,.96536,1.73483,-26.52272,1.04279,1.72672,-26.52272,1.12032,1.71956,-26.52272,1.19791,1.71309,-26.52272,1.27554,1.70712,-26.52272,1.36264,1.69878,-26.52272,1.44968,1.68993,-26.52272,1.53662,1.68007,-26.52272,1.62328,1.66802,-26.52272,1.70905,1.65088,-26.52272,1.79299,1.62631,-26.52272,1.87454,1.59468,-26.52272,1.95377,1.55762,-26.52272,2.0305,1.51561,-26.52272,2.10404,1.46822,-26.52272,2.17213,1.41344,-26.52272,2.23007,1.34804,-26.52272,2.27785,1.27481,-26.52272,2.31925,1.19775,-26.52272,2.31925,1.05914,-26.52272,2.30939,1.01714,-27.04793,2.31456,.88711,-26.91066,2.31812,.76877,-26.79398};
			return value;
		}
		private double[] getCoordinate_12_305_point_20()
		{
			double[] value = {2.3207,.63953,-26.69789,2.32251,.50301,-26.60867,2.3225,.38068,-27.18304,2.32361,.3806,-26.55376,2.32353,.26144,-27.18304,2.32443,.26144,-26.52272,2.32346,.14351,-26.52272,2.32138,.0124,-26.56062,2.31894,-.12166,-26.61552,2.31572,-.22554,-26.74843,.08151,2.21503,-25.86238,.16275,2.20857,-25.86238,.24265,2.19269,-25.86238,.31891,2.16417,-25.86238,.38786,2.12105,-25.86238,.44347,2.06181,-25.86238,.48488,1.99164,-25.86238,.52573,1.92113,-25.86238,.5775,1.85835,-25.86238,.64095,1.80739,-25.86238,.71312,1.76981,-25.86238,.79053,1.74443,-25.86238,.87027,1.7276,-25.86238,.951,1.71632,-25.86238,1.03208,1.70776,-25.86238,1.11324,1.70001,-25.86238,1.19438,1.69222,-25.86238,1.2755,1.68408,-25.86238,1.35864,1.67761,-25.86238,1.44168,1.66991,-25.86238,1.52455,1.66055,-25.86238,1.60713,1.64894,-25.86238,1.68915,1.6339,-25.86238,1.77037,1.61499,-25.86238,1.85039,1.5916,-25.86238,1.92845,1.5623,-25.86238,2.00356,1.52615,-25.86238,2.07539,1.48383,-25.86238,2.14453,1.43721,-25.86238,2.20831,1.38359,-25.86238,2.26601,1.32344,-25.86238,2.31909,1.25913,-25.86238,2.31909,.99249,-25.86238,.08496,2.28168,-25.20204,.1698,2.27693,-25.20204,.25369,2.26387,-25.20204,.33429,2.23731,-25.20204,.40933,2.19772,-25.20204,.47249,2.1413,-25.20204,.51907,2.07042,-25.20204,.55681,1.99428,-25.20204,.59496,1.91837,-25.20204,.64166,1.84752,-25.20204,.70206,1.78805,-25.20204,.77515,1.7451,-25.20204,.85515,1.71675,-25.20204,.93807,1.69832,-25.20204,1.02205,1.68545,-25.20204,1.10646,1.67571,-25.20204,1.19106,1.66759,-25.20204,1.27574,1.66054,-25.20204,1.35594,1.65437,-25.20204,1.43605,1.64714,-25.20204,1.51604,1.63854,-25.20204,1.59578,1.62807,-25.20204,1.67522,1.61537,-25.20204,1.75423,1.60033,-25.20204,1.83283,1.58324,-25.20204,1.91062,1.56285,-25.20204,1.98627,1.53566,-25.20204,2.05725,1.498,-25.20204,2.12316,1.45194,-25.20204,2.18733,1.40344,-25.20204,2.25244,1.35622,-25.20204,2.31906,1.31114,-25.20204,2.31906,.92956,-25.20204,.08893,2.34863,-24.54172,.17769,2.34303,-24.54172,.26563,2.33008,-24.54172,.35138,2.30685,-24.54172,.43225,2.27014,-24.54172,.50321,2.21697,-24.54172,.55673,2.14626,-24.54172,.59488,2.06598,-24.54172,.62622,1.98274,-24.54172,.65912,1.90013,-24.54172,.70249,1.82265,-24.54172,.76395,1.75882,-24.54172,.8411,1.71498,-24.54172,.92507,1.68587,-24.54172,1.01164,1.66563,-24.54172,1.0994,1.6512,-24.54172,1.18775,1.64099,-24.54172,1.27638,1.63365,-24.54172,1.43488,1.61855,-24.54172,1.59311,1.60098,-24.54172,1.75081,1.57912,-24.54172,1.90723,1.54964,-24.54172,2.0591,1.50269,-24.54172,2.19756,1.42448,-24.54172};
			return value;
		}
		private double[] getCoordinate_12_305_point_21()
		{
			double[] value = {2.3374,1.34906,-24.54172,2.33009,1.33395,-24.80481,2.319,.90324,-24.80325,2.32456,1.11861,-24.68071,2.48657,1.29909,-24.8284,2.49042,1.30556,-24.54172,2.64305,1.26422,-24.85199,2.645,1.2675,-24.54172,2.79953,1.22934,-24.87558,2.80017,1.23187,-24.54172,2.95601,1.19447,-24.89917,2.95625,1.20049,-24.54172,3.11249,1.15961,-24.92274,3.11249,1.16988,-24.54172,.09294,2.41103,-23.88138,.18572,2.40535,-23.88138,.27783,2.39308,-23.88138,.36865,2.37334,-23.88138,.45615,2.34235,-23.88138,.5334,2.29118,-23.88138,.59558,2.22237,-23.88138,.64284,2.14246,-23.88138,.67877,2.05678,-23.88138,.70781,1.96848,-23.88138,.7366,1.8801,-23.88138,.77539,1.79579,-23.88138,.83441,1.72449,-23.88138,.91122,1.67262,-23.88138,.99881,1.64209,-23.88138,1.09029,1.62584,-23.88138,1.18271,1.61607,-23.88138,1.27548,1.61011,-23.88138,1.43271,1.5946,-23.88138,1.58981,1.57793,-23.88138,1.74664,1.55876,-23.88138,1.90274,1.53442,-23.88138,2.0571,1.50098,-23.88138,2.20677,1.45082,-23.88138,2.34863,1.38135,-23.88138,2.49593,1.32468,-23.88138,2.64862,1.28418,-23.88138,2.80286,1.24994,-23.88138,2.95758,1.21803,-23.88138,3.11249,1.18694,-23.88138,.09668,2.47014,-23.22105,.19328,2.46681,-23.22105,.28952,2.45784,-23.22105,.38437,2.43947,-23.22105,.47601,2.40895,-23.22105,.56049,2.36231,-23.22105,.63233,2.29799,-23.22105,.68784,2.21909,-23.22105,.72768,2.1311,-23.22105,.75737,2.03912,-23.22105,.78319,1.94595,-23.22105,.81178,1.85362,-23.22105,.85115,1.76547,-23.22105,.91049,1.68968,-23.22105,.99123,1.63748,-23.22105,1.08383,1.61035,-23.22105,1.1794,1.59604,-23.22105,1.27567,1.58725,-23.22105,1.43189,1.5724,-23.22105,1.58803,1.55672,-23.22105,1.744,1.53943,-23.22105,1.89969,1.51971,-23.22105,2.05469,1.49526,-23.22105,2.20798,1.46188,-23.22105,2.35751,1.41449,-23.22105,2.50392,1.35802,-23.22105,2.65244,1.30743,-23.22105,2.80428,1.26793,-23.22105,2.95798,1.23634,-23.22105,3.11249,1.20891,-23.22105,.10092,2.5237,-22.56071,.20175,2.51913,-22.56071,.3022,2.50932,-22.56071,.40173,2.49277,-22.56071,.49959,2.46817,-22.56071,.5921,2.42827,-22.56071,.67333,2.36873,-22.56071,.73818,2.29175,-22.56071,.78308,2.20157,-22.56071,.81418,2.10558,-22.56071,.83911,2.00778,-22.56071,.86182,1.90942,-22.56071,.88608,1.81146,-22.56071,.92626,1.71927,-22.56071,.99506,1.64609,-22.56071,1.0833,1.59792,-22.56071,1.18114,1.57375,-22.56071,1.2815,1.56322,-22.56071,1.43654,1.54901,-22.56071,1.59152,1.53407,-22.56071,1.74642,1.51813,-22.56071,1.90111,1.50053,-22.56071,2.05559,1.48109,-22.56071,2.20976,1.45938,-22.56071,2.36299,1.43182,-22.56071,2.51335,1.39166,-22.56071};
			return value;
		}
		private double[] getCoordinate_12_305_point_22()
		{
			double[] value = {2.66034,1.34033,-22.56071,2.80841,1.29233,-22.56071,2.95967,1.25552,-22.56071,3.11249,1.22578,-22.56071,.10562,2.57617,-21.90039,.21121,2.57397,-21.90039,.31655,2.56639,-21.90039,.42113,2.55174,-21.90039,.52422,2.52902,-21.90039,.62222,2.49013,-21.90039,.71088,2.43298,-21.90039,.78545,2.35861,-21.90039,.83644,2.26645,-21.90039,.87163,2.1669,-21.90039,.89954,2.06505,-21.90039,.92238,1.96193,-21.90039,.94246,1.85823,-21.90039,.96285,1.75461,-21.90039,.99841,1.65566,-21.90039,1.07753,1.58798,-21.90039,1.17793,1.55603,-21.90039,1.28197,1.53793,-21.90039,1.52077,1.51617,-21.90039,1.59131,1.50923,-21.90039,1.74581,1.49326,-21.90039,1.90015,1.47566,-21.90039,2.05422,1.45593,-21.90039,2.20784,1.43297,-21.90039,2.36104,1.40735,-21.90039,2.51346,1.37755,-21.90039,2.66252,1.33418,-21.90039,2.80943,1.28383,-21.90039,2.95984,1.24521,-21.90039,3.11249,1.21657,-21.90039,.10985,2.6232,-21.24005,.21967,2.62111,-21.24005,.32938,2.61581,-21.24005,.43871,2.60541,-21.24005,.54694,2.58696,-21.24005,.65196,2.55522,-21.24005,.74886,2.50404,-21.24005,.83009,2.43065,-21.24005,.89006,2.33894,-21.24005,.93161,2.23738,-21.24005,.96176,2.13179,-21.24005,.98515,2.02447,-21.24005,1.00443,1.91634,-21.24005,1.02153,1.80783,-21.24005,1.04164,1.69988,-21.24005,1.08518,1.6001,-21.24005,1.175,1.53914,-21.24005,1.28186,1.51469,-21.24005,1.51913,1.48906,-21.24005,1.58243,1.4827,-21.24005,1.73163,1.46677,-21.24005,1.88667,1.4484,-21.24005,2.04706,1.42763,-21.24005,2.19577,1.40721,-21.24005,2.35109,1.38478,-21.24005,2.50517,1.35841,-21.24005,2.65512,1.32243,-21.24005,2.80599,1.27597,-21.24005,2.9596,1.23631,-21.24005,3.11249,1.20882,-21.24005,.11449,2.67453,-20.57971,.22897,2.67368,-20.57971,.34343,2.67044,-20.57971,.45767,2.66319,-20.57971,.57137,2.64987,-20.57971,.68288,2.62442,-20.57971,.78775,2.5791,-20.57971,.87813,2.50951,-20.57971,.94449,2.41675,-20.57971,.98927,2.31151,-20.57971,1.02286,2.20207,-20.57971,1.05013,2.0909,-20.57971,1.0707,1.97829,-20.57971,1.08582,1.86479,-20.57971,1.09814,1.75098,-20.57971,1.11719,1.63826,-20.57971,1.17783,1.5435,-20.57971,1.282,1.49818,-20.57971,1.51918,1.47551,-20.57971,1.57115,1.46962,-20.57971,1.72623,1.45171,-20.57971,1.87575,1.43344,-20.57971,2.03003,1.4129,-20.57971,2.17371,1.39162,-20.57971,2.32622,1.36597,-20.57971,2.48303,1.3353,-20.57971,2.63835,1.29813,-20.57971,2.79392,1.2547,-20.57971,2.94801,1.21626,-20.57971,3.09563,1.18738,-20.57971,.11742,2.72461,-19.91939,.23482,2.72401,-19.91939,.3522,2.7216,-19.91939,.46944,2.71516,-19.91939,.58629,2.70384,-19.91939,.70239,2.67929,-19.91939};
			return value;
		}
		private double[] getCoordinate_12_305_point_23()
		{
			double[] value = {.81369,2.64192,-19.91939,.90129,2.56757,-19.91939,.98091,2.47279,-19.91939,1.03491,2.3687,-19.91939,1.07408,2.26361,-19.91939,1.10394,2.16115,-19.91939,1.12833,2.04631,-19.91939,1.14765,1.9305,-19.91939,1.16232,1.81401,-19.91939,1.17565,1.69736,-19.91939,1.19982,1.58308,-19.91939,1.28197,1.50127,-19.91939,1.5193,1.47682,-19.91939,1.56551,1.47176,-19.91939,1.56551,1.38022,-19.91939,1.7151,1.36308,-19.91939,1.86455,1.34366,-19.91939,2.0083,1.32216,-19.91939,2.15077,1.29741,-19.91939,2.15077,1.38895,-19.91939,2.28394,1.36264,-19.91939,2.45349,1.33199,-20.18678,2.44109,1.33058,-20.02168,2.53598,1.31377,-20.26833,2.60945,1.29556,-20.26837,2.68254,1.27443,-20.26926,2.75394,1.25041,-20.18675,2.4334,1.32973,-19.91939,2.50632,1.31093,-19.91939,2.73694,1.24858,-20.01981,2.65321,1.2697,-19.91939,2.72673,1.24748,-19.91939,2.8703,1.19922,-19.91939,3.0112,1.14871,-19.91939,.11914,2.76869,-19.25905,.2383,2.76747,-19.25905,.35742,2.76532,-19.25905,.47652,2.75864,-19.25905,.59545,2.74583,-19.25905,.70758,2.72917,-19.25905,.82204,2.69061,-19.25905,.9117,2.62352,-19.25905,.99637,2.52626,-19.25905,1.05867,2.42917,-19.25905,1.10764,2.32495,-19.25905,1.13593,2.22249,-19.25905,1.16577,2.11154,-19.25905,1.18456,1.99953,-19.25905,1.20067,1.88149,-19.25905,1.21683,1.76297,-19.25905,1.2352,1.64473,-19.25905,1.28192,1.53326,-19.25905,1.42502,1.51885,-19.25905,1.56798,1.50307,-19.25905,1.7151,1.45462,-19.91939,1.71069,1.48524,-19.25905,1.86455,1.43518,-19.91939,1.853,1.46445,-19.25905,2.0083,1.4137,-19.91939,1.99466,1.43964,-19.25905,2.13535,1.40985,-19.25905,2.27492,1.3752,-19.25905,2.42128,1.33247,-19.53055,2.41573,1.33374,-19.35246,2.41283,1.33441,-19.25905,2.48187,1.31024,-19.25905,2.49991,1.30934,-19.62943,2.57706,1.29271,-19.91939,2.56454,1.29016,-19.62944,2.63744,1.26439,-19.62964,2.69995,1.23749,-19.53511,2.68724,1.23274,-19.35257,2.61714,1.25754,-19.25905,2.68073,1.23032,-19.25905,2.8076,1.16266,-19.25905,2.9297,1.08668,-19.25905,.11966,2.79364,-18.59872,.23929,2.79158,-18.59872,.3589,2.78821,-18.59872,.47842,2.78247,-18.59872,.59789,2.76973,-18.59872,.71724,2.75627,-18.59872,.82771,2.7291,-18.59872,.91844,2.66707,-18.59872,1.00131,2.57428,-18.59872,1.06816,2.48024,-18.60306,1.11798,2.37952,-18.59872,1.15184,2.27206,-18.59872,1.17993,2.16132,-18.59872,1.20308,2.04346,-18.59872,1.22342,1.92494,-18.59872,1.23975,1.80594,-18.59872,1.25447,1.68649,-18.59872,1.28197,1.56798,-18.59872,1.42742,1.5519,-18.59872,1.57266,1.53412,-18.59872,1.71759,1.51395,-18.59872,1.86209,1.49092,-18.59872,2.00584,1.46365,-18.59872,2.14874,1.43214,-18.59872};
			return value;
		}
		private double[] getCoordinate_12_305_point_24()
		{
			double[] value = {2.29036,1.39539,-18.59872,2.42918,1.34924,-18.59872,2.54855,1.2869,-19.25905,2.56355,1.29144,-18.59872,2.68961,1.21742,-18.59872,2.80522,1.1279,-18.59872,2.91181,1.0277,-18.59872,.05763,2.80188,-18.4576,.1001,2.80144,-18.42552,.14792,2.80045,-18.37341,.20914,2.79903,-18.29672,.28716,2.79697,-18.18208,.37221,2.79407,-18.03186,.41492,2.79225,-17.93839,.48553,2.78795,-17.93839,.60372,2.78073,-17.93839,.72398,2.77197,-17.93839,.83081,2.74422,-17.93839,.92909,2.68927,-17.93839,1.00794,2.60115,-17.93839,1.0734,2.50626,-17.93839,1.12537,2.4126,-17.93839,1.16136,2.30107,-17.93839,1.19104,2.19183,-17.93839,1.21425,2.06722,-17.93839,1.23558,1.94778,-17.93839,1.25295,1.83224,-17.93839,1.26819,1.71707,-17.93839,1.28211,1.60114,-17.93839,1.43074,1.58431,-17.93839,1.57916,1.56567,-17.93839,1.72724,1.54442,-17.93839,1.8746,1.51881,-17.93839,2.02077,1.48712,-17.93839,2.16496,1.44737,-17.93839,2.30736,1.40158,-17.93839,2.44692,1.34781,-17.93839,2.58247,1.28471,-17.93839,2.70805,1.20387,-17.93839,2.81647,1.10114,-17.93839,2.90892,.98367,-17.93839,.45657,2.79048,-17.84723,.53177,2.7867,-17.63277,.61641,2.78242,-17.39137,.63944,2.78011,-17.27806,.7289,2.77264,-17.27806,.83818,2.74832,-17.27806,.93404,2.69011,-17.27806,1.00839,2.61674,-17.27806,1.07639,2.52654,-17.27806,1.1286,2.42978,-17.27806,1.16893,2.32433,-17.27806,1.19673,2.21011,-17.27806,1.22228,2.0902,-17.27806,1.24014,1.97072,-17.27806,1.25693,1.85982,-17.27806,1.26814,1.74005,-17.27806,1.27698,1.62674,-17.27806,1.42594,1.6089,-17.27806,1.57459,1.58876,-17.27806,1.72272,1.5652,-17.27806,1.86995,1.53651,-17.27806,2.01566,1.50095,-17.27806,2.1592,1.45741,-17.27806,2.30043,1.40692,-17.27806,2.43848,1.34827,-17.27806,2.5719,1.27983,-17.27806,2.6956,1.19522,-17.27806,2.80347,1.09139,-17.27806,2.88464,.96574,-17.27806,.77107,2.76649,-16.61772,.8391,2.7476,-16.61772,.92832,2.69304,-16.61772,1.00597,2.61424,-16.61772,1.06825,2.52916,-16.61772,1.11751,2.43546,-16.61772,1.15611,2.33864,-16.61772,1.18955,2.22435,-16.61772,1.2144,2.10379,-16.61772,1.23251,1.98859,-16.61772,1.24732,1.86902,-16.61772,1.25896,1.75386,-16.61772,1.26825,1.64903,-16.61772,1.41235,1.62935,-16.61772,1.55614,1.60736,-16.61772,1.6994,1.58231,-16.61772,1.84177,1.55255,-16.61772,1.98293,1.51755,-16.61772,2.12215,1.47553,-16.61772,2.25926,1.42703,-16.61772,2.39261,1.36903,-16.61772,2.52103,1.30081,-16.61772,2.6409,1.2187,-16.61772,2.74532,1.11775,-16.61772,2.83163,1.00082,-16.61772,.84196,2.74942,-15.95738,.92549,2.69064,-15.95738,.99384,2.61966,-15.95738,1.05229,2.53954,-15.95738,1.10362,2.44515,-15.95738};
			return value;
		}
		private double[] getCoordinate_12_305_point_25()
		{
			double[] value = {1.14195,2.34813,-15.95738,1.17551,2.23308,-15.95738,1.20097,2.11784,-15.95738,1.22063,1.9976,-15.95738,1.23584,1.88141,-15.96268,1.24739,1.77248,-15.95738,1.25703,1.66942,-15.95738,1.39386,1.64908,-15.95738,1.53031,1.62631,-15.95738,1.6662,1.60054,-15.95738,1.80118,1.5703,-15.95738,1.93485,1.53476,-15.95738,2.06697,1.49382,-15.95738,2.19693,1.4465,-15.95738,2.32375,1.39131,-15.95738,2.44664,1.32788,-15.95738,2.56287,1.25305,-15.95738,2.66715,1.16248,-15.95738,2.75301,1.05431,-15.95738,.88094,2.72429,-15.29706,.91904,2.6893,-15.29706,.97998,2.62386,-15.29706,1.03815,2.54125,-15.29706,1.08363,2.45338,-15.29706,1.1225,2.35674,-15.29706,1.15804,2.23747,-15.29706,1.18419,2.12235,-15.29706,1.20296,2.01131,-15.29706,1.21764,1.8936,-15.29706,1.2281,1.78612,-15.29706,1.23583,1.68556,-15.29706,1.36501,1.66361,-15.29706,1.49385,1.63974,-15.29706,1.62216,1.61322,-15.29706,1.74977,1.5835,-15.29706,1.87645,1.55002,-15.29706,2.00186,1.51207,-15.29706,2.12584,1.46967,-15.29706,2.24733,1.42065,-15.29706,2.36427,1.36163,-15.29706,2.47461,1.29111,-15.29706,2.5734,1.20534,-15.29706,2.65416,1.10248,-15.29706,.9043,2.69212,-14.63672,.9661,2.62076,-14.63672,1.02121,2.54031,-14.63672,1.06653,2.45163,-14.63672,1.10465,2.35638,-14.63672,1.13872,2.24245,-14.63672,1.16318,2.1317,-14.63672,1.1817,2.01581,-14.63672,1.19499,1.90546,-14.63672,1.2058,1.79533,-14.63672,1.21393,1.69609,-14.63672,1.33321,1.6766,-14.63672,1.45219,1.65543,-14.63672,1.57076,1.63203,-14.63672,1.6886,1.60524,-14.63672,1.80548,1.57451,-14.63672,1.92093,1.53879,-14.63672,2.03511,1.49922,-14.63672,2.14649,1.45238,-14.63672,2.25313,1.3956,-14.63672,2.35353,1.32851,-14.63672,2.44354,1.24809,-14.63672,2.51796,1.15312,-14.63672,.91997,2.65204,-13.9764,.94714,2.61778,-13.9764,.99971,2.53935,-13.96906,1.04447,2.45177,-13.9764,1.08205,2.35631,-13.9764,1.11681,2.24757,-13.9764,1.14218,2.13933,-13.9764,1.16068,2.02809,-13.9764,1.17482,1.91371,-13.9764,1.18465,1.8125,-13.9764,1.19321,1.70322,-13.9764,1.30171,1.6859,-13.9764,1.40993,1.66684,-13.9764,1.51766,1.64523,-13.9764,1.62474,1.62065,-13.9764,1.73085,1.59216,-13.9764,1.83559,1.55898,-13.9764,1.93846,1.52045,-13.9764,2.03798,1.47395,-13.9764,2.13344,1.4196,-13.9764,2.22449,1.35819,-13.9764,2.306,1.28473,-13.9764,2.36984,1.19574,-13.9764,.92734,2.60124,-13.31606,.97189,2.53175,-13.31606,1.01796,2.44739,-13.31606,1.05986,2.35172,-13.31606,1.09354,2.25006,-13.31606,1.12053,2.14331,-13.31606,1.14107,2.03622,-13.31606,1.15552,1.92606,-13.31606,1.16495,1.82143,-13.31606,1.17284,1.70688,-13.31606,1.27179,1.69273,-13.31606};
			return value;
		}
		private double[] getCoordinate_12_305_point_26()
		{
			double[] value = {1.37039,1.67622,-13.31606,1.46849,1.657,-13.31606,1.56583,1.63428,-13.31606,1.6622,1.60771,-13.31606,1.75752,1.57762,-13.31606,1.85146,1.54346,-13.31606,1.9429,1.50311,-13.31606,2.03,1.45415,-13.31606,2.1097,1.39397,-13.31606,2.17777,1.32098,-13.31606,2.22884,1.23527,-13.31606,.92694,2.54099,-12.65573,.94434,2.50913,-12.65573,.98741,2.47362,-13.05541,.98196,2.43802,-12.65573,1.00285,2.44345,-13.03876,1.04224,2.35159,-12.99411,1.07631,2.25168,-12.94574,1.09055,2.19486,-12.91718,1.02371,2.35149,-12.65573,1.02889,2.35152,-12.75028,1.07222,2.25206,-12.85764,1.06284,2.25295,-12.65573,1.09468,2.14366,-12.65573,1.11759,2.0361,-12.65573,1.13381,1.92641,-12.65573,1.14453,1.8215,-12.65573,1.15335,1.70912,-12.65573,1.24437,1.69684,-12.65573,1.33513,1.68288,-12.65573,1.42546,1.66637,-12.65573,1.51509,1.64647,-12.65573,1.60359,1.62201,-12.65573,1.69051,1.59242,-12.65573,1.77565,1.55806,-12.65573,1.85806,1.51761,-12.65573,1.93634,1.46967,-12.65573,2.00919,1.41383,-12.65573,2.07242,1.3476,-12.65573,2.11591,1.26688,-12.65573,.9216,2.47041,-11.99539,.95128,2.41617,-11.99539,.98514,2.35053,-11.99539,1.02973,2.25162,-11.99539,1.06703,2.14384,-11.99539,1.09288,2.03233,-11.99539,1.1107,1.92557,-11.99539,1.12322,1.82123,-11.99539,1.13303,1.70877,-11.99539,1.21649,1.69748,-11.99539,1.29976,1.68486,-11.99539,1.38266,1.67003,-11.99539,1.46487,1.65179,-11.99539,1.54567,1.62813,-11.99539,1.62474,1.59914,-11.99539,1.70233,1.56638,-11.99539,1.77756,1.52856,-11.99539,1.84941,1.4847,-11.99539,1.91612,1.43337,-11.99539,1.97398,1.37237,-11.99539,2.01322,1.2982,-11.99539,.90849,2.38744,-11.33505,.93942,2.33441,-11.33505,.98318,2.25121,-11.33505,1.02889,2.13948,-11.33505,1.06094,2.02782,-11.33505,1.08269,1.91824,-11.33505,1.09735,1.81247,-11.33505,1.10927,1.69951,-11.33505,1.18579,1.68985,-11.33505,1.2621,1.67873,-11.33505,1.33812,1.66574,-11.33505,1.41365,1.65013,-11.33505,1.48836,1.631,-11.33505,1.56195,1.60796,-11.33505,1.6337,1.57973,-11.33505,1.70245,1.54488,-11.33505,1.76758,1.50359,-11.33505,1.82785,1.45555,-11.33505,1.87798,1.39729,-11.33505,1.91074,1.32764,-11.33505,.8943,2.29935,-10.67473,.9281,2.23419,-10.67473,.97598,2.13132,-10.67473,1.01799,2.019,-10.67473,1.04889,1.90608,-10.67473,1.06795,1.79465,-10.67473,1.08244,1.68204,-10.67473,1.1527,1.67386,-10.67473,1.22278,1.6644,-10.67473,1.29259,1.65308,-10.67473,1.36202,1.63954,-10.67473,1.43073,1.6228,-10.67473,1.49843,1.60237,-10.67473,1.56467,1.57762,-10.67473,1.62856,1.54736,-10.67473,1.68926,1.51112,-10.67473,1.74489,1.46755,-10.67473,1.79065,1.41394,-10.67473,1.82127,1.35034,-10.67473};
			return value;
		}
		private double[] getCoordinate_12_305_point_27()
		{
			double[] value = {.87853,2.20392,-10.01439,.94243,2.14963,-10.39389,.9279,2.10812,-10.01439,.95436,2.12088,-10.37785,.99803,2.00433,-10.31564,1.0294,1.89064,-10.24767,.98126,1.99202,-10.01439,.98764,1.9967,-10.12906,1.01875,1.88219,-10.01439,1.04244,1.76582,-10.01439,1.05614,1.65031,-10.01439,1.12134,1.64397,-10.01439,1.18636,1.63605,-10.01439,1.25111,1.62617,-10.01439,1.31542,1.61375,-10.01439,1.379,1.59802,-10.01439,1.44189,1.57973,-10.01439,1.50406,1.55911,-10.01439,1.56494,1.53499,-10.01439,1.62326,1.50525,-10.01439,1.67673,1.46753,-10.01439,1.72116,1.41962,-10.01439,1.75638,1.36444,-10.01439,.86049,2.10258,-9.35407,.86542,2.07056,-9.35407,.93974,1.96181,-9.35407,.99313,1.84741,-9.35407,1.01555,1.72037,-9.35407,1.02904,1.60115,-9.35407,1.08543,1.59589,-9.35407,1.14172,1.58965,-9.35407,1.19788,1.58232,-9.35407,1.25388,1.57379,-9.35407,1.30959,1.56367,-9.35407,1.36495,1.55173,-9.35407,1.41972,1.53737,-9.35407,1.47342,1.51944,-9.35407,1.52524,1.49664,-9.35407,1.5743,1.4684,-9.35407,1.61874,1.43344,-9.35407,1.65248,1.38823,-9.35407,.9007,1.92296,-8.69373,.95754,1.79862,-8.69373,.99043,1.6761,-8.69373,1.01184,1.54758,-8.69373,1.05977,1.54373,-8.69373,1.10762,1.5392,-8.69373,1.15538,1.53371,-8.69373,1.20297,1.5269,-8.69373,1.25034,1.51865,-8.69373,1.29729,1.50836,-8.69373,1.34378,1.49612,-8.69373,1.38959,1.48157,-8.69373,1.43446,1.46434,-8.69373,1.47777,1.44356,-8.69373,1.51222,1.4109,-8.69373,.90793,1.77736,-8.0334,.92076,1.75592,-8.0334,.96837,1.61679,-8.0334,1.00266,1.5145,-8.36356,.99345,1.48143,-8.0334,1.0463,1.51169,-8.36356,1.0899,1.50836,-8.36356,1.13345,1.50433,-8.36356,1.17688,1.49918,-8.36356,1.22009,1.49249,-8.36356,1.26299,1.48398,-8.36356,1.30548,1.47368,-8.36356,1.34737,1.46112,-8.36356,1.38757,1.44405,-8.36356,1.42026,1.41583,-8.36356,1.02899,1.47951,-8.0334,1.0645,1.47726,-8.0334,1.09998,1.47455,-8.0334,1.13539,1.47116,-8.0334,1.1707,1.46675,-8.0334,1.20578,1.46083,-8.0334,1.24045,1.45287,-8.0334,1.27391,1.44096,-8.0334,1.30147,1.41902,-8.0334,.90662,1.73169,-7.79489,.93425,1.55283,-7.37306,.89626,1.65093,-7.37306,.98146,1.44447,-7.70323,.96945,1.40753,-7.37306,1.00534,1.44428,-7.70323,1.02921,1.44385,-7.70323,1.05307,1.44309,-7.70323,1.07692,1.44173,-7.70323,1.10068,1.43936,-7.70323,1.12424,1.4355,-7.70323,1.14729,1.42941,-7.70323,1.16785,1.41763,-7.70323,.87431,1.53113,-6.71272,.90515,1.46594,-6.71272,.94515,1.33127,-6.71272,.84314,1.41135,-6.0524,.87116,1.35696,-6.0524,.90616,1.2601,-6.0524,.81636,1.29257,-5.39206};
			return value;
		}
		private double[] getCoordinate_12_305_point_28()
		{
			double[] value = {.84494,1.24449,-5.39206,.87109,1.18401,-5.39206,.78503,1.17842,-4.73173,.80867,1.13705,-4.73173,.81395,1.12482,-4.73173,.73436,1.06529,-4.0714,.7948,1.10072,-4.53032,2.32297,.3812,-28.60323,2.32353,.38071,-28.50371,2.32495,.38068,-27.93507,2.32518,.38066,-27.84338,2.32297,.38068,-27.29925,2.32411,.26148,-28.60323,2.32474,.26143,-28.50371,2.32645,.26144,-27.94046,2.32674,.26144,-27.84338,2.3241,.26144,-27.29925};
			return value;
		}

		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #71, 1512 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_71_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_71_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_71_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_71_coordIndex_2()));
			return IndexedFaceSet_11_71_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #71, 651 total numbers made up of 217 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_71_point()
		{
			MFVec3f Coordinate_12_71_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_71_point_1()))
				.append(new MFVec3f(getCoordinate_12_71_point_2()))
				.append(new MFVec3f(getCoordinate_12_71_point_3()));
			return Coordinate_12_71_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #77, 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_11_77_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_77_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_77_coordIndex_1()));
			return IndexedFaceSet_11_77_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #77, 504 total numbers made up of 168 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_77_point()
		{
			MFVec3f Coordinate_12_77_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_77_point_1()))
				.append(new MFVec3f(getCoordinate_12_77_point_2()));
			return Coordinate_12_77_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #83, 7536 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_83_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_83_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_83_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_83_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_83_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_11_83_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_11_83_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_11_83_coordIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_11_83_coordIndex_7()))
				.append(new MFInt32(getIndexedFaceSet_11_83_coordIndex_8()));
			return IndexedFaceSet_11_83_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #83, 3159 total numbers made up of 1053 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_83_point()
		{
			MFVec3f Coordinate_12_83_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_83_point_1()))
				.append(new MFVec3f(getCoordinate_12_83_point_2()))
				.append(new MFVec3f(getCoordinate_12_83_point_3()))
				.append(new MFVec3f(getCoordinate_12_83_point_4()))
				.append(new MFVec3f(getCoordinate_12_83_point_5()))
				.append(new MFVec3f(getCoordinate_12_83_point_6()))
				.append(new MFVec3f(getCoordinate_12_83_point_7()))
				.append(new MFVec3f(getCoordinate_12_83_point_8()))
				.append(new MFVec3f(getCoordinate_12_83_point_9()))
				.append(new MFVec3f(getCoordinate_12_83_point_10()))
				.append(new MFVec3f(getCoordinate_12_83_point_11()));
			return Coordinate_12_83_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #89, 2120 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_89_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_89_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_89_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_89_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_89_coordIndex_3()));
			return IndexedFaceSet_11_89_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #89, 1512 total numbers made up of 504 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_89_point()
		{
			MFVec3f Coordinate_12_89_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_89_point_1()))
				.append(new MFVec3f(getCoordinate_12_89_point_2()))
				.append(new MFVec3f(getCoordinate_12_89_point_3()))
				.append(new MFVec3f(getCoordinate_12_89_point_4()))
				.append(new MFVec3f(getCoordinate_12_89_point_5()))
				.append(new MFVec3f(getCoordinate_12_89_point_6()));
			return Coordinate_12_89_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #95, 344 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_95_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_95_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_95_coordIndex_1()));
			return IndexedFaceSet_11_95_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #95, 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_12_95_point()
		{
			MFVec3f Coordinate_12_95_point = new MFVec3f(new double[] {-1.5193,1.47682,-19.91939,-1.28197,1.50127,-19.91939,-1.28181,1.4012,-19.25905,-1.5193,1.4012,-19.25905,-1.2822,1.16524,-18.59888,-1.51936,1.1653,-18.59888,-1.27892,.97905,-17.93839,-1.52014,.98055,-17.93839,-1.51738,1.01434,-17.53166,-1.27409,1.03636,-17.27806,-1.40851,1.03711,-17.27806,-1.54292,1.03693,-17.27806,-1.55434,1.01346,-17.55859,-1.28186,1.43553,-21.24005,-1.28197,1.53793,-21.90039,-1.52077,1.51617,-21.90039,-1.51913,1.43553,-21.24005,-1.282,1.37173,-20.57971,-1.51918,1.37173,-20.57971,-1.28326,1.15395,-19.91939,-1.5193,1.15395,-19.91939,-1.28409,.88921,-19.25905,-1.5193,.88921,-19.25905,-1.27612,.7836,-19.08075,-1.51135,.7836,-19.08075,-1.26779,.6824,-18.91505,-1.51494,.67273,-18.91505,-.92825,-.78667,-20.57971,-.6467,-.61517,-20.57971,-.73349,-.50346,-19.91939,-.95743,-.66595,-19.91939,-.89953,-.33553,-19.44309,-1.09148,-.50551,-19.44309,-.95966,-.26601,-19.25905,-1.17084,-.40883,-19.25905,-1.05333,-.10045,-18.84506,-1.2839,-.2339,-18.84506,-1.12285,.03406,-18.59872,-1.35904,-.0815,-18.59872,-1.17349,.16966,-18.47833,-1.41989,.07898,-18.47833,-1.24881,.54453,-18.74554,-1.50488,.52454,-18.74554,-1.23238,.42522,-18.59888,-1.48727,.38089,-18.59888,-1.20248,.29536,-18.46686,-1.45949,.22781,-18.46181,1.28181,1.4012,-19.25905,1.28197,1.50127,-19.91939,1.5193,1.47682,-19.91939,1.5193,1.4012,-19.25905,1.2822,1.16524,-18.59888,1.51936,1.1653,-18.59888,1.27892,.97905,-17.93839,1.52014,.98055,-17.93839,1.51738,1.01434,-17.53166,1.27409,1.03636,-17.27806,1.40851,1.03711,-17.27806,1.54292,1.03693,-17.27806,1.55434,1.01346,-17.55859,1.52077,1.51617,-21.90039,1.28197,1.53793,-21.90039,1.28186,1.43553,-21.24005,1.51913,1.43553,-21.24005,1.282,1.37173,-20.57971,1.51918,1.37173,-20.57971,1.28327,1.15395,-19.91939,1.5193,1.15395,-19.91939,1.28409,.88921,-19.25905,1.5193,.88921,-19.25905,1.27612,.7836,-19.08075,1.51135,.7836,-19.08075,1.26779,.6824,-18.91505,1.51494,.67273,-18.91505,.73349,-.50346,-19.91939,.6467,-.61517,-20.57971,.92825,-.78667,-20.57971,.95743,-.66595,-19.91939,.89954,-.33553,-19.44309,1.09148,-.50551,-19.44309,.95966,-.26601,-19.25905,1.17084,-.40883,-19.25905,1.05333,-.10045,-18.84506,1.28391,-.2339,-18.84506,1.12285,.03406,-18.59872,1.35904,-.0815,-18.59872,1.17349,.16966,-18.47833,1.41989,.07898,-18.47833,1.24881,.54453,-18.74554,1.50488,.52454,-18.74554,1.23238,.42522,-18.59888,1.48727,.38089,-18.59888,1.20249,.29536,-18.46686,1.45949,.22781,-18.46181});
			return Coordinate_12_95_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #101, 864 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_101_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_101_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_101_coordIndex_1()));
			return IndexedFaceSet_11_101_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #101, 468 total numbers made up of 156 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_101_point()
		{
			MFVec3f Coordinate_12_101_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_101_point_1()))
				.append(new MFVec3f(getCoordinate_12_101_point_2()));
			return Coordinate_12_101_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #107, 2376 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_107_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_107_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_107_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_107_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_107_coordIndex_3()));
			return IndexedFaceSet_11_107_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #107, 1122 total numbers made up of 374 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_107_point()
		{
			MFVec3f Coordinate_12_107_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_107_point_1()))
				.append(new MFVec3f(getCoordinate_12_107_point_2()))
				.append(new MFVec3f(getCoordinate_12_107_point_3()))
				.append(new MFVec3f(getCoordinate_12_107_point_4()));
			return Coordinate_12_107_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #113, 1728 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_113_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_113_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_113_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_113_coordIndex_2()));
			return IndexedFaceSet_11_113_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #113, 780 total numbers made up of 260 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_113_point()
		{
			MFVec3f Coordinate_12_113_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_113_point_1()))
				.append(new MFVec3f(getCoordinate_12_113_point_2()))
				.append(new MFVec3f(getCoordinate_12_113_point_3()));
			return Coordinate_12_113_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #119, 1728 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_119_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_119_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_119_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_119_coordIndex_2()));
			return IndexedFaceSet_11_119_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #119, 780 total numbers made up of 260 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_119_point()
		{
			MFVec3f Coordinate_12_119_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_119_point_1()))
				.append(new MFVec3f(getCoordinate_12_119_point_2()))
				.append(new MFVec3f(getCoordinate_12_119_point_3()));
			return Coordinate_12_119_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #125, 2304 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_125_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_125_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_125_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_125_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_125_coordIndex_3()));
			return IndexedFaceSet_11_125_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #125, 1014 total numbers made up of 338 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_125_point()
		{
			MFVec3f Coordinate_12_125_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_125_point_1()))
				.append(new MFVec3f(getCoordinate_12_125_point_2()))
				.append(new MFVec3f(getCoordinate_12_125_point_3()))
				.append(new MFVec3f(getCoordinate_12_125_point_4()));
			return Coordinate_12_125_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #131, 5112 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_131_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_131_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_131_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_131_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_131_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_11_131_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_11_131_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_11_131_coordIndex_6()));
			return IndexedFaceSet_11_131_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #131, 2148 total numbers made up of 716 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_131_point()
		{
			MFVec3f Coordinate_12_131_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_131_point_1()))
				.append(new MFVec3f(getCoordinate_12_131_point_2()))
				.append(new MFVec3f(getCoordinate_12_131_point_3()))
				.append(new MFVec3f(getCoordinate_12_131_point_4()))
				.append(new MFVec3f(getCoordinate_12_131_point_5()))
				.append(new MFVec3f(getCoordinate_12_131_point_6()))
				.append(new MFVec3f(getCoordinate_12_131_point_7()))
				.append(new MFVec3f(getCoordinate_12_131_point_8()));
			return Coordinate_12_131_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #137, 2064 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_137_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_137_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_137_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_137_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_137_coordIndex_3()));
			return IndexedFaceSet_11_137_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #137, 939 total numbers made up of 313 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_137_point()
		{
			MFVec3f Coordinate_12_137_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_137_point_1()))
				.append(new MFVec3f(getCoordinate_12_137_point_2()))
				.append(new MFVec3f(getCoordinate_12_137_point_3()))
				.append(new MFVec3f(getCoordinate_12_137_point_4()));
			return Coordinate_12_137_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #143, 2888 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_143_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_143_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_143_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_143_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_143_coordIndex_3()));
			return IndexedFaceSet_11_143_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #143, 1410 total numbers made up of 470 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_143_point()
		{
			MFVec3f Coordinate_12_143_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_143_point_1()))
				.append(new MFVec3f(getCoordinate_12_143_point_2()))
				.append(new MFVec3f(getCoordinate_12_143_point_3()))
				.append(new MFVec3f(getCoordinate_12_143_point_4()))
				.append(new MFVec3f(getCoordinate_12_143_point_5()));
			return Coordinate_12_143_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #149, 1768 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_149_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_149_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_149_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_149_coordIndex_2()));
			return IndexedFaceSet_11_149_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #149, 768 total numbers made up of 256 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_149_point()
		{
			MFVec3f Coordinate_12_149_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_149_point_1()))
				.append(new MFVec3f(getCoordinate_12_149_point_2()))
				.append(new MFVec3f(getCoordinate_12_149_point_3()));
			return Coordinate_12_149_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #155, 7824 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_155_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_155_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_155_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_155_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_155_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_11_155_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_11_155_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_11_155_coordIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_11_155_coordIndex_7()))
				.append(new MFInt32(getIndexedFaceSet_11_155_coordIndex_8()));
			return IndexedFaceSet_11_155_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #155, 3255 total numbers made up of 1085 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_155_point()
		{
			MFVec3f Coordinate_12_155_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_155_point_1()))
				.append(new MFVec3f(getCoordinate_12_155_point_2()))
				.append(new MFVec3f(getCoordinate_12_155_point_3()))
				.append(new MFVec3f(getCoordinate_12_155_point_4()))
				.append(new MFVec3f(getCoordinate_12_155_point_5()))
				.append(new MFVec3f(getCoordinate_12_155_point_6()))
				.append(new MFVec3f(getCoordinate_12_155_point_7()))
				.append(new MFVec3f(getCoordinate_12_155_point_8()))
				.append(new MFVec3f(getCoordinate_12_155_point_9()))
				.append(new MFVec3f(getCoordinate_12_155_point_10()))
				.append(new MFVec3f(getCoordinate_12_155_point_11()));
			return Coordinate_12_155_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #161, 728 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_161_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_161_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_161_coordIndex_1()));
			return IndexedFaceSet_11_161_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #161, 426 total numbers made up of 142 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_161_point()
		{
			MFVec3f Coordinate_12_161_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_161_point_1()))
				.append(new MFVec3f(getCoordinate_12_161_point_2()));
			return Coordinate_12_161_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #167, 728 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_167_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_167_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_167_coordIndex_1()));
			return IndexedFaceSet_11_167_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #167, 426 total numbers made up of 142 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_167_point()
		{
			MFVec3f Coordinate_12_167_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_167_point_1()))
				.append(new MFVec3f(getCoordinate_12_167_point_2()));
			return Coordinate_12_167_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #173, 2048 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_173_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_173_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_173_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_173_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_173_coordIndex_3()));
			return IndexedFaceSet_11_173_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #173, 876 total numbers made up of 292 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_173_point()
		{
			MFVec3f Coordinate_12_173_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_173_point_1()))
				.append(new MFVec3f(getCoordinate_12_173_point_2()))
				.append(new MFVec3f(getCoordinate_12_173_point_3()));
			return Coordinate_12_173_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #179, 512 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_179_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_179_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_179_coordIndex_1()));
			return IndexedFaceSet_11_179_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #179, 384 total numbers made up of 128 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_179_point()
		{
			MFVec3f Coordinate_12_179_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_179_point_1()))
				.append(new MFVec3f(getCoordinate_12_179_point_2()));
			return Coordinate_12_179_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #185, 768 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_185_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_185_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_185_coordIndex_1()));
			return IndexedFaceSet_11_185_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #185, 576 total numbers made up of 192 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_185_point()
		{
			MFVec3f Coordinate_12_185_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_185_point_1()))
				.append(new MFVec3f(getCoordinate_12_185_point_2()));
			return Coordinate_12_185_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #191, 832 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_191_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_191_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_191_coordIndex_1()));
			return IndexedFaceSet_11_191_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #191, 480 total numbers made up of 160 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_191_point()
		{
			MFVec3f Coordinate_12_191_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_191_point_1()))
				.append(new MFVec3f(getCoordinate_12_191_point_2()));
			return Coordinate_12_191_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #197, 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_11_197_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_197_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_197_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_197_coordIndex_2()));
			return IndexedFaceSet_11_197_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #197, 696 total numbers made up of 232 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_197_point()
		{
			MFVec3f Coordinate_12_197_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_197_point_1()))
				.append(new MFVec3f(getCoordinate_12_197_point_2()))
				.append(new MFVec3f(getCoordinate_12_197_point_3()));
			return Coordinate_12_197_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #203, 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_11_203_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_203_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_203_coordIndex_1()));
			return IndexedFaceSet_11_203_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #203, 327 total numbers made up of 109 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_203_point()
		{
			MFVec3f Coordinate_12_203_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_203_point_1()))
				.append(new MFVec3f(getCoordinate_12_203_point_2()));
			return Coordinate_12_203_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #209, 3648 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_209_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_209_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_209_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_209_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_209_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_11_209_coordIndex_4()));
			return IndexedFaceSet_11_209_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #209, 1680 total numbers made up of 560 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_209_point()
		{
			MFVec3f Coordinate_12_209_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_209_point_1()))
				.append(new MFVec3f(getCoordinate_12_209_point_2()))
				.append(new MFVec3f(getCoordinate_12_209_point_3()))
				.append(new MFVec3f(getCoordinate_12_209_point_4()))
				.append(new MFVec3f(getCoordinate_12_209_point_5()))
				.append(new MFVec3f(getCoordinate_12_209_point_6()));
			return Coordinate_12_209_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #215, 1456 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_215_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_215_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_215_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_215_coordIndex_2()));
			return IndexedFaceSet_11_215_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #215, 768 total numbers made up of 256 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_215_point()
		{
			MFVec3f Coordinate_12_215_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_215_point_1()))
				.append(new MFVec3f(getCoordinate_12_215_point_2()))
				.append(new MFVec3f(getCoordinate_12_215_point_3()));
			return Coordinate_12_215_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #221, 1328 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_221_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_221_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_221_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_221_coordIndex_2()));
			return IndexedFaceSet_11_221_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #221, 720 total numbers made up of 240 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_221_point()
		{
			MFVec3f Coordinate_12_221_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_221_point_1()))
				.append(new MFVec3f(getCoordinate_12_221_point_2()))
				.append(new MFVec3f(getCoordinate_12_221_point_3()));
			return Coordinate_12_221_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #227, 528 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_227_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_227_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_227_coordIndex_1()));
			return IndexedFaceSet_11_227_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #227, 300 total numbers made up of 100 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_227_point()
		{
			MFVec3f Coordinate_12_227_point = new MFVec3f(new double[] {-3.41408,4.76865,-29.57729,-3.45833,4.80098,-29.62976,-3.49101,4.89116,-29.69945,-3.47754,4.94861,-29.70645,-2.70862,2.80803,-29.27377,-3.27218,4.39806,-30.17604,-3.24106,4.32188,-30.33134,-2.6792,2.73668,-29.43181,-2.5551,2.85431,-29.45822,-3.15846,4.43874,-30.36504,-3.18347,4.51482,-30.21808,-2.57782,2.92436,-29.30783,-3.67284,5.88161,-32.37154,-3.75622,5.89583,-32.37154,-3.75615,5.89612,-32.32472,-3.67241,5.882,-32.31729,-3.64317,5.80203,-32.37154,-3.64276,5.80243,-32.30238,-3.69726,5.73656,-32.37154,-3.69751,5.73659,-32.29489,-3.78197,5.75102,-32.37154,-3.78255,5.75105,-32.30238,-3.8109,5.83086,-32.37154,-3.81148,5.83089,-32.31729,-3.69594,5.85364,-32.40854,-3.74386,5.86172,-32.40854,-3.67895,5.80806,-32.40854,-3.70993,5.77057,-32.40854,-3.7586,5.77878,-32.40854,-3.77518,5.82451,-32.40854,-3.72691,5.81613,-32.42241,-3.43112,5.2515,-32.26123,-3.52519,5.26778,-32.26123,-3.52519,5.26778,-32.20721,-3.43112,5.2515,-32.19882,-3.3981,5.16116,-32.26123,-3.39818,5.16188,-32.18207,-3.45923,5.08783,-32.26123,-3.45913,5.08807,-32.1736,-3.55365,5.10399,-32.26123,-3.55406,5.10458,-32.18207,-3.58699,5.1942,-32.26123,-3.58699,5.1942,-32.19882,-3.45427,5.22366,-32.29823,-3.51074,5.22846,-32.29823,-3.43393,5.16733,-32.29823,-3.47346,5.12654,-32.29823,-3.53033,5.13188,-32.29823,-3.55131,5.18799,-32.29823,-3.49213,5.17784,-32.3121,3.49101,4.89116,-29.69945,3.45833,4.80098,-29.62976,3.41408,4.76865,-29.57729,3.47754,4.94861,-29.70645,3.24106,4.32188,-30.33134,3.27219,4.39806,-30.17604,2.70862,2.80803,-29.27377,2.6792,2.73668,-29.43181,3.18347,4.51482,-30.21808,3.15846,4.43874,-30.36504,2.5551,2.85431,-29.45822,2.57782,2.92436,-29.30783,3.75615,5.89612,-32.32472,3.75623,5.89583,-32.37154,3.67284,5.88161,-32.37154,3.67241,5.882,-32.31729,3.64317,5.80203,-32.37154,3.64276,5.80243,-32.30238,3.69727,5.73656,-32.37154,3.69751,5.73659,-32.29489,3.78197,5.75102,-32.37154,3.78255,5.75105,-32.30238,3.8109,5.83086,-32.37154,3.81148,5.83089,-32.31729,3.74387,5.86172,-32.40854,3.69594,5.85364,-32.40854,3.67896,5.80806,-32.40854,3.70993,5.77057,-32.40854,3.75861,5.77878,-32.40854,3.77518,5.82451,-32.40854,3.72692,5.81613,-32.42241,3.52519,5.26778,-32.20721,3.52519,5.26778,-32.26123,3.43112,5.2515,-32.26123,3.43112,5.2515,-32.19882,3.3981,5.16116,-32.26123,3.39818,5.16188,-32.18207,3.45923,5.08783,-32.26123,3.45914,5.08807,-32.1736,3.55365,5.10399,-32.26123,3.55406,5.10458,-32.18207,3.58699,5.1942,-32.26123,3.58699,5.1942,-32.19882,3.51074,5.22846,-32.29823,3.45427,5.22366,-32.29823,3.43393,5.16733,-32.29823,3.47347,5.12654,-32.29823,3.53034,5.13188,-32.29823,3.55132,5.18799,-32.29823,3.49213,5.17784,-32.3121});
			return Coordinate_12_227_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #233, 1440 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_233_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_233_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_233_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_233_coordIndex_2()));
			return IndexedFaceSet_11_233_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #233, 684 total numbers made up of 228 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_233_point()
		{
			MFVec3f Coordinate_12_233_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_233_point_1()))
				.append(new MFVec3f(getCoordinate_12_233_point_2()))
				.append(new MFVec3f(getCoordinate_12_233_point_3()));
			return Coordinate_12_233_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #239, 2112 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_239_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_239_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_239_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_239_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_239_coordIndex_3()));
			return IndexedFaceSet_11_239_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #239, 1008 total numbers made up of 336 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_239_point()
		{
			MFVec3f Coordinate_12_239_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_239_point_1()))
				.append(new MFVec3f(getCoordinate_12_239_point_2()))
				.append(new MFVec3f(getCoordinate_12_239_point_3()))
				.append(new MFVec3f(getCoordinate_12_239_point_4()));
			return Coordinate_12_239_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #251, 920 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_251_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_251_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_251_coordIndex_1()));
			return IndexedFaceSet_11_251_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #251, 498 total numbers made up of 166 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_251_point()
		{
			MFVec3f Coordinate_12_251_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_251_point_1()))
				.append(new MFVec3f(getCoordinate_12_251_point_2()));
			return Coordinate_12_251_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #257, 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_11_257_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_257_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_257_coordIndex_1()));
			return IndexedFaceSet_11_257_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #257, 246 total numbers made up of 82 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_257_point()
		{
			MFVec3f Coordinate_12_257_point = new MFVec3f(new double[] {-2.36923,1.33395,-24.8492,-3.11249,1.15849,-24.95654,-3.11249,1.03114,-24.88222,-2.36369,1.11861,-24.72704,-3.11249,.90433,-24.95622,-2.35814,.90324,-24.84763,-8.40805,1.18994,-25.49464,-8.40805,1.10631,-25.44788,-8.40805,1.02667,-25.49626,-2.3582,.91466,-25.19585,-2.3582,1.29605,-25.20789,-2.35823,.95673,-25.85783,-2.35823,1.22322,-25.86626,-2.35838,1.14102,-26.52432,-2.35838,1.00249,-26.51994,-2.3428,1.04938,-27.18208,-3.11249,1.036,-27.63561,-3.11249,1.06015,-27.18305,-3.11249,1.09377,-26.52272,-3.11249,1.12384,-25.86238,-3.11249,1.15041,-25.20204,-8.40805,1.14221,-27.21452,-8.40805,1.15247,-26.92226,-8.40805,1.1664,-26.49582,-8.40805,1.17806,-26.06943,-8.40805,1.18742,-25.64308,-8.40805,1.13724,-27.14087,-8.40805,1.14481,-27.14072,-12.12935,1.21948,-26.8514,-12.12935,1.21251,-26.85143,-12.14439,1.21957,-26.73917,-12.14439,1.20161,-26.74011,-12.1785,1.21919,-26.4751,-12.21213,1.21744,-26.22012,-12.24618,1.21433,-25.96362,-12.25693,1.21281,-25.88574,-12.25693,1.16095,-25.85899,-12.25693,1.11559,-25.88876,-12.1785,1.17564,-26.47739,-12.21213,1.14967,-26.22368,-12.24618,1.1237,-25.96837,3.11249,1.03114,-24.88222,3.11249,1.15849,-24.95654,2.36923,1.33395,-24.8492,2.36369,1.11861,-24.72704,3.11249,.90433,-24.95622,2.35814,.90324,-24.84763,8.40805,1.10631,-25.44788,8.40805,1.18994,-25.49464,8.40805,1.02667,-25.49626,2.3582,.91466,-25.19585,2.3582,1.29605,-25.20789,2.35823,1.22322,-25.86626,2.35823,.95673,-25.85783,2.3428,1.04938,-27.18208,2.35838,1.00249,-26.51994,2.35838,1.14102,-26.52432,3.11249,1.06015,-27.18304,3.11249,1.036,-27.63561,3.11249,1.09377,-26.52272,3.11249,1.12384,-25.86238,3.11249,1.15041,-25.20204,8.40805,1.14221,-27.21452,8.40805,1.15247,-26.92226,8.40805,1.1664,-26.49582,8.40805,1.17806,-26.06943,8.40805,1.18742,-25.64308,8.40805,1.14481,-27.14072,8.40805,1.13724,-27.14087,12.12935,1.21948,-26.85139,12.12935,1.21251,-26.85142,12.14439,1.21957,-26.73917,12.14439,1.20161,-26.74011,12.1785,1.21919,-26.4751,12.21213,1.21744,-26.22012,12.24619,1.21433,-25.96362,12.25693,1.21281,-25.88574,12.25693,1.16095,-25.85899,12.25693,1.11559,-25.88876,12.1785,1.17564,-26.47739,12.21213,1.14967,-26.22368,12.24619,1.1237,-25.96837});
			return Coordinate_12_257_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #263, 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_11_263_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_263_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_263_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_263_coordIndex_2()));
			return IndexedFaceSet_11_263_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #263, 594 total numbers made up of 198 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_263_point()
		{
			MFVec3f Coordinate_12_263_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_263_point_1()))
				.append(new MFVec3f(getCoordinate_12_263_point_2()));
			return Coordinate_12_263_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #275, 1520 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_275_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_275_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_275_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_275_coordIndex_2()));
			return IndexedFaceSet_11_275_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #275, 1008 total numbers made up of 336 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_275_point()
		{
			MFVec3f Coordinate_12_275_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_275_point_1()))
				.append(new MFVec3f(getCoordinate_12_275_point_2()))
				.append(new MFVec3f(getCoordinate_12_275_point_3()))
				.append(new MFVec3f(getCoordinate_12_275_point_4()));
			return Coordinate_12_275_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #281, 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_11_281_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_281_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_281_coordIndex_1()));
			return IndexedFaceSet_11_281_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #281, 417 total numbers made up of 139 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_281_point()
		{
			MFVec3f Coordinate_12_281_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_281_point_1()))
				.append(new MFVec3f(getCoordinate_12_281_point_2()));
			return Coordinate_12_281_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #287, 3424 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_287_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_287_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_287_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_287_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_287_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_11_287_coordIndex_4()));
			return IndexedFaceSet_11_287_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #287, 1533 total numbers made up of 511 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_287_point()
		{
			MFVec3f Coordinate_12_287_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_287_point_1()))
				.append(new MFVec3f(getCoordinate_12_287_point_2()))
				.append(new MFVec3f(getCoordinate_12_287_point_3()))
				.append(new MFVec3f(getCoordinate_12_287_point_4()))
				.append(new MFVec3f(getCoordinate_12_287_point_5()))
				.append(new MFVec3f(getCoordinate_12_287_point_6()));
			return Coordinate_12_287_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #293, 864 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_293_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_293_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_293_coordIndex_1()));
			return IndexedFaceSet_11_293_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #293, 660 total numbers made up of 220 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_293_point()
		{
			MFVec3f Coordinate_12_293_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_293_point_1()))
				.append(new MFVec3f(getCoordinate_12_293_point_2()))
				.append(new MFVec3f(getCoordinate_12_293_point_3()));
			return Coordinate_12_293_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #305, 20008 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_11_305_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_305_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_7()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_8()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_9()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_10()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_11()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_12()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_13()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_14()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_15()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_16()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_17()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_18()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_19()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_20()))
				.append(new MFInt32(getIndexedFaceSet_11_305_coordIndex_21()));
			return IndexedFaceSet_11_305_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #305, 8151 total numbers made up of 2717 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_12_305_point()
		{
			MFVec3f Coordinate_12_305_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_305_point_1()))
				.append(new MFVec3f(getCoordinate_12_305_point_2()))
				.append(new MFVec3f(getCoordinate_12_305_point_3()))
				.append(new MFVec3f(getCoordinate_12_305_point_4()))
				.append(new MFVec3f(getCoordinate_12_305_point_5()))
				.append(new MFVec3f(getCoordinate_12_305_point_6()))
				.append(new MFVec3f(getCoordinate_12_305_point_7()))
				.append(new MFVec3f(getCoordinate_12_305_point_8()))
				.append(new MFVec3f(getCoordinate_12_305_point_9()))
				.append(new MFVec3f(getCoordinate_12_305_point_10()))
				.append(new MFVec3f(getCoordinate_12_305_point_11()))
				.append(new MFVec3f(getCoordinate_12_305_point_12()))
				.append(new MFVec3f(getCoordinate_12_305_point_13()))
				.append(new MFVec3f(getCoordinate_12_305_point_14()))
				.append(new MFVec3f(getCoordinate_12_305_point_15()))
				.append(new MFVec3f(getCoordinate_12_305_point_16()))
				.append(new MFVec3f(getCoordinate_12_305_point_17()))
				.append(new MFVec3f(getCoordinate_12_305_point_18()))
				.append(new MFVec3f(getCoordinate_12_305_point_19()))
				.append(new MFVec3f(getCoordinate_12_305_point_20()))
				.append(new MFVec3f(getCoordinate_12_305_point_21()))
				.append(new MFVec3f(getCoordinate_12_305_point_22()))
				.append(new MFVec3f(getCoordinate_12_305_point_23()))
				.append(new MFVec3f(getCoordinate_12_305_point_24()))
				.append(new MFVec3f(getCoordinate_12_305_point_25()))
				.append(new MFVec3f(getCoordinate_12_305_point_26()))
				.append(new MFVec3f(getCoordinate_12_305_point_27()))
				.append(new MFVec3f(getCoordinate_12_305_point_28()));
			return Coordinate_12_305_point;
		}

	/** The initialized model object, created within initialize() method. */
	private X3D x3dModel;

	/** 
	 * Provide a 
	 * <a href="https://dzone.com/articles/java-copy-shallow-vs-deep-in-which-you-will-swim" target="_blank">shallow copy</a>
	 * of the X3D model.
	 * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/Core/X3D.html">X3D</a>
	 * @return F18 model
	 */
	public X3D getX3dModel()
	{	  
		return x3dModel;
	}
	   
    /** 
     * Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
     * @param args array of input parameters, provided as arguments
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/Core/X3D.html#handleArguments-java.lang.String:A-">X3D.handleArguments(args)</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/Core/X3D.html#validationReport--">X3D.validationReport()</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/CommandLine.html">CommandLine</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/CommandLine.html#USAGE">CommandLine.USAGE</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/ConfigurationProperties.html">ConfigurationProperties</a>
     */
    public static void main(String args[])
    {
        System.out.println("Build this X3D model, showing validation diagnostics...");
        X3D thisExampleX3dModel = new F18().getX3dModel();
//      System.out.println("X3D model construction complete.");
	
        // next handle command line arguments
        boolean hasArguments = (args != null) && (args.length > 0);
        boolean validate = true; // default
        boolean argumentsLoadNewModel = false;
        String  fileName = new String();

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

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