package Savage.CommunicationsAndSensors.Radar;

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> F16 aircraft as a single mesh, purchased from a commercial service. </p>
 <p> Related links: Catalog page <a href="../../../../CommunicationsAndSensors/Radar/MeshF16Index.html" target="_blank">MeshF16</a>,  source <a href="../../../../CommunicationsAndSensors/Radar/RadarCrossSectionMeshF16.java">RadarCrossSectionMeshF16.java</a>, <a href="https://www.web3d.org/x3d/content/examples/X3dResources.html" target="_blank">X3D Resources</a>, <a href="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html" target="_blank">X3D Scene Authoring Hints</a>, and <a href="https://www.web3d.org/x3d/content/X3dTooltips.html" target="_blank">X3D Tooltips</a>. </p>
	<table style="color:black; border:0px solid; border-spacing:10px 0px;">
        <caption>Scene Meta Information</caption>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center; padding:10px 0px;"><i>meta tags</i></td>
			<td style="text-align:left;   padding:10px 0px;">&nbsp; Document Metadata </td>
		</tr>

		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> title </i> </td>
			<td> <a href="../../../../CommunicationsAndSensors/Radar/MeshF16.x3d">MeshF16.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> F16 aircraft as a single mesh, purchased from a commercial service. </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> created </i> </td>
			<td> 30 March 2016 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> translated </i> </td>
			<td> 30 March 2016 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> modified </i> </td>
			<td> 1 July 2023 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> reference </i> </td>
			<td> <a href="http://www.3dcadbrowser.com" target="_blank">http://www.3dcadbrowser.com</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> translator </i> </td>
			<td> Ben Cheng </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> translator </i> </td>
			<td> Don Brutzman </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> reference </i> </td>
			<td> <a href="https://en.wikipedia.org/wiki/https://en.wikipedia.org/wiki/General_Dynamics_F-16_Fighting_Falcon" target="_blank">https://en.wikipedia.org/wiki/https://en.wikipedia.org/wiki/General_Dynamics_F-16_Fighting_Falcon</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> Meshlab X3D Export, <a href="http://meshlab.sourceforge.net" target="_blank">http://meshlab.sourceforge.net</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> identifier </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Radar/MeshF16.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Radar/MeshF16.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> X3D-Edit 3.3, <a href="https://www.web3d.org/x3d/tools/X3D-Edit" target="_blank">https://www.web3d.org/x3d/tools/X3D-Edit</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="../../../../CommunicationsAndSensors/Radar/../../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>

 */

public class RadarCrossSectionMeshF16
{
	/** Default constructor to create this object. */
	public RadarCrossSectionMeshF16 ()
	{
	  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_3)
  .setHead(new head()
    .addMeta(new meta().setName(meta.NAME_TITLE      ).setContent("MeshF16.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("F16 aircraft as a single mesh, purchased from a commercial service."))
    .addMeta(new meta().setName(meta.NAME_CREATED    ).setContent("30 March 2016"))
    .addMeta(new meta().setName(meta.NAME_TRANSLATED ).setContent("30 March 2016"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("1 July 2023"))
    .addMeta(new meta().setName(meta.NAME_REFERENCE  ).setContent("http://www.3dcadbrowser.com"))
    .addMeta(new meta().setName(meta.NAME_TRANSLATOR ).setContent("Ben Cheng"))
    .addMeta(new meta().setName(meta.NAME_TRANSLATOR ).setContent("Don Brutzman"))
    .addMeta(new meta().setName(meta.NAME_REFERENCE  ).setContent("https://en.wikipedia.org/wiki/https://en.wikipedia.org/wiki/General_Dynamics_F-16_Fighting_Falcon"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("Meshlab X3D Export, http://meshlab.sourceforge.net"))
    .addMeta(new meta().setName(meta.NAME_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Radar/MeshF16.x3d"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("MeshF16.x3d"))
    .addChild(new Background().setSkyColor(new MFColor(new double[] {0.819608,0.988235,1.0})))
    .addChild(new Viewpoint().setDescription("F16 mesh").setPosition(0.0,0.0,20.0))
    .addComments(" Already scaled at 15m length ")
    .addChild(new Transform().setRotation(0.0,1.0,0.0,1.570796).setScale(1.333,1.333,1.333).setTranslation(-1.0,0.0,0.0)
      .addComments(" RotationCalculator composed rotation: 0.0 0.0 1.0 1.570796, 0.0 1.0 0.0 1.570796 ")
      .addChild(new Shape()
        .setAppearance(new Appearance()
          .setMaterial(new Material().setAmbientIntensity(0.256).setDiffuseColor(0.372322,0.371574,0.373173).setShininess(0.127551).setSpecularColor(0.890909,0.887832,0.890909)
            .addComments(" Universal Media Library: Metals 30 ")))
        .setGeometry(new IndexedFaceSet().setCreaseAngle(0.6).setSolid(false).setCoordIndex(getIndexedFaceSet_5_20_coordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_20_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_5_20_coordIndex_1()
		{
			int[] value = {0,1,2,-1,3,4,5,-1,6,7,8,-1,8,9,6,-1,10,11,12,-1,12,13,10,-1,14,15,16,-1,17,18,19,-1,20,21,22,-1,23,24,25,-1,26,27,28,-1,26,29,30,-1,30,27,26,-1,28,31,32,-1,31,33,34,-1,34,32,31,-1,35,36,37,-1,37,38,35,-1,39,40,41,-1,41,42,39,-1,42,41,43,-1,43,44,42,-1,44,43,45,-1,45,46,44,-1,46,45,47,-1,47,48,46,-1,48,47,49,-1,49,50,48,-1,50,49,51,-1,51,52,50,-1,52,51,53,-1,53,54,52,-1,54,53,55,-1,55,56,54,-1,56,55,57,-1,57,58,56,-1,58,57,59,-1,59,60,58,-1,60,59,61,-1,61,62,60,-1,62,61,63,-1,63,64,62,-1,64,63,65,-1,65,66,64,-1,66,65,67,-1,67,68,66,-1,68,67,69,-1,69,70,68,-1,70,69,71,-1,71,72,70,-1,72,71,73,-1,73,74,72,-1,74,73,75,-1,75,2,74,-1,2,75,76,-1,76,0,2,-1,0,76,77,-1,77,78,0,-1,78,77,79,-1,79,80,78,-1,80,79,81,-1,81,82,80,-1,82,81,83,-1,83,84,82,-1,84,83,85,-1,85,86,84,-1,86,85,87,-1,87,88,86,-1,88,87,89,-1,89,90,88,-1,90,89,91,-1,91,92,90,-1,92,91,93,-1,93,94,92,-1,94,93,95,-1,95,5,94,-1,5,95,96,-1,96,3,5,-1,3,96,97,-1,97,98,3,-1,98,97,99,-1,99,100,98,-1,100,99,101,-1,101,102,100,-1,102,101,103,-1,103,104,102,-1,104,103,105,-1,105,106,104,-1,106,105,107,-1,107,108,106,-1,108,107,109,-1,109,110,108,-1,110,109,111,-1,111,112,110,-1,112,111,113,-1,113,114,112,-1,114,113,115,-1,115,116,114,-1,116,115,117,-1,117,118,116,-1,118,117,119,-1,119,120,118,-1,120,119,121,-1,121,122,120,-1,122,121,123,-1,123,124,122,-1,124,123,125,-1,125,126,124,-1,126,125,127,-1,127,128,126,-1,128,127,129,-1,129,130,128,-1,130,129,40,-1,40,39,130,-1,39,131,132,-1,132,130,39,-1,42,133,131,-1,131,39,42,-1,44,134,133,-1,133,42,44,-1,135,134,44,-1,44,46,135,-1,48,135,46,-1,48,136,135,-1,50,137,136,-1,136,48,50,-1,52,138,137,-1,137,50,52,-1,139,138,52,-1,52,54,139,-1,140,139,54,-1,54,56,140,-1,58,141,140,-1,140,56,58,-1,142,141,58,-1,58,60,142,-1,142,60,62,-1,62,143,142,-1,143,62,144,-1,62,64,144,-1,144,64,145,-1,64,66,145,-1,145,66,146,-1,66,68,146,-1,146,68,147,-1,68,70,147,-1,147,70,148,-1,70,72,148,-1,148,72,149,-1,72,74,149,-1,149,74,150,-1,74,2,150,-1,150,2,151,-1,2,1,151,-1,151,1,152,-1,1,0,152,-1,152,0,153,-1,0,78,153,-1,153,78,154,-1,78,80,154,-1,154,80,155,-1,80,82,155,-1,155,82,156,-1,82,84,156,-1,156,84,157,-1,84,86,157,-1,157,86,88,-1,157,88,158,-1,158,88,90,-1,158,90,159,-1,159,90,92,-1,159,92,160,-1,160,92,94,-1,160,94,161,-1,161,94,5,-1,161,5,162,-1,162,5,4,-1,162,4,163,-1,163,4,3,-1,163,3,164,-1,164,3,98,-1,164,98,165,-1,165,98,100,-1,165,100,166,-1,166,100,102,-1,166,102,167,-1,167,102,104,-1,167,104,168,-1,168,104,106,-1,168,106,169,-1,169,106,108,-1,169,108,170,-1,170,108,110,-1,170,110,171,-1,171,110,112,-1,112,172,171,-1,172,112,114,-1,114,173,172,-1,174,173,114,-1,114,116,174,-1,118,175,174,-1,174,116,118,-1,176,175,118,-1,118,120,176,-1,122,177,176,-1,176,120,122,-1,124,178,177,-1,177,122,124,-1,179,178,124,-1,126,179,124,-1,180,179,126,-1,126,128,180,-1,130,132,180,-1,180,128,130,-1,132,181,182,-1,182,180,132,-1,183,181,132,-1,132,131,183,-1,184,183,131,-1,131,133,184,-1,134,185,184,-1,184,133,134,-1,135,185,134,-1,135,186,185,-1,136,186,135,-1,136,187,186,-1,188,187,136,-1,136,137,188,-1,138,189,188,-1,188,137,138,-1,139,190,189,-1,189,138,139,-1,140,191,190,-1,190,139,140,-1,192,191,140,-1,141,192,140,-1,193,192,141,-1,142,193,141,-1,193,142,143,-1,143,194,193,-1,194,143,195,-1,143,144,195,-1,195,144,196,-1,144,145,196,-1,196,145,197,-1,145,146,197,-1,197,146,198,-1,146,147,198,-1,198,147,199,-1,147,148,199,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_2()
		{
			int[] value = {199,148,200,-1,148,149,200,-1,200,149,201,-1,149,150,201,-1,201,150,202,-1,150,151,202,-1,202,151,203,-1,151,152,203,-1,204,203,152,-1,152,205,204,-1,153,206,205,-1,205,152,153,-1,207,206,153,-1,208,207,153,-1,154,209,208,-1,208,153,154,-1,210,209,154,-1,211,210,154,-1,155,212,211,-1,211,154,155,-1,213,212,155,-1,214,213,155,-1,156,214,155,-1,215,214,156,-1,216,215,156,-1,157,216,156,-1,158,216,157,-1,158,217,216,-1,158,218,217,-1,158,219,218,-1,159,219,158,-1,159,220,219,-1,159,221,220,-1,160,222,221,-1,221,159,160,-1,160,223,222,-1,160,224,223,-1,161,225,224,-1,224,160,161,-1,161,226,225,-1,227,163,164,-1,227,164,228,-1,228,164,165,-1,228,165,229,-1,229,165,166,-1,229,166,230,-1,230,166,167,-1,230,167,231,-1,231,167,168,-1,231,168,232,-1,232,168,169,-1,232,169,233,-1,233,169,170,-1,233,170,234,-1,234,170,171,-1,234,171,235,-1,235,171,172,-1,172,236,235,-1,237,236,172,-1,172,173,237,-1,174,237,173,-1,174,238,237,-1,175,239,238,-1,238,174,175,-1,176,240,239,-1,239,175,176,-1,177,241,240,-1,240,176,177,-1,178,241,177,-1,241,178,242,-1,243,242,178,-1,178,179,243,-1,182,243,179,-1,182,179,180,-1,181,244,245,-1,245,182,181,-1,183,244,181,-1,183,246,244,-1,184,246,183,-1,184,247,246,-1,185,248,247,-1,247,184,185,-1,186,248,185,-1,186,249,248,-1,187,250,249,-1,249,186,187,-1,188,250,187,-1,250,188,251,-1,189,252,251,-1,251,188,189,-1,190,253,252,-1,252,189,190,-1,190,254,253,-1,191,254,190,-1,192,254,191,-1,192,255,254,-1,256,255,192,-1,193,256,192,-1,257,256,193,-1,194,257,193,-1,258,257,194,-1,195,258,194,-1,259,258,195,-1,196,259,195,-1,260,259,196,-1,197,260,196,-1,261,260,197,-1,198,261,197,-1,262,261,198,-1,199,262,198,-1,263,262,199,-1,200,263,199,-1,264,263,200,-1,201,264,200,-1,265,264,201,-1,202,265,201,-1,266,267,265,-1,265,267,268,-1,265,268,269,-1,269,270,265,-1,265,270,264,-1,270,271,264,-1,264,271,263,-1,271,272,263,-1,263,272,262,-1,272,273,262,-1,262,273,261,-1,273,274,261,-1,261,274,260,-1,274,275,260,-1,260,275,259,-1,275,276,259,-1,259,276,258,-1,276,277,258,-1,258,277,257,-1,277,278,257,-1,257,278,256,-1,278,279,256,-1,256,279,280,-1,280,255,256,-1,254,255,280,-1,280,281,254,-1,254,281,282,-1,254,282,253,-1,253,282,283,-1,253,283,252,-1,284,252,283,-1,252,284,251,-1,251,284,250,-1,284,285,250,-1,286,250,285,-1,250,286,249,-1,249,286,287,-1,287,248,249,-1,248,287,288,-1,288,247,248,-1,247,288,289,-1,247,289,246,-1,289,244,246,-1,289,290,244,-1,244,290,291,-1,291,245,244,-1,245,291,292,-1,292,293,245,-1,293,292,294,-1,294,295,293,-1,296,295,294,-1,295,296,297,-1,297,296,298,-1,297,298,299,-1,300,299,298,-1,299,300,301,-1,302,301,300,-1,300,303,302,-1,304,302,303,-1,302,304,305,-1,305,304,306,-1,306,307,305,-1,307,306,308,-1,307,308,309,-1,309,308,310,-1,309,310,311,-1,311,310,312,-1,311,312,313,-1,313,312,314,-1,313,314,315,-1,315,314,316,-1,315,316,317,-1,317,316,318,-1,317,318,319,-1,319,318,320,-1,319,320,321,-1,321,320,322,-1,321,322,323,-1,323,322,324,-1,323,324,325,-1,228,323,325,-1,229,323,228,-1,229,321,323,-1,230,321,229,-1,230,319,321,-1,231,319,230,-1,231,317,319,-1,232,317,231,-1,232,315,317,-1,233,315,232,-1,233,313,315,-1,234,313,233,-1,234,311,313,-1,235,311,234,-1,235,309,311,-1,236,309,235,-1,236,307,309,-1,305,307,236,-1,236,237,305,-1,302,305,237,-1,237,238,302,-1,239,302,238,-1,302,239,301,-1,240,299,301,-1,301,239,240,-1,241,297,299,-1,299,240,241,-1,295,297,241,-1,241,242,295,-1,243,293,295,-1,295,242,243,-1,182,293,243,-1,293,182,245,-1,228,325,227,-1,325,326,327,-1,327,227,325,-1,227,328,329,-1,325,330,326,-1,203,331,332,-1,333,331,203,-1,331,333,334,-1,333,203,204,-1,204,334,333,-1,332,331,334,-1,335,336,332,-1,332,334,335,-1,266,336,335,-1,267,266,335,-1,268,337,269,-1,269,337,338,-1,338,339,269,-1,338,340,339,-1,340,341,339,-1,339,341,342,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_3()
		{
			int[] value = {342,343,339,-1,342,12,343,-1,12,11,343,-1,11,10,343,-1,343,10,13,-1,13,344,343,-1,13,345,344,-1,345,346,344,-1,344,346,347,-1,347,348,344,-1,349,344,348,-1,343,344,349,-1,350,343,349,-1,339,343,350,-1,351,339,350,-1,269,339,351,-1,352,269,351,-1,270,269,352,-1,353,270,352,-1,271,270,353,-1,354,271,353,-1,272,271,354,-1,355,272,354,-1,273,272,355,-1,356,273,355,-1,274,273,356,-1,357,274,356,-1,275,274,357,-1,358,275,357,-1,276,275,358,-1,359,276,358,-1,277,276,359,-1,360,277,359,-1,278,277,360,-1,361,278,360,-1,279,278,361,-1,280,279,362,-1,362,279,363,-1,364,362,363,-1,362,364,365,-1,365,366,362,-1,367,366,365,-1,365,368,367,-1,367,368,369,-1,369,370,367,-1,371,370,369,-1,369,372,371,-1,371,372,373,-1,373,15,371,-1,373,374,15,-1,15,374,16,-1,16,374,375,-1,16,375,376,-1,375,377,376,-1,377,378,376,-1,378,379,376,-1,379,380,376,-1,376,380,381,-1,381,380,382,-1,382,383,381,-1,382,384,383,-1,385,383,384,-1,384,386,385,-1,386,387,385,-1,385,387,388,-1,388,389,385,-1,389,388,390,-1,390,391,389,-1,391,390,392,-1,393,391,392,-1,391,393,394,-1,394,393,395,-1,394,395,396,-1,396,397,394,-1,397,396,398,-1,398,396,399,-1,398,399,400,-1,398,400,401,-1,398,401,402,-1,401,403,404,-1,404,402,401,-1,400,405,403,-1,403,401,400,-1,399,406,405,-1,405,400,399,-1,396,407,406,-1,406,399,396,-1,395,408,407,-1,407,396,395,-1,393,409,408,-1,408,395,393,-1,392,410,409,-1,409,393,392,-1,390,411,410,-1,410,392,390,-1,388,411,390,-1,388,412,411,-1,413,412,388,-1,413,388,387,-1,386,414,413,-1,413,387,386,-1,384,415,414,-1,414,386,384,-1,382,416,415,-1,415,384,382,-1,380,417,416,-1,416,382,380,-1,379,418,417,-1,417,380,379,-1,378,419,418,-1,418,379,378,-1,377,420,419,-1,419,378,377,-1,375,421,420,-1,420,377,375,-1,422,423,421,-1,421,375,422,-1,424,425,423,-1,423,422,424,-1,426,427,425,-1,425,424,426,-1,428,427,426,-1,428,429,427,-1,430,431,429,-1,429,428,430,-1,432,433,431,-1,431,430,432,-1,364,432,430,-1,430,365,364,-1,365,430,428,-1,428,368,365,-1,426,368,428,-1,368,426,369,-1,369,426,424,-1,424,372,369,-1,372,424,422,-1,422,373,372,-1,373,422,375,-1,373,375,374,-1,423,434,435,-1,435,421,423,-1,421,435,436,-1,436,420,421,-1,420,436,437,-1,437,419,420,-1,419,437,438,-1,438,418,419,-1,418,438,439,-1,439,417,418,-1,417,439,440,-1,440,416,417,-1,416,440,441,-1,441,415,416,-1,415,441,442,-1,442,414,415,-1,414,442,443,-1,443,413,414,-1,413,443,444,-1,444,412,413,-1,412,444,445,-1,445,411,412,-1,411,445,446,-1,446,410,411,-1,410,446,447,-1,447,409,410,-1,409,447,448,-1,448,408,409,-1,408,448,449,-1,449,407,408,-1,407,449,450,-1,450,406,407,-1,406,450,451,-1,451,405,406,-1,405,451,452,-1,452,403,405,-1,403,452,453,-1,453,404,403,-1,404,453,454,-1,454,455,404,-1,455,454,456,-1,456,457,455,-1,457,456,458,-1,458,459,457,-1,459,458,460,-1,460,461,459,-1,461,460,462,-1,462,463,461,-1,463,462,464,-1,464,465,463,-1,466,463,465,-1,465,467,466,-1,468,461,463,-1,463,466,468,-1,459,461,468,-1,468,469,459,-1,470,457,459,-1,459,469,470,-1,471,455,457,-1,457,470,471,-1,402,404,455,-1,455,471,402,-1,402,471,472,-1,472,471,470,-1,470,473,472,-1,473,470,469,-1,469,474,473,-1,474,469,468,-1,474,468,475,-1,475,468,466,-1,466,476,475,-1,476,466,467,-1,467,477,476,-1,478,477,467,-1,467,465,478,-1,465,464,479,-1,479,478,465,-1,464,480,479,-1,462,481,480,-1,480,464,462,-1,460,482,481,-1,481,462,460,-1,458,483,482,-1,482,460,458,-1,484,483,458,-1,458,456,484,-1,454,485,484,-1,484,456,454,-1,453,486,485,-1,485,454,453,-1,452,487,486,-1,486,453,452,-1,451,488,487,-1,487,452,451,-1,450,489,488,-1,488,451,450,-1,449,490,489,-1,489,450,449,-1,448,491,490,-1,490,449,448,-1,447,492,491,-1,491,448,447,-1,446,493,492,-1,492,447,446,-1,445,494,493,-1,493,446,445,-1,444,495,494,-1,494,445,444,-1,443,496,495,-1,495,444,443,-1,442,497,496,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_4()
		{
			int[] value = {496,443,442,-1,441,498,497,-1,497,442,441,-1,440,499,498,-1,498,441,440,-1,439,500,499,-1,499,440,439,-1,438,501,500,-1,500,439,438,-1,437,502,501,-1,501,438,437,-1,436,503,502,-1,502,437,436,-1,435,504,503,-1,503,436,435,-1,434,505,504,-1,504,435,434,-1,506,507,505,-1,505,434,506,-1,508,507,506,-1,508,506,509,-1,510,511,508,-1,508,509,510,-1,512,513,511,-1,511,510,512,-1,514,515,513,-1,513,512,514,-1,515,514,516,-1,517,515,516,-1,515,517,518,-1,518,513,515,-1,513,518,519,-1,519,511,513,-1,511,519,520,-1,520,508,511,-1,508,520,521,-1,521,507,508,-1,505,507,521,-1,521,522,505,-1,505,522,523,-1,505,523,504,-1,504,523,524,-1,524,503,504,-1,503,524,525,-1,525,502,503,-1,502,525,526,-1,526,501,502,-1,501,526,527,-1,527,500,501,-1,500,527,528,-1,528,499,500,-1,499,528,529,-1,529,498,499,-1,498,529,530,-1,530,497,498,-1,497,530,531,-1,531,496,497,-1,496,531,532,-1,532,495,496,-1,495,532,533,-1,533,494,495,-1,494,533,534,-1,534,493,494,-1,493,534,535,-1,535,492,493,-1,492,535,536,-1,536,491,492,-1,491,536,537,-1,537,490,491,-1,490,537,538,-1,538,489,490,-1,489,538,539,-1,539,488,489,-1,488,539,540,-1,540,487,488,-1,487,540,541,-1,541,486,487,-1,486,541,485,-1,541,542,485,-1,485,542,543,-1,543,484,485,-1,484,543,544,-1,544,483,484,-1,483,544,545,-1,545,482,483,-1,482,545,546,-1,546,481,482,-1,481,546,547,-1,547,480,481,-1,480,547,479,-1,547,548,479,-1,546,549,548,-1,548,547,546,-1,545,550,549,-1,549,546,545,-1,551,550,545,-1,544,551,545,-1,543,552,551,-1,551,544,543,-1,542,553,552,-1,552,543,542,-1,541,554,553,-1,553,542,541,-1,540,555,554,-1,554,541,540,-1,539,556,555,-1,555,540,539,-1,538,557,556,-1,556,539,538,-1,537,558,557,-1,557,538,537,-1,536,559,558,-1,558,537,536,-1,535,560,559,-1,559,536,535,-1,534,561,560,-1,560,535,534,-1,533,562,561,-1,561,534,533,-1,563,562,533,-1,532,563,533,-1,531,563,532,-1,531,564,563,-1,530,565,564,-1,564,531,530,-1,529,566,565,-1,565,530,529,-1,528,567,566,-1,566,529,528,-1,527,568,567,-1,567,528,527,-1,526,569,568,-1,568,527,526,-1,525,570,569,-1,569,526,525,-1,524,571,570,-1,570,525,524,-1,523,572,571,-1,571,524,523,-1,522,573,572,-1,572,523,522,-1,521,574,573,-1,573,522,521,-1,575,574,521,-1,520,575,521,-1,576,575,520,-1,520,519,576,-1,518,577,576,-1,576,519,518,-1,517,578,577,-1,577,518,517,-1,516,578,517,-1,516,579,578,-1,578,579,580,-1,580,577,578,-1,577,580,23,-1,23,576,577,-1,576,23,575,-1,23,25,575,-1,574,575,25,-1,25,581,574,-1,574,581,582,-1,574,582,573,-1,573,582,583,-1,583,572,573,-1,572,583,584,-1,584,571,572,-1,571,584,585,-1,585,570,571,-1,586,570,585,-1,570,586,569,-1,569,586,587,-1,587,568,569,-1,568,587,588,-1,588,567,568,-1,567,588,589,-1,589,566,567,-1,566,589,590,-1,590,565,566,-1,565,590,591,-1,591,564,565,-1,564,591,592,-1,592,563,564,-1,563,592,593,-1,593,562,563,-1,562,593,594,-1,594,561,562,-1,561,594,595,-1,595,560,561,-1,560,595,596,-1,596,559,560,-1,559,596,597,-1,597,558,559,-1,558,597,598,-1,598,557,558,-1,556,557,598,-1,598,599,556,-1,556,599,600,-1,600,555,556,-1,600,554,555,-1,600,601,554,-1,554,601,602,-1,602,553,554,-1,552,553,602,-1,602,603,552,-1,552,603,20,-1,552,20,551,-1,551,20,22,-1,551,22,550,-1,550,22,604,-1,604,549,550,-1,549,604,605,-1,605,548,549,-1,548,605,479,-1,479,605,606,-1,605,604,606,-1,606,604,22,-1,606,22,21,-1,603,607,608,-1,608,20,603,-1,602,609,607,-1,607,603,602,-1,610,609,602,-1,601,610,602,-1,601,611,610,-1,600,612,611,-1,611,601,600,-1,599,613,612,-1,612,600,599,-1,598,614,613,-1,613,599,598,-1,597,615,614,-1,614,598,597,-1,596,616,615,-1,615,597,596,-1,595,617,616,-1,616,596,595,-1,595,618,617,-1,619,618,595,-1,595,594,619,-1,593,620,619,-1,619,594,593,-1,592,621,620,-1,620,593,592,-1,591,622,621,-1,621,592,591,-1,590,623,622,-1,622,591,590,-1,624,623,590,-1,590,589,624,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_5()
		{
			int[] value = {625,624,589,-1,588,626,625,-1,625,589,588,-1,587,627,626,-1,626,588,587,-1,586,628,627,-1,627,587,586,-1,585,629,628,-1,628,586,585,-1,584,630,629,-1,629,585,584,-1,583,631,630,-1,630,584,583,-1,632,631,583,-1,582,632,583,-1,632,582,633,-1,581,634,633,-1,633,582,581,-1,25,635,634,-1,634,581,25,-1,635,636,637,-1,637,634,635,-1,634,637,638,-1,638,633,634,-1,633,638,639,-1,639,632,633,-1,632,639,631,-1,639,640,631,-1,631,640,641,-1,641,630,631,-1,630,641,642,-1,642,629,630,-1,642,628,629,-1,642,643,628,-1,627,628,643,-1,643,644,627,-1,627,644,645,-1,645,626,627,-1,626,645,646,-1,646,625,626,-1,625,646,647,-1,647,624,625,-1,624,647,648,-1,624,648,623,-1,623,648,649,-1,649,622,623,-1,622,649,650,-1,650,621,622,-1,621,650,651,-1,651,620,621,-1,620,651,652,-1,652,619,620,-1,653,619,652,-1,619,653,618,-1,618,653,654,-1,654,617,618,-1,617,654,655,-1,655,616,617,-1,616,655,656,-1,656,615,616,-1,614,615,656,-1,656,657,614,-1,614,657,658,-1,658,613,614,-1,613,658,659,-1,659,612,613,-1,612,659,660,-1,660,611,612,-1,660,610,611,-1,660,661,610,-1,610,661,662,-1,662,609,610,-1,609,662,663,-1,663,607,609,-1,607,663,664,-1,664,608,607,-1,663,665,666,-1,666,664,663,-1,662,667,665,-1,665,663,662,-1,661,668,667,-1,667,662,661,-1,660,669,668,-1,668,661,660,-1,659,670,669,-1,669,660,659,-1,658,671,670,-1,670,659,658,-1,657,672,671,-1,671,658,657,-1,656,673,672,-1,672,657,656,-1,674,673,656,-1,656,655,674,-1,654,675,674,-1,674,655,654,-1,653,676,675,-1,675,654,653,-1,652,677,676,-1,676,653,652,-1,651,678,677,-1,677,652,651,-1,650,679,678,-1,678,651,650,-1,649,680,679,-1,679,650,649,-1,648,681,680,-1,680,649,648,-1,647,682,681,-1,681,648,647,-1,646,683,682,-1,682,647,646,-1,645,684,683,-1,683,646,645,-1,685,684,645,-1,644,685,645,-1,643,686,685,-1,685,644,643,-1,642,687,686,-1,686,643,642,-1,641,688,687,-1,687,642,641,-1,640,689,688,-1,688,641,640,-1,639,690,689,-1,689,640,639,-1,638,691,690,-1,690,639,638,-1,637,692,691,-1,691,638,637,-1,636,693,692,-1,692,637,636,-1,693,694,695,-1,695,692,693,-1,692,695,696,-1,696,691,692,-1,690,691,696,-1,696,697,690,-1,690,697,698,-1,698,689,690,-1,689,698,699,-1,699,688,689,-1,688,699,700,-1,700,687,688,-1,687,700,701,-1,701,686,687,-1,686,701,702,-1,702,685,686,-1,685,702,703,-1,703,684,685,-1,684,703,704,-1,704,683,684,-1,683,704,705,-1,705,682,683,-1,682,705,706,-1,706,681,682,-1,681,706,707,-1,707,680,681,-1,680,707,708,-1,708,679,680,-1,679,708,709,-1,709,678,679,-1,678,709,710,-1,710,677,678,-1,677,710,711,-1,711,676,677,-1,676,711,712,-1,712,675,676,-1,675,712,713,-1,713,674,675,-1,674,713,714,-1,714,673,674,-1,673,714,715,-1,715,672,673,-1,672,715,716,-1,716,671,672,-1,671,716,717,-1,717,670,671,-1,670,717,718,-1,718,669,670,-1,669,718,719,-1,719,668,669,-1,668,719,667,-1,719,720,667,-1,667,720,721,-1,721,665,667,-1,665,721,722,-1,722,666,665,-1,721,723,724,-1,724,722,721,-1,720,725,723,-1,723,721,720,-1,719,726,725,-1,725,720,719,-1,727,726,719,-1,727,719,718,-1,717,728,727,-1,727,718,717,-1,716,729,728,-1,728,717,716,-1,715,730,729,-1,729,716,715,-1,714,730,715,-1,730,714,731,-1,713,732,731,-1,731,714,713,-1,713,733,732,-1,712,733,713,-1,711,734,733,-1,733,712,711,-1,710,735,734,-1,734,711,710,-1,736,735,710,-1,736,710,709,-1,708,737,736,-1,736,709,708,-1,707,738,737,-1,737,708,707,-1,706,738,707,-1,738,706,739,-1,705,740,739,-1,739,706,705,-1,704,741,740,-1,740,705,704,-1,703,741,704,-1,741,703,742,-1,702,743,742,-1,742,703,702,-1,701,743,702,-1,701,744,743,-1,700,745,744,-1,744,701,700,-1,699,746,745,-1,745,700,699,-1,698,747,746,-1,746,699,698,-1,697,747,698,-1,697,748,747,-1,696,749,748,-1,748,697,696,-1,695,750,749,-1,749,696,695,-1,694,751,750,-1,750,695,694,-1,751,752,753,-1,753,750,751,-1,750,753,754,-1,754,749,750,-1,755,749,754,-1,749,755,748,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_6()
		{
			int[] value = {726,756,725,-1,725,756,757,-1,725,757,758,-1,758,723,725,-1,723,758,759,-1,759,724,723,-1,24,23,760,-1,23,580,760,-1,760,580,579,-1,760,579,516,-1,514,433,363,-1,363,516,514,-1,433,432,363,-1,433,514,512,-1,512,431,433,-1,431,512,510,-1,510,429,431,-1,429,510,509,-1,509,427,429,-1,427,509,506,-1,506,425,427,-1,425,506,434,-1,434,423,425,-1,282,370,371,-1,282,371,283,-1,284,283,371,-1,371,15,284,-1,284,15,761,-1,761,285,284,-1,285,761,762,-1,762,286,285,-1,286,762,763,-1,286,763,287,-1,287,763,764,-1,764,288,287,-1,288,764,765,-1,288,765,289,-1,289,765,766,-1,289,766,290,-1,290,766,767,-1,767,291,290,-1,291,767,768,-1,291,768,292,-1,292,768,769,-1,769,294,292,-1,294,769,18,-1,18,296,294,-1,770,296,18,-1,296,770,298,-1,770,300,298,-1,770,771,300,-1,300,771,772,-1,772,303,300,-1,303,772,773,-1,773,304,303,-1,304,773,774,-1,304,774,306,-1,478,306,774,-1,478,774,477,-1,773,476,477,-1,477,774,773,-1,475,476,773,-1,773,772,475,-1,771,474,475,-1,475,772,771,-1,770,474,771,-1,770,473,474,-1,18,472,473,-1,473,770,18,-1,18,775,472,-1,17,775,18,-1,776,777,398,-1,398,17,776,-1,777,778,397,-1,397,398,777,-1,778,779,394,-1,394,397,778,-1,779,780,391,-1,391,394,779,-1,780,781,389,-1,389,391,780,-1,385,389,781,-1,781,782,385,-1,383,385,782,-1,782,783,383,-1,381,383,783,-1,783,784,381,-1,376,381,784,-1,784,785,376,-1,16,376,785,-1,785,786,16,-1,786,785,787,-1,787,788,786,-1,785,784,789,-1,789,787,785,-1,784,783,790,-1,790,789,784,-1,783,782,791,-1,791,790,783,-1,782,781,792,-1,792,791,782,-1,793,792,781,-1,781,780,793,-1,794,793,780,-1,780,779,794,-1,795,794,779,-1,779,778,795,-1,796,795,778,-1,778,777,796,-1,797,796,777,-1,777,776,797,-1,798,314,312,-1,799,314,798,-1,799,316,314,-1,800,316,799,-1,800,318,316,-1,801,318,800,-1,801,320,318,-1,802,320,801,-1,802,322,320,-1,803,322,802,-1,803,324,322,-1,804,805,806,-1,804,806,807,-1,807,808,804,-1,808,809,804,-1,808,810,811,-1,811,809,808,-1,807,810,808,-1,811,810,807,-1,348,811,807,-1,347,811,348,-1,811,347,809,-1,806,812,807,-1,812,806,805,-1,798,312,813,-1,813,312,310,-1,813,310,814,-1,814,310,308,-1,814,308,815,-1,815,308,306,-1,775,402,472,-1,281,367,370,-1,370,282,281,-1,280,366,367,-1,367,281,280,-1,362,366,280,-1,816,817,818,-1,818,819,816,-1,820,816,819,-1,819,821,820,-1,822,820,821,-1,821,823,822,-1,824,822,823,-1,823,825,824,-1,825,826,827,-1,827,824,825,-1,826,828,829,-1,829,827,826,-1,828,830,831,-1,831,829,828,-1,830,832,833,-1,833,831,830,-1,834,835,836,-1,834,837,835,-1,834,838,837,-1,834,839,838,-1,227,327,328,-1,432,364,363,-1,162,840,841,-1,841,161,162,-1,161,841,226,-1,842,840,162,-1,842,162,163,-1,163,329,842,-1,329,163,227,-1,203,332,202,-1,202,332,336,-1,336,265,202,-1,336,266,265,-1,843,330,844,-1,325,844,330,-1,845,817,846,-1,846,847,845,-1,848,846,817,-1,817,816,848,-1,849,848,816,-1,816,820,849,-1,850,849,820,-1,820,822,850,-1,851,850,822,-1,822,824,851,-1,824,827,852,-1,852,851,824,-1,827,829,853,-1,853,852,827,-1,829,831,854,-1,854,853,829,-1,831,833,855,-1,855,854,831,-1,855,833,856,-1,856,857,855,-1,858,776,17,-1,17,19,858,-1,859,797,776,-1,776,858,859,-1,860,859,858,-1,858,861,860,-1,861,858,19,-1,19,862,861,-1,863,861,862,-1,862,864,863,-1,865,860,861,-1,861,863,865,-1,866,865,863,-1,863,867,866,-1,867,863,864,-1,864,868,867,-1,869,867,868,-1,868,870,869,-1,871,866,867,-1,867,869,871,-1,869,872,873,-1,873,871,869,-1,870,874,872,-1,872,869,870,-1,874,875,876,-1,876,872,874,-1,872,876,877,-1,877,873,872,-1,876,878,879,-1,879,877,876,-1,875,880,878,-1,878,876,875,-1,880,14,881,-1,881,878,880,-1,878,881,882,-1,882,879,878,-1,881,786,788,-1,788,882,881,-1,14,16,786,-1,786,881,14,-1,398,402,17,-1,775,17,402,-1,763,14,765,-1,765,764,763,-1,883,884,885,-1,884,883,886,-1,886,887,884,-1,760,887,886,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_7()
		{
			int[] value = {886,888,760,-1,886,889,888,-1,890,888,889,-1,890,889,891,-1,892,890,891,-1,892,891,893,-1,893,891,894,-1,891,895,894,-1,894,895,896,-1,894,896,897,-1,897,896,898,-1,898,899,897,-1,900,897,899,-1,899,901,900,-1,902,894,897,-1,897,900,902,-1,893,894,902,-1,903,893,902,-1,904,892,893,-1,893,903,904,-1,905,892,904,-1,906,905,904,-1,905,906,694,-1,694,693,905,-1,907,905,693,-1,693,636,907,-1,905,907,890,-1,890,892,905,-1,907,760,888,-1,888,890,907,-1,760,907,636,-1,636,635,760,-1,760,635,25,-1,24,760,25,-1,906,27,751,-1,751,694,906,-1,27,30,752,-1,752,751,27,-1,908,903,909,-1,902,910,909,-1,909,903,902,-1,900,911,910,-1,910,902,900,-1,912,911,900,-1,901,912,900,-1,903,908,904,-1,906,904,908,-1,516,913,760,-1,914,915,916,-1,915,914,917,-1,917,918,915,-1,919,918,917,-1,917,606,919,-1,920,918,919,-1,920,919,921,-1,922,920,921,-1,922,921,923,-1,923,924,922,-1,925,924,923,-1,923,926,925,-1,926,923,927,-1,923,928,927,-1,666,722,927,-1,927,928,666,-1,664,666,928,-1,928,929,664,-1,923,921,929,-1,929,928,923,-1,921,919,606,-1,606,929,921,-1,608,664,929,-1,929,606,608,-1,20,608,606,-1,606,21,20,-1,722,724,31,-1,31,927,722,-1,926,927,31,-1,31,836,926,-1,926,836,925,-1,925,836,835,-1,834,836,31,-1,724,759,33,-1,33,31,724,-1,606,930,479,-1,931,932,933,-1,933,934,931,-1,931,934,935,-1,936,931,935,-1,935,937,938,-1,938,936,935,-1,939,940,941,-1,939,942,943,-1,943,940,939,-1,727,28,32,-1,944,727,32,-1,944,726,727,-1,945,727,728,-1,945,28,727,-1,945,737,28,-1,945,736,737,-1,945,735,736,-1,945,734,735,-1,945,733,734,-1,945,732,733,-1,945,731,732,-1,945,730,731,-1,945,729,730,-1,945,728,729,-1,747,28,946,-1,28,737,946,-1,737,738,946,-1,738,739,946,-1,739,740,946,-1,740,741,946,-1,741,742,946,-1,742,743,946,-1,743,744,946,-1,744,745,946,-1,745,746,946,-1,746,747,946,-1,26,28,747,-1,26,747,947,-1,747,748,947,-1,948,842,329,-1,329,949,948,-1,948,949,328,-1,948,328,327,-1,948,327,326,-1,326,843,948,-1,843,326,330,-1,950,844,325,-1,951,950,325,-1,325,324,951,-1,952,951,324,-1,953,951,952,-1,953,954,951,-1,955,954,953,-1,955,956,954,-1,957,956,955,-1,957,958,956,-1,959,958,957,-1,959,960,961,-1,961,958,959,-1,959,962,960,-1,805,960,962,-1,805,962,812,-1,807,812,962,-1,807,962,959,-1,963,807,959,-1,959,964,963,-1,964,959,957,-1,957,965,964,-1,965,957,955,-1,955,966,965,-1,966,955,953,-1,953,967,966,-1,967,953,952,-1,952,968,967,-1,968,952,803,-1,803,969,968,-1,970,969,803,-1,803,802,970,-1,801,970,802,-1,970,801,971,-1,971,801,800,-1,800,972,971,-1,973,972,800,-1,800,799,973,-1,973,799,798,-1,798,974,973,-1,974,798,813,-1,813,975,974,-1,975,813,814,-1,814,976,975,-1,976,814,815,-1,815,977,976,-1,978,977,815,-1,978,815,979,-1,979,980,978,-1,981,978,980,-1,980,982,981,-1,983,977,978,-1,978,981,983,-1,984,976,977,-1,977,983,984,-1,985,975,976,-1,976,984,985,-1,974,975,985,-1,985,986,974,-1,987,973,974,-1,974,986,987,-1,988,973,987,-1,973,988,972,-1,989,971,972,-1,972,988,989,-1,970,971,989,-1,990,970,989,-1,991,970,990,-1,970,991,969,-1,992,968,969,-1,969,991,992,-1,993,967,968,-1,968,992,993,-1,966,967,993,-1,966,993,994,-1,995,965,966,-1,966,994,995,-1,996,964,965,-1,965,995,996,-1,997,963,964,-1,964,996,997,-1,998,999,963,-1,963,997,998,-1,1000,1001,999,-1,999,998,1000,-1,1002,1003,1001,-1,1001,1000,1002,-1,1004,1003,1002,-1,1003,1004,1005,-1,1006,1007,1005,-1,1005,1004,1006,-1,1008,1009,1007,-1,1007,1006,1008,-1,1008,1010,1009,-1,1011,1010,1008,-1,1012,1010,1011,-1,1012,1013,1010,-1,1014,1015,1013,-1,1013,1012,1014,-1,1016,1015,1014,-1,1014,1017,1016,-1,1018,1019,1016,-1,1016,1017,1018,-1,1020,1019,1018,-1,1020,1021,1019,-1,1022,1023,1021,-1,1021,1020,1022,-1,1024,1025,1023,-1,1023,1022,1024,-1,1026,1027,1025,-1,1025,1024,1026,-1,1028,1029,1027,-1,1027,1026,1028,-1,1028,1026,1030,-1,1030,1026,1031,-1,1026,1024,1031,-1,1031,1024,1022,-1,1022,1032,1031,-1,1032,1022,1020,-1,1020,1033,1032,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_8()
		{
			int[] value = {1033,1020,1018,-1,1033,1018,1034,-1,1034,1018,1017,-1,1017,1035,1034,-1,1035,1017,1014,-1,1035,1014,1036,-1,1037,1036,1014,-1,1014,1012,1037,-1,1037,1012,1011,-1,1011,1038,1037,-1,1011,1039,1038,-1,1011,1008,1039,-1,1040,1039,1008,-1,1008,1006,1040,-1,1004,1040,1006,-1,1040,1004,1041,-1,1042,1041,1004,-1,1004,1002,1042,-1,1042,1002,1000,-1,1000,1043,1042,-1,998,1043,1000,-1,1043,998,1044,-1,1044,998,997,-1,997,1045,1044,-1,1045,997,996,-1,996,1046,1045,-1,996,1047,1046,-1,996,995,1047,-1,1047,995,994,-1,994,1048,1047,-1,1048,994,993,-1,1048,993,1049,-1,1050,1049,993,-1,993,992,1050,-1,1051,1050,992,-1,992,991,1051,-1,1052,1051,991,-1,991,990,1052,-1,1052,990,989,-1,989,1053,1052,-1,988,1053,989,-1,1053,988,1054,-1,1054,988,987,-1,1054,987,1055,-1,1055,987,986,-1,986,1056,1055,-1,985,1056,986,-1,1056,985,1057,-1,1057,985,984,-1,984,1058,1057,-1,1058,984,983,-1,983,1059,1058,-1,1059,983,981,-1,1059,981,1060,-1,1060,981,982,-1,1061,1060,982,-1,982,1062,1061,-1,1063,1059,1060,-1,1060,1061,1063,-1,1064,1058,1059,-1,1059,1063,1064,-1,1065,1057,1058,-1,1058,1064,1065,-1,1056,1057,1065,-1,1065,1066,1056,-1,1067,1055,1056,-1,1056,1066,1067,-1,1068,1054,1055,-1,1055,1067,1068,-1,1053,1054,1068,-1,1068,1069,1053,-1,1052,1053,1069,-1,1069,1070,1052,-1,1051,1052,1070,-1,1051,1070,1071,-1,1072,1050,1051,-1,1051,1071,1072,-1,1073,1049,1050,-1,1050,1072,1073,-1,1073,1048,1049,-1,1074,1048,1073,-1,1075,1048,1074,-1,1048,1075,1047,-1,1076,1046,1047,-1,1047,1075,1076,-1,1077,1046,1076,-1,1077,1045,1046,-1,1044,1045,1077,-1,1077,1078,1044,-1,1079,1043,1044,-1,1044,1078,1079,-1,1080,1042,1043,-1,1043,1079,1080,-1,1081,1042,1080,-1,1042,1081,1041,-1,1082,1040,1041,-1,1041,1081,1082,-1,1039,1040,1082,-1,1039,1082,1083,-1,1084,1038,1039,-1,1039,1083,1084,-1,1037,1038,1084,-1,1084,1085,1037,-1,1036,1037,1085,-1,1085,1086,1036,-1,1087,1035,1036,-1,1036,1086,1087,-1,1088,1034,1035,-1,1035,1087,1088,-1,1033,1034,1088,-1,1088,1089,1033,-1,1090,1032,1033,-1,1033,1089,1090,-1,1091,1031,1032,-1,1032,1090,1091,-1,1092,1030,1031,-1,1031,1091,1092,-1,1093,1028,1030,-1,1030,1092,1093,-1,1093,1092,1094,-1,1094,1092,1095,-1,1092,1091,1095,-1,1095,1091,1090,-1,1090,1096,1095,-1,1096,1090,1089,-1,1096,1089,1097,-1,1097,1089,1088,-1,1088,1098,1097,-1,1087,1098,1088,-1,1098,1087,1099,-1,1099,1087,1086,-1,1086,1100,1099,-1,1100,1086,1085,-1,1085,1101,1100,-1,1101,1085,1084,-1,1084,1102,1101,-1,1102,1084,1083,-1,1083,1103,1102,-1,1103,1083,1082,-1,1082,1104,1103,-1,1104,1082,1081,-1,1081,1105,1104,-1,1105,1081,1080,-1,1080,1106,1105,-1,1106,1080,1079,-1,1106,1079,1107,-1,1107,1079,1078,-1,1078,1108,1107,-1,1108,1078,1077,-1,1108,1077,1109,-1,1109,1077,1110,-1,1077,1076,1110,-1,1110,1076,1075,-1,1075,1111,1110,-1,1112,1111,1075,-1,1075,1074,1112,-1,1112,1074,1073,-1,1073,1113,1112,-1,1113,1073,1072,-1,1072,1114,1113,-1,1114,1072,1071,-1,1071,1115,1114,-1,1115,1071,1070,-1,1070,1116,1115,-1,1116,1070,1069,-1,1069,1117,1116,-1,1117,1069,1068,-1,1068,1118,1117,-1,1118,1068,1067,-1,1067,1119,1118,-1,1119,1067,1066,-1,1119,1066,1120,-1,1065,1120,1066,-1,1120,1065,1121,-1,1121,1065,1064,-1,1121,1064,1122,-1,1122,1064,1063,-1,1063,1123,1122,-1,1123,1063,1061,-1,1123,1061,1124,-1,1124,1061,1062,-1,1125,1124,1062,-1,1126,914,1125,-1,1125,1062,1126,-1,916,1125,914,-1,916,1124,1125,-1,916,1123,1124,-1,1127,1122,1123,-1,1123,916,1127,-1,1128,1121,1122,-1,1122,1127,1128,-1,1129,1120,1121,-1,1121,1128,1129,-1,1130,1120,1129,-1,1130,1119,1120,-1,1131,1119,1130,-1,1131,1118,1119,-1,1117,1118,1131,-1,1131,1132,1117,-1,1133,1116,1117,-1,1117,1132,1133,-1,1134,1115,1116,-1,1116,1133,1134,-1,1114,1115,1134,-1,1134,1135,1114,-1,1136,1113,1114,-1,1114,1135,1136,-1,1112,1113,1136,-1,1137,1112,1136,-1,1138,1111,1112,-1,1112,1137,1138,-1,1139,1110,1111,-1,1111,1138,1139,-1,1140,1109,1110,-1,1110,1139,1140,-1,1141,1108,1109,-1,1109,1140,1141,-1,1142,1107,1108,-1,1108,1141,1142,-1,1143,1106,1107,-1,1107,1142,1143,-1,1105,1106,1143,-1,1143,1144,1105,-1,1145,1104,1105,-1,1105,1144,1145,-1,1146,1104,1145,-1,1146,1103,1104,-1,1147,1102,1103,-1,1103,1146,1147,-1,1148,1101,1102,-1,1102,1147,1148,-1,1149,1101,1148,-1,1149,1100,1101,-1,1150,1100,1149,-1,1150,1099,1100,-1,1098,1099,1150,-1,1150,1151,1098,-1,1152,1097,1098,-1,1098,1151,1152,-1,1153,1096,1097,-1,1097,1152,1153,-1,1154,1095,1096,-1,1096,1153,1154,-1,1094,1095,1154,-1,885,1094,1154,-1,1093,1094,885,-1,1093,885,884,-1,884,1155,1093,-1,1155,884,887,-1,887,913,1155,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_9()
		{
			int[] value = {913,887,760,-1,886,1156,889,-1,889,1156,1157,-1,1157,1158,889,-1,1158,1157,1159,-1,1159,1160,1158,-1,1160,1159,1161,-1,1161,1162,1160,-1,1162,1161,1163,-1,1163,1164,1162,-1,1165,1164,1163,-1,1164,1165,1166,-1,1166,1165,1167,-1,1166,1167,1168,-1,1168,1167,1169,-1,1169,1170,1168,-1,1170,1169,1171,-1,1171,1172,1170,-1,1172,1171,1173,-1,1173,1174,1172,-1,1173,1175,1174,-1,1173,1176,1175,-1,1175,1176,1177,-1,1177,1178,1175,-1,1178,1177,1179,-1,1179,1180,1178,-1,1180,1179,1181,-1,1181,1182,1180,-1,1182,1181,1183,-1,1183,1184,1182,-1,1184,1183,1185,-1,1185,1186,1184,-1,1186,1185,1187,-1,1187,1188,1186,-1,1188,1187,1189,-1,1188,1189,1190,-1,1190,1189,1191,-1,1191,1192,1190,-1,1192,1191,1193,-1,1193,1194,1192,-1,1194,1193,1195,-1,1195,1196,1194,-1,1196,1195,1197,-1,1197,1198,1196,-1,1198,1197,1199,-1,1199,1200,1198,-1,1200,1199,1201,-1,1201,1202,1200,-1,1202,1201,1203,-1,1203,1204,1202,-1,1204,1203,1205,-1,1205,1206,1204,-1,1206,1205,1207,-1,1207,920,1206,-1,920,1207,918,-1,1207,1208,915,-1,915,918,1207,-1,1205,1209,1208,-1,1208,1207,1205,-1,1203,1210,1209,-1,1209,1205,1203,-1,1201,1211,1210,-1,1210,1203,1201,-1,1199,1212,1211,-1,1211,1201,1199,-1,1197,1213,1212,-1,1212,1199,1197,-1,1195,1214,1213,-1,1213,1197,1195,-1,1193,1215,1214,-1,1214,1195,1193,-1,1191,1216,1215,-1,1215,1193,1191,-1,1189,1217,1216,-1,1216,1191,1189,-1,1187,1218,1217,-1,1217,1189,1187,-1,1185,1219,1218,-1,1218,1187,1185,-1,1183,1220,1219,-1,1219,1185,1183,-1,1181,1221,1220,-1,1220,1183,1181,-1,1179,1222,1221,-1,1221,1181,1179,-1,1177,1223,1222,-1,1222,1179,1177,-1,1176,1224,1223,-1,1223,1177,1176,-1,1173,1225,1224,-1,1224,1176,1173,-1,1171,1226,1225,-1,1225,1173,1171,-1,1169,1227,1226,-1,1226,1171,1169,-1,1167,1228,1227,-1,1227,1169,1167,-1,1165,1229,1228,-1,1228,1167,1165,-1,1163,1230,1229,-1,1229,1165,1163,-1,1161,1231,1230,-1,1230,1163,1161,-1,1159,1232,1231,-1,1231,1161,1159,-1,1157,1233,1232,-1,1232,1159,1157,-1,1156,1234,1233,-1,1233,1157,1156,-1,886,883,1234,-1,1234,1156,886,-1,883,1154,1234,-1,885,1154,883,-1,1154,1153,1234,-1,1233,1234,1153,-1,1153,1152,1233,-1,1232,1233,1152,-1,1152,1151,1232,-1,1232,1151,1150,-1,1150,1231,1232,-1,1231,1150,1149,-1,1149,1230,1231,-1,1229,1230,1149,-1,1149,1148,1229,-1,1229,1148,1147,-1,1147,1228,1229,-1,1228,1147,1146,-1,1146,1227,1228,-1,1227,1146,1145,-1,1145,1226,1227,-1,1226,1145,1144,-1,1144,1225,1226,-1,1225,1144,1143,-1,1225,1143,1224,-1,1223,1224,1143,-1,1143,1142,1223,-1,1223,1142,1141,-1,1141,1222,1223,-1,1222,1141,1140,-1,1140,1221,1222,-1,1221,1140,1139,-1,1139,1220,1221,-1,1220,1139,1138,-1,1220,1138,1219,-1,1218,1219,1138,-1,1138,1137,1218,-1,1218,1137,1217,-1,1137,1136,1217,-1,1217,1136,1135,-1,1135,1216,1217,-1,1216,1135,1134,-1,1134,1215,1216,-1,1215,1134,1133,-1,1133,1214,1215,-1,1214,1133,1132,-1,1132,1213,1214,-1,1213,1132,1131,-1,1213,1131,1212,-1,1212,1131,1130,-1,1130,1211,1212,-1,1211,1130,1129,-1,1129,1210,1211,-1,1210,1129,1128,-1,1210,1128,1209,-1,1208,1209,1128,-1,1128,1127,1208,-1,915,1208,1127,-1,1127,916,915,-1,930,917,914,-1,914,1126,930,-1,606,917,930,-1,1235,1206,920,-1,1236,1204,1206,-1,1206,1235,1236,-1,1202,1204,1236,-1,1236,1237,1202,-1,1200,1202,1237,-1,1237,1238,1200,-1,1198,1200,1238,-1,1198,1238,1239,-1,1196,1198,1239,-1,1239,1240,1196,-1,1241,1194,1196,-1,1196,1240,1241,-1,1242,1192,1194,-1,1194,1241,1242,-1,1243,1190,1192,-1,1192,1242,1243,-1,1244,1188,1190,-1,1190,1243,1244,-1,933,1186,1188,-1,1188,1244,933,-1,932,1186,933,-1,932,1184,1186,-1,1245,1182,1184,-1,1184,932,1245,-1,1246,1180,1182,-1,1182,1245,1246,-1,1247,1180,1246,-1,1180,1247,1178,-1,1248,1175,1178,-1,1178,1247,1248,-1,1249,1174,1175,-1,1175,1248,1249,-1,1250,1172,1174,-1,1174,1249,1250,-1,1251,1170,1172,-1,1172,1250,1251,-1,1252,1168,1170,-1,1170,1251,1252,-1,1253,1168,1252,-1,1253,1166,1168,-1,1254,1166,1253,-1,1166,1254,1164,-1,898,1164,1254,-1,1164,898,1162,-1,1160,1162,898,-1,1160,898,896,-1,895,1158,1160,-1,1160,896,895,-1,889,1158,895,-1,891,889,895,-1,1255,1247,1246,-1,1246,1256,1255,-1,1256,1246,1245,-1,1245,1257,1256,-1,1257,1245,932,-1,932,931,1257,-1,1258,1257,931,-1,931,936,1258,-1,1259,1256,1257,-1,1257,1258,1259,-1,1255,1256,1259,-1,1260,1255,1259,-1,1259,1261,1262,-1,1262,1260,1259,-1,1258,1263,1261,-1,1261,1259,1258,-1,936,938,1263,-1,1263,1258,936,-1,1264,1265,937,-1,937,935,1264,-1,1266,1267,1265,-1,1265,1264,1266,-1,1268,1269,1267,-1,1267,1266,1268,-1,1270,1271,1269,-1,1269,1268,1270,-1,1272,1273,1271,-1,1271,1270,1272,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_10()
		{
			int[] value = {1274,1275,1273,-1,1273,1272,1274,-1,1272,1276,1277,-1,1277,1274,1272,-1,1270,1278,1276,-1,1276,1272,1270,-1,1268,1279,1278,-1,1278,1270,1268,-1,1280,1279,1268,-1,1280,1268,1266,-1,1264,1280,1266,-1,1264,1281,1280,-1,934,1281,1264,-1,935,934,1264,-1,934,1244,1281,-1,1281,1244,1243,-1,1243,1280,1281,-1,1280,1243,1242,-1,1242,1279,1280,-1,1279,1242,1241,-1,1241,1278,1279,-1,1278,1241,1240,-1,1240,1276,1278,-1,1276,1240,1239,-1,1239,1277,1276,-1,1239,1238,1282,-1,1282,1238,1283,-1,1238,1237,1283,-1,1283,1237,1236,-1,1236,1284,1283,-1,1285,1283,1284,-1,1284,1286,1285,-1,1287,1282,1283,-1,1283,1285,1287,-1,1285,839,1288,-1,1288,1287,1285,-1,1286,839,1285,-1,934,933,1244,-1,1235,920,922,-1,999,348,807,-1,807,963,999,-1,1001,349,348,-1,348,999,1001,-1,1003,350,349,-1,349,1001,1003,-1,1005,351,350,-1,350,1003,1005,-1,1007,351,1005,-1,351,1007,352,-1,1009,353,352,-1,352,1007,1009,-1,1010,353,1009,-1,1010,354,353,-1,355,354,1010,-1,1010,1013,355,-1,1015,356,355,-1,355,1013,1015,-1,1016,356,1015,-1,1016,357,356,-1,1019,358,357,-1,357,1016,1019,-1,1021,359,358,-1,358,1019,1021,-1,1023,360,359,-1,359,1021,1023,-1,1025,361,360,-1,360,1023,1025,-1,361,1025,1027,-1,1029,361,1027,-1,1029,1289,361,-1,279,361,1289,-1,1289,1290,279,-1,1290,363,279,-1,958,961,1291,-1,958,1291,6,-1,958,6,9,-1,9,956,958,-1,956,9,8,-1,956,8,7,-1,956,7,1292,-1,956,1292,1293,-1,1293,954,956,-1,954,1293,1294,-1,954,1294,1295,-1,954,1295,1296,-1,1296,951,954,-1,951,1296,950,-1,952,324,803,-1,979,815,306,-1,306,1297,979,-1,306,478,1297,-1,329,328,949,-1,874,14,880,-1,875,874,880,-1,19,18,769,-1,769,768,19,-1,862,19,768,-1,767,862,768,-1,27,908,1298,-1,908,27,906,-1,26,947,755,-1,755,29,26,-1,748,755,947,-1,756,944,32,-1,32,34,756,-1,944,756,726,-1,864,862,767,-1,767,766,864,-1,874,870,765,-1,765,14,874,-1,1282,1277,1239,-1,1274,1277,1282,-1,1274,1282,1287,-1,1287,1288,1275,-1,1275,1274,1287,-1,1286,838,839,-1,1299,837,838,-1,838,1286,1299,-1,925,835,837,-1,837,1299,925,-1,1300,925,1299,-1,1300,924,925,-1,1300,922,924,-1,1300,1235,922,-1,1284,1235,1300,-1,1235,1284,1236,-1,1286,1284,1300,-1,1300,1299,1286,-1,898,1254,1301,-1,899,898,1301,-1,901,899,1301,-1,1301,1302,901,-1,1301,1303,1302,-1,1301,1304,1303,-1,1303,1304,1305,-1,1305,1306,1303,-1,1306,1305,1307,-1,1307,1308,1306,-1,1308,1307,1309,-1,1309,1310,1308,-1,1310,1309,941,-1,941,940,1310,-1,1309,1250,1249,-1,1249,941,1309,-1,941,1249,1248,-1,1248,1311,941,-1,1248,1255,1311,-1,1248,1247,1255,-1,939,1311,1255,-1,941,1311,939,-1,939,1255,1260,-1,1260,1262,942,-1,942,939,1260,-1,940,943,1312,-1,1312,1310,940,-1,1310,1312,1313,-1,1313,1308,1310,-1,1308,1313,1314,-1,1314,1306,1308,-1,1306,1314,1315,-1,1315,1303,1306,-1,1303,1315,1316,-1,1316,1302,1303,-1,1302,1316,912,-1,912,901,1302,-1,1304,1301,1254,-1,1254,1253,1304,-1,1304,1253,1252,-1,1252,1305,1304,-1,1305,1252,1251,-1,1251,1307,1305,-1,1307,1251,1250,-1,1250,1309,1307,-1,908,909,1298,-1,909,910,1298,-1,910,911,1298,-1,911,912,1298,-1,834,31,28,-1,834,28,1263,-1,834,1263,938,-1,834,938,937,-1,834,937,1265,-1,834,1265,1267,-1,834,1267,1269,-1,834,1269,1271,-1,834,1271,1273,-1,834,1273,1275,-1,834,1275,1288,-1,834,1288,839,-1,1263,28,1298,-1,1261,1263,1298,-1,1262,1261,1298,-1,942,1262,1298,-1,943,942,1298,-1,1312,943,1298,-1,1313,1312,1298,-1,1314,1313,1298,-1,1315,1314,1298,-1,1316,1315,1298,-1,912,1316,1298,-1,28,27,1298,-1,334,206,207,-1,204,205,206,-1,206,334,204,-1,14,761,15,-1,763,762,761,-1,761,14,763,-1,841,948,226,-1,948,841,840,-1,840,842,948,-1,766,868,864,-1,870,868,766,-1,766,765,870,-1,1317,1318,1319,-1,1319,1320,1317,-1,1321,1317,1320,-1,1320,1322,1321,-1,1323,1321,1322,-1,1322,1324,1323,-1,1325,1323,1324,-1,1324,1326,1325,-1,1327,1325,1326,-1,1326,1328,1327,-1,1329,1327,1328,-1,1328,1330,1329,-1,1331,1329,1330,-1,1330,1332,1331,-1,1333,1331,1332,-1,1332,1334,1333,-1,1335,1333,1334,-1,1334,1336,1335,-1,1337,1335,1336,-1,1336,1338,1337,-1,1339,1337,1338,-1,1338,1340,1339,-1,1341,1339,1340,-1,1340,1342,1341,-1,1343,1341,1342,-1,1342,1344,1343,-1,1345,1343,1344,-1,1344,1346,1345,-1,1347,1345,1346,-1,1346,1348,1347,-1,1349,1347,1348,-1,1348,1350,1349,-1,1351,1349,1350,-1,1350,1352,1351,-1,1353,1351,1352,-1,1352,1354,1353,-1,1355,1353,1354,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_11()
		{
			int[] value = {1354,1356,1355,-1,1357,1355,1356,-1,1356,1358,1357,-1,1359,1357,1358,-1,1358,1360,1359,-1,1361,1359,1360,-1,1360,1362,1361,-1,1363,1361,1362,-1,1362,1364,1363,-1,1365,1363,1364,-1,1364,1366,1365,-1,1367,1365,1366,-1,1366,1368,1367,-1,1369,1367,1368,-1,1368,1370,1369,-1,1371,1369,1370,-1,1370,1372,1371,-1,1373,1371,1372,-1,1372,1374,1373,-1,1375,1373,1374,-1,1374,1376,1375,-1,1377,1375,1376,-1,1376,1378,1377,-1,1379,1377,1378,-1,1378,1380,1379,-1,1381,1379,1380,-1,1380,1382,1381,-1,1383,1381,1382,-1,1382,1384,1383,-1,1385,1383,1384,-1,1384,1386,1385,-1,1387,1385,1386,-1,1386,1388,1387,-1,1389,1387,1388,-1,1388,1390,1389,-1,1391,1389,1390,-1,1390,1392,1391,-1,1393,1391,1392,-1,1392,1394,1393,-1,1395,1393,1394,-1,1394,1396,1395,-1,1318,1395,1396,-1,1396,1319,1318,-1,1397,1398,1399,-1,1399,1400,1397,-1,1401,1397,1400,-1,1400,1402,1401,-1,1403,1401,1402,-1,1402,1404,1403,-1,1405,1403,1404,-1,1404,1406,1405,-1,1407,1405,1406,-1,1406,1408,1407,-1,1409,1407,1408,-1,1408,1410,1409,-1,1411,1409,1410,-1,1410,1412,1411,-1,1413,1411,1412,-1,1412,1414,1413,-1,1415,1413,1414,-1,1414,1416,1415,-1,1417,1415,1416,-1,1416,1418,1417,-1,1419,1417,1418,-1,1418,1420,1419,-1,1421,1419,1420,-1,1420,1422,1421,-1,1423,1421,1422,-1,1422,1424,1423,-1,1425,1423,1424,-1,1424,1426,1425,-1,1427,1425,1426,-1,1426,1428,1427,-1,1429,1427,1428,-1,1428,1430,1429,-1,1431,1429,1430,-1,1430,1432,1431,-1,1433,1431,1432,-1,1432,1434,1433,-1,1435,1433,1434,-1,1434,1436,1435,-1,1437,1435,1436,-1,1436,1438,1437,-1,1439,1437,1438,-1,1438,1440,1439,-1,1441,1439,1440,-1,1440,1442,1441,-1,1443,1441,1442,-1,1442,1444,1443,-1,1445,1443,1444,-1,1444,1446,1445,-1,1447,1445,1446,-1,1446,1448,1447,-1,1449,1447,1448,-1,1448,1450,1449,-1,1451,1449,1450,-1,1450,1452,1451,-1,1453,1451,1452,-1,1452,1454,1453,-1,1455,1453,1454,-1,1454,1456,1455,-1,1457,1455,1456,-1,1456,1458,1457,-1,1459,1457,1458,-1,1458,1460,1459,-1,1461,1459,1460,-1,1460,1462,1461,-1,1463,1461,1462,-1,1462,1464,1463,-1,1465,1463,1464,-1,1464,1466,1465,-1,1467,1465,1466,-1,1466,1468,1467,-1,1469,1467,1468,-1,1468,1470,1469,-1,1471,1469,1470,-1,1470,1472,1471,-1,1473,1471,1472,-1,1472,1474,1473,-1,1475,1473,1474,-1,1474,1476,1475,-1,1398,1475,1476,-1,1476,1399,1398,-1,1477,1478,1479,-1,1479,1480,1477,-1,1481,1477,1480,-1,1480,1482,1481,-1,1483,1481,1482,-1,1482,1484,1483,-1,1485,1483,1484,-1,1484,1486,1485,-1,1487,1485,1486,-1,1486,1488,1487,-1,1489,1487,1488,-1,1488,1490,1489,-1,1491,1489,1490,-1,1490,1492,1491,-1,1493,1491,1492,-1,1492,1494,1493,-1,1495,1493,1494,-1,1494,1496,1495,-1,1497,1495,1496,-1,1496,1498,1497,-1,1499,1497,1498,-1,1498,1500,1499,-1,1501,1499,1500,-1,1500,1502,1501,-1,1503,1501,1502,-1,1502,1504,1503,-1,1505,1503,1504,-1,1504,1506,1505,-1,1507,1505,1506,-1,1506,1508,1507,-1,1509,1507,1508,-1,1508,1510,1509,-1,1511,1509,1510,-1,1510,1512,1511,-1,1513,1511,1512,-1,1512,1514,1513,-1,1515,1513,1514,-1,1514,1516,1515,-1,1517,1515,1516,-1,1516,1518,1517,-1,1519,1517,1518,-1,1518,1520,1519,-1,1521,1519,1520,-1,1520,1522,1521,-1,1523,1521,1522,-1,1522,1524,1523,-1,1525,1523,1524,-1,1524,1526,1525,-1,1527,1525,1526,-1,1526,1528,1527,-1,1529,1527,1528,-1,1528,1530,1529,-1,1531,1529,1530,-1,1530,1532,1531,-1,1533,1531,1532,-1,1532,1534,1533,-1,1535,1533,1534,-1,1534,1536,1535,-1,1537,1535,1536,-1,1536,1538,1537,-1,1539,1537,1538,-1,1538,1540,1539,-1,1541,1539,1540,-1,1540,1542,1541,-1,1543,1541,1542,-1,1542,1544,1543,-1,1545,1543,1544,-1,1544,1546,1545,-1,1547,1545,1546,-1,1546,1548,1547,-1,1549,1547,1548,-1,1548,1550,1549,-1,1551,1549,1550,-1,1550,1552,1551,-1,1553,1551,1552,-1,1552,1554,1553,-1,1555,1553,1554,-1,1554,1556,1555,-1,1478,1555,1556,-1,1556,1479,1478,-1,1557,1558,1559,-1,1559,1560,1557,-1,1561,1557,1560,-1,1560,1562,1561,-1,1563,1561,1562,-1,1562,1564,1563,-1,1565,1566,1561,-1,1561,1563,1565,-1,1566,1567,1557,-1,1557,1561,1566,-1,1567,1568,1558,-1,1558,1557,1567,-1,1568,1569,1570,-1,1570,1558,1568,-1,1558,1570,1571,-1,1571,1559,1558,-1,1570,1572,1573,-1,1573,1571,1570,-1,1569,1574,1572,-1,1572,1570,1569,-1,1574,1575,1576,-1,1576,1572,1574,-1,1572,1576,1577,-1,1577,1573,1572,-1,1576,1578,1579,-1,1579,1577,1576,-1,1575,1580,1578,-1,1578,1576,1575,-1,1580,1581,1582,-1,1582,1578,1580,-1,1578,1582,1583,-1,1583,1579,1578,-1,1582,1584,1585,-1,1585,1583,1582,-1,1581,1586,1584,-1,1584,1582,1581,-1,1586,1587,1588,-1,1588,1584,1586,-1,1584,1588,1589,-1,1589,1585,1584,-1,1588,1590,1591,-1,1591,1589,1588,-1,1587,1592,1590,-1,1590,1588,1587,-1,1592,1593,1594,-1,1594,1590,1592,-1,1590,1594,1595,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_12()
		{
			int[] value = {1595,1591,1590,-1,1594,1596,1597,-1,1597,1595,1594,-1,1593,1598,1596,-1,1596,1594,1593,-1,1598,1599,1600,-1,1600,1596,1598,-1,1596,1600,1601,-1,1601,1597,1596,-1,1600,1602,1603,-1,1603,1601,1600,-1,1599,1604,1602,-1,1602,1600,1599,-1,1604,1605,1606,-1,1606,1602,1604,-1,1605,1607,1608,-1,1608,1606,1605,-1,1607,1609,1610,-1,1610,1608,1607,-1,1609,1611,1612,-1,1612,1610,1609,-1,1611,1613,1614,-1,1614,1612,1611,-1,1613,1615,1616,-1,1616,1614,1613,-1,1615,1617,1618,-1,1618,1616,1615,-1,1617,1619,1620,-1,1620,1618,1617,-1,1619,1621,1622,-1,1622,1620,1619,-1,1621,1623,1624,-1,1624,1622,1621,-1,1623,1625,1626,-1,1626,1624,1623,-1,1625,1627,1628,-1,1628,1626,1625,-1,1627,1629,1630,-1,1630,1628,1627,-1,1629,1631,1632,-1,1632,1630,1629,-1,1631,1633,1634,-1,1634,1632,1631,-1,1632,1634,1635,-1,1635,1636,1632,-1,1630,1632,1636,-1,1636,1637,1630,-1,1628,1630,1637,-1,1637,1638,1628,-1,1626,1628,1638,-1,1638,1639,1626,-1,1624,1626,1639,-1,1639,1640,1624,-1,1622,1624,1640,-1,1640,1641,1622,-1,1620,1622,1641,-1,1641,1642,1620,-1,1618,1620,1642,-1,1642,1643,1618,-1,1616,1618,1643,-1,1643,1644,1616,-1,1614,1616,1644,-1,1644,1645,1614,-1,1612,1614,1645,-1,1645,1646,1612,-1,1610,1612,1646,-1,1646,1647,1610,-1,1608,1610,1647,-1,1647,1648,1608,-1,1606,1608,1648,-1,1648,1649,1606,-1,1602,1606,1649,-1,1649,1603,1602,-1,1634,1650,1651,-1,1651,1635,1634,-1,1633,1652,1650,-1,1650,1634,1633,-1,1652,1653,1654,-1,1654,1650,1652,-1,1650,1654,1655,-1,1655,1651,1650,-1,1654,1656,1657,-1,1657,1655,1654,-1,1653,1658,1656,-1,1656,1654,1653,-1,1658,1659,1660,-1,1660,1656,1658,-1,1656,1660,1661,-1,1661,1657,1656,-1,1660,1662,1663,-1,1663,1661,1660,-1,1659,1664,1662,-1,1662,1660,1659,-1,1664,1665,1666,-1,1666,1662,1664,-1,1662,1666,1667,-1,1667,1663,1662,-1,1666,1668,1669,-1,1669,1667,1666,-1,1665,1670,1668,-1,1668,1666,1665,-1,1670,1671,1672,-1,1672,1668,1670,-1,1668,1672,1673,-1,1673,1669,1668,-1,1672,1674,1675,-1,1675,1673,1672,-1,1671,1676,1674,-1,1674,1672,1671,-1,1676,1565,1563,-1,1563,1674,1676,-1,1674,1563,1564,-1,1564,1675,1674,-1,1677,1678,1679,-1,1679,1680,1677,-1,1681,1677,1680,-1,1680,1682,1681,-1,1683,1681,1682,-1,1682,1684,1683,-1,1685,1683,1684,-1,1684,1686,1685,-1,1687,1685,1686,-1,1686,1688,1687,-1,1689,1687,1688,-1,1688,1690,1689,-1,1691,1689,1690,-1,1690,1692,1691,-1,1693,1691,1692,-1,1692,1694,1693,-1,1695,1693,1694,-1,1694,1696,1695,-1,1697,1695,1696,-1,1696,1698,1697,-1,1699,1697,1698,-1,1698,1700,1699,-1,1701,1699,1700,-1,1700,1702,1701,-1,1703,1701,1702,-1,1702,1704,1703,-1,1705,1703,1704,-1,1704,1706,1705,-1,1707,1705,1706,-1,1706,1708,1707,-1,1709,1707,1708,-1,1708,1710,1709,-1,1711,1709,1710,-1,1710,1712,1711,-1,1713,1711,1712,-1,1712,1714,1713,-1,1715,1713,1714,-1,1714,1716,1715,-1,1717,1715,1716,-1,1716,1718,1717,-1,1719,1717,1718,-1,1718,1720,1719,-1,1721,1719,1720,-1,1720,1722,1721,-1,1723,1721,1722,-1,1722,1724,1723,-1,1725,1723,1724,-1,1724,1726,1725,-1,1727,1725,1726,-1,1726,1728,1727,-1,1729,1727,1728,-1,1728,1730,1729,-1,1731,1729,1730,-1,1730,1732,1731,-1,1733,1731,1732,-1,1732,1734,1733,-1,1735,1733,1734,-1,1734,1736,1735,-1,1737,1735,1736,-1,1736,1738,1737,-1,1739,1737,1738,-1,1738,1740,1739,-1,1741,1739,1740,-1,1740,1742,1741,-1,1743,1741,1742,-1,1742,1744,1743,-1,1745,1743,1744,-1,1744,1746,1745,-1,1747,1745,1746,-1,1746,1748,1747,-1,1749,1747,1748,-1,1748,1750,1749,-1,1751,1749,1750,-1,1750,1752,1751,-1,1753,1751,1752,-1,1752,1754,1753,-1,1755,1753,1754,-1,1754,1756,1755,-1,1678,1755,1756,-1,1756,1679,1678,-1,1757,1758,1759,-1,1759,1760,1757,-1,1761,1757,1760,-1,1760,1762,1761,-1,1763,1761,1762,-1,1762,1764,1763,-1,1765,1763,1764,-1,1764,1766,1765,-1,1767,1765,1766,-1,1766,1768,1767,-1,1769,1767,1768,-1,1768,1770,1769,-1,1771,1769,1770,-1,1770,1772,1771,-1,1773,1771,1772,-1,1772,1774,1773,-1,1775,1773,1774,-1,1774,1776,1775,-1,1777,1775,1776,-1,1776,1778,1777,-1,1779,1777,1778,-1,1778,1780,1779,-1,1781,1779,1780,-1,1780,1782,1781,-1,1783,1781,1782,-1,1782,1784,1783,-1,1785,1783,1784,-1,1784,1786,1785,-1,1787,1785,1786,-1,1786,1788,1787,-1,1789,1787,1788,-1,1788,1790,1789,-1,1791,1789,1790,-1,1790,1792,1791,-1,1793,1791,1792,-1,1792,1794,1793,-1,1795,1793,1794,-1,1794,1796,1795,-1,1797,1795,1796,-1,1796,1798,1797,-1,1799,1797,1798,-1,1798,1800,1799,-1,1801,1799,1800,-1,1800,1802,1801,-1,1803,1801,1802,-1,1802,1804,1803,-1,1805,1803,1804,-1,1804,1806,1805,-1,1807,1805,1806,-1,1806,1808,1807,-1,1809,1807,1808,-1,1808,1810,1809,-1,1811,1809,1810,-1,1810,1812,1811,-1,1813,1811,1812,-1,1812,1814,1813,-1,1815,1813,1814,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_13()
		{
			int[] value = {1814,1816,1815,-1,1817,1815,1816,-1,1816,1818,1817,-1,1819,1817,1818,-1,1818,1820,1819,-1,1821,1819,1820,-1,1820,1822,1821,-1,1823,1821,1822,-1,1822,1824,1823,-1,1825,1823,1824,-1,1824,1826,1825,-1,1827,1825,1826,-1,1826,1828,1827,-1,1829,1827,1828,-1,1828,1830,1829,-1,1831,1829,1830,-1,1830,1832,1831,-1,1833,1831,1832,-1,1832,1834,1833,-1,1835,1833,1834,-1,1834,1836,1835,-1,1758,1835,1836,-1,1836,1759,1758,-1,1320,1319,1837,-1,1322,1320,1837,-1,1324,1322,1837,-1,1326,1324,1837,-1,1328,1326,1837,-1,1330,1328,1837,-1,1332,1330,1837,-1,1334,1332,1837,-1,1336,1334,1837,-1,1338,1336,1837,-1,1340,1338,1837,-1,1342,1340,1837,-1,1344,1342,1837,-1,1346,1344,1837,-1,1348,1346,1837,-1,1350,1348,1837,-1,1352,1350,1837,-1,1354,1352,1837,-1,1356,1354,1837,-1,1358,1356,1837,-1,1360,1358,1837,-1,1362,1360,1837,-1,1364,1362,1837,-1,1366,1364,1837,-1,1368,1366,1837,-1,1370,1368,1837,-1,1372,1370,1837,-1,1374,1372,1837,-1,1376,1374,1837,-1,1378,1376,1837,-1,1380,1378,1837,-1,1382,1380,1837,-1,1384,1382,1837,-1,1386,1384,1837,-1,1388,1386,1837,-1,1390,1388,1837,-1,1392,1390,1837,-1,1394,1392,1837,-1,1396,1394,1837,-1,1319,1396,1837,-1,1400,1399,1318,-1,1318,1317,1400,-1,1402,1400,1317,-1,1317,1321,1402,-1,1404,1402,1321,-1,1321,1323,1404,-1,1406,1404,1323,-1,1323,1325,1406,-1,1408,1406,1325,-1,1325,1327,1408,-1,1410,1408,1327,-1,1327,1329,1410,-1,1412,1410,1329,-1,1329,1331,1412,-1,1414,1412,1331,-1,1331,1333,1414,-1,1416,1414,1333,-1,1333,1335,1416,-1,1418,1416,1335,-1,1335,1337,1418,-1,1420,1418,1337,-1,1337,1339,1420,-1,1422,1420,1339,-1,1339,1341,1422,-1,1424,1422,1341,-1,1341,1343,1424,-1,1426,1424,1343,-1,1343,1345,1426,-1,1428,1426,1345,-1,1345,1347,1428,-1,1430,1428,1347,-1,1347,1349,1430,-1,1432,1430,1349,-1,1349,1351,1432,-1,1434,1432,1351,-1,1351,1353,1434,-1,1436,1434,1353,-1,1353,1355,1436,-1,1438,1436,1355,-1,1355,1357,1438,-1,1440,1438,1357,-1,1357,1359,1440,-1,1442,1440,1359,-1,1359,1361,1442,-1,1444,1442,1361,-1,1361,1363,1444,-1,1446,1444,1363,-1,1363,1365,1446,-1,1448,1446,1365,-1,1365,1367,1448,-1,1450,1448,1367,-1,1367,1369,1450,-1,1452,1450,1369,-1,1369,1371,1452,-1,1454,1452,1371,-1,1371,1373,1454,-1,1456,1454,1373,-1,1373,1375,1456,-1,1458,1456,1375,-1,1375,1377,1458,-1,1460,1458,1377,-1,1377,1379,1460,-1,1462,1460,1379,-1,1379,1381,1462,-1,1464,1462,1381,-1,1381,1383,1464,-1,1466,1464,1383,-1,1383,1385,1466,-1,1468,1466,1385,-1,1385,1387,1468,-1,1470,1468,1387,-1,1387,1389,1470,-1,1472,1470,1389,-1,1389,1391,1472,-1,1474,1472,1391,-1,1391,1393,1474,-1,1476,1474,1393,-1,1393,1395,1476,-1,1399,1476,1395,-1,1395,1318,1399,-1,1480,1479,1398,-1,1398,1397,1480,-1,1482,1480,1397,-1,1397,1401,1482,-1,1484,1482,1401,-1,1401,1403,1484,-1,1486,1484,1403,-1,1403,1405,1486,-1,1488,1486,1405,-1,1405,1407,1488,-1,1490,1488,1407,-1,1407,1409,1490,-1,1492,1490,1409,-1,1409,1411,1492,-1,1494,1492,1411,-1,1411,1413,1494,-1,1496,1494,1413,-1,1413,1415,1496,-1,1498,1496,1415,-1,1415,1417,1498,-1,1500,1498,1417,-1,1417,1419,1500,-1,1502,1500,1419,-1,1419,1421,1502,-1,1504,1502,1421,-1,1421,1423,1504,-1,1506,1504,1423,-1,1423,1425,1506,-1,1508,1506,1425,-1,1425,1427,1508,-1,1510,1508,1427,-1,1427,1429,1510,-1,1512,1510,1429,-1,1429,1431,1512,-1,1514,1512,1431,-1,1431,1433,1514,-1,1516,1514,1433,-1,1433,1435,1516,-1,1518,1516,1435,-1,1435,1437,1518,-1,1520,1518,1437,-1,1437,1439,1520,-1,1522,1520,1439,-1,1439,1441,1522,-1,1524,1522,1441,-1,1441,1443,1524,-1,1526,1524,1443,-1,1443,1445,1526,-1,1528,1526,1445,-1,1445,1447,1528,-1,1530,1528,1447,-1,1447,1449,1530,-1,1532,1530,1449,-1,1449,1451,1532,-1,1534,1532,1451,-1,1451,1453,1534,-1,1536,1534,1453,-1,1453,1455,1536,-1,1538,1536,1455,-1,1455,1457,1538,-1,1540,1538,1457,-1,1457,1459,1540,-1,1542,1540,1459,-1,1459,1461,1542,-1,1544,1542,1461,-1,1461,1463,1544,-1,1546,1544,1463,-1,1463,1465,1546,-1,1548,1546,1465,-1,1465,1467,1548,-1,1550,1548,1467,-1,1467,1469,1550,-1,1552,1550,1469,-1,1469,1471,1552,-1,1554,1552,1471,-1,1471,1473,1554,-1,1556,1554,1473,-1,1473,1475,1556,-1,1479,1556,1475,-1,1475,1398,1479,-1,1560,1559,1478,-1,1478,1477,1560,-1,1562,1560,1477,-1,1477,1481,1562,-1,1564,1562,1481,-1,1481,1483,1564,-1,1675,1564,1483,-1,1483,1485,1675,-1,1673,1675,1485,-1,1485,1487,1673,-1,1669,1673,1487,-1,1487,1489,1669,-1,1667,1669,1489,-1,1489,1491,1667,-1,1663,1667,1491,-1,1491,1493,1663,-1,1661,1663,1493,-1,1493,1495,1661,-1,1657,1661,1495,-1,1495,1497,1657,-1,1655,1657,1497,-1,1497,1499,1655,-1,1651,1655,1499,-1,1499,1501,1651,-1,1635,1651,1501,-1,1501,1503,1635,-1,1636,1635,1503,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_14()
		{
			int[] value = {1503,1505,1636,-1,1637,1636,1505,-1,1505,1507,1637,-1,1638,1637,1507,-1,1507,1509,1638,-1,1639,1638,1509,-1,1509,1511,1639,-1,1640,1639,1511,-1,1511,1513,1640,-1,1641,1640,1513,-1,1513,1515,1641,-1,1642,1641,1515,-1,1515,1517,1642,-1,1643,1642,1517,-1,1517,1519,1643,-1,1644,1643,1519,-1,1519,1521,1644,-1,1645,1644,1521,-1,1521,1523,1645,-1,1646,1645,1523,-1,1523,1525,1646,-1,1647,1646,1525,-1,1525,1527,1647,-1,1648,1647,1527,-1,1527,1529,1648,-1,1649,1648,1529,-1,1529,1531,1649,-1,1603,1649,1531,-1,1531,1533,1603,-1,1601,1603,1533,-1,1533,1535,1601,-1,1597,1601,1535,-1,1535,1537,1597,-1,1595,1597,1537,-1,1537,1539,1595,-1,1591,1595,1539,-1,1539,1541,1591,-1,1589,1591,1541,-1,1541,1543,1589,-1,1585,1589,1543,-1,1543,1545,1585,-1,1583,1585,1545,-1,1545,1547,1583,-1,1579,1583,1547,-1,1547,1549,1579,-1,1577,1579,1549,-1,1549,1551,1577,-1,1573,1577,1551,-1,1551,1553,1573,-1,1571,1573,1553,-1,1553,1555,1571,-1,1559,1571,1555,-1,1555,1478,1559,-1,1680,1679,1568,-1,1568,1567,1680,-1,1682,1680,1567,-1,1567,1566,1682,-1,1684,1682,1566,-1,1566,1565,1684,-1,1686,1684,1565,-1,1565,1676,1686,-1,1688,1686,1676,-1,1676,1671,1688,-1,1690,1688,1671,-1,1671,1670,1690,-1,1692,1690,1670,-1,1670,1665,1692,-1,1694,1692,1665,-1,1665,1664,1694,-1,1696,1694,1664,-1,1664,1659,1696,-1,1698,1696,1659,-1,1659,1658,1698,-1,1700,1698,1658,-1,1658,1653,1700,-1,1702,1700,1653,-1,1653,1652,1702,-1,1704,1702,1652,-1,1652,1633,1704,-1,1706,1704,1633,-1,1633,1631,1706,-1,1708,1706,1631,-1,1631,1629,1708,-1,1710,1708,1629,-1,1629,1627,1710,-1,1712,1710,1627,-1,1627,1625,1712,-1,1714,1712,1625,-1,1625,1623,1714,-1,1716,1714,1623,-1,1623,1621,1716,-1,1718,1716,1621,-1,1621,1619,1718,-1,1720,1718,1619,-1,1619,1617,1720,-1,1722,1720,1617,-1,1617,1615,1722,-1,1724,1722,1615,-1,1615,1613,1724,-1,1726,1724,1613,-1,1613,1611,1726,-1,1728,1726,1611,-1,1611,1609,1728,-1,1730,1728,1609,-1,1609,1607,1730,-1,1732,1730,1607,-1,1607,1605,1732,-1,1734,1732,1605,-1,1605,1604,1734,-1,1736,1734,1604,-1,1604,1599,1736,-1,1738,1736,1599,-1,1599,1598,1738,-1,1740,1738,1598,-1,1598,1593,1740,-1,1742,1740,1593,-1,1593,1592,1742,-1,1744,1742,1592,-1,1592,1587,1744,-1,1746,1744,1587,-1,1587,1586,1746,-1,1748,1746,1586,-1,1586,1581,1748,-1,1750,1748,1581,-1,1581,1580,1750,-1,1752,1750,1580,-1,1580,1575,1752,-1,1754,1752,1575,-1,1575,1574,1754,-1,1756,1754,1574,-1,1574,1569,1756,-1,1679,1756,1569,-1,1569,1568,1679,-1,1838,1839,1678,-1,1678,1677,1838,-1,1840,1838,1677,-1,1677,1681,1840,-1,1841,1840,1681,-1,1681,1683,1841,-1,1842,1841,1683,-1,1683,1685,1842,-1,1843,1842,1685,-1,1685,1687,1843,-1,1844,1843,1687,-1,1687,1689,1844,-1,1845,1844,1689,-1,1689,1691,1845,-1,1846,1845,1691,-1,1691,1693,1846,-1,1847,1846,1693,-1,1693,1695,1847,-1,1776,1774,1846,-1,1846,1847,1776,-1,1774,1772,1845,-1,1845,1846,1774,-1,1772,1770,1844,-1,1844,1845,1772,-1,1770,1768,1843,-1,1843,1844,1770,-1,1768,1766,1842,-1,1842,1843,1768,-1,1766,1764,1841,-1,1841,1842,1766,-1,1764,1762,1840,-1,1840,1841,1764,-1,1762,1760,1838,-1,1838,1840,1762,-1,1760,1759,1839,-1,1839,1838,1760,-1,1759,1836,1848,-1,1848,1839,1759,-1,1836,1834,1849,-1,1849,1848,1836,-1,1834,1832,1850,-1,1850,1849,1834,-1,1832,1830,1851,-1,1851,1850,1832,-1,1830,1828,1852,-1,1852,1851,1830,-1,1828,1826,1853,-1,1853,1852,1828,-1,1826,1824,1854,-1,1854,1853,1826,-1,1853,1854,1743,-1,1743,1745,1853,-1,1852,1853,1745,-1,1745,1747,1852,-1,1851,1852,1747,-1,1747,1749,1851,-1,1850,1851,1749,-1,1749,1751,1850,-1,1849,1850,1751,-1,1751,1753,1849,-1,1848,1849,1753,-1,1753,1755,1848,-1,1839,1848,1755,-1,1755,1678,1839,-1,1824,1822,1855,-1,1855,1854,1824,-1,1854,1855,1741,-1,1741,1743,1854,-1,1855,1856,1739,-1,1739,1741,1855,-1,1822,1820,1856,-1,1856,1855,1822,-1,1820,1818,1857,-1,1857,1856,1820,-1,1856,1857,1737,-1,1737,1739,1856,-1,1857,1858,1735,-1,1735,1737,1857,-1,1818,1816,1858,-1,1858,1857,1818,-1,1816,1814,1859,-1,1859,1858,1816,-1,1814,1812,1860,-1,1860,1859,1814,-1,1812,1810,1861,-1,1861,1860,1812,-1,1810,1808,1862,-1,1862,1861,1810,-1,1808,1806,1863,-1,1863,1862,1808,-1,1806,1804,1864,-1,1864,1863,1806,-1,1804,1802,1865,-1,1865,1864,1804,-1,1802,1800,1866,-1,1866,1865,1802,-1,1800,1798,1867,-1,1867,1866,1800,-1,1798,1796,1868,-1,1868,1867,1798,-1,1796,1794,1869,-1,1869,1868,1796,-1,1794,1792,1870,-1,1870,1869,1794,-1,1792,1790,1871,-1,1871,1870,1792,-1,1790,1788,1872,-1,1872,1871,1790,-1,1788,1786,1873,-1,1873,1872,1788,-1,1786,1784,1874,-1,1874,1873,1786,-1,1784,1782,1875,-1,1875,1874,1784,-1,1782,1780,1876,-1,1876,1875,1782,-1,1875,1876,1699,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_15()
		{
			int[] value = {1699,1701,1875,-1,1874,1875,1701,-1,1701,1703,1874,-1,1873,1874,1703,-1,1703,1705,1873,-1,1872,1873,1705,-1,1705,1707,1872,-1,1871,1872,1707,-1,1707,1709,1871,-1,1870,1871,1709,-1,1709,1711,1870,-1,1869,1870,1711,-1,1711,1713,1869,-1,1868,1869,1713,-1,1713,1715,1868,-1,1867,1868,1715,-1,1715,1717,1867,-1,1866,1867,1717,-1,1717,1719,1866,-1,1865,1866,1719,-1,1719,1721,1865,-1,1864,1865,1721,-1,1721,1723,1864,-1,1863,1864,1723,-1,1723,1725,1863,-1,1862,1863,1725,-1,1725,1727,1862,-1,1861,1862,1727,-1,1727,1729,1861,-1,1860,1861,1729,-1,1729,1731,1860,-1,1859,1860,1731,-1,1731,1733,1859,-1,1858,1859,1733,-1,1733,1735,1858,-1,1780,1778,1877,-1,1877,1876,1780,-1,1876,1877,1697,-1,1697,1699,1876,-1,1877,1847,1695,-1,1695,1697,1877,-1,1778,1776,1847,-1,1847,1877,1778,-1,1878,1758,1757,-1,1878,1757,1761,-1,1878,1761,1763,-1,1878,1763,1765,-1,1878,1765,1767,-1,1878,1767,1769,-1,1878,1769,1771,-1,1878,1771,1773,-1,1878,1773,1775,-1,1878,1775,1777,-1,1878,1777,1779,-1,1878,1779,1781,-1,1878,1781,1783,-1,1878,1783,1785,-1,1878,1785,1787,-1,1878,1787,1789,-1,1878,1789,1791,-1,1878,1791,1793,-1,1878,1793,1795,-1,1878,1795,1797,-1,1878,1797,1799,-1,1878,1799,1801,-1,1878,1801,1803,-1,1878,1803,1805,-1,1878,1805,1807,-1,1878,1807,1809,-1,1878,1809,1811,-1,1878,1811,1813,-1,1878,1813,1815,-1,1878,1815,1817,-1,1878,1817,1819,-1,1878,1819,1821,-1,1878,1821,1823,-1,1878,1823,1825,-1,1878,1825,1827,-1,1878,1827,1829,-1,1878,1829,1831,-1,1878,1831,1833,-1,1878,1833,1835,-1,1878,1835,1758,-1,817,1879,818,-1,832,1880,833,-1,1881,1882,37,-1,1883,1881,37,-1,1884,1883,37,-1,1885,1884,37,-1,36,1885,37,-1,123,1885,36,-1,36,125,123,-1,125,36,127,-1,127,36,35,-1,35,129,127,-1,129,35,40,-1,40,35,41,-1,41,35,38,-1,38,43,41,-1,43,38,45,-1,45,38,1886,-1,1886,47,45,-1,47,1886,49,-1,49,1886,1887,-1,1887,51,49,-1,51,1887,53,-1,53,1887,1888,-1,53,1888,55,-1,55,1888,57,-1,57,1888,1889,-1,1889,59,57,-1,59,1889,61,-1,61,1889,1890,-1,1890,63,61,-1,63,1890,65,-1,65,1890,1891,-1,1891,67,65,-1,67,1891,69,-1,69,1891,1892,-1,1892,71,69,-1,71,1892,73,-1,73,1892,1893,-1,1893,75,73,-1,75,1893,1894,-1,1894,76,75,-1,76,1894,77,-1,77,1894,1895,-1,1895,79,77,-1,79,1895,81,-1,81,1895,1896,-1,1896,83,81,-1,83,1896,85,-1,85,1896,87,-1,87,1896,1897,-1,1897,89,87,-1,89,1897,91,-1,91,1897,1898,-1,1898,93,91,-1,93,1898,95,-1,95,1898,1899,-1,1899,96,95,-1,96,1899,1900,-1,1900,97,96,-1,97,1900,99,-1,99,1900,1901,-1,1901,101,99,-1,101,1901,103,-1,103,1901,1882,-1,1882,105,103,-1,105,1882,107,-1,107,1882,1881,-1,1881,109,107,-1,109,1881,111,-1,113,111,1881,-1,1881,1883,113,-1,113,1883,115,-1,115,1883,1884,-1,1884,117,115,-1,117,1884,119,-1,119,1884,1885,-1,1885,121,119,-1,121,1885,123,-1,37,1886,38,-1,37,1887,1886,-1,37,1888,1887,-1,37,1889,1888,-1,37,1890,1889,-1,37,1891,1890,-1,37,1892,1891,-1,37,1893,1892,-1,37,1894,1893,-1,37,1895,1894,-1,37,1896,1895,-1,1897,1896,37,-1,1898,1897,37,-1,1899,1898,37,-1,1900,1899,37,-1,1901,1900,37,-1,1882,1901,37,-1,1879,1902,796,-1,796,797,1879,-1,1902,1903,795,-1,795,796,1902,-1,1903,1904,794,-1,794,795,1903,-1,1904,1905,793,-1,793,794,1904,-1,1905,1906,792,-1,792,793,1905,-1,791,792,1906,-1,1906,1907,791,-1,790,791,1907,-1,1907,1908,790,-1,789,790,1908,-1,1908,1909,789,-1,787,789,1909,-1,1909,1910,787,-1,788,787,1910,-1,1910,1880,788,-1,818,1879,797,-1,797,859,818,-1,819,818,859,-1,859,860,819,-1,821,819,860,-1,860,865,821,-1,823,821,865,-1,865,866,823,-1,825,823,866,-1,866,871,825,-1,871,873,826,-1,826,825,871,-1,873,877,828,-1,828,826,873,-1,877,879,830,-1,830,828,877,-1,879,882,832,-1,832,830,879,-1,882,788,1880,-1,1880,832,882,-1,1911,1902,1879,-1,1911,1912,1903,-1,1903,1902,1911,-1,1912,1913,1904,-1,1904,1903,1912,-1,1913,1914,1905,-1,1905,1904,1913,-1,1914,1915,1906,-1,1906,1905,1914,-1,1907,1906,1915,-1,1915,1916,1907,-1,1908,1907,1916,-1,1916,1917,1908,-1,1909,1908,1917,-1,1917,1918,1909,-1,1910,1909,1918,-1,1918,1919,1910,-1,1880,1910,1919,-1,1880,1919,856,-1,1880,856,833,-1,817,845,1879,-1,845,1911,1879,-1,213,214,212,-1,214,215,1920,-1,1921,214,1920,-1,214,1921,212,-1,210,211,212,-1,212,1921,210,-1,209,210,1921,-1,208,209,1921,-1,1922,1923,1921,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_16()
		{
			int[] value = {1921,1920,1922,-1,1924,1922,1920,-1,1920,1925,1924,-1,1926,1924,1925,-1,1925,1927,1926,-1,1927,1928,1929,-1,1929,1926,1927,-1,1928,1930,1931,-1,1931,1929,1928,-1,1930,1928,217,-1,217,218,1930,-1,1930,218,219,-1,1927,217,1928,-1,1927,216,217,-1,1925,216,1927,-1,216,1925,1920,-1,1920,215,216,-1,1932,1933,1923,-1,1923,1922,1932,-1,1934,1932,1922,-1,1922,1924,1934,-1,1935,1934,1924,-1,1924,1926,1935,-1,1926,1929,1936,-1,1936,1935,1926,-1,1929,1931,1937,-1,1937,1936,1929,-1,1936,1937,1938,-1,1938,1939,1936,-1,1935,1936,1939,-1,1939,1940,1935,-1,1940,1941,1934,-1,1934,1935,1940,-1,1941,1942,1932,-1,1932,1934,1941,-1,1942,1943,1933,-1,1933,1932,1942,-1,1933,1943,268,-1,268,267,1933,-1,1933,267,335,-1,1933,335,334,-1,334,1923,1933,-1,1944,1945,1943,-1,1943,1942,1944,-1,1946,1944,1942,-1,1942,1941,1946,-1,1947,1946,1941,-1,1941,1940,1947,-1,1940,1939,1948,-1,1948,1947,1940,-1,1949,1950,1946,-1,1946,1947,1949,-1,1950,1951,1944,-1,1944,1946,1950,-1,342,341,340,-1,340,1945,342,-1,1945,340,338,-1,338,1943,1945,-1,338,337,1943,-1,337,268,1943,-1,12,1951,13,-1,346,345,13,-1,13,1951,346,-1,809,1950,1949,-1,1949,804,809,-1,1952,805,804,-1,804,1949,1952,-1,843,844,1953,-1,1930,219,1954,-1,1954,220,221,-1,1954,221,222,-1,222,223,1954,-1,1954,223,224,-1,1954,224,225,-1,1930,1954,1955,-1,1955,1931,1930,-1,1931,1955,1953,-1,1953,1937,1931,-1,1955,948,843,-1,843,1953,1955,-1,1937,1953,1956,-1,1956,1938,1937,-1,844,950,1956,-1,1956,1953,844,-1,1956,950,1296,-1,1956,1296,1295,-1,1956,1295,1294,-1,1294,1957,1956,-1,1938,1956,1957,-1,1957,1958,1938,-1,1939,1938,1958,-1,1958,1948,1939,-1,1948,1958,1959,-1,1959,1952,1948,-1,1947,1948,1952,-1,1952,1949,1947,-1,1959,6,1291,-1,1291,961,1959,-1,6,1959,7,-1,1957,1294,1293,-1,1293,1292,1957,-1,1954,219,220,-1,334,1921,1923,-1,334,207,208,-1,208,1921,334,-1,1951,1945,1944,-1,1951,12,342,-1,342,1945,1951,-1,1950,346,1951,-1,1950,809,347,-1,347,346,1950,-1,1954,948,1955,-1,1954,225,226,-1,226,948,1954,-1,961,1952,1959,-1,961,960,805,-1,805,1952,961,-1,1957,1959,1958,-1,1957,1292,7,-1,7,1959,1957,-1,1960,1961,1962,-1,1962,1963,1960,-1,1962,1961,1964,-1,1964,1965,1962,-1,1964,1966,1967,-1,1967,1965,1964,-1,1965,1967,1968,-1,1968,1969,1965,-1,1962,1965,1969,-1,1969,1970,1962,-1,1970,1969,1971,-1,1971,1972,1970,-1,1969,1968,1973,-1,1973,1971,1969,-1,1971,1973,1974,-1,1974,1975,1971,-1,1972,1971,1975,-1,1975,1976,1972,-1,1977,1972,1976,-1,1976,1978,1977,-1,1979,1970,1972,-1,1972,1977,1979,-1,1963,1962,1970,-1,1970,1979,1963,-1,1980,1981,1961,-1,1961,1960,1980,-1,1982,1964,1961,-1,1961,1981,1982,-1,1982,1983,1966,-1,1966,1964,1982,-1,1984,1985,1983,-1,1983,1982,1984,-1,1986,1984,1982,-1,1982,1981,1986,-1,1987,1988,1984,-1,1984,1986,1987,-1,1988,1989,1985,-1,1985,1984,1988,-1,1990,1991,1989,-1,1989,1988,1990,-1,1992,1990,1988,-1,1988,1987,1992,-1,1993,1992,1987,-1,1987,1994,1993,-1,1994,1987,1986,-1,1986,1995,1994,-1,1995,1986,1981,-1,1981,1980,1995,-1,1975,1974,1996,-1,1991,1996,1974,-1,1996,1991,1990,-1,1997,1996,1990,-1,1990,1992,1997,-1,1976,1975,1996,-1,1996,1997,1976,-1,1976,1997,1998,-1,1978,1976,1998,-1,1998,1997,1999,-1,1999,1997,1992,-1,1992,1993,1999,-1,1991,1974,1966,-1,1979,1960,1963,-1,1977,1960,1979,-1,1978,1960,1977,-1,1998,1960,1978,-1,1999,1960,1998,-1,1999,1980,1960,-1,1993,1980,1999,-1,1993,1994,1995,-1,1995,1980,1993,-1,1983,1991,1966,-1,1983,1985,1989,-1,1989,1991,1983,-1,1974,1967,1966,-1,1974,1973,1968,-1,1968,1967,1974,-1,29,754,752,-1,752,30,29,-1,29,755,754,-1,754,753,752,-1,2000,847,846,-1,2000,2001,847,-1,2000,2002,2001,-1,2000,2003,2002,-1,2000,2004,2003,-1,2000,2005,2004,-1,2006,2005,2000,-1,2007,2006,2000,-1,2008,2007,2000,-1,2009,2008,2000,-1,857,2009,2000,-1,855,857,2000,-1,854,855,2000,-1,853,854,2000,-1,852,853,2000,-1,851,852,2000,-1,2000,850,851,-1,2000,849,850,-1,2000,848,849,-1,2000,846,848,-1,847,1911,845,-1,847,2001,1911,-1,2001,2002,1912,-1,1912,1911,2001,-1,2002,2003,1913,-1,1913,1912,2002,-1,2003,2004,1914,-1,1914,1913,2003,-1,2004,2005,1915,-1,1915,1914,2004,-1,1916,1915,2005,-1,2005,2006,1916,-1,1917,1916,2006,-1,2006,2007,1917,-1,1918,1917,2007,-1,2007,2008,1918,-1,1919,1918,2008,-1,2008,2009,1919,-1,1919,2009,857,-1,856,1919,857,-1,33,759,758,-1,758,34,33,-1,758,757,756,-1,756,34,758,-1,2010,2011,2012,-1,2012,2013,2010,-1,2014,2015,2016,-1,2016,2017,2014,-1,2018,2015,2014,-1,2019,2015,2018,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_20_coordIndex_17()
		{
			int[] value = {2018,2020,2019,-1,2021,2022,2019,-1,2019,2020,2021,-1,2023,2024,2022,-1,2022,2021,2023,-1,2025,2026,2024,-1,2024,2023,2025,-1,2027,2028,2026,-1,2026,2025,2027,-1,2017,2016,2028,-1,2028,2027,2017,-1,2013,2012,2029,-1,2029,2012,2030,-1,2029,2030,2031,-1,2031,2030,2032,-1,2032,2033,2031,-1,2033,2032,2034,-1,2034,2035,2033,-1,2035,2034,2036,-1,2036,2037,2035,-1,2037,2036,2038,-1,2038,2039,2037,-1,2039,2038,2011,-1,2011,2010,2039,-1,2032,2036,2034,-1,2032,2038,2036,-1,2030,2038,2032,-1,2012,2011,2038,-1,2038,2030,2012,-1,2037,2033,2035,-1,2039,2033,2037,-1,2039,2031,2033,-1,2039,2029,2031,-1,2013,2029,2039,-1,2039,2010,2013,-1,2021,2025,2023,-1,2021,2027,2025,-1,2020,2027,2021,-1,2018,2027,2020,-1,2017,2027,2018,-1,2018,2014,2017,-1,2026,2022,2024,-1,2028,2022,2026,-1,2028,2019,2022,-1,2015,2019,2028,-1,2028,2016,2015,-1,479,2040,2041,-1,2041,478,479,-1,363,2042,2043,-1,2043,516,363,-1,516,2043,913,-1,930,2040,479,-1,980,2044,2045,-1,2045,982,980,-1,982,2045,2046,-1,2046,1062,982,-1,1062,2046,2047,-1,2047,1126,1062,-1,1126,2047,2040,-1,2040,930,1126,-1,979,2048,2044,-1,2044,980,979,-1,1297,2049,2048,-1,2048,979,1297,-1,478,2041,2049,-1,2049,1297,478,-1,1289,2050,2051,-1,2051,1290,1289,-1,1290,2051,2042,-1,2042,363,1290,-1,1029,2052,2050,-1,2050,1289,1029,-1,1028,2053,2052,-1,2052,1029,1028,-1,1093,2054,2053,-1,2053,1028,1093,-1,1155,2055,2054,-1,2054,1093,1155,-1,913,2043,2055,-1,2055,1155,913,-1,2044,2046,2045,-1,2044,2047,2046,-1,2048,2047,2044,-1,2049,2047,2048,-1,2040,2047,2049,-1,2049,2041,2040,-1,2054,2052,2053,-1,2055,2052,2054,-1,2055,2050,2052,-1,2055,2051,2050,-1,2042,2051,2055,-1,2055,2043,2042,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_20_point_1()
		{
			double[] value = {-0.17077,0.246569,4.72494,-0.205451,0.239294,4.72494,-0.235066,0.224963,4.72494,0.235568,0.224696,4.72493,0.205971,0.23906,4.72493,0.171298,0.246376,4.72493,0.146661,0.643913,1.75133,0.224745,0.601368,2.00652,0.220313,0.605011,1.99669,0.206618,0.612678,1.95272,-0.205822,0.612912,1.95273,-0.219521,0.605259,1.9967,-0.223958,0.601622,2.00653,-0.145839,0.644079,1.75133,-0.322119,0.007651,1.00357,-0.506037,-0.023023,1.00049,-0.453108,-0.044348,1.00349,0.453111,-0.044862,1.00347,0.506063,-0.023597,1.00047,0.322179,0.007285,1.00355,0.812743,-0.12084,-1.86386,0.842321,-0.036223,-1.86435,0.891704,-0.030861,-1.86387,-0.891836,-0.029851,-1.86382,-0.842459,-0.035269,-1.8643,-0.812977,-0.119918,-1.86382,-0.613225,0.006266,-3.66135,-0.822516,0.000465,-3.66134,-9.6e-05,0,-3.65955,-0.613248,0.003356,-4.49517,-0.822538,0.000465,-4.49516,0.822324,-0.000465,-3.66139,0.613039,0.005572,-3.66138,0.822302,-0.000465,-4.49521,0.613016,0.002662,-4.4952,9.5e-05,-0.119407,6.18362,0.014727,-0.119672,6.18362,0.000108,-0.10421,6.36472,-0.014537,-0.119654,6.18362,0.002011,-0.204419,4.72515,4.4e-05,-0.179087,5.52632,-0.03727,-0.181876,5.52632,-0.056066,-0.20876,4.72515,-0.057748,-0.180064,5.52632,-0.087939,-0.205939,4.72515,-0.091169,-0.174143,5.52633,-0.139958,-0.196725,4.72515,-0.123714,-0.166293,5.52633,-0.190611,-0.184506,4.72515,-0.152739,-0.152425,5.52633,-0.235787,-0.162922,4.72515,-0.182136,-0.134936,5.52633,-0.281542,-0.1357,4.72515,-0.206763,-0.119429,5.52633,-0.319871,-0.111566,4.72515,-0.228895,-0.093568,5.52633,-0.354321,-0.071314,4.72516,-0.251909,-0.063509,5.52633,-0.390139,-0.024527,4.72516,-0.254468,-0.03989,5.52619,-0.394121,0.012234,4.72494,-0.254455,-0.018049,5.52619,-0.394102,0.046228,4.72494,-0.251246,0.003538,5.52619,-0.389107,0.079827,4.72494,-0.241721,0.024908,5.52619,-0.374284,0.113087,4.72494,-0.229762,0.044698,5.52619,-0.355668,0.14389,4.72494,-0.211094,0.057855,5.52619,-0.326613,0.164369,4.72494,-0.192958,0.072476,5.52619,-0.298386,0.187124,4.72494,-0.171966,0.08377,5.52619,-0.265714,0.204703,4.72494,-0.152275,0.096787,5.52619,-0.110966,0.110669,5.52619,-0.087816,0.113363,5.52619,-0.134737,0.250762,4.72494,-0.065279,0.117404,5.52619,-0.09966,0.257051,4.72494,-0.042947,0.11787,5.52619,-0.064903,0.257776,4.72494,-0.015118,0.12229,5.52619,-0.021588,0.264655,4.72493,-0.002145,0.122741,5.52619,-0.001397,0.26536,4.72493,0.015546,0.122272,5.52619,0.022136,0.264631,4.72493,0.043371,0.11782,5.52619,0.065443,0.257702,4.72493,0.065703,0.11733,5.52618,0.1002,0.256939,4.72493,0.088234,0.113263,5.52618,0.135271,0.25061,4.72493,0.111382,0.110543,5.52618,0.152675,0.096615,5.52618,0.172352,0.083576,5.52618,0.266194,0.204401,4.72493,0.19333,0.072258,5.52618};
			return value;
		}
		private double[] getCoordinate_6_20_point_2()
		{
			double[] value = {0.298846,0.186786,4.72493,0.21145,0.057617,5.52618,0.327047,0.163999,4.72493,0.230102,0.044438,5.52618,0.356079,0.143486,4.72492,0.242041,0.024634,5.52618,0.37466,0.112663,4.72492,0.25154,0.003254,5.52618,0.389445,0.079385,4.72492,0.254725,-0.018337,5.52618,0.394402,0.04578,4.72492,0.254712,-0.040178,5.52618,0.394383,0.011786,4.72492,0.252127,-0.063793,5.52632,0.390359,-0.024969,4.72514,0.22908,-0.093828,5.52632,0.354489,-0.071716,4.72514,0.206917,-0.119665,5.52632,0.319993,-0.11193,4.72514,0.182274,-0.135142,5.52632,0.281637,-0.13602,4.72514,0.152857,-0.152599,5.52632,0.235851,-0.16319,4.72514,0.123816,-0.166433,5.52632,0.190651,-0.184722,4.72514,0.091263,-0.174247,5.52632,0.139982,-0.196883,4.72514,0.057834,-0.180128,5.52632,0.087955,-0.206039,4.72514,0.037354,-0.181918,5.52632,0.056078,-0.208824,4.72514,-6e-06,-0.214447,4.37241,0.047137,-0.21458,4.37241,-0.047149,-0.214526,4.37241,-0.100361,-0.213765,4.37241,-0.152882,-0.223135,4.37241,-0.202314,-0.202973,4.37241,-0.248208,-0.17387,4.37242,-0.295493,-0.15356,4.37242,-0.344036,-0.134544,4.37242,-0.383201,-0.097749,4.37242,-0.409526,-0.051467,4.37242,-0.440395,0.000249,4.37625,-0.440373,0.03867,4.37625,-0.440349,0.081519,4.37625,-0.4253,0.121153,4.37624,-0.40312,0.157224,4.37624,-0.383912,0.194741,4.37624,-0.34943,0.218941,4.37624,-0.324188,0.253093,4.37624,-0.292211,0.280739,4.37624,-0.253267,0.29702,4.37624,-0.212173,0.307309,4.37624,-0.170686,0.315053,4.37624,-0.128966,0.321765,4.37624,-0.087414,0.329916,4.37624,-0.045315,0.331465,4.37624,-0.003069,0.331662,4.37623,0.045919,0.331413,4.37623,0.088017,0.329816,4.37623,0.129562,0.321617,4.37623,0.171274,0.31486,4.37623,0.212751,0.307069,4.37623,0.253833,0.296734,4.37623,0.292759,0.280409,4.37622,0.324704,0.252727,4.37622,0.349908,0.218545,4.37622,0.384362,0.194305,4.37622,0.403528,0.156768,4.37622,0.425668,0.120671,4.37622,0.440671,0.081021,4.37622,0.440647,0.038172,4.37622,0.440625,-0.000249,4.37622,0.409696,-0.051931,4.3724,0.383321,-0.098183,4.3724,0.344114,-0.134934,4.3724,0.295549,-0.153894,4.3724,0.248242,-0.17415,4.3724,0.202314,-0.203203,4.3724,0.15286,-0.223309,4.3724,0.100349,-0.213878,4.37241,0.03087,-0.207471,3.50155,0.094175,-0.208825,3.50155,-2.1e-05,-0.198951,3.50155,-0.03092,-0.207437,3.50155,-0.094227,-0.208717,3.50155,-0.153613,-0.186687,3.50156,-0.214905,-0.185786,3.50156,-0.275096,-0.181196,3.50156,-0.332492,-0.150331,3.50156,-0.38747,-0.120546,3.50156,-0.430933,-0.074842,3.50156,-0.477272,-0.03286,3.50157,-0.532564,0.000302,3.50157,-0.532519,0.079846,3.50107,-0.513274,0.128378,3.50108,-0.493165,0.175852,3.50109,-0.473687,0.223388,3.5011,-0.448092,0.267884,3.50112,-0.422409,0.312243,3.50113};
			return value;
		}
		private double[] getCoordinate_6_20_point_3()
		{
			double[] value = {-0.387167,0.350065,3.50114,-0.341678,0.373968,3.50117,-0.298379,0.401684,3.50119,-0.252944,0.431751,3.50121,-0.251032,0.430118,3.51397,-0.207156,0.41687,3.64383,-0.199478,0.414951,3.66643,-0.17288,0.410571,3.74402,-0.161114,0.40906,3.77554,-0.146756,0.405158,3.81589,-0.130784,0.400244,3.86129,-0.11613,0.397175,3.89353,-0.09663,0.394699,3.93525,-0.072842,0.387558,3.98914,-0.048808,0.380526,4.04494,-0.028876,0.373762,4.04494,-0.00244,0.368378,4.04494,0.007637,0.368993,4.04494,0.029512,0.37373,4.04494,0.04945,0.38047,4.04494,0.073492,0.387476,3.98913,0.097284,0.39459,3.93524,0.116784,0.397043,3.89352,0.13144,0.400094,3.86129,0.147416,0.404992,3.81588,0.161776,0.408876,3.77553,0.173542,0.410375,3.74401,0.299019,0.401346,3.50117,0.342285,0.37358,3.50115,0.387747,0.349625,3.50113,0.422947,0.311764,3.50111,0.44858,0.267376,3.50109,0.474123,0.22285,3.50108,0.493547,0.175294,3.50107,0.513604,0.127797,3.50105,0.532793,0.079242,3.50105,0.532748,-0.000302,3.50154,0.477418,-0.0334,3.50154,0.431032,-0.07533,3.50154,0.387517,-0.120986,3.50154,0.332506,-0.150707,3.50154,0.275075,-0.181508,3.50155,0.214879,-0.186028,3.50155,0.153585,-0.186861,3.50155,0.049632,-0.190982,2.95779,0.116636,-0.192845,2.95779,-3.5e-05,-0.199648,2.95779,-0.049692,-0.190926,2.95779,-0.116698,-0.192713,2.95779,-0.181981,-0.181274,2.95779,-0.247675,-0.172653,2.95779,-0.310731,-0.157675,2.9578,-0.367698,-0.122448,2.9578,-0.426994,-0.093469,2.9578,-0.481926,-0.056728,2.9578,-0.539864,-0.025592,2.9578,-0.60201,-0.001666,2.9578,-0.601957,0.09269,2.95561,-0.583196,0.150813,2.95562,-0.560346,0.207663,2.95563,-0.538213,0.264588,2.95564,-0.509133,0.317875,2.95565,-0.47995,0.370998,2.95567,-0.439906,0.41629,2.95568,-0.388223,0.444916,2.95571,-0.339028,0.478109,2.95573,-0.309822,0.483927,3.03874,-0.306706,0.502606,2.95574,-0.312991,0.508631,2.76288,-0.336998,0.552681,1.64994,-0.392942,0.505252,1.64994,-0.434237,0.443738,1.64994,-0.473687,0.381406,1.64995,-0.515045,0.320271,1.64995,-0.558958,0.260882,1.64995,-0.610097,0.207733,1.64995,-0.666365,0.159951,1.64995,-0.727519,0.118622,1.64995,-0.793882,0.087038,1.64995,-0.861573,0.000488,1.64996,-0.768669,-0.024073,1.64991,-0.6787,-0.023689,1.64991,-0.588688,-0.031515,1.64991,-0.5056,-0.058126,1.6499,-0.417782,-0.07801,1.6499,-0.327933,-0.071074,1.6499,-0.238338,-0.073604,1.6499,-0.14837,-0.081522,1.64989,-0.058197,-0.07925,1.64989,4e-06,-0.069629,1.64989,0.058193,-0.079315,1.64989,0.148366,-0.08169,1.64989,0.23834,-0.073874,1.64989,0.181932,-0.18148,2.95778,0.327939,-0.071444,1.64988,0.247635,-0.172933,2.95778,0.41778,-0.078484,1.64988,0.310708,-0.158027,2.95778,0.50562,-0.0587,1.64988,0.367714,-0.122864,2.95778};
			return value;
		}
		private double[] getCoordinate_6_20_point_4()
		{
			double[] value = {0.588738,-0.032183,1.64988,0.427043,-0.093953,2.95778,0.482016,-0.057274,2.95778,0.67876,-0.024457,1.64987,0.768728,-0.024945,1.64987,0.53999,-0.026204,2.95778,0.861659,-0.000488,1.64991,0.602164,-0.002348,2.95777,0.794066,0.086138,1.64991,0.602217,0.092008,2.95558,0.727739,0.117798,1.64991,0.583522,0.150151,2.95559,0.666632,0.159197,1.64991,0.560736,0.207029,2.9556,0.610419,0.207041,1.64992,0.538669,0.263978,2.95561,0.559341,0.26025,1.64992,0.509647,0.317297,2.95563,0.515494,0.319689,1.64992,0.480526,0.370454,2.95564,0.474205,0.380868,1.64992,0.440533,0.415792,2.95566,0.434827,0.443245,1.64992,0.388882,0.444476,2.95569,0.3936,0.504806,1.64992,0.339724,0.477725,2.95571,0.308901,0.464485,3.14205,0.296084,0.457997,3.22454,0.261519,0.438844,3.44809,0.253618,0.431465,3.5012,0.31053,0.483575,3.03873,-0.260841,0.43914,3.44811,-0.295395,0.458331,3.22456,-0.25643,0.435033,3.47776,-0.248903,0.448912,3.51425,-0.306399,0.480828,3.1423,-0.308211,0.464835,3.14207,-0.303008,0.522662,2.64728,-0.286159,0.545397,2.44398,-0.276327,0.595078,1.64994,-0.282067,0.549652,2.38374,-0.258722,0.56442,2.19657,-0.231875,0.594579,2.03125,-0.214189,0.635419,1.64994,-0.143123,0.652979,1.64994,-0.141496,0.645421,1.74228,-0.086108,0.666007,1.64993,-0.080598,0.66648,1.63309,-0.084211,0.636103,1.00048,-0.163254,0.614321,1.00048,-0.239104,0.580701,1.00049,-0.303428,0.529015,1.00049,-0.366946,0.47607,1.00049,-0.421412,0.414116,1.00049,-0.470911,0.348034,1.00049,-0.52489,0.285095,1.00049,-0.58222,0.226089,1.00049,-0.652564,0.182133,1.0005,-0.727079,0.146429,1.0005,-0.805678,0.120703,1.0005,-0.884993,0.097353,1.0005,-0.963204,0.07072,1.0005,-1.03654,0.000587,1.00051,-1.2618,0.044672,0.793952,-1.07177,0.004607,0.476865,-0.98229,-0.01346,0.476863,-0.931461,-0.009941,1.0005,-0.824967,-0.014241,1.0005,-0.89178,-0.039537,0.47686,-0.812869,-0.037243,0.476858,-0.718356,-0.012344,1.0005,-0.612292,-0.014663,1.0005,-0.736901,-0.051066,0.476856,-0.658791,-0.061797,0.476854,-0.539348,-0.075726,0.476851,-0.590374,-0.128462,0.242467,-0.467136,-0.220525,1.00349,-0.555828,-0.208274,0.242466,-0.518427,-0.283651,0.242465,-0.47498,-0.353886,0.242463,-0.413078,-0.423964,0.242462,-0.392205,-0.363665,1.00353,-0.354437,-0.485541,0.24246,-0.282711,-0.487005,1.00359,-0.284227,-0.544167,0.242458,-0.148948,-0.562102,1.00367,-0.161133,-0.560209,0.242455,-0.060536,-0.585254,0.242453,-0.000331,-0.595672,0.242451,-0.000268,-0.588072,1.00375,0.059886,-0.585322,0.242449,0.148364,-0.56227,1.00366,0.160511,-0.560391,0.242447,0.283623,-0.544489,0.242444,0.282211,-0.487326,1.00358,0.353899,-0.485943,0.242442,0.412612,-0.424432,0.24244,0.391845,-0.364109,1.00351,0.466938,-0.221055,1.00346,0.474592,-0.354424,0.242439};
			return value;
		}
		private double[] getCoordinate_6_20_point_5()
		{
			double[] value = {0.518119,-0.284237,0.242437,0.555605,-0.208902,0.242436,0.590242,-0.12913,0.242435,0.555596,-0.208902,-0.100256,0.59022,-0.15005,-0.100257,0.51811,-0.284237,-0.100255,0.474583,-0.354424,-0.100253,0.412603,-0.424423,-0.100252,0.35389,-0.485943,-0.10025,0.283614,-0.544489,-0.100248,0.160502,-0.560391,-0.100245,0.059878,-0.583835,-0.100243,-0.000333,-0.583298,-0.100241,-0.060544,-0.583767,-0.100239,-0.161142,-0.560209,-0.100237,-0.284236,-0.544167,-0.100234,-0.354446,-0.485541,-0.100232,-0.413087,-0.423955,-0.10023,-0.474989,-0.353886,-0.100229,-0.518436,-0.283651,-0.100227,-0.555837,-0.208274,-0.100226,-0.590396,-0.149382,-0.100225,-0.658806,-0.077244,0.242468,-0.658824,-0.093851,-0.100224,-0.736913,-0.061303,0.24247,-0.736934,-0.07994,-0.100222,-0.812881,-0.048539,0.242472,-0.812901,-0.066427,-0.10022,-0.891787,-0.039537,0.242474,-0.891796,-0.039537,-0.100218,-0.982296,-0.01346,0.242477,-0.982305,-0.01346,-0.100215,-1.07178,0.004607,0.242479,-1.07179,0.004607,-0.100213,-0.658843,-0.106131,-0.567075,-0.590407,-0.147876,-0.567076,-0.555849,-0.208274,-0.567077,-0.518448,-0.283651,-0.567078,-0.475002,-0.353886,-0.567079,-0.4131,-0.423951,-0.567081,-0.354458,-0.485541,-0.567083,-0.284249,-0.544167,-0.567085,-0.161154,-0.560209,-0.567088,-0.060557,-0.583767,-0.56709,-0.000347,-0.584749,-0.567092,0.059865,-0.583835,-0.567094,0.16049,-0.560391,-0.567096,0.283601,-0.544489,-0.567099,0.353878,-0.485943,-0.567101,0.41259,-0.424419,-0.567103,0.47457,-0.354424,-0.567104,0.518098,-0.284237,-0.567106,0.555584,-0.208902,-0.567107,0.590209,-0.148544,-0.567107,0.658693,-0.106877,-0.567109,0.658712,-0.094597,-0.100258,0.736823,-0.083062,-0.567111,0.736837,-0.080776,-0.10026,0.812811,-0.060284,-0.567113,0.812819,-0.067349,-0.100262,0.891732,-0.040547,-0.567115,0.891744,-0.040547,-0.100264,0.982272,-0.014572,-0.567118,0.982285,-0.014572,-0.100267,1.07177,0.003393,-0.56712,1.07179,0.003393,-0.100269,0.982294,-0.014572,0.242425,1.0718,0.003393,0.242423,0.891753,-0.040547,0.242428,0.812839,-0.049461,0.24243,0.736856,-0.062139,0.242432,0.65873,-0.07799,0.242434,0.658745,-0.062543,0.47682,0.736868,-0.051902,0.476818,0.812852,-0.038165,0.476816,0.89176,-0.040547,0.476814,0.9823,-0.014572,0.476811,1.0718,0.003393,0.476809,1.26189,0.043242,0.793886,1.26022,0.043243,-1.90225,1.07177,0.003393,-0.810188,0.982266,-0.014572,-0.810186,0.891726,-0.040547,-0.810183,0.812806,-0.05807,-0.810181,0.73681,-0.094767,-0.810179,0.65868,-0.118875,-0.810177,0.590198,-0.156852,-0.810175,0.555577,-0.208902,-0.810175,0.518091,-0.284237,-0.810174,0.474564,-0.354424,-0.810172,0.412584,-0.424406,-0.810171,0.353871,-0.485943,-0.810169,0.283595,-0.544489,-0.810167,0.160483,-0.560391,-0.810164,0.059859,-0.583835,-0.810162,-0.000353,-0.586215,-0.81016,-0.060563,-0.583767,-0.810158,-0.161161,-0.560209,-0.810156,-0.284255,-0.544167,-0.810153,-0.354465,-0.485541,-0.810151};
			return value;
		}
		private double[] getCoordinate_6_20_point_6()
		{
			double[] value = {-0.413106,-0.423938,-0.810149,-0.475008,-0.353886,-0.810147,-0.518455,-0.283651,-0.810146,-0.555856,-0.208274,-0.810145,-0.590418,-0.156184,-0.810144,-0.658856,-0.118129,-0.810143,-0.736947,-0.082226,-0.567073,-0.73696,-0.093931,-0.810141,-0.812914,-0.057148,-0.810139,-0.812908,-0.059362,-0.567071,-0.891808,-0.039537,-0.567069,-0.891814,-0.039537,-0.810136,-0.982318,-0.01346,-0.567066,-0.982324,-0.01346,-0.810134,-1.0718,0.004607,-0.567064,-1.07181,0.004607,-0.810132,-1.26027,0.044671,-1.90218,-1.07182,0.004607,-1.12566,-0.982332,-0.01346,-1.12566,-0.891823,-0.039537,-1.12567,-0.812924,-0.06049,-1.12567,-0.73697,-0.098298,-1.12567,-0.658863,-0.115001,-1.12567,-0.590416,-0.13869,-1.12568,-0.55291,-0.208275,-1.12568,-0.518463,-0.283651,-1.12568,-0.475016,-0.353886,-1.12568,-0.413114,-0.423945,-1.12568,-0.354473,-0.485541,-1.12568,-0.284263,-0.544167,-1.12568,-0.161169,-0.560209,-1.12569,-0.060571,-0.583767,-1.12569,-0.000363,-0.588126,-1.12569,0.059851,-0.583835,-1.12569,0.160475,-0.560391,-1.12569,0.283587,-0.544489,-1.1257,0.353863,-0.485943,-1.1257,0.412576,-0.424413,-1.1257,0.474556,-0.354424,-1.1257,0.518083,-0.284237,-1.12571,0.552615,-0.208901,-1.12571,0.5902,-0.139358,-1.12571,0.658673,-0.115747,-1.12571,0.736799,-0.099134,-1.12571,0.812796,-0.061412,-1.12571,0.891717,-0.040547,-1.12572,0.982258,-0.014572,-1.12572,1.07176,0.003393,-1.12572,1.07175,0.003393,-1.49524,0.982248,-0.014572,-1.49524,0.891708,-0.040547,-1.49523,0.812797,-0.042389,-1.49523,0.736788,-0.101774,-1.49523,0.658665,-0.11341,-1.49523,0.590195,-0.129494,-1.49523,0.548281,-0.208899,-1.49522,0.518073,-0.284237,-1.49522,0.474546,-0.354424,-1.49522,0.412566,-0.424436,-1.49522,0.353853,-0.485943,-1.49522,0.283577,-0.544489,-1.49522,0.160465,-0.560391,-1.49522,0.059841,-0.583835,-1.49521,-0.00038,-0.600664,-1.49521,-0.060581,-0.583767,-1.49521,-0.161179,-0.560209,-1.49521,-0.284273,-0.544167,-1.4952,-0.354483,-0.485541,-1.4952,-0.413124,-0.423968,-1.4952,-0.475026,-0.353886,-1.4952,-0.518473,-0.283651,-1.4952,-0.548597,-0.208277,-1.4952,-0.59042,-0.128826,-1.4952,-0.658871,-0.112664,-1.49519,-0.736982,-0.100938,-1.49519,-0.812923,-0.041467,-1.49519,-0.891832,-0.039537,-1.49519,-0.982342,-0.01346,-1.49519,-1.07182,0.004607,-1.49518,-1.07183,0.004607,-1.86381,-0.982352,-0.01346,-1.86382,-0.737002,-0.119961,-1.86382,-0.658885,-0.120006,-1.86383,-0.590433,-0.135275,-1.86383,-0.538098,-0.208283,-1.86383,-0.511436,-0.283654,-1.86383,-0.478579,-0.353884,-1.86383,-0.413134,-0.423965,-1.86383,-0.354492,-0.485541,-1.86383,-0.284283,-0.544167,-1.86383,-0.161188,-0.560209,-1.86384,-0.060589,-0.580577,-1.86384,-0.000386,-0.596406,-1.86384,0.059833,-0.580645,-1.86384,0.160456,-0.560391,-1.86385,0.283567,-0.544489,-1.86385,0.353844,-0.485943,-1.86385,0.412556,-0.424433,-1.86385,0.478079,-0.354425,-1.86386,0.511016,-0.284234,-1.86386};
			return value;
		}
		private double[] getCoordinate_6_20_point_7()
		{
			double[] value = {0.537762,-0.208893,-1.86386,0.590183,-0.135943,-1.86386,0.658651,-0.120752,-1.86386,0.736768,-0.120797,-1.86386,0.982238,-0.014572,-1.86387,1.07174,0.003393,-1.86387,0.822362,-0.000465,-2.20838,0.74232,-0.120799,-2.20838,0.804565,-0.120835,-2.20838,0.656254,-0.120751,-2.20838,0.587868,-0.12386,-2.20838,0.562454,-0.158039,-2.20838,0.526653,-0.208886,-2.20837,0.5017,-0.284228,-2.20837,0.46863,-0.354421,-2.20837,0.412547,-0.424458,-2.20837,0.371863,-0.462617,-2.20837,0.325448,-0.50065,-2.20837,0.222807,-0.535027,-2.20837,0.160445,-0.563296,-2.20836,0.059828,-0.574464,-2.20836,-0.000389,-0.583119,-2.20836,-0.060594,-0.574396,-2.20836,-0.161199,-0.563114,-2.20836,-0.223529,-0.534775,-2.20835,-0.326132,-0.500282,-2.20835,-0.372503,-0.462196,-2.20835,-0.413143,-0.42399,-2.20835,-0.469148,-0.353889,-2.20835,-0.502138,-0.283659,-2.20835,-0.527007,-0.20829,-2.20835,-0.562749,-0.157403,-2.20835,-0.588124,-0.123194,-2.20834,-0.656506,-0.120007,-2.20834,-0.742572,-0.119959,-2.20834,-0.804817,-0.119923,-2.20834,-0.804828,-0.119923,-2.63375,-0.742583,-0.119959,-2.63375,-0.656517,-0.120007,-2.63375,-0.588136,-0.124425,-2.63375,-0.562752,-0.1419,-2.63375,-0.51871,-0.208295,-2.63375,-0.490892,-0.283666,-2.63375,-0.453897,-0.341581,-2.63375,-0.43116,-0.405363,-2.63375,-0.372508,-0.451558,-2.63376,-0.326143,-0.500753,-2.63376,-0.223542,-0.538172,-2.63376,-0.161206,-0.555689,-2.63376,-0.0606,-0.564886,-2.63376,-0.000392,-0.570834,-2.63377,0.059822,-0.564954,-2.63377,0.160438,-0.555871,-2.63377,0.222794,-0.538424,-2.63377,0.325437,-0.501121,-2.63377,0.371858,-0.451979,-2.63378,0.430562,-0.405851,-2.63378,0.453372,-0.342095,-2.63378,0.490432,-0.284222,-2.63378,0.518334,-0.208881,-2.63378,0.562452,-0.142536,-2.63378,0.587856,-0.125091,-2.63378,0.656243,-0.120751,-2.63378,0.742309,-0.120799,-2.63379,0.804554,-0.120835,-2.63379,0.742299,-0.120799,-3.02725,0.804544,-0.120835,-3.02725,0.656233,-0.120751,-3.02725,0.587849,-0.119669,-3.02725,0.562444,-0.13818,-3.02725,0.500395,-0.208872,-3.02724,0.47716,-0.271327,-3.02724,0.442083,-0.331564,-3.02724,0.412546,-0.388723,-3.02724,0.371855,-0.439271,-3.02724,0.325439,-0.478946,-3.02724,0.222801,-0.507591,-3.02724,0.160441,-0.530956,-3.02723,0.059825,-0.541039,-3.02723,-0.000388,-0.544784,-3.02723,-0.060597,-0.540971,-3.02723,-0.161203,-0.530774,-3.02723,-0.223535,-0.507339,-3.02722,-0.326141,-0.478578,-3.02722,-0.372511,-0.43885,-3.02722,-0.413144,-0.388255,-3.02722,-0.442617,-0.331064,-3.02722,-0.477628,-0.270787,-3.02722,-0.500791,-0.208304,-3.02722,-0.56276,-0.137544,-3.02722,-0.588143,-0.119003,-3.02722,-0.656527,-0.120007,-3.02721,-0.742593,-0.119959,-3.02721,-0.804838,-0.119923,-3.02721,-0.804851,-0.119923,-3.48549,-0.742606,-0.119959,-3.48549,-0.656539,-0.120007,-3.48549,-0.588143,-0.098168,-3.4855,-0.562761,-0.118445,-3.4855,-0.495334,-0.188432,-3.4855};
			return value;
		}
		private double[] getCoordinate_6_20_point_8()
		{
			double[] value = {-0.470378,-0.255754,-3.4855,-0.435596,-0.317165,-3.4855,-0.413151,-0.37729,-3.4855,-0.372515,-0.423426,-3.4855,-0.326142,-0.458312,-3.4855,-0.223534,-0.484724,-3.4855,-0.161203,-0.510653,-3.48551,-0.060595,-0.516275,-3.48551,-0.000387,-0.521173,-3.48551,0.059827,-0.516343,-3.48551,0.160441,-0.510835,-3.48551,0.222802,-0.484976,-3.48552,0.325438,-0.45868,-3.48552,0.371851,-0.423847,-3.48552,0.412539,-0.377758,-3.48552,0.435054,-0.317659,-3.48552,0.469904,-0.256288,-3.48552,0.494936,-0.188992,-3.48552,0.562442,-0.119081,-3.48552,0.587849,-0.098834,-3.48553,0.65622,-0.120751,-3.48553,0.742287,-0.120799,-3.48553,0.804532,-0.120835,-3.48553,0.742282,-0.120799,-3.66139,0.804527,-0.120835,-3.66139,0.656216,-0.120751,-3.66138,0.587841,-0.103538,-3.66138,0.562452,-0.094173,-3.66138,0.498869,-0.152225,-3.66138,0.478322,-0.224369,-3.66138,0.446788,-0.28685,-3.66138,0.412553,-0.346683,-3.66138,0.371862,-0.397358,-3.66138,0.325442,-0.4438,-3.66137,0.222806,-0.468515,-3.66137,0.160449,-0.490155,-3.66137,0.059826,-0.508949,-3.66137,-0.000383,-0.505597,-3.66137,-0.060596,-0.508881,-3.66136,-0.161195,-0.489973,-3.66136,-0.22353,-0.468263,-3.66136,-0.326138,-0.443432,-3.66136,-0.372504,-0.396936,-3.66136,-0.413137,-0.346215,-3.66135,-0.447306,-0.286344,-3.66135,-0.478768,-0.223827,-3.66135,-0.499233,-0.151659,-3.66135,-0.562751,-0.093537,-3.66135,-0.588151,-0.102872,-3.66135,-0.656544,-0.120007,-3.66135,-0.74261,-0.119959,-3.66135,-0.804855,-0.119923,-3.66134,-0.804844,-0.060742,-4.49516,-0.742599,-0.060778,-4.49516,-0.656533,-0.060826,-4.49517,-0.588144,-0.052134,-4.49517,0.587848,-0.0528,-4.4952,0.656227,-0.06157,-4.4952,0.742293,-0.061618,-4.4952,0.804538,-0.061654,-4.49521,-0.822478,0.000465,-2.20834,-0.399464,-0.023024,1.00049,-0.293367,-0.021199,1.00049,-0.187493,-0.013664,1.00048,-0.080977,-0.014917,1.00048,1.8e-05,-0.014808,1.00048,0.081013,-0.015009,1.00048,0.187531,-0.013876,1.00048,0.293395,-0.021531,1.00047,0.39949,-0.023476,1.00047,0.612328,-0.015357,1.00046,0.718395,-0.013158,1.00046,0.825003,-0.015175,1.00046,0.931503,-0.010997,1.00046,1.03659,-0.000587,1.00045,0.539287,-0.076338,0.476823,0.420333,-0.081848,1.51787,0.433148,-0.246915,1.51786,0.363537,-0.380937,1.5179,0.26191,-0.496374,1.51797,0.137836,-0.566588,1.51804,5.9e-05,-0.590762,1.51813,-0.138398,-0.566432,1.51805,-0.262392,-0.496078,1.51798,-0.363889,-0.380526,1.51793,-0.433348,-0.246423,1.51788,-0.420345,-0.081372,1.51789,-0.401405,-0.261137,1.80014,-0.389367,-0.108495,1.80014,-0.3371,-0.385155,1.80017,-0.243135,-0.492019,1.80023,-0.128341,-0.557082,1.80029,0.000252,-0.579584,1.80036,0.127805,-0.557228,1.80028,0.242671,-0.492295,1.80021,0.336758,-0.385537,1.80016,0.401203,-0.261591,1.80011,0.389339,-0.108937,1.80012,0.727296,0.145605,1.00046,0.652824,0.181393,1.00046};
			return value;
		}
		private double[] getCoordinate_6_20_point_9()
		{
			double[] value = {0.582528,0.225429,1.00047,0.525266,0.284501,1.00047,0.471357,0.3475,1.00047,0.421932,0.413638,1.00047,0.000582,0.692171,1.64993,0.072013,0.673162,1.63319,0.017871,0.685263,1.63337,-0.00084,0.638384,1.00048,-0.017009,0.685282,1.63337,-0.071165,0.673243,1.63319,-0.066088,0.667242,1.60444,-0.071894,0.667607,1.61467,0.066928,0.667167,1.60444,0.805866,0.11979,1.00046,0.885156,0.09635,1.00046,0.963335,0.069628,1.00046,0.216802,-0.127419,2.18447,0.285293,-0.116799,2.18443,0.280442,-0.088466,2.18443,0.215835,-0.098688,2.18447,0.12501,-0.149024,2.18453,0.115214,-0.121998,2.18453,0.050522,-0.168806,2.18457,0.043832,-0.140848,2.18458,0.000844,-0.169172,2.1846,0.000868,-0.140425,2.1846,-0.043876,-0.140798,2.18458,-0.050598,-0.168748,2.18458,-0.115236,-0.121868,2.18454,-0.125064,-0.148882,2.18453,-0.215831,-0.098444,2.18448,-0.21683,-0.127174,2.18448,-0.280426,-0.088148,2.18444,-0.285309,-0.116477,2.18444,0.154557,0.024382,-3.65955,0.768336,-0.000435,-3.65957,0.809126,-0.000459,-3.65957,0.696973,-0.000395,-3.65957,0.626155,-0.000355,-3.65957,0.556532,-0.000315,-3.65956,0.20782,0.416634,3.64382,0.200142,0.414725,3.66642,0.251704,0.429834,3.51396,0.307109,0.48048,3.14229,0.307432,0.502258,2.95573,0.355955,-0.144464,2.10068,0.315844,-0.142605,1.52867,0.350234,-0.161205,1.52865,0.235335,-0.156101,1.52872,0.15102,-0.178866,1.52878,0.065339,-0.204364,1.52883,0.000398,-0.206283,1.52887,-0.065489,-0.20429,1.52883,-0.151142,-0.178694,1.52878,-0.235431,-0.155834,1.52874,-0.315924,-0.142247,1.52869,-0.356008,-0.14406,2.1007,-0.350336,-0.160807,1.52867,0.298962,-0.032993,1.51795,0.276974,-0.063756,1.80019,0.214956,-0.074818,1.80023,0.231973,-0.044956,1.51799,0.249913,-0.005482,1.0036,0.116927,-0.074317,1.51806,0.125802,-0.036821,1.00367,0.108447,-0.101972,1.8003,0.039136,-0.122219,1.80034,0.042059,-0.096211,1.5181,0.045037,-0.06019,1.00372,0.000487,-0.095075,1.51813,0.000189,-0.058976,1.00375,0.000647,-0.121169,1.80036,-0.042089,-0.096163,1.51811,-0.039178,-0.122175,1.80034,-0.045053,-0.060138,1.00373,-0.125792,-0.036677,1.00368,-0.116931,-0.074185,1.51806,-0.108467,-0.10185,1.8003,-0.231945,-0.044694,1.518,-0.214946,-0.074576,1.80024,-0.249865,-0.0052,1.00361,-0.298919,-0.032655,1.51796,-0.276952,-0.063442,1.80021,-0.838192,0.19464,-1.56754,-0.810217,0.12565,-1.56752,-0.810415,0.157642,-1.151,-0.809996,0.172691,-1.89095,-0.810104,0.063873,-1.89095,-0.809842,0.129873,-2.20834,-0.804716,0.173559,-2.20834,-0.809615,0.104045,-2.63375,-0.811989,0.132043,-2.63374,-0.809444,0.051779,-3.02721,-0.778853,0.069105,-3.02721,-0.715861,0.084427,-3.02721,-0.736246,0.135791,-2.63375,-0.668666,0.152342,-2.63375,-0.647708,0.081568,-3.02721,-0.601387,0.170955,-2.63375,-0.580186,0.092388,-3.02722};
			return value;
		}
		private double[] getCoordinate_6_20_point_10()
		{
			double[] value = {-0.626317,0.045571,-3.48549,-0.556688,0.055967,-3.4855,-0.697139,0.039738,-3.48549,-0.768505,0.034335,-3.48549,-0.809304,0.017756,-3.48549,-0.8225,0.000465,-3.02721,-0.822512,0.000465,-3.48549,-0.822489,0.000465,-2.63374,-0.809318,0.000459,-3.65953,-0.768528,0.000435,-3.65953,-0.697165,0.000395,-3.65953,-0.626347,0.000355,-3.65953,-0.556724,0.000315,-3.65953,-1.26027,0.054909,-1.89877,0.810275,0.124732,-1.56756,0.83833,0.19369,-1.56758,0.769351,0.199394,-1.15101,0.810077,0.062955,-1.89099,0.810092,0.171773,-1.89099,0.809874,0.128955,-2.20838,0.804795,0.172647,-2.20838,0.809594,0.103127,-2.63379,0.811999,0.131123,-2.63379,0.809343,0.050861,-3.02725,0.778773,0.068221,-3.02725,0.768359,0.033465,-3.48553,0.80914,0.016838,-3.48553,0.822328,-0.000465,-3.48553,0.82234,-0.000465,-3.02725,0.822351,-0.000465,-2.63379,1.26023,0.053481,-1.89883,0.064109,0.564803,-3.02723,0.069688,0.559265,-2.63377,0.111399,0.510824,-2.63377,0.108507,0.505371,-3.02723,0.090363,0.505751,-3.48551,0.067552,0.57164,-3.48551,0.090358,0.505751,-3.65955,0.067548,0.57164,-3.65955,-0.164426,0.499821,-3.48551,-0.225521,0.462037,-3.4855,-0.240738,0.458627,-3.02722,-0.16443,0.499821,-3.65955,-0.225525,0.462037,-3.65954,0.587852,-0.085165,-3.66138,0.116866,-0.098197,-3.66137,-0.11717,-0.098065,-3.66136,-0.58814,-0.084499,-3.66135,0.249597,0.44863,3.51424,0.257106,0.434743,3.47774,0.313711,0.508275,2.76286,0.33771,0.552299,1.64992,0.367538,0.475654,1.00047,0.304078,0.528671,1.00047,0.277089,0.594764,1.64992,0.239814,0.580429,1.00047,0.214996,0.635177,1.64993,0.164002,0.614135,1.00048,0.143949,0.652817,1.64993,0.084985,0.636007,1.00048,0.081438,0.666388,1.63309,0.08695,0.665909,1.64993,0.072736,0.667525,1.61466,-0.000634,0.573391,0.504707,0.073234,0.574133,0.504662,0.143423,0.558466,0.504618,0.211839,0.536591,0.504576,0.271677,0.496421,0.504539,0.332341,0.457488,0.504501,0.384474,0.408198,0.504469,0.438312,0.360444,0.504435,0.494092,0.314942,0.504401,0.547674,0.266849,0.504369,0.604297,0.222482,0.504333,0.668645,0.19004,0.504293,0.736984,0.167491,0.504252,0.804213,0.141773,0.504209,0.871646,0.116631,0.504168,0.939214,0.091862,0.504126,1.26188,0.080783,0.725629,1.26181,0.104673,0.58229,0.818314,0.146831,0.236188,1.26161,0.128562,0.213705,0.758187,0.163597,0.236226,0.699098,0.183376,0.236263,0.641393,0.206954,0.236298,0.586187,0.235951,0.236333,0.533097,0.268447,0.236365,0.478742,0.300274,0.236399,0.434397,0.343203,0.236427,0.396651,0.391191,0.23645,0.340018,0.418562,0.236485,0.293467,0.460481,0.236513,0.243605,0.497072,0.236545,0.182558,0.51097,0.236582,0.124,0.532662,0.236619,0.063493,0.54668,0.236656,-0.000511,0.547942,0.236695,-0.062861,0.546751,0.23666,-0.072558,0.574215,0.504666};
			return value;
		}
		private double[] getCoordinate_6_20_point_11()
		{
			double[] value = {-0.123384,0.532802,0.236625,-0.142763,0.558628,0.504626,-0.181966,0.511176,0.236592,-0.211205,0.536829,0.504588,-0.243029,0.497348,0.236557,-0.271089,0.496729,0.504553,-0.292933,0.460813,0.236529,-0.331797,0.457864,0.504519,-0.339532,0.418946,0.236503,-0.383985,0.408634,0.504489,-0.437876,0.36094,0.504458,-0.396195,0.391641,0.23647,-0.433996,0.343695,0.236449,-0.493708,0.315502,0.504427,-0.47839,0.300816,0.236425,-0.547346,0.26747,0.504397,-0.604019,0.223166,0.504365,-0.532781,0.269051,0.236393,-0.585907,0.236615,0.236363,-0.668403,0.190796,0.504329,-0.641145,0.20768,0.236332,-0.736767,0.168327,0.50429,-0.698878,0.184168,0.236299,-0.804027,0.142685,0.504251,-0.757989,0.164455,0.236266,-0.871487,0.117618,0.504214,-0.818136,0.147757,0.236232,-0.939082,0.092926,0.504176,-1.26145,0.129992,0.213771,-1.26166,0.106103,0.582356,-0.772067,0.155868,0.017241,-0.719077,0.181827,0.017271,-0.665104,0.205,0.017301,-0.611003,0.227569,0.017332,-0.554142,0.243581,0.017365,-0.509384,0.278573,0.017389,-0.463471,0.316494,0.017415,-0.414061,0.347212,0.017444,-0.377228,0.393977,0.017465,-0.332375,0.432467,0.01749,-0.280456,0.460393,0.017519,-0.227364,0.486319,0.017549,-0.17423,0.511936,0.01758,-0.117943,0.529665,0.017611,-0.059415,0.537339,0.017645,-0.0004,0.537491,0.017678,0.060023,0.537272,0.017641,0.118545,0.529531,0.017605,0.17481,0.511739,0.01757,0.227916,0.486061,0.017537,0.280978,0.460075,0.017505,0.332865,0.432091,0.017472,0.377674,0.393549,0.017445,0.414455,0.346743,0.017422,0.463829,0.315968,0.017391,0.5097,0.277995,0.017363,0.554418,0.242954,0.017335,0.611263,0.226877,0.0173,0.665336,0.204246,0.017267,0.719284,0.181013,0.017233,0.772243,0.154992,0.017201,0.760323,0.174017,-0.290675,1.26105,0.114912,-0.67363,0.706074,0.19261,-0.290642,0.652187,0.212161,-0.290608,0.598603,0.232537,-0.290576,0.547155,0.257995,-0.290543,0.500568,0.291278,-0.290514,0.455645,0.327012,-0.290487,0.413236,0.365456,-0.290461,0.368489,0.401139,-0.290433,0.320794,0.432924,-0.290403,0.273761,0.466029,-0.290374,0.22159,0.488961,-0.290342,0.16552,0.502383,-0.290307,0.113156,0.526021,-0.290275,0.057312,0.531456,-0.290241,-0.000223,0.540069,-0.290205,-0.056726,0.53152,-0.290238,-0.112574,0.526149,-0.290269,-0.164966,0.502571,-0.290299,-0.221051,0.489211,-0.29033,-0.273249,0.466339,-0.29036,-0.320318,0.433288,-0.290387,-0.368049,0.401555,-0.290413,-0.412836,0.365924,-0.290439,-0.455289,0.327528,-0.290463,-0.500252,0.291845,-0.290488,-0.546877,0.258615,-0.290515,-0.598355,0.233215,-0.290544,-0.651961,0.212899,-0.290574,-0.705872,0.193408,-0.290604,-0.76014,0.174879,-0.290635,-1.26095,0.11634,-0.673564,-0.760805,0.173491,-0.711821,-0.706392,0.208451,-0.71179,-0.651074,0.223109,-0.711759,-0.594632,0.235169,-0.711726,-0.540353,0.253984,-0.711696,-0.499452,0.294338,-0.711673};
			return value;
		}
		private double[] getCoordinate_6_20_point_12()
		{
			double[] value = {-0.456087,0.331722,-0.711648,-0.40964,0.365365,-0.711622,-0.367246,0.403857,-0.711598,-0.31902,0.435404,-0.711571,-0.273995,0.47106,-0.711545,-0.223653,0.498986,-0.711517,-0.170037,0.51963,-0.711487,-0.113069,0.527428,-0.711454,-0.055455,0.537707,-0.711422,2e-06,0.528546,-0.71139,0.056027,0.537643,-0.711424,0.113629,0.5273,-0.71146,0.170589,0.519436,-0.711495,0.224181,0.498732,-0.711529,0.274491,0.470749,-0.711559,0.319476,0.435042,-0.711587,0.367666,0.403441,-0.711618,0.410016,0.364901,-0.711644,0.456426,0.331206,-0.711672,0.499748,0.293772,-0.711699,0.540603,0.253372,-0.711724,0.59486,0.234497,-0.711758,0.651288,0.222371,-0.711793,0.70659,0.207651,-0.711828,0.760964,0.172629,-0.711861,0.810533,0.156724,-1.15104,1.26033,0.06372,-1.75891,0.70899,0.208125,-1.15098,0.649667,0.226536,-1.15094,0.595953,0.248755,-1.15091,0.535556,0.276044,-1.15087,0.480688,0.30201,-1.15084,0.435464,0.34602,-1.15081,0.389915,0.390027,-1.15078,0.34015,0.427219,-1.15075,0.284394,0.454891,-1.15071,0.229835,0.48493,-1.15068,0.177182,0.51812,-1.15065,0.116637,0.522856,-1.15061,0.049794,0.52916,-1.15057,0.000247,0.52451,-1.15054,-0.049254,0.529216,-1.15057,-0.116105,0.522988,-1.1506,-0.176656,0.51832,-1.15064,-0.229346,0.48519,-1.15067,-0.283938,0.455214,-1.1507,-0.339728,0.427604,-1.15073,-0.389535,0.390469,-1.15076,-0.435132,0.346514,-1.15078,-0.480406,0.302554,-1.15081,-0.535304,0.27665,-1.15084,-0.595731,0.249429,-1.15087,-0.64947,0.227272,-1.15091,-0.708815,0.208927,-1.15094,-0.769186,0.200266,-1.15097,-1.26035,0.065148,-1.75884,-0.767631,0.192615,-1.89092,-0.704778,0.207351,-1.89089,-0.735625,0.192698,-2.20834,-0.639221,0.225335,-1.89085,-0.667914,0.207517,-2.20834,-0.577332,0.25246,-1.89082,-0.605113,0.236991,-2.20834,-0.515464,0.280446,-1.89078,-0.53595,0.262004,-2.20835,-0.460773,0.319636,-1.89075,-0.490886,0.303612,-2.20835,-0.407983,0.362162,-1.89072,-0.430688,0.339538,-2.20835,-0.353884,0.402671,-1.89069,-0.379908,0.386937,-2.20835,-0.30193,0.446155,-1.89066,-0.32536,0.429967,-2.20835,-0.244399,0.480983,-1.89063,-0.265705,0.466579,-2.20835,-0.204538,0.499804,-2.20835,-0.179553,0.503102,-1.89059,-0.116551,0.51812,-1.89055,-0.137588,0.518925,-2.20836,-0.042653,0.538392,-1.89051,-0.067868,0.540891,-2.20836,0.000685,0.5409,-1.89049,0.000873,0.543157,-2.20836,0.043163,0.538343,-1.89051,0.068366,0.540815,-2.20836,0.117039,0.517988,-1.89056,0.138059,0.518769,-2.20836,0.180023,0.502899,-1.8906,0.204988,0.499572,-2.20837,0.244845,0.480705,-1.89064,0.266117,0.466277,-2.20837,0.302336,0.445813,-1.89067,0.325732,0.429599,-2.20837,0.354241,0.402269,-1.89071,0.38023,0.386507,-2.20837,0.408294,0.3617,-1.89074,0.430956,0.33905,-2.20837,0.461035,0.319114,-1.89077,0.491114,0.303056,-2.20837,0.515682,0.279863,-1.89081};
			return value;
		}
		private double[] getCoordinate_6_20_point_13()
		{
			double[] value = {0.53613,0.261396,-2.20837,0.577519,0.251806,-1.89084,0.605265,0.236305,-2.20838,0.639375,0.224611,-1.89088,0.668033,0.206761,-2.20838,0.704914,0.206553,-1.89093,0.735727,0.191864,-2.20838,0.767749,0.191745,-1.89096,0.792243,0.210694,-1.56755,0.718106,0.221895,-1.56751,0.655331,0.234086,-1.56747,0.592724,0.258317,-1.56743,0.531309,0.285349,-1.56739,0.475401,0.323237,-1.56736,0.425137,0.367936,-1.56733,0.37208,0.408735,-1.56729,0.315734,0.445265,-1.56726,0.259502,0.482249,-1.56722,0.197425,0.506301,-1.56719,0.132366,0.524864,-1.56714,0.067383,0.539014,-1.56711,0.000499,0.53819,-1.56706,-0.066855,0.53909,-1.5671,-0.131854,0.525014,-1.56714,-0.196935,0.506525,-1.56718,-0.259038,0.482543,-1.56721,-0.315312,0.445623,-1.56724,-0.3717,0.409155,-1.56727,-0.424803,0.368418,-1.5673,-0.475117,0.323776,-1.56733,-0.531069,0.285951,-1.56736,-0.592514,0.258987,-1.5674,-0.655147,0.234828,-1.56743,-0.717936,0.222708,-1.56747,-0.792087,0.211591,-1.56751,0.73626,0.134957,-2.63379,0.6687,0.151586,-2.63379,0.601441,0.170275,-2.63378,0.53424,0.253458,-2.63378,0.470242,0.287241,-2.63378,0.422152,0.340227,-2.63378,0.366119,0.383222,-2.63378,0.310468,0.428196,-2.63377,0.251404,0.468837,-2.63377,0.186943,0.497485,-2.63377,0.001131,0.561363,-2.63377,-0.069194,0.559343,-2.63376,-0.110959,0.51095,-2.63376,-0.186517,0.497697,-2.63376,-0.251012,0.469121,-2.63376,-0.310122,0.428548,-2.63376,-0.365823,0.383636,-2.63376,-0.421904,0.340705,-2.63376,-0.470056,0.287775,-2.63375,-0.534091,0.254063,-2.63375,-0.108093,0.505493,-3.02723,-0.063627,0.564875,-3.02723,0.001348,0.564935,-3.02723,0.0015,0.566005,-3.48551,-0.067088,0.571716,-3.48551,-0.089973,0.505854,-3.48551,-0.067092,0.571716,-3.65955,-0.089978,0.505854,-3.65955,0.001496,0.566005,-3.65955,0.164808,0.499634,-3.48551,0.164804,0.499634,-3.65955,0.225861,0.461781,-3.48552,0.225857,0.461781,-3.65956,0.290281,0.430202,-3.48552,0.290276,0.430202,-3.65956,0.351284,0.392859,-3.48552,0.351279,0.392859,-3.65956,0.403756,0.344657,-3.48552,0.403752,0.344657,-3.65956,0.450678,0.289883,-3.48552,0.450673,0.289883,-3.65956,0.411705,0.33152,-3.02724,0.461644,0.28161,-3.02724,0.357715,0.377499,-3.02724,0.300459,0.419126,-3.02724,0.241098,0.458353,-3.02724,0.175353,0.484934,-3.02724,0.515168,0.233608,-3.02724,0.580131,0.09173,-3.02725,0.64764,0.080834,-3.02725,0.556568,0.055337,-3.48552,0.626185,0.044861,-3.48553,0.493012,0.229555,-3.48552,0.493008,0.229555,-3.65956,-1.26175,0.082213,0.725695,-1.26178,0.068561,0.766649,0.142318,0.645261,1.74227,0.232655,0.594316,2.03124,0.259476,0.564127,2.19656,0.282815,0.549332,2.38373,0.286905,0.545073,2.44396,0.30374,0.522318,2.64726,1.2619,0.067131,0.766583,-0.154722,0.024558,-3.65955,0.696999,0.038948,-3.48553};
			return value;
		}
		private double[] getCoordinate_6_20_point_14()
		{
			double[] value = {0.715797,0.083617,-3.02725,-0.515062,0.23419,-3.02722,-0.492936,0.230113,-3.4855,-0.450532,0.290393,-3.4855,-0.461484,0.282133,-3.02722,-0.411487,0.331986,-3.02722,-0.40355,0.345113,-3.4855,-0.357447,0.377905,-3.02722,-0.351022,0.393257,-3.4855,-0.300144,0.419466,-3.02722,-0.289977,0.43053,-3.4855,-0.174963,0.485132,-3.02723,-0.289982,0.43053,-3.65954,-0.351027,0.393257,-3.65954,-0.403554,0.345113,-3.65954,-0.450537,0.290393,-3.65954,-0.49294,0.230113,-3.65954,0.480625,-0.000557,-3.76919,0.474795,0.074637,-3.76918,0.474799,0.074637,-3.62156,0.480629,-0.000557,-3.62156,0.474621,-0.075738,-3.76918,0.474625,-0.075738,-3.62156,0.456934,-0.149055,-3.76918,0.456938,-0.149055,-3.62156,0.427995,-0.218703,-3.76918,0.427999,-0.218703,-3.62156,0.38852,-0.282967,-3.76918,0.388524,-0.282967,-3.62156,0.33948,-0.340266,-3.76918,0.339484,-0.340266,-3.62156,0.282081,-0.389191,-3.76918,0.282085,-0.389191,-3.62156,0.217737,-0.428535,-3.76918,0.217741,-0.428535,-3.62155,0.148032,-0.457333,-3.76918,0.148036,-0.457333,-3.62155,0.074679,-0.474872,-3.76917,0.074683,-0.474872,-3.62155,-0.000513,-0.480724,-3.76917,-0.00051,-0.480724,-3.62155,-0.075696,-0.474743,-3.76917,-0.075692,-0.474743,-3.62155,-0.149018,-0.457077,-3.76917,-0.149014,-0.457077,-3.62154,-0.218675,-0.42816,-3.76917,-0.218671,-0.42816,-3.62154,-0.282951,-0.388703,-3.76917,-0.282947,-0.388703,-3.62154,-0.340265,-0.33968,-3.76916,-0.340261,-0.33968,-3.62154,-0.389206,-0.282295,-3.76916,-0.389202,-0.282295,-3.62154,-0.42857,-0.217963,-3.76916,-0.428567,-0.217963,-3.62154,-0.457388,-0.148266,-3.76916,-0.457384,-0.148266,-3.62154,-0.474949,-0.074919,-3.76916,-0.474945,-0.074919,-3.62154,-0.480823,0.000272,-3.76916,-0.480819,0.000272,-3.62154,-0.474774,0.076019,-3.76916,-0.47477,0.076019,-3.62154,-0.457043,0.149326,-3.76916,-0.457039,0.149326,-3.62154,-0.428064,0.218956,-3.76916,-0.42806,0.218956,-3.62154,-0.388551,0.283197,-3.76916,-0.388547,0.283197,-3.62154,-0.339477,0.340468,-3.76916,-0.339473,0.340468,-3.62154,-0.282049,0.389358,-3.76917,-0.282046,0.389358,-3.62154,-0.217681,0.428664,-3.76917,-0.217678,0.428664,-3.62154,-0.147958,0.457421,-3.76917,-0.147954,0.457421,-3.62154,-0.074596,0.474917,-3.76917,-0.074592,0.474917,-3.62155,0.0006,0.480724,-3.76917,0.000604,0.480724,-3.62155,0.075779,0.474698,-3.76917,0.075783,0.474698,-3.62155,0.149091,0.456989,-3.76918,0.149095,0.456989,-3.62155,0.218731,0.428029,-3.76918,0.218735,0.428029,-3.62155,0.282983,0.388535,-3.76918,0.282987,0.388535,-3.62156,0.340268,0.339478,-3.76918,0.340272,0.339478,-3.62156,0.389175,0.282065,-3.76918,0.389179,0.282065,-3.62156,0.428501,0.217709,-3.76918,0.428505,0.217709,-3.62156,0.457278,0.147995,-3.76918,0.457282,0.147995,-3.62156,0.461691,-0.000535,-4.05686,0.456092,0.071699,-4.05686,0.497231,0.078163,-3.78054};
			return value;
		}
		private double[] getCoordinate_6_20_point_15()
		{
			double[] value = {0.503337,-0.000584,-3.78054,0.455924,-0.072756,-4.05686,0.497049,-0.079317,-3.78054,0.438932,-0.143186,-4.05686,0.478526,-0.156097,-3.78054,0.411134,-0.210092,-4.05686,0.44822,-0.229035,-3.78054,0.373213,-0.271826,-4.05686,0.406879,-0.296335,-3.78054,0.326104,-0.32687,-4.05686,0.355523,-0.356343,-3.78054,0.270964,-0.373869,-4.05686,0.295413,-0.407577,-3.78054,0.209154,-0.411664,-4.05686,0.228028,-0.448781,-3.78053,0.142192,-0.439327,-4.05685,0.155029,-0.478939,-3.78053,0.071728,-0.456177,-4.05685,0.078212,-0.497308,-3.78053,-0.000506,-0.461798,-4.05685,-0.000533,-0.503436,-3.78053,-0.072728,-0.456052,-4.05685,-0.079268,-0.497171,-3.78053,-0.143163,-0.439081,-4.05685,-0.156055,-0.478671,-3.78052,-0.210077,-0.411303,-4.05684,-0.229002,-0.448387,-3.78052,-0.271823,-0.3734,-4.05684,-0.296315,-0.407068,-3.78052,-0.32688,-0.326307,-4.05684,-0.356336,-0.355728,-3.78052,-0.373896,-0.271183,-4.05684,-0.40759,-0.295633,-3.78052,-0.411709,-0.209382,-4.05684,-0.448813,-0.228261,-3.78052,-0.439391,-0.14243,-4.05684,-0.478992,-0.155271,-3.78051,-0.456263,-0.071969,-4.05684,-0.497384,-0.078458,-3.78051,-0.461905,0.000262,-4.05684,-0.503535,0.000285,-3.78051,-0.456095,0.073026,-4.05684,-0.497201,0.079611,-3.78051,-0.43906,0.143446,-4.05684,-0.478631,0.15638,-3.78051,-0.411222,0.210336,-4.05684,-0.448283,0.229301,-3.78052,-0.373266,0.272047,-4.05684,-0.406903,0.296576,-3.78052,-0.326123,0.327063,-4.05684,-0.355511,0.356554,-3.78052,-0.270957,0.37403,-4.05684,-0.29537,0.407753,-3.78052,-0.209123,0.411789,-4.05684,-0.227961,0.448917,-3.78052,-0.142145,0.439411,-4.05685,-0.154944,0.479031,-3.78052,-0.071671,0.456219,-4.05685,-0.078116,0.497354,-3.78053,0.000565,0.461798,-4.05685,0.000633,0.503436,-3.78053,0.072784,0.456009,-4.05685,0.079364,0.497125,-3.78053,0.14321,0.438997,-4.05685,0.15614,0.478578,-3.78053,0.210107,0.411179,-4.05686,0.229069,0.448251,-3.78053,0.27183,0.373239,-4.05686,0.296356,0.406892,-3.78054,0.32686,0.326114,-4.05686,0.356348,0.355517,-3.78054,0.373842,0.27096,-4.05686,0.407566,0.295391,-3.78054,0.41162,0.209138,-4.05686,0.44875,0.227995,-3.78054,0.439263,0.142169,-4.05686,0.478886,0.154987,-3.78054,0.43898,-0.000508,-4.07579,0.433654,0.068173,-4.07579,0.433654,0.068173,-4.06443,0.43898,-0.000508,-4.06443,0.433496,-0.069178,-4.07579,0.433496,-0.069178,-4.06443,0.417339,-0.136144,-4.07579,0.41734,-0.136144,-4.06443,0.390909,-0.19976,-4.07579,0.390909,-0.19976,-4.06443,0.354853,-0.258458,-4.07579,0.354853,-0.258458,-4.06443,0.31006,-0.310795,-4.07578,0.31006,-0.310795,-4.06443,0.257632,-0.355482,-4.07578,0.257632,-0.355482,-4.06443,0.198862,-0.391419,-4.07578,0.198862,-0.391419,-4.06442,0.135193,-0.41772,-4.07578,0.135193,-0.41772,-4.06442,0.068194,-0.433742,-4.07578,0.068195,-0.433742,-4.06442,-0.000486,-0.439087,-4.07578};
			return value;
		}
		private double[] getCoordinate_6_20_point_16()
		{
			double[] value = {-0.000485,-0.439087,-4.06442,-0.069157,-0.433623,-4.07577,-0.069156,-0.433623,-4.06442,-0.136127,-0.417487,-4.07577,-0.136127,-0.417487,-4.06442,-0.199751,-0.391075,-4.07577,-0.199751,-0.391075,-4.06441,-0.25846,-0.355037,-4.07577,-0.25846,-0.355037,-4.06441,-0.31081,-0.310259,-4.07577,-0.31081,-0.310259,-4.06441,-0.355512,-0.257845,-4.07577,-0.355512,-0.257845,-4.06441,-0.391467,-0.199085,-4.07577,-0.391467,-0.199085,-4.06441,-0.417789,-0.135423,-4.07577,-0.417788,-0.135423,-4.06441,-0.433829,-0.068429,-4.07577,-0.433829,-0.068429,-4.06441,-0.439194,0.000248,-4.07577,-0.439194,0.000248,-4.06441,-0.433669,0.069435,-4.07577,-0.433669,0.069435,-4.06441,-0.417473,0.136392,-4.07577,-0.417472,0.136392,-4.06441,-0.391004,0.199992,-4.07577,-0.391004,0.199992,-4.06441,-0.354914,0.258668,-4.07577,-0.354914,0.258668,-4.06441,-0.31009,0.310979,-4.07577,-0.31009,0.310979,-4.06441,-0.257637,0.355634,-4.07577,-0.257636,0.355634,-4.06441,-0.198843,0.391537,-4.07577,-0.198843,0.391537,-4.06441,-0.135159,0.417801,-4.07577,-0.135159,0.417801,-4.06442,-0.068152,0.433782,-4.07577,-0.068151,0.433782,-4.06442,0.000531,0.439087,-4.07578,0.000532,0.439087,-4.06442,0.069199,0.433583,-4.07578,0.0692,0.433583,-4.06442,0.136161,0.417406,-4.07578,0.136161,0.417406,-4.06442,0.199769,0.390957,-4.07578,0.199769,0.390957,-4.06442,0.258455,0.354883,-4.07578,0.258456,0.354883,-4.06443,0.31078,0.310075,-4.07578,0.31078,0.310075,-4.06443,0.355451,0.257634,-4.07579,0.355451,0.257634,-4.06443,0.391371,0.198853,-4.07579,0.391371,0.198853,-4.06443,0.417653,0.135176,-4.07579,0.417654,0.135176,-4.06443,0.442762,-0.000513,-4.18556,0.437391,0.068761,-4.18556,0.448612,0.070524,-4.08714,0.454121,-0.000526,-4.08714,0.437231,-0.069774,-4.18556,0.448447,-0.071563,-4.08714,0.420936,-0.137319,-4.18556,0.431734,-0.140839,-4.08714,0.313182,-0.102182,-4.8401,0.325307,-0.05192,-4.8401,0.329424,-0.000382,-4.8401,0.325426,0.051167,-4.8401,0.313418,0.101454,-4.8401,0.421252,0.136342,-4.18556,0.432059,0.139837,-4.08714,0.394743,0.200567,-4.18556,0.404869,0.20571,-4.08714,0.293691,0.149247,-4.8401,0.266733,0.193364,-4.84009,0.358513,0.259856,-4.18556,0.367711,0.266519,-4.08714,0.313457,0.312747,-4.18556,0.321499,0.320766,-4.08714,0.233205,0.232723,-4.84009,0.193934,0.266353,-4.84009,0.260681,0.357943,-4.18555,0.267372,0.367121,-4.08714,0.201489,0.394327,-4.18555,0.206661,0.404437,-4.08714,0.149887,0.293427,-4.84009,0.102147,0.313279,-4.84009,0.137334,0.421006,-4.18555,0.14086,0.431801,-4.08714,0.069793,0.437321,-4.18555,0.071589,0.448534,-4.08713,0.05189,0.325419,-4.84009,0.000352,0.329551,-4.84009,0.000534,0.442872,-4.18555,0.000554,0.454228,-4.08713,-0.068741,0.437522,-4.18555,-0.070498,0.44874,-4.08713,-0.051197,0.32557,-4.84009,-0.101489,0.313574,-4.84008};
			return value;
		}
		private double[] getCoordinate_6_20_point_17()
		{
			double[] value = {-0.136327,0.421403,-4.18554,-0.139817,0.432208,-4.08713,-0.200559,0.394912,-4.18554,-0.205697,0.405038,-4.08713,-0.149286,0.293862,-4.84008,-0.193412,0.266917,-4.84008,-0.25986,0.3587,-4.18554,-0.232781,0.233401,-4.84008,-0.312765,0.313659,-4.18554,-0.266422,0.19414,-4.84008,-0.357975,0.260899,-4.18554,-0.29351,0.150101,-4.84008,-0.394377,0.201716,-4.18554,-0.313375,0.102368,-4.84008,-0.421075,0.137567,-4.18554,-0.325531,0.052113,-4.84008,-0.43741,0.070033,-4.18554,-0.329678,0.000186,-4.84008,-0.442982,0.00025,-4.18554,-0.325651,-0.051359,-4.84008,-0.437571,-0.06902,-4.18554,-0.313612,-0.10164,-4.84008,-0.421391,-0.136591,-4.18554,-0.293857,-0.149421,-4.84008,-0.394844,-0.200801,-4.18554,-0.266872,-0.193523,-4.84008,-0.358579,-0.260068,-4.18554,-0.233321,-0.232861,-4.84008,-0.313491,-0.312933,-4.18554,-0.19403,-0.266468,-4.84008,-0.26069,-0.358098,-4.18554,-0.149968,-0.293515,-4.84008,-0.201475,-0.394446,-4.18554,-0.102216,-0.31334,-4.84008,-0.137304,-0.421087,-4.18554,-0.140819,-0.431884,-4.08713,-0.206636,-0.40456,-4.08713,-0.26737,-0.367279,-4.08712,-0.321524,-0.320958,-4.08712,-0.367767,-0.266737,-4.08712,-0.404962,-0.20595,-4.08712,-0.432191,-0.140093,-4.08712,-0.448785,-0.07079,-4.08712,-0.454336,0.000257,-4.08712,-0.448619,0.071829,-4.08712,-0.431865,0.141095,-4.08712,-0.404483,0.206887,-4.08712,-0.367149,0.267588,-4.08712,-0.320779,0.321702,-4.08712,-0.266517,0.367897,-4.08712,-0.069755,-0.437362,-4.18555,-0.071539,-0.448576,-4.08713,-0.051952,-0.32545,-4.84009,-0.000412,-0.329551,-4.84009,-0.000491,-0.442872,-4.18555,-0.000499,-0.454228,-4.08713,0.06878,-0.437481,-4.18555,0.070549,-0.448699,-4.08713,0.051135,-0.325539,-4.84009,0.10142,-0.313515,-4.84009,0.136356,-0.421322,-4.18555,0.139859,-0.432125,-4.08714,0.200574,-0.394793,-4.18555,0.205722,-0.404916,-4.08714,0.149206,-0.293774,-4.84009,0.193317,-0.266802,-4.84009,0.259852,-0.358546,-4.18555,0.26652,-0.367739,-4.08714,0.312731,-0.313474,-4.18556,0.320756,-0.321512,-4.08714,0.232665,-0.233263,-4.84009,0.266283,-0.193982,-4.84009,0.35791,-0.260686,-4.18556,0.367093,-0.26737,-4.08714,0.394276,-0.201482,-4.18556,0.404392,-0.206648,-4.08714,0.293345,-0.149927,-4.8401,0.329203,-0.000381,-4.25747,0.32521,0.05113,-4.25747,0.312405,0.049119,-4.83131,0.316242,-0.000366,-4.83131,0.32509,-0.051883,-4.25747,0.31229,-0.049844,-4.83131,0.312974,-0.102109,-4.25747,0.30065,-0.098094,-4.83131,0.293149,-0.14982,-4.25747,0.281606,-0.14393,-4.83131,0.266108,-0.193844,-4.25747,0.255627,-0.186223,-4.83131,0.232514,-0.233096,-4.25747,0.223353,-0.223932,-4.83131,0.193193,-0.266612,-4.25747,0.185579,-0.25613,-4.8313,0.149115,-0.293563,-4.25747,0.143233,-0.282023,-4.8313,0.101362,-0.31329,-4.25747,0.097359,-0.300974,-4.8313,0.051114,-0.325307,-4.25747,0.049085,-0.312518,-4.8313,-0.000395,-0.329315,-4.25747};
			return value;
		}
		private double[] getCoordinate_6_20_point_18()
		{
			double[] value = {-0.0004,-0.316369,-4.8313,-0.051899,-0.325217,-4.25746,-0.049878,-0.312432,-4.8313,-0.102128,-0.313116,-4.25746,-0.098132,-0.300806,-4.8313,-0.149845,-0.293306,-4.25746,-0.143974,-0.281776,-4.8313,-0.193877,-0.266277,-4.25746,-0.186274,-0.25581,-4.83129,-0.233139,-0.232694,-4.25746,-0.223994,-0.223546,-4.83129,-0.266666,-0.193384,-4.25746,-0.256202,-0.185781,-4.83129,-0.293632,-0.149314,-4.25746,-0.282107,-0.143443,-4.83129,-0.313372,-0.101568,-4.25746,-0.301073,-0.097575,-4.83129,-0.325403,-0.051323,-4.25746,-0.31263,-0.049304,-4.83129,-0.329427,0.000186,-4.25746,-0.316496,0.000179,-4.83129,-0.325283,0.052076,-4.25746,-0.312514,0.050029,-4.83129,-0.313136,0.102295,-4.25746,-0.300846,0.098272,-4.83129,-0.293285,0.149993,-4.25746,-0.281775,0.144097,-4.83129,-0.266217,0.194002,-4.25746,-0.255771,0.186375,-4.83129,-0.232599,0.233234,-4.25746,-0.223474,0.224064,-4.83129,-0.193259,0.266725,-4.25746,-0.185681,0.25624,-4.83129,-0.149165,0.293652,-4.25746,-0.143321,0.282108,-4.8313,-0.101401,0.313351,-4.25746,-0.097435,0.301032,-4.8313,-0.051145,0.325337,-4.25746,-0.049154,0.312547,-4.8313,0.000367,0.329315,-4.25747,0.000333,0.316369,-4.8313,0.051868,0.325186,-4.25747,0.049809,0.312402,-4.8313,0.10209,0.313055,-4.25747,0.098056,0.300748,-4.8313,0.149795,0.293217,-4.25747,0.143887,0.28169,-4.8313,0.193811,0.266162,-4.25747,0.186172,0.255699,-4.8313,0.233053,0.232556,-4.25747,0.223871,0.223414,-4.83131,0.266557,0.193226,-4.25747,0.256058,0.18563,-4.83131,0.293496,0.14914,-4.25747,0.281938,0.143276,-4.83131,0.313208,0.101382,-4.25747,0.300876,0.097397,-4.83131,0.109662,-0.000127,-4.18934,0.10833,0.017044,-4.18934,0.11581,0.018218,-4.17041,0.117232,-0.000137,-4.17041,0.10829,-0.017294,-4.18934,0.115767,-0.018488,-4.17041,0.104252,-0.034036,-4.18934,0.111449,-0.036383,-4.17041,0.097643,-0.04994,-4.18933,0.104386,-0.053384,-4.17041,0.08863,-0.064615,-4.18933,0.09475,-0.069071,-4.17041,0.077432,-0.077699,-4.18933,0.08278,-0.083057,-4.17041,0.064324,-0.08887,-4.18933,0.068769,-0.095,-4.17041,0.049632,-0.097854,-4.18933,0.053063,-0.104604,-4.17041,0.033715,-0.10443,-4.18933,0.036048,-0.111632,-4.17041,0.016966,-0.108436,-4.18933,0.018143,-0.115914,-4.17041,-0.000205,-0.109772,-4.18933,-0.000212,-0.117342,-4.17041,-0.017372,-0.108406,-4.18933,-0.018563,-0.115881,-4.17041,-0.034115,-0.104372,-4.18933,-0.03646,-0.111569,-4.17041,-0.050022,-0.097768,-4.18933,-0.053463,-0.10451,-4.1704,-0.064699,-0.08876,-4.18933,-0.069152,-0.09488,-4.1704,-0.077786,-0.077565,-4.18933,-0.083142,-0.082914,-4.1704,-0.088961,-0.064461,-4.18933,-0.095089,-0.068907,-4.1704,-0.097951,-0.049771,-4.18933,-0.104698,-0.053204,-4.1704,-0.10453,-0.033856,-4.18933,-0.111731,-0.036191,-4.1704,-0.108541,-0.017108,-4.18933,-0.116018,-0.018287,-4.1704,-0.109882,6.2e-05,-4.18933};
			return value;
		}
		private double[] getCoordinate_6_20_point_19()
		{
			double[] value = {-0.117452,6.7e-05,-4.1704,-0.108501,0.017359,-4.18933,-0.115975,0.018556,-4.1704,-0.104452,0.034098,-4.18933,-0.111647,0.036449,-4.1704,-0.097835,0.049997,-4.18933,-0.104573,0.053446,-4.1704,-0.088812,0.064668,-4.18933,-0.094929,0.069127,-4.1704,-0.077606,0.077745,-4.18933,-0.08295,0.083106,-4.1704,-0.064493,0.088908,-4.18933,-0.068933,0.09504,-4.1704,-0.049795,0.097884,-4.18933,-0.05322,0.104635,-4.1704,-0.033873,0.10445,-4.18933,-0.036202,0.111654,-4.17041,-0.017121,0.108446,-4.18933,-0.018294,0.115925,-4.17041,4.9e-05,0.109772,-4.18933,6.1e-05,0.117342,-4.17041,0.017216,0.108395,-4.18933,0.018412,0.11587,-4.17041,0.033957,0.104352,-4.18933,0.036306,0.111548,-4.17041,0.049858,0.097738,-4.18933,0.053306,0.104479,-4.17041,0.064531,0.088721,-4.18933,0.068989,0.09484,-4.17041,0.077612,0.077519,-4.18933,0.082972,0.082865,-4.17041,0.088779,0.064408,-4.18933,0.094911,0.06885,-4.17041,0.097759,0.049714,-4.18933,0.10451,0.053142,-4.17041,0.10433,0.033794,-4.18934,0.111533,0.036125,-4.17041,-9.5e-05,0.0,-3.62155,0.2535,-0.000293,-4.18934,0.250425,0.039376,-4.18934,0.250333,-0.039955,-4.18934,0.241001,-0.078636,-4.18934,0.225736,-0.115378,-4.18934,0.204911,-0.149282,-4.18934,0.179039,-0.17951,-4.18934,0.148756,-0.205321,-4.18934,0.114812,-0.226078,-4.18934,0.078037,-0.24127,-4.18933,0.241183,0.078076,-4.18934,0.226002,0.114855,-4.18934,0.205255,0.148805,-4.18934,0.179453,0.179096,-4.18934,0.149232,0.204976,-4.18934,0.115335,0.225811,-4.18934,0.078596,0.241088,-4.18933,0.03992,0.250431,-4.18933,0.000258,0.25361,-4.18933,-0.039412,0.250546,-4.18933,-0.078115,0.241316,-4.18933,-0.114898,0.226146,-4.18933,-0.148856,0.205409,-4.18933,-0.179153,0.179616,-4.18933,-0.205042,0.149403,-4.18933,-0.225887,0.115512,-4.18933,-0.241174,0.078778,-4.18933,-0.250529,0.040104,-4.18933,-0.25372,0.000143,-4.18933,-0.250621,-0.039525,-4.18933,-0.241356,-0.078219,-4.18933,-0.226154,-0.114988,-4.18933,-0.205387,-0.148927,-4.18933,-0.179567,-0.179202,-4.18933,-0.149332,-0.205065,-4.18933,-0.115422,-0.22588,-4.18933,-0.078674,-0.241134,-4.18933,-0.039992,-0.250455,-4.18933,-0.000329,-0.25361,-4.18933,0.03934,-0.250523,-4.18933,-0.00011,0.0,-4.18933,0.376099,-0.123952,2.10268,-0.376127,-0.123526,2.1027,0.064576,-0.084236,6.18358,0.063773,-0.07324,6.18358,0.058085,-0.097819,6.18362,0.046234,-0.108281,6.18362,0.031434,-0.116204,6.18362,-0.03124,-0.116168,6.18362,-0.046032,-0.108229,6.18362,-0.057871,-0.097755,6.18362,-0.064346,-0.084164,6.18358,-0.063529,-0.073168,6.18358,-0.05809,-0.062746,6.18358,-0.048772,-0.055713,6.18358,-0.038471,-0.049558,6.18358,-0.028012,-0.046043,6.18358,-0.016444,-0.044337,6.18358,-0.003744,-0.043101,6.18358,0.01672,-0.044357,6.18358,0.028286,-0.046075,6.18358,0.038741,-0.049602,6.18358};
			return value;
		}
		private double[] getCoordinate_6_20_point_20()
		{
			double[] value = {0.049034,-0.055769,6.18358,0.058344,-0.062811,6.18358,0.383456,-0.240899,2.01413,0.322018,-0.347334,2.01416,0.231578,-0.440025,2.01422,0.122058,-0.495779,2.01429,0.00044,-0.514967,2.01436,-0.122514,-0.49564,2.0143,-0.23197,-0.439763,2.01423,-0.322306,-0.346969,2.01418,-0.383624,-0.240465,2.01415,0.356621,-0.230599,2.02053,0.29968,-0.329245,2.02057,0.214693,-0.416762,2.02062,0.113188,-0.468436,2.02068,0.000469,-0.48622,2.02075,-0.113614,-0.468308,2.02069,-0.215059,-0.41652,2.02063,-0.299946,-0.328905,2.02058,-0.356776,-0.230195,2.02055,-0.08268,0.490641,3.86263,-0.113993,0.446574,3.86198,-0.153533,0.633589,3.51697,-0.211583,0.551895,3.51576,-0.08043,0.686005,3.51774,-0.043248,0.518914,3.86304,0.000413,0.70401,3.518,0.000359,0.528626,3.86318,0.044039,0.518864,3.86304,0.081391,0.685913,3.51773,0.08344,0.490547,3.86262,0.154435,0.633415,3.51696,-0.189025,0.708111,3.14565,-0.260468,0.607568,3.14417,-0.099059,0.772619,3.1466,0.000438,0.794779,3.14692,0.100099,0.772507,3.14659,0.189993,0.707897,3.14564,0.197746,0.728545,2.76611,0.104175,0.795797,2.7671,0.000437,0.81898,2.76745,-0.103127,0.795914,2.76711,-0.196774,0.728769,2.76612,-0.27114,0.624114,2.76458,-0.187209,0.71574,2.38619,-0.257961,0.616169,2.38472,-0.098112,0.779624,2.38713,0.000423,0.80157,2.38745,0.09912,0.779513,2.38712,0.000398,0.758411,2.00884,-0.08748,0.738839,2.00855,-0.16694,0.681865,2.00771,0.088422,0.738739,2.00854,0.261322,0.607273,3.14416,0.114703,0.446444,3.86197,0.212393,0.551655,3.51575,0.271992,0.623806,2.76457,0.258785,0.615877,2.38471,0.188145,0.715528,2.38618,0.167818,0.681675,2.0077,0.001253,0.521597,-1.07175,0.000579,0.787444,-2.40598,-0.057862,0.787477,-3.36386,-0.101719,0.521655,-2.73835,0.000579,0.818506,-2.43266,-0.054903,0.818538,-3.37902,0.000462,2.35345,-4.02631,-0.027567,2.35347,-4.51405,-0.027515,2.35347,-4.60485,-0.054803,0.818538,-3.5552,-0.057761,0.787477,-3.54218,-0.037665,0.818527,-3.90503,-0.039728,0.787467,-3.89627,-0.018333,2.35346,-4.78515,-0.006578,2.35346,-4.92654,-0.01573,0.818515,-4.17935,-0.016643,0.787454,-4.17393,-0.070167,0.521638,-3.66469,-0.030003,0.521615,-4.14778,-0.101543,0.521655,-3.04861,0.102165,0.52154,-2.73836,0.058578,0.787411,-3.36386,0.055653,0.818474,-3.37902,0.029995,2.35344,-4.51405,0.055543,0.818474,-3.5552,0.029939,2.35344,-4.60485,0.058467,0.787411,-3.54218,0.040416,0.787421,-3.89627,0.038387,0.818484,-3.90503,0.020747,2.35344,-4.78515,0.016438,0.818496,-4.17936,0.008986,2.35345,-4.92654,0.017317,0.787434,-4.17393,0.030375,0.521581,-4.14779,0.070565,0.521558,-3.66469,0.101973,0.521541,-3.04862,0.004333,0.818503,-4.1869,0.004574,0.787441,-4.18156,-0.007834,0.521603,-4.16107,0.008206,0.521593,-4.16107};
			return value;
		}
		private double[] getCoordinate_6_20_point_21()
		{
			double[] value = {0.000305,-0.313444,1.52887,0.339749,-0.207075,1.52866,0.285787,-0.31097,1.52869,0.203147,-0.406386,1.52874,0.106966,-0.460814,1.5288,0.000162,-0.479555,1.52887,-0.107408,-0.460693,1.52881,-0.203527,-0.406155,1.52875,-0.286059,-0.310647,1.52871,-0.339903,-0.206691,1.52868,0.741965,-0.032488,-4.41545,2.02994,-0.147539,-4.41762,2.02975,-0.149842,-3.80966,0.742418,-0.038575,-2.82982,-0.742609,-0.037735,-2.82978,-2.03012,-0.147542,-3.80955,-2.03033,-0.145239,-4.41751,-0.742233,-0.031648,-4.41542,-0.74381,-0.023719,-2.84586,-2.03085,-0.139097,-3.82496,-0.744487,-0.015709,-2.86998,-0.745649,-0.001689,-2.95439,-2.03131,-0.133723,-3.85733,-0.746736,0.012337,-3.17143,-2.03177,-0.128349,-3.94054,-0.745751,0.004355,-3.69394,-2.03152,-0.13142,-4.14089,-0.742798,-0.025646,-4.33302,-2.03053,-0.142936,-4.38592,0.743634,-0.024561,-2.8459,2.03049,-0.141397,-3.82507,0.744318,-0.016551,-2.87002,2.03096,-0.136025,-3.85743,0.745491,-0.002533,-2.95442,2.03142,-0.130651,-3.94065,0.746582,0.011493,-3.17147,2.03115,-0.133722,-4.14099,0.745561,0.003511,-3.69398,2.03014,-0.145236,-4.38603,0.742541,-0.026486,-4.33306,3.45617,0.047433,-1.90251,3.4562,0.043507,-0.870068,-3.45619,0.047421,-0.869886,-3.45621,0.051347,-1.90233,3.45621,0.067061,-0.951198,3.45621,0.07622,-1.09252,3.4562,0.070986,-1.43274,3.45617,0.051358,-1.84886,3.4562,0.057901,-0.896239,3.4562,0.052667,-0.880536,-3.45618,0.061815,-0.896057,-3.45619,0.056581,-0.880354,-3.45618,0.070975,-0.951016,-3.45618,0.080134,-1.09234,-3.45619,0.0749,-1.43256,-3.45621,0.055272,-1.84868};
			return value;
		}

		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #20, 16368 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_5_20_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_20_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_7()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_8()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_9()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_10()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_11()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_12()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_13()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_14()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_15()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_16()))
				.append(new MFInt32(getIndexedFaceSet_5_20_coordIndex_17()));
			return IndexedFaceSet_5_20_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #20, 6168 total numbers made up of 2056 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_6_20_point()
		{
			MFVec3f Coordinate_6_20_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_20_point_1()))
				.append(new MFVec3f(getCoordinate_6_20_point_2()))
				.append(new MFVec3f(getCoordinate_6_20_point_3()))
				.append(new MFVec3f(getCoordinate_6_20_point_4()))
				.append(new MFVec3f(getCoordinate_6_20_point_5()))
				.append(new MFVec3f(getCoordinate_6_20_point_6()))
				.append(new MFVec3f(getCoordinate_6_20_point_7()))
				.append(new MFVec3f(getCoordinate_6_20_point_8()))
				.append(new MFVec3f(getCoordinate_6_20_point_9()))
				.append(new MFVec3f(getCoordinate_6_20_point_10()))
				.append(new MFVec3f(getCoordinate_6_20_point_11()))
				.append(new MFVec3f(getCoordinate_6_20_point_12()))
				.append(new MFVec3f(getCoordinate_6_20_point_13()))
				.append(new MFVec3f(getCoordinate_6_20_point_14()))
				.append(new MFVec3f(getCoordinate_6_20_point_15()))
				.append(new MFVec3f(getCoordinate_6_20_point_16()))
				.append(new MFVec3f(getCoordinate_6_20_point_17()))
				.append(new MFVec3f(getCoordinate_6_20_point_18()))
				.append(new MFVec3f(getCoordinate_6_20_point_19()))
				.append(new MFVec3f(getCoordinate_6_20_point_20()))
				.append(new MFVec3f(getCoordinate_6_20_point_21()));
			return Coordinate_6_20_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 RadarCrossSectionMeshF16 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 RadarCrossSectionMeshF16().getX3dModel();
//      System.out.println("X3D model construction complete.");
	
        // next handle command line arguments
        boolean hasArguments = (args != null) && (args.length > 0);
        boolean validate = true; // default
        boolean argumentsLoadNewModel = false;
        String  fileName = new String();

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

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