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.Networking.*;
import org.web3d.x3d.jsail.Rendering.*;
import org.web3d.x3d.jsail.Shape.*;
import org.web3d.x3d.jsail.Text.*;
import org.web3d.x3d.jsail.Texturing.*;

// Javadoc metadata annotations follow, see below for X3DJSAIL Java source code.
/**
 * <p> Rendering antenna 3D pattern with antenna 3D geometry, Parabola, Focus point = 0.055, Aperture = 0.22, Number X wires = 50, Number Y wires = 50. </p>
 <p> Related links: Catalog page <a href="../../../../CommunicationsAndSensors/Radar/NecParabola50x50Index.html" target="_blank">NecParabola50x50</a>,  source <a href="../../../../CommunicationsAndSensors/Radar/NecParabola50x50.java">NecParabola50x50.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/NecParabola50x50.x3d">NecParabola50x50.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> Rendering antenna 3D pattern with antenna 3D geometry, Parabola, Focus point = 0.055, Aperture = 0.22, Number X wires = 50, Number Y wires = 50. </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> creator </i> </td>
			<td> Sungmin Kwon and Don Brutzman </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> created </i> </td>
			<td> 2 February 2018 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> modified </i> </td>
			<td> 20 October 2019 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> reference </i> </td>
			<td> NecParabola50x50.out.txt </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> reference </i> </td>
			<td> RenderingAntennaBeamPattern.pptx </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> reference </i> </td>
			<td> <a href="https://en.wikipedia.org/wiki/Numerical_Electromagnetics_Code" target="_blank">https://en.wikipedia.org/wiki/Numerical_Electromagnetics_Code</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> Numerical Electromagnetics Code <a href="http://www.qsl.net/4nec2" target="_blank">http://www.qsl.net/4nec2</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> NEC2toX3D.m </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> identifier </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Radar/NecParabola50x50.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Radar/NecParabola50x50.x3d</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>

	* @author Sungmin Kwon and Don Brutzman
 */

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

	/** Create and initialize the X3D model for this object. */
	public final void initialize()
	{
            try { // catch-all
  x3dModel = new X3D().setProfile(X3D.PROFILE_IMMERSIVE).setVersion(X3D.VERSION_3_3)
  .setHead(new head()
    .addMeta(new meta().setName(meta.NAME_TITLE      ).setContent("NecParabola50x50.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("Rendering antenna 3D pattern with antenna 3D geometry, Parabola, Focus point = 0.055, Aperture = 0.22, Number X wires = 50, Number Y wires = 50."))
    .addMeta(new meta().setName(meta.NAME_CREATOR    ).setContent("Sungmin Kwon and Don Brutzman"))
    .addMeta(new meta().setName(meta.NAME_CREATED    ).setContent("2 February 2018"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("20 October 2019"))
    .addMeta(new meta().setName(meta.NAME_REFERENCE  ).setContent("NecParabola50x50.out.txt"))
    .addMeta(new meta().setName(meta.NAME_REFERENCE  ).setContent("RenderingAntennaBeamPattern.pptx"))
    .addMeta(new meta().setName(meta.NAME_REFERENCE  ).setContent("https://en.wikipedia.org/wiki/Numerical_Electromagnetics_Code"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("Numerical Electromagnetics Code http://www.qsl.net/4nec2"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("NEC2toX3D.m"))
    .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_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Radar/NecParabola50x50.x3d"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("NecParabola50x50.x3d"))
    .addChild(new Background().setSkyColor(new MFColor(new double[] {0.0,0.0,0.5})))
    .addChild(new Viewpoint().setDescription("+Xand+Y View").setOrientation(0.22,0.57,0.79,2.55).setPosition(38.0,42.0,24.0))
    .addChild(new Viewpoint().setDescription("+Xand-Y View").setOrientation(0.85,0.31,0.43,1.39).setPosition(39.0,-43.0,25.0))
    .addChild(new Viewpoint().setDescription("-Xand+Y View").setOrientation(-0.26,0.57,0.78,3.77).setPosition(-41.0,39.0,22.0))
    .addChild(new Viewpoint().setDescription("-Xand-Y View").setOrientation(0.84,-0.32,-0.44,1.44).setPosition(-38.0,-42.0,23.0))
    .addChild(new Viewpoint().setDescription("+Z View").setOrientation(0.0,0.0,1.0,0.).setPosition(0.0,0.0,90.0))
    .addChild(new Viewpoint().setDescription("Right X View").setOrientation(0.95,0.19,0.25,1.33).setPosition(30.0,-71.62,23.0))
    .addChild(new Viewpoint().setDescription("Left X View").setOrientation(0.18,0.57,0.8,2.64).setPosition(40.0,57.55,23.84))
    .addChild(new Viewpoint().setDescription("Right Y View").setOrientation(0.42,0.55,0.72,2.12).setPosition(69.0,17.71,19.94))
    .addChild(new Viewpoint().setDescription("Left Y View").setOrientation(-0.3,0.56,0.77,3.91).setPosition(-58.25,39.34,23.21))
    .addComments(" Antenna Geometry Part ")
    .addChild(new Transform().setRotation(0.,0.,1.,-1.57)
      .addChild(new Transform().setRotation(0.,1.,0.0,-1.57).setScale(100.0,100.0,100.0)
        .addChild(new Shape()
          .setAppearance(new Appearance()
            .setMaterial(new Material().setEmissiveColor(0.7,0.7,0.7)))
          .setGeometry(new LineSet().setVertexCount(getLineSet_6_28_vertexCount())
            .setCoord(new Coordinate().setPoint(getCoordinate_7_28_point()))))))
    .addComments(" Antenna Pattern 3D Geometry Part ")
    .addChild(new Transform().setRotation(0.,0.,1.,-1.57)
      .addChild(new Transform().setRotation(0.,1.,0.0,-1.57)
        .addChild(new Shape()
          .setGeometry(new IndexedFaceSet().setSolid(false).setColorIndex(getIndexedFaceSet_6_33_colorIndex()).setCoordIndex(getIndexedFaceSet_6_33_coordIndex())
            .setCoord(new Coordinate().setPoint(getCoordinate_7_33_point()))
            .setColor(new Color().setColor(getColor_7_34_color()))))))
    .addComments(" X,Y,Z Axis Part ")
    .addChild(new Transform().setScale(20.0,20.0,20.0)
      .addChild(new Inline("CoordinateAxes").setUrl(new String[] {"CoordinateAxes.x3d","https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Radar/CoordinateAxes.x3d","CoordinateAxes.wrl","https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Radar/CoordinateAxes.wrl"})
        .setMetadata(new MetadataString().setName("profile").setValue(new String[] {"Immersive"}))))
    .addComments(" HUD : Colormap Part ")
    .addComments(" Simple Heads-Up Display (HUD) Prototype Manages the display of a HUD and maintains its position on the screen. Changes to fieldOfView (in Viewpoint node) will change screen position Fields: hudSize Size of HUD (initializeOnly - SFVec3f) default=\"1 1 .01\" hudColor Color of HUD (inputOutput - SFColor) default=\"1 1 1\" screenOffset Offset of HUD. This field positions the HUD on the display screen (inputOutput - SFVec3f) default=\"0 0 0\" hudGeometry Geometry to be placed on the HUD. Origin is center of HUD. (inputOutput - MFNode) default = [] position_changed Current viewer location (outputOnly - SFVec3f) orientation_changed Current viewer orientation (outputOnly - SFRotation) ")
    .addChild(new ExternProtoDeclare("HeadsUpDisplay").setName("HeadsUpDisplay").setAppinfo("Heads-up display (HUD) keeps child geometry aligned on screen in a consistent location").setUrl(new String[] {"../../../X3dForWebAuthors/Chapter14Prototypes/HeadsUpDisplayPrototype.x3d#HeadsUpDisplay","https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/HeadsUpDisplayPrototype.x3d#HeadsUpDisplay","../../../X3dForWebAuthors/Chapter14Prototypes/HeadsUpDisplayPrototype.wrl#HeadsUpDisplay","https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/HeadsUpDisplayPrototype.wrl#HeadsUpDisplay"})
      .addField(new field().setName("screenOffset").setType(field.TYPE_SFVEC3F).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("offset position for HUD relative to current view location, default 0 0 -5"))
      .addField(new field().setName("children").setType(field.TYPE_MFNODE).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("X3D content positioned at HUD offset"))
      .addField(new field().setName("position_changed").setType(field.TYPE_SFVEC3F).setAccessType(field.ACCESSTYPE_OUTPUTONLY).setAppinfo("HUD position update (in world coordinates) relative to original location"))
      .addField(new field().setName("orientation_changed").setType(field.TYPE_SFROTATION).setAccessType(field.ACCESSTYPE_OUTPUTONLY).setAppinfo("HUD orientation update relative to original location")))
    .addChild(new ProtoInstance("HeadsUpDisplay", "HeadsUpDisplayInstance").setContainerField("children")
      .addComments(" example: upper left-hand corner of screen (x=-2, y=1) and set back z=-5 from user view ")
      .addFieldValue(new fieldValue().setName("screenOffset").setValue(new SFVec3f(0.0,0.0,-5.0)))
      .addFieldValue(new fieldValue().setName("children")
        .addChild(new Transform().setTranslation(1.9,0.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Box().setSize(0.2,3.0,0.01).setSolid(false))
            .setAppearance(new Appearance()
              .setTexture(new PixelTexture().setImage(new int[] {1,33,3,0x000080,0x0000B4,0x0000E8,0x001DFF,0x0050FF,0x0083FF,0x00B6FF,0x00E9FF,0x1DFFE2,0x50FFAF,0x83FF7C,0xB6FF49,0xE9FF16,0xFFF400,0xFFDF00,0xFFCB00,0xFFB600,0xFFA200,0xFF8E00,0xFF7900,0xFF6500,0xFF5000,0xFF3C00,0xFF2800,0xFF1300,0xFF0002,0xFF0027,0xFF004B,0xFF0070,0xFF0094,0xFF00B8,0xFF00DD,0xFF00FF}).setRepeatS(false).setRepeatT(false)))))
        .addChild(new Transform().setTranslation(1.78,0.0,0.0)
          .addChild(new Transform().setTranslation(0.0,1.85,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"Max Gain=22.9 dBi"})
                .setFontStyle(new FontStyle("ColorMapTickFont").setJustify(FontStyle.JUSTIFY_END_MIDDLE).setSize(0.18)))
              .setAppearance(new Appearance("ColorMapTickAppearance")
                .setMaterial(new Material().setDiffuseColor(1.0,1.0,1.0)))))
          .addChild(new Transform().setTranslation(0.25,1.7,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"dBi"})
                .setFontStyle(new FontStyle().setUSE("ColorMapTickFont")))
              .setAppearance(new Appearance().setUSE("ColorMapTickAppearance"))))
          .addChild(new Transform().setTranslation(0.0,1.5,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"23.0"})
                .setFontStyle(new FontStyle().setUSE("ColorMapTickFont")))
              .setAppearance(new Appearance().setUSE("ColorMapTickAppearance"))))
          .addChild(new Transform().setTranslation(0.0,0.75,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"18.1"})
                .setFontStyle(new FontStyle().setUSE("ColorMapTickFont")))
              .setAppearance(new Appearance().setUSE("ColorMapTickAppearance"))))
          .addChild(new Transform()
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"11.3"})
                .setFontStyle(new FontStyle().setUSE("ColorMapTickFont")))
              .setAppearance(new Appearance().setUSE("ColorMapTickAppearance"))))
          .addChild(new Transform().setTranslation(0.0,-0.75,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"-0.4"})
                .setFontStyle(new FontStyle().setUSE("ColorMapTickFont")))
              .setAppearance(new Appearance().setUSE("ColorMapTickAppearance"))))
          .addChild(new Transform().setTranslation(0.0,-1.5,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"-50.0"})
                .setFontStyle(new FontStyle().setUSE("ColorMapTickFont")))
              .setAppearance(new Appearance().setUSE("ColorMapTickAppearance"))))
          .addChild(new Transform().setTranslation(0.05,1.43,0.2)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"=====>"})
                .setFontStyle(new FontStyle("ColorMapTickFont2").setJustify(FontStyle.JUSTIFY_END_MIDDLE).setSize(0.15)))
              .setAppearance(new Appearance()
                .setMaterial(new Material().setDiffuseColor(1.0,1.0,1.0)))))))));
            }
            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[] getLineSet_6_28_vertexCount_1()
		{
			int[] value = {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2};
			return value;
		}
		private int[] getLineSet_6_28_vertexCount_2()
		{
			int[] value = {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2};
			return value;
		}
		private int[] getLineSet_6_28_vertexCount_3()
		{
			int[] value = {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2};
			return value;
		}
		private int[] getLineSet_6_28_vertexCount_4()
		{
			int[] value = {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_7_28_point_1()
		{
			double[] value = {0.05386,-0.0264,0.1056,0.05289,-0.022,0.1056,0.05289,-0.022,0.1056,0.0521,-0.0176,0.1056,0.0521,-0.0176,0.1056,0.05148,-0.0132,0.1056,0.05148,-0.0132,0.1056,0.05104,-0.0088,0.1056,0.05104,-0.0088,0.1056,0.05078,-0.0044,0.1056,0.05078,-0.0044,0.1056,0.05069,0.0,0.1056,0.05069,0.0,0.1056,0.05078,0.0044,0.1056,0.05078,0.0044,0.1056,0.05104,0.0088,0.1056,0.05104,0.0088,0.1056,0.05148,0.0132,0.1056,0.05148,0.0132,0.1056,0.0521,0.0176,0.1056,0.0521,0.0176,0.1056,0.05289,0.022,0.1056,0.05289,0.022,0.1056,0.05386,0.0264,0.1056,0.05368,-0.0396,0.1012,0.05218,-0.0352,0.1012,0.05218,-0.0352,0.1012,0.05086,-0.0308,0.1012,0.05086,-0.0308,0.1012,0.04972,-0.0264,0.1012,0.04972,-0.0264,0.1012,0.04875,-0.022,0.1012,0.04875,-0.022,0.1012,0.04796,-0.0176,0.1012,0.04796,-0.0176,0.1012,0.04734,-0.0132,0.1012,0.04734,-0.0132,0.1012,0.0469,-0.0088,0.1012,0.0469,-0.0088,0.1012,0.04664,-0.0044,0.1012,0.04664,-0.0044,0.1012,0.04655,0.0,0.1012,0.04655,0.0,0.1012,0.04664,0.0044,0.1012,0.04664,0.0044,0.1012,0.0469,0.0088,0.1012,0.0469,0.0088,0.1012,0.04734,0.0132,0.1012,0.04734,0.0132,0.1012,0.04796,0.0176,0.1012,0.04796,0.0176,0.1012,0.04875,0.022,0.1012,0.04875,0.022,0.1012,0.04972,0.0264,0.1012,0.04972,0.0264,0.1012,0.05086,0.0308,0.1012,0.05086,0.0308,0.1012,0.05218,0.0352,0.1012,0.05218,0.0352,0.1012,0.05368,0.0396,0.1012,0.05324,-0.0484,0.0968,0.05139,-0.044,0.0968,0.05139,-0.044,0.0968,0.04972,-0.0396,0.0968,0.04972,-0.0396,0.0968,0.04822,-0.0352,0.0968,0.04822,-0.0352,0.0968,0.0469,-0.0308,0.0968,0.0469,-0.0308,0.0968,0.04576,-0.0264,0.0968,0.04576,-0.0264,0.0968,0.04479,-0.022,0.0968,0.04479,-0.022,0.0968,0.044,-0.0176,0.0968,0.044,-0.0176,0.0968,0.04338,-0.0132,0.0968,0.04338,-0.0132,0.0968,0.04294,-0.0088,0.0968,0.04294,-0.0088,0.0968,0.04268,-0.0044,0.0968,0.04268,-0.0044,0.0968,0.04259,0.0,0.0968,0.04259,0.0,0.0968,0.04268,0.0044,0.0968,0.04268,0.0044,0.0968,0.04294,0.0088,0.0968,0.04294,0.0088,0.0968,0.04338,0.0132,0.0968,0.04338,0.0132,0.0968,0.044,0.0176,0.0968,0.044,0.0176,0.0968,0.04479,0.022,0.0968,0.04479,0.022,0.0968,0.04576,0.0264,0.0968,0.04576,0.0264,0.0968,0.0469,0.0308,0.0968,0.0469,0.0308,0.0968,0.04822,0.0352,0.0968,0.04822,0.0352,0.0968,0.04972,0.0396,0.0968};
			return value;
		}
		private double[] getCoordinate_7_28_point_2()
		{
			double[] value = {0.04972,0.0396,0.0968,0.05139,0.044,0.0968,0.05139,0.044,0.0968,0.05324,0.0484,0.0968,0.05368,-0.0572,0.0924,0.05148,-0.0528,0.0924,0.05148,-0.0528,0.0924,0.04946,-0.0484,0.0924,0.04946,-0.0484,0.0924,0.04761,-0.044,0.0924,0.04761,-0.044,0.0924,0.04594,-0.0396,0.0924,0.04594,-0.0396,0.0924,0.04444,-0.0352,0.0924,0.04444,-0.0352,0.0924,0.04312,-0.0308,0.0924,0.04312,-0.0308,0.0924,0.04198,-0.0264,0.0924,0.04198,-0.0264,0.0924,0.04101,-0.022,0.0924,0.04101,-0.022,0.0924,0.04022,-0.0176,0.0924,0.04022,-0.0176,0.0924,0.0396,-0.0132,0.0924,0.0396,-0.0132,0.0924,0.03916,-0.0088,0.0924,0.03916,-0.0088,0.0924,0.0389,-0.0044,0.0924,0.0389,-0.0044,0.0924,0.03881,0.0,0.0924,0.03881,0.0,0.0924,0.0389,0.0044,0.0924,0.0389,0.0044,0.0924,0.03916,0.0088,0.0924,0.03916,0.0088,0.0924,0.0396,0.0132,0.0924,0.0396,0.0132,0.0924,0.04022,0.0176,0.0924,0.04022,0.0176,0.0924,0.04101,0.022,0.0924,0.04101,0.022,0.0924,0.04198,0.0264,0.0924,0.04198,0.0264,0.0924,0.04312,0.0308,0.0924,0.04312,0.0308,0.0924,0.04444,0.0352,0.0924,0.04444,0.0352,0.0924,0.04594,0.0396,0.0924,0.04594,0.0396,0.0924,0.04761,0.044,0.0924,0.04761,0.044,0.0924,0.04946,0.0484,0.0924,0.04946,0.0484,0.0924,0.05148,0.0528,0.0924,0.05148,0.0528,0.0924,0.05368,0.0572,0.0924,0.055,-0.066,0.088,0.05245,-0.0616,0.088,0.05245,-0.0616,0.088,0.05007,-0.0572,0.088,0.05007,-0.0572,0.088,0.04787,-0.0528,0.088,0.04787,-0.0528,0.088,0.04585,-0.0484,0.088,0.04585,-0.0484,0.088,0.044,-0.044,0.088,0.044,-0.044,0.088,0.04233,-0.0396,0.088,0.04233,-0.0396,0.088,0.04083,-0.0352,0.088,0.04083,-0.0352,0.088,0.03951,-0.0308,0.088,0.03951,-0.0308,0.088,0.03837,-0.0264,0.088,0.03837,-0.0264,0.088,0.0374,-0.022,0.088,0.0374,-0.022,0.088,0.03661,-0.0176,0.088,0.03661,-0.0176,0.088,0.03599,-0.0132,0.088,0.03599,-0.0132,0.088,0.03555,-0.0088,0.088,0.03555,-0.0088,0.088,0.03529,-0.0044,0.088,0.03529,-0.0044,0.088,0.0352,0.0,0.088,0.0352,0.0,0.088,0.03529,0.0044,0.088,0.03529,0.0044,0.088,0.03555,0.0088,0.088,0.03555,0.0088,0.088,0.03599,0.0132,0.088,0.03599,0.0132,0.088,0.03661,0.0176,0.088,0.03661,0.0176,0.088,0.0374,0.022,0.088,0.0374,0.022,0.088,0.03837,0.0264,0.088,0.03837,0.0264,0.088,0.03951,0.0308,0.088};
			return value;
		}
		private double[] getCoordinate_7_28_point_3()
		{
			double[] value = {0.03951,0.0308,0.088,0.04083,0.0352,0.088,0.04083,0.0352,0.088,0.04233,0.0396,0.088,0.04233,0.0396,0.088,0.044,0.044,0.088,0.044,0.044,0.088,0.04585,0.0484,0.088,0.04585,0.0484,0.088,0.04787,0.0528,0.088,0.04787,0.0528,0.088,0.05007,0.0572,0.088,0.05007,0.0572,0.088,0.05245,0.0616,0.088,0.0543,-0.0704,0.0836,0.05157,-0.066,0.0836,0.05157,-0.066,0.0836,0.04902,-0.0616,0.0836,0.04902,-0.0616,0.0836,0.04664,-0.0572,0.0836,0.04664,-0.0572,0.0836,0.04444,-0.0528,0.0836,0.04444,-0.0528,0.0836,0.04242,-0.0484,0.0836,0.04242,-0.0484,0.0836,0.04057,-0.044,0.0836,0.04057,-0.044,0.0836,0.0389,-0.0396,0.0836,0.0389,-0.0396,0.0836,0.0374,-0.0352,0.0836,0.0374,-0.0352,0.0836,0.03608,-0.0308,0.0836,0.03608,-0.0308,0.0836,0.03494,-0.0264,0.0836,0.03494,-0.0264,0.0836,0.03397,-0.022,0.0836,0.03397,-0.022,0.0836,0.03318,-0.0176,0.0836,0.03318,-0.0176,0.0836,0.03256,-0.0132,0.0836,0.03256,-0.0132,0.0836,0.03212,-0.0088,0.0836,0.03212,-0.0088,0.0836,0.03186,-0.0044,0.0836,0.03186,-0.0044,0.0836,0.03177,0.0,0.0836,0.03177,0.0,0.0836,0.03186,0.0044,0.0836,0.03186,0.0044,0.0836,0.03212,0.0088,0.0836,0.03212,0.0088,0.0836,0.03256,0.0132,0.0836,0.03256,0.0132,0.0836,0.03318,0.0176,0.0836,0.03318,0.0176,0.0836,0.03397,0.022,0.0836,0.03397,0.022,0.0836,0.03494,0.0264,0.0836,0.03494,0.0264,0.0836,0.03608,0.0308,0.0836,0.03608,0.0308,0.0836,0.0374,0.0352,0.0836,0.0374,0.0352,0.0836,0.0389,0.0396,0.0836,0.0389,0.0396,0.0836,0.04057,0.044,0.0836,0.04057,0.044,0.0836,0.04242,0.0484,0.0836,0.04242,0.0484,0.0836,0.04444,0.0528,0.0836,0.04444,0.0528,0.0836,0.04664,0.0572,0.0836,0.04664,0.0572,0.0836,0.04902,0.0616,0.0836,0.04902,0.0616,0.0836,0.05157,0.066,0.0836,0.05157,0.066,0.0836,0.0543,0.0704,0.0836,0.05394,-0.0748,0.0792,0.05104,-0.0704,0.0792,0.05104,-0.0704,0.0792,0.04831,-0.066,0.0792,0.04831,-0.066,0.0792,0.04576,-0.0616,0.0792,0.04576,-0.0616,0.0792,0.04338,-0.0572,0.0792,0.04338,-0.0572,0.0792,0.04118,-0.0528,0.0792,0.04118,-0.0528,0.0792,0.03916,-0.0484,0.0792,0.03916,-0.0484,0.0792,0.03731,-0.044,0.0792,0.03731,-0.044,0.0792,0.03564,-0.0396,0.0792,0.03564,-0.0396,0.0792,0.03414,-0.0352,0.0792,0.03414,-0.0352,0.0792,0.03282,-0.0308,0.0792,0.03282,-0.0308,0.0792,0.03168,-0.0264,0.0792};
			return value;
		}
		private double[] getCoordinate_7_28_point_4()
		{
			double[] value = {0.03168,-0.0264,0.0792,0.03071,-0.022,0.0792,0.03071,-0.022,0.0792,0.02992,-0.0176,0.0792,0.02992,-0.0176,0.0792,0.0293,-0.0132,0.0792,0.0293,-0.0132,0.0792,0.02886,-0.0088,0.0792,0.02886,-0.0088,0.0792,0.0286,-0.0044,0.0792,0.0286,-0.0044,0.0792,0.02851,0.0,0.0792,0.02851,0.0,0.0792,0.0286,0.0044,0.0792,0.0286,0.0044,0.0792,0.02886,0.0088,0.0792,0.02886,0.0088,0.0792,0.0293,0.0132,0.0792,0.0293,0.0132,0.0792,0.02992,0.0176,0.0792,0.02992,0.0176,0.0792,0.03071,0.022,0.0792,0.03071,0.022,0.0792,0.03168,0.0264,0.0792,0.03168,0.0264,0.0792,0.03282,0.0308,0.0792,0.03282,0.0308,0.0792,0.03414,0.0352,0.0792,0.03414,0.0352,0.0792,0.03564,0.0396,0.0792,0.03564,0.0396,0.0792,0.03731,0.044,0.0792,0.03731,0.044,0.0792,0.03916,0.0484,0.0792,0.03916,0.0484,0.0792,0.04118,0.0528,0.0792,0.04118,0.0528,0.0792,0.04338,0.0572,0.0792,0.04338,0.0572,0.0792,0.04576,0.0616,0.0792,0.04576,0.0616,0.0792,0.04831,0.066,0.0792,0.04831,0.066,0.0792,0.05104,0.0704,0.0792,0.05104,0.0704,0.0792,0.05394,0.0748,0.0792,0.05394,-0.0792,0.0748,0.05086,-0.0748,0.0748,0.05086,-0.0748,0.0748,0.04796,-0.0704,0.0748,0.04796,-0.0704,0.0748,0.04523,-0.066,0.0748,0.04523,-0.066,0.0748,0.04268,-0.0616,0.0748,0.04268,-0.0616,0.0748,0.0403,-0.0572,0.0748,0.0403,-0.0572,0.0748,0.0381,-0.0528,0.0748,0.0381,-0.0528,0.0748,0.03608,-0.0484,0.0748,0.03608,-0.0484,0.0748,0.03423,-0.044,0.0748,0.03423,-0.044,0.0748,0.03256,-0.0396,0.0748,0.03256,-0.0396,0.0748,0.03106,-0.0352,0.0748,0.03106,-0.0352,0.0748,0.02974,-0.0308,0.0748,0.02974,-0.0308,0.0748,0.0286,-0.0264,0.0748,0.0286,-0.0264,0.0748,0.02763,-0.022,0.0748,0.02763,-0.022,0.0748,0.02684,-0.0176,0.0748,0.02684,-0.0176,0.0748,0.02622,-0.0132,0.0748,0.02622,-0.0132,0.0748,0.02578,-0.0088,0.0748,0.02578,-0.0088,0.0748,0.02552,-0.0044,0.0748,0.02552,-0.0044,0.0748,0.02543,0.0,0.0748,0.02543,0.0,0.0748,0.02552,0.0044,0.0748,0.02552,0.0044,0.0748,0.02578,0.0088,0.0748,0.02578,0.0088,0.0748,0.02622,0.0132,0.0748,0.02622,0.0132,0.0748,0.02684,0.0176,0.0748,0.02684,0.0176,0.0748,0.02763,0.022,0.0748,0.02763,0.022,0.0748,0.0286,0.0264,0.0748,0.0286,0.0264,0.0748,0.02974,0.0308,0.0748,0.02974,0.0308,0.0748,0.03106,0.0352,0.0748,0.03106,0.0352,0.0748,0.03256,0.0396,0.0748};
			return value;
		}
		private double[] getCoordinate_7_28_point_5()
		{
			double[] value = {0.03256,0.0396,0.0748,0.03423,0.044,0.0748,0.03423,0.044,0.0748,0.03608,0.0484,0.0748,0.03608,0.0484,0.0748,0.0381,0.0528,0.0748,0.0381,0.0528,0.0748,0.0403,0.0572,0.0748,0.0403,0.0572,0.0748,0.04268,0.0616,0.0748,0.04268,0.0616,0.0748,0.04523,0.066,0.0748,0.04523,0.066,0.0748,0.04796,0.0704,0.0748,0.04796,0.0704,0.0748,0.05086,0.0748,0.0748,0.05086,0.0748,0.0748,0.05394,0.0792,0.0748,0.0543,-0.0836,0.0704,0.05104,-0.0792,0.0704,0.05104,-0.0792,0.0704,0.04796,-0.0748,0.0704,0.04796,-0.0748,0.0704,0.04506,-0.0704,0.0704,0.04506,-0.0704,0.0704,0.04233,-0.066,0.0704,0.04233,-0.066,0.0704,0.03978,-0.0616,0.0704,0.03978,-0.0616,0.0704,0.0374,-0.0572,0.0704,0.0374,-0.0572,0.0704,0.0352,-0.0528,0.0704,0.0352,-0.0528,0.0704,0.03318,-0.0484,0.0704,0.03318,-0.0484,0.0704,0.03133,-0.044,0.0704,0.03133,-0.044,0.0704,0.02966,-0.0396,0.0704,0.02966,-0.0396,0.0704,0.02816,-0.0352,0.0704,0.02816,-0.0352,0.0704,0.02684,-0.0308,0.0704,0.02684,-0.0308,0.0704,0.0257,-0.0264,0.0704,0.0257,-0.0264,0.0704,0.02473,-0.022,0.0704,0.02473,-0.022,0.0704,0.02394,-0.0176,0.0704,0.02394,-0.0176,0.0704,0.02332,-0.0132,0.0704,0.02332,-0.0132,0.0704,0.02288,-0.0088,0.0704,0.02288,-0.0088,0.0704,0.02262,-0.0044,0.0704,0.02262,-0.0044,0.0704,0.02253,0.0,0.0704,0.02253,0.0,0.0704,0.02262,0.0044,0.0704,0.02262,0.0044,0.0704,0.02288,0.0088,0.0704,0.02288,0.0088,0.0704,0.02332,0.0132,0.0704,0.02332,0.0132,0.0704,0.02394,0.0176,0.0704,0.02394,0.0176,0.0704,0.02473,0.022,0.0704,0.02473,0.022,0.0704,0.0257,0.0264,0.0704,0.0257,0.0264,0.0704,0.02684,0.0308,0.0704,0.02684,0.0308,0.0704,0.02816,0.0352,0.0704,0.02816,0.0352,0.0704,0.02966,0.0396,0.0704,0.02966,0.0396,0.0704,0.03133,0.044,0.0704,0.03133,0.044,0.0704,0.03318,0.0484,0.0704,0.03318,0.0484,0.0704,0.0352,0.0528,0.0704,0.0352,0.0528,0.0704,0.0374,0.0572,0.0704,0.0374,0.0572,0.0704,0.03978,0.0616,0.0704,0.03978,0.0616,0.0704,0.04233,0.066,0.0704,0.04233,0.066,0.0704,0.04506,0.0704,0.0704,0.04506,0.0704,0.0704,0.04796,0.0748,0.0704,0.04796,0.0748,0.0704,0.05104,0.0792,0.0704,0.05104,0.0792,0.0704,0.0543,0.0836,0.0704,0.055,-0.088,0.066,0.05157,-0.0836,0.066,0.05157,-0.0836,0.066,0.04831,-0.0792,0.066,0.04831,-0.0792,0.066,0.04523,-0.0748,0.066};
			return value;
		}
		private double[] getCoordinate_7_28_point_6()
		{
			double[] value = {0.04523,-0.0748,0.066,0.04233,-0.0704,0.066,0.04233,-0.0704,0.066,0.0396,-0.066,0.066,0.0396,-0.066,0.066,0.03705,-0.0616,0.066,0.03705,-0.0616,0.066,0.03467,-0.0572,0.066,0.03467,-0.0572,0.066,0.03247,-0.0528,0.066,0.03247,-0.0528,0.066,0.03045,-0.0484,0.066,0.03045,-0.0484,0.066,0.0286,-0.044,0.066,0.0286,-0.044,0.066,0.02693,-0.0396,0.066,0.02693,-0.0396,0.066,0.02543,-0.0352,0.066,0.02543,-0.0352,0.066,0.02411,-0.0308,0.066,0.02411,-0.0308,0.066,0.02297,-0.0264,0.066,0.02297,-0.0264,0.066,0.022,-0.022,0.066,0.022,-0.022,0.066,0.02121,-0.0176,0.066,0.02121,-0.0176,0.066,0.02059,-0.0132,0.066,0.02059,-0.0132,0.066,0.02015,-0.0088,0.066,0.02015,-0.0088,0.066,0.01989,-0.0044,0.066,0.01989,-0.0044,0.066,0.0198,0.0,0.066,0.0198,0.0,0.066,0.01989,0.0044,0.066,0.01989,0.0044,0.066,0.02015,0.0088,0.066,0.02015,0.0088,0.066,0.02059,0.0132,0.066,0.02059,0.0132,0.066,0.02121,0.0176,0.066,0.02121,0.0176,0.066,0.022,0.022,0.066,0.022,0.022,0.066,0.02297,0.0264,0.066,0.02297,0.0264,0.066,0.02411,0.0308,0.066,0.02411,0.0308,0.066,0.02543,0.0352,0.066,0.02543,0.0352,0.066,0.02693,0.0396,0.066,0.02693,0.0396,0.066,0.0286,0.044,0.066,0.0286,0.044,0.066,0.03045,0.0484,0.066,0.03045,0.0484,0.066,0.03247,0.0528,0.066,0.03247,0.0528,0.066,0.03467,0.0572,0.066,0.03467,0.0572,0.066,0.03705,0.0616,0.066,0.03705,0.0616,0.066,0.0396,0.066,0.066,0.0396,0.066,0.066,0.04233,0.0704,0.066,0.04233,0.0704,0.066,0.04523,0.0748,0.066,0.04523,0.0748,0.066,0.04831,0.0792,0.066,0.04831,0.0792,0.066,0.05157,0.0836,0.066,0.05245,-0.088,0.0616,0.04902,-0.0836,0.0616,0.04902,-0.0836,0.0616,0.04576,-0.0792,0.0616,0.04576,-0.0792,0.0616,0.04268,-0.0748,0.0616,0.04268,-0.0748,0.0616,0.03978,-0.0704,0.0616,0.03978,-0.0704,0.0616,0.03705,-0.066,0.0616,0.03705,-0.066,0.0616,0.0345,-0.0616,0.0616,0.0345,-0.0616,0.0616,0.03212,-0.0572,0.0616,0.03212,-0.0572,0.0616,0.02992,-0.0528,0.0616,0.02992,-0.0528,0.0616,0.0279,-0.0484,0.0616,0.0279,-0.0484,0.0616,0.02605,-0.044,0.0616,0.02605,-0.044,0.0616,0.02438,-0.0396,0.0616,0.02438,-0.0396,0.0616,0.02288,-0.0352,0.0616,0.02288,-0.0352,0.0616,0.02156,-0.0308,0.0616,0.02156,-0.0308,0.0616,0.02042,-0.0264,0.0616};
			return value;
		}
		private double[] getCoordinate_7_28_point_7()
		{
			double[] value = {0.02042,-0.0264,0.0616,0.01945,-0.022,0.0616,0.01945,-0.022,0.0616,0.01866,-0.0176,0.0616,0.01866,-0.0176,0.0616,0.01804,-0.0132,0.0616,0.01804,-0.0132,0.0616,0.0176,-0.0088,0.0616,0.0176,-0.0088,0.0616,0.01734,-0.0044,0.0616,0.01734,-0.0044,0.0616,0.01725,0.0,0.0616,0.01725,0.0,0.0616,0.01734,0.0044,0.0616,0.01734,0.0044,0.0616,0.0176,0.0088,0.0616,0.0176,0.0088,0.0616,0.01804,0.0132,0.0616,0.01804,0.0132,0.0616,0.01866,0.0176,0.0616,0.01866,0.0176,0.0616,0.01945,0.022,0.0616,0.01945,0.022,0.0616,0.02042,0.0264,0.0616,0.02042,0.0264,0.0616,0.02156,0.0308,0.0616,0.02156,0.0308,0.0616,0.02288,0.0352,0.0616,0.02288,0.0352,0.0616,0.02438,0.0396,0.0616,0.02438,0.0396,0.0616,0.02605,0.044,0.0616,0.02605,0.044,0.0616,0.0279,0.0484,0.0616,0.0279,0.0484,0.0616,0.02992,0.0528,0.0616,0.02992,0.0528,0.0616,0.03212,0.0572,0.0616,0.03212,0.0572,0.0616,0.0345,0.0616,0.0616,0.0345,0.0616,0.0616,0.03705,0.066,0.0616,0.03705,0.066,0.0616,0.03978,0.0704,0.0616,0.03978,0.0704,0.0616,0.04268,0.0748,0.0616,0.04268,0.0748,0.0616,0.04576,0.0792,0.0616,0.04576,0.0792,0.0616,0.04902,0.0836,0.0616,0.04902,0.0836,0.0616,0.05245,0.088,0.0616,0.05368,-0.0924,0.0572,0.05007,-0.088,0.0572,0.05007,-0.088,0.0572,0.04664,-0.0836,0.0572,0.04664,-0.0836,0.0572,0.04338,-0.0792,0.0572,0.04338,-0.0792,0.0572,0.0403,-0.0748,0.0572,0.0403,-0.0748,0.0572,0.0374,-0.0704,0.0572,0.0374,-0.0704,0.0572,0.03467,-0.066,0.0572,0.03467,-0.066,0.0572,0.03212,-0.0616,0.0572,0.03212,-0.0616,0.0572,0.02974,-0.0572,0.0572,0.02974,-0.0572,0.0572,0.02754,-0.0528,0.0572,0.02754,-0.0528,0.0572,0.02552,-0.0484,0.0572,0.02552,-0.0484,0.0572,0.02367,-0.044,0.0572,0.02367,-0.044,0.0572,0.022,-0.0396,0.0572,0.022,-0.0396,0.0572,0.0205,-0.0352,0.0572,0.0205,-0.0352,0.0572,0.01918,-0.0308,0.0572,0.01918,-0.0308,0.0572,0.01804,-0.0264,0.0572,0.01804,-0.0264,0.0572,0.01707,-0.022,0.0572,0.01707,-0.022,0.0572,0.01628,-0.0176,0.0572,0.01628,-0.0176,0.0572,0.01566,-0.0132,0.0572,0.01566,-0.0132,0.0572,0.01522,-0.0088,0.0572,0.01522,-0.0088,0.0572,0.01496,-0.0044,0.0572,0.01496,-0.0044,0.0572,0.01487,0.0,0.0572,0.01487,0.0,0.0572,0.01496,0.0044,0.0572,0.01496,0.0044,0.0572,0.01522,0.0088,0.0572,0.01522,0.0088,0.0572,0.01566,0.0132,0.0572};
			return value;
		}
		private double[] getCoordinate_7_28_point_8()
		{
			double[] value = {0.01566,0.0132,0.0572,0.01628,0.0176,0.0572,0.01628,0.0176,0.0572,0.01707,0.022,0.0572,0.01707,0.022,0.0572,0.01804,0.0264,0.0572,0.01804,0.0264,0.0572,0.01918,0.0308,0.0572,0.01918,0.0308,0.0572,0.0205,0.0352,0.0572,0.0205,0.0352,0.0572,0.022,0.0396,0.0572,0.022,0.0396,0.0572,0.02367,0.044,0.0572,0.02367,0.044,0.0572,0.02552,0.0484,0.0572,0.02552,0.0484,0.0572,0.02754,0.0528,0.0572,0.02754,0.0528,0.0572,0.02974,0.0572,0.0572,0.02974,0.0572,0.0572,0.03212,0.0616,0.0572,0.03212,0.0616,0.0572,0.03467,0.066,0.0572,0.03467,0.066,0.0572,0.0374,0.0704,0.0572,0.0374,0.0704,0.0572,0.0403,0.0748,0.0572,0.0403,0.0748,0.0572,0.04338,0.0792,0.0572,0.04338,0.0792,0.0572,0.04664,0.0836,0.0572,0.04664,0.0836,0.0572,0.05007,0.088,0.0572,0.05007,0.088,0.0572,0.05368,0.0924,0.0572,0.05148,-0.0924,0.0528,0.04787,-0.088,0.0528,0.04787,-0.088,0.0528,0.04444,-0.0836,0.0528,0.04444,-0.0836,0.0528,0.04118,-0.0792,0.0528,0.04118,-0.0792,0.0528,0.0381,-0.0748,0.0528,0.0381,-0.0748,0.0528,0.0352,-0.0704,0.0528,0.0352,-0.0704,0.0528,0.03247,-0.066,0.0528,0.03247,-0.066,0.0528,0.02992,-0.0616,0.0528,0.02992,-0.0616,0.0528,0.02754,-0.0572,0.0528,0.02754,-0.0572,0.0528,0.02534,-0.0528,0.0528,0.02534,-0.0528,0.0528,0.02332,-0.0484,0.0528,0.02332,-0.0484,0.0528,0.02147,-0.044,0.0528,0.02147,-0.044,0.0528,0.0198,-0.0396,0.0528,0.0198,-0.0396,0.0528,0.0183,-0.0352,0.0528,0.0183,-0.0352,0.0528,0.01698,-0.0308,0.0528,0.01698,-0.0308,0.0528,0.01584,-0.0264,0.0528,0.01584,-0.0264,0.0528,0.01487,-0.022,0.0528,0.01487,-0.022,0.0528,0.01408,-0.0176,0.0528,0.01408,-0.0176,0.0528,0.01346,-0.0132,0.0528,0.01346,-0.0132,0.0528,0.01302,-0.0088,0.0528,0.01302,-0.0088,0.0528,0.01276,-0.0044,0.0528,0.01276,-0.0044,0.0528,0.01267,0.0,0.0528,0.01267,0.0,0.0528,0.01276,0.0044,0.0528,0.01276,0.0044,0.0528,0.01302,0.0088,0.0528,0.01302,0.0088,0.0528,0.01346,0.0132,0.0528,0.01346,0.0132,0.0528,0.01408,0.0176,0.0528,0.01408,0.0176,0.0528,0.01487,0.022,0.0528,0.01487,0.022,0.0528,0.01584,0.0264,0.0528,0.01584,0.0264,0.0528,0.01698,0.0308,0.0528,0.01698,0.0308,0.0528,0.0183,0.0352,0.0528,0.0183,0.0352,0.0528,0.0198,0.0396,0.0528,0.0198,0.0396,0.0528,0.02147,0.044,0.0528,0.02147,0.044,0.0528,0.02332,0.0484,0.0528};
			return value;
		}
		private double[] getCoordinate_7_28_point_9()
		{
			double[] value = {0.02332,0.0484,0.0528,0.02534,0.0528,0.0528,0.02534,0.0528,0.0528,0.02754,0.0572,0.0528,0.02754,0.0572,0.0528,0.02992,0.0616,0.0528,0.02992,0.0616,0.0528,0.03247,0.066,0.0528,0.03247,0.066,0.0528,0.0352,0.0704,0.0528,0.0352,0.0704,0.0528,0.0381,0.0748,0.0528,0.0381,0.0748,0.0528,0.04118,0.0792,0.0528,0.04118,0.0792,0.0528,0.04444,0.0836,0.0528,0.04444,0.0836,0.0528,0.04787,0.088,0.0528,0.04787,0.088,0.0528,0.05148,0.0924,0.0528,0.05324,-0.0968,0.0484,0.04946,-0.0924,0.0484,0.04946,-0.0924,0.0484,0.04585,-0.088,0.0484,0.04585,-0.088,0.0484,0.04242,-0.0836,0.0484,0.04242,-0.0836,0.0484,0.03916,-0.0792,0.0484,0.03916,-0.0792,0.0484,0.03608,-0.0748,0.0484,0.03608,-0.0748,0.0484,0.03318,-0.0704,0.0484,0.03318,-0.0704,0.0484,0.03045,-0.066,0.0484,0.03045,-0.066,0.0484,0.0279,-0.0616,0.0484,0.0279,-0.0616,0.0484,0.02552,-0.0572,0.0484,0.02552,-0.0572,0.0484,0.02332,-0.0528,0.0484,0.02332,-0.0528,0.0484,0.0213,-0.0484,0.0484,0.0213,-0.0484,0.0484,0.01945,-0.044,0.0484,0.01945,-0.044,0.0484,0.01778,-0.0396,0.0484,0.01778,-0.0396,0.0484,0.01628,-0.0352,0.0484,0.01628,-0.0352,0.0484,0.01496,-0.0308,0.0484,0.01496,-0.0308,0.0484,0.01382,-0.0264,0.0484,0.01382,-0.0264,0.0484,0.01285,-0.022,0.0484,0.01285,-0.022,0.0484,0.01206,-0.0176,0.0484,0.01206,-0.0176,0.0484,0.01144,-0.0132,0.0484,0.01144,-0.0132,0.0484,0.011,-0.0088,0.0484,0.011,-0.0088,0.0484,0.01074,-0.0044,0.0484,0.01074,-0.0044,0.0484,0.01065,0.0,0.0484,0.01065,0.0,0.0484,0.01074,0.0044,0.0484,0.01074,0.0044,0.0484,0.011,0.0088,0.0484,0.011,0.0088,0.0484,0.01144,0.0132,0.0484,0.01144,0.0132,0.0484,0.01206,0.0176,0.0484,0.01206,0.0176,0.0484,0.01285,0.022,0.0484,0.01285,0.022,0.0484,0.01382,0.0264,0.0484,0.01382,0.0264,0.0484,0.01496,0.0308,0.0484,0.01496,0.0308,0.0484,0.01628,0.0352,0.0484,0.01628,0.0352,0.0484,0.01778,0.0396,0.0484,0.01778,0.0396,0.0484,0.01945,0.044,0.0484,0.01945,0.044,0.0484,0.0213,0.0484,0.0484,0.0213,0.0484,0.0484,0.02332,0.0528,0.0484,0.02332,0.0528,0.0484,0.02552,0.0572,0.0484,0.02552,0.0572,0.0484,0.0279,0.0616,0.0484,0.0279,0.0616,0.0484,0.03045,0.066,0.0484,0.03045,0.066,0.0484,0.03318,0.0704,0.0484,0.03318,0.0704,0.0484,0.03608,0.0748,0.0484,0.03608,0.0748,0.0484,0.03916,0.0792,0.0484};
			return value;
		}
		private double[] getCoordinate_7_28_point_10()
		{
			double[] value = {0.03916,0.0792,0.0484,0.04242,0.0836,0.0484,0.04242,0.0836,0.0484,0.04585,0.088,0.0484,0.04585,0.088,0.0484,0.04946,0.0924,0.0484,0.04946,0.0924,0.0484,0.05324,0.0968,0.0484,0.05139,-0.0968,0.044,0.04761,-0.0924,0.044,0.04761,-0.0924,0.044,0.044,-0.088,0.044,0.044,-0.088,0.044,0.04057,-0.0836,0.044,0.04057,-0.0836,0.044,0.03731,-0.0792,0.044,0.03731,-0.0792,0.044,0.03423,-0.0748,0.044,0.03423,-0.0748,0.044,0.03133,-0.0704,0.044,0.03133,-0.0704,0.044,0.0286,-0.066,0.044,0.0286,-0.066,0.044,0.02605,-0.0616,0.044,0.02605,-0.0616,0.044,0.02367,-0.0572,0.044,0.02367,-0.0572,0.044,0.02147,-0.0528,0.044,0.02147,-0.0528,0.044,0.01945,-0.0484,0.044,0.01945,-0.0484,0.044,0.0176,-0.044,0.044,0.0176,-0.044,0.044,0.01593,-0.0396,0.044,0.01593,-0.0396,0.044,0.01443,-0.0352,0.044,0.01443,-0.0352,0.044,0.01311,-0.0308,0.044,0.01311,-0.0308,0.044,0.01197,-0.0264,0.044,0.01197,-0.0264,0.044,0.011,-0.022,0.044,0.011,-0.022,0.044,0.01021,-0.0176,0.044,0.01021,-0.0176,0.044,0.00959,-0.0132,0.044,0.00959,-0.0132,0.044,0.00915,-0.0088,0.044,0.00915,-0.0088,0.044,0.00889,-0.0044,0.044,0.00889,-0.0044,0.044,0.0088,0.0,0.044,0.0088,0.0,0.044,0.00889,0.0044,0.044,0.00889,0.0044,0.044,0.00915,0.0088,0.044,0.00915,0.0088,0.044,0.00959,0.0132,0.044,0.00959,0.0132,0.044,0.01021,0.0176,0.044,0.01021,0.0176,0.044,0.011,0.022,0.044,0.011,0.022,0.044,0.01197,0.0264,0.044,0.01197,0.0264,0.044,0.01311,0.0308,0.044,0.01311,0.0308,0.044,0.01443,0.0352,0.044,0.01443,0.0352,0.044,0.01593,0.0396,0.044,0.01593,0.0396,0.044,0.0176,0.044,0.044,0.0176,0.044,0.044,0.01945,0.0484,0.044,0.01945,0.0484,0.044,0.02147,0.0528,0.044,0.02147,0.0528,0.044,0.02367,0.0572,0.044,0.02367,0.0572,0.044,0.02605,0.0616,0.044,0.02605,0.0616,0.044,0.0286,0.066,0.044,0.0286,0.066,0.044,0.03133,0.0704,0.044,0.03133,0.0704,0.044,0.03423,0.0748,0.044,0.03423,0.0748,0.044,0.03731,0.0792,0.044,0.03731,0.0792,0.044,0.04057,0.0836,0.044,0.04057,0.0836,0.044,0.044,0.088,0.044,0.044,0.088,0.044,0.04761,0.0924,0.044,0.04761,0.0924,0.044,0.05139,0.0968,0.044,0.05368,-0.1012,0.0396,0.04972,-0.0968,0.0396,0.04972,-0.0968,0.0396,0.04594,-0.0924,0.0396};
			return value;
		}
		private double[] getCoordinate_7_28_point_11()
		{
			double[] value = {0.04594,-0.0924,0.0396,0.04233,-0.088,0.0396,0.04233,-0.088,0.0396,0.0389,-0.0836,0.0396,0.0389,-0.0836,0.0396,0.03564,-0.0792,0.0396,0.03564,-0.0792,0.0396,0.03256,-0.0748,0.0396,0.03256,-0.0748,0.0396,0.02966,-0.0704,0.0396,0.02966,-0.0704,0.0396,0.02693,-0.066,0.0396,0.02693,-0.066,0.0396,0.02438,-0.0616,0.0396,0.02438,-0.0616,0.0396,0.022,-0.0572,0.0396,0.022,-0.0572,0.0396,0.0198,-0.0528,0.0396,0.0198,-0.0528,0.0396,0.01778,-0.0484,0.0396,0.01778,-0.0484,0.0396,0.01593,-0.044,0.0396,0.01593,-0.044,0.0396,0.01426,-0.0396,0.0396,0.01426,-0.0396,0.0396,0.01276,-0.0352,0.0396,0.01276,-0.0352,0.0396,0.01144,-0.0308,0.0396,0.01144,-0.0308,0.0396,0.0103,-0.0264,0.0396,0.0103,-0.0264,0.0396,0.00933,-0.022,0.0396,0.00933,-0.022,0.0396,0.00854,-0.0176,0.0396,0.00854,-0.0176,0.0396,0.00792,-0.0132,0.0396,0.00792,-0.0132,0.0396,0.00748,-0.0088,0.0396,0.00748,-0.0088,0.0396,0.00722,-0.0044,0.0396,0.00722,-0.0044,0.0396,0.00713,0.0,0.0396,0.00713,0.0,0.0396,0.00722,0.0044,0.0396,0.00722,0.0044,0.0396,0.00748,0.0088,0.0396,0.00748,0.0088,0.0396,0.00792,0.0132,0.0396,0.00792,0.0132,0.0396,0.00854,0.0176,0.0396,0.00854,0.0176,0.0396,0.00933,0.022,0.0396,0.00933,0.022,0.0396,0.0103,0.0264,0.0396,0.0103,0.0264,0.0396,0.01144,0.0308,0.0396,0.01144,0.0308,0.0396,0.01276,0.0352,0.0396,0.01276,0.0352,0.0396,0.01426,0.0396,0.0396,0.01426,0.0396,0.0396,0.01593,0.044,0.0396,0.01593,0.044,0.0396,0.01778,0.0484,0.0396,0.01778,0.0484,0.0396,0.0198,0.0528,0.0396,0.0198,0.0528,0.0396,0.022,0.0572,0.0396,0.022,0.0572,0.0396,0.02438,0.0616,0.0396,0.02438,0.0616,0.0396,0.02693,0.066,0.0396,0.02693,0.066,0.0396,0.02966,0.0704,0.0396,0.02966,0.0704,0.0396,0.03256,0.0748,0.0396,0.03256,0.0748,0.0396,0.03564,0.0792,0.0396,0.03564,0.0792,0.0396,0.0389,0.0836,0.0396,0.0389,0.0836,0.0396,0.04233,0.088,0.0396,0.04233,0.088,0.0396,0.04594,0.0924,0.0396,0.04594,0.0924,0.0396,0.04972,0.0968,0.0396,0.04972,0.0968,0.0396,0.05368,0.1012,0.0396,0.05218,-0.1012,0.0352,0.04822,-0.0968,0.0352,0.04822,-0.0968,0.0352,0.04444,-0.0924,0.0352,0.04444,-0.0924,0.0352,0.04083,-0.088,0.0352,0.04083,-0.088,0.0352,0.0374,-0.0836,0.0352,0.0374,-0.0836,0.0352,0.03414,-0.0792,0.0352,0.03414,-0.0792,0.0352,0.03106,-0.0748,0.0352};
			return value;
		}
		private double[] getCoordinate_7_28_point_12()
		{
			double[] value = {0.03106,-0.0748,0.0352,0.02816,-0.0704,0.0352,0.02816,-0.0704,0.0352,0.02543,-0.066,0.0352,0.02543,-0.066,0.0352,0.02288,-0.0616,0.0352,0.02288,-0.0616,0.0352,0.0205,-0.0572,0.0352,0.0205,-0.0572,0.0352,0.0183,-0.0528,0.0352,0.0183,-0.0528,0.0352,0.01628,-0.0484,0.0352,0.01628,-0.0484,0.0352,0.01443,-0.044,0.0352,0.01443,-0.044,0.0352,0.01276,-0.0396,0.0352,0.01276,-0.0396,0.0352,0.01126,-0.0352,0.0352,0.01126,-0.0352,0.0352,0.00994,-0.0308,0.0352,0.00994,-0.0308,0.0352,0.0088,-0.0264,0.0352,0.0088,-0.0264,0.0352,0.00783,-0.022,0.0352,0.00783,-0.022,0.0352,0.00704,-0.0176,0.0352,0.00704,-0.0176,0.0352,0.00642,-0.0132,0.0352,0.00642,-0.0132,0.0352,0.00598,-0.0088,0.0352,0.00598,-0.0088,0.0352,0.00572,-0.0044,0.0352,0.00572,-0.0044,0.0352,0.00563,0.0,0.0352,0.00563,0.0,0.0352,0.00572,0.0044,0.0352,0.00572,0.0044,0.0352,0.00598,0.0088,0.0352,0.00598,0.0088,0.0352,0.00642,0.0132,0.0352,0.00642,0.0132,0.0352,0.00704,0.0176,0.0352,0.00704,0.0176,0.0352,0.00783,0.022,0.0352,0.00783,0.022,0.0352,0.0088,0.0264,0.0352,0.0088,0.0264,0.0352,0.00994,0.0308,0.0352,0.00994,0.0308,0.0352,0.01126,0.0352,0.0352,0.01126,0.0352,0.0352,0.01276,0.0396,0.0352,0.01276,0.0396,0.0352,0.01443,0.044,0.0352,0.01443,0.044,0.0352,0.01628,0.0484,0.0352,0.01628,0.0484,0.0352,0.0183,0.0528,0.0352,0.0183,0.0528,0.0352,0.0205,0.0572,0.0352,0.0205,0.0572,0.0352,0.02288,0.0616,0.0352,0.02288,0.0616,0.0352,0.02543,0.066,0.0352,0.02543,0.066,0.0352,0.02816,0.0704,0.0352,0.02816,0.0704,0.0352,0.03106,0.0748,0.0352,0.03106,0.0748,0.0352,0.03414,0.0792,0.0352,0.03414,0.0792,0.0352,0.0374,0.0836,0.0352,0.0374,0.0836,0.0352,0.04083,0.088,0.0352,0.04083,0.088,0.0352,0.04444,0.0924,0.0352,0.04444,0.0924,0.0352,0.04822,0.0968,0.0352,0.04822,0.0968,0.0352,0.05218,0.1012,0.0352,0.05086,-0.1012,0.0308,0.0469,-0.0968,0.0308,0.0469,-0.0968,0.0308,0.04312,-0.0924,0.0308,0.04312,-0.0924,0.0308,0.03951,-0.088,0.0308,0.03951,-0.088,0.0308,0.03608,-0.0836,0.0308,0.03608,-0.0836,0.0308,0.03282,-0.0792,0.0308,0.03282,-0.0792,0.0308,0.02974,-0.0748,0.0308,0.02974,-0.0748,0.0308,0.02684,-0.0704,0.0308,0.02684,-0.0704,0.0308,0.02411,-0.066,0.0308,0.02411,-0.066,0.0308,0.02156,-0.0616,0.0308,0.02156,-0.0616,0.0308,0.01918,-0.0572,0.0308};
			return value;
		}
		private double[] getCoordinate_7_28_point_13()
		{
			double[] value = {0.01918,-0.0572,0.0308,0.01698,-0.0528,0.0308,0.01698,-0.0528,0.0308,0.01496,-0.0484,0.0308,0.01496,-0.0484,0.0308,0.01311,-0.044,0.0308,0.01311,-0.044,0.0308,0.01144,-0.0396,0.0308,0.01144,-0.0396,0.0308,0.00994,-0.0352,0.0308,0.00994,-0.0352,0.0308,0.00862,-0.0308,0.0308,0.00862,-0.0308,0.0308,0.00748,-0.0264,0.0308,0.00748,-0.0264,0.0308,0.00651,-0.022,0.0308,0.00651,-0.022,0.0308,0.00572,-0.0176,0.0308,0.00572,-0.0176,0.0308,0.0051,-0.0132,0.0308,0.0051,-0.0132,0.0308,0.00466,-0.0088,0.0308,0.00466,-0.0088,0.0308,0.0044,-0.0044,0.0308,0.0044,-0.0044,0.0308,0.00431,0.0,0.0308,0.00431,0.0,0.0308,0.0044,0.0044,0.0308,0.0044,0.0044,0.0308,0.00466,0.0088,0.0308,0.00466,0.0088,0.0308,0.0051,0.0132,0.0308,0.0051,0.0132,0.0308,0.00572,0.0176,0.0308,0.00572,0.0176,0.0308,0.00651,0.022,0.0308,0.00651,0.022,0.0308,0.00748,0.0264,0.0308,0.00748,0.0264,0.0308,0.00862,0.0308,0.0308,0.00862,0.0308,0.0308,0.00994,0.0352,0.0308,0.00994,0.0352,0.0308,0.01144,0.0396,0.0308,0.01144,0.0396,0.0308,0.01311,0.044,0.0308,0.01311,0.044,0.0308,0.01496,0.0484,0.0308,0.01496,0.0484,0.0308,0.01698,0.0528,0.0308,0.01698,0.0528,0.0308,0.01918,0.0572,0.0308,0.01918,0.0572,0.0308,0.02156,0.0616,0.0308,0.02156,0.0616,0.0308,0.02411,0.066,0.0308,0.02411,0.066,0.0308,0.02684,0.0704,0.0308,0.02684,0.0704,0.0308,0.02974,0.0748,0.0308,0.02974,0.0748,0.0308,0.03282,0.0792,0.0308,0.03282,0.0792,0.0308,0.03608,0.0836,0.0308,0.03608,0.0836,0.0308,0.03951,0.088,0.0308,0.03951,0.088,0.0308,0.04312,0.0924,0.0308,0.04312,0.0924,0.0308,0.0469,0.0968,0.0308,0.0469,0.0968,0.0308,0.05086,0.1012,0.0308,0.05386,-0.1056,0.0264,0.04972,-0.1012,0.0264,0.04972,-0.1012,0.0264,0.04576,-0.0968,0.0264,0.04576,-0.0968,0.0264,0.04198,-0.0924,0.0264,0.04198,-0.0924,0.0264,0.03837,-0.088,0.0264,0.03837,-0.088,0.0264,0.03494,-0.0836,0.0264,0.03494,-0.0836,0.0264,0.03168,-0.0792,0.0264,0.03168,-0.0792,0.0264,0.0286,-0.0748,0.0264,0.0286,-0.0748,0.0264,0.0257,-0.0704,0.0264,0.0257,-0.0704,0.0264,0.02297,-0.066,0.0264,0.02297,-0.066,0.0264,0.02042,-0.0616,0.0264,0.02042,-0.0616,0.0264,0.01804,-0.0572,0.0264,0.01804,-0.0572,0.0264,0.01584,-0.0528,0.0264,0.01584,-0.0528,0.0264,0.01382,-0.0484,0.0264,0.01382,-0.0484,0.0264,0.01197,-0.044,0.0264};
			return value;
		}
		private double[] getCoordinate_7_28_point_14()
		{
			double[] value = {0.01197,-0.044,0.0264,0.0103,-0.0396,0.0264,0.0103,-0.0396,0.0264,0.0088,-0.0352,0.0264,0.0088,-0.0352,0.0264,0.00748,-0.0308,0.0264,0.00748,-0.0308,0.0264,0.00634,-0.0264,0.0264,0.00634,-0.0264,0.0264,0.00537,-0.022,0.0264,0.00537,-0.022,0.0264,0.00458,-0.0176,0.0264,0.00458,-0.0176,0.0264,0.00396,-0.0132,0.0264,0.00396,-0.0132,0.0264,0.00352,-0.0088,0.0264,0.00352,-0.0088,0.0264,0.00326,-0.0044,0.0264,0.00326,-0.0044,0.0264,0.00317,0.0,0.0264,0.00317,0.0,0.0264,0.00326,0.0044,0.0264,0.00326,0.0044,0.0264,0.00352,0.0088,0.0264,0.00352,0.0088,0.0264,0.00396,0.0132,0.0264,0.00396,0.0132,0.0264,0.00458,0.0176,0.0264,0.00458,0.0176,0.0264,0.00537,0.022,0.0264,0.00537,0.022,0.0264,0.00634,0.0264,0.0264,0.00634,0.0264,0.0264,0.00748,0.0308,0.0264,0.00748,0.0308,0.0264,0.0088,0.0352,0.0264,0.0088,0.0352,0.0264,0.0103,0.0396,0.0264,0.0103,0.0396,0.0264,0.01197,0.044,0.0264,0.01197,0.044,0.0264,0.01382,0.0484,0.0264,0.01382,0.0484,0.0264,0.01584,0.0528,0.0264,0.01584,0.0528,0.0264,0.01804,0.0572,0.0264,0.01804,0.0572,0.0264,0.02042,0.0616,0.0264,0.02042,0.0616,0.0264,0.02297,0.066,0.0264,0.02297,0.066,0.0264,0.0257,0.0704,0.0264,0.0257,0.0704,0.0264,0.0286,0.0748,0.0264,0.0286,0.0748,0.0264,0.03168,0.0792,0.0264,0.03168,0.0792,0.0264,0.03494,0.0836,0.0264,0.03494,0.0836,0.0264,0.03837,0.088,0.0264,0.03837,0.088,0.0264,0.04198,0.0924,0.0264,0.04198,0.0924,0.0264,0.04576,0.0968,0.0264,0.04576,0.0968,0.0264,0.04972,0.1012,0.0264,0.04972,0.1012,0.0264,0.05386,0.1056,0.0264,0.05289,-0.1056,0.022,0.04875,-0.1012,0.022,0.04875,-0.1012,0.022,0.04479,-0.0968,0.022,0.04479,-0.0968,0.022,0.04101,-0.0924,0.022,0.04101,-0.0924,0.022,0.0374,-0.088,0.022,0.0374,-0.088,0.022,0.03397,-0.0836,0.022,0.03397,-0.0836,0.022,0.03071,-0.0792,0.022,0.03071,-0.0792,0.022,0.02763,-0.0748,0.022,0.02763,-0.0748,0.022,0.02473,-0.0704,0.022,0.02473,-0.0704,0.022,0.022,-0.066,0.022,0.022,-0.066,0.022,0.01945,-0.0616,0.022,0.01945,-0.0616,0.022,0.01707,-0.0572,0.022,0.01707,-0.0572,0.022,0.01487,-0.0528,0.022,0.01487,-0.0528,0.022,0.01285,-0.0484,0.022,0.01285,-0.0484,0.022,0.011,-0.044,0.022,0.011,-0.044,0.022,0.00933,-0.0396,0.022,0.00933,-0.0396,0.022,0.00783,-0.0352,0.022};
			return value;
		}
		private double[] getCoordinate_7_28_point_15()
		{
			double[] value = {0.00783,-0.0352,0.022,0.00651,-0.0308,0.022,0.00651,-0.0308,0.022,0.00537,-0.0264,0.022,0.00537,-0.0264,0.022,0.0044,-0.022,0.022,0.0044,-0.022,0.022,0.00361,-0.0176,0.022,0.00361,-0.0176,0.022,0.00299,-0.0132,0.022,0.00299,-0.0132,0.022,0.00255,-0.0088,0.022,0.00255,-0.0088,0.022,0.00229,-0.0044,0.022,0.00229,-0.0044,0.022,0.0022,0.0,0.022,0.0022,0.0,0.022,0.00229,0.0044,0.022,0.00229,0.0044,0.022,0.00255,0.0088,0.022,0.00255,0.0088,0.022,0.00299,0.0132,0.022,0.00299,0.0132,0.022,0.00361,0.0176,0.022,0.00361,0.0176,0.022,0.0044,0.022,0.022,0.0044,0.022,0.022,0.00537,0.0264,0.022,0.00537,0.0264,0.022,0.00651,0.0308,0.022,0.00651,0.0308,0.022,0.00783,0.0352,0.022,0.00783,0.0352,0.022,0.00933,0.0396,0.022,0.00933,0.0396,0.022,0.011,0.044,0.022,0.011,0.044,0.022,0.01285,0.0484,0.022,0.01285,0.0484,0.022,0.01487,0.0528,0.022,0.01487,0.0528,0.022,0.01707,0.0572,0.022,0.01707,0.0572,0.022,0.01945,0.0616,0.022,0.01945,0.0616,0.022,0.022,0.066,0.022,0.022,0.066,0.022,0.02473,0.0704,0.022,0.02473,0.0704,0.022,0.02763,0.0748,0.022,0.02763,0.0748,0.022,0.03071,0.0792,0.022,0.03071,0.0792,0.022,0.03397,0.0836,0.022,0.03397,0.0836,0.022,0.0374,0.088,0.022,0.0374,0.088,0.022,0.04101,0.0924,0.022,0.04101,0.0924,0.022,0.04479,0.0968,0.022,0.04479,0.0968,0.022,0.04875,0.1012,0.022,0.04875,0.1012,0.022,0.05289,0.1056,0.022,0.0521,-0.1056,0.0176,0.04796,-0.1012,0.0176,0.04796,-0.1012,0.0176,0.044,-0.0968,0.0176,0.044,-0.0968,0.0176,0.04022,-0.0924,0.0176,0.04022,-0.0924,0.0176,0.03661,-0.088,0.0176,0.03661,-0.088,0.0176,0.03318,-0.0836,0.0176,0.03318,-0.0836,0.0176,0.02992,-0.0792,0.0176,0.02992,-0.0792,0.0176,0.02684,-0.0748,0.0176,0.02684,-0.0748,0.0176,0.02394,-0.0704,0.0176,0.02394,-0.0704,0.0176,0.02121,-0.066,0.0176,0.02121,-0.066,0.0176,0.01866,-0.0616,0.0176,0.01866,-0.0616,0.0176,0.01628,-0.0572,0.0176,0.01628,-0.0572,0.0176,0.01408,-0.0528,0.0176,0.01408,-0.0528,0.0176,0.01206,-0.0484,0.0176,0.01206,-0.0484,0.0176,0.01021,-0.044,0.0176,0.01021,-0.044,0.0176,0.00854,-0.0396,0.0176,0.00854,-0.0396,0.0176,0.00704,-0.0352,0.0176,0.00704,-0.0352,0.0176,0.00572,-0.0308,0.0176,0.00572,-0.0308,0.0176,0.00458,-0.0264,0.0176};
			return value;
		}
		private double[] getCoordinate_7_28_point_16()
		{
			double[] value = {0.00458,-0.0264,0.0176,0.00361,-0.022,0.0176,0.00361,-0.022,0.0176,0.00282,-0.0176,0.0176,0.00282,-0.0176,0.0176,0.0022,-0.0132,0.0176,0.0022,-0.0132,0.0176,0.00176,-0.0088,0.0176,0.00176,-0.0088,0.0176,0.0015,-0.0044,0.0176,0.0015,-0.0044,0.0176,0.00141,0.0,0.0176,0.00141,0.0,0.0176,0.0015,0.0044,0.0176,0.0015,0.0044,0.0176,0.00176,0.0088,0.0176,0.00176,0.0088,0.0176,0.0022,0.0132,0.0176,0.0022,0.0132,0.0176,0.00282,0.0176,0.0176,0.00282,0.0176,0.0176,0.00361,0.022,0.0176,0.00361,0.022,0.0176,0.00458,0.0264,0.0176,0.00458,0.0264,0.0176,0.00572,0.0308,0.0176,0.00572,0.0308,0.0176,0.00704,0.0352,0.0176,0.00704,0.0352,0.0176,0.00854,0.0396,0.0176,0.00854,0.0396,0.0176,0.01021,0.044,0.0176,0.01021,0.044,0.0176,0.01206,0.0484,0.0176,0.01206,0.0484,0.0176,0.01408,0.0528,0.0176,0.01408,0.0528,0.0176,0.01628,0.0572,0.0176,0.01628,0.0572,0.0176,0.01866,0.0616,0.0176,0.01866,0.0616,0.0176,0.02121,0.066,0.0176,0.02121,0.066,0.0176,0.02394,0.0704,0.0176,0.02394,0.0704,0.0176,0.02684,0.0748,0.0176,0.02684,0.0748,0.0176,0.02992,0.0792,0.0176,0.02992,0.0792,0.0176,0.03318,0.0836,0.0176,0.03318,0.0836,0.0176,0.03661,0.088,0.0176,0.03661,0.088,0.0176,0.04022,0.0924,0.0176,0.04022,0.0924,0.0176,0.044,0.0968,0.0176,0.044,0.0968,0.0176,0.04796,0.1012,0.0176,0.04796,0.1012,0.0176,0.0521,0.1056,0.0176,0.05148,-0.1056,0.0132,0.04734,-0.1012,0.0132,0.04734,-0.1012,0.0132,0.04338,-0.0968,0.0132,0.04338,-0.0968,0.0132,0.0396,-0.0924,0.0132,0.0396,-0.0924,0.0132,0.03599,-0.088,0.0132,0.03599,-0.088,0.0132,0.03256,-0.0836,0.0132,0.03256,-0.0836,0.0132,0.0293,-0.0792,0.0132,0.0293,-0.0792,0.0132,0.02622,-0.0748,0.0132,0.02622,-0.0748,0.0132,0.02332,-0.0704,0.0132,0.02332,-0.0704,0.0132,0.02059,-0.066,0.0132,0.02059,-0.066,0.0132,0.01804,-0.0616,0.0132,0.01804,-0.0616,0.0132,0.01566,-0.0572,0.0132,0.01566,-0.0572,0.0132,0.01346,-0.0528,0.0132,0.01346,-0.0528,0.0132,0.01144,-0.0484,0.0132,0.01144,-0.0484,0.0132,0.00959,-0.044,0.0132,0.00959,-0.044,0.0132,0.00792,-0.0396,0.0132,0.00792,-0.0396,0.0132,0.00642,-0.0352,0.0132,0.00642,-0.0352,0.0132,0.0051,-0.0308,0.0132,0.0051,-0.0308,0.0132,0.00396,-0.0264,0.0132,0.00396,-0.0264,0.0132,0.00299,-0.022,0.0132,0.00299,-0.022,0.0132,0.0022,-0.0176,0.0132};
			return value;
		}
		private double[] getCoordinate_7_28_point_17()
		{
			double[] value = {0.0022,-0.0176,0.0132,0.00158,-0.0132,0.0132,0.00158,-0.0132,0.0132,0.00114,-0.0088,0.0132,0.00114,-0.0088,0.0132,0.00088,-0.0044,0.0132,0.00088,-0.0044,0.0132,0.00079,0.0,0.0132,0.00079,0.0,0.0132,0.00088,0.0044,0.0132,0.00088,0.0044,0.0132,0.00114,0.0088,0.0132,0.00114,0.0088,0.0132,0.00158,0.0132,0.0132,0.00158,0.0132,0.0132,0.0022,0.0176,0.0132,0.0022,0.0176,0.0132,0.00299,0.022,0.0132,0.00299,0.022,0.0132,0.00396,0.0264,0.0132,0.00396,0.0264,0.0132,0.0051,0.0308,0.0132,0.0051,0.0308,0.0132,0.00642,0.0352,0.0132,0.00642,0.0352,0.0132,0.00792,0.0396,0.0132,0.00792,0.0396,0.0132,0.00959,0.044,0.0132,0.00959,0.044,0.0132,0.01144,0.0484,0.0132,0.01144,0.0484,0.0132,0.01346,0.0528,0.0132,0.01346,0.0528,0.0132,0.01566,0.0572,0.0132,0.01566,0.0572,0.0132,0.01804,0.0616,0.0132,0.01804,0.0616,0.0132,0.02059,0.066,0.0132,0.02059,0.066,0.0132,0.02332,0.0704,0.0132,0.02332,0.0704,0.0132,0.02622,0.0748,0.0132,0.02622,0.0748,0.0132,0.0293,0.0792,0.0132,0.0293,0.0792,0.0132,0.03256,0.0836,0.0132,0.03256,0.0836,0.0132,0.03599,0.088,0.0132,0.03599,0.088,0.0132,0.0396,0.0924,0.0132,0.0396,0.0924,0.0132,0.04338,0.0968,0.0132,0.04338,0.0968,0.0132,0.04734,0.1012,0.0132,0.04734,0.1012,0.0132,0.05148,0.1056,0.0132,0.05104,-0.1056,0.0088,0.0469,-0.1012,0.0088,0.0469,-0.1012,0.0088,0.04294,-0.0968,0.0088,0.04294,-0.0968,0.0088,0.03916,-0.0924,0.0088,0.03916,-0.0924,0.0088,0.03555,-0.088,0.0088,0.03555,-0.088,0.0088,0.03212,-0.0836,0.0088,0.03212,-0.0836,0.0088,0.02886,-0.0792,0.0088,0.02886,-0.0792,0.0088,0.02578,-0.0748,0.0088,0.02578,-0.0748,0.0088,0.02288,-0.0704,0.0088,0.02288,-0.0704,0.0088,0.02015,-0.066,0.0088,0.02015,-0.066,0.0088,0.0176,-0.0616,0.0088,0.0176,-0.0616,0.0088,0.01522,-0.0572,0.0088,0.01522,-0.0572,0.0088,0.01302,-0.0528,0.0088,0.01302,-0.0528,0.0088,0.011,-0.0484,0.0088,0.011,-0.0484,0.0088,0.00915,-0.044,0.0088,0.00915,-0.044,0.0088,0.00748,-0.0396,0.0088,0.00748,-0.0396,0.0088,0.00598,-0.0352,0.0088,0.00598,-0.0352,0.0088,0.00466,-0.0308,0.0088,0.00466,-0.0308,0.0088,0.00352,-0.0264,0.0088,0.00352,-0.0264,0.0088,0.00255,-0.022,0.0088,0.00255,-0.022,0.0088,0.00176,-0.0176,0.0088,0.00176,-0.0176,0.0088,0.00114,-0.0132,0.0088,0.00114,-0.0132,0.0088,0.0007,-0.0088,0.0088};
			return value;
		}
		private double[] getCoordinate_7_28_point_18()
		{
			double[] value = {0.0007,-0.0088,0.0088,0.00044,-0.0044,0.0088,0.00044,-0.0044,0.0088,0.00035,0.0,0.0088,0.00035,0.0,0.0088,0.00044,0.0044,0.0088,0.00044,0.0044,0.0088,0.0007,0.0088,0.0088,0.0007,0.0088,0.0088,0.00114,0.0132,0.0088,0.00114,0.0132,0.0088,0.00176,0.0176,0.0088,0.00176,0.0176,0.0088,0.00255,0.022,0.0088,0.00255,0.022,0.0088,0.00352,0.0264,0.0088,0.00352,0.0264,0.0088,0.00466,0.0308,0.0088,0.00466,0.0308,0.0088,0.00598,0.0352,0.0088,0.00598,0.0352,0.0088,0.00748,0.0396,0.0088,0.00748,0.0396,0.0088,0.00915,0.044,0.0088,0.00915,0.044,0.0088,0.011,0.0484,0.0088,0.011,0.0484,0.0088,0.01302,0.0528,0.0088,0.01302,0.0528,0.0088,0.01522,0.0572,0.0088,0.01522,0.0572,0.0088,0.0176,0.0616,0.0088,0.0176,0.0616,0.0088,0.02015,0.066,0.0088,0.02015,0.066,0.0088,0.02288,0.0704,0.0088,0.02288,0.0704,0.0088,0.02578,0.0748,0.0088,0.02578,0.0748,0.0088,0.02886,0.0792,0.0088,0.02886,0.0792,0.0088,0.03212,0.0836,0.0088,0.03212,0.0836,0.0088,0.03555,0.088,0.0088,0.03555,0.088,0.0088,0.03916,0.0924,0.0088,0.03916,0.0924,0.0088,0.04294,0.0968,0.0088,0.04294,0.0968,0.0088,0.0469,0.1012,0.0088,0.0469,0.1012,0.0088,0.05104,0.1056,0.0088,0.05078,-0.1056,0.0044,0.04664,-0.1012,0.0044,0.04664,-0.1012,0.0044,0.04268,-0.0968,0.0044,0.04268,-0.0968,0.0044,0.0389,-0.0924,0.0044,0.0389,-0.0924,0.0044,0.03529,-0.088,0.0044,0.03529,-0.088,0.0044,0.03186,-0.0836,0.0044,0.03186,-0.0836,0.0044,0.0286,-0.0792,0.0044,0.0286,-0.0792,0.0044,0.02552,-0.0748,0.0044,0.02552,-0.0748,0.0044,0.02262,-0.0704,0.0044,0.02262,-0.0704,0.0044,0.01989,-0.066,0.0044,0.01989,-0.066,0.0044,0.01734,-0.0616,0.0044,0.01734,-0.0616,0.0044,0.01496,-0.0572,0.0044,0.01496,-0.0572,0.0044,0.01276,-0.0528,0.0044,0.01276,-0.0528,0.0044,0.01074,-0.0484,0.0044,0.01074,-0.0484,0.0044,0.00889,-0.044,0.0044,0.00889,-0.044,0.0044,0.00722,-0.0396,0.0044,0.00722,-0.0396,0.0044,0.00572,-0.0352,0.0044,0.00572,-0.0352,0.0044,0.0044,-0.0308,0.0044,0.0044,-0.0308,0.0044,0.00326,-0.0264,0.0044,0.00326,-0.0264,0.0044,0.00229,-0.022,0.0044,0.00229,-0.022,0.0044,0.0015,-0.0176,0.0044,0.0015,-0.0176,0.0044,0.00088,-0.0132,0.0044,0.00088,-0.0132,0.0044,0.00044,-0.0088,0.0044,0.00044,-0.0088,0.0044,0.00018,-0.0044,0.0044,0.00018,-0.0044,0.0044,0.00009,0.0,0.0044};
			return value;
		}
		private double[] getCoordinate_7_28_point_19()
		{
			double[] value = {0.00009,0.0,0.0044,0.00018,0.0044,0.0044,0.00018,0.0044,0.0044,0.00044,0.0088,0.0044,0.00044,0.0088,0.0044,0.00088,0.0132,0.0044,0.00088,0.0132,0.0044,0.0015,0.0176,0.0044,0.0015,0.0176,0.0044,0.00229,0.022,0.0044,0.00229,0.022,0.0044,0.00326,0.0264,0.0044,0.00326,0.0264,0.0044,0.0044,0.0308,0.0044,0.0044,0.0308,0.0044,0.00572,0.0352,0.0044,0.00572,0.0352,0.0044,0.00722,0.0396,0.0044,0.00722,0.0396,0.0044,0.00889,0.044,0.0044,0.00889,0.044,0.0044,0.01074,0.0484,0.0044,0.01074,0.0484,0.0044,0.01276,0.0528,0.0044,0.01276,0.0528,0.0044,0.01496,0.0572,0.0044,0.01496,0.0572,0.0044,0.01734,0.0616,0.0044,0.01734,0.0616,0.0044,0.01989,0.066,0.0044,0.01989,0.066,0.0044,0.02262,0.0704,0.0044,0.02262,0.0704,0.0044,0.02552,0.0748,0.0044,0.02552,0.0748,0.0044,0.0286,0.0792,0.0044,0.0286,0.0792,0.0044,0.03186,0.0836,0.0044,0.03186,0.0836,0.0044,0.03529,0.088,0.0044,0.03529,0.088,0.0044,0.0389,0.0924,0.0044,0.0389,0.0924,0.0044,0.04268,0.0968,0.0044,0.04268,0.0968,0.0044,0.04664,0.1012,0.0044,0.04664,0.1012,0.0044,0.05078,0.1056,0.0044,0.05069,-0.1056,0.0,0.04655,-0.1012,0.0,0.04655,-0.1012,0.0,0.04259,-0.0968,0.0,0.04259,-0.0968,0.0,0.03881,-0.0924,0.0,0.03881,-0.0924,0.0,0.0352,-0.088,0.0,0.0352,-0.088,0.0,0.03177,-0.0836,0.0,0.03177,-0.0836,0.0,0.02851,-0.0792,0.0,0.02851,-0.0792,0.0,0.02543,-0.0748,0.0,0.02543,-0.0748,0.0,0.02253,-0.0704,0.0,0.02253,-0.0704,0.0,0.0198,-0.066,0.0,0.0198,-0.066,0.0,0.01725,-0.0616,0.0,0.01725,-0.0616,0.0,0.01487,-0.0572,0.0,0.01487,-0.0572,0.0,0.01267,-0.0528,0.0,0.01267,-0.0528,0.0,0.01065,-0.0484,0.0,0.01065,-0.0484,0.0,0.0088,-0.044,0.0,0.0088,-0.044,0.0,0.00713,-0.0396,0.0,0.00713,-0.0396,0.0,0.00563,-0.0352,0.0,0.00563,-0.0352,0.0,0.00431,-0.0308,0.0,0.00431,-0.0308,0.0,0.00317,-0.0264,0.0,0.00317,-0.0264,0.0,0.0022,-0.022,0.0,0.0022,-0.022,0.0,0.00141,-0.0176,0.0,0.00141,-0.0176,0.0,0.00079,-0.0132,0.0,0.00079,-0.0132,0.0,0.00035,-0.0088,0.0,0.00035,-0.0088,0.0,0.00009,-0.0044,0.0,0.00009,-0.0044,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00009,0.0044,0.0,0.00009,0.0044,0.0,0.00035,0.0088,0.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_20()
		{
			double[] value = {0.00035,0.0088,0.0,0.00079,0.0132,0.0,0.00079,0.0132,0.0,0.00141,0.0176,0.0,0.00141,0.0176,0.0,0.0022,0.022,0.0,0.0022,0.022,0.0,0.00317,0.0264,0.0,0.00317,0.0264,0.0,0.00431,0.0308,0.0,0.00431,0.0308,0.0,0.00563,0.0352,0.0,0.00563,0.0352,0.0,0.00713,0.0396,0.0,0.00713,0.0396,0.0,0.0088,0.044,0.0,0.0088,0.044,0.0,0.01065,0.0484,0.0,0.01065,0.0484,0.0,0.01267,0.0528,0.0,0.01267,0.0528,0.0,0.01487,0.0572,0.0,0.01487,0.0572,0.0,0.01725,0.0616,0.0,0.01725,0.0616,0.0,0.0198,0.066,0.0,0.0198,0.066,0.0,0.02253,0.0704,0.0,0.02253,0.0704,0.0,0.02543,0.0748,0.0,0.02543,0.0748,0.0,0.02851,0.0792,0.0,0.02851,0.0792,0.0,0.03177,0.0836,0.0,0.03177,0.0836,0.0,0.0352,0.088,0.0,0.0352,0.088,0.0,0.03881,0.0924,0.0,0.03881,0.0924,0.0,0.04259,0.0968,0.0,0.04259,0.0968,0.0,0.04655,0.1012,0.0,0.04655,0.1012,0.0,0.05069,0.1056,0.0,0.05078,-0.1056,-0.0044,0.04664,-0.1012,-0.0044,0.04664,-0.1012,-0.0044,0.04268,-0.0968,-0.0044,0.04268,-0.0968,-0.0044,0.0389,-0.0924,-0.0044,0.0389,-0.0924,-0.0044,0.03529,-0.088,-0.0044,0.03529,-0.088,-0.0044,0.03186,-0.0836,-0.0044,0.03186,-0.0836,-0.0044,0.0286,-0.0792,-0.0044,0.0286,-0.0792,-0.0044,0.02552,-0.0748,-0.0044,0.02552,-0.0748,-0.0044,0.02262,-0.0704,-0.0044,0.02262,-0.0704,-0.0044,0.01989,-0.066,-0.0044,0.01989,-0.066,-0.0044,0.01734,-0.0616,-0.0044,0.01734,-0.0616,-0.0044,0.01496,-0.0572,-0.0044,0.01496,-0.0572,-0.0044,0.01276,-0.0528,-0.0044,0.01276,-0.0528,-0.0044,0.01074,-0.0484,-0.0044,0.01074,-0.0484,-0.0044,0.00889,-0.044,-0.0044,0.00889,-0.044,-0.0044,0.00722,-0.0396,-0.0044,0.00722,-0.0396,-0.0044,0.00572,-0.0352,-0.0044,0.00572,-0.0352,-0.0044,0.0044,-0.0308,-0.0044,0.0044,-0.0308,-0.0044,0.00326,-0.0264,-0.0044,0.00326,-0.0264,-0.0044,0.00229,-0.022,-0.0044,0.00229,-0.022,-0.0044,0.0015,-0.0176,-0.0044,0.0015,-0.0176,-0.0044,0.00088,-0.0132,-0.0044,0.00088,-0.0132,-0.0044,0.00044,-0.0088,-0.0044,0.00044,-0.0088,-0.0044,0.00018,-0.0044,-0.0044,0.00018,-0.0044,-0.0044,0.00009,0.0,-0.0044,0.00009,0.0,-0.0044,0.00018,0.0044,-0.0044,0.00018,0.0044,-0.0044,0.00044,0.0088,-0.0044,0.00044,0.0088,-0.0044,0.00088,0.0132,-0.0044,0.00088,0.0132,-0.0044,0.0015,0.0176,-0.0044};
			return value;
		}
		private double[] getCoordinate_7_28_point_21()
		{
			double[] value = {0.0015,0.0176,-0.0044,0.00229,0.022,-0.0044,0.00229,0.022,-0.0044,0.00326,0.0264,-0.0044,0.00326,0.0264,-0.0044,0.0044,0.0308,-0.0044,0.0044,0.0308,-0.0044,0.00572,0.0352,-0.0044,0.00572,0.0352,-0.0044,0.00722,0.0396,-0.0044,0.00722,0.0396,-0.0044,0.00889,0.044,-0.0044,0.00889,0.044,-0.0044,0.01074,0.0484,-0.0044,0.01074,0.0484,-0.0044,0.01276,0.0528,-0.0044,0.01276,0.0528,-0.0044,0.01496,0.0572,-0.0044,0.01496,0.0572,-0.0044,0.01734,0.0616,-0.0044,0.01734,0.0616,-0.0044,0.01989,0.066,-0.0044,0.01989,0.066,-0.0044,0.02262,0.0704,-0.0044,0.02262,0.0704,-0.0044,0.02552,0.0748,-0.0044,0.02552,0.0748,-0.0044,0.0286,0.0792,-0.0044,0.0286,0.0792,-0.0044,0.03186,0.0836,-0.0044,0.03186,0.0836,-0.0044,0.03529,0.088,-0.0044,0.03529,0.088,-0.0044,0.0389,0.0924,-0.0044,0.0389,0.0924,-0.0044,0.04268,0.0968,-0.0044,0.04268,0.0968,-0.0044,0.04664,0.1012,-0.0044,0.04664,0.1012,-0.0044,0.05078,0.1056,-0.0044,0.05104,-0.1056,-0.0088,0.0469,-0.1012,-0.0088,0.0469,-0.1012,-0.0088,0.04294,-0.0968,-0.0088,0.04294,-0.0968,-0.0088,0.03916,-0.0924,-0.0088,0.03916,-0.0924,-0.0088,0.03555,-0.088,-0.0088,0.03555,-0.088,-0.0088,0.03212,-0.0836,-0.0088,0.03212,-0.0836,-0.0088,0.02886,-0.0792,-0.0088,0.02886,-0.0792,-0.0088,0.02578,-0.0748,-0.0088,0.02578,-0.0748,-0.0088,0.02288,-0.0704,-0.0088,0.02288,-0.0704,-0.0088,0.02015,-0.066,-0.0088,0.02015,-0.066,-0.0088,0.0176,-0.0616,-0.0088,0.0176,-0.0616,-0.0088,0.01522,-0.0572,-0.0088,0.01522,-0.0572,-0.0088,0.01302,-0.0528,-0.0088,0.01302,-0.0528,-0.0088,0.011,-0.0484,-0.0088,0.011,-0.0484,-0.0088,0.00915,-0.044,-0.0088,0.00915,-0.044,-0.0088,0.00748,-0.0396,-0.0088,0.00748,-0.0396,-0.0088,0.00598,-0.0352,-0.0088,0.00598,-0.0352,-0.0088,0.00466,-0.0308,-0.0088,0.00466,-0.0308,-0.0088,0.00352,-0.0264,-0.0088,0.00352,-0.0264,-0.0088,0.00255,-0.022,-0.0088,0.00255,-0.022,-0.0088,0.00176,-0.0176,-0.0088,0.00176,-0.0176,-0.0088,0.00114,-0.0132,-0.0088,0.00114,-0.0132,-0.0088,0.0007,-0.0088,-0.0088,0.0007,-0.0088,-0.0088,0.00044,-0.0044,-0.0088,0.00044,-0.0044,-0.0088,0.00035,0.0,-0.0088,0.00035,0.0,-0.0088,0.00044,0.0044,-0.0088,0.00044,0.0044,-0.0088,0.0007,0.0088,-0.0088,0.0007,0.0088,-0.0088,0.00114,0.0132,-0.0088,0.00114,0.0132,-0.0088,0.00176,0.0176,-0.0088,0.00176,0.0176,-0.0088,0.00255,0.022,-0.0088,0.00255,0.022,-0.0088,0.00352,0.0264,-0.0088};
			return value;
		}
		private double[] getCoordinate_7_28_point_22()
		{
			double[] value = {0.00352,0.0264,-0.0088,0.00466,0.0308,-0.0088,0.00466,0.0308,-0.0088,0.00598,0.0352,-0.0088,0.00598,0.0352,-0.0088,0.00748,0.0396,-0.0088,0.00748,0.0396,-0.0088,0.00915,0.044,-0.0088,0.00915,0.044,-0.0088,0.011,0.0484,-0.0088,0.011,0.0484,-0.0088,0.01302,0.0528,-0.0088,0.01302,0.0528,-0.0088,0.01522,0.0572,-0.0088,0.01522,0.0572,-0.0088,0.0176,0.0616,-0.0088,0.0176,0.0616,-0.0088,0.02015,0.066,-0.0088,0.02015,0.066,-0.0088,0.02288,0.0704,-0.0088,0.02288,0.0704,-0.0088,0.02578,0.0748,-0.0088,0.02578,0.0748,-0.0088,0.02886,0.0792,-0.0088,0.02886,0.0792,-0.0088,0.03212,0.0836,-0.0088,0.03212,0.0836,-0.0088,0.03555,0.088,-0.0088,0.03555,0.088,-0.0088,0.03916,0.0924,-0.0088,0.03916,0.0924,-0.0088,0.04294,0.0968,-0.0088,0.04294,0.0968,-0.0088,0.0469,0.1012,-0.0088,0.0469,0.1012,-0.0088,0.05104,0.1056,-0.0088,0.05148,-0.1056,-0.0132,0.04734,-0.1012,-0.0132,0.04734,-0.1012,-0.0132,0.04338,-0.0968,-0.0132,0.04338,-0.0968,-0.0132,0.0396,-0.0924,-0.0132,0.0396,-0.0924,-0.0132,0.03599,-0.088,-0.0132,0.03599,-0.088,-0.0132,0.03256,-0.0836,-0.0132,0.03256,-0.0836,-0.0132,0.0293,-0.0792,-0.0132,0.0293,-0.0792,-0.0132,0.02622,-0.0748,-0.0132,0.02622,-0.0748,-0.0132,0.02332,-0.0704,-0.0132,0.02332,-0.0704,-0.0132,0.02059,-0.066,-0.0132,0.02059,-0.066,-0.0132,0.01804,-0.0616,-0.0132,0.01804,-0.0616,-0.0132,0.01566,-0.0572,-0.0132,0.01566,-0.0572,-0.0132,0.01346,-0.0528,-0.0132,0.01346,-0.0528,-0.0132,0.01144,-0.0484,-0.0132,0.01144,-0.0484,-0.0132,0.00959,-0.044,-0.0132,0.00959,-0.044,-0.0132,0.00792,-0.0396,-0.0132,0.00792,-0.0396,-0.0132,0.00642,-0.0352,-0.0132,0.00642,-0.0352,-0.0132,0.0051,-0.0308,-0.0132,0.0051,-0.0308,-0.0132,0.00396,-0.0264,-0.0132,0.00396,-0.0264,-0.0132,0.00299,-0.022,-0.0132,0.00299,-0.022,-0.0132,0.0022,-0.0176,-0.0132,0.0022,-0.0176,-0.0132,0.00158,-0.0132,-0.0132,0.00158,-0.0132,-0.0132,0.00114,-0.0088,-0.0132,0.00114,-0.0088,-0.0132,0.00088,-0.0044,-0.0132,0.00088,-0.0044,-0.0132,0.00079,0.0,-0.0132,0.00079,0.0,-0.0132,0.00088,0.0044,-0.0132,0.00088,0.0044,-0.0132,0.00114,0.0088,-0.0132,0.00114,0.0088,-0.0132,0.00158,0.0132,-0.0132,0.00158,0.0132,-0.0132,0.0022,0.0176,-0.0132,0.0022,0.0176,-0.0132,0.00299,0.022,-0.0132,0.00299,0.022,-0.0132,0.00396,0.0264,-0.0132,0.00396,0.0264,-0.0132,0.0051,0.0308,-0.0132,0.0051,0.0308,-0.0132,0.00642,0.0352,-0.0132};
			return value;
		}
		private double[] getCoordinate_7_28_point_23()
		{
			double[] value = {0.00642,0.0352,-0.0132,0.00792,0.0396,-0.0132,0.00792,0.0396,-0.0132,0.00959,0.044,-0.0132,0.00959,0.044,-0.0132,0.01144,0.0484,-0.0132,0.01144,0.0484,-0.0132,0.01346,0.0528,-0.0132,0.01346,0.0528,-0.0132,0.01566,0.0572,-0.0132,0.01566,0.0572,-0.0132,0.01804,0.0616,-0.0132,0.01804,0.0616,-0.0132,0.02059,0.066,-0.0132,0.02059,0.066,-0.0132,0.02332,0.0704,-0.0132,0.02332,0.0704,-0.0132,0.02622,0.0748,-0.0132,0.02622,0.0748,-0.0132,0.0293,0.0792,-0.0132,0.0293,0.0792,-0.0132,0.03256,0.0836,-0.0132,0.03256,0.0836,-0.0132,0.03599,0.088,-0.0132,0.03599,0.088,-0.0132,0.0396,0.0924,-0.0132,0.0396,0.0924,-0.0132,0.04338,0.0968,-0.0132,0.04338,0.0968,-0.0132,0.04734,0.1012,-0.0132,0.04734,0.1012,-0.0132,0.05148,0.1056,-0.0132,0.0521,-0.1056,-0.0176,0.04796,-0.1012,-0.0176,0.04796,-0.1012,-0.0176,0.044,-0.0968,-0.0176,0.044,-0.0968,-0.0176,0.04022,-0.0924,-0.0176,0.04022,-0.0924,-0.0176,0.03661,-0.088,-0.0176,0.03661,-0.088,-0.0176,0.03318,-0.0836,-0.0176,0.03318,-0.0836,-0.0176,0.02992,-0.0792,-0.0176,0.02992,-0.0792,-0.0176,0.02684,-0.0748,-0.0176,0.02684,-0.0748,-0.0176,0.02394,-0.0704,-0.0176,0.02394,-0.0704,-0.0176,0.02121,-0.066,-0.0176,0.02121,-0.066,-0.0176,0.01866,-0.0616,-0.0176,0.01866,-0.0616,-0.0176,0.01628,-0.0572,-0.0176,0.01628,-0.0572,-0.0176,0.01408,-0.0528,-0.0176,0.01408,-0.0528,-0.0176,0.01206,-0.0484,-0.0176,0.01206,-0.0484,-0.0176,0.01021,-0.044,-0.0176,0.01021,-0.044,-0.0176,0.00854,-0.0396,-0.0176,0.00854,-0.0396,-0.0176,0.00704,-0.0352,-0.0176,0.00704,-0.0352,-0.0176,0.00572,-0.0308,-0.0176,0.00572,-0.0308,-0.0176,0.00458,-0.0264,-0.0176,0.00458,-0.0264,-0.0176,0.00361,-0.022,-0.0176,0.00361,-0.022,-0.0176,0.00282,-0.0176,-0.0176,0.00282,-0.0176,-0.0176,0.0022,-0.0132,-0.0176,0.0022,-0.0132,-0.0176,0.00176,-0.0088,-0.0176,0.00176,-0.0088,-0.0176,0.0015,-0.0044,-0.0176,0.0015,-0.0044,-0.0176,0.00141,0.0,-0.0176,0.00141,0.0,-0.0176,0.0015,0.0044,-0.0176,0.0015,0.0044,-0.0176,0.00176,0.0088,-0.0176,0.00176,0.0088,-0.0176,0.0022,0.0132,-0.0176,0.0022,0.0132,-0.0176,0.00282,0.0176,-0.0176,0.00282,0.0176,-0.0176,0.00361,0.022,-0.0176,0.00361,0.022,-0.0176,0.00458,0.0264,-0.0176,0.00458,0.0264,-0.0176,0.00572,0.0308,-0.0176,0.00572,0.0308,-0.0176,0.00704,0.0352,-0.0176,0.00704,0.0352,-0.0176,0.00854,0.0396,-0.0176,0.00854,0.0396,-0.0176,0.01021,0.044,-0.0176};
			return value;
		}
		private double[] getCoordinate_7_28_point_24()
		{
			double[] value = {0.01021,0.044,-0.0176,0.01206,0.0484,-0.0176,0.01206,0.0484,-0.0176,0.01408,0.0528,-0.0176,0.01408,0.0528,-0.0176,0.01628,0.0572,-0.0176,0.01628,0.0572,-0.0176,0.01866,0.0616,-0.0176,0.01866,0.0616,-0.0176,0.02121,0.066,-0.0176,0.02121,0.066,-0.0176,0.02394,0.0704,-0.0176,0.02394,0.0704,-0.0176,0.02684,0.0748,-0.0176,0.02684,0.0748,-0.0176,0.02992,0.0792,-0.0176,0.02992,0.0792,-0.0176,0.03318,0.0836,-0.0176,0.03318,0.0836,-0.0176,0.03661,0.088,-0.0176,0.03661,0.088,-0.0176,0.04022,0.0924,-0.0176,0.04022,0.0924,-0.0176,0.044,0.0968,-0.0176,0.044,0.0968,-0.0176,0.04796,0.1012,-0.0176,0.04796,0.1012,-0.0176,0.0521,0.1056,-0.0176,0.05289,-0.1056,-0.022,0.04875,-0.1012,-0.022,0.04875,-0.1012,-0.022,0.04479,-0.0968,-0.022,0.04479,-0.0968,-0.022,0.04101,-0.0924,-0.022,0.04101,-0.0924,-0.022,0.0374,-0.088,-0.022,0.0374,-0.088,-0.022,0.03397,-0.0836,-0.022,0.03397,-0.0836,-0.022,0.03071,-0.0792,-0.022,0.03071,-0.0792,-0.022,0.02763,-0.0748,-0.022,0.02763,-0.0748,-0.022,0.02473,-0.0704,-0.022,0.02473,-0.0704,-0.022,0.022,-0.066,-0.022,0.022,-0.066,-0.022,0.01945,-0.0616,-0.022,0.01945,-0.0616,-0.022,0.01707,-0.0572,-0.022,0.01707,-0.0572,-0.022,0.01487,-0.0528,-0.022,0.01487,-0.0528,-0.022,0.01285,-0.0484,-0.022,0.01285,-0.0484,-0.022,0.011,-0.044,-0.022,0.011,-0.044,-0.022,0.00933,-0.0396,-0.022,0.00933,-0.0396,-0.022,0.00783,-0.0352,-0.022,0.00783,-0.0352,-0.022,0.00651,-0.0308,-0.022,0.00651,-0.0308,-0.022,0.00537,-0.0264,-0.022,0.00537,-0.0264,-0.022,0.0044,-0.022,-0.022,0.0044,-0.022,-0.022,0.00361,-0.0176,-0.022,0.00361,-0.0176,-0.022,0.00299,-0.0132,-0.022,0.00299,-0.0132,-0.022,0.00255,-0.0088,-0.022,0.00255,-0.0088,-0.022,0.00229,-0.0044,-0.022,0.00229,-0.0044,-0.022,0.0022,0.0,-0.022,0.0022,0.0,-0.022,0.00229,0.0044,-0.022,0.00229,0.0044,-0.022,0.00255,0.0088,-0.022,0.00255,0.0088,-0.022,0.00299,0.0132,-0.022,0.00299,0.0132,-0.022,0.00361,0.0176,-0.022,0.00361,0.0176,-0.022,0.0044,0.022,-0.022,0.0044,0.022,-0.022,0.00537,0.0264,-0.022,0.00537,0.0264,-0.022,0.00651,0.0308,-0.022,0.00651,0.0308,-0.022,0.00783,0.0352,-0.022,0.00783,0.0352,-0.022,0.00933,0.0396,-0.022,0.00933,0.0396,-0.022,0.011,0.044,-0.022,0.011,0.044,-0.022,0.01285,0.0484,-0.022,0.01285,0.0484,-0.022,0.01487,0.0528,-0.022};
			return value;
		}
		private double[] getCoordinate_7_28_point_25()
		{
			double[] value = {0.01487,0.0528,-0.022,0.01707,0.0572,-0.022,0.01707,0.0572,-0.022,0.01945,0.0616,-0.022,0.01945,0.0616,-0.022,0.022,0.066,-0.022,0.022,0.066,-0.022,0.02473,0.0704,-0.022,0.02473,0.0704,-0.022,0.02763,0.0748,-0.022,0.02763,0.0748,-0.022,0.03071,0.0792,-0.022,0.03071,0.0792,-0.022,0.03397,0.0836,-0.022,0.03397,0.0836,-0.022,0.0374,0.088,-0.022,0.0374,0.088,-0.022,0.04101,0.0924,-0.022,0.04101,0.0924,-0.022,0.04479,0.0968,-0.022,0.04479,0.0968,-0.022,0.04875,0.1012,-0.022,0.04875,0.1012,-0.022,0.05289,0.1056,-0.022,0.05386,-0.1056,-0.0264,0.04972,-0.1012,-0.0264,0.04972,-0.1012,-0.0264,0.04576,-0.0968,-0.0264,0.04576,-0.0968,-0.0264,0.04198,-0.0924,-0.0264,0.04198,-0.0924,-0.0264,0.03837,-0.088,-0.0264,0.03837,-0.088,-0.0264,0.03494,-0.0836,-0.0264,0.03494,-0.0836,-0.0264,0.03168,-0.0792,-0.0264,0.03168,-0.0792,-0.0264,0.0286,-0.0748,-0.0264,0.0286,-0.0748,-0.0264,0.0257,-0.0704,-0.0264,0.0257,-0.0704,-0.0264,0.02297,-0.066,-0.0264,0.02297,-0.066,-0.0264,0.02042,-0.0616,-0.0264,0.02042,-0.0616,-0.0264,0.01804,-0.0572,-0.0264,0.01804,-0.0572,-0.0264,0.01584,-0.0528,-0.0264,0.01584,-0.0528,-0.0264,0.01382,-0.0484,-0.0264,0.01382,-0.0484,-0.0264,0.01197,-0.044,-0.0264,0.01197,-0.044,-0.0264,0.0103,-0.0396,-0.0264,0.0103,-0.0396,-0.0264,0.0088,-0.0352,-0.0264,0.0088,-0.0352,-0.0264,0.00748,-0.0308,-0.0264,0.00748,-0.0308,-0.0264,0.00634,-0.0264,-0.0264,0.00634,-0.0264,-0.0264,0.00537,-0.022,-0.0264,0.00537,-0.022,-0.0264,0.00458,-0.0176,-0.0264,0.00458,-0.0176,-0.0264,0.00396,-0.0132,-0.0264,0.00396,-0.0132,-0.0264,0.00352,-0.0088,-0.0264,0.00352,-0.0088,-0.0264,0.00326,-0.0044,-0.0264,0.00326,-0.0044,-0.0264,0.00317,0.0,-0.0264,0.00317,0.0,-0.0264,0.00326,0.0044,-0.0264,0.00326,0.0044,-0.0264,0.00352,0.0088,-0.0264,0.00352,0.0088,-0.0264,0.00396,0.0132,-0.0264,0.00396,0.0132,-0.0264,0.00458,0.0176,-0.0264,0.00458,0.0176,-0.0264,0.00537,0.022,-0.0264,0.00537,0.022,-0.0264,0.00634,0.0264,-0.0264,0.00634,0.0264,-0.0264,0.00748,0.0308,-0.0264,0.00748,0.0308,-0.0264,0.0088,0.0352,-0.0264,0.0088,0.0352,-0.0264,0.0103,0.0396,-0.0264,0.0103,0.0396,-0.0264,0.01197,0.044,-0.0264,0.01197,0.044,-0.0264,0.01382,0.0484,-0.0264,0.01382,0.0484,-0.0264,0.01584,0.0528,-0.0264,0.01584,0.0528,-0.0264,0.01804,0.0572,-0.0264,0.01804,0.0572,-0.0264,0.02042,0.0616,-0.0264};
			return value;
		}
		private double[] getCoordinate_7_28_point_26()
		{
			double[] value = {0.02042,0.0616,-0.0264,0.02297,0.066,-0.0264,0.02297,0.066,-0.0264,0.0257,0.0704,-0.0264,0.0257,0.0704,-0.0264,0.0286,0.0748,-0.0264,0.0286,0.0748,-0.0264,0.03168,0.0792,-0.0264,0.03168,0.0792,-0.0264,0.03494,0.0836,-0.0264,0.03494,0.0836,-0.0264,0.03837,0.088,-0.0264,0.03837,0.088,-0.0264,0.04198,0.0924,-0.0264,0.04198,0.0924,-0.0264,0.04576,0.0968,-0.0264,0.04576,0.0968,-0.0264,0.04972,0.1012,-0.0264,0.04972,0.1012,-0.0264,0.05386,0.1056,-0.0264,0.05086,-0.1012,-0.0308,0.0469,-0.0968,-0.0308,0.0469,-0.0968,-0.0308,0.04312,-0.0924,-0.0308,0.04312,-0.0924,-0.0308,0.03951,-0.088,-0.0308,0.03951,-0.088,-0.0308,0.03608,-0.0836,-0.0308,0.03608,-0.0836,-0.0308,0.03282,-0.0792,-0.0308,0.03282,-0.0792,-0.0308,0.02974,-0.0748,-0.0308,0.02974,-0.0748,-0.0308,0.02684,-0.0704,-0.0308,0.02684,-0.0704,-0.0308,0.02411,-0.066,-0.0308,0.02411,-0.066,-0.0308,0.02156,-0.0616,-0.0308,0.02156,-0.0616,-0.0308,0.01918,-0.0572,-0.0308,0.01918,-0.0572,-0.0308,0.01698,-0.0528,-0.0308,0.01698,-0.0528,-0.0308,0.01496,-0.0484,-0.0308,0.01496,-0.0484,-0.0308,0.01311,-0.044,-0.0308,0.01311,-0.044,-0.0308,0.01144,-0.0396,-0.0308,0.01144,-0.0396,-0.0308,0.00994,-0.0352,-0.0308,0.00994,-0.0352,-0.0308,0.00862,-0.0308,-0.0308,0.00862,-0.0308,-0.0308,0.00748,-0.0264,-0.0308,0.00748,-0.0264,-0.0308,0.00651,-0.022,-0.0308,0.00651,-0.022,-0.0308,0.00572,-0.0176,-0.0308,0.00572,-0.0176,-0.0308,0.0051,-0.0132,-0.0308,0.0051,-0.0132,-0.0308,0.00466,-0.0088,-0.0308,0.00466,-0.0088,-0.0308,0.0044,-0.0044,-0.0308,0.0044,-0.0044,-0.0308,0.00431,0.0,-0.0308,0.00431,0.0,-0.0308,0.0044,0.0044,-0.0308,0.0044,0.0044,-0.0308,0.00466,0.0088,-0.0308,0.00466,0.0088,-0.0308,0.0051,0.0132,-0.0308,0.0051,0.0132,-0.0308,0.00572,0.0176,-0.0308,0.00572,0.0176,-0.0308,0.00651,0.022,-0.0308,0.00651,0.022,-0.0308,0.00748,0.0264,-0.0308,0.00748,0.0264,-0.0308,0.00862,0.0308,-0.0308,0.00862,0.0308,-0.0308,0.00994,0.0352,-0.0308,0.00994,0.0352,-0.0308,0.01144,0.0396,-0.0308,0.01144,0.0396,-0.0308,0.01311,0.044,-0.0308,0.01311,0.044,-0.0308,0.01496,0.0484,-0.0308,0.01496,0.0484,-0.0308,0.01698,0.0528,-0.0308,0.01698,0.0528,-0.0308,0.01918,0.0572,-0.0308,0.01918,0.0572,-0.0308,0.02156,0.0616,-0.0308,0.02156,0.0616,-0.0308,0.02411,0.066,-0.0308,0.02411,0.066,-0.0308,0.02684,0.0704,-0.0308,0.02684,0.0704,-0.0308,0.02974,0.0748,-0.0308};
			return value;
		}
		private double[] getCoordinate_7_28_point_27()
		{
			double[] value = {0.02974,0.0748,-0.0308,0.03282,0.0792,-0.0308,0.03282,0.0792,-0.0308,0.03608,0.0836,-0.0308,0.03608,0.0836,-0.0308,0.03951,0.088,-0.0308,0.03951,0.088,-0.0308,0.04312,0.0924,-0.0308,0.04312,0.0924,-0.0308,0.0469,0.0968,-0.0308,0.0469,0.0968,-0.0308,0.05086,0.1012,-0.0308,0.05218,-0.1012,-0.0352,0.04822,-0.0968,-0.0352,0.04822,-0.0968,-0.0352,0.04444,-0.0924,-0.0352,0.04444,-0.0924,-0.0352,0.04083,-0.088,-0.0352,0.04083,-0.088,-0.0352,0.0374,-0.0836,-0.0352,0.0374,-0.0836,-0.0352,0.03414,-0.0792,-0.0352,0.03414,-0.0792,-0.0352,0.03106,-0.0748,-0.0352,0.03106,-0.0748,-0.0352,0.02816,-0.0704,-0.0352,0.02816,-0.0704,-0.0352,0.02543,-0.066,-0.0352,0.02543,-0.066,-0.0352,0.02288,-0.0616,-0.0352,0.02288,-0.0616,-0.0352,0.0205,-0.0572,-0.0352,0.0205,-0.0572,-0.0352,0.0183,-0.0528,-0.0352,0.0183,-0.0528,-0.0352,0.01628,-0.0484,-0.0352,0.01628,-0.0484,-0.0352,0.01443,-0.044,-0.0352,0.01443,-0.044,-0.0352,0.01276,-0.0396,-0.0352,0.01276,-0.0396,-0.0352,0.01126,-0.0352,-0.0352,0.01126,-0.0352,-0.0352,0.00994,-0.0308,-0.0352,0.00994,-0.0308,-0.0352,0.0088,-0.0264,-0.0352,0.0088,-0.0264,-0.0352,0.00783,-0.022,-0.0352,0.00783,-0.022,-0.0352,0.00704,-0.0176,-0.0352,0.00704,-0.0176,-0.0352,0.00642,-0.0132,-0.0352,0.00642,-0.0132,-0.0352,0.00598,-0.0088,-0.0352,0.00598,-0.0088,-0.0352,0.00572,-0.0044,-0.0352,0.00572,-0.0044,-0.0352,0.00563,0.0,-0.0352,0.00563,0.0,-0.0352,0.00572,0.0044,-0.0352,0.00572,0.0044,-0.0352,0.00598,0.0088,-0.0352,0.00598,0.0088,-0.0352,0.00642,0.0132,-0.0352,0.00642,0.0132,-0.0352,0.00704,0.0176,-0.0352,0.00704,0.0176,-0.0352,0.00783,0.022,-0.0352,0.00783,0.022,-0.0352,0.0088,0.0264,-0.0352,0.0088,0.0264,-0.0352,0.00994,0.0308,-0.0352,0.00994,0.0308,-0.0352,0.01126,0.0352,-0.0352,0.01126,0.0352,-0.0352,0.01276,0.0396,-0.0352,0.01276,0.0396,-0.0352,0.01443,0.044,-0.0352,0.01443,0.044,-0.0352,0.01628,0.0484,-0.0352,0.01628,0.0484,-0.0352,0.0183,0.0528,-0.0352,0.0183,0.0528,-0.0352,0.0205,0.0572,-0.0352,0.0205,0.0572,-0.0352,0.02288,0.0616,-0.0352,0.02288,0.0616,-0.0352,0.02543,0.066,-0.0352,0.02543,0.066,-0.0352,0.02816,0.0704,-0.0352,0.02816,0.0704,-0.0352,0.03106,0.0748,-0.0352,0.03106,0.0748,-0.0352,0.03414,0.0792,-0.0352,0.03414,0.0792,-0.0352,0.0374,0.0836,-0.0352,0.0374,0.0836,-0.0352,0.04083,0.088,-0.0352,0.04083,0.088,-0.0352,0.04444,0.0924,-0.0352};
			return value;
		}
		private double[] getCoordinate_7_28_point_28()
		{
			double[] value = {0.04444,0.0924,-0.0352,0.04822,0.0968,-0.0352,0.04822,0.0968,-0.0352,0.05218,0.1012,-0.0352,0.05368,-0.1012,-0.0396,0.04972,-0.0968,-0.0396,0.04972,-0.0968,-0.0396,0.04594,-0.0924,-0.0396,0.04594,-0.0924,-0.0396,0.04233,-0.088,-0.0396,0.04233,-0.088,-0.0396,0.0389,-0.0836,-0.0396,0.0389,-0.0836,-0.0396,0.03564,-0.0792,-0.0396,0.03564,-0.0792,-0.0396,0.03256,-0.0748,-0.0396,0.03256,-0.0748,-0.0396,0.02966,-0.0704,-0.0396,0.02966,-0.0704,-0.0396,0.02693,-0.066,-0.0396,0.02693,-0.066,-0.0396,0.02438,-0.0616,-0.0396,0.02438,-0.0616,-0.0396,0.022,-0.0572,-0.0396,0.022,-0.0572,-0.0396,0.0198,-0.0528,-0.0396,0.0198,-0.0528,-0.0396,0.01778,-0.0484,-0.0396,0.01778,-0.0484,-0.0396,0.01593,-0.044,-0.0396,0.01593,-0.044,-0.0396,0.01426,-0.0396,-0.0396,0.01426,-0.0396,-0.0396,0.01276,-0.0352,-0.0396,0.01276,-0.0352,-0.0396,0.01144,-0.0308,-0.0396,0.01144,-0.0308,-0.0396,0.0103,-0.0264,-0.0396,0.0103,-0.0264,-0.0396,0.00933,-0.022,-0.0396,0.00933,-0.022,-0.0396,0.00854,-0.0176,-0.0396,0.00854,-0.0176,-0.0396,0.00792,-0.0132,-0.0396,0.00792,-0.0132,-0.0396,0.00748,-0.0088,-0.0396,0.00748,-0.0088,-0.0396,0.00722,-0.0044,-0.0396,0.00722,-0.0044,-0.0396,0.00713,0.0,-0.0396,0.00713,0.0,-0.0396,0.00722,0.0044,-0.0396,0.00722,0.0044,-0.0396,0.00748,0.0088,-0.0396,0.00748,0.0088,-0.0396,0.00792,0.0132,-0.0396,0.00792,0.0132,-0.0396,0.00854,0.0176,-0.0396,0.00854,0.0176,-0.0396,0.00933,0.022,-0.0396,0.00933,0.022,-0.0396,0.0103,0.0264,-0.0396,0.0103,0.0264,-0.0396,0.01144,0.0308,-0.0396,0.01144,0.0308,-0.0396,0.01276,0.0352,-0.0396,0.01276,0.0352,-0.0396,0.01426,0.0396,-0.0396,0.01426,0.0396,-0.0396,0.01593,0.044,-0.0396,0.01593,0.044,-0.0396,0.01778,0.0484,-0.0396,0.01778,0.0484,-0.0396,0.0198,0.0528,-0.0396,0.0198,0.0528,-0.0396,0.022,0.0572,-0.0396,0.022,0.0572,-0.0396,0.02438,0.0616,-0.0396,0.02438,0.0616,-0.0396,0.02693,0.066,-0.0396,0.02693,0.066,-0.0396,0.02966,0.0704,-0.0396,0.02966,0.0704,-0.0396,0.03256,0.0748,-0.0396,0.03256,0.0748,-0.0396,0.03564,0.0792,-0.0396,0.03564,0.0792,-0.0396,0.0389,0.0836,-0.0396,0.0389,0.0836,-0.0396,0.04233,0.088,-0.0396,0.04233,0.088,-0.0396,0.04594,0.0924,-0.0396,0.04594,0.0924,-0.0396,0.04972,0.0968,-0.0396,0.04972,0.0968,-0.0396,0.05368,0.1012,-0.0396,0.05139,-0.0968,-0.044,0.04761,-0.0924,-0.044,0.04761,-0.0924,-0.044,0.044,-0.088,-0.044};
			return value;
		}
		private double[] getCoordinate_7_28_point_29()
		{
			double[] value = {0.044,-0.088,-0.044,0.04057,-0.0836,-0.044,0.04057,-0.0836,-0.044,0.03731,-0.0792,-0.044,0.03731,-0.0792,-0.044,0.03423,-0.0748,-0.044,0.03423,-0.0748,-0.044,0.03133,-0.0704,-0.044,0.03133,-0.0704,-0.044,0.0286,-0.066,-0.044,0.0286,-0.066,-0.044,0.02605,-0.0616,-0.044,0.02605,-0.0616,-0.044,0.02367,-0.0572,-0.044,0.02367,-0.0572,-0.044,0.02147,-0.0528,-0.044,0.02147,-0.0528,-0.044,0.01945,-0.0484,-0.044,0.01945,-0.0484,-0.044,0.0176,-0.044,-0.044,0.0176,-0.044,-0.044,0.01593,-0.0396,-0.044,0.01593,-0.0396,-0.044,0.01443,-0.0352,-0.044,0.01443,-0.0352,-0.044,0.01311,-0.0308,-0.044,0.01311,-0.0308,-0.044,0.01197,-0.0264,-0.044,0.01197,-0.0264,-0.044,0.011,-0.022,-0.044,0.011,-0.022,-0.044,0.01021,-0.0176,-0.044,0.01021,-0.0176,-0.044,0.00959,-0.0132,-0.044,0.00959,-0.0132,-0.044,0.00915,-0.0088,-0.044,0.00915,-0.0088,-0.044,0.00889,-0.0044,-0.044,0.00889,-0.0044,-0.044,0.0088,0.0,-0.044,0.0088,0.0,-0.044,0.00889,0.0044,-0.044,0.00889,0.0044,-0.044,0.00915,0.0088,-0.044,0.00915,0.0088,-0.044,0.00959,0.0132,-0.044,0.00959,0.0132,-0.044,0.01021,0.0176,-0.044,0.01021,0.0176,-0.044,0.011,0.022,-0.044,0.011,0.022,-0.044,0.01197,0.0264,-0.044,0.01197,0.0264,-0.044,0.01311,0.0308,-0.044,0.01311,0.0308,-0.044,0.01443,0.0352,-0.044,0.01443,0.0352,-0.044,0.01593,0.0396,-0.044,0.01593,0.0396,-0.044,0.0176,0.044,-0.044,0.0176,0.044,-0.044,0.01945,0.0484,-0.044,0.01945,0.0484,-0.044,0.02147,0.0528,-0.044,0.02147,0.0528,-0.044,0.02367,0.0572,-0.044,0.02367,0.0572,-0.044,0.02605,0.0616,-0.044,0.02605,0.0616,-0.044,0.0286,0.066,-0.044,0.0286,0.066,-0.044,0.03133,0.0704,-0.044,0.03133,0.0704,-0.044,0.03423,0.0748,-0.044,0.03423,0.0748,-0.044,0.03731,0.0792,-0.044,0.03731,0.0792,-0.044,0.04057,0.0836,-0.044,0.04057,0.0836,-0.044,0.044,0.088,-0.044,0.044,0.088,-0.044,0.04761,0.0924,-0.044,0.04761,0.0924,-0.044,0.05139,0.0968,-0.044,0.05324,-0.0968,-0.0484,0.04946,-0.0924,-0.0484,0.04946,-0.0924,-0.0484,0.04585,-0.088,-0.0484,0.04585,-0.088,-0.0484,0.04242,-0.0836,-0.0484,0.04242,-0.0836,-0.0484,0.03916,-0.0792,-0.0484,0.03916,-0.0792,-0.0484,0.03608,-0.0748,-0.0484,0.03608,-0.0748,-0.0484,0.03318,-0.0704,-0.0484,0.03318,-0.0704,-0.0484,0.03045,-0.066,-0.0484,0.03045,-0.066,-0.0484,0.0279,-0.0616,-0.0484};
			return value;
		}
		private double[] getCoordinate_7_28_point_30()
		{
			double[] value = {0.0279,-0.0616,-0.0484,0.02552,-0.0572,-0.0484,0.02552,-0.0572,-0.0484,0.02332,-0.0528,-0.0484,0.02332,-0.0528,-0.0484,0.0213,-0.0484,-0.0484,0.0213,-0.0484,-0.0484,0.01945,-0.044,-0.0484,0.01945,-0.044,-0.0484,0.01778,-0.0396,-0.0484,0.01778,-0.0396,-0.0484,0.01628,-0.0352,-0.0484,0.01628,-0.0352,-0.0484,0.01496,-0.0308,-0.0484,0.01496,-0.0308,-0.0484,0.01382,-0.0264,-0.0484,0.01382,-0.0264,-0.0484,0.01285,-0.022,-0.0484,0.01285,-0.022,-0.0484,0.01206,-0.0176,-0.0484,0.01206,-0.0176,-0.0484,0.01144,-0.0132,-0.0484,0.01144,-0.0132,-0.0484,0.011,-0.0088,-0.0484,0.011,-0.0088,-0.0484,0.01074,-0.0044,-0.0484,0.01074,-0.0044,-0.0484,0.01065,0.0,-0.0484,0.01065,0.0,-0.0484,0.01074,0.0044,-0.0484,0.01074,0.0044,-0.0484,0.011,0.0088,-0.0484,0.011,0.0088,-0.0484,0.01144,0.0132,-0.0484,0.01144,0.0132,-0.0484,0.01206,0.0176,-0.0484,0.01206,0.0176,-0.0484,0.01285,0.022,-0.0484,0.01285,0.022,-0.0484,0.01382,0.0264,-0.0484,0.01382,0.0264,-0.0484,0.01496,0.0308,-0.0484,0.01496,0.0308,-0.0484,0.01628,0.0352,-0.0484,0.01628,0.0352,-0.0484,0.01778,0.0396,-0.0484,0.01778,0.0396,-0.0484,0.01945,0.044,-0.0484,0.01945,0.044,-0.0484,0.0213,0.0484,-0.0484,0.0213,0.0484,-0.0484,0.02332,0.0528,-0.0484,0.02332,0.0528,-0.0484,0.02552,0.0572,-0.0484,0.02552,0.0572,-0.0484,0.0279,0.0616,-0.0484,0.0279,0.0616,-0.0484,0.03045,0.066,-0.0484,0.03045,0.066,-0.0484,0.03318,0.0704,-0.0484,0.03318,0.0704,-0.0484,0.03608,0.0748,-0.0484,0.03608,0.0748,-0.0484,0.03916,0.0792,-0.0484,0.03916,0.0792,-0.0484,0.04242,0.0836,-0.0484,0.04242,0.0836,-0.0484,0.04585,0.088,-0.0484,0.04585,0.088,-0.0484,0.04946,0.0924,-0.0484,0.04946,0.0924,-0.0484,0.05324,0.0968,-0.0484,0.05148,-0.0924,-0.0528,0.04787,-0.088,-0.0528,0.04787,-0.088,-0.0528,0.04444,-0.0836,-0.0528,0.04444,-0.0836,-0.0528,0.04118,-0.0792,-0.0528,0.04118,-0.0792,-0.0528,0.0381,-0.0748,-0.0528,0.0381,-0.0748,-0.0528,0.0352,-0.0704,-0.0528,0.0352,-0.0704,-0.0528,0.03247,-0.066,-0.0528,0.03247,-0.066,-0.0528,0.02992,-0.0616,-0.0528,0.02992,-0.0616,-0.0528,0.02754,-0.0572,-0.0528,0.02754,-0.0572,-0.0528,0.02534,-0.0528,-0.0528,0.02534,-0.0528,-0.0528,0.02332,-0.0484,-0.0528,0.02332,-0.0484,-0.0528,0.02147,-0.044,-0.0528,0.02147,-0.044,-0.0528,0.0198,-0.0396,-0.0528,0.0198,-0.0396,-0.0528,0.0183,-0.0352,-0.0528,0.0183,-0.0352,-0.0528,0.01698,-0.0308,-0.0528};
			return value;
		}
		private double[] getCoordinate_7_28_point_31()
		{
			double[] value = {0.01698,-0.0308,-0.0528,0.01584,-0.0264,-0.0528,0.01584,-0.0264,-0.0528,0.01487,-0.022,-0.0528,0.01487,-0.022,-0.0528,0.01408,-0.0176,-0.0528,0.01408,-0.0176,-0.0528,0.01346,-0.0132,-0.0528,0.01346,-0.0132,-0.0528,0.01302,-0.0088,-0.0528,0.01302,-0.0088,-0.0528,0.01276,-0.0044,-0.0528,0.01276,-0.0044,-0.0528,0.01267,0.0,-0.0528,0.01267,0.0,-0.0528,0.01276,0.0044,-0.0528,0.01276,0.0044,-0.0528,0.01302,0.0088,-0.0528,0.01302,0.0088,-0.0528,0.01346,0.0132,-0.0528,0.01346,0.0132,-0.0528,0.01408,0.0176,-0.0528,0.01408,0.0176,-0.0528,0.01487,0.022,-0.0528,0.01487,0.022,-0.0528,0.01584,0.0264,-0.0528,0.01584,0.0264,-0.0528,0.01698,0.0308,-0.0528,0.01698,0.0308,-0.0528,0.0183,0.0352,-0.0528,0.0183,0.0352,-0.0528,0.0198,0.0396,-0.0528,0.0198,0.0396,-0.0528,0.02147,0.044,-0.0528,0.02147,0.044,-0.0528,0.02332,0.0484,-0.0528,0.02332,0.0484,-0.0528,0.02534,0.0528,-0.0528,0.02534,0.0528,-0.0528,0.02754,0.0572,-0.0528,0.02754,0.0572,-0.0528,0.02992,0.0616,-0.0528,0.02992,0.0616,-0.0528,0.03247,0.066,-0.0528,0.03247,0.066,-0.0528,0.0352,0.0704,-0.0528,0.0352,0.0704,-0.0528,0.0381,0.0748,-0.0528,0.0381,0.0748,-0.0528,0.04118,0.0792,-0.0528,0.04118,0.0792,-0.0528,0.04444,0.0836,-0.0528,0.04444,0.0836,-0.0528,0.04787,0.088,-0.0528,0.04787,0.088,-0.0528,0.05148,0.0924,-0.0528,0.05368,-0.0924,-0.0572,0.05007,-0.088,-0.0572,0.05007,-0.088,-0.0572,0.04664,-0.0836,-0.0572,0.04664,-0.0836,-0.0572,0.04338,-0.0792,-0.0572,0.04338,-0.0792,-0.0572,0.0403,-0.0748,-0.0572,0.0403,-0.0748,-0.0572,0.0374,-0.0704,-0.0572,0.0374,-0.0704,-0.0572,0.03467,-0.066,-0.0572,0.03467,-0.066,-0.0572,0.03212,-0.0616,-0.0572,0.03212,-0.0616,-0.0572,0.02974,-0.0572,-0.0572,0.02974,-0.0572,-0.0572,0.02754,-0.0528,-0.0572,0.02754,-0.0528,-0.0572,0.02552,-0.0484,-0.0572,0.02552,-0.0484,-0.0572,0.02367,-0.044,-0.0572,0.02367,-0.044,-0.0572,0.022,-0.0396,-0.0572,0.022,-0.0396,-0.0572,0.0205,-0.0352,-0.0572,0.0205,-0.0352,-0.0572,0.01918,-0.0308,-0.0572,0.01918,-0.0308,-0.0572,0.01804,-0.0264,-0.0572,0.01804,-0.0264,-0.0572,0.01707,-0.022,-0.0572,0.01707,-0.022,-0.0572,0.01628,-0.0176,-0.0572,0.01628,-0.0176,-0.0572,0.01566,-0.0132,-0.0572,0.01566,-0.0132,-0.0572,0.01522,-0.0088,-0.0572,0.01522,-0.0088,-0.0572,0.01496,-0.0044,-0.0572,0.01496,-0.0044,-0.0572,0.01487,0.0,-0.0572,0.01487,0.0,-0.0572,0.01496,0.0044,-0.0572};
			return value;
		}
		private double[] getCoordinate_7_28_point_32()
		{
			double[] value = {0.01496,0.0044,-0.0572,0.01522,0.0088,-0.0572,0.01522,0.0088,-0.0572,0.01566,0.0132,-0.0572,0.01566,0.0132,-0.0572,0.01628,0.0176,-0.0572,0.01628,0.0176,-0.0572,0.01707,0.022,-0.0572,0.01707,0.022,-0.0572,0.01804,0.0264,-0.0572,0.01804,0.0264,-0.0572,0.01918,0.0308,-0.0572,0.01918,0.0308,-0.0572,0.0205,0.0352,-0.0572,0.0205,0.0352,-0.0572,0.022,0.0396,-0.0572,0.022,0.0396,-0.0572,0.02367,0.044,-0.0572,0.02367,0.044,-0.0572,0.02552,0.0484,-0.0572,0.02552,0.0484,-0.0572,0.02754,0.0528,-0.0572,0.02754,0.0528,-0.0572,0.02974,0.0572,-0.0572,0.02974,0.0572,-0.0572,0.03212,0.0616,-0.0572,0.03212,0.0616,-0.0572,0.03467,0.066,-0.0572,0.03467,0.066,-0.0572,0.0374,0.0704,-0.0572,0.0374,0.0704,-0.0572,0.0403,0.0748,-0.0572,0.0403,0.0748,-0.0572,0.04338,0.0792,-0.0572,0.04338,0.0792,-0.0572,0.04664,0.0836,-0.0572,0.04664,0.0836,-0.0572,0.05007,0.088,-0.0572,0.05007,0.088,-0.0572,0.05368,0.0924,-0.0572,0.05245,-0.088,-0.0616,0.04902,-0.0836,-0.0616,0.04902,-0.0836,-0.0616,0.04576,-0.0792,-0.0616,0.04576,-0.0792,-0.0616,0.04268,-0.0748,-0.0616,0.04268,-0.0748,-0.0616,0.03978,-0.0704,-0.0616,0.03978,-0.0704,-0.0616,0.03705,-0.066,-0.0616,0.03705,-0.066,-0.0616,0.0345,-0.0616,-0.0616,0.0345,-0.0616,-0.0616,0.03212,-0.0572,-0.0616,0.03212,-0.0572,-0.0616,0.02992,-0.0528,-0.0616,0.02992,-0.0528,-0.0616,0.0279,-0.0484,-0.0616,0.0279,-0.0484,-0.0616,0.02605,-0.044,-0.0616,0.02605,-0.044,-0.0616,0.02438,-0.0396,-0.0616,0.02438,-0.0396,-0.0616,0.02288,-0.0352,-0.0616,0.02288,-0.0352,-0.0616,0.02156,-0.0308,-0.0616,0.02156,-0.0308,-0.0616,0.02042,-0.0264,-0.0616,0.02042,-0.0264,-0.0616,0.01945,-0.022,-0.0616,0.01945,-0.022,-0.0616,0.01866,-0.0176,-0.0616,0.01866,-0.0176,-0.0616,0.01804,-0.0132,-0.0616,0.01804,-0.0132,-0.0616,0.0176,-0.0088,-0.0616,0.0176,-0.0088,-0.0616,0.01734,-0.0044,-0.0616,0.01734,-0.0044,-0.0616,0.01725,0.0,-0.0616,0.01725,0.0,-0.0616,0.01734,0.0044,-0.0616,0.01734,0.0044,-0.0616,0.0176,0.0088,-0.0616,0.0176,0.0088,-0.0616,0.01804,0.0132,-0.0616,0.01804,0.0132,-0.0616,0.01866,0.0176,-0.0616,0.01866,0.0176,-0.0616,0.01945,0.022,-0.0616,0.01945,0.022,-0.0616,0.02042,0.0264,-0.0616,0.02042,0.0264,-0.0616,0.02156,0.0308,-0.0616,0.02156,0.0308,-0.0616,0.02288,0.0352,-0.0616,0.02288,0.0352,-0.0616,0.02438,0.0396,-0.0616,0.02438,0.0396,-0.0616,0.02605,0.044,-0.0616};
			return value;
		}
		private double[] getCoordinate_7_28_point_33()
		{
			double[] value = {0.02605,0.044,-0.0616,0.0279,0.0484,-0.0616,0.0279,0.0484,-0.0616,0.02992,0.0528,-0.0616,0.02992,0.0528,-0.0616,0.03212,0.0572,-0.0616,0.03212,0.0572,-0.0616,0.0345,0.0616,-0.0616,0.0345,0.0616,-0.0616,0.03705,0.066,-0.0616,0.03705,0.066,-0.0616,0.03978,0.0704,-0.0616,0.03978,0.0704,-0.0616,0.04268,0.0748,-0.0616,0.04268,0.0748,-0.0616,0.04576,0.0792,-0.0616,0.04576,0.0792,-0.0616,0.04902,0.0836,-0.0616,0.04902,0.0836,-0.0616,0.05245,0.088,-0.0616,0.05157,-0.0836,-0.066,0.04831,-0.0792,-0.066,0.04831,-0.0792,-0.066,0.04523,-0.0748,-0.066,0.04523,-0.0748,-0.066,0.04233,-0.0704,-0.066,0.04233,-0.0704,-0.066,0.0396,-0.066,-0.066,0.0396,-0.066,-0.066,0.03705,-0.0616,-0.066,0.03705,-0.0616,-0.066,0.03467,-0.0572,-0.066,0.03467,-0.0572,-0.066,0.03247,-0.0528,-0.066,0.03247,-0.0528,-0.066,0.03045,-0.0484,-0.066,0.03045,-0.0484,-0.066,0.0286,-0.044,-0.066,0.0286,-0.044,-0.066,0.02693,-0.0396,-0.066,0.02693,-0.0396,-0.066,0.02543,-0.0352,-0.066,0.02543,-0.0352,-0.066,0.02411,-0.0308,-0.066,0.02411,-0.0308,-0.066,0.02297,-0.0264,-0.066,0.02297,-0.0264,-0.066,0.022,-0.022,-0.066,0.022,-0.022,-0.066,0.02121,-0.0176,-0.066,0.02121,-0.0176,-0.066,0.02059,-0.0132,-0.066,0.02059,-0.0132,-0.066,0.02015,-0.0088,-0.066,0.02015,-0.0088,-0.066,0.01989,-0.0044,-0.066,0.01989,-0.0044,-0.066,0.0198,0.0,-0.066,0.0198,0.0,-0.066,0.01989,0.0044,-0.066,0.01989,0.0044,-0.066,0.02015,0.0088,-0.066,0.02015,0.0088,-0.066,0.02059,0.0132,-0.066,0.02059,0.0132,-0.066,0.02121,0.0176,-0.066,0.02121,0.0176,-0.066,0.022,0.022,-0.066,0.022,0.022,-0.066,0.02297,0.0264,-0.066,0.02297,0.0264,-0.066,0.02411,0.0308,-0.066,0.02411,0.0308,-0.066,0.02543,0.0352,-0.066,0.02543,0.0352,-0.066,0.02693,0.0396,-0.066,0.02693,0.0396,-0.066,0.0286,0.044,-0.066,0.0286,0.044,-0.066,0.03045,0.0484,-0.066,0.03045,0.0484,-0.066,0.03247,0.0528,-0.066,0.03247,0.0528,-0.066,0.03467,0.0572,-0.066,0.03467,0.0572,-0.066,0.03705,0.0616,-0.066,0.03705,0.0616,-0.066,0.0396,0.066,-0.066,0.0396,0.066,-0.066,0.04233,0.0704,-0.066,0.04233,0.0704,-0.066,0.04523,0.0748,-0.066,0.04523,0.0748,-0.066,0.04831,0.0792,-0.066,0.04831,0.0792,-0.066,0.05157,0.0836,-0.066,0.0543,-0.0836,-0.0704,0.05104,-0.0792,-0.0704,0.05104,-0.0792,-0.0704,0.04796,-0.0748,-0.0704};
			return value;
		}
		private double[] getCoordinate_7_28_point_34()
		{
			double[] value = {0.04796,-0.0748,-0.0704,0.04506,-0.0704,-0.0704,0.04506,-0.0704,-0.0704,0.04233,-0.066,-0.0704,0.04233,-0.066,-0.0704,0.03978,-0.0616,-0.0704,0.03978,-0.0616,-0.0704,0.0374,-0.0572,-0.0704,0.0374,-0.0572,-0.0704,0.0352,-0.0528,-0.0704,0.0352,-0.0528,-0.0704,0.03318,-0.0484,-0.0704,0.03318,-0.0484,-0.0704,0.03133,-0.044,-0.0704,0.03133,-0.044,-0.0704,0.02966,-0.0396,-0.0704,0.02966,-0.0396,-0.0704,0.02816,-0.0352,-0.0704,0.02816,-0.0352,-0.0704,0.02684,-0.0308,-0.0704,0.02684,-0.0308,-0.0704,0.0257,-0.0264,-0.0704,0.0257,-0.0264,-0.0704,0.02473,-0.022,-0.0704,0.02473,-0.022,-0.0704,0.02394,-0.0176,-0.0704,0.02394,-0.0176,-0.0704,0.02332,-0.0132,-0.0704,0.02332,-0.0132,-0.0704,0.02288,-0.0088,-0.0704,0.02288,-0.0088,-0.0704,0.02262,-0.0044,-0.0704,0.02262,-0.0044,-0.0704,0.02253,0.0,-0.0704,0.02253,0.0,-0.0704,0.02262,0.0044,-0.0704,0.02262,0.0044,-0.0704,0.02288,0.0088,-0.0704,0.02288,0.0088,-0.0704,0.02332,0.0132,-0.0704,0.02332,0.0132,-0.0704,0.02394,0.0176,-0.0704,0.02394,0.0176,-0.0704,0.02473,0.022,-0.0704,0.02473,0.022,-0.0704,0.0257,0.0264,-0.0704,0.0257,0.0264,-0.0704,0.02684,0.0308,-0.0704,0.02684,0.0308,-0.0704,0.02816,0.0352,-0.0704,0.02816,0.0352,-0.0704,0.02966,0.0396,-0.0704,0.02966,0.0396,-0.0704,0.03133,0.044,-0.0704,0.03133,0.044,-0.0704,0.03318,0.0484,-0.0704,0.03318,0.0484,-0.0704,0.0352,0.0528,-0.0704,0.0352,0.0528,-0.0704,0.0374,0.0572,-0.0704,0.0374,0.0572,-0.0704,0.03978,0.0616,-0.0704,0.03978,0.0616,-0.0704,0.04233,0.066,-0.0704,0.04233,0.066,-0.0704,0.04506,0.0704,-0.0704,0.04506,0.0704,-0.0704,0.04796,0.0748,-0.0704,0.04796,0.0748,-0.0704,0.05104,0.0792,-0.0704,0.05104,0.0792,-0.0704,0.0543,0.0836,-0.0704,0.05394,-0.0792,-0.0748,0.05086,-0.0748,-0.0748,0.05086,-0.0748,-0.0748,0.04796,-0.0704,-0.0748,0.04796,-0.0704,-0.0748,0.04523,-0.066,-0.0748,0.04523,-0.066,-0.0748,0.04268,-0.0616,-0.0748,0.04268,-0.0616,-0.0748,0.0403,-0.0572,-0.0748,0.0403,-0.0572,-0.0748,0.0381,-0.0528,-0.0748,0.0381,-0.0528,-0.0748,0.03608,-0.0484,-0.0748,0.03608,-0.0484,-0.0748,0.03423,-0.044,-0.0748,0.03423,-0.044,-0.0748,0.03256,-0.0396,-0.0748,0.03256,-0.0396,-0.0748,0.03106,-0.0352,-0.0748,0.03106,-0.0352,-0.0748,0.02974,-0.0308,-0.0748,0.02974,-0.0308,-0.0748,0.0286,-0.0264,-0.0748,0.0286,-0.0264,-0.0748,0.02763,-0.022,-0.0748,0.02763,-0.022,-0.0748,0.02684,-0.0176,-0.0748};
			return value;
		}
		private double[] getCoordinate_7_28_point_35()
		{
			double[] value = {0.02684,-0.0176,-0.0748,0.02622,-0.0132,-0.0748,0.02622,-0.0132,-0.0748,0.02578,-0.0088,-0.0748,0.02578,-0.0088,-0.0748,0.02552,-0.0044,-0.0748,0.02552,-0.0044,-0.0748,0.02543,0.0,-0.0748,0.02543,0.0,-0.0748,0.02552,0.0044,-0.0748,0.02552,0.0044,-0.0748,0.02578,0.0088,-0.0748,0.02578,0.0088,-0.0748,0.02622,0.0132,-0.0748,0.02622,0.0132,-0.0748,0.02684,0.0176,-0.0748,0.02684,0.0176,-0.0748,0.02763,0.022,-0.0748,0.02763,0.022,-0.0748,0.0286,0.0264,-0.0748,0.0286,0.0264,-0.0748,0.02974,0.0308,-0.0748,0.02974,0.0308,-0.0748,0.03106,0.0352,-0.0748,0.03106,0.0352,-0.0748,0.03256,0.0396,-0.0748,0.03256,0.0396,-0.0748,0.03423,0.044,-0.0748,0.03423,0.044,-0.0748,0.03608,0.0484,-0.0748,0.03608,0.0484,-0.0748,0.0381,0.0528,-0.0748,0.0381,0.0528,-0.0748,0.0403,0.0572,-0.0748,0.0403,0.0572,-0.0748,0.04268,0.0616,-0.0748,0.04268,0.0616,-0.0748,0.04523,0.066,-0.0748,0.04523,0.066,-0.0748,0.04796,0.0704,-0.0748,0.04796,0.0704,-0.0748,0.05086,0.0748,-0.0748,0.05086,0.0748,-0.0748,0.05394,0.0792,-0.0748,0.05394,-0.0748,-0.0792,0.05104,-0.0704,-0.0792,0.05104,-0.0704,-0.0792,0.04831,-0.066,-0.0792,0.04831,-0.066,-0.0792,0.04576,-0.0616,-0.0792,0.04576,-0.0616,-0.0792,0.04338,-0.0572,-0.0792,0.04338,-0.0572,-0.0792,0.04118,-0.0528,-0.0792,0.04118,-0.0528,-0.0792,0.03916,-0.0484,-0.0792,0.03916,-0.0484,-0.0792,0.03731,-0.044,-0.0792,0.03731,-0.044,-0.0792,0.03564,-0.0396,-0.0792,0.03564,-0.0396,-0.0792,0.03414,-0.0352,-0.0792,0.03414,-0.0352,-0.0792,0.03282,-0.0308,-0.0792,0.03282,-0.0308,-0.0792,0.03168,-0.0264,-0.0792,0.03168,-0.0264,-0.0792,0.03071,-0.022,-0.0792,0.03071,-0.022,-0.0792,0.02992,-0.0176,-0.0792,0.02992,-0.0176,-0.0792,0.0293,-0.0132,-0.0792,0.0293,-0.0132,-0.0792,0.02886,-0.0088,-0.0792,0.02886,-0.0088,-0.0792,0.0286,-0.0044,-0.0792,0.0286,-0.0044,-0.0792,0.02851,0.0,-0.0792,0.02851,0.0,-0.0792,0.0286,0.0044,-0.0792,0.0286,0.0044,-0.0792,0.02886,0.0088,-0.0792,0.02886,0.0088,-0.0792,0.0293,0.0132,-0.0792,0.0293,0.0132,-0.0792,0.02992,0.0176,-0.0792,0.02992,0.0176,-0.0792,0.03071,0.022,-0.0792,0.03071,0.022,-0.0792,0.03168,0.0264,-0.0792,0.03168,0.0264,-0.0792,0.03282,0.0308,-0.0792,0.03282,0.0308,-0.0792,0.03414,0.0352,-0.0792,0.03414,0.0352,-0.0792,0.03564,0.0396,-0.0792,0.03564,0.0396,-0.0792,0.03731,0.044,-0.0792,0.03731,0.044,-0.0792,0.03916,0.0484,-0.0792};
			return value;
		}
		private double[] getCoordinate_7_28_point_36()
		{
			double[] value = {0.03916,0.0484,-0.0792,0.04118,0.0528,-0.0792,0.04118,0.0528,-0.0792,0.04338,0.0572,-0.0792,0.04338,0.0572,-0.0792,0.04576,0.0616,-0.0792,0.04576,0.0616,-0.0792,0.04831,0.066,-0.0792,0.04831,0.066,-0.0792,0.05104,0.0704,-0.0792,0.05104,0.0704,-0.0792,0.05394,0.0748,-0.0792,0.0543,-0.0704,-0.0836,0.05157,-0.066,-0.0836,0.05157,-0.066,-0.0836,0.04902,-0.0616,-0.0836,0.04902,-0.0616,-0.0836,0.04664,-0.0572,-0.0836,0.04664,-0.0572,-0.0836,0.04444,-0.0528,-0.0836,0.04444,-0.0528,-0.0836,0.04242,-0.0484,-0.0836,0.04242,-0.0484,-0.0836,0.04057,-0.044,-0.0836,0.04057,-0.044,-0.0836,0.0389,-0.0396,-0.0836,0.0389,-0.0396,-0.0836,0.0374,-0.0352,-0.0836,0.0374,-0.0352,-0.0836,0.03608,-0.0308,-0.0836,0.03608,-0.0308,-0.0836,0.03494,-0.0264,-0.0836,0.03494,-0.0264,-0.0836,0.03397,-0.022,-0.0836,0.03397,-0.022,-0.0836,0.03318,-0.0176,-0.0836,0.03318,-0.0176,-0.0836,0.03256,-0.0132,-0.0836,0.03256,-0.0132,-0.0836,0.03212,-0.0088,-0.0836,0.03212,-0.0088,-0.0836,0.03186,-0.0044,-0.0836,0.03186,-0.0044,-0.0836,0.03177,0.0,-0.0836,0.03177,0.0,-0.0836,0.03186,0.0044,-0.0836,0.03186,0.0044,-0.0836,0.03212,0.0088,-0.0836,0.03212,0.0088,-0.0836,0.03256,0.0132,-0.0836,0.03256,0.0132,-0.0836,0.03318,0.0176,-0.0836,0.03318,0.0176,-0.0836,0.03397,0.022,-0.0836,0.03397,0.022,-0.0836,0.03494,0.0264,-0.0836,0.03494,0.0264,-0.0836,0.03608,0.0308,-0.0836,0.03608,0.0308,-0.0836,0.0374,0.0352,-0.0836,0.0374,0.0352,-0.0836,0.0389,0.0396,-0.0836,0.0389,0.0396,-0.0836,0.04057,0.044,-0.0836,0.04057,0.044,-0.0836,0.04242,0.0484,-0.0836,0.04242,0.0484,-0.0836,0.04444,0.0528,-0.0836,0.04444,0.0528,-0.0836,0.04664,0.0572,-0.0836,0.04664,0.0572,-0.0836,0.04902,0.0616,-0.0836,0.04902,0.0616,-0.0836,0.05157,0.066,-0.0836,0.05157,0.066,-0.0836,0.0543,0.0704,-0.0836,0.05245,-0.0616,-0.088,0.05007,-0.0572,-0.088,0.05007,-0.0572,-0.088,0.04787,-0.0528,-0.088,0.04787,-0.0528,-0.088,0.04585,-0.0484,-0.088,0.04585,-0.0484,-0.088,0.044,-0.044,-0.088,0.044,-0.044,-0.088,0.04233,-0.0396,-0.088,0.04233,-0.0396,-0.088,0.04083,-0.0352,-0.088,0.04083,-0.0352,-0.088,0.03951,-0.0308,-0.088,0.03951,-0.0308,-0.088,0.03837,-0.0264,-0.088,0.03837,-0.0264,-0.088,0.0374,-0.022,-0.088,0.0374,-0.022,-0.088,0.03661,-0.0176,-0.088,0.03661,-0.0176,-0.088,0.03599,-0.0132,-0.088,0.03599,-0.0132,-0.088,0.03555,-0.0088,-0.088};
			return value;
		}
		private double[] getCoordinate_7_28_point_37()
		{
			double[] value = {0.03555,-0.0088,-0.088,0.03529,-0.0044,-0.088,0.03529,-0.0044,-0.088,0.0352,0.0,-0.088,0.0352,0.0,-0.088,0.03529,0.0044,-0.088,0.03529,0.0044,-0.088,0.03555,0.0088,-0.088,0.03555,0.0088,-0.088,0.03599,0.0132,-0.088,0.03599,0.0132,-0.088,0.03661,0.0176,-0.088,0.03661,0.0176,-0.088,0.0374,0.022,-0.088,0.0374,0.022,-0.088,0.03837,0.0264,-0.088,0.03837,0.0264,-0.088,0.03951,0.0308,-0.088,0.03951,0.0308,-0.088,0.04083,0.0352,-0.088,0.04083,0.0352,-0.088,0.04233,0.0396,-0.088,0.04233,0.0396,-0.088,0.044,0.044,-0.088,0.044,0.044,-0.088,0.04585,0.0484,-0.088,0.04585,0.0484,-0.088,0.04787,0.0528,-0.088,0.04787,0.0528,-0.088,0.05007,0.0572,-0.088,0.05007,0.0572,-0.088,0.05245,0.0616,-0.088,0.05368,-0.0572,-0.0924,0.05148,-0.0528,-0.0924,0.05148,-0.0528,-0.0924,0.04946,-0.0484,-0.0924,0.04946,-0.0484,-0.0924,0.04761,-0.044,-0.0924,0.04761,-0.044,-0.0924,0.04594,-0.0396,-0.0924,0.04594,-0.0396,-0.0924,0.04444,-0.0352,-0.0924,0.04444,-0.0352,-0.0924,0.04312,-0.0308,-0.0924,0.04312,-0.0308,-0.0924,0.04198,-0.0264,-0.0924,0.04198,-0.0264,-0.0924,0.04101,-0.022,-0.0924,0.04101,-0.022,-0.0924,0.04022,-0.0176,-0.0924,0.04022,-0.0176,-0.0924,0.0396,-0.0132,-0.0924,0.0396,-0.0132,-0.0924,0.03916,-0.0088,-0.0924,0.03916,-0.0088,-0.0924,0.0389,-0.0044,-0.0924,0.0389,-0.0044,-0.0924,0.03881,0.0,-0.0924,0.03881,0.0,-0.0924,0.0389,0.0044,-0.0924,0.0389,0.0044,-0.0924,0.03916,0.0088,-0.0924,0.03916,0.0088,-0.0924,0.0396,0.0132,-0.0924,0.0396,0.0132,-0.0924,0.04022,0.0176,-0.0924,0.04022,0.0176,-0.0924,0.04101,0.022,-0.0924,0.04101,0.022,-0.0924,0.04198,0.0264,-0.0924,0.04198,0.0264,-0.0924,0.04312,0.0308,-0.0924,0.04312,0.0308,-0.0924,0.04444,0.0352,-0.0924,0.04444,0.0352,-0.0924,0.04594,0.0396,-0.0924,0.04594,0.0396,-0.0924,0.04761,0.044,-0.0924,0.04761,0.044,-0.0924,0.04946,0.0484,-0.0924,0.04946,0.0484,-0.0924,0.05148,0.0528,-0.0924,0.05148,0.0528,-0.0924,0.05368,0.0572,-0.0924,0.05324,-0.0484,-0.0968,0.05139,-0.044,-0.0968,0.05139,-0.044,-0.0968,0.04972,-0.0396,-0.0968,0.04972,-0.0396,-0.0968,0.04822,-0.0352,-0.0968,0.04822,-0.0352,-0.0968,0.0469,-0.0308,-0.0968,0.0469,-0.0308,-0.0968,0.04576,-0.0264,-0.0968,0.04576,-0.0264,-0.0968,0.04479,-0.022,-0.0968,0.04479,-0.022,-0.0968,0.044,-0.0176,-0.0968,0.044,-0.0176,-0.0968,0.04338,-0.0132,-0.0968};
			return value;
		}
		private double[] getCoordinate_7_28_point_38()
		{
			double[] value = {0.04338,-0.0132,-0.0968,0.04294,-0.0088,-0.0968,0.04294,-0.0088,-0.0968,0.04268,-0.0044,-0.0968,0.04268,-0.0044,-0.0968,0.04259,0.0,-0.0968,0.04259,0.0,-0.0968,0.04268,0.0044,-0.0968,0.04268,0.0044,-0.0968,0.04294,0.0088,-0.0968,0.04294,0.0088,-0.0968,0.04338,0.0132,-0.0968,0.04338,0.0132,-0.0968,0.044,0.0176,-0.0968,0.044,0.0176,-0.0968,0.04479,0.022,-0.0968,0.04479,0.022,-0.0968,0.04576,0.0264,-0.0968,0.04576,0.0264,-0.0968,0.0469,0.0308,-0.0968,0.0469,0.0308,-0.0968,0.04822,0.0352,-0.0968,0.04822,0.0352,-0.0968,0.04972,0.0396,-0.0968,0.04972,0.0396,-0.0968,0.05139,0.044,-0.0968,0.05139,0.044,-0.0968,0.05324,0.0484,-0.0968,0.05368,-0.0396,-0.1012,0.05218,-0.0352,-0.1012,0.05218,-0.0352,-0.1012,0.05086,-0.0308,-0.1012,0.05086,-0.0308,-0.1012,0.04972,-0.0264,-0.1012,0.04972,-0.0264,-0.1012,0.04875,-0.022,-0.1012,0.04875,-0.022,-0.1012,0.04796,-0.0176,-0.1012,0.04796,-0.0176,-0.1012,0.04734,-0.0132,-0.1012,0.04734,-0.0132,-0.1012,0.0469,-0.0088,-0.1012,0.0469,-0.0088,-0.1012,0.04664,-0.0044,-0.1012,0.04664,-0.0044,-0.1012,0.04655,0.0,-0.1012,0.04655,0.0,-0.1012,0.04664,0.0044,-0.1012,0.04664,0.0044,-0.1012,0.0469,0.0088,-0.1012,0.0469,0.0088,-0.1012,0.04734,0.0132,-0.1012,0.04734,0.0132,-0.1012,0.04796,0.0176,-0.1012,0.04796,0.0176,-0.1012,0.04875,0.022,-0.1012,0.04875,0.022,-0.1012,0.04972,0.0264,-0.1012,0.04972,0.0264,-0.1012,0.05086,0.0308,-0.1012,0.05086,0.0308,-0.1012,0.05218,0.0352,-0.1012,0.05218,0.0352,-0.1012,0.05368,0.0396,-0.1012,0.05386,-0.0264,-0.1056,0.05289,-0.022,-0.1056,0.05289,-0.022,-0.1056,0.0521,-0.0176,-0.1056,0.0521,-0.0176,-0.1056,0.05148,-0.0132,-0.1056,0.05148,-0.0132,-0.1056,0.05104,-0.0088,-0.1056,0.05104,-0.0088,-0.1056,0.05078,-0.0044,-0.1056,0.05078,-0.0044,-0.1056,0.05069,0.0,-0.1056,0.05069,0.0,-0.1056,0.05078,0.0044,-0.1056,0.05078,0.0044,-0.1056,0.05104,0.0088,-0.1056,0.05104,0.0088,-0.1056,0.05148,0.0132,-0.1056,0.05148,0.0132,-0.1056,0.0521,0.0176,-0.1056,0.0521,0.0176,-0.1056,0.05289,0.022,-0.1056,0.05289,0.022,-0.1056,0.05386,0.0264,-0.1056,0.05386,-0.1056,0.0264,0.05289,-0.1056,0.022,0.05289,-0.1056,0.022,0.0521,-0.1056,0.0176,0.0521,-0.1056,0.0176,0.05148,-0.1056,0.0132,0.05148,-0.1056,0.0132,0.05104,-0.1056,0.0088,0.05104,-0.1056,0.0088,0.05078,-0.1056,0.0044,0.05078,-0.1056,0.0044,0.05069,-0.1056,0.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_39()
		{
			double[] value = {0.05069,-0.1056,0.0,0.05078,-0.1056,-0.0044,0.05078,-0.1056,-0.0044,0.05104,-0.1056,-0.0088,0.05104,-0.1056,-0.0088,0.05148,-0.1056,-0.0132,0.05148,-0.1056,-0.0132,0.0521,-0.1056,-0.0176,0.0521,-0.1056,-0.0176,0.05289,-0.1056,-0.022,0.05289,-0.1056,-0.022,0.05386,-0.1056,-0.0264,0.05368,-0.1012,0.0396,0.05218,-0.1012,0.0352,0.05218,-0.1012,0.0352,0.05086,-0.1012,0.0308,0.05086,-0.1012,0.0308,0.04972,-0.1012,0.0264,0.04972,-0.1012,0.0264,0.04875,-0.1012,0.022,0.04875,-0.1012,0.022,0.04796,-0.1012,0.0176,0.04796,-0.1012,0.0176,0.04734,-0.1012,0.0132,0.04734,-0.1012,0.0132,0.0469,-0.1012,0.0088,0.0469,-0.1012,0.0088,0.04664,-0.1012,0.0044,0.04664,-0.1012,0.0044,0.04655,-0.1012,0.0,0.04655,-0.1012,0.0,0.04664,-0.1012,-0.0044,0.04664,-0.1012,-0.0044,0.0469,-0.1012,-0.0088,0.0469,-0.1012,-0.0088,0.04734,-0.1012,-0.0132,0.04734,-0.1012,-0.0132,0.04796,-0.1012,-0.0176,0.04796,-0.1012,-0.0176,0.04875,-0.1012,-0.022,0.04875,-0.1012,-0.022,0.04972,-0.1012,-0.0264,0.04972,-0.1012,-0.0264,0.05086,-0.1012,-0.0308,0.05086,-0.1012,-0.0308,0.05218,-0.1012,-0.0352,0.05218,-0.1012,-0.0352,0.05368,-0.1012,-0.0396,0.05324,-0.0968,0.0484,0.05139,-0.0968,0.044,0.05139,-0.0968,0.044,0.04972,-0.0968,0.0396,0.04972,-0.0968,0.0396,0.04822,-0.0968,0.0352,0.04822,-0.0968,0.0352,0.0469,-0.0968,0.0308,0.0469,-0.0968,0.0308,0.04576,-0.0968,0.0264,0.04576,-0.0968,0.0264,0.04479,-0.0968,0.022,0.04479,-0.0968,0.022,0.044,-0.0968,0.0176,0.044,-0.0968,0.0176,0.04338,-0.0968,0.0132,0.04338,-0.0968,0.0132,0.04294,-0.0968,0.0088,0.04294,-0.0968,0.0088,0.04268,-0.0968,0.0044,0.04268,-0.0968,0.0044,0.04259,-0.0968,0.0,0.04259,-0.0968,0.0,0.04268,-0.0968,-0.0044,0.04268,-0.0968,-0.0044,0.04294,-0.0968,-0.0088,0.04294,-0.0968,-0.0088,0.04338,-0.0968,-0.0132,0.04338,-0.0968,-0.0132,0.044,-0.0968,-0.0176,0.044,-0.0968,-0.0176,0.04479,-0.0968,-0.022,0.04479,-0.0968,-0.022,0.04576,-0.0968,-0.0264,0.04576,-0.0968,-0.0264,0.0469,-0.0968,-0.0308,0.0469,-0.0968,-0.0308,0.04822,-0.0968,-0.0352,0.04822,-0.0968,-0.0352,0.04972,-0.0968,-0.0396,0.04972,-0.0968,-0.0396,0.05139,-0.0968,-0.044,0.05139,-0.0968,-0.044,0.05324,-0.0968,-0.0484,0.05368,-0.0924,0.0572,0.05148,-0.0924,0.0528,0.05148,-0.0924,0.0528,0.04946,-0.0924,0.0484,0.04946,-0.0924,0.0484,0.04761,-0.0924,0.044,0.04761,-0.0924,0.044,0.04594,-0.0924,0.0396};
			return value;
		}
		private double[] getCoordinate_7_28_point_40()
		{
			double[] value = {0.04594,-0.0924,0.0396,0.04444,-0.0924,0.0352,0.04444,-0.0924,0.0352,0.04312,-0.0924,0.0308,0.04312,-0.0924,0.0308,0.04198,-0.0924,0.0264,0.04198,-0.0924,0.0264,0.04101,-0.0924,0.022,0.04101,-0.0924,0.022,0.04022,-0.0924,0.0176,0.04022,-0.0924,0.0176,0.0396,-0.0924,0.0132,0.0396,-0.0924,0.0132,0.03916,-0.0924,0.0088,0.03916,-0.0924,0.0088,0.0389,-0.0924,0.0044,0.0389,-0.0924,0.0044,0.03881,-0.0924,0.0,0.03881,-0.0924,0.0,0.0389,-0.0924,-0.0044,0.0389,-0.0924,-0.0044,0.03916,-0.0924,-0.0088,0.03916,-0.0924,-0.0088,0.0396,-0.0924,-0.0132,0.0396,-0.0924,-0.0132,0.04022,-0.0924,-0.0176,0.04022,-0.0924,-0.0176,0.04101,-0.0924,-0.022,0.04101,-0.0924,-0.022,0.04198,-0.0924,-0.0264,0.04198,-0.0924,-0.0264,0.04312,-0.0924,-0.0308,0.04312,-0.0924,-0.0308,0.04444,-0.0924,-0.0352,0.04444,-0.0924,-0.0352,0.04594,-0.0924,-0.0396,0.04594,-0.0924,-0.0396,0.04761,-0.0924,-0.044,0.04761,-0.0924,-0.044,0.04946,-0.0924,-0.0484,0.04946,-0.0924,-0.0484,0.05148,-0.0924,-0.0528,0.05148,-0.0924,-0.0528,0.05368,-0.0924,-0.0572,0.055,-0.088,0.066,0.05245,-0.088,0.0616,0.05245,-0.088,0.0616,0.05007,-0.088,0.0572,0.05007,-0.088,0.0572,0.04787,-0.088,0.0528,0.04787,-0.088,0.0528,0.04585,-0.088,0.0484,0.04585,-0.088,0.0484,0.044,-0.088,0.044,0.044,-0.088,0.044,0.04233,-0.088,0.0396,0.04233,-0.088,0.0396,0.04083,-0.088,0.0352,0.04083,-0.088,0.0352,0.03951,-0.088,0.0308,0.03951,-0.088,0.0308,0.03837,-0.088,0.0264,0.03837,-0.088,0.0264,0.0374,-0.088,0.022,0.0374,-0.088,0.022,0.03661,-0.088,0.0176,0.03661,-0.088,0.0176,0.03599,-0.088,0.0132,0.03599,-0.088,0.0132,0.03555,-0.088,0.0088,0.03555,-0.088,0.0088,0.03529,-0.088,0.0044,0.03529,-0.088,0.0044,0.0352,-0.088,0.0,0.0352,-0.088,0.0,0.03529,-0.088,-0.0044,0.03529,-0.088,-0.0044,0.03555,-0.088,-0.0088,0.03555,-0.088,-0.0088,0.03599,-0.088,-0.0132,0.03599,-0.088,-0.0132,0.03661,-0.088,-0.0176,0.03661,-0.088,-0.0176,0.0374,-0.088,-0.022,0.0374,-0.088,-0.022,0.03837,-0.088,-0.0264,0.03837,-0.088,-0.0264,0.03951,-0.088,-0.0308,0.03951,-0.088,-0.0308,0.04083,-0.088,-0.0352,0.04083,-0.088,-0.0352,0.04233,-0.088,-0.0396,0.04233,-0.088,-0.0396,0.044,-0.088,-0.044,0.044,-0.088,-0.044,0.04585,-0.088,-0.0484,0.04585,-0.088,-0.0484,0.04787,-0.088,-0.0528,0.04787,-0.088,-0.0528,0.05007,-0.088,-0.0572};
			return value;
		}
		private double[] getCoordinate_7_28_point_41()
		{
			double[] value = {0.05007,-0.088,-0.0572,0.05245,-0.088,-0.0616,0.0543,-0.0836,0.0704,0.05157,-0.0836,0.066,0.05157,-0.0836,0.066,0.04902,-0.0836,0.0616,0.04902,-0.0836,0.0616,0.04664,-0.0836,0.0572,0.04664,-0.0836,0.0572,0.04444,-0.0836,0.0528,0.04444,-0.0836,0.0528,0.04242,-0.0836,0.0484,0.04242,-0.0836,0.0484,0.04057,-0.0836,0.044,0.04057,-0.0836,0.044,0.0389,-0.0836,0.0396,0.0389,-0.0836,0.0396,0.0374,-0.0836,0.0352,0.0374,-0.0836,0.0352,0.03608,-0.0836,0.0308,0.03608,-0.0836,0.0308,0.03494,-0.0836,0.0264,0.03494,-0.0836,0.0264,0.03397,-0.0836,0.022,0.03397,-0.0836,0.022,0.03318,-0.0836,0.0176,0.03318,-0.0836,0.0176,0.03256,-0.0836,0.0132,0.03256,-0.0836,0.0132,0.03212,-0.0836,0.0088,0.03212,-0.0836,0.0088,0.03186,-0.0836,0.0044,0.03186,-0.0836,0.0044,0.03177,-0.0836,0.0,0.03177,-0.0836,0.0,0.03186,-0.0836,-0.0044,0.03186,-0.0836,-0.0044,0.03212,-0.0836,-0.0088,0.03212,-0.0836,-0.0088,0.03256,-0.0836,-0.0132,0.03256,-0.0836,-0.0132,0.03318,-0.0836,-0.0176,0.03318,-0.0836,-0.0176,0.03397,-0.0836,-0.022,0.03397,-0.0836,-0.022,0.03494,-0.0836,-0.0264,0.03494,-0.0836,-0.0264,0.03608,-0.0836,-0.0308,0.03608,-0.0836,-0.0308,0.0374,-0.0836,-0.0352,0.0374,-0.0836,-0.0352,0.0389,-0.0836,-0.0396,0.0389,-0.0836,-0.0396,0.04057,-0.0836,-0.044,0.04057,-0.0836,-0.044,0.04242,-0.0836,-0.0484,0.04242,-0.0836,-0.0484,0.04444,-0.0836,-0.0528,0.04444,-0.0836,-0.0528,0.04664,-0.0836,-0.0572,0.04664,-0.0836,-0.0572,0.04902,-0.0836,-0.0616,0.04902,-0.0836,-0.0616,0.05157,-0.0836,-0.066,0.05157,-0.0836,-0.066,0.0543,-0.0836,-0.0704,0.05394,-0.0792,0.0748,0.05104,-0.0792,0.0704,0.05104,-0.0792,0.0704,0.04831,-0.0792,0.066,0.04831,-0.0792,0.066,0.04576,-0.0792,0.0616,0.04576,-0.0792,0.0616,0.04338,-0.0792,0.0572,0.04338,-0.0792,0.0572,0.04118,-0.0792,0.0528,0.04118,-0.0792,0.0528,0.03916,-0.0792,0.0484,0.03916,-0.0792,0.0484,0.03731,-0.0792,0.044,0.03731,-0.0792,0.044,0.03564,-0.0792,0.0396,0.03564,-0.0792,0.0396,0.03414,-0.0792,0.0352,0.03414,-0.0792,0.0352,0.03282,-0.0792,0.0308,0.03282,-0.0792,0.0308,0.03168,-0.0792,0.0264,0.03168,-0.0792,0.0264,0.03071,-0.0792,0.022,0.03071,-0.0792,0.022,0.02992,-0.0792,0.0176,0.02992,-0.0792,0.0176,0.0293,-0.0792,0.0132,0.0293,-0.0792,0.0132,0.02886,-0.0792,0.0088,0.02886,-0.0792,0.0088,0.0286,-0.0792,0.0044,0.0286,-0.0792,0.0044,0.02851,-0.0792,0.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_42()
		{
			double[] value = {0.02851,-0.0792,0.0,0.0286,-0.0792,-0.0044,0.0286,-0.0792,-0.0044,0.02886,-0.0792,-0.0088,0.02886,-0.0792,-0.0088,0.0293,-0.0792,-0.0132,0.0293,-0.0792,-0.0132,0.02992,-0.0792,-0.0176,0.02992,-0.0792,-0.0176,0.03071,-0.0792,-0.022,0.03071,-0.0792,-0.022,0.03168,-0.0792,-0.0264,0.03168,-0.0792,-0.0264,0.03282,-0.0792,-0.0308,0.03282,-0.0792,-0.0308,0.03414,-0.0792,-0.0352,0.03414,-0.0792,-0.0352,0.03564,-0.0792,-0.0396,0.03564,-0.0792,-0.0396,0.03731,-0.0792,-0.044,0.03731,-0.0792,-0.044,0.03916,-0.0792,-0.0484,0.03916,-0.0792,-0.0484,0.04118,-0.0792,-0.0528,0.04118,-0.0792,-0.0528,0.04338,-0.0792,-0.0572,0.04338,-0.0792,-0.0572,0.04576,-0.0792,-0.0616,0.04576,-0.0792,-0.0616,0.04831,-0.0792,-0.066,0.04831,-0.0792,-0.066,0.05104,-0.0792,-0.0704,0.05104,-0.0792,-0.0704,0.05394,-0.0792,-0.0748,0.05394,-0.0748,0.0792,0.05086,-0.0748,0.0748,0.05086,-0.0748,0.0748,0.04796,-0.0748,0.0704,0.04796,-0.0748,0.0704,0.04523,-0.0748,0.066,0.04523,-0.0748,0.066,0.04268,-0.0748,0.0616,0.04268,-0.0748,0.0616,0.0403,-0.0748,0.0572,0.0403,-0.0748,0.0572,0.0381,-0.0748,0.0528,0.0381,-0.0748,0.0528,0.03608,-0.0748,0.0484,0.03608,-0.0748,0.0484,0.03423,-0.0748,0.044,0.03423,-0.0748,0.044,0.03256,-0.0748,0.0396,0.03256,-0.0748,0.0396,0.03106,-0.0748,0.0352,0.03106,-0.0748,0.0352,0.02974,-0.0748,0.0308,0.02974,-0.0748,0.0308,0.0286,-0.0748,0.0264,0.0286,-0.0748,0.0264,0.02763,-0.0748,0.022,0.02763,-0.0748,0.022,0.02684,-0.0748,0.0176,0.02684,-0.0748,0.0176,0.02622,-0.0748,0.0132,0.02622,-0.0748,0.0132,0.02578,-0.0748,0.0088,0.02578,-0.0748,0.0088,0.02552,-0.0748,0.0044,0.02552,-0.0748,0.0044,0.02543,-0.0748,0.0,0.02543,-0.0748,0.0,0.02552,-0.0748,-0.0044,0.02552,-0.0748,-0.0044,0.02578,-0.0748,-0.0088,0.02578,-0.0748,-0.0088,0.02622,-0.0748,-0.0132,0.02622,-0.0748,-0.0132,0.02684,-0.0748,-0.0176,0.02684,-0.0748,-0.0176,0.02763,-0.0748,-0.022,0.02763,-0.0748,-0.022,0.0286,-0.0748,-0.0264,0.0286,-0.0748,-0.0264,0.02974,-0.0748,-0.0308,0.02974,-0.0748,-0.0308,0.03106,-0.0748,-0.0352,0.03106,-0.0748,-0.0352,0.03256,-0.0748,-0.0396,0.03256,-0.0748,-0.0396,0.03423,-0.0748,-0.044,0.03423,-0.0748,-0.044,0.03608,-0.0748,-0.0484,0.03608,-0.0748,-0.0484,0.0381,-0.0748,-0.0528,0.0381,-0.0748,-0.0528,0.0403,-0.0748,-0.0572,0.0403,-0.0748,-0.0572,0.04268,-0.0748,-0.0616,0.04268,-0.0748,-0.0616,0.04523,-0.0748,-0.066};
			return value;
		}
		private double[] getCoordinate_7_28_point_43()
		{
			double[] value = {0.04523,-0.0748,-0.066,0.04796,-0.0748,-0.0704,0.04796,-0.0748,-0.0704,0.05086,-0.0748,-0.0748,0.05086,-0.0748,-0.0748,0.05394,-0.0748,-0.0792,0.0543,-0.0704,0.0836,0.05104,-0.0704,0.0792,0.05104,-0.0704,0.0792,0.04796,-0.0704,0.0748,0.04796,-0.0704,0.0748,0.04506,-0.0704,0.0704,0.04506,-0.0704,0.0704,0.04233,-0.0704,0.066,0.04233,-0.0704,0.066,0.03978,-0.0704,0.0616,0.03978,-0.0704,0.0616,0.0374,-0.0704,0.0572,0.0374,-0.0704,0.0572,0.0352,-0.0704,0.0528,0.0352,-0.0704,0.0528,0.03318,-0.0704,0.0484,0.03318,-0.0704,0.0484,0.03133,-0.0704,0.044,0.03133,-0.0704,0.044,0.02966,-0.0704,0.0396,0.02966,-0.0704,0.0396,0.02816,-0.0704,0.0352,0.02816,-0.0704,0.0352,0.02684,-0.0704,0.0308,0.02684,-0.0704,0.0308,0.0257,-0.0704,0.0264,0.0257,-0.0704,0.0264,0.02473,-0.0704,0.022,0.02473,-0.0704,0.022,0.02394,-0.0704,0.0176,0.02394,-0.0704,0.0176,0.02332,-0.0704,0.0132,0.02332,-0.0704,0.0132,0.02288,-0.0704,0.0088,0.02288,-0.0704,0.0088,0.02262,-0.0704,0.0044,0.02262,-0.0704,0.0044,0.02253,-0.0704,0.0,0.02253,-0.0704,0.0,0.02262,-0.0704,-0.0044,0.02262,-0.0704,-0.0044,0.02288,-0.0704,-0.0088,0.02288,-0.0704,-0.0088,0.02332,-0.0704,-0.0132,0.02332,-0.0704,-0.0132,0.02394,-0.0704,-0.0176,0.02394,-0.0704,-0.0176,0.02473,-0.0704,-0.022,0.02473,-0.0704,-0.022,0.0257,-0.0704,-0.0264,0.0257,-0.0704,-0.0264,0.02684,-0.0704,-0.0308,0.02684,-0.0704,-0.0308,0.02816,-0.0704,-0.0352,0.02816,-0.0704,-0.0352,0.02966,-0.0704,-0.0396,0.02966,-0.0704,-0.0396,0.03133,-0.0704,-0.044,0.03133,-0.0704,-0.044,0.03318,-0.0704,-0.0484,0.03318,-0.0704,-0.0484,0.0352,-0.0704,-0.0528,0.0352,-0.0704,-0.0528,0.0374,-0.0704,-0.0572,0.0374,-0.0704,-0.0572,0.03978,-0.0704,-0.0616,0.03978,-0.0704,-0.0616,0.04233,-0.0704,-0.066,0.04233,-0.0704,-0.066,0.04506,-0.0704,-0.0704,0.04506,-0.0704,-0.0704,0.04796,-0.0704,-0.0748,0.04796,-0.0704,-0.0748,0.05104,-0.0704,-0.0792,0.05104,-0.0704,-0.0792,0.0543,-0.0704,-0.0836,0.055,-0.066,0.088,0.05157,-0.066,0.0836,0.05157,-0.066,0.0836,0.04831,-0.066,0.0792,0.04831,-0.066,0.0792,0.04523,-0.066,0.0748,0.04523,-0.066,0.0748,0.04233,-0.066,0.0704,0.04233,-0.066,0.0704,0.0396,-0.066,0.066,0.0396,-0.066,0.066,0.03705,-0.066,0.0616,0.03705,-0.066,0.0616,0.03467,-0.066,0.0572,0.03467,-0.066,0.0572,0.03247,-0.066,0.0528,0.03247,-0.066,0.0528,0.03045,-0.066,0.0484};
			return value;
		}
		private double[] getCoordinate_7_28_point_44()
		{
			double[] value = {0.03045,-0.066,0.0484,0.0286,-0.066,0.044,0.0286,-0.066,0.044,0.02693,-0.066,0.0396,0.02693,-0.066,0.0396,0.02543,-0.066,0.0352,0.02543,-0.066,0.0352,0.02411,-0.066,0.0308,0.02411,-0.066,0.0308,0.02297,-0.066,0.0264,0.02297,-0.066,0.0264,0.022,-0.066,0.022,0.022,-0.066,0.022,0.02121,-0.066,0.0176,0.02121,-0.066,0.0176,0.02059,-0.066,0.0132,0.02059,-0.066,0.0132,0.02015,-0.066,0.0088,0.02015,-0.066,0.0088,0.01989,-0.066,0.0044,0.01989,-0.066,0.0044,0.0198,-0.066,0.0,0.0198,-0.066,0.0,0.01989,-0.066,-0.0044,0.01989,-0.066,-0.0044,0.02015,-0.066,-0.0088,0.02015,-0.066,-0.0088,0.02059,-0.066,-0.0132,0.02059,-0.066,-0.0132,0.02121,-0.066,-0.0176,0.02121,-0.066,-0.0176,0.022,-0.066,-0.022,0.022,-0.066,-0.022,0.02297,-0.066,-0.0264,0.02297,-0.066,-0.0264,0.02411,-0.066,-0.0308,0.02411,-0.066,-0.0308,0.02543,-0.066,-0.0352,0.02543,-0.066,-0.0352,0.02693,-0.066,-0.0396,0.02693,-0.066,-0.0396,0.0286,-0.066,-0.044,0.0286,-0.066,-0.044,0.03045,-0.066,-0.0484,0.03045,-0.066,-0.0484,0.03247,-0.066,-0.0528,0.03247,-0.066,-0.0528,0.03467,-0.066,-0.0572,0.03467,-0.066,-0.0572,0.03705,-0.066,-0.0616,0.03705,-0.066,-0.0616,0.0396,-0.066,-0.066,0.0396,-0.066,-0.066,0.04233,-0.066,-0.0704,0.04233,-0.066,-0.0704,0.04523,-0.066,-0.0748,0.04523,-0.066,-0.0748,0.04831,-0.066,-0.0792,0.04831,-0.066,-0.0792,0.05157,-0.066,-0.0836,0.05245,-0.0616,0.088,0.04902,-0.0616,0.0836,0.04902,-0.0616,0.0836,0.04576,-0.0616,0.0792,0.04576,-0.0616,0.0792,0.04268,-0.0616,0.0748,0.04268,-0.0616,0.0748,0.03978,-0.0616,0.0704,0.03978,-0.0616,0.0704,0.03705,-0.0616,0.066,0.03705,-0.0616,0.066,0.0345,-0.0616,0.0616,0.0345,-0.0616,0.0616,0.03212,-0.0616,0.0572,0.03212,-0.0616,0.0572,0.02992,-0.0616,0.0528,0.02992,-0.0616,0.0528,0.0279,-0.0616,0.0484,0.0279,-0.0616,0.0484,0.02605,-0.0616,0.044,0.02605,-0.0616,0.044,0.02438,-0.0616,0.0396,0.02438,-0.0616,0.0396,0.02288,-0.0616,0.0352,0.02288,-0.0616,0.0352,0.02156,-0.0616,0.0308,0.02156,-0.0616,0.0308,0.02042,-0.0616,0.0264,0.02042,-0.0616,0.0264,0.01945,-0.0616,0.022,0.01945,-0.0616,0.022,0.01866,-0.0616,0.0176,0.01866,-0.0616,0.0176,0.01804,-0.0616,0.0132,0.01804,-0.0616,0.0132,0.0176,-0.0616,0.0088,0.0176,-0.0616,0.0088,0.01734,-0.0616,0.0044,0.01734,-0.0616,0.0044,0.01725,-0.0616,0.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_45()
		{
			double[] value = {0.01725,-0.0616,0.0,0.01734,-0.0616,-0.0044,0.01734,-0.0616,-0.0044,0.0176,-0.0616,-0.0088,0.0176,-0.0616,-0.0088,0.01804,-0.0616,-0.0132,0.01804,-0.0616,-0.0132,0.01866,-0.0616,-0.0176,0.01866,-0.0616,-0.0176,0.01945,-0.0616,-0.022,0.01945,-0.0616,-0.022,0.02042,-0.0616,-0.0264,0.02042,-0.0616,-0.0264,0.02156,-0.0616,-0.0308,0.02156,-0.0616,-0.0308,0.02288,-0.0616,-0.0352,0.02288,-0.0616,-0.0352,0.02438,-0.0616,-0.0396,0.02438,-0.0616,-0.0396,0.02605,-0.0616,-0.044,0.02605,-0.0616,-0.044,0.0279,-0.0616,-0.0484,0.0279,-0.0616,-0.0484,0.02992,-0.0616,-0.0528,0.02992,-0.0616,-0.0528,0.03212,-0.0616,-0.0572,0.03212,-0.0616,-0.0572,0.0345,-0.0616,-0.0616,0.0345,-0.0616,-0.0616,0.03705,-0.0616,-0.066,0.03705,-0.0616,-0.066,0.03978,-0.0616,-0.0704,0.03978,-0.0616,-0.0704,0.04268,-0.0616,-0.0748,0.04268,-0.0616,-0.0748,0.04576,-0.0616,-0.0792,0.04576,-0.0616,-0.0792,0.04902,-0.0616,-0.0836,0.04902,-0.0616,-0.0836,0.05245,-0.0616,-0.088,0.05368,-0.0572,0.0924,0.05007,-0.0572,0.088,0.05007,-0.0572,0.088,0.04664,-0.0572,0.0836,0.04664,-0.0572,0.0836,0.04338,-0.0572,0.0792,0.04338,-0.0572,0.0792,0.0403,-0.0572,0.0748,0.0403,-0.0572,0.0748,0.0374,-0.0572,0.0704,0.0374,-0.0572,0.0704,0.03467,-0.0572,0.066,0.03467,-0.0572,0.066,0.03212,-0.0572,0.0616,0.03212,-0.0572,0.0616,0.02974,-0.0572,0.0572,0.02974,-0.0572,0.0572,0.02754,-0.0572,0.0528,0.02754,-0.0572,0.0528,0.02552,-0.0572,0.0484,0.02552,-0.0572,0.0484,0.02367,-0.0572,0.044,0.02367,-0.0572,0.044,0.022,-0.0572,0.0396,0.022,-0.0572,0.0396,0.0205,-0.0572,0.0352,0.0205,-0.0572,0.0352,0.01918,-0.0572,0.0308,0.01918,-0.0572,0.0308,0.01804,-0.0572,0.0264,0.01804,-0.0572,0.0264,0.01707,-0.0572,0.022,0.01707,-0.0572,0.022,0.01628,-0.0572,0.0176,0.01628,-0.0572,0.0176,0.01566,-0.0572,0.0132,0.01566,-0.0572,0.0132,0.01522,-0.0572,0.0088,0.01522,-0.0572,0.0088,0.01496,-0.0572,0.0044,0.01496,-0.0572,0.0044,0.01487,-0.0572,0.0,0.01487,-0.0572,0.0,0.01496,-0.0572,-0.0044,0.01496,-0.0572,-0.0044,0.01522,-0.0572,-0.0088,0.01522,-0.0572,-0.0088,0.01566,-0.0572,-0.0132,0.01566,-0.0572,-0.0132,0.01628,-0.0572,-0.0176,0.01628,-0.0572,-0.0176,0.01707,-0.0572,-0.022,0.01707,-0.0572,-0.022,0.01804,-0.0572,-0.0264,0.01804,-0.0572,-0.0264,0.01918,-0.0572,-0.0308,0.01918,-0.0572,-0.0308,0.0205,-0.0572,-0.0352,0.0205,-0.0572,-0.0352,0.022,-0.0572,-0.0396};
			return value;
		}
		private double[] getCoordinate_7_28_point_46()
		{
			double[] value = {0.022,-0.0572,-0.0396,0.02367,-0.0572,-0.044,0.02367,-0.0572,-0.044,0.02552,-0.0572,-0.0484,0.02552,-0.0572,-0.0484,0.02754,-0.0572,-0.0528,0.02754,-0.0572,-0.0528,0.02974,-0.0572,-0.0572,0.02974,-0.0572,-0.0572,0.03212,-0.0572,-0.0616,0.03212,-0.0572,-0.0616,0.03467,-0.0572,-0.066,0.03467,-0.0572,-0.066,0.0374,-0.0572,-0.0704,0.0374,-0.0572,-0.0704,0.0403,-0.0572,-0.0748,0.0403,-0.0572,-0.0748,0.04338,-0.0572,-0.0792,0.04338,-0.0572,-0.0792,0.04664,-0.0572,-0.0836,0.04664,-0.0572,-0.0836,0.05007,-0.0572,-0.088,0.05007,-0.0572,-0.088,0.05368,-0.0572,-0.0924,0.05148,-0.0528,0.0924,0.04787,-0.0528,0.088,0.04787,-0.0528,0.088,0.04444,-0.0528,0.0836,0.04444,-0.0528,0.0836,0.04118,-0.0528,0.0792,0.04118,-0.0528,0.0792,0.0381,-0.0528,0.0748,0.0381,-0.0528,0.0748,0.0352,-0.0528,0.0704,0.0352,-0.0528,0.0704,0.03247,-0.0528,0.066,0.03247,-0.0528,0.066,0.02992,-0.0528,0.0616,0.02992,-0.0528,0.0616,0.02754,-0.0528,0.0572,0.02754,-0.0528,0.0572,0.02534,-0.0528,0.0528,0.02534,-0.0528,0.0528,0.02332,-0.0528,0.0484,0.02332,-0.0528,0.0484,0.02147,-0.0528,0.044,0.02147,-0.0528,0.044,0.0198,-0.0528,0.0396,0.0198,-0.0528,0.0396,0.0183,-0.0528,0.0352,0.0183,-0.0528,0.0352,0.01698,-0.0528,0.0308,0.01698,-0.0528,0.0308,0.01584,-0.0528,0.0264,0.01584,-0.0528,0.0264,0.01487,-0.0528,0.022,0.01487,-0.0528,0.022,0.01408,-0.0528,0.0176,0.01408,-0.0528,0.0176,0.01346,-0.0528,0.0132,0.01346,-0.0528,0.0132,0.01302,-0.0528,0.0088,0.01302,-0.0528,0.0088,0.01276,-0.0528,0.0044,0.01276,-0.0528,0.0044,0.01267,-0.0528,0.0,0.01267,-0.0528,0.0,0.01276,-0.0528,-0.0044,0.01276,-0.0528,-0.0044,0.01302,-0.0528,-0.0088,0.01302,-0.0528,-0.0088,0.01346,-0.0528,-0.0132,0.01346,-0.0528,-0.0132,0.01408,-0.0528,-0.0176,0.01408,-0.0528,-0.0176,0.01487,-0.0528,-0.022,0.01487,-0.0528,-0.022,0.01584,-0.0528,-0.0264,0.01584,-0.0528,-0.0264,0.01698,-0.0528,-0.0308,0.01698,-0.0528,-0.0308,0.0183,-0.0528,-0.0352,0.0183,-0.0528,-0.0352,0.0198,-0.0528,-0.0396,0.0198,-0.0528,-0.0396,0.02147,-0.0528,-0.044,0.02147,-0.0528,-0.044,0.02332,-0.0528,-0.0484,0.02332,-0.0528,-0.0484,0.02534,-0.0528,-0.0528,0.02534,-0.0528,-0.0528,0.02754,-0.0528,-0.0572,0.02754,-0.0528,-0.0572,0.02992,-0.0528,-0.0616,0.02992,-0.0528,-0.0616,0.03247,-0.0528,-0.066,0.03247,-0.0528,-0.066,0.0352,-0.0528,-0.0704,0.0352,-0.0528,-0.0704,0.0381,-0.0528,-0.0748};
			return value;
		}
		private double[] getCoordinate_7_28_point_47()
		{
			double[] value = {0.0381,-0.0528,-0.0748,0.04118,-0.0528,-0.0792,0.04118,-0.0528,-0.0792,0.04444,-0.0528,-0.0836,0.04444,-0.0528,-0.0836,0.04787,-0.0528,-0.088,0.04787,-0.0528,-0.088,0.05148,-0.0528,-0.0924,0.05324,-0.0484,0.0968,0.04946,-0.0484,0.0924,0.04946,-0.0484,0.0924,0.04585,-0.0484,0.088,0.04585,-0.0484,0.088,0.04242,-0.0484,0.0836,0.04242,-0.0484,0.0836,0.03916,-0.0484,0.0792,0.03916,-0.0484,0.0792,0.03608,-0.0484,0.0748,0.03608,-0.0484,0.0748,0.03318,-0.0484,0.0704,0.03318,-0.0484,0.0704,0.03045,-0.0484,0.066,0.03045,-0.0484,0.066,0.0279,-0.0484,0.0616,0.0279,-0.0484,0.0616,0.02552,-0.0484,0.0572,0.02552,-0.0484,0.0572,0.02332,-0.0484,0.0528,0.02332,-0.0484,0.0528,0.0213,-0.0484,0.0484,0.0213,-0.0484,0.0484,0.01945,-0.0484,0.044,0.01945,-0.0484,0.044,0.01778,-0.0484,0.0396,0.01778,-0.0484,0.0396,0.01628,-0.0484,0.0352,0.01628,-0.0484,0.0352,0.01496,-0.0484,0.0308,0.01496,-0.0484,0.0308,0.01382,-0.0484,0.0264,0.01382,-0.0484,0.0264,0.01285,-0.0484,0.022,0.01285,-0.0484,0.022,0.01206,-0.0484,0.0176,0.01206,-0.0484,0.0176,0.01144,-0.0484,0.0132,0.01144,-0.0484,0.0132,0.011,-0.0484,0.0088,0.011,-0.0484,0.0088,0.01074,-0.0484,0.0044,0.01074,-0.0484,0.0044,0.01065,-0.0484,0.0,0.01065,-0.0484,0.0,0.01074,-0.0484,-0.0044,0.01074,-0.0484,-0.0044,0.011,-0.0484,-0.0088,0.011,-0.0484,-0.0088,0.01144,-0.0484,-0.0132,0.01144,-0.0484,-0.0132,0.01206,-0.0484,-0.0176,0.01206,-0.0484,-0.0176,0.01285,-0.0484,-0.022,0.01285,-0.0484,-0.022,0.01382,-0.0484,-0.0264,0.01382,-0.0484,-0.0264,0.01496,-0.0484,-0.0308,0.01496,-0.0484,-0.0308,0.01628,-0.0484,-0.0352,0.01628,-0.0484,-0.0352,0.01778,-0.0484,-0.0396,0.01778,-0.0484,-0.0396,0.01945,-0.0484,-0.044,0.01945,-0.0484,-0.044,0.0213,-0.0484,-0.0484,0.0213,-0.0484,-0.0484,0.02332,-0.0484,-0.0528,0.02332,-0.0484,-0.0528,0.02552,-0.0484,-0.0572,0.02552,-0.0484,-0.0572,0.0279,-0.0484,-0.0616,0.0279,-0.0484,-0.0616,0.03045,-0.0484,-0.066,0.03045,-0.0484,-0.066,0.03318,-0.0484,-0.0704,0.03318,-0.0484,-0.0704,0.03608,-0.0484,-0.0748,0.03608,-0.0484,-0.0748,0.03916,-0.0484,-0.0792,0.03916,-0.0484,-0.0792,0.04242,-0.0484,-0.0836,0.04242,-0.0484,-0.0836,0.04585,-0.0484,-0.088,0.04585,-0.0484,-0.088,0.04946,-0.0484,-0.0924,0.04946,-0.0484,-0.0924,0.05324,-0.0484,-0.0968,0.05139,-0.044,0.0968,0.04761,-0.044,0.0924,0.04761,-0.044,0.0924,0.044,-0.044,0.088};
			return value;
		}
		private double[] getCoordinate_7_28_point_48()
		{
			double[] value = {0.044,-0.044,0.088,0.04057,-0.044,0.0836,0.04057,-0.044,0.0836,0.03731,-0.044,0.0792,0.03731,-0.044,0.0792,0.03423,-0.044,0.0748,0.03423,-0.044,0.0748,0.03133,-0.044,0.0704,0.03133,-0.044,0.0704,0.0286,-0.044,0.066,0.0286,-0.044,0.066,0.02605,-0.044,0.0616,0.02605,-0.044,0.0616,0.02367,-0.044,0.0572,0.02367,-0.044,0.0572,0.02147,-0.044,0.0528,0.02147,-0.044,0.0528,0.01945,-0.044,0.0484,0.01945,-0.044,0.0484,0.0176,-0.044,0.044,0.0176,-0.044,0.044,0.01593,-0.044,0.0396,0.01593,-0.044,0.0396,0.01443,-0.044,0.0352,0.01443,-0.044,0.0352,0.01311,-0.044,0.0308,0.01311,-0.044,0.0308,0.01197,-0.044,0.0264,0.01197,-0.044,0.0264,0.011,-0.044,0.022,0.011,-0.044,0.022,0.01021,-0.044,0.0176,0.01021,-0.044,0.0176,0.00959,-0.044,0.0132,0.00959,-0.044,0.0132,0.00915,-0.044,0.0088,0.00915,-0.044,0.0088,0.00889,-0.044,0.0044,0.00889,-0.044,0.0044,0.0088,-0.044,0.0,0.0088,-0.044,0.0,0.00889,-0.044,-0.0044,0.00889,-0.044,-0.0044,0.00915,-0.044,-0.0088,0.00915,-0.044,-0.0088,0.00959,-0.044,-0.0132,0.00959,-0.044,-0.0132,0.01021,-0.044,-0.0176,0.01021,-0.044,-0.0176,0.011,-0.044,-0.022,0.011,-0.044,-0.022,0.01197,-0.044,-0.0264,0.01197,-0.044,-0.0264,0.01311,-0.044,-0.0308,0.01311,-0.044,-0.0308,0.01443,-0.044,-0.0352,0.01443,-0.044,-0.0352,0.01593,-0.044,-0.0396,0.01593,-0.044,-0.0396,0.0176,-0.044,-0.044,0.0176,-0.044,-0.044,0.01945,-0.044,-0.0484,0.01945,-0.044,-0.0484,0.02147,-0.044,-0.0528,0.02147,-0.044,-0.0528,0.02367,-0.044,-0.0572,0.02367,-0.044,-0.0572,0.02605,-0.044,-0.0616,0.02605,-0.044,-0.0616,0.0286,-0.044,-0.066,0.0286,-0.044,-0.066,0.03133,-0.044,-0.0704,0.03133,-0.044,-0.0704,0.03423,-0.044,-0.0748,0.03423,-0.044,-0.0748,0.03731,-0.044,-0.0792,0.03731,-0.044,-0.0792,0.04057,-0.044,-0.0836,0.04057,-0.044,-0.0836,0.044,-0.044,-0.088,0.044,-0.044,-0.088,0.04761,-0.044,-0.0924,0.04761,-0.044,-0.0924,0.05139,-0.044,-0.0968,0.05368,-0.0396,0.1012,0.04972,-0.0396,0.0968,0.04972,-0.0396,0.0968,0.04594,-0.0396,0.0924,0.04594,-0.0396,0.0924,0.04233,-0.0396,0.088,0.04233,-0.0396,0.088,0.0389,-0.0396,0.0836,0.0389,-0.0396,0.0836,0.03564,-0.0396,0.0792,0.03564,-0.0396,0.0792,0.03256,-0.0396,0.0748,0.03256,-0.0396,0.0748,0.02966,-0.0396,0.0704,0.02966,-0.0396,0.0704,0.02693,-0.0396,0.066};
			return value;
		}
		private double[] getCoordinate_7_28_point_49()
		{
			double[] value = {0.02693,-0.0396,0.066,0.02438,-0.0396,0.0616,0.02438,-0.0396,0.0616,0.022,-0.0396,0.0572,0.022,-0.0396,0.0572,0.0198,-0.0396,0.0528,0.0198,-0.0396,0.0528,0.01778,-0.0396,0.0484,0.01778,-0.0396,0.0484,0.01593,-0.0396,0.044,0.01593,-0.0396,0.044,0.01426,-0.0396,0.0396,0.01426,-0.0396,0.0396,0.01276,-0.0396,0.0352,0.01276,-0.0396,0.0352,0.01144,-0.0396,0.0308,0.01144,-0.0396,0.0308,0.0103,-0.0396,0.0264,0.0103,-0.0396,0.0264,0.00933,-0.0396,0.022,0.00933,-0.0396,0.022,0.00854,-0.0396,0.0176,0.00854,-0.0396,0.0176,0.00792,-0.0396,0.0132,0.00792,-0.0396,0.0132,0.00748,-0.0396,0.0088,0.00748,-0.0396,0.0088,0.00722,-0.0396,0.0044,0.00722,-0.0396,0.0044,0.00713,-0.0396,0.0,0.00713,-0.0396,0.0,0.00722,-0.0396,-0.0044,0.00722,-0.0396,-0.0044,0.00748,-0.0396,-0.0088,0.00748,-0.0396,-0.0088,0.00792,-0.0396,-0.0132,0.00792,-0.0396,-0.0132,0.00854,-0.0396,-0.0176,0.00854,-0.0396,-0.0176,0.00933,-0.0396,-0.022,0.00933,-0.0396,-0.022,0.0103,-0.0396,-0.0264,0.0103,-0.0396,-0.0264,0.01144,-0.0396,-0.0308,0.01144,-0.0396,-0.0308,0.01276,-0.0396,-0.0352,0.01276,-0.0396,-0.0352,0.01426,-0.0396,-0.0396,0.01426,-0.0396,-0.0396,0.01593,-0.0396,-0.044,0.01593,-0.0396,-0.044,0.01778,-0.0396,-0.0484,0.01778,-0.0396,-0.0484,0.0198,-0.0396,-0.0528,0.0198,-0.0396,-0.0528,0.022,-0.0396,-0.0572,0.022,-0.0396,-0.0572,0.02438,-0.0396,-0.0616,0.02438,-0.0396,-0.0616,0.02693,-0.0396,-0.066,0.02693,-0.0396,-0.066,0.02966,-0.0396,-0.0704,0.02966,-0.0396,-0.0704,0.03256,-0.0396,-0.0748,0.03256,-0.0396,-0.0748,0.03564,-0.0396,-0.0792,0.03564,-0.0396,-0.0792,0.0389,-0.0396,-0.0836,0.0389,-0.0396,-0.0836,0.04233,-0.0396,-0.088,0.04233,-0.0396,-0.088,0.04594,-0.0396,-0.0924,0.04594,-0.0396,-0.0924,0.04972,-0.0396,-0.0968,0.04972,-0.0396,-0.0968,0.05368,-0.0396,-0.1012,0.05218,-0.0352,0.1012,0.04822,-0.0352,0.0968,0.04822,-0.0352,0.0968,0.04444,-0.0352,0.0924,0.04444,-0.0352,0.0924,0.04083,-0.0352,0.088,0.04083,-0.0352,0.088,0.0374,-0.0352,0.0836,0.0374,-0.0352,0.0836,0.03414,-0.0352,0.0792,0.03414,-0.0352,0.0792,0.03106,-0.0352,0.0748,0.03106,-0.0352,0.0748,0.02816,-0.0352,0.0704,0.02816,-0.0352,0.0704,0.02543,-0.0352,0.066,0.02543,-0.0352,0.066,0.02288,-0.0352,0.0616,0.02288,-0.0352,0.0616,0.0205,-0.0352,0.0572,0.0205,-0.0352,0.0572,0.0183,-0.0352,0.0528,0.0183,-0.0352,0.0528,0.01628,-0.0352,0.0484};
			return value;
		}
		private double[] getCoordinate_7_28_point_50()
		{
			double[] value = {0.01628,-0.0352,0.0484,0.01443,-0.0352,0.044,0.01443,-0.0352,0.044,0.01276,-0.0352,0.0396,0.01276,-0.0352,0.0396,0.01126,-0.0352,0.0352,0.01126,-0.0352,0.0352,0.00994,-0.0352,0.0308,0.00994,-0.0352,0.0308,0.0088,-0.0352,0.0264,0.0088,-0.0352,0.0264,0.00783,-0.0352,0.022,0.00783,-0.0352,0.022,0.00704,-0.0352,0.0176,0.00704,-0.0352,0.0176,0.00642,-0.0352,0.0132,0.00642,-0.0352,0.0132,0.00598,-0.0352,0.0088,0.00598,-0.0352,0.0088,0.00572,-0.0352,0.0044,0.00572,-0.0352,0.0044,0.00563,-0.0352,0.0,0.00563,-0.0352,0.0,0.00572,-0.0352,-0.0044,0.00572,-0.0352,-0.0044,0.00598,-0.0352,-0.0088,0.00598,-0.0352,-0.0088,0.00642,-0.0352,-0.0132,0.00642,-0.0352,-0.0132,0.00704,-0.0352,-0.0176,0.00704,-0.0352,-0.0176,0.00783,-0.0352,-0.022,0.00783,-0.0352,-0.022,0.0088,-0.0352,-0.0264,0.0088,-0.0352,-0.0264,0.00994,-0.0352,-0.0308,0.00994,-0.0352,-0.0308,0.01126,-0.0352,-0.0352,0.01126,-0.0352,-0.0352,0.01276,-0.0352,-0.0396,0.01276,-0.0352,-0.0396,0.01443,-0.0352,-0.044,0.01443,-0.0352,-0.044,0.01628,-0.0352,-0.0484,0.01628,-0.0352,-0.0484,0.0183,-0.0352,-0.0528,0.0183,-0.0352,-0.0528,0.0205,-0.0352,-0.0572,0.0205,-0.0352,-0.0572,0.02288,-0.0352,-0.0616,0.02288,-0.0352,-0.0616,0.02543,-0.0352,-0.066,0.02543,-0.0352,-0.066,0.02816,-0.0352,-0.0704,0.02816,-0.0352,-0.0704,0.03106,-0.0352,-0.0748,0.03106,-0.0352,-0.0748,0.03414,-0.0352,-0.0792,0.03414,-0.0352,-0.0792,0.0374,-0.0352,-0.0836,0.0374,-0.0352,-0.0836,0.04083,-0.0352,-0.088,0.04083,-0.0352,-0.088,0.04444,-0.0352,-0.0924,0.04444,-0.0352,-0.0924,0.04822,-0.0352,-0.0968,0.04822,-0.0352,-0.0968,0.05218,-0.0352,-0.1012,0.05086,-0.0308,0.1012,0.0469,-0.0308,0.0968,0.0469,-0.0308,0.0968,0.04312,-0.0308,0.0924,0.04312,-0.0308,0.0924,0.03951,-0.0308,0.088,0.03951,-0.0308,0.088,0.03608,-0.0308,0.0836,0.03608,-0.0308,0.0836,0.03282,-0.0308,0.0792,0.03282,-0.0308,0.0792,0.02974,-0.0308,0.0748,0.02974,-0.0308,0.0748,0.02684,-0.0308,0.0704,0.02684,-0.0308,0.0704,0.02411,-0.0308,0.066,0.02411,-0.0308,0.066,0.02156,-0.0308,0.0616,0.02156,-0.0308,0.0616,0.01918,-0.0308,0.0572,0.01918,-0.0308,0.0572,0.01698,-0.0308,0.0528,0.01698,-0.0308,0.0528,0.01496,-0.0308,0.0484,0.01496,-0.0308,0.0484,0.01311,-0.0308,0.044,0.01311,-0.0308,0.044,0.01144,-0.0308,0.0396,0.01144,-0.0308,0.0396,0.00994,-0.0308,0.0352,0.00994,-0.0308,0.0352,0.00862,-0.0308,0.0308};
			return value;
		}
		private double[] getCoordinate_7_28_point_51()
		{
			double[] value = {0.00862,-0.0308,0.0308,0.00748,-0.0308,0.0264,0.00748,-0.0308,0.0264,0.00651,-0.0308,0.022,0.00651,-0.0308,0.022,0.00572,-0.0308,0.0176,0.00572,-0.0308,0.0176,0.0051,-0.0308,0.0132,0.0051,-0.0308,0.0132,0.00466,-0.0308,0.0088,0.00466,-0.0308,0.0088,0.0044,-0.0308,0.0044,0.0044,-0.0308,0.0044,0.00431,-0.0308,0.0,0.00431,-0.0308,0.0,0.0044,-0.0308,-0.0044,0.0044,-0.0308,-0.0044,0.00466,-0.0308,-0.0088,0.00466,-0.0308,-0.0088,0.0051,-0.0308,-0.0132,0.0051,-0.0308,-0.0132,0.00572,-0.0308,-0.0176,0.00572,-0.0308,-0.0176,0.00651,-0.0308,-0.022,0.00651,-0.0308,-0.022,0.00748,-0.0308,-0.0264,0.00748,-0.0308,-0.0264,0.00862,-0.0308,-0.0308,0.00862,-0.0308,-0.0308,0.00994,-0.0308,-0.0352,0.00994,-0.0308,-0.0352,0.01144,-0.0308,-0.0396,0.01144,-0.0308,-0.0396,0.01311,-0.0308,-0.044,0.01311,-0.0308,-0.044,0.01496,-0.0308,-0.0484,0.01496,-0.0308,-0.0484,0.01698,-0.0308,-0.0528,0.01698,-0.0308,-0.0528,0.01918,-0.0308,-0.0572,0.01918,-0.0308,-0.0572,0.02156,-0.0308,-0.0616,0.02156,-0.0308,-0.0616,0.02411,-0.0308,-0.066,0.02411,-0.0308,-0.066,0.02684,-0.0308,-0.0704,0.02684,-0.0308,-0.0704,0.02974,-0.0308,-0.0748,0.02974,-0.0308,-0.0748,0.03282,-0.0308,-0.0792,0.03282,-0.0308,-0.0792,0.03608,-0.0308,-0.0836,0.03608,-0.0308,-0.0836,0.03951,-0.0308,-0.088,0.03951,-0.0308,-0.088,0.04312,-0.0308,-0.0924,0.04312,-0.0308,-0.0924,0.0469,-0.0308,-0.0968,0.0469,-0.0308,-0.0968,0.05086,-0.0308,-0.1012,0.05386,-0.0264,0.1056,0.04972,-0.0264,0.1012,0.04972,-0.0264,0.1012,0.04576,-0.0264,0.0968,0.04576,-0.0264,0.0968,0.04198,-0.0264,0.0924,0.04198,-0.0264,0.0924,0.03837,-0.0264,0.088,0.03837,-0.0264,0.088,0.03494,-0.0264,0.0836,0.03494,-0.0264,0.0836,0.03168,-0.0264,0.0792,0.03168,-0.0264,0.0792,0.0286,-0.0264,0.0748,0.0286,-0.0264,0.0748,0.0257,-0.0264,0.0704,0.0257,-0.0264,0.0704,0.02297,-0.0264,0.066,0.02297,-0.0264,0.066,0.02042,-0.0264,0.0616,0.02042,-0.0264,0.0616,0.01804,-0.0264,0.0572,0.01804,-0.0264,0.0572,0.01584,-0.0264,0.0528,0.01584,-0.0264,0.0528,0.01382,-0.0264,0.0484,0.01382,-0.0264,0.0484,0.01197,-0.0264,0.044,0.01197,-0.0264,0.044,0.0103,-0.0264,0.0396,0.0103,-0.0264,0.0396,0.0088,-0.0264,0.0352,0.0088,-0.0264,0.0352,0.00748,-0.0264,0.0308,0.00748,-0.0264,0.0308,0.00634,-0.0264,0.0264,0.00634,-0.0264,0.0264,0.00537,-0.0264,0.022,0.00537,-0.0264,0.022,0.00458,-0.0264,0.0176};
			return value;
		}
		private double[] getCoordinate_7_28_point_52()
		{
			double[] value = {0.00458,-0.0264,0.0176,0.00396,-0.0264,0.0132,0.00396,-0.0264,0.0132,0.00352,-0.0264,0.0088,0.00352,-0.0264,0.0088,0.00326,-0.0264,0.0044,0.00326,-0.0264,0.0044,0.00317,-0.0264,0.0,0.00317,-0.0264,0.0,0.00326,-0.0264,-0.0044,0.00326,-0.0264,-0.0044,0.00352,-0.0264,-0.0088,0.00352,-0.0264,-0.0088,0.00396,-0.0264,-0.0132,0.00396,-0.0264,-0.0132,0.00458,-0.0264,-0.0176,0.00458,-0.0264,-0.0176,0.00537,-0.0264,-0.022,0.00537,-0.0264,-0.022,0.00634,-0.0264,-0.0264,0.00634,-0.0264,-0.0264,0.00748,-0.0264,-0.0308,0.00748,-0.0264,-0.0308,0.0088,-0.0264,-0.0352,0.0088,-0.0264,-0.0352,0.0103,-0.0264,-0.0396,0.0103,-0.0264,-0.0396,0.01197,-0.0264,-0.044,0.01197,-0.0264,-0.044,0.01382,-0.0264,-0.0484,0.01382,-0.0264,-0.0484,0.01584,-0.0264,-0.0528,0.01584,-0.0264,-0.0528,0.01804,-0.0264,-0.0572,0.01804,-0.0264,-0.0572,0.02042,-0.0264,-0.0616,0.02042,-0.0264,-0.0616,0.02297,-0.0264,-0.066,0.02297,-0.0264,-0.066,0.0257,-0.0264,-0.0704,0.0257,-0.0264,-0.0704,0.0286,-0.0264,-0.0748,0.0286,-0.0264,-0.0748,0.03168,-0.0264,-0.0792,0.03168,-0.0264,-0.0792,0.03494,-0.0264,-0.0836,0.03494,-0.0264,-0.0836,0.03837,-0.0264,-0.088,0.03837,-0.0264,-0.088,0.04198,-0.0264,-0.0924,0.04198,-0.0264,-0.0924,0.04576,-0.0264,-0.0968,0.04576,-0.0264,-0.0968,0.04972,-0.0264,-0.1012,0.04972,-0.0264,-0.1012,0.05386,-0.0264,-0.1056,0.05289,-0.022,0.1056,0.04875,-0.022,0.1012,0.04875,-0.022,0.1012,0.04479,-0.022,0.0968,0.04479,-0.022,0.0968,0.04101,-0.022,0.0924,0.04101,-0.022,0.0924,0.0374,-0.022,0.088,0.0374,-0.022,0.088,0.03397,-0.022,0.0836,0.03397,-0.022,0.0836,0.03071,-0.022,0.0792,0.03071,-0.022,0.0792,0.02763,-0.022,0.0748,0.02763,-0.022,0.0748,0.02473,-0.022,0.0704,0.02473,-0.022,0.0704,0.022,-0.022,0.066,0.022,-0.022,0.066,0.01945,-0.022,0.0616,0.01945,-0.022,0.0616,0.01707,-0.022,0.0572,0.01707,-0.022,0.0572,0.01487,-0.022,0.0528,0.01487,-0.022,0.0528,0.01285,-0.022,0.0484,0.01285,-0.022,0.0484,0.011,-0.022,0.044,0.011,-0.022,0.044,0.00933,-0.022,0.0396,0.00933,-0.022,0.0396,0.00783,-0.022,0.0352,0.00783,-0.022,0.0352,0.00651,-0.022,0.0308,0.00651,-0.022,0.0308,0.00537,-0.022,0.0264,0.00537,-0.022,0.0264,0.0044,-0.022,0.022,0.0044,-0.022,0.022,0.00361,-0.022,0.0176,0.00361,-0.022,0.0176,0.00299,-0.022,0.0132,0.00299,-0.022,0.0132,0.00255,-0.022,0.0088};
			return value;
		}
		private double[] getCoordinate_7_28_point_53()
		{
			double[] value = {0.00255,-0.022,0.0088,0.00229,-0.022,0.0044,0.00229,-0.022,0.0044,0.0022,-0.022,0.0,0.0022,-0.022,0.0,0.00229,-0.022,-0.0044,0.00229,-0.022,-0.0044,0.00255,-0.022,-0.0088,0.00255,-0.022,-0.0088,0.00299,-0.022,-0.0132,0.00299,-0.022,-0.0132,0.00361,-0.022,-0.0176,0.00361,-0.022,-0.0176,0.0044,-0.022,-0.022,0.0044,-0.022,-0.022,0.00537,-0.022,-0.0264,0.00537,-0.022,-0.0264,0.00651,-0.022,-0.0308,0.00651,-0.022,-0.0308,0.00783,-0.022,-0.0352,0.00783,-0.022,-0.0352,0.00933,-0.022,-0.0396,0.00933,-0.022,-0.0396,0.011,-0.022,-0.044,0.011,-0.022,-0.044,0.01285,-0.022,-0.0484,0.01285,-0.022,-0.0484,0.01487,-0.022,-0.0528,0.01487,-0.022,-0.0528,0.01707,-0.022,-0.0572,0.01707,-0.022,-0.0572,0.01945,-0.022,-0.0616,0.01945,-0.022,-0.0616,0.022,-0.022,-0.066,0.022,-0.022,-0.066,0.02473,-0.022,-0.0704,0.02473,-0.022,-0.0704,0.02763,-0.022,-0.0748,0.02763,-0.022,-0.0748,0.03071,-0.022,-0.0792,0.03071,-0.022,-0.0792,0.03397,-0.022,-0.0836,0.03397,-0.022,-0.0836,0.0374,-0.022,-0.088,0.0374,-0.022,-0.088,0.04101,-0.022,-0.0924,0.04101,-0.022,-0.0924,0.04479,-0.022,-0.0968,0.04479,-0.022,-0.0968,0.04875,-0.022,-0.1012,0.04875,-0.022,-0.1012,0.05289,-0.022,-0.1056,0.0521,-0.0176,0.1056,0.04796,-0.0176,0.1012,0.04796,-0.0176,0.1012,0.044,-0.0176,0.0968,0.044,-0.0176,0.0968,0.04022,-0.0176,0.0924,0.04022,-0.0176,0.0924,0.03661,-0.0176,0.088,0.03661,-0.0176,0.088,0.03318,-0.0176,0.0836,0.03318,-0.0176,0.0836,0.02992,-0.0176,0.0792,0.02992,-0.0176,0.0792,0.02684,-0.0176,0.0748,0.02684,-0.0176,0.0748,0.02394,-0.0176,0.0704,0.02394,-0.0176,0.0704,0.02121,-0.0176,0.066,0.02121,-0.0176,0.066,0.01866,-0.0176,0.0616,0.01866,-0.0176,0.0616,0.01628,-0.0176,0.0572,0.01628,-0.0176,0.0572,0.01408,-0.0176,0.0528,0.01408,-0.0176,0.0528,0.01206,-0.0176,0.0484,0.01206,-0.0176,0.0484,0.01021,-0.0176,0.044,0.01021,-0.0176,0.044,0.00854,-0.0176,0.0396,0.00854,-0.0176,0.0396,0.00704,-0.0176,0.0352,0.00704,-0.0176,0.0352,0.00572,-0.0176,0.0308,0.00572,-0.0176,0.0308,0.00458,-0.0176,0.0264,0.00458,-0.0176,0.0264,0.00361,-0.0176,0.022,0.00361,-0.0176,0.022,0.00282,-0.0176,0.0176,0.00282,-0.0176,0.0176,0.0022,-0.0176,0.0132,0.0022,-0.0176,0.0132,0.00176,-0.0176,0.0088,0.00176,-0.0176,0.0088,0.0015,-0.0176,0.0044,0.0015,-0.0176,0.0044,0.00141,-0.0176,0.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_54()
		{
			double[] value = {0.00141,-0.0176,0.0,0.0015,-0.0176,-0.0044,0.0015,-0.0176,-0.0044,0.00176,-0.0176,-0.0088,0.00176,-0.0176,-0.0088,0.0022,-0.0176,-0.0132,0.0022,-0.0176,-0.0132,0.00282,-0.0176,-0.0176,0.00282,-0.0176,-0.0176,0.00361,-0.0176,-0.022,0.00361,-0.0176,-0.022,0.00458,-0.0176,-0.0264,0.00458,-0.0176,-0.0264,0.00572,-0.0176,-0.0308,0.00572,-0.0176,-0.0308,0.00704,-0.0176,-0.0352,0.00704,-0.0176,-0.0352,0.00854,-0.0176,-0.0396,0.00854,-0.0176,-0.0396,0.01021,-0.0176,-0.044,0.01021,-0.0176,-0.044,0.01206,-0.0176,-0.0484,0.01206,-0.0176,-0.0484,0.01408,-0.0176,-0.0528,0.01408,-0.0176,-0.0528,0.01628,-0.0176,-0.0572,0.01628,-0.0176,-0.0572,0.01866,-0.0176,-0.0616,0.01866,-0.0176,-0.0616,0.02121,-0.0176,-0.066,0.02121,-0.0176,-0.066,0.02394,-0.0176,-0.0704,0.02394,-0.0176,-0.0704,0.02684,-0.0176,-0.0748,0.02684,-0.0176,-0.0748,0.02992,-0.0176,-0.0792,0.02992,-0.0176,-0.0792,0.03318,-0.0176,-0.0836,0.03318,-0.0176,-0.0836,0.03661,-0.0176,-0.088,0.03661,-0.0176,-0.088,0.04022,-0.0176,-0.0924,0.04022,-0.0176,-0.0924,0.044,-0.0176,-0.0968,0.044,-0.0176,-0.0968,0.04796,-0.0176,-0.1012,0.04796,-0.0176,-0.1012,0.0521,-0.0176,-0.1056,0.05148,-0.0132,0.1056,0.04734,-0.0132,0.1012,0.04734,-0.0132,0.1012,0.04338,-0.0132,0.0968,0.04338,-0.0132,0.0968,0.0396,-0.0132,0.0924,0.0396,-0.0132,0.0924,0.03599,-0.0132,0.088,0.03599,-0.0132,0.088,0.03256,-0.0132,0.0836,0.03256,-0.0132,0.0836,0.0293,-0.0132,0.0792,0.0293,-0.0132,0.0792,0.02622,-0.0132,0.0748,0.02622,-0.0132,0.0748,0.02332,-0.0132,0.0704,0.02332,-0.0132,0.0704,0.02059,-0.0132,0.066,0.02059,-0.0132,0.066,0.01804,-0.0132,0.0616,0.01804,-0.0132,0.0616,0.01566,-0.0132,0.0572,0.01566,-0.0132,0.0572,0.01346,-0.0132,0.0528,0.01346,-0.0132,0.0528,0.01144,-0.0132,0.0484,0.01144,-0.0132,0.0484,0.00959,-0.0132,0.044,0.00959,-0.0132,0.044,0.00792,-0.0132,0.0396,0.00792,-0.0132,0.0396,0.00642,-0.0132,0.0352,0.00642,-0.0132,0.0352,0.0051,-0.0132,0.0308,0.0051,-0.0132,0.0308,0.00396,-0.0132,0.0264,0.00396,-0.0132,0.0264,0.00299,-0.0132,0.022,0.00299,-0.0132,0.022,0.0022,-0.0132,0.0176,0.0022,-0.0132,0.0176,0.00158,-0.0132,0.0132,0.00158,-0.0132,0.0132,0.00114,-0.0132,0.0088,0.00114,-0.0132,0.0088,0.00088,-0.0132,0.0044,0.00088,-0.0132,0.0044,0.00079,-0.0132,0.0,0.00079,-0.0132,0.0,0.00088,-0.0132,-0.0044,0.00088,-0.0132,-0.0044,0.00114,-0.0132,-0.0088};
			return value;
		}
		private double[] getCoordinate_7_28_point_55()
		{
			double[] value = {0.00114,-0.0132,-0.0088,0.00158,-0.0132,-0.0132,0.00158,-0.0132,-0.0132,0.0022,-0.0132,-0.0176,0.0022,-0.0132,-0.0176,0.00299,-0.0132,-0.022,0.00299,-0.0132,-0.022,0.00396,-0.0132,-0.0264,0.00396,-0.0132,-0.0264,0.0051,-0.0132,-0.0308,0.0051,-0.0132,-0.0308,0.00642,-0.0132,-0.0352,0.00642,-0.0132,-0.0352,0.00792,-0.0132,-0.0396,0.00792,-0.0132,-0.0396,0.00959,-0.0132,-0.044,0.00959,-0.0132,-0.044,0.01144,-0.0132,-0.0484,0.01144,-0.0132,-0.0484,0.01346,-0.0132,-0.0528,0.01346,-0.0132,-0.0528,0.01566,-0.0132,-0.0572,0.01566,-0.0132,-0.0572,0.01804,-0.0132,-0.0616,0.01804,-0.0132,-0.0616,0.02059,-0.0132,-0.066,0.02059,-0.0132,-0.066,0.02332,-0.0132,-0.0704,0.02332,-0.0132,-0.0704,0.02622,-0.0132,-0.0748,0.02622,-0.0132,-0.0748,0.0293,-0.0132,-0.0792,0.0293,-0.0132,-0.0792,0.03256,-0.0132,-0.0836,0.03256,-0.0132,-0.0836,0.03599,-0.0132,-0.088,0.03599,-0.0132,-0.088,0.0396,-0.0132,-0.0924,0.0396,-0.0132,-0.0924,0.04338,-0.0132,-0.0968,0.04338,-0.0132,-0.0968,0.04734,-0.0132,-0.1012,0.04734,-0.0132,-0.1012,0.05148,-0.0132,-0.1056,0.05104,-0.0088,0.1056,0.0469,-0.0088,0.1012,0.0469,-0.0088,0.1012,0.04294,-0.0088,0.0968,0.04294,-0.0088,0.0968,0.03916,-0.0088,0.0924,0.03916,-0.0088,0.0924,0.03555,-0.0088,0.088,0.03555,-0.0088,0.088,0.03212,-0.0088,0.0836,0.03212,-0.0088,0.0836,0.02886,-0.0088,0.0792,0.02886,-0.0088,0.0792,0.02578,-0.0088,0.0748,0.02578,-0.0088,0.0748,0.02288,-0.0088,0.0704,0.02288,-0.0088,0.0704,0.02015,-0.0088,0.066,0.02015,-0.0088,0.066,0.0176,-0.0088,0.0616,0.0176,-0.0088,0.0616,0.01522,-0.0088,0.0572,0.01522,-0.0088,0.0572,0.01302,-0.0088,0.0528,0.01302,-0.0088,0.0528,0.011,-0.0088,0.0484,0.011,-0.0088,0.0484,0.00915,-0.0088,0.044,0.00915,-0.0088,0.044,0.00748,-0.0088,0.0396,0.00748,-0.0088,0.0396,0.00598,-0.0088,0.0352,0.00598,-0.0088,0.0352,0.00466,-0.0088,0.0308,0.00466,-0.0088,0.0308,0.00352,-0.0088,0.0264,0.00352,-0.0088,0.0264,0.00255,-0.0088,0.022,0.00255,-0.0088,0.022,0.00176,-0.0088,0.0176,0.00176,-0.0088,0.0176,0.00114,-0.0088,0.0132,0.00114,-0.0088,0.0132,0.0007,-0.0088,0.0088,0.0007,-0.0088,0.0088,0.00044,-0.0088,0.0044,0.00044,-0.0088,0.0044,0.00035,-0.0088,0.0,0.00035,-0.0088,0.0,0.00044,-0.0088,-0.0044,0.00044,-0.0088,-0.0044,0.0007,-0.0088,-0.0088,0.0007,-0.0088,-0.0088,0.00114,-0.0088,-0.0132,0.00114,-0.0088,-0.0132,0.00176,-0.0088,-0.0176};
			return value;
		}
		private double[] getCoordinate_7_28_point_56()
		{
			double[] value = {0.00176,-0.0088,-0.0176,0.00255,-0.0088,-0.022,0.00255,-0.0088,-0.022,0.00352,-0.0088,-0.0264,0.00352,-0.0088,-0.0264,0.00466,-0.0088,-0.0308,0.00466,-0.0088,-0.0308,0.00598,-0.0088,-0.0352,0.00598,-0.0088,-0.0352,0.00748,-0.0088,-0.0396,0.00748,-0.0088,-0.0396,0.00915,-0.0088,-0.044,0.00915,-0.0088,-0.044,0.011,-0.0088,-0.0484,0.011,-0.0088,-0.0484,0.01302,-0.0088,-0.0528,0.01302,-0.0088,-0.0528,0.01522,-0.0088,-0.0572,0.01522,-0.0088,-0.0572,0.0176,-0.0088,-0.0616,0.0176,-0.0088,-0.0616,0.02015,-0.0088,-0.066,0.02015,-0.0088,-0.066,0.02288,-0.0088,-0.0704,0.02288,-0.0088,-0.0704,0.02578,-0.0088,-0.0748,0.02578,-0.0088,-0.0748,0.02886,-0.0088,-0.0792,0.02886,-0.0088,-0.0792,0.03212,-0.0088,-0.0836,0.03212,-0.0088,-0.0836,0.03555,-0.0088,-0.088,0.03555,-0.0088,-0.088,0.03916,-0.0088,-0.0924,0.03916,-0.0088,-0.0924,0.04294,-0.0088,-0.0968,0.04294,-0.0088,-0.0968,0.0469,-0.0088,-0.1012,0.0469,-0.0088,-0.1012,0.05104,-0.0088,-0.1056,0.05078,-0.0044,0.1056,0.04664,-0.0044,0.1012,0.04664,-0.0044,0.1012,0.04268,-0.0044,0.0968,0.04268,-0.0044,0.0968,0.0389,-0.0044,0.0924,0.0389,-0.0044,0.0924,0.03529,-0.0044,0.088,0.03529,-0.0044,0.088,0.03186,-0.0044,0.0836,0.03186,-0.0044,0.0836,0.0286,-0.0044,0.0792,0.0286,-0.0044,0.0792,0.02552,-0.0044,0.0748,0.02552,-0.0044,0.0748,0.02262,-0.0044,0.0704,0.02262,-0.0044,0.0704,0.01989,-0.0044,0.066,0.01989,-0.0044,0.066,0.01734,-0.0044,0.0616,0.01734,-0.0044,0.0616,0.01496,-0.0044,0.0572,0.01496,-0.0044,0.0572,0.01276,-0.0044,0.0528,0.01276,-0.0044,0.0528,0.01074,-0.0044,0.0484,0.01074,-0.0044,0.0484,0.00889,-0.0044,0.044,0.00889,-0.0044,0.044,0.00722,-0.0044,0.0396,0.00722,-0.0044,0.0396,0.00572,-0.0044,0.0352,0.00572,-0.0044,0.0352,0.0044,-0.0044,0.0308,0.0044,-0.0044,0.0308,0.00326,-0.0044,0.0264,0.00326,-0.0044,0.0264,0.00229,-0.0044,0.022,0.00229,-0.0044,0.022,0.0015,-0.0044,0.0176,0.0015,-0.0044,0.0176,0.00088,-0.0044,0.0132,0.00088,-0.0044,0.0132,0.00044,-0.0044,0.0088,0.00044,-0.0044,0.0088,0.00018,-0.0044,0.0044,0.00018,-0.0044,0.0044,0.00009,-0.0044,0.0,0.00009,-0.0044,0.0,0.00018,-0.0044,-0.0044,0.00018,-0.0044,-0.0044,0.00044,-0.0044,-0.0088,0.00044,-0.0044,-0.0088,0.00088,-0.0044,-0.0132,0.00088,-0.0044,-0.0132,0.0015,-0.0044,-0.0176,0.0015,-0.0044,-0.0176,0.00229,-0.0044,-0.022,0.00229,-0.0044,-0.022,0.00326,-0.0044,-0.0264};
			return value;
		}
		private double[] getCoordinate_7_28_point_57()
		{
			double[] value = {0.00326,-0.0044,-0.0264,0.0044,-0.0044,-0.0308,0.0044,-0.0044,-0.0308,0.00572,-0.0044,-0.0352,0.00572,-0.0044,-0.0352,0.00722,-0.0044,-0.0396,0.00722,-0.0044,-0.0396,0.00889,-0.0044,-0.044,0.00889,-0.0044,-0.044,0.01074,-0.0044,-0.0484,0.01074,-0.0044,-0.0484,0.01276,-0.0044,-0.0528,0.01276,-0.0044,-0.0528,0.01496,-0.0044,-0.0572,0.01496,-0.0044,-0.0572,0.01734,-0.0044,-0.0616,0.01734,-0.0044,-0.0616,0.01989,-0.0044,-0.066,0.01989,-0.0044,-0.066,0.02262,-0.0044,-0.0704,0.02262,-0.0044,-0.0704,0.02552,-0.0044,-0.0748,0.02552,-0.0044,-0.0748,0.0286,-0.0044,-0.0792,0.0286,-0.0044,-0.0792,0.03186,-0.0044,-0.0836,0.03186,-0.0044,-0.0836,0.03529,-0.0044,-0.088,0.03529,-0.0044,-0.088,0.0389,-0.0044,-0.0924,0.0389,-0.0044,-0.0924,0.04268,-0.0044,-0.0968,0.04268,-0.0044,-0.0968,0.04664,-0.0044,-0.1012,0.04664,-0.0044,-0.1012,0.05078,-0.0044,-0.1056,0.05069,0.0,0.1056,0.04655,0.0,0.1012,0.04655,0.0,0.1012,0.04259,0.0,0.0968,0.04259,0.0,0.0968,0.03881,0.0,0.0924,0.03881,0.0,0.0924,0.0352,0.0,0.088,0.0352,0.0,0.088,0.03177,0.0,0.0836,0.03177,0.0,0.0836,0.02851,0.0,0.0792,0.02851,0.0,0.0792,0.02543,0.0,0.0748,0.02543,0.0,0.0748,0.02253,0.0,0.0704,0.02253,0.0,0.0704,0.0198,0.0,0.066,0.0198,0.0,0.066,0.01725,0.0,0.0616,0.01725,0.0,0.0616,0.01487,0.0,0.0572,0.01487,0.0,0.0572,0.01267,0.0,0.0528,0.01267,0.0,0.0528,0.01065,0.0,0.0484,0.01065,0.0,0.0484,0.0088,0.0,0.044,0.0088,0.0,0.044,0.00713,0.0,0.0396,0.00713,0.0,0.0396,0.00563,0.0,0.0352,0.00563,0.0,0.0352,0.00431,0.0,0.0308,0.00431,0.0,0.0308,0.00317,0.0,0.0264,0.00317,0.0,0.0264,0.0022,0.0,0.022,0.0022,0.0,0.022,0.00141,0.0,0.0176,0.00141,0.0,0.0176,0.00079,0.0,0.0132,0.00079,0.0,0.0132,0.00035,0.0,0.0088,0.00035,0.0,0.0088,0.00009,0.0,0.0044,0.00009,0.0,0.0044,0.0,0.0,0.0,0.0,0.0,0.0,0.00009,0.0,-0.0044,0.00009,0.0,-0.0044,0.00035,0.0,-0.0088,0.00035,0.0,-0.0088,0.00079,0.0,-0.0132,0.00079,0.0,-0.0132,0.00141,0.0,-0.0176,0.00141,0.0,-0.0176,0.0022,0.0,-0.022,0.0022,0.0,-0.022,0.00317,0.0,-0.0264,0.00317,0.0,-0.0264,0.00431,0.0,-0.0308,0.00431,0.0,-0.0308,0.00563,0.0,-0.0352};
			return value;
		}
		private double[] getCoordinate_7_28_point_58()
		{
			double[] value = {0.00563,0.0,-0.0352,0.00713,0.0,-0.0396,0.00713,0.0,-0.0396,0.0088,0.0,-0.044,0.0088,0.0,-0.044,0.01065,0.0,-0.0484,0.01065,0.0,-0.0484,0.01267,0.0,-0.0528,0.01267,0.0,-0.0528,0.01487,0.0,-0.0572,0.01487,0.0,-0.0572,0.01725,0.0,-0.0616,0.01725,0.0,-0.0616,0.0198,0.0,-0.066,0.0198,0.0,-0.066,0.02253,0.0,-0.0704,0.02253,0.0,-0.0704,0.02543,0.0,-0.0748,0.02543,0.0,-0.0748,0.02851,0.0,-0.0792,0.02851,0.0,-0.0792,0.03177,0.0,-0.0836,0.03177,0.0,-0.0836,0.0352,0.0,-0.088,0.0352,0.0,-0.088,0.03881,0.0,-0.0924,0.03881,0.0,-0.0924,0.04259,0.0,-0.0968,0.04259,0.0,-0.0968,0.04655,0.0,-0.1012,0.04655,0.0,-0.1012,0.05069,0.0,-0.1056,0.05078,0.0044,0.1056,0.04664,0.0044,0.1012,0.04664,0.0044,0.1012,0.04268,0.0044,0.0968,0.04268,0.0044,0.0968,0.0389,0.0044,0.0924,0.0389,0.0044,0.0924,0.03529,0.0044,0.088,0.03529,0.0044,0.088,0.03186,0.0044,0.0836,0.03186,0.0044,0.0836,0.0286,0.0044,0.0792,0.0286,0.0044,0.0792,0.02552,0.0044,0.0748,0.02552,0.0044,0.0748,0.02262,0.0044,0.0704,0.02262,0.0044,0.0704,0.01989,0.0044,0.066,0.01989,0.0044,0.066,0.01734,0.0044,0.0616,0.01734,0.0044,0.0616,0.01496,0.0044,0.0572,0.01496,0.0044,0.0572,0.01276,0.0044,0.0528,0.01276,0.0044,0.0528,0.01074,0.0044,0.0484,0.01074,0.0044,0.0484,0.00889,0.0044,0.044,0.00889,0.0044,0.044,0.00722,0.0044,0.0396,0.00722,0.0044,0.0396,0.00572,0.0044,0.0352,0.00572,0.0044,0.0352,0.0044,0.0044,0.0308,0.0044,0.0044,0.0308,0.00326,0.0044,0.0264,0.00326,0.0044,0.0264,0.00229,0.0044,0.022,0.00229,0.0044,0.022,0.0015,0.0044,0.0176,0.0015,0.0044,0.0176,0.00088,0.0044,0.0132,0.00088,0.0044,0.0132,0.00044,0.0044,0.0088,0.00044,0.0044,0.0088,0.00018,0.0044,0.0044,0.00018,0.0044,0.0044,0.00009,0.0044,0.0,0.00009,0.0044,0.0,0.00018,0.0044,-0.0044,0.00018,0.0044,-0.0044,0.00044,0.0044,-0.0088,0.00044,0.0044,-0.0088,0.00088,0.0044,-0.0132,0.00088,0.0044,-0.0132,0.0015,0.0044,-0.0176,0.0015,0.0044,-0.0176,0.00229,0.0044,-0.022,0.00229,0.0044,-0.022,0.00326,0.0044,-0.0264,0.00326,0.0044,-0.0264,0.0044,0.0044,-0.0308,0.0044,0.0044,-0.0308,0.00572,0.0044,-0.0352,0.00572,0.0044,-0.0352,0.00722,0.0044,-0.0396,0.00722,0.0044,-0.0396,0.00889,0.0044,-0.044};
			return value;
		}
		private double[] getCoordinate_7_28_point_59()
		{
			double[] value = {0.00889,0.0044,-0.044,0.01074,0.0044,-0.0484,0.01074,0.0044,-0.0484,0.01276,0.0044,-0.0528,0.01276,0.0044,-0.0528,0.01496,0.0044,-0.0572,0.01496,0.0044,-0.0572,0.01734,0.0044,-0.0616,0.01734,0.0044,-0.0616,0.01989,0.0044,-0.066,0.01989,0.0044,-0.066,0.02262,0.0044,-0.0704,0.02262,0.0044,-0.0704,0.02552,0.0044,-0.0748,0.02552,0.0044,-0.0748,0.0286,0.0044,-0.0792,0.0286,0.0044,-0.0792,0.03186,0.0044,-0.0836,0.03186,0.0044,-0.0836,0.03529,0.0044,-0.088,0.03529,0.0044,-0.088,0.0389,0.0044,-0.0924,0.0389,0.0044,-0.0924,0.04268,0.0044,-0.0968,0.04268,0.0044,-0.0968,0.04664,0.0044,-0.1012,0.04664,0.0044,-0.1012,0.05078,0.0044,-0.1056,0.05104,0.0088,0.1056,0.0469,0.0088,0.1012,0.0469,0.0088,0.1012,0.04294,0.0088,0.0968,0.04294,0.0088,0.0968,0.03916,0.0088,0.0924,0.03916,0.0088,0.0924,0.03555,0.0088,0.088,0.03555,0.0088,0.088,0.03212,0.0088,0.0836,0.03212,0.0088,0.0836,0.02886,0.0088,0.0792,0.02886,0.0088,0.0792,0.02578,0.0088,0.0748,0.02578,0.0088,0.0748,0.02288,0.0088,0.0704,0.02288,0.0088,0.0704,0.02015,0.0088,0.066,0.02015,0.0088,0.066,0.0176,0.0088,0.0616,0.0176,0.0088,0.0616,0.01522,0.0088,0.0572,0.01522,0.0088,0.0572,0.01302,0.0088,0.0528,0.01302,0.0088,0.0528,0.011,0.0088,0.0484,0.011,0.0088,0.0484,0.00915,0.0088,0.044,0.00915,0.0088,0.044,0.00748,0.0088,0.0396,0.00748,0.0088,0.0396,0.00598,0.0088,0.0352,0.00598,0.0088,0.0352,0.00466,0.0088,0.0308,0.00466,0.0088,0.0308,0.00352,0.0088,0.0264,0.00352,0.0088,0.0264,0.00255,0.0088,0.022,0.00255,0.0088,0.022,0.00176,0.0088,0.0176,0.00176,0.0088,0.0176,0.00114,0.0088,0.0132,0.00114,0.0088,0.0132,0.0007,0.0088,0.0088,0.0007,0.0088,0.0088,0.00044,0.0088,0.0044,0.00044,0.0088,0.0044,0.00035,0.0088,0.0,0.00035,0.0088,0.0,0.00044,0.0088,-0.0044,0.00044,0.0088,-0.0044,0.0007,0.0088,-0.0088,0.0007,0.0088,-0.0088,0.00114,0.0088,-0.0132,0.00114,0.0088,-0.0132,0.00176,0.0088,-0.0176,0.00176,0.0088,-0.0176,0.00255,0.0088,-0.022,0.00255,0.0088,-0.022,0.00352,0.0088,-0.0264,0.00352,0.0088,-0.0264,0.00466,0.0088,-0.0308,0.00466,0.0088,-0.0308,0.00598,0.0088,-0.0352,0.00598,0.0088,-0.0352,0.00748,0.0088,-0.0396,0.00748,0.0088,-0.0396,0.00915,0.0088,-0.044,0.00915,0.0088,-0.044,0.011,0.0088,-0.0484,0.011,0.0088,-0.0484,0.01302,0.0088,-0.0528};
			return value;
		}
		private double[] getCoordinate_7_28_point_60()
		{
			double[] value = {0.01302,0.0088,-0.0528,0.01522,0.0088,-0.0572,0.01522,0.0088,-0.0572,0.0176,0.0088,-0.0616,0.0176,0.0088,-0.0616,0.02015,0.0088,-0.066,0.02015,0.0088,-0.066,0.02288,0.0088,-0.0704,0.02288,0.0088,-0.0704,0.02578,0.0088,-0.0748,0.02578,0.0088,-0.0748,0.02886,0.0088,-0.0792,0.02886,0.0088,-0.0792,0.03212,0.0088,-0.0836,0.03212,0.0088,-0.0836,0.03555,0.0088,-0.088,0.03555,0.0088,-0.088,0.03916,0.0088,-0.0924,0.03916,0.0088,-0.0924,0.04294,0.0088,-0.0968,0.04294,0.0088,-0.0968,0.0469,0.0088,-0.1012,0.0469,0.0088,-0.1012,0.05104,0.0088,-0.1056,0.05148,0.0132,0.1056,0.04734,0.0132,0.1012,0.04734,0.0132,0.1012,0.04338,0.0132,0.0968,0.04338,0.0132,0.0968,0.0396,0.0132,0.0924,0.0396,0.0132,0.0924,0.03599,0.0132,0.088,0.03599,0.0132,0.088,0.03256,0.0132,0.0836,0.03256,0.0132,0.0836,0.0293,0.0132,0.0792,0.0293,0.0132,0.0792,0.02622,0.0132,0.0748,0.02622,0.0132,0.0748,0.02332,0.0132,0.0704,0.02332,0.0132,0.0704,0.02059,0.0132,0.066,0.02059,0.0132,0.066,0.01804,0.0132,0.0616,0.01804,0.0132,0.0616,0.01566,0.0132,0.0572,0.01566,0.0132,0.0572,0.01346,0.0132,0.0528,0.01346,0.0132,0.0528,0.01144,0.0132,0.0484,0.01144,0.0132,0.0484,0.00959,0.0132,0.044,0.00959,0.0132,0.044,0.00792,0.0132,0.0396,0.00792,0.0132,0.0396,0.00642,0.0132,0.0352,0.00642,0.0132,0.0352,0.0051,0.0132,0.0308,0.0051,0.0132,0.0308,0.00396,0.0132,0.0264,0.00396,0.0132,0.0264,0.00299,0.0132,0.022,0.00299,0.0132,0.022,0.0022,0.0132,0.0176,0.0022,0.0132,0.0176,0.00158,0.0132,0.0132,0.00158,0.0132,0.0132,0.00114,0.0132,0.0088,0.00114,0.0132,0.0088,0.00088,0.0132,0.0044,0.00088,0.0132,0.0044,0.00079,0.0132,0.0,0.00079,0.0132,0.0,0.00088,0.0132,-0.0044,0.00088,0.0132,-0.0044,0.00114,0.0132,-0.0088,0.00114,0.0132,-0.0088,0.00158,0.0132,-0.0132,0.00158,0.0132,-0.0132,0.0022,0.0132,-0.0176,0.0022,0.0132,-0.0176,0.00299,0.0132,-0.022,0.00299,0.0132,-0.022,0.00396,0.0132,-0.0264,0.00396,0.0132,-0.0264,0.0051,0.0132,-0.0308,0.0051,0.0132,-0.0308,0.00642,0.0132,-0.0352,0.00642,0.0132,-0.0352,0.00792,0.0132,-0.0396,0.00792,0.0132,-0.0396,0.00959,0.0132,-0.044,0.00959,0.0132,-0.044,0.01144,0.0132,-0.0484,0.01144,0.0132,-0.0484,0.01346,0.0132,-0.0528,0.01346,0.0132,-0.0528,0.01566,0.0132,-0.0572,0.01566,0.0132,-0.0572,0.01804,0.0132,-0.0616};
			return value;
		}
		private double[] getCoordinate_7_28_point_61()
		{
			double[] value = {0.01804,0.0132,-0.0616,0.02059,0.0132,-0.066,0.02059,0.0132,-0.066,0.02332,0.0132,-0.0704,0.02332,0.0132,-0.0704,0.02622,0.0132,-0.0748,0.02622,0.0132,-0.0748,0.0293,0.0132,-0.0792,0.0293,0.0132,-0.0792,0.03256,0.0132,-0.0836,0.03256,0.0132,-0.0836,0.03599,0.0132,-0.088,0.03599,0.0132,-0.088,0.0396,0.0132,-0.0924,0.0396,0.0132,-0.0924,0.04338,0.0132,-0.0968,0.04338,0.0132,-0.0968,0.04734,0.0132,-0.1012,0.04734,0.0132,-0.1012,0.05148,0.0132,-0.1056,0.0521,0.0176,0.1056,0.04796,0.0176,0.1012,0.04796,0.0176,0.1012,0.044,0.0176,0.0968,0.044,0.0176,0.0968,0.04022,0.0176,0.0924,0.04022,0.0176,0.0924,0.03661,0.0176,0.088,0.03661,0.0176,0.088,0.03318,0.0176,0.0836,0.03318,0.0176,0.0836,0.02992,0.0176,0.0792,0.02992,0.0176,0.0792,0.02684,0.0176,0.0748,0.02684,0.0176,0.0748,0.02394,0.0176,0.0704,0.02394,0.0176,0.0704,0.02121,0.0176,0.066,0.02121,0.0176,0.066,0.01866,0.0176,0.0616,0.01866,0.0176,0.0616,0.01628,0.0176,0.0572,0.01628,0.0176,0.0572,0.01408,0.0176,0.0528,0.01408,0.0176,0.0528,0.01206,0.0176,0.0484,0.01206,0.0176,0.0484,0.01021,0.0176,0.044,0.01021,0.0176,0.044,0.00854,0.0176,0.0396,0.00854,0.0176,0.0396,0.00704,0.0176,0.0352,0.00704,0.0176,0.0352,0.00572,0.0176,0.0308,0.00572,0.0176,0.0308,0.00458,0.0176,0.0264,0.00458,0.0176,0.0264,0.00361,0.0176,0.022,0.00361,0.0176,0.022,0.00282,0.0176,0.0176,0.00282,0.0176,0.0176,0.0022,0.0176,0.0132,0.0022,0.0176,0.0132,0.00176,0.0176,0.0088,0.00176,0.0176,0.0088,0.0015,0.0176,0.0044,0.0015,0.0176,0.0044,0.00141,0.0176,0.0,0.00141,0.0176,0.0,0.0015,0.0176,-0.0044,0.0015,0.0176,-0.0044,0.00176,0.0176,-0.0088,0.00176,0.0176,-0.0088,0.0022,0.0176,-0.0132,0.0022,0.0176,-0.0132,0.00282,0.0176,-0.0176,0.00282,0.0176,-0.0176,0.00361,0.0176,-0.022,0.00361,0.0176,-0.022,0.00458,0.0176,-0.0264,0.00458,0.0176,-0.0264,0.00572,0.0176,-0.0308,0.00572,0.0176,-0.0308,0.00704,0.0176,-0.0352,0.00704,0.0176,-0.0352,0.00854,0.0176,-0.0396,0.00854,0.0176,-0.0396,0.01021,0.0176,-0.044,0.01021,0.0176,-0.044,0.01206,0.0176,-0.0484,0.01206,0.0176,-0.0484,0.01408,0.0176,-0.0528,0.01408,0.0176,-0.0528,0.01628,0.0176,-0.0572,0.01628,0.0176,-0.0572,0.01866,0.0176,-0.0616,0.01866,0.0176,-0.0616,0.02121,0.0176,-0.066,0.02121,0.0176,-0.066,0.02394,0.0176,-0.0704};
			return value;
		}
		private double[] getCoordinate_7_28_point_62()
		{
			double[] value = {0.02394,0.0176,-0.0704,0.02684,0.0176,-0.0748,0.02684,0.0176,-0.0748,0.02992,0.0176,-0.0792,0.02992,0.0176,-0.0792,0.03318,0.0176,-0.0836,0.03318,0.0176,-0.0836,0.03661,0.0176,-0.088,0.03661,0.0176,-0.088,0.04022,0.0176,-0.0924,0.04022,0.0176,-0.0924,0.044,0.0176,-0.0968,0.044,0.0176,-0.0968,0.04796,0.0176,-0.1012,0.04796,0.0176,-0.1012,0.0521,0.0176,-0.1056,0.05289,0.022,0.1056,0.04875,0.022,0.1012,0.04875,0.022,0.1012,0.04479,0.022,0.0968,0.04479,0.022,0.0968,0.04101,0.022,0.0924,0.04101,0.022,0.0924,0.0374,0.022,0.088,0.0374,0.022,0.088,0.03397,0.022,0.0836,0.03397,0.022,0.0836,0.03071,0.022,0.0792,0.03071,0.022,0.0792,0.02763,0.022,0.0748,0.02763,0.022,0.0748,0.02473,0.022,0.0704,0.02473,0.022,0.0704,0.022,0.022,0.066,0.022,0.022,0.066,0.01945,0.022,0.0616,0.01945,0.022,0.0616,0.01707,0.022,0.0572,0.01707,0.022,0.0572,0.01487,0.022,0.0528,0.01487,0.022,0.0528,0.01285,0.022,0.0484,0.01285,0.022,0.0484,0.011,0.022,0.044,0.011,0.022,0.044,0.00933,0.022,0.0396,0.00933,0.022,0.0396,0.00783,0.022,0.0352,0.00783,0.022,0.0352,0.00651,0.022,0.0308,0.00651,0.022,0.0308,0.00537,0.022,0.0264,0.00537,0.022,0.0264,0.0044,0.022,0.022,0.0044,0.022,0.022,0.00361,0.022,0.0176,0.00361,0.022,0.0176,0.00299,0.022,0.0132,0.00299,0.022,0.0132,0.00255,0.022,0.0088,0.00255,0.022,0.0088,0.00229,0.022,0.0044,0.00229,0.022,0.0044,0.0022,0.022,0.0,0.0022,0.022,0.0,0.00229,0.022,-0.0044,0.00229,0.022,-0.0044,0.00255,0.022,-0.0088,0.00255,0.022,-0.0088,0.00299,0.022,-0.0132,0.00299,0.022,-0.0132,0.00361,0.022,-0.0176,0.00361,0.022,-0.0176,0.0044,0.022,-0.022,0.0044,0.022,-0.022,0.00537,0.022,-0.0264,0.00537,0.022,-0.0264,0.00651,0.022,-0.0308,0.00651,0.022,-0.0308,0.00783,0.022,-0.0352,0.00783,0.022,-0.0352,0.00933,0.022,-0.0396,0.00933,0.022,-0.0396,0.011,0.022,-0.044,0.011,0.022,-0.044,0.01285,0.022,-0.0484,0.01285,0.022,-0.0484,0.01487,0.022,-0.0528,0.01487,0.022,-0.0528,0.01707,0.022,-0.0572,0.01707,0.022,-0.0572,0.01945,0.022,-0.0616,0.01945,0.022,-0.0616,0.022,0.022,-0.066,0.022,0.022,-0.066,0.02473,0.022,-0.0704,0.02473,0.022,-0.0704,0.02763,0.022,-0.0748,0.02763,0.022,-0.0748,0.03071,0.022,-0.0792};
			return value;
		}
		private double[] getCoordinate_7_28_point_63()
		{
			double[] value = {0.03071,0.022,-0.0792,0.03397,0.022,-0.0836,0.03397,0.022,-0.0836,0.0374,0.022,-0.088,0.0374,0.022,-0.088,0.04101,0.022,-0.0924,0.04101,0.022,-0.0924,0.04479,0.022,-0.0968,0.04479,0.022,-0.0968,0.04875,0.022,-0.1012,0.04875,0.022,-0.1012,0.05289,0.022,-0.1056,0.05386,0.0264,0.1056,0.04972,0.0264,0.1012,0.04972,0.0264,0.1012,0.04576,0.0264,0.0968,0.04576,0.0264,0.0968,0.04198,0.0264,0.0924,0.04198,0.0264,0.0924,0.03837,0.0264,0.088,0.03837,0.0264,0.088,0.03494,0.0264,0.0836,0.03494,0.0264,0.0836,0.03168,0.0264,0.0792,0.03168,0.0264,0.0792,0.0286,0.0264,0.0748,0.0286,0.0264,0.0748,0.0257,0.0264,0.0704,0.0257,0.0264,0.0704,0.02297,0.0264,0.066,0.02297,0.0264,0.066,0.02042,0.0264,0.0616,0.02042,0.0264,0.0616,0.01804,0.0264,0.0572,0.01804,0.0264,0.0572,0.01584,0.0264,0.0528,0.01584,0.0264,0.0528,0.01382,0.0264,0.0484,0.01382,0.0264,0.0484,0.01197,0.0264,0.044,0.01197,0.0264,0.044,0.0103,0.0264,0.0396,0.0103,0.0264,0.0396,0.0088,0.0264,0.0352,0.0088,0.0264,0.0352,0.00748,0.0264,0.0308,0.00748,0.0264,0.0308,0.00634,0.0264,0.0264,0.00634,0.0264,0.0264,0.00537,0.0264,0.022,0.00537,0.0264,0.022,0.00458,0.0264,0.0176,0.00458,0.0264,0.0176,0.00396,0.0264,0.0132,0.00396,0.0264,0.0132,0.00352,0.0264,0.0088,0.00352,0.0264,0.0088,0.00326,0.0264,0.0044,0.00326,0.0264,0.0044,0.00317,0.0264,0.0,0.00317,0.0264,0.0,0.00326,0.0264,-0.0044,0.00326,0.0264,-0.0044,0.00352,0.0264,-0.0088,0.00352,0.0264,-0.0088,0.00396,0.0264,-0.0132,0.00396,0.0264,-0.0132,0.00458,0.0264,-0.0176,0.00458,0.0264,-0.0176,0.00537,0.0264,-0.022,0.00537,0.0264,-0.022,0.00634,0.0264,-0.0264,0.00634,0.0264,-0.0264,0.00748,0.0264,-0.0308,0.00748,0.0264,-0.0308,0.0088,0.0264,-0.0352,0.0088,0.0264,-0.0352,0.0103,0.0264,-0.0396,0.0103,0.0264,-0.0396,0.01197,0.0264,-0.044,0.01197,0.0264,-0.044,0.01382,0.0264,-0.0484,0.01382,0.0264,-0.0484,0.01584,0.0264,-0.0528,0.01584,0.0264,-0.0528,0.01804,0.0264,-0.0572,0.01804,0.0264,-0.0572,0.02042,0.0264,-0.0616,0.02042,0.0264,-0.0616,0.02297,0.0264,-0.066,0.02297,0.0264,-0.066,0.0257,0.0264,-0.0704,0.0257,0.0264,-0.0704,0.0286,0.0264,-0.0748,0.0286,0.0264,-0.0748,0.03168,0.0264,-0.0792,0.03168,0.0264,-0.0792,0.03494,0.0264,-0.0836,0.03494,0.0264,-0.0836,0.03837,0.0264,-0.088};
			return value;
		}
		private double[] getCoordinate_7_28_point_64()
		{
			double[] value = {0.03837,0.0264,-0.088,0.04198,0.0264,-0.0924,0.04198,0.0264,-0.0924,0.04576,0.0264,-0.0968,0.04576,0.0264,-0.0968,0.04972,0.0264,-0.1012,0.04972,0.0264,-0.1012,0.05386,0.0264,-0.1056,0.05086,0.0308,0.1012,0.0469,0.0308,0.0968,0.0469,0.0308,0.0968,0.04312,0.0308,0.0924,0.04312,0.0308,0.0924,0.03951,0.0308,0.088,0.03951,0.0308,0.088,0.03608,0.0308,0.0836,0.03608,0.0308,0.0836,0.03282,0.0308,0.0792,0.03282,0.0308,0.0792,0.02974,0.0308,0.0748,0.02974,0.0308,0.0748,0.02684,0.0308,0.0704,0.02684,0.0308,0.0704,0.02411,0.0308,0.066,0.02411,0.0308,0.066,0.02156,0.0308,0.0616,0.02156,0.0308,0.0616,0.01918,0.0308,0.0572,0.01918,0.0308,0.0572,0.01698,0.0308,0.0528,0.01698,0.0308,0.0528,0.01496,0.0308,0.0484,0.01496,0.0308,0.0484,0.01311,0.0308,0.044,0.01311,0.0308,0.044,0.01144,0.0308,0.0396,0.01144,0.0308,0.0396,0.00994,0.0308,0.0352,0.00994,0.0308,0.0352,0.00862,0.0308,0.0308,0.00862,0.0308,0.0308,0.00748,0.0308,0.0264,0.00748,0.0308,0.0264,0.00651,0.0308,0.022,0.00651,0.0308,0.022,0.00572,0.0308,0.0176,0.00572,0.0308,0.0176,0.0051,0.0308,0.0132,0.0051,0.0308,0.0132,0.00466,0.0308,0.0088,0.00466,0.0308,0.0088,0.0044,0.0308,0.0044,0.0044,0.0308,0.0044,0.00431,0.0308,0.0,0.00431,0.0308,0.0,0.0044,0.0308,-0.0044,0.0044,0.0308,-0.0044,0.00466,0.0308,-0.0088,0.00466,0.0308,-0.0088,0.0051,0.0308,-0.0132,0.0051,0.0308,-0.0132,0.00572,0.0308,-0.0176,0.00572,0.0308,-0.0176,0.00651,0.0308,-0.022,0.00651,0.0308,-0.022,0.00748,0.0308,-0.0264,0.00748,0.0308,-0.0264,0.00862,0.0308,-0.0308,0.00862,0.0308,-0.0308,0.00994,0.0308,-0.0352,0.00994,0.0308,-0.0352,0.01144,0.0308,-0.0396,0.01144,0.0308,-0.0396,0.01311,0.0308,-0.044,0.01311,0.0308,-0.044,0.01496,0.0308,-0.0484,0.01496,0.0308,-0.0484,0.01698,0.0308,-0.0528,0.01698,0.0308,-0.0528,0.01918,0.0308,-0.0572,0.01918,0.0308,-0.0572,0.02156,0.0308,-0.0616,0.02156,0.0308,-0.0616,0.02411,0.0308,-0.066,0.02411,0.0308,-0.066,0.02684,0.0308,-0.0704,0.02684,0.0308,-0.0704,0.02974,0.0308,-0.0748,0.02974,0.0308,-0.0748,0.03282,0.0308,-0.0792,0.03282,0.0308,-0.0792,0.03608,0.0308,-0.0836,0.03608,0.0308,-0.0836,0.03951,0.0308,-0.088,0.03951,0.0308,-0.088,0.04312,0.0308,-0.0924,0.04312,0.0308,-0.0924,0.0469,0.0308,-0.0968,0.0469,0.0308,-0.0968,0.05086,0.0308,-0.1012};
			return value;
		}
		private double[] getCoordinate_7_28_point_65()
		{
			double[] value = {0.05218,0.0352,0.1012,0.04822,0.0352,0.0968,0.04822,0.0352,0.0968,0.04444,0.0352,0.0924,0.04444,0.0352,0.0924,0.04083,0.0352,0.088,0.04083,0.0352,0.088,0.0374,0.0352,0.0836,0.0374,0.0352,0.0836,0.03414,0.0352,0.0792,0.03414,0.0352,0.0792,0.03106,0.0352,0.0748,0.03106,0.0352,0.0748,0.02816,0.0352,0.0704,0.02816,0.0352,0.0704,0.02543,0.0352,0.066,0.02543,0.0352,0.066,0.02288,0.0352,0.0616,0.02288,0.0352,0.0616,0.0205,0.0352,0.0572,0.0205,0.0352,0.0572,0.0183,0.0352,0.0528,0.0183,0.0352,0.0528,0.01628,0.0352,0.0484,0.01628,0.0352,0.0484,0.01443,0.0352,0.044,0.01443,0.0352,0.044,0.01276,0.0352,0.0396,0.01276,0.0352,0.0396,0.01126,0.0352,0.0352,0.01126,0.0352,0.0352,0.00994,0.0352,0.0308,0.00994,0.0352,0.0308,0.0088,0.0352,0.0264,0.0088,0.0352,0.0264,0.00783,0.0352,0.022,0.00783,0.0352,0.022,0.00704,0.0352,0.0176,0.00704,0.0352,0.0176,0.00642,0.0352,0.0132,0.00642,0.0352,0.0132,0.00598,0.0352,0.0088,0.00598,0.0352,0.0088,0.00572,0.0352,0.0044,0.00572,0.0352,0.0044,0.00563,0.0352,0.0,0.00563,0.0352,0.0,0.00572,0.0352,-0.0044,0.00572,0.0352,-0.0044,0.00598,0.0352,-0.0088,0.00598,0.0352,-0.0088,0.00642,0.0352,-0.0132,0.00642,0.0352,-0.0132,0.00704,0.0352,-0.0176,0.00704,0.0352,-0.0176,0.00783,0.0352,-0.022,0.00783,0.0352,-0.022,0.0088,0.0352,-0.0264,0.0088,0.0352,-0.0264,0.00994,0.0352,-0.0308,0.00994,0.0352,-0.0308,0.01126,0.0352,-0.0352,0.01126,0.0352,-0.0352,0.01276,0.0352,-0.0396,0.01276,0.0352,-0.0396,0.01443,0.0352,-0.044,0.01443,0.0352,-0.044,0.01628,0.0352,-0.0484,0.01628,0.0352,-0.0484,0.0183,0.0352,-0.0528,0.0183,0.0352,-0.0528,0.0205,0.0352,-0.0572,0.0205,0.0352,-0.0572,0.02288,0.0352,-0.0616,0.02288,0.0352,-0.0616,0.02543,0.0352,-0.066,0.02543,0.0352,-0.066,0.02816,0.0352,-0.0704,0.02816,0.0352,-0.0704,0.03106,0.0352,-0.0748,0.03106,0.0352,-0.0748,0.03414,0.0352,-0.0792,0.03414,0.0352,-0.0792,0.0374,0.0352,-0.0836,0.0374,0.0352,-0.0836,0.04083,0.0352,-0.088,0.04083,0.0352,-0.088,0.04444,0.0352,-0.0924,0.04444,0.0352,-0.0924,0.04822,0.0352,-0.0968,0.04822,0.0352,-0.0968,0.05218,0.0352,-0.1012,0.05368,0.0396,0.1012,0.04972,0.0396,0.0968,0.04972,0.0396,0.0968,0.04594,0.0396,0.0924,0.04594,0.0396,0.0924,0.04233,0.0396,0.088,0.04233,0.0396,0.088,0.0389,0.0396,0.0836};
			return value;
		}
		private double[] getCoordinate_7_28_point_66()
		{
			double[] value = {0.0389,0.0396,0.0836,0.03564,0.0396,0.0792,0.03564,0.0396,0.0792,0.03256,0.0396,0.0748,0.03256,0.0396,0.0748,0.02966,0.0396,0.0704,0.02966,0.0396,0.0704,0.02693,0.0396,0.066,0.02693,0.0396,0.066,0.02438,0.0396,0.0616,0.02438,0.0396,0.0616,0.022,0.0396,0.0572,0.022,0.0396,0.0572,0.0198,0.0396,0.0528,0.0198,0.0396,0.0528,0.01778,0.0396,0.0484,0.01778,0.0396,0.0484,0.01593,0.0396,0.044,0.01593,0.0396,0.044,0.01426,0.0396,0.0396,0.01426,0.0396,0.0396,0.01276,0.0396,0.0352,0.01276,0.0396,0.0352,0.01144,0.0396,0.0308,0.01144,0.0396,0.0308,0.0103,0.0396,0.0264,0.0103,0.0396,0.0264,0.00933,0.0396,0.022,0.00933,0.0396,0.022,0.00854,0.0396,0.0176,0.00854,0.0396,0.0176,0.00792,0.0396,0.0132,0.00792,0.0396,0.0132,0.00748,0.0396,0.0088,0.00748,0.0396,0.0088,0.00722,0.0396,0.0044,0.00722,0.0396,0.0044,0.00713,0.0396,0.0,0.00713,0.0396,0.0,0.00722,0.0396,-0.0044,0.00722,0.0396,-0.0044,0.00748,0.0396,-0.0088,0.00748,0.0396,-0.0088,0.00792,0.0396,-0.0132,0.00792,0.0396,-0.0132,0.00854,0.0396,-0.0176,0.00854,0.0396,-0.0176,0.00933,0.0396,-0.022,0.00933,0.0396,-0.022,0.0103,0.0396,-0.0264,0.0103,0.0396,-0.0264,0.01144,0.0396,-0.0308,0.01144,0.0396,-0.0308,0.01276,0.0396,-0.0352,0.01276,0.0396,-0.0352,0.01426,0.0396,-0.0396,0.01426,0.0396,-0.0396,0.01593,0.0396,-0.044,0.01593,0.0396,-0.044,0.01778,0.0396,-0.0484,0.01778,0.0396,-0.0484,0.0198,0.0396,-0.0528,0.0198,0.0396,-0.0528,0.022,0.0396,-0.0572,0.022,0.0396,-0.0572,0.02438,0.0396,-0.0616,0.02438,0.0396,-0.0616,0.02693,0.0396,-0.066,0.02693,0.0396,-0.066,0.02966,0.0396,-0.0704,0.02966,0.0396,-0.0704,0.03256,0.0396,-0.0748,0.03256,0.0396,-0.0748,0.03564,0.0396,-0.0792,0.03564,0.0396,-0.0792,0.0389,0.0396,-0.0836,0.0389,0.0396,-0.0836,0.04233,0.0396,-0.088,0.04233,0.0396,-0.088,0.04594,0.0396,-0.0924,0.04594,0.0396,-0.0924,0.04972,0.0396,-0.0968,0.04972,0.0396,-0.0968,0.05368,0.0396,-0.1012,0.05139,0.044,0.0968,0.04761,0.044,0.0924,0.04761,0.044,0.0924,0.044,0.044,0.088,0.044,0.044,0.088,0.04057,0.044,0.0836,0.04057,0.044,0.0836,0.03731,0.044,0.0792,0.03731,0.044,0.0792,0.03423,0.044,0.0748,0.03423,0.044,0.0748,0.03133,0.044,0.0704,0.03133,0.044,0.0704,0.0286,0.044,0.066,0.0286,0.044,0.066,0.02605,0.044,0.0616};
			return value;
		}
		private double[] getCoordinate_7_28_point_67()
		{
			double[] value = {0.02605,0.044,0.0616,0.02367,0.044,0.0572,0.02367,0.044,0.0572,0.02147,0.044,0.0528,0.02147,0.044,0.0528,0.01945,0.044,0.0484,0.01945,0.044,0.0484,0.0176,0.044,0.044,0.0176,0.044,0.044,0.01593,0.044,0.0396,0.01593,0.044,0.0396,0.01443,0.044,0.0352,0.01443,0.044,0.0352,0.01311,0.044,0.0308,0.01311,0.044,0.0308,0.01197,0.044,0.0264,0.01197,0.044,0.0264,0.011,0.044,0.022,0.011,0.044,0.022,0.01021,0.044,0.0176,0.01021,0.044,0.0176,0.00959,0.044,0.0132,0.00959,0.044,0.0132,0.00915,0.044,0.0088,0.00915,0.044,0.0088,0.00889,0.044,0.0044,0.00889,0.044,0.0044,0.0088,0.044,0.0,0.0088,0.044,0.0,0.00889,0.044,-0.0044,0.00889,0.044,-0.0044,0.00915,0.044,-0.0088,0.00915,0.044,-0.0088,0.00959,0.044,-0.0132,0.00959,0.044,-0.0132,0.01021,0.044,-0.0176,0.01021,0.044,-0.0176,0.011,0.044,-0.022,0.011,0.044,-0.022,0.01197,0.044,-0.0264,0.01197,0.044,-0.0264,0.01311,0.044,-0.0308,0.01311,0.044,-0.0308,0.01443,0.044,-0.0352,0.01443,0.044,-0.0352,0.01593,0.044,-0.0396,0.01593,0.044,-0.0396,0.0176,0.044,-0.044,0.0176,0.044,-0.044,0.01945,0.044,-0.0484,0.01945,0.044,-0.0484,0.02147,0.044,-0.0528,0.02147,0.044,-0.0528,0.02367,0.044,-0.0572,0.02367,0.044,-0.0572,0.02605,0.044,-0.0616,0.02605,0.044,-0.0616,0.0286,0.044,-0.066,0.0286,0.044,-0.066,0.03133,0.044,-0.0704,0.03133,0.044,-0.0704,0.03423,0.044,-0.0748,0.03423,0.044,-0.0748,0.03731,0.044,-0.0792,0.03731,0.044,-0.0792,0.04057,0.044,-0.0836,0.04057,0.044,-0.0836,0.044,0.044,-0.088,0.044,0.044,-0.088,0.04761,0.044,-0.0924,0.04761,0.044,-0.0924,0.05139,0.044,-0.0968,0.05324,0.0484,0.0968,0.04946,0.0484,0.0924,0.04946,0.0484,0.0924,0.04585,0.0484,0.088,0.04585,0.0484,0.088,0.04242,0.0484,0.0836,0.04242,0.0484,0.0836,0.03916,0.0484,0.0792,0.03916,0.0484,0.0792,0.03608,0.0484,0.0748,0.03608,0.0484,0.0748,0.03318,0.0484,0.0704,0.03318,0.0484,0.0704,0.03045,0.0484,0.066,0.03045,0.0484,0.066,0.0279,0.0484,0.0616,0.0279,0.0484,0.0616,0.02552,0.0484,0.0572,0.02552,0.0484,0.0572,0.02332,0.0484,0.0528,0.02332,0.0484,0.0528,0.0213,0.0484,0.0484,0.0213,0.0484,0.0484,0.01945,0.0484,0.044,0.01945,0.0484,0.044,0.01778,0.0484,0.0396,0.01778,0.0484,0.0396,0.01628,0.0484,0.0352};
			return value;
		}
		private double[] getCoordinate_7_28_point_68()
		{
			double[] value = {0.01628,0.0484,0.0352,0.01496,0.0484,0.0308,0.01496,0.0484,0.0308,0.01382,0.0484,0.0264,0.01382,0.0484,0.0264,0.01285,0.0484,0.022,0.01285,0.0484,0.022,0.01206,0.0484,0.0176,0.01206,0.0484,0.0176,0.01144,0.0484,0.0132,0.01144,0.0484,0.0132,0.011,0.0484,0.0088,0.011,0.0484,0.0088,0.01074,0.0484,0.0044,0.01074,0.0484,0.0044,0.01065,0.0484,0.0,0.01065,0.0484,0.0,0.01074,0.0484,-0.0044,0.01074,0.0484,-0.0044,0.011,0.0484,-0.0088,0.011,0.0484,-0.0088,0.01144,0.0484,-0.0132,0.01144,0.0484,-0.0132,0.01206,0.0484,-0.0176,0.01206,0.0484,-0.0176,0.01285,0.0484,-0.022,0.01285,0.0484,-0.022,0.01382,0.0484,-0.0264,0.01382,0.0484,-0.0264,0.01496,0.0484,-0.0308,0.01496,0.0484,-0.0308,0.01628,0.0484,-0.0352,0.01628,0.0484,-0.0352,0.01778,0.0484,-0.0396,0.01778,0.0484,-0.0396,0.01945,0.0484,-0.044,0.01945,0.0484,-0.044,0.0213,0.0484,-0.0484,0.0213,0.0484,-0.0484,0.02332,0.0484,-0.0528,0.02332,0.0484,-0.0528,0.02552,0.0484,-0.0572,0.02552,0.0484,-0.0572,0.0279,0.0484,-0.0616,0.0279,0.0484,-0.0616,0.03045,0.0484,-0.066,0.03045,0.0484,-0.066,0.03318,0.0484,-0.0704,0.03318,0.0484,-0.0704,0.03608,0.0484,-0.0748,0.03608,0.0484,-0.0748,0.03916,0.0484,-0.0792,0.03916,0.0484,-0.0792,0.04242,0.0484,-0.0836,0.04242,0.0484,-0.0836,0.04585,0.0484,-0.088,0.04585,0.0484,-0.088,0.04946,0.0484,-0.0924,0.04946,0.0484,-0.0924,0.05324,0.0484,-0.0968,0.05148,0.0528,0.0924,0.04787,0.0528,0.088,0.04787,0.0528,0.088,0.04444,0.0528,0.0836,0.04444,0.0528,0.0836,0.04118,0.0528,0.0792,0.04118,0.0528,0.0792,0.0381,0.0528,0.0748,0.0381,0.0528,0.0748,0.0352,0.0528,0.0704,0.0352,0.0528,0.0704,0.03247,0.0528,0.066,0.03247,0.0528,0.066,0.02992,0.0528,0.0616,0.02992,0.0528,0.0616,0.02754,0.0528,0.0572,0.02754,0.0528,0.0572,0.02534,0.0528,0.0528,0.02534,0.0528,0.0528,0.02332,0.0528,0.0484,0.02332,0.0528,0.0484,0.02147,0.0528,0.044,0.02147,0.0528,0.044,0.0198,0.0528,0.0396,0.0198,0.0528,0.0396,0.0183,0.0528,0.0352,0.0183,0.0528,0.0352,0.01698,0.0528,0.0308,0.01698,0.0528,0.0308,0.01584,0.0528,0.0264,0.01584,0.0528,0.0264,0.01487,0.0528,0.022,0.01487,0.0528,0.022,0.01408,0.0528,0.0176,0.01408,0.0528,0.0176,0.01346,0.0528,0.0132,0.01346,0.0528,0.0132,0.01302,0.0528,0.0088,0.01302,0.0528,0.0088,0.01276,0.0528,0.0044};
			return value;
		}
		private double[] getCoordinate_7_28_point_69()
		{
			double[] value = {0.01276,0.0528,0.0044,0.01267,0.0528,0.0,0.01267,0.0528,0.0,0.01276,0.0528,-0.0044,0.01276,0.0528,-0.0044,0.01302,0.0528,-0.0088,0.01302,0.0528,-0.0088,0.01346,0.0528,-0.0132,0.01346,0.0528,-0.0132,0.01408,0.0528,-0.0176,0.01408,0.0528,-0.0176,0.01487,0.0528,-0.022,0.01487,0.0528,-0.022,0.01584,0.0528,-0.0264,0.01584,0.0528,-0.0264,0.01698,0.0528,-0.0308,0.01698,0.0528,-0.0308,0.0183,0.0528,-0.0352,0.0183,0.0528,-0.0352,0.0198,0.0528,-0.0396,0.0198,0.0528,-0.0396,0.02147,0.0528,-0.044,0.02147,0.0528,-0.044,0.02332,0.0528,-0.0484,0.02332,0.0528,-0.0484,0.02534,0.0528,-0.0528,0.02534,0.0528,-0.0528,0.02754,0.0528,-0.0572,0.02754,0.0528,-0.0572,0.02992,0.0528,-0.0616,0.02992,0.0528,-0.0616,0.03247,0.0528,-0.066,0.03247,0.0528,-0.066,0.0352,0.0528,-0.0704,0.0352,0.0528,-0.0704,0.0381,0.0528,-0.0748,0.0381,0.0528,-0.0748,0.04118,0.0528,-0.0792,0.04118,0.0528,-0.0792,0.04444,0.0528,-0.0836,0.04444,0.0528,-0.0836,0.04787,0.0528,-0.088,0.04787,0.0528,-0.088,0.05148,0.0528,-0.0924,0.05368,0.0572,0.0924,0.05007,0.0572,0.088,0.05007,0.0572,0.088,0.04664,0.0572,0.0836,0.04664,0.0572,0.0836,0.04338,0.0572,0.0792,0.04338,0.0572,0.0792,0.0403,0.0572,0.0748,0.0403,0.0572,0.0748,0.0374,0.0572,0.0704,0.0374,0.0572,0.0704,0.03467,0.0572,0.066,0.03467,0.0572,0.066,0.03212,0.0572,0.0616,0.03212,0.0572,0.0616,0.02974,0.0572,0.0572,0.02974,0.0572,0.0572,0.02754,0.0572,0.0528,0.02754,0.0572,0.0528,0.02552,0.0572,0.0484,0.02552,0.0572,0.0484,0.02367,0.0572,0.044,0.02367,0.0572,0.044,0.022,0.0572,0.0396,0.022,0.0572,0.0396,0.0205,0.0572,0.0352,0.0205,0.0572,0.0352,0.01918,0.0572,0.0308,0.01918,0.0572,0.0308,0.01804,0.0572,0.0264,0.01804,0.0572,0.0264,0.01707,0.0572,0.022,0.01707,0.0572,0.022,0.01628,0.0572,0.0176,0.01628,0.0572,0.0176,0.01566,0.0572,0.0132,0.01566,0.0572,0.0132,0.01522,0.0572,0.0088,0.01522,0.0572,0.0088,0.01496,0.0572,0.0044,0.01496,0.0572,0.0044,0.01487,0.0572,0.0,0.01487,0.0572,0.0,0.01496,0.0572,-0.0044,0.01496,0.0572,-0.0044,0.01522,0.0572,-0.0088,0.01522,0.0572,-0.0088,0.01566,0.0572,-0.0132,0.01566,0.0572,-0.0132,0.01628,0.0572,-0.0176,0.01628,0.0572,-0.0176,0.01707,0.0572,-0.022,0.01707,0.0572,-0.022,0.01804,0.0572,-0.0264,0.01804,0.0572,-0.0264,0.01918,0.0572,-0.0308};
			return value;
		}
		private double[] getCoordinate_7_28_point_70()
		{
			double[] value = {0.01918,0.0572,-0.0308,0.0205,0.0572,-0.0352,0.0205,0.0572,-0.0352,0.022,0.0572,-0.0396,0.022,0.0572,-0.0396,0.02367,0.0572,-0.044,0.02367,0.0572,-0.044,0.02552,0.0572,-0.0484,0.02552,0.0572,-0.0484,0.02754,0.0572,-0.0528,0.02754,0.0572,-0.0528,0.02974,0.0572,-0.0572,0.02974,0.0572,-0.0572,0.03212,0.0572,-0.0616,0.03212,0.0572,-0.0616,0.03467,0.0572,-0.066,0.03467,0.0572,-0.066,0.0374,0.0572,-0.0704,0.0374,0.0572,-0.0704,0.0403,0.0572,-0.0748,0.0403,0.0572,-0.0748,0.04338,0.0572,-0.0792,0.04338,0.0572,-0.0792,0.04664,0.0572,-0.0836,0.04664,0.0572,-0.0836,0.05007,0.0572,-0.088,0.05007,0.0572,-0.088,0.05368,0.0572,-0.0924,0.05245,0.0616,0.088,0.04902,0.0616,0.0836,0.04902,0.0616,0.0836,0.04576,0.0616,0.0792,0.04576,0.0616,0.0792,0.04268,0.0616,0.0748,0.04268,0.0616,0.0748,0.03978,0.0616,0.0704,0.03978,0.0616,0.0704,0.03705,0.0616,0.066,0.03705,0.0616,0.066,0.0345,0.0616,0.0616,0.0345,0.0616,0.0616,0.03212,0.0616,0.0572,0.03212,0.0616,0.0572,0.02992,0.0616,0.0528,0.02992,0.0616,0.0528,0.0279,0.0616,0.0484,0.0279,0.0616,0.0484,0.02605,0.0616,0.044,0.02605,0.0616,0.044,0.02438,0.0616,0.0396,0.02438,0.0616,0.0396,0.02288,0.0616,0.0352,0.02288,0.0616,0.0352,0.02156,0.0616,0.0308,0.02156,0.0616,0.0308,0.02042,0.0616,0.0264,0.02042,0.0616,0.0264,0.01945,0.0616,0.022,0.01945,0.0616,0.022,0.01866,0.0616,0.0176,0.01866,0.0616,0.0176,0.01804,0.0616,0.0132,0.01804,0.0616,0.0132,0.0176,0.0616,0.0088,0.0176,0.0616,0.0088,0.01734,0.0616,0.0044,0.01734,0.0616,0.0044,0.01725,0.0616,0.0,0.01725,0.0616,0.0,0.01734,0.0616,-0.0044,0.01734,0.0616,-0.0044,0.0176,0.0616,-0.0088,0.0176,0.0616,-0.0088,0.01804,0.0616,-0.0132,0.01804,0.0616,-0.0132,0.01866,0.0616,-0.0176,0.01866,0.0616,-0.0176,0.01945,0.0616,-0.022,0.01945,0.0616,-0.022,0.02042,0.0616,-0.0264,0.02042,0.0616,-0.0264,0.02156,0.0616,-0.0308,0.02156,0.0616,-0.0308,0.02288,0.0616,-0.0352,0.02288,0.0616,-0.0352,0.02438,0.0616,-0.0396,0.02438,0.0616,-0.0396,0.02605,0.0616,-0.044,0.02605,0.0616,-0.044,0.0279,0.0616,-0.0484,0.0279,0.0616,-0.0484,0.02992,0.0616,-0.0528,0.02992,0.0616,-0.0528,0.03212,0.0616,-0.0572,0.03212,0.0616,-0.0572,0.0345,0.0616,-0.0616,0.0345,0.0616,-0.0616,0.03705,0.0616,-0.066,0.03705,0.0616,-0.066,0.03978,0.0616,-0.0704};
			return value;
		}
		private double[] getCoordinate_7_28_point_71()
		{
			double[] value = {0.03978,0.0616,-0.0704,0.04268,0.0616,-0.0748,0.04268,0.0616,-0.0748,0.04576,0.0616,-0.0792,0.04576,0.0616,-0.0792,0.04902,0.0616,-0.0836,0.04902,0.0616,-0.0836,0.05245,0.0616,-0.088,0.05157,0.066,0.0836,0.04831,0.066,0.0792,0.04831,0.066,0.0792,0.04523,0.066,0.0748,0.04523,0.066,0.0748,0.04233,0.066,0.0704,0.04233,0.066,0.0704,0.0396,0.066,0.066,0.0396,0.066,0.066,0.03705,0.066,0.0616,0.03705,0.066,0.0616,0.03467,0.066,0.0572,0.03467,0.066,0.0572,0.03247,0.066,0.0528,0.03247,0.066,0.0528,0.03045,0.066,0.0484,0.03045,0.066,0.0484,0.0286,0.066,0.044,0.0286,0.066,0.044,0.02693,0.066,0.0396,0.02693,0.066,0.0396,0.02543,0.066,0.0352,0.02543,0.066,0.0352,0.02411,0.066,0.0308,0.02411,0.066,0.0308,0.02297,0.066,0.0264,0.02297,0.066,0.0264,0.022,0.066,0.022,0.022,0.066,0.022,0.02121,0.066,0.0176,0.02121,0.066,0.0176,0.02059,0.066,0.0132,0.02059,0.066,0.0132,0.02015,0.066,0.0088,0.02015,0.066,0.0088,0.01989,0.066,0.0044,0.01989,0.066,0.0044,0.0198,0.066,0.0,0.0198,0.066,0.0,0.01989,0.066,-0.0044,0.01989,0.066,-0.0044,0.02015,0.066,-0.0088,0.02015,0.066,-0.0088,0.02059,0.066,-0.0132,0.02059,0.066,-0.0132,0.02121,0.066,-0.0176,0.02121,0.066,-0.0176,0.022,0.066,-0.022,0.022,0.066,-0.022,0.02297,0.066,-0.0264,0.02297,0.066,-0.0264,0.02411,0.066,-0.0308,0.02411,0.066,-0.0308,0.02543,0.066,-0.0352,0.02543,0.066,-0.0352,0.02693,0.066,-0.0396,0.02693,0.066,-0.0396,0.0286,0.066,-0.044,0.0286,0.066,-0.044,0.03045,0.066,-0.0484,0.03045,0.066,-0.0484,0.03247,0.066,-0.0528,0.03247,0.066,-0.0528,0.03467,0.066,-0.0572,0.03467,0.066,-0.0572,0.03705,0.066,-0.0616,0.03705,0.066,-0.0616,0.0396,0.066,-0.066,0.0396,0.066,-0.066,0.04233,0.066,-0.0704,0.04233,0.066,-0.0704,0.04523,0.066,-0.0748,0.04523,0.066,-0.0748,0.04831,0.066,-0.0792,0.04831,0.066,-0.0792,0.05157,0.066,-0.0836,0.0543,0.0704,0.0836,0.05104,0.0704,0.0792,0.05104,0.0704,0.0792,0.04796,0.0704,0.0748,0.04796,0.0704,0.0748,0.04506,0.0704,0.0704,0.04506,0.0704,0.0704,0.04233,0.0704,0.066,0.04233,0.0704,0.066,0.03978,0.0704,0.0616,0.03978,0.0704,0.0616,0.0374,0.0704,0.0572,0.0374,0.0704,0.0572,0.0352,0.0704,0.0528,0.0352,0.0704,0.0528,0.03318,0.0704,0.0484};
			return value;
		}
		private double[] getCoordinate_7_28_point_72()
		{
			double[] value = {0.03318,0.0704,0.0484,0.03133,0.0704,0.044,0.03133,0.0704,0.044,0.02966,0.0704,0.0396,0.02966,0.0704,0.0396,0.02816,0.0704,0.0352,0.02816,0.0704,0.0352,0.02684,0.0704,0.0308,0.02684,0.0704,0.0308,0.0257,0.0704,0.0264,0.0257,0.0704,0.0264,0.02473,0.0704,0.022,0.02473,0.0704,0.022,0.02394,0.0704,0.0176,0.02394,0.0704,0.0176,0.02332,0.0704,0.0132,0.02332,0.0704,0.0132,0.02288,0.0704,0.0088,0.02288,0.0704,0.0088,0.02262,0.0704,0.0044,0.02262,0.0704,0.0044,0.02253,0.0704,0.0,0.02253,0.0704,0.0,0.02262,0.0704,-0.0044,0.02262,0.0704,-0.0044,0.02288,0.0704,-0.0088,0.02288,0.0704,-0.0088,0.02332,0.0704,-0.0132,0.02332,0.0704,-0.0132,0.02394,0.0704,-0.0176,0.02394,0.0704,-0.0176,0.02473,0.0704,-0.022,0.02473,0.0704,-0.022,0.0257,0.0704,-0.0264,0.0257,0.0704,-0.0264,0.02684,0.0704,-0.0308,0.02684,0.0704,-0.0308,0.02816,0.0704,-0.0352,0.02816,0.0704,-0.0352,0.02966,0.0704,-0.0396,0.02966,0.0704,-0.0396,0.03133,0.0704,-0.044,0.03133,0.0704,-0.044,0.03318,0.0704,-0.0484,0.03318,0.0704,-0.0484,0.0352,0.0704,-0.0528,0.0352,0.0704,-0.0528,0.0374,0.0704,-0.0572,0.0374,0.0704,-0.0572,0.03978,0.0704,-0.0616,0.03978,0.0704,-0.0616,0.04233,0.0704,-0.066,0.04233,0.0704,-0.066,0.04506,0.0704,-0.0704,0.04506,0.0704,-0.0704,0.04796,0.0704,-0.0748,0.04796,0.0704,-0.0748,0.05104,0.0704,-0.0792,0.05104,0.0704,-0.0792,0.0543,0.0704,-0.0836,0.05394,0.0748,0.0792,0.05086,0.0748,0.0748,0.05086,0.0748,0.0748,0.04796,0.0748,0.0704,0.04796,0.0748,0.0704,0.04523,0.0748,0.066,0.04523,0.0748,0.066,0.04268,0.0748,0.0616,0.04268,0.0748,0.0616,0.0403,0.0748,0.0572,0.0403,0.0748,0.0572,0.0381,0.0748,0.0528,0.0381,0.0748,0.0528,0.03608,0.0748,0.0484,0.03608,0.0748,0.0484,0.03423,0.0748,0.044,0.03423,0.0748,0.044,0.03256,0.0748,0.0396,0.03256,0.0748,0.0396,0.03106,0.0748,0.0352,0.03106,0.0748,0.0352,0.02974,0.0748,0.0308,0.02974,0.0748,0.0308,0.0286,0.0748,0.0264,0.0286,0.0748,0.0264,0.02763,0.0748,0.022,0.02763,0.0748,0.022,0.02684,0.0748,0.0176,0.02684,0.0748,0.0176,0.02622,0.0748,0.0132,0.02622,0.0748,0.0132,0.02578,0.0748,0.0088,0.02578,0.0748,0.0088,0.02552,0.0748,0.0044,0.02552,0.0748,0.0044,0.02543,0.0748,0.0,0.02543,0.0748,0.0,0.02552,0.0748,-0.0044,0.02552,0.0748,-0.0044,0.02578,0.0748,-0.0088};
			return value;
		}
		private double[] getCoordinate_7_28_point_73()
		{
			double[] value = {0.02578,0.0748,-0.0088,0.02622,0.0748,-0.0132,0.02622,0.0748,-0.0132,0.02684,0.0748,-0.0176,0.02684,0.0748,-0.0176,0.02763,0.0748,-0.022,0.02763,0.0748,-0.022,0.0286,0.0748,-0.0264,0.0286,0.0748,-0.0264,0.02974,0.0748,-0.0308,0.02974,0.0748,-0.0308,0.03106,0.0748,-0.0352,0.03106,0.0748,-0.0352,0.03256,0.0748,-0.0396,0.03256,0.0748,-0.0396,0.03423,0.0748,-0.044,0.03423,0.0748,-0.044,0.03608,0.0748,-0.0484,0.03608,0.0748,-0.0484,0.0381,0.0748,-0.0528,0.0381,0.0748,-0.0528,0.0403,0.0748,-0.0572,0.0403,0.0748,-0.0572,0.04268,0.0748,-0.0616,0.04268,0.0748,-0.0616,0.04523,0.0748,-0.066,0.04523,0.0748,-0.066,0.04796,0.0748,-0.0704,0.04796,0.0748,-0.0704,0.05086,0.0748,-0.0748,0.05086,0.0748,-0.0748,0.05394,0.0748,-0.0792,0.05394,0.0792,0.0748,0.05104,0.0792,0.0704,0.05104,0.0792,0.0704,0.04831,0.0792,0.066,0.04831,0.0792,0.066,0.04576,0.0792,0.0616,0.04576,0.0792,0.0616,0.04338,0.0792,0.0572,0.04338,0.0792,0.0572,0.04118,0.0792,0.0528,0.04118,0.0792,0.0528,0.03916,0.0792,0.0484,0.03916,0.0792,0.0484,0.03731,0.0792,0.044,0.03731,0.0792,0.044,0.03564,0.0792,0.0396,0.03564,0.0792,0.0396,0.03414,0.0792,0.0352,0.03414,0.0792,0.0352,0.03282,0.0792,0.0308,0.03282,0.0792,0.0308,0.03168,0.0792,0.0264,0.03168,0.0792,0.0264,0.03071,0.0792,0.022,0.03071,0.0792,0.022,0.02992,0.0792,0.0176,0.02992,0.0792,0.0176,0.0293,0.0792,0.0132,0.0293,0.0792,0.0132,0.02886,0.0792,0.0088,0.02886,0.0792,0.0088,0.0286,0.0792,0.0044,0.0286,0.0792,0.0044,0.02851,0.0792,0.0,0.02851,0.0792,0.0,0.0286,0.0792,-0.0044,0.0286,0.0792,-0.0044,0.02886,0.0792,-0.0088,0.02886,0.0792,-0.0088,0.0293,0.0792,-0.0132,0.0293,0.0792,-0.0132,0.02992,0.0792,-0.0176,0.02992,0.0792,-0.0176,0.03071,0.0792,-0.022,0.03071,0.0792,-0.022,0.03168,0.0792,-0.0264,0.03168,0.0792,-0.0264,0.03282,0.0792,-0.0308,0.03282,0.0792,-0.0308,0.03414,0.0792,-0.0352,0.03414,0.0792,-0.0352,0.03564,0.0792,-0.0396,0.03564,0.0792,-0.0396,0.03731,0.0792,-0.044,0.03731,0.0792,-0.044,0.03916,0.0792,-0.0484,0.03916,0.0792,-0.0484,0.04118,0.0792,-0.0528,0.04118,0.0792,-0.0528,0.04338,0.0792,-0.0572,0.04338,0.0792,-0.0572,0.04576,0.0792,-0.0616,0.04576,0.0792,-0.0616,0.04831,0.0792,-0.066,0.04831,0.0792,-0.066,0.05104,0.0792,-0.0704,0.05104,0.0792,-0.0704,0.05394,0.0792,-0.0748};
			return value;
		}
		private double[] getCoordinate_7_28_point_74()
		{
			double[] value = {0.0543,0.0836,0.0704,0.05157,0.0836,0.066,0.05157,0.0836,0.066,0.04902,0.0836,0.0616,0.04902,0.0836,0.0616,0.04664,0.0836,0.0572,0.04664,0.0836,0.0572,0.04444,0.0836,0.0528,0.04444,0.0836,0.0528,0.04242,0.0836,0.0484,0.04242,0.0836,0.0484,0.04057,0.0836,0.044,0.04057,0.0836,0.044,0.0389,0.0836,0.0396,0.0389,0.0836,0.0396,0.0374,0.0836,0.0352,0.0374,0.0836,0.0352,0.03608,0.0836,0.0308,0.03608,0.0836,0.0308,0.03494,0.0836,0.0264,0.03494,0.0836,0.0264,0.03397,0.0836,0.022,0.03397,0.0836,0.022,0.03318,0.0836,0.0176,0.03318,0.0836,0.0176,0.03256,0.0836,0.0132,0.03256,0.0836,0.0132,0.03212,0.0836,0.0088,0.03212,0.0836,0.0088,0.03186,0.0836,0.0044,0.03186,0.0836,0.0044,0.03177,0.0836,0.0,0.03177,0.0836,0.0,0.03186,0.0836,-0.0044,0.03186,0.0836,-0.0044,0.03212,0.0836,-0.0088,0.03212,0.0836,-0.0088,0.03256,0.0836,-0.0132,0.03256,0.0836,-0.0132,0.03318,0.0836,-0.0176,0.03318,0.0836,-0.0176,0.03397,0.0836,-0.022,0.03397,0.0836,-0.022,0.03494,0.0836,-0.0264,0.03494,0.0836,-0.0264,0.03608,0.0836,-0.0308,0.03608,0.0836,-0.0308,0.0374,0.0836,-0.0352,0.0374,0.0836,-0.0352,0.0389,0.0836,-0.0396,0.0389,0.0836,-0.0396,0.04057,0.0836,-0.044,0.04057,0.0836,-0.044,0.04242,0.0836,-0.0484,0.04242,0.0836,-0.0484,0.04444,0.0836,-0.0528,0.04444,0.0836,-0.0528,0.04664,0.0836,-0.0572,0.04664,0.0836,-0.0572,0.04902,0.0836,-0.0616,0.04902,0.0836,-0.0616,0.05157,0.0836,-0.066,0.05157,0.0836,-0.066,0.0543,0.0836,-0.0704,0.05245,0.088,0.0616,0.05007,0.088,0.0572,0.05007,0.088,0.0572,0.04787,0.088,0.0528,0.04787,0.088,0.0528,0.04585,0.088,0.0484,0.04585,0.088,0.0484,0.044,0.088,0.044,0.044,0.088,0.044,0.04233,0.088,0.0396,0.04233,0.088,0.0396,0.04083,0.088,0.0352,0.04083,0.088,0.0352,0.03951,0.088,0.0308,0.03951,0.088,0.0308,0.03837,0.088,0.0264,0.03837,0.088,0.0264,0.0374,0.088,0.022,0.0374,0.088,0.022,0.03661,0.088,0.0176,0.03661,0.088,0.0176,0.03599,0.088,0.0132,0.03599,0.088,0.0132,0.03555,0.088,0.0088,0.03555,0.088,0.0088,0.03529,0.088,0.0044,0.03529,0.088,0.0044,0.0352,0.088,0.0,0.0352,0.088,0.0,0.03529,0.088,-0.0044,0.03529,0.088,-0.0044,0.03555,0.088,-0.0088,0.03555,0.088,-0.0088,0.03599,0.088,-0.0132,0.03599,0.088,-0.0132,0.03661,0.088,-0.0176};
			return value;
		}
		private double[] getCoordinate_7_28_point_75()
		{
			double[] value = {0.03661,0.088,-0.0176,0.0374,0.088,-0.022,0.0374,0.088,-0.022,0.03837,0.088,-0.0264,0.03837,0.088,-0.0264,0.03951,0.088,-0.0308,0.03951,0.088,-0.0308,0.04083,0.088,-0.0352,0.04083,0.088,-0.0352,0.04233,0.088,-0.0396,0.04233,0.088,-0.0396,0.044,0.088,-0.044,0.044,0.088,-0.044,0.04585,0.088,-0.0484,0.04585,0.088,-0.0484,0.04787,0.088,-0.0528,0.04787,0.088,-0.0528,0.05007,0.088,-0.0572,0.05007,0.088,-0.0572,0.05245,0.088,-0.0616,0.05368,0.0924,0.0572,0.05148,0.0924,0.0528,0.05148,0.0924,0.0528,0.04946,0.0924,0.0484,0.04946,0.0924,0.0484,0.04761,0.0924,0.044,0.04761,0.0924,0.044,0.04594,0.0924,0.0396,0.04594,0.0924,0.0396,0.04444,0.0924,0.0352,0.04444,0.0924,0.0352,0.04312,0.0924,0.0308,0.04312,0.0924,0.0308,0.04198,0.0924,0.0264,0.04198,0.0924,0.0264,0.04101,0.0924,0.022,0.04101,0.0924,0.022,0.04022,0.0924,0.0176,0.04022,0.0924,0.0176,0.0396,0.0924,0.0132,0.0396,0.0924,0.0132,0.03916,0.0924,0.0088,0.03916,0.0924,0.0088,0.0389,0.0924,0.0044,0.0389,0.0924,0.0044,0.03881,0.0924,0.0,0.03881,0.0924,0.0,0.0389,0.0924,-0.0044,0.0389,0.0924,-0.0044,0.03916,0.0924,-0.0088,0.03916,0.0924,-0.0088,0.0396,0.0924,-0.0132,0.0396,0.0924,-0.0132,0.04022,0.0924,-0.0176,0.04022,0.0924,-0.0176,0.04101,0.0924,-0.022,0.04101,0.0924,-0.022,0.04198,0.0924,-0.0264,0.04198,0.0924,-0.0264,0.04312,0.0924,-0.0308,0.04312,0.0924,-0.0308,0.04444,0.0924,-0.0352,0.04444,0.0924,-0.0352,0.04594,0.0924,-0.0396,0.04594,0.0924,-0.0396,0.04761,0.0924,-0.044,0.04761,0.0924,-0.044,0.04946,0.0924,-0.0484,0.04946,0.0924,-0.0484,0.05148,0.0924,-0.0528,0.05148,0.0924,-0.0528,0.05368,0.0924,-0.0572,0.05324,0.0968,0.0484,0.05139,0.0968,0.044,0.05139,0.0968,0.044,0.04972,0.0968,0.0396,0.04972,0.0968,0.0396,0.04822,0.0968,0.0352,0.04822,0.0968,0.0352,0.0469,0.0968,0.0308,0.0469,0.0968,0.0308,0.04576,0.0968,0.0264,0.04576,0.0968,0.0264,0.04479,0.0968,0.022,0.04479,0.0968,0.022,0.044,0.0968,0.0176,0.044,0.0968,0.0176,0.04338,0.0968,0.0132,0.04338,0.0968,0.0132,0.04294,0.0968,0.0088,0.04294,0.0968,0.0088,0.04268,0.0968,0.0044,0.04268,0.0968,0.0044,0.04259,0.0968,0.0,0.04259,0.0968,0.0,0.04268,0.0968,-0.0044,0.04268,0.0968,-0.0044,0.04294,0.0968,-0.0088,0.04294,0.0968,-0.0088,0.04338,0.0968,-0.0132};
			return value;
		}
		private double[] getCoordinate_7_28_point_76()
		{
			double[] value = {0.04338,0.0968,-0.0132,0.044,0.0968,-0.0176,0.044,0.0968,-0.0176,0.04479,0.0968,-0.022,0.04479,0.0968,-0.022,0.04576,0.0968,-0.0264,0.04576,0.0968,-0.0264,0.0469,0.0968,-0.0308,0.0469,0.0968,-0.0308,0.04822,0.0968,-0.0352,0.04822,0.0968,-0.0352,0.04972,0.0968,-0.0396,0.04972,0.0968,-0.0396,0.05139,0.0968,-0.044,0.05139,0.0968,-0.044,0.05324,0.0968,-0.0484,0.05368,0.1012,0.0396,0.05218,0.1012,0.0352,0.05218,0.1012,0.0352,0.05086,0.1012,0.0308,0.05086,0.1012,0.0308,0.04972,0.1012,0.0264,0.04972,0.1012,0.0264,0.04875,0.1012,0.022,0.04875,0.1012,0.022,0.04796,0.1012,0.0176,0.04796,0.1012,0.0176,0.04734,0.1012,0.0132,0.04734,0.1012,0.0132,0.0469,0.1012,0.0088,0.0469,0.1012,0.0088,0.04664,0.1012,0.0044,0.04664,0.1012,0.0044,0.04655,0.1012,0.0,0.04655,0.1012,0.0,0.04664,0.1012,-0.0044,0.04664,0.1012,-0.0044,0.0469,0.1012,-0.0088,0.0469,0.1012,-0.0088,0.04734,0.1012,-0.0132,0.04734,0.1012,-0.0132,0.04796,0.1012,-0.0176,0.04796,0.1012,-0.0176,0.04875,0.1012,-0.022,0.04875,0.1012,-0.022,0.04972,0.1012,-0.0264,0.04972,0.1012,-0.0264,0.05086,0.1012,-0.0308,0.05086,0.1012,-0.0308,0.05218,0.1012,-0.0352,0.05218,0.1012,-0.0352,0.05368,0.1012,-0.0396,0.05386,0.1056,0.0264,0.05289,0.1056,0.022,0.05289,0.1056,0.022,0.0521,0.1056,0.0176,0.0521,0.1056,0.0176,0.05148,0.1056,0.0132,0.05148,0.1056,0.0132,0.05104,0.1056,0.0088,0.05104,0.1056,0.0088,0.05078,0.1056,0.0044,0.05078,0.1056,0.0044,0.05069,0.1056,0.0,0.05069,0.1056,0.0,0.05078,0.1056,-0.0044,0.05078,0.1056,-0.0044,0.05104,0.1056,-0.0088,0.05104,0.1056,-0.0088,0.05148,0.1056,-0.0132,0.05148,0.1056,-0.0132,0.0521,0.1056,-0.0176,0.0521,0.1056,-0.0176,0.05289,0.1056,-0.022,0.05289,0.1056,-0.022,0.05386,0.1056,-0.0264,0.055,0.0,-0.0075,0.055,0.0,0.0075,0.0551,-0.0075,0.0,0.0551,0.0075,0.0};
			return value;
		}


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


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_7_33_point_1()
		{
			double[] value = {-0.0,-0.0,-3.894257,-0.297986,-0.0,-3.405997,-0.528703,-0.0,-2.998426,-0.721532,-0.0,-2.692794,-0.899771,-0.0,-2.4721,-1.044225,-0.0,-2.239347,-1.075071,-0.0,-1.862078,-0.894958,-0.0,-1.278132,-1.052803,-0.0,-1.254681,-1.588419,-0.0,-1.588419,-1.810631,-0.0,-1.5193,-1.735435,-0.0,-1.215165,-1.575022,-0.0,-0.909339,-2.066231,-0.0,-0.963499,-2.217129,-0.0,-0.806969,-2.08303,-0.0,-0.558146,-2.304409,-0.0,-0.406329,-2.405302,-0.0,-0.210437,-2.654203,-0.0,0.0,-2.457079,-0.0,0.214967,-2.338745,-0.0,0.412384,-2.046387,-0.0,0.548328,-2.213197,-0.0,0.805538,-2.128263,-0.0,0.992426,-1.637736,-0.0,0.945548,-1.731333,-0.0,1.212293,-1.832181,-0.0,1.537383,-1.601629,-0.0,1.601629,-1.064703,-0.0,1.268864,-0.913142,-0.0,1.304101,-1.089155,-0.0,1.886471,-1.064181,-0.0,2.282144,-0.915883,-0.0,2.516367,-0.720252,-0.0,2.688019,-0.516034,-0.0,2.926572,-0.28913,-0.0,3.304767,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.297732,-0.026048,-3.416087,-0.527003,-0.046107,-3.0002,-0.712436,-0.06233,-2.669003,-0.87694,-0.076722,-2.418575,-1.004568,-0.087888,-2.162532,-1.020265,-0.089262,-1.773902,-0.86046,-0.075281,-1.233559,-1.033399,-0.090411,-1.236261,-1.495009,-0.130796,-1.50072,-1.691098,-0.147952,-1.42442,-1.636282,-0.143156,-1.150114,-1.510732,-0.132172,-0.875553,-2.058368,-0.180084,-0.963499,-2.249572,-0.196812,-0.821905,-2.170533,-0.189897,-0.583814,-2.252589,-0.197076,-0.398709,-2.379198,-0.208153,-0.208948,-2.458533,-0.215094,0.0,-2.417507,-0.211504,0.212312,-2.174034,-0.190203,0.384805,-1.98857,-0.173977,0.534871,-2.187884,-0.191415,0.799366,-2.108906,-0.184505,0.987155,-1.557929,-0.136301,0.902907,-1.732927,-0.151611,1.218044,-1.89452,-0.165749,1.595764,-1.647329,-0.144123,1.653622,-1.008038,-0.088192,1.205922,-0.883153,-0.077266,1.266091,-1.128881,-0.098764,1.962748,-1.102997,-0.0965,2.374419,-0.933693,-0.081688,2.5751,-0.717936,-0.062811,2.689609,-0.508023,-0.044446,2.892149,-0.285823,-0.025006,3.279448,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.2952,-0.052052,-3.426207,-0.521288,-0.091917,-3.001976,-0.701797,-0.123746,-2.659546,-0.865379,-0.15259,-2.414287,-0.992498,-0.175004,-2.161253,-0.99851,-0.176064,-1.75615,-0.818536,-0.14433,-1.187024,-0.936497,-0.16513,-1.133291,-1.441651,-0.254202,-1.463891,-1.705735,-0.300767,-1.453362,-1.662203,-0.293091,-1.181842,-1.530131,-0.269803,-0.89705,-2.010906,-0.354577,-0.952166,-2.173136,-0.383183,-0.803159,-2.11923,-0.373677,-0.576606,-1.992446,-0.351322,-0.356742,-2.176607,-0.383795,-0.193366,-2.35123,-0.414585,0.0,-2.264615,-0.399313,0.201185,-1.976011,-0.348424,0.353799,-2.149535,-0.379021,0.584851,-2.242354,-0.395388,0.828741,-1.97787,-0.348752,0.936524,-1.373939,-0.242263,0.805481,-1.647518,-0.290502,1.171401};
			return value;
		}
		private double[] getCoordinate_7_33_point_2()
		{
			double[] value = {-1.783123,-0.314413,1.5193,-1.55506,-0.274199,1.579049,-0.936497,-0.16513,1.133291,-0.818052,-0.144245,1.186322,-1.098943,-0.193773,1.932789,-1.097508,-0.19352,2.389921,-0.93622,-0.165081,2.611924,-0.713941,-0.125887,2.705568,-0.498959,-0.08798,2.873389,-0.280723,-0.049499,3.258176,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.290398,-0.077812,-3.436357,-0.511595,-0.137082,-3.003752,-0.689972,-0.184877,-2.665847,-0.863474,-0.231367,-2.456065,-1.004475,-0.269148,-2.230092,-1.026832,-0.275139,-1.841264,-0.879422,-0.23564,-1.300249,-0.827222,-0.221654,-1.020622,-1.371172,-0.367405,-1.419542,-1.73759,-0.465586,-1.509445,-1.779517,-0.47682,-1.289986,-1.624612,-0.435313,-0.971058,-1.767877,-0.473701,-0.853455,-2.025738,-0.542795,-0.763318,-2.119577,-0.567939,-0.587974,-2.155903,-0.577672,-0.393554,-2.054338,-0.550458,-0.186072,-2.02112,-0.541558,0.0,-2.123538,-0.569,0.192339,-2.164849,-0.58007,0.395187,-2.200066,-0.589506,0.610301,-2.160671,-0.57895,0.814162,-1.783635,-0.477924,0.861063,-1.447599,-0.387883,0.865255,-1.629369,-0.436588,1.181143,-1.624267,-0.435221,1.411001,-1.363084,-0.365237,1.411169,-0.85762,-0.229799,1.058127,-0.79622,-0.213346,1.177233,-1.020171,-0.273354,1.829321,-1.045708,-0.280197,2.321636,-0.915557,-0.245323,2.604209,-0.704824,-0.188857,2.723233,-0.488813,-0.130977,2.869991,-0.274203,-0.073472,3.244711,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.283516,-0.103191,-3.448576,-0.497996,-0.181256,-3.00553,-0.675216,-0.245759,-2.681665,-0.860139,-0.313065,-2.514878,-1.013104,-0.36874,-2.312041,-1.058572,-0.385289,-1.95117,-0.972732,-0.354045,-1.478361,-0.807618,-0.293949,-1.024251,-1.217054,-0.442972,-1.295162,-1.62952,-0.593097,-1.455082,-1.744553,-0.634965,-1.299946,-1.680786,-0.611756,-1.03268,-1.554387,-0.565751,-0.77134,-1.791677,-0.652117,-0.693968,-2.090261,-0.760793,-0.596029,-2.245009,-0.817116,-0.421261,-2.228379,-0.811064,-0.20747,-2.178126,-0.792773,0.0,-2.223112,-0.809147,0.20698,-2.209434,-0.804168,0.414585,-2.069344,-0.75318,0.590064,-1.801242,-0.655598,0.697673,-1.570099,-0.571469,0.779137,-1.65807,-0.603488,1.018724,-1.707791,-0.621585,1.272553,-1.555114,-0.566015,1.388641,-1.187889,-0.432356,1.264125,-0.828916,-0.301701,1.051263,-0.862653,-0.31398,1.311063,-0.957854,-0.34863,1.765526,-0.974309,-0.354619,2.223505,-0.876578,-0.319048,2.562942,-0.688935,-0.250752,2.736152,-0.477229,-0.173697,2.880196,-0.266125,-0.096862,3.237042,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.274416,-0.127962,-3.460839,-0.480872,-0.224234,-3.009088,-0.656644,-0.306198,-2.703968,-0.845935,-0.394466,-2.564458,-0.994607,-0.463793,-2.353442,-1.049129,-0.489217,-2.004998,-1.012574,-0.472171,-1.595601,-0.851207,-0.396924,-1.119299,-1.031785,-0.481129,-1.138449,-1.433074,-0.668253,-1.326803,-1.616229,-0.75366,-1.248688,-1.674686,-0.780919,-1.066835,-1.601862,-0.746961,-0.82418,-1.579415,-0.736493,-0.634288};
			return value;
		}
		private double[] getCoordinate_7_33_point_3()
		{
			double[] value = {-1.75953,-0.820482,-0.520204,-1.97904,-0.922842,-0.385033,-2.125188,-0.990991,-0.205151,-2.078491,-0.969216,0.0,-2.046227,-0.954171,0.197529,-2.032434,-0.94774,0.395421,-1.746049,-0.814196,0.516218,-1.433375,-0.668394,0.575639,-1.610414,-0.750948,0.82858,-1.789409,-0.834415,1.139917,-1.751642,-0.816804,1.353307,-1.474352,-0.687502,1.36502,-1.007655,-0.469877,1.111825,-0.872622,-0.40691,1.147459,-0.970349,-0.452481,1.529063,-0.958905,-0.447145,1.83257,-0.916091,-0.42718,2.167655,-0.830071,-0.387069,2.516367,-0.667217,-0.311128,2.747506,-0.463828,-0.216286,2.902433,-0.256519,-0.119617,3.235128,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.263151,-0.15193,-3.473146,-0.460315,-0.265763,-3.014433,-0.633051,-0.365492,-2.72807,-0.816024,-0.471132,-2.588848,-0.944794,-0.545477,-2.33956,-1.002499,-0.578793,-2.004998,-1.004906,-0.580183,-1.657173,-0.868065,-0.501178,-1.194561,-0.846362,-0.488647,-0.977295,-1.193757,-0.689216,-1.156641,-1.47999,-0.854473,-1.196617,-1.662003,-0.959558,-1.108002,-1.730073,-0.998858,-0.931551,-1.678798,-0.969255,-0.70556,-1.501682,-0.866996,-0.464622,-1.37638,-0.794653,-0.280238,-1.56162,-0.901602,-0.15776,-1.606073,-0.927267,0.0,-1.521495,-0.878436,0.153706,-1.580738,-0.912639,0.321846,-1.617898,-0.934094,0.500579,-1.609743,-0.929385,0.676537,-1.723943,-0.995319,0.92825,-1.74875,-1.009641,1.165833,-1.598305,-0.922782,1.292278,-1.26801,-0.732086,1.228586,-0.795858,-0.459489,0.918978,-0.938571,-0.541884,1.291585,-1.063001,-0.613724,1.752977,-0.998356,-0.576401,1.996712,-0.883699,-0.510204,2.188271,-0.78524,-0.453359,2.491186,-0.642103,-0.370719,2.767081,-0.448487,-0.258934,2.936978,-0.245553,-0.14177,3.240874,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.249941,-0.175011,-3.487558,-0.43669,-0.305774,-3.023363,-0.604125,-0.423013,-2.752387,-0.770488,-0.539502,-2.584257,-0.875344,-0.612922,-2.291615,-0.948239,-0.663964,-2.004998,-0.994228,-0.696166,-1.733383,-0.920394,-0.644467,-1.339047,-0.826541,-0.57875,-1.00902,-0.952257,-0.666777,-0.975445,-1.259222,-0.881717,-1.076377,-1.493182,-1.045537,-1.052417,-1.688557,-1.18234,-0.961222,-1.767407,-1.237552,-0.785304,-1.662475,-1.164078,-0.543805,-1.612801,-1.129295,-0.347164,-1.749409,-1.224949,-0.186844,-1.731333,-1.212293,0.0,-1.588589,-1.112342,0.169668,-1.69698,-1.188238,0.365284,-1.790076,-1.253424,0.585544,-1.709813,-1.197224,0.759714,-1.667709,-1.167742,0.949354,-1.533468,-1.073746,1.08081,-1.246621,-0.872894,1.065606,-0.951693,-0.666383,0.974869,-0.759492,-0.531802,0.927169,-0.970154,-0.679309,1.41144,-1.090352,-0.763473,1.900971,-1.02465,-0.717468,2.166565,-0.865048,-0.605713,2.26466,-0.743619,-0.520687,2.494135,-0.613489,-0.429569,2.795051,-0.430534,-0.301463,2.980739,-0.233088,-0.16321,3.252399,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.234985,-0.197176,-3.506177,-0.410559,-0.3445,-3.039504,-0.569993,-0.478281,-2.77692};
			return value;
		}
		private double[] getCoordinate_7_33_point_4()
		{
			double[] value = {-0.71671,-0.601391,-2.570534,-0.804669,-0.675197,-2.252634,-0.90961,-0.763254,-2.056657,-1.001132,-0.84005,-1.866426,-1.000876,-0.839835,-1.557087,-0.967231,-0.811603,-1.26263,-0.903254,-0.75792,-0.989394,-0.964731,-0.809506,-0.881819,-1.124517,-0.943582,-0.847523,-1.436469,-1.205341,-0.87441,-1.655758,-1.389346,-0.786699,-1.638745,-1.37507,-0.573205,-1.692667,-1.420316,-0.389616,-1.896763,-1.591573,-0.216626,-1.832181,-1.537383,0.0,-1.657422,-1.390742,0.189291,-1.740393,-1.460363,0.400601,-1.731434,-1.452845,0.605626,-1.592354,-1.336143,0.756574,-1.463057,-1.22765,0.890594,-1.219454,-1.023243,0.919075,-0.879681,-0.73814,0.804078,-0.839364,-0.70431,0.919412,-0.906828,-0.760919,1.18378,-0.97343,-0.816804,1.514388,-1.044079,-0.876087,1.946493,-1.00585,-0.844009,2.27426,-0.842172,-0.706666,2.357622,-0.702022,-0.589066,2.517856,-0.581919,-0.488288,2.835019,-0.409588,-0.343686,3.03232,-0.21927,-0.183989,3.271697,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.218064,-0.218064,-3.524895,-0.381671,-0.381671,-3.061159,-0.532087,-0.532087,-2.80831,-0.660004,-0.660004,-2.564458,-0.743199,-0.743199,-2.253967,-0.87824,-0.87824,-2.151239,-0.989167,-0.989167,-1.997826,-1.016796,-1.016796,-1.713702,-1.030849,-1.030849,-1.457841,-0.957552,-0.957552,-1.136294,-0.842337,-0.842337,-0.834119,-0.838389,-0.838389,-0.684541,-1.024486,-1.024486,-0.675606,-1.283612,-1.283612,-0.660716,-1.341485,-1.341485,-0.508339,-1.444212,-1.444212,-0.360134,-1.639551,-1.639551,-0.202858,-1.609227,-1.609227,0.0,-1.480925,-1.480925,0.183231,-1.471813,-1.471813,0.367017,-1.381759,-1.381759,0.5236,-1.207016,-1.207016,0.621289,-1.076047,-1.076047,0.709608,-0.938683,-0.938683,0.766431,-0.829971,-0.829971,0.821873,-0.957552,-0.957552,1.136294,-1.018121,-1.018121,1.439841,-0.971517,-0.971517,1.637389,-0.955801,-0.955801,1.930438,-0.939513,-0.939513,2.301329,-0.802613,-0.802613,2.434156,-0.656499,-0.656499,2.55084,-0.546442,-0.546442,2.884078,-0.385757,-0.385757,3.093931,-0.203842,-0.203842,3.295006,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.199404,-0.237641,-3.545811,-0.350254,-0.417416,-3.090272,-0.490895,-0.585025,-2.850154,-0.604601,-0.720536,-2.584257,-0.687694,-0.819562,-2.294328,-0.833588,-0.993431,-2.24618,-0.93003,-1.108367,-2.066344,-0.956574,-1.14,-1.773525,-1.009603,-1.203198,-1.570664,-0.974006,-1.160775,-1.271474,-0.925855,-1.103391,-1.008561,-0.955943,-1.139248,-0.858626,-0.790531,-0.942118,-0.573488,-0.804756,-0.959071,-0.455683,-0.8766,-1.044691,-0.365415,-0.910816,-1.085469,-0.249852,-0.997951,-1.189311,-0.135829,-1.065964,-1.270366,0.0,-1.021848,-1.217791,0.139082,-0.938716,-1.118718,0.257505,-0.889135,-1.05963,0.37064,-0.770285,-0.91799,0.436164,-0.856764,-1.021052,0.621536,-0.944699,-1.125848,0.848526,-0.916048,-1.091704,0.997878,-1.001468,-1.193503,1.307324,-1.050425,-1.251848,1.634171,-0.960543,-1.144731,1.780885,-0.864758,-1.030579,1.921323};
			return value;
		}
		private double[] getCoordinate_7_33_point_5()
		{
			double[] value = {-0.846008,-1.008233,2.279648,-0.74399,-0.886653,2.482145,-0.606034,-0.722243,2.59038,-0.506231,-0.603302,2.939197,-0.358217,-0.426907,3.160531,-0.186952,-0.2228,3.324376,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.179096,-0.255775,-3.568961,-0.316448,-0.451935,-3.128904,-0.446938,-0.638294,-2.908064,-0.549813,-0.785214,-2.633647,-0.629831,-0.899492,-2.354834,-0.765711,-1.093548,-2.312246,-0.832349,-1.188717,-2.072466,-0.858133,-1.225541,-1.782993,-0.947917,-1.353766,-1.652644,-0.962226,-1.374202,-1.407665,-0.988363,-1.411529,-1.206569,-1.054233,-1.505601,-1.061169,-0.943182,-1.347003,-0.76679,-0.91957,-1.313282,-0.583525,-0.937999,-1.339602,-0.438191,-0.807951,-1.153874,-0.248378,-0.815362,-1.164457,-0.124369,-0.897078,-1.28116,0.0,-0.811512,-1.158959,0.123781,-0.882405,-1.260205,0.271266,-0.923136,-1.318374,0.431248,-0.856044,-1.222558,0.543214,-1.01798,-1.453826,0.8276,-1.057982,-1.510955,1.064943,-0.960691,-1.37201,1.172788,-0.963936,-1.376643,1.410166,-1.00094,-1.429491,1.745086,-0.919091,-1.312598,1.909649,-0.786394,-1.123087,1.958042,-0.747361,-1.067343,2.256836,-0.671784,-0.959407,2.511688,-0.550138,-0.785678,2.635205,-0.460629,-0.657846,2.997142,-0.327107,-0.467158,3.2343,-0.168508,-0.240655,3.357979,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.157327,-0.272499,-3.596515,-0.280131,-0.485201,-3.177404,-0.399409,-0.691796,-2.981227,-0.492507,-0.853047,-2.706302,-0.564519,-0.977776,-2.42123,-0.679842,-1.177522,-2.355043,-0.721725,-1.250064,-2.06146,-0.754276,-1.306444,-1.797822,-0.86637,-1.500598,-1.732741,-0.907997,-1.572697,-1.5238,-0.960093,-1.66293,-1.344529,-1.026505,-1.777959,-1.185306,-0.981868,-1.700645,-0.915705,-1.026503,-1.777955,-0.747233,-1.052665,-1.82327,-0.564122,-0.984433,-1.705088,-0.347164,-1.074153,-1.860487,-0.187952,-1.085938,-1.880899,0.0,-0.983521,-1.703508,0.172094,-1.055611,-1.828372,0.372265,-1.036597,-1.795439,0.555511,-0.935453,-1.620253,0.680954,-1.034339,-1.791527,0.96464,-1.050465,-1.819458,1.212972,-0.942646,-1.632711,1.320096,-0.881532,-1.526858,1.479386,-0.889219,-1.540172,1.778437,-0.836552,-1.448951,1.993928,-0.710709,-1.230983,2.029994,-0.656522,-1.13713,2.27426,-0.593632,-1.028202,2.546098,-0.489312,-0.847513,2.688748,-0.410185,-0.71046,3.061659,-0.291803,-0.505417,3.309791,-0.148465,-0.257149,3.393929,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.134085,-0.287545,-3.626426,-0.241017,-0.516862,-3.2343,-0.347936,-0.746151,-3.072546,-0.430053,-0.922251,-2.795808,-0.491187,-1.053353,-2.492445,-0.58561,-1.255844,-2.400052,-0.61802,-1.325348,-2.088466,-0.652036,-1.398297,-1.838696,-0.76325,-1.636795,-1.806004,-0.804193,-1.724597,-1.596708,-0.847822,-1.818159,-1.404698,-0.912386,-1.956617,-1.246435,-0.915549,-1.963401,-1.010196,-0.969708,-2.079546,-0.835139,-1.013428,-2.173304,-0.642536,-0.997796,-2.139781,-0.416306,-1.065161,-2.284245,-0.220505,-1.067334,-2.288905,0.0};
			return value;
		}
		private double[] getCoordinate_7_33_point_6()
		{
			double[] value = {-0.997461,-2.139063,0.20649,-1.028969,-2.206631,0.429312,-0.997369,-2.138865,0.632354,-0.914545,-1.961248,0.787631,-0.931943,-1.998559,1.028286,-0.931475,-1.997554,1.272513,-0.859437,-1.843068,1.423942,-0.778447,-1.669385,1.54559,-0.748051,-1.604201,1.77004,-0.721024,-1.546242,2.033237,-0.626116,-1.34271,2.115826,-0.571576,-1.225749,2.342537,-0.513471,-1.101143,2.605526,-0.424241,-0.909787,2.758024,-0.355005,-0.761311,3.134975,-0.252698,-0.541913,3.391054,-0.126982,-0.272313,3.434324,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.109545,-0.300973,-3.660916,-0.199015,-0.54679,-3.300015,-0.291238,-0.800169,-3.177923,-0.361039,-0.991948,-2.900261,-0.410902,-1.128943,-2.576402,-0.489023,-1.343579,-2.476498,-0.52038,-1.429731,-2.17291,-0.548048,-1.50575,-1.909649,-0.643426,-1.767798,-1.881251,-0.671951,-1.846171,-1.648541,-0.691839,-1.900811,-1.416381,-0.764159,-2.09951,-1.289946,-0.795457,-2.185499,-1.08452,-0.817955,-2.247314,-0.87045,-0.873752,-2.400613,-0.684524,-0.894529,-2.457697,-0.46117,-0.913477,-2.509759,-0.233667,-0.920772,-2.5298,0.0,-0.896347,-2.462693,0.229285,-0.880354,-2.418751,0.453862,-0.850294,-2.336164,0.666147,-0.813612,-2.23538,0.865828,-0.780539,-2.144514,1.064181,-0.757408,-2.080961,1.27855,-0.730105,-2.005948,1.494723,-0.663655,-1.823377,1.628187,-0.610063,-1.676135,1.783706,-0.590811,-1.623241,2.058655,-0.528446,-1.451893,2.206591,-0.484129,-1.330134,2.451716,-0.430816,-1.183659,2.701271,-0.354059,-0.97277,2.844188,-0.294878,-0.810172,3.217651,-0.209527,-0.57567,3.474312,-0.10405,-0.285874,3.477257,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.083735,-0.312502,-3.69792,-0.154026,-0.574833,-3.375043,-0.228354,-0.852227,-3.292753,-0.284595,-1.062123,-3.021101,-0.3239,-1.20881,-2.683749,-0.387997,-1.448023,-2.596524,-0.418532,-1.561982,-2.309434,-0.437926,-1.634363,-2.016467,-0.513227,-1.915391,-1.982958,-0.53345,-1.990863,-1.729462,-0.532914,-1.988863,-1.441743,-0.609891,-2.276143,-1.360489,-0.646621,-2.413221,-1.165,-0.632301,-2.359778,-0.889187,-0.689564,-2.573488,-0.713889,-0.72931,-2.72182,-0.49686,-0.709912,-2.649426,-0.239972,-0.722386,-2.695982,0.0,-0.735128,-2.743536,0.248496,-0.691085,-2.579163,0.470819,-0.658857,-2.458887,0.682099,-0.660988,-2.46684,0.929529,-0.617826,-2.305757,1.113121,-0.579294,-2.161955,1.292237,-0.578932,-2.160603,1.566239,-0.536298,-2.001491,1.738695,-0.484318,-1.8075,1.871262,-0.460783,-1.719667,2.121715,-0.419275,-1.564757,2.313536,-0.386851,-1.443746,2.588855,-0.341815,-1.275671,2.832191,-0.278268,-1.038512,2.953941,-0.229709,-0.857284,3.312291,-0.162449,-0.606269,3.559614,-0.07977,-0.297704,3.522811,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.056815,-0.322213,-3.739721,-0.105877,-0.600459,-3.457908,-0.158932,-0.901349,-3.415772,-0.199605,-1.132015,-3.158166,-0.228385,-1.295233,-2.820486,-0.276345,-1.567231,-2.7564,-0.302356,-1.714747,-2.48669};
			return value;
		}
		private double[] getCoordinate_7_33_point_7()
		{
			double[] value = {-0.316554,-1.795268,-2.172522,-0.370766,-2.102719,-2.135157,-0.387204,-2.195941,-1.871038,-0.380235,-2.15642,-1.533235,-0.442688,-2.510608,-1.471861,-0.474373,-2.690303,-1.273862,-0.450614,-2.555558,-0.944496,-0.494339,-2.803535,-0.762793,-0.532824,-3.021795,-0.541044,-0.504429,-2.860762,-0.254145,-0.513293,-2.911031,0.0,-0.538029,-3.051315,0.271074,-0.498664,-2.828062,0.506356,-0.468984,-2.65974,0.723669,-0.480629,-2.725782,1.007408,-0.448713,-2.544777,1.204955,-0.413083,-2.342708,1.373429,-0.414537,-2.350959,1.671554,-0.390193,-2.212894,1.885484,-0.354255,-2.009082,2.040075,-0.327798,-1.859037,2.249692,-0.297741,-1.688573,2.448734,-0.275855,-1.564452,2.751512,-0.24216,-1.373359,2.990612,-0.195052,-1.106196,3.086133,-0.159214,-0.90295,3.42184,-0.111667,-0.633297,3.647011,-0.054221,-0.3075,3.568961,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.028838,-0.329623,-3.781994,-0.054478,-0.622684,-3.544904,-0.082799,-0.946394,-3.545483,-0.105101,-1.201313,-3.313189,-0.121399,-1.387596,-2.987075,-0.14829,-1.694958,-2.946967,-0.164665,-1.882127,-2.698224,-0.174037,-1.989249,-2.37975,-0.203601,-2.327166,-2.336056,-0.215285,-2.46072,-2.072677,-0.212162,-2.425026,-1.704508,-0.245553,-2.80668,-1.626627,-0.265788,-3.037966,-1.422038,-0.255027,-2.914978,-1.065018,-0.276156,-3.15648,-0.849007,-0.298184,-3.408261,-0.603264,-0.28313,-3.236191,-0.284212,-0.285053,-3.258176,0.0,-0.30003,-3.429362,0.301176,-0.282055,-3.223899,0.570632,-0.26511,-3.030225,0.815048,-0.26818,-3.065309,1.119943,-0.251857,-2.878739,1.347506,-0.231584,-2.647017,1.534094,-0.227502,-2.600364,1.82775,-0.215285,-2.46072,2.072677,-0.197549,-2.258,2.266625,-0.178626,-2.04171,2.44251,-0.160149,-1.830515,2.624233,-0.147939,-1.690952,2.940002,-0.128874,-1.473034,3.170999,-0.102704,-1.173913,3.237621,-0.08275,-0.945835,3.543386,-0.057389,-0.65596,3.734343,-0.02757,-0.31513,3.615715,0.0,0.0,3.805436,-0.0,-0.0,-3.894257,-0.0,-0.335018,-3.829274,-0.0,-0.641167,-3.636239,-0.0,-0.986085,-3.68012,-0.0,-1.268844,-3.486119,-0.0,-1.482164,-3.178511,-0.0,-1.822294,-3.156306,-0.0,-2.05976,-2.941642,-0.0,-2.206816,-2.629981,-0.0,-2.575589,-2.575589,-0.0,-2.765614,-2.320626,-0.0,-2.767745,-1.937996,-0.0,-3.152574,-1.820139,-0.0,-3.452979,-1.610151,-0.0,-3.400566,-1.237705,-0.0,-3.615381,-0.968739,-0.0,-3.876152,-0.68347,-0.0,-3.7508,-0.328152,-0.0,-3.742918,0.0,-0.0,-3.88863,0.340211,-0.0,-3.729928,0.657687,-0.0,-3.528743,0.945524,-0.0,-3.488182,1.269594,-0.0,-3.289468,1.533904,-0.0,-3.035441,1.752513,-0.0,-2.905322,2.034328,-0.0,-2.739559,2.298763,-0.0,-2.528784,2.528784,-0.0,-2.250323,2.68183,-0.0,-1.986753,2.837377,-0.0,-1.822294,3.156306,-0.0,-1.569707,3.366247,-0.0,-1.239903,3.406606,-0.0,-0.984919,3.675769};
			return value;
		}
		private double[] getCoordinate_7_33_point_8()
		{
			double[] value = {-0.0,-0.674632,3.82603,-0.0,-0.320478,3.663082,0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.029564,-0.337915,-3.877144,0.057321,-0.655184,-3.729928,0.089154,-1.019033,-3.817611,0.116566,-1.332352,-3.674591,0.137784,-1.574874,-3.39023,0.170206,-1.945465,-3.382516,0.195715,-2.237034,-3.207019,0.213064,-2.435338,-2.913409,0.247495,-2.828878,-2.839684,0.270194,-3.088327,-2.601313,0.27557,-3.149774,-2.21392,0.309277,-3.535049,-2.048758,0.341161,-3.899485,-1.825306,0.344843,-3.941571,-1.440095,0.3621,-4.138823,-1.11323,0.384788,-4.398146,-0.778474,0.379236,-4.334684,-0.380684,0.376875,-4.3077,0.0,0.386027,-4.412303,0.387501,0.375123,-4.287673,0.75892,0.357206,-4.082888,1.098185,0.347094,-3.967305,1.449497,0.327321,-3.741297,1.75126,0.302223,-3.45442,2.002029,0.283675,-3.242418,2.279038,0.265912,-3.039388,2.560091,0.245163,-2.802227,2.812931,0.215473,-2.462866,2.946341,0.188221,-2.15137,3.084212,0.170811,-1.952383,3.394544,0.145319,-1.661,3.575632,0.11384,-1.301193,3.588655,0.089207,-1.019636,3.81987,0.060206,-0.688159,3.917649,0.028297,-0.323441,3.71107,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.059674,-0.338429,-3.927936,0.117218,-0.664776,-3.828294,0.184157,-1.044403,-3.957896,0.2448,-1.388331,-3.873252,0.293324,-1.663525,-3.622474,0.362777,-2.05741,-3.618511,0.424365,-2.406693,-3.490137,0.468312,-2.655931,-3.214044,0.541421,-3.070551,-3.117919,0.599529,-3.4001,-2.897035,0.623144,-3.534025,-2.512725,0.690731,-3.91733,-2.296561,0.765555,-4.341676,-2.055789,0.788606,-4.472407,-1.652935,0.8227,-4.665761,-1.269473,0.867549,-4.920114,-0.880932,0.866232,-4.912646,-0.436431,0.861349,-4.884953,0.0,0.87292,-4.950574,0.439801,0.853296,-4.839284,0.86646,0.816397,-4.630015,1.259747,0.785347,-4.453924,1.646104,0.739294,-4.192746,1.98527,0.681396,-3.864388,2.265524,0.631307,-3.580322,2.545643,0.588634,-3.338312,2.844389,0.539822,-3.061482,3.10871,0.4697,-2.663799,3.223565,0.408115,-2.314533,3.356488,0.366227,-2.076977,3.652925,0.307177,-1.742087,3.79355,0.239075,-1.355863,3.782671,0.184811,-1.048117,3.97197,0.122681,-0.695759,4.006719,0.057084,-0.323741,3.757462,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.090108,-0.336289,-3.979393,0.179319,-0.669226,-3.929255,0.284063,-1.060138,-4.09606,0.384596,-1.435331,-4.082653,0.466591,-1.741341,-3.866051,0.576728,-2.152377,-3.859537,0.68469,-2.555298,-3.778079,0.765495,-2.856868,-3.524786,0.879778,-3.283374,-3.399199,0.985212,-3.676863,-3.19409,1.040507,-3.883224,-2.814981,1.14182,-4.26133,-2.547069,1.26476,-4.720147,-2.278685,1.31991,-4.925971,-1.856154,1.372094,-5.120725,-1.420496,1.438359,-5.368029,-0.979918,1.44812,-5.404458,-0.489508,1.442515,-5.383539,0.0,1.45241,-5.420468,0.490959,1.422282,-5.308028,0.968965,1.364808,-5.093533,1.412953,1.308249,-4.882451,1.839755};
			return value;
		}
		private double[] getCoordinate_7_33_point_9()
		{
			double[] value = {1.229349,-4.587994,2.214887,1.131063,-4.221184,2.523073,1.042355,-3.890122,2.819982,0.967309,-3.610045,3.136046,0.879778,-3.283374,3.399199,0.76098,-2.840016,3.503995,0.661204,-2.467646,3.648482,0.586361,-2.188328,3.924003,0.484309,-1.807467,4.012861,0.375157,-1.400106,3.98246,0.286426,-1.068955,4.130126,0.1869,-0.697522,4.09539,0.086147,-0.321504,3.804435,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.120635,-0.331442,-4.031524,0.242925,-0.66743,-4.028109,0.387794,-1.065456,-4.23153,0.534124,-1.467494,-4.290665,0.657265,-1.805819,-4.121127,0.810009,-2.225483,-4.102032,0.972512,-2.671955,-4.060846,1.099576,-3.021059,-3.831421,1.25331,-3.44344,-3.664432,1.412673,-3.881287,-3.4658,1.509716,-4.147911,-3.090796,1.641108,-4.508907,-2.770287,1.808153,-4.967858,-2.465221,1.898194,-5.215246,-2.020016,1.96625,-5.402228,-1.540421,2.049051,-5.629722,-1.056379,2.071518,-5.691448,-0.529894,2.069612,-5.686213,0.0,2.07397,-5.698187,0.530521,2.03215,-5.583287,1.047666,1.958124,-5.379902,1.534055,1.880312,-5.166114,2.000986,1.767957,-4.857422,2.410419,1.626609,-4.469071,2.745812,1.500811,-4.123444,3.072565,1.39111,-3.822043,3.412898,1.255536,-3.449557,3.670942,1.084074,-2.978468,3.777405,0.945843,-2.598684,3.949488,0.828425,-2.27608,4.195294,0.674997,-1.85454,4.232313,0.521633,-1.433174,4.190322,0.393107,-1.080053,4.289502,0.252299,-0.693185,4.183548,0.115195,-0.316495,3.849717,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.151016,-0.323854,-4.084339,0.307905,-0.660304,-4.131895,0.49415,-1.059707,-4.363729,0.69157,-1.483077,-4.495956,0.863178,-1.851092,-4.380057,1.05938,-2.271849,-4.341745,1.279458,-2.743807,-4.323655,1.458657,-3.128101,-4.11331,1.647907,-3.533947,-3.899279,1.853054,-3.973888,-3.6792,1.994458,-4.277129,-3.304482,2.142536,-4.594683,-2.926977,2.332854,-5.002821,-2.574019,2.444682,-5.242637,-2.105426,2.51293,-5.388995,-1.593252,2.598689,-5.572907,-1.084239,2.631849,-5.644018,-0.544834,2.634099,-5.648843,0.0,2.634965,-5.6507,0.545479,2.581833,-5.536758,1.077206,2.505507,-5.373078,1.588546,2.423084,-5.19632,2.086825,2.289105,-4.909002,2.525748,2.122351,-4.551397,2.899402,1.973332,-4.231824,3.26948,1.832342,-3.92947,3.638076,1.646932,-3.531857,3.896973,1.431303,-3.069439,4.036173,1.256207,-2.693945,4.245084,1.087962,-2.333142,4.458883,0.876558,-1.879785,4.44795,0.676997,-1.451825,4.401215,0.503594,-1.07996,4.447127,0.317712,-0.681335,4.263503,0.144035,-0.308884,3.895537,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.1809,-0.313328,-4.135398,0.373226,-0.646447,-4.233342,0.601824,-1.04239,-4.492079,0.853801,-1.478827,-4.6916,1.080905,-1.872182,-4.636017,1.320333,-2.286884,-4.573768,1.592736,-2.7587,-4.549326,1.825506,-3.16187,-4.351107,2.038093,-3.530081,-4.076187,2.266199,-3.925171,-3.803133,2.436245,-4.219699,-3.411754};
			return value;
		}
		private double[] getCoordinate_7_33_point_10()
		{
			double[] value = {2.5787,-4.46644,-2.977627,2.751849,-4.766342,-2.566417,2.851529,-4.938993,-2.075743,2.894944,-5.014191,-1.551396,2.963783,-5.133423,-1.04519,2.996279,-5.189708,-0.524281,2.998841,-5.194144,0.0,2.994507,-5.186638,0.523971,2.942817,-5.097109,1.037796,2.891521,-5.008261,1.549561,2.836387,-4.912766,2.064721,2.708242,-4.690813,2.525748,2.548369,-4.413904,2.942603,2.409013,-4.172534,3.373619,2.250167,-3.897404,3.776229,2.029671,-3.515493,4.059341,1.789154,-3.098906,4.264461,1.582405,-2.740805,4.519816,1.355955,-2.348583,4.697166,1.085391,-1.879952,4.655255,0.838782,-1.452812,4.609067,0.615871,-1.066721,4.596927,0.382616,-0.66271,4.339847,0.172334,-0.298491,3.939572,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.20999,-0.299897,-4.184619,0.4384,-0.6261,-4.334715,0.709011,-1.012573,-4.613273,1.016634,-1.451904,-4.86976,1.304682,-1.863279,-4.87799,1.587092,-2.266603,-4.792604,1.899864,-2.713287,-4.730471,2.176231,-3.107981,-4.521684,2.393991,-3.418974,-4.173797,2.607377,-3.723721,-3.814399,2.774975,-3.963075,-3.387619,2.885567,-4.121016,-2.904552,3.000198,-4.284727,-2.439109,3.054184,-4.361827,-1.938072,3.055163,-4.363225,-1.427235,3.103849,-4.432755,-0.954175,3.136024,-4.478707,-0.478344,3.129435,-4.469296,0.0,3.117526,-4.452289,0.475522,3.074607,-4.390994,0.945186,3.064214,-4.376151,1.431463,3.054184,-4.361827,1.938072,2.959651,-4.22682,2.406145,2.846569,-4.065322,2.865298,2.747206,-3.923417,3.353719,2.598139,-3.710527,3.800883,2.377056,-3.394788,4.144271,2.141746,-3.05873,4.450032,1.908877,-2.726159,4.752913,1.622216,-2.316764,4.898667,1.298522,-1.854482,4.854958,1.005271,-1.435675,4.815328,0.72814,-1.039891,4.737738,0.44625,-0.637311,4.412335,0.19981,-0.285358,3.981748,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.237989,-0.283624,-4.231921,0.502767,-0.599175,-4.435891,0.814555,-0.970748,-4.729337,1.175596,-1.401021,-5.02487,1.527544,-1.820456,-5.096285,1.851611,-2.206664,-4.989336,2.185262,-2.604294,-4.855224,2.482499,-2.958528,-4.602652,2.684452,-3.199206,-4.176266,2.843553,-3.388815,-3.711995,2.974853,-3.545292,-3.240595,3.057025,-3.64322,-2.745812,3.120707,-3.719114,-2.263904,3.156255,-3.761478,-1.787189,3.18918,-3.800717,-1.329425,3.290223,-3.921135,-0.902561,3.373863,-4.020814,-0.45921,3.386751,-4.036173,0.0,3.349996,-3.99237,0.455962,3.268881,-3.895701,0.896707,3.211901,-3.827795,1.338897,3.180623,-3.790518,1.800987,3.093136,-3.686256,2.243903,3.013926,-3.591858,2.707101,2.957305,-3.524379,3.22148,2.841871,-3.38681,3.709799,2.665462,-3.176574,4.146723,2.464938,-2.937599,4.570092,2.21389,-2.638411,4.918829,1.876977,-2.236895,5.05769,1.511364,-1.801173,5.042304,1.172124,-1.396883,5.010028,0.838017,-0.99871,4.86556,0.507249,-0.604516,4.47543,0.226317,-0.269714,4.024376,-0.0,0.0,3.805436,0.0,-0.0,-3.894257};
			return value;
		}
		private double[] getCoordinate_7_33_point_11()
		{
			double[] value = {0.264606,-0.264606,-4.277227,0.565316,-0.565316,-4.53406,0.916976,-0.916976,-4.839723,1.328121,-1.328121,-5.160439,1.740084,-1.740084,-5.27731,2.1055,-2.1055,-5.1574,2.441188,-2.441188,-4.930483,2.724451,-2.724451,-4.591773,2.890838,-2.890838,-4.088262,2.976437,-2.976437,-3.532037,3.077247,-3.077247,-3.047222,3.209364,-3.209364,-2.620435,3.374579,-3.374579,-2.225395,3.586912,-3.586912,-1.846297,3.852046,-3.852046,-1.459684,4.107956,-4.107956,-1.024376,4.262521,-4.262521,-0.527392,4.311838,-4.311838,0.0,4.262521,-4.262521,0.527392,4.08856,-4.08856,1.01954,3.849768,-3.849768,1.458821,3.614604,-3.614604,1.860551,3.368595,-3.368595,2.221449,3.182893,-3.182893,2.598821,3.082713,-3.082713,3.052635,2.992327,-2.992327,3.550893,2.887419,-2.887419,4.083428,2.734139,-2.734139,4.608101,2.474632,-2.474632,4.99803,2.111737,-2.111737,5.172679,1.720634,-1.720634,5.218323,1.335211,-1.335211,5.187989,0.942273,-0.942273,4.973238,0.564981,-0.564981,4.531378,0.25148,-0.25148,4.065054,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.289387,-0.242824,-4.317906,0.625618,-0.524956,-4.63166,1.015992,-0.852518,-4.949756,1.469792,-1.233302,-5.271523,1.934835,-1.62352,-5.416485,2.336998,-1.960974,-5.284026,2.657209,-2.229663,-4.953873,2.897898,-2.431625,-4.508329,3.019,-2.533241,-3.941024,3.075469,-2.580625,-3.368766,3.238484,-2.71741,-2.960155,3.598238,-3.01928,-2.71191,4.042654,-3.392189,-2.46085,4.462839,-3.744767,-2.120426,4.818306,-4.043039,-1.685361,5.042048,-4.23078,-1.160571,5.109407,-4.287302,-0.583537,5.119829,-4.296047,0.0,5.109407,-4.287302,0.583537,5.003419,-4.198367,1.15168,4.778563,-4.009691,1.671459,4.454925,-3.738126,2.116666,4.037873,-3.388178,2.45794,3.589733,-3.012144,2.7055,3.265417,-2.740011,2.984775,3.110233,-2.609796,3.406846,3.040508,-2.551289,3.969102,2.921999,-2.451849,4.545824,2.67614,-2.245548,4.989167,2.323213,-1.949407,5.252858,1.921148,-1.612035,5.378168,1.488166,-1.24872,5.337423,1.039091,-0.871901,5.062292,0.618992,-0.519396,4.5826,0.275032,-0.230779,4.103715,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.312208,-0.21861,-4.356393,0.681776,-0.477385,-4.720179,1.109814,-0.7771,-5.056305,1.599832,-1.120214,-5.365918,2.10353,-1.472907,-5.506955,2.531753,-1.772752,-5.353249,2.829682,-1.981365,-4.933401,3.00848,-2.10656,-4.376925,3.112031,-2.179068,-3.799089,3.26735,-2.287823,-3.346915,3.674051,-2.572598,-3.140563,4.277509,-2.995144,-3.01485,4.78596,-3.351165,-2.724439,5.045139,-3.532645,-2.241685,5.118924,-3.584309,-1.674429,5.075872,-3.554164,-1.092609,4.961369,-3.473988,-0.529894,4.907203,-3.436061,0.0,4.964305,-3.476044,0.530207,5.028052,-3.52068,1.082316,5.058714,-3.542149,1.654733,5.00945,-3.507654,2.225827,4.754916,-3.329428,2.706767,4.249763,-2.975716,2.995294,3.669707,-2.569556,3.136849,3.284793,-2.300037,3.364783};
			return value;
		}
		private double[] getCoordinate_7_33_point_12()
		{
			double[] value = {3.130497,-2.191997,3.821631,3.019178,-2.114051,4.392489,2.821325,-1.975513,4.918829,2.51087,-1.75813,5.309094,2.104774,-1.473779,5.510214,1.626554,-1.138925,5.455544,1.12635,-0.788679,5.131644,0.668991,-0.468432,4.63166,0.296896,-0.207889,4.142744,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.332424,-0.191925,-4.387431,0.733261,-0.423349,-4.801859,1.197868,-0.691589,-5.162093,1.717595,-0.991654,-5.449093,2.246376,-1.296946,-5.562619,2.682966,-1.549011,-5.365932,2.947682,-1.701845,-4.860972,3.071527,-1.773347,-4.226786,3.213164,-1.855121,-3.710242,3.623874,-2.092245,-3.511203,4.295259,-2.479869,-3.472846,4.863617,-2.808011,-3.242411,5.059821,-2.921289,-2.724439,4.936072,-2.849843,-2.074516,4.776751,-2.757859,-1.477932,4.736577,-2.734664,-0.96439,4.729388,-2.730513,-0.477778,4.736232,-2.734465,0.0,4.754636,-2.74509,0.480329,4.705853,-2.716926,0.958135,4.726154,-2.728646,1.462277,4.904054,-2.831357,2.061059,5.024027,-2.900624,2.705166,4.820648,-2.783202,3.213765,4.252277,-2.455054,3.438094,3.59611,-2.076215,3.484303,3.197992,-1.846362,3.692724,3.049799,-1.760802,4.196885,2.925098,-1.688806,4.823731,2.671878,-1.54261,5.343756,2.26372,-1.306959,5.605566,1.745251,-1.007621,5.536831,1.202839,-0.694459,5.183515,0.713998,-0.412227,4.67571,0.31687,-0.182945,4.182144,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.349951,-0.163185,-4.413464,0.778342,-0.362947,-4.870524,1.276788,-0.595376,-5.257638,1.82427,-0.850671,-5.530284,2.364814,-1.102731,-5.595626,2.7912,-1.301558,-5.33428,3.018,-1.407317,-4.755725,3.102299,-1.446626,-4.079383,3.358645,-1.566162,-3.705855,4.073865,-1.899675,-3.771764,4.814358,-2.244972,-3.719541,5.053838,-2.356643,-3.219474,4.857004,-2.264858,-2.498995,4.749441,-2.214701,-1.90736,4.975334,-2.320036,-1.470954,5.520404,-2.574207,-1.074024,6.066439,-2.828827,-0.585612,6.302191,-2.93876,0.0,6.124134,-2.855731,0.591181,5.599345,-2.611017,1.089382,5.034552,-2.34765,1.488461,4.777623,-2.227842,1.918678,4.857004,-2.264858,2.498995,5.032952,-2.346904,3.206169,4.777473,-2.227772,3.691045,4.035485,-1.881778,3.73623,3.319139,-1.54774,3.662265,3.071255,-1.43215,4.038561,3.007306,-1.40233,4.738874,2.802783,-1.306959,5.356417,2.390131,-1.114536,5.655531,1.842709,-0.859269,5.586184,1.268506,-0.591514,5.223534,0.754315,-0.351743,4.720179,0.334565,-0.15601,4.219421,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.364347,-0.132612,-4.431779,0.816618,-0.297225,-4.928495,1.345136,-0.489589,-5.342294,1.917381,-0.69787,-5.606048,2.463556,-0.896661,-5.622171,2.870146,-1.044648,-5.290282,3.052378,-1.110975,-4.639014,3.132074,-1.139982,-3.972214,3.578434,-1.302443,-3.80809,4.497294,-1.636881,-4.015864,5.078078,-1.848269,-3.783906,4.912766,-1.7881,-3.01842,4.715843,-1.716427,-2.340163,5.27732,-1.920787,-2.044059,6.315422,-2.298625,-1.800815};
			return value;
		}
		private double[] getCoordinate_7_33_point_13()
		{
			double[] value = {6.957734,-2.532408,-1.305572,7.071573,-2.573842,-0.658388,7.044201,-2.563879,0.0,7.046516,-2.564722,0.656055,6.949507,-2.529414,1.304028,6.337879,-2.306799,1.807218,5.289823,-1.925338,2.048902,4.746633,-1.727633,2.355442,4.938993,-1.797646,3.034534,5.08409,-1.850458,3.788386,4.48932,-1.633979,4.008743,3.55312,-1.29323,3.781151,3.130221,-1.139307,3.969865,3.072306,-1.118228,4.669302,2.894017,-1.053336,5.33428,2.482576,-0.903584,5.665577,1.917381,-0.69787,5.606048,1.32382,-0.481831,5.257638,0.78954,-0.287369,4.76507,0.349774,-0.127307,4.254514,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.375406,-0.10059,-4.442278,0.846397,-0.226791,-4.969484,1.399973,-0.375122,-5.409079,1.994367,-0.534389,-5.672773,2.544344,-0.681755,-5.648843,2.929401,-0.784931,-5.252858,3.078751,-0.824949,-4.552018,3.192956,-0.85555,-3.93945,3.847491,-1.030932,-3.983216,4.818306,-1.291061,-4.185662,5.112871,-1.36999,-3.706362,4.728951,-1.267119,-2.826574,4.990073,-1.337086,-2.408994,6.360416,-1.704268,-2.396666,6.920042,-1.85422,-1.919629,5.988897,-1.60472,-1.093256,6.188553,-1.658218,-0.560528,6.893893,-1.847213,0.0,6.133878,-1.643568,0.555576,5.971208,-1.59998,1.090027,6.871089,-1.841103,1.90605,6.274457,-1.681236,2.364276,4.963574,-1.329986,2.396201,4.796574,-1.285238,2.866994,5.152345,-1.380567,3.734977,4.835439,-1.295652,4.200545,3.849768,-1.031542,3.985573,3.227139,-0.864709,3.981625,3.115395,-0.834768,4.606197,2.946783,-0.789588,5.284026,2.544344,-0.681755,5.648843,1.975578,-0.529355,5.61933,1.369661,-0.367,5.291964,0.8193,-0.219531,4.810389,0.362314,-0.097082,4.28736,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.383198,-0.067568,-4.447538,0.866523,-0.152791,-4.990107,1.438359,-0.253622,-5.450839,2.050264,-0.361517,-5.719953,2.604846,-0.459305,-5.672285,2.974322,-0.524453,-5.23115,3.103849,-0.547292,-4.501138,3.280505,-0.578442,-3.969865,4.098247,-0.722631,-4.161469,5.015273,-0.884328,-4.273234,5.039965,-0.888682,-3.583462,4.700288,-0.828788,-2.755576,5.609291,-0.989069,-2.656006,7.00316,-1.234846,-2.588263,6.024433,-1.06227,-1.639144,6.716148,-1.184238,-1.202507,9.938454,-1.752418,-0.882916,11.635267,-2.051612,0.0,9.717522,-1.713461,0.863288,6.69631,-1.18074,1.198955,5.978277,-1.054132,1.626586,6.937183,-1.223213,2.563879,5.500844,-0.969947,2.604656,4.733776,-0.834692,2.775208,5.06987,-0.893955,3.604725,5.027155,-0.886423,4.283358,4.103098,-0.723487,4.166395,3.31955,-0.585326,4.017115,3.129663,-0.551844,4.538573,2.969048,-0.523523,5.221874,2.583361,-0.455516,5.625499,2.020163,-0.356209,5.635977,1.407216,-0.24813,5.332821,0.842761,-0.148601,4.853267,0.372029,-0.065599,4.317906,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.387399,-0.033893,-4.444907,0.87758,-0.076778,-4.996015,1.458437,-0.127597,-5.463754,2.080114,-0.181986,-5.736897};
			return value;
		}
		private double[] getCoordinate_7_33_point_14()
		{
			double[] value = {2.638084,-0.230802,-5.679,2.998052,-0.262296,-5.212614,3.124912,-0.273394,-4.479885,3.363898,-0.294303,-4.024251,4.27262,-0.373806,-4.288941,5.112431,-0.44728,-4.306225,4.952571,-0.433294,-3.481074,4.737789,-0.414503,-2.745812,6.131385,-0.536427,-2.870033,7.067391,-0.618317,-2.582146,6.123001,-0.535693,-1.64692,9.752076,-0.853196,-1.726123,15.807489,-1.382976,-1.388259,19.039391,-1.665731,0.0,15.779459,-1.380524,1.385797,9.926702,-0.868474,1.757031,6.188553,-0.541428,1.664552,7.071573,-0.618682,2.583674,6.059265,-0.530117,2.836275,4.72659,-0.413523,2.739322,4.958434,-0.433807,3.485195,5.103365,-0.446487,4.298589,4.26,-0.372702,4.276273,3.373863,-0.295175,4.036173,3.126762,-0.273556,4.482536,2.982132,-0.260903,5.184934,2.613231,-0.228628,5.625499,2.053216,-0.179633,5.662714,1.434478,-0.125501,5.373993,0.859596,-0.075205,4.89363,0.378563,-0.03312,4.343526,-0.0,0.0,3.805436,0.0,-0.0,-3.894257,0.388189,-0.0,-4.437025,0.87833,-0.0,-4.981258,1.460548,-0.0,-5.450839,2.084357,-0.0,-5.726725,2.643466,-0.0,-5.66893,3.000615,-0.0,-5.197218,3.131287,-0.0,-4.471941,3.404831,-0.0,-4.05772,4.339989,-0.0,-4.339989,5.144118,-0.0,-4.316428,4.907203,-0.0,-3.436061,4.733431,-0.0,-2.732848,6.302191,-0.0,-2.93876,7.035871,-0.0,-2.560848,6.83703,-0.0,-1.831977,11.628386,-0.0,-2.050398,19.050657,-0.0,-1.666717,22.850809,-0.0,0.0,19.039391,-0.0,1.665731,11.621508,-0.0,2.049185,6.877598,-0.0,1.842847,7.035871,-0.0,2.560848,6.298463,-0.0,2.937022,4.739035,-0.0,2.736083,4.910107,-0.0,3.438094,5.122859,-0.0,4.298589,4.316943,-0.0,4.316943,3.388755,-0.0,4.038561,3.123886,-0.0,4.461371,2.993523,-0.0,5.184934,2.632541,-0.0,5.645502,2.072063,-0.0,5.692945,1.449358,-0.0,5.409079,0.869027,-0.0,4.928495,0.382038,-0.0,4.366715,-0.0,0.0,3.805436,0.0,0.0,-3.894257,0.385342,0.033713,-4.421304,0.870341,0.076145,-4.954806,1.446408,0.126544,-5.418687,2.065399,0.180699,-5.696314,2.622523,0.229441,-5.645502,2.983896,0.261057,-5.188002,3.126762,0.273556,-4.482536,3.38586,0.296224,-4.050525,4.282743,0.374691,-4.299102,5.118483,0.447809,-4.311323,4.943789,0.432525,-3.474901,4.715419,0.412546,-2.732848,6.077215,0.531687,-2.844677,7.092522,0.620515,-2.591328,6.152049,0.538235,-1.654733,9.914964,0.867447,-1.754954,15.788797,1.381341,-1.386617,19.050657,1.666717,0.0,15.807489,1.382976,1.388259,9.729026,0.85118,1.722043,6.108529,0.534427,1.643028,7.067391,0.618317,2.582146,6.131385,0.536427,2.870033,4.732186,0.414013,2.742565,4.952571,0.433294,3.481074,5.109407,0.447015,4.303678,4.270093,0.373585,4.286404,3.361909,0.294129,4.021871,3.123064,0.273233,4.477235,2.998052,0.262296,5.212614};
			return value;
		}
		private double[] getCoordinate_7_33_point_15()
		{
			double[] value = {2.634965,0.23053,5.672285,2.07397,0.181449,5.719953,1.451551,0.126994,5.437956,0.870341,0.076145,4.954806,0.38239,0.033455,4.387431,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.378914,0.066813,-4.397825,0.853296,0.150459,-4.913938,1.417242,0.249898,-5.370814,2.027347,0.357476,-5.656018,2.584889,0.455786,-5.628828,2.960278,0.521977,-5.20645,3.114886,0.549238,-4.517143,3.315625,0.584634,-4.012365,4.11282,0.725201,-4.176266,5.03013,0.886948,-4.285893,5.045932,0.889734,-3.587705,4.708638,0.83026,-2.760471,5.52694,0.974549,-2.617013,6.978346,1.230471,-2.579092,5.988897,1.056004,-1.629476,6.69631,1.18074,-1.198955,9.729026,1.71549,-0.86431,11.642153,2.052826,0.0,9.938454,1.752418,0.882916,6.712175,1.183538,1.201796,6.01375,1.060386,1.636238,6.999018,1.234116,2.586733,5.612611,0.989655,2.657578,4.689179,0.826829,2.749063,5.036984,0.888156,3.581343,5.024182,0.885899,4.280825,4.115253,0.72563,4.178738,3.296068,0.581186,3.988698,3.109362,0.548264,4.509133,2.977843,0.525074,5.237343,2.609473,0.460121,5.682361,2.051477,0.361731,5.723338,1.436658,0.253322,5.444394,0.862942,0.15216,4.969484,0.379139,0.066852,4.400428,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.369457,0.098996,-4.371884,0.828071,0.221881,-4.861888,1.375345,0.368523,-5.313925,1.975578,0.529355,-5.61933,2.535329,0.679339,-5.628828,2.929401,0.784931,-5.252858,3.093356,0.828862,-4.573613,3.215704,0.861645,-3.967517,3.852046,1.032153,-3.987931,4.838301,1.296419,-4.203031,5.137127,1.376489,-3.723945,4.759826,1.275391,-2.845029,4.954773,1.327627,-2.391952,6.296768,1.687214,-2.372683,6.895522,1.84765,-1.912828,5.985355,1.603771,-1.092609,6.133878,1.643568,-0.555576,6.897972,1.848306,0.0,6.188553,1.658218,0.560528,6.006639,1.609474,1.096495,6.924137,1.855317,1.920765,6.360416,1.704268,2.396666,5.001896,1.340254,2.414701,4.723359,1.26562,2.823232,5.106825,1.36837,3.701979,4.82401,1.29259,4.190617,3.865744,1.035823,4.002112,3.208103,0.859609,3.958139,3.078751,0.824949,4.552018,2.929401,0.784931,5.252858,2.551881,0.683775,5.665577,2.001459,0.536289,5.692945,1.40412,0.376233,5.425102,0.845896,0.226657,4.966545,0.37253,0.099819,4.408245,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.35667,0.129817,-4.33839,0.796106,0.289759,-4.804701,1.324603,0.482116,-5.260749,1.911718,0.695808,-5.58949,2.470854,0.899317,-5.638827,2.880352,1.048362,-5.309094,3.0578,1.112948,-4.647255,3.122823,1.136614,-3.960481,3.557326,1.294761,-3.785627,4.497294,1.636881,-4.015864,5.093122,1.853745,-3.795116,4.933153,1.795521,-3.030945,4.724221,1.719476,-2.34432,5.264846,1.916247,-2.039228,6.341629,2.308164,-1.808288,6.990742,2.544422,-1.311766,7.063211,2.570799,-0.65761,7.023395,2.556307,0.0,7.063211,2.570799,0.65761};
			return value;
		}
		private double[] getCoordinate_7_33_point_16()
		{
			double[] value = {6.961852,2.533907,1.306344,6.315422,2.298625,1.800815,5.27732,1.920787,2.044059,4.729814,1.721511,2.347096,4.90986,1.787043,3.016634,5.069074,1.844992,3.777197,4.494635,1.635913,4.013489,3.591158,1.307075,3.821631,3.141352,1.143359,3.983981,3.045163,1.108349,4.628049,2.859976,1.040946,5.271537,2.465014,0.897192,5.625499,1.926478,0.70118,5.632643,1.353918,0.492786,5.377173,0.820007,0.298458,4.948947,0.362627,0.131985,4.410853,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.341161,0.159086,-4.302606,0.758342,0.353621,-4.745378,1.26476,0.589767,-5.208106,1.834009,0.855212,-5.559808,2.384481,1.111902,-5.642163,2.799468,1.305414,-5.350083,3.00375,1.400672,-4.73327,3.069439,1.431303,-4.036173,3.323069,1.549573,-3.666601,4.045046,1.886236,-3.745082,4.797299,2.237017,-3.706362,5.059821,2.359433,-3.223286,4.862754,2.26754,-2.501953,4.746633,2.213391,-1.906232,5.016713,2.339332,-1.483187,5.619256,2.620302,-1.093256,6.142276,2.864191,-0.592933,6.298463,2.937022,0.0,6.059265,2.825482,0.584919,5.513876,2.571163,1.072754,4.960639,2.313184,1.466609,4.74102,2.210774,1.903978,4.865632,2.268882,2.503434,5.056828,2.358038,3.221379,4.805821,2.240991,3.712946,4.064236,1.895184,3.762849,3.362621,1.568016,3.710242,3.11149,1.450911,4.091467,3.010867,1.40399,4.744485,2.774736,1.293881,5.302816,2.357829,1.099474,5.579098,1.830757,0.853696,5.549949,1.287407,0.600328,5.301365,0.785279,0.366182,4.913938,0.34933,0.162895,4.405638,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.323117,0.186552,-4.264593,0.715266,0.412959,-4.684016,1.195744,0.690363,-5.15294,1.740096,1.004645,-5.520478,2.2664,1.308506,-5.612202,2.681379,1.548095,-5.362758,2.930295,1.691806,-4.8323,3.049799,1.760802,-4.196885,3.190434,1.841998,-3.683995,3.58761,2.071308,-3.476067,4.259831,2.459415,-3.444201,4.852121,2.801374,-3.234748,5.059821,2.921289,-2.724439,4.906956,2.833033,-2.062279,4.709408,2.718978,-1.457096,4.705853,2.716926,-0.958135,4.751824,2.743467,-0.480044,4.747453,2.740943,0.0,4.754636,2.74509,0.480329,4.733776,2.733047,0.96382,4.762642,2.749713,1.473567,4.936072,2.849843,2.074516,5.068809,2.926478,2.729279,4.869375,2.811335,3.24625,4.292719,2.478403,3.470792,3.61317,2.086065,3.500832,3.205569,1.850736,3.701473,3.08245,1.779653,4.241816,2.952918,1.704868,4.869607,2.668719,1.540785,5.337437,2.231805,1.288533,5.526537,1.717595,0.991654,5.449093,1.20783,0.697341,5.205026,0.741989,0.428387,4.859012,0.333015,0.192266,4.395224,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.30257,0.211862,-4.221918,0.667804,0.467602,-4.623447,1.119044,0.783563,-5.098358,1.626554,1.138925,-5.455544,2.116011,1.481647,-5.539631,2.522782,1.766471,-5.33428,2.824665,1.977852,-4.924653,3.015608,2.111551,-4.387295};
			return value;
		}
		private double[] getCoordinate_7_33_point_17()
		{
			double[] value = {3.115716,2.181648,-3.803587,3.251923,2.277021,-3.331112,3.645903,2.552889,-3.116502,4.257312,2.981002,-3.000615,4.78596,3.351165,-2.724439,5.036193,3.52638,-2.23771,5.061707,3.544246,-1.655713,5.013201,3.510281,-1.079119,4.946715,3.463727,-0.528329,4.910107,3.438094,0.0,4.981957,3.488404,0.532093,5.075872,3.554164,1.092609,5.109847,3.577953,1.671459,5.048125,3.534735,2.243011,4.788792,3.353148,2.726051,4.28004,2.996916,3.016634,3.682756,2.578694,3.148004,3.263486,2.285118,3.342957,3.097337,2.168779,3.781151,3.012042,2.109054,4.382107,2.841425,1.989587,4.953873,2.527264,1.769609,5.343756,2.088649,1.462488,5.467998,1.593221,1.115585,5.343742,1.11706,0.782174,5.089317,0.691934,0.484498,4.790509,0.313874,0.219777,4.379651,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.279957,0.234912,-4.177198,0.616069,0.516943,-4.560963,1.032962,0.866758,-5.032431,1.494342,1.253902,-5.359573,1.934835,1.62352,-5.416485,2.331474,1.956339,-5.271537,2.677724,2.246877,-4.99212,2.923728,2.453299,-4.548514,3.029735,2.542249,-3.955038,3.07365,2.579098,-3.366774,3.223193,2.70458,-2.946179,3.570671,2.996149,-2.691133,4.042654,3.392189,-2.46085,4.473412,3.753639,-2.12545,4.795555,4.023949,-1.677403,5.003419,4.198367,-1.15168,5.09733,4.277168,-0.582158,5.122859,4.298589,0.0,5.118483,4.294918,0.584573,5.036085,4.225777,1.159199,4.812608,4.038258,1.683368,4.470767,3.751419,2.124193,4.040263,3.390183,2.459395,3.581249,3.005024,2.699106,3.248077,2.72546,2.968925,3.088231,2.591334,3.382746,3.006523,2.522772,3.924737,2.889339,2.424443,4.495013,2.669815,2.24024,4.977375,2.342535,1.96562,5.296545,1.923423,1.613943,5.384535,1.458532,1.223853,5.231136,1.019002,0.855044,4.96442,0.636068,0.533724,4.709022,0.291966,0.244989,4.356393,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.255529,0.255529,-4.130508,0.560653,0.560653,-4.496662,0.938934,0.938934,-4.955617,1.345519,1.345519,-5.228042,1.732893,1.732893,-5.255501,2.114237,2.114237,-5.178803,2.477562,2.477562,-5.003947,2.745485,2.745485,-4.627224,2.889128,2.889128,-4.085844,2.976437,2.976437,-3.532037,3.057286,3.057286,-3.027456,3.158508,3.158508,-2.578911,3.352689,3.352689,-2.21096,3.608195,3.608195,-1.857252,3.861172,3.861172,-1.463143,4.095823,4.095823,-1.021351,4.254963,4.254963,-0.526457,4.314389,4.314389,0.0,4.27262,4.27262,0.528641,4.098247,4.098247,1.021955,3.836127,3.836127,1.453652,3.599667,3.599667,1.852862,3.376576,3.376576,2.226712,3.18101,3.18101,2.597284,3.073608,3.073608,3.043618,2.99587,2.99587,3.555097,2.885712,2.885712,4.081013,2.709983,2.709983,4.567389,2.446972,2.446972,4.942164,2.117993,2.117993,5.188002,1.735971,1.735971,5.264836,1.31483,1.31483,5.108799,0.915892,0.915892,4.834,0.575438,0.575438,4.615249};
			return value;
		}
		private double[] getCoordinate_7_33_point_18()
		{
			double[] value = {0.267755,0.267755,4.328136,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.229554,0.273571,-4.081923,0.501876,0.598112,-4.428025,0.837026,0.997529,-4.859807,1.184672,1.411838,-5.063664,1.518534,1.809718,-5.066225,1.874758,2.234249,-5.051709,2.221762,2.647793,-4.93632,2.482499,2.958528,-4.602652,2.678107,3.191644,-4.166395,2.848604,3.394834,-3.718589,2.957305,3.524379,-3.22148,3.003247,3.579131,-2.697509,3.073073,3.662345,-2.229348,3.161861,3.76816,-1.790363,3.211901,3.827795,-1.338897,3.278565,3.907241,-0.899363,3.348015,3.990009,-0.455692,3.382746,4.0314,0.0,3.383858,4.032725,0.460571,3.298018,3.930425,0.904699,3.181642,3.791733,1.326283,3.163733,3.77039,1.791423,3.131804,3.732339,2.271954,3.037195,3.619589,2.728002,2.966066,3.53482,3.231024,2.862118,3.41094,3.73623,2.689221,3.204889,4.183685,2.466397,2.939337,4.572797,2.18397,2.602754,4.852353,1.864802,2.222385,5.024883,1.529353,1.822612,5.102319,1.164521,1.387822,4.977531,0.809271,0.964452,4.69866,0.511468,0.609543,4.512651,0.241678,0.288021,4.297518,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.202427,0.289096,-4.03391,0.440741,0.629443,-4.357857,0.729865,1.042355,-4.748963,1.017236,1.452763,-4.872642,1.300059,1.856677,-4.860706,1.619339,2.312656,-4.889981,1.92134,2.743957,-4.783944,2.158281,3.082345,-4.484388,2.392575,3.416952,-4.171328,2.618198,3.739174,-3.830228,2.761872,3.944362,-3.371623,2.851626,4.072543,-2.870388,2.952656,4.21683,-2.400458,3.037966,4.338665,-1.92778,3.062402,4.373563,-1.430617,3.083715,4.404002,-0.947986,3.121217,4.45756,-0.476085,3.123886,4.461371,0.0,3.136024,4.478707,0.478344,3.118573,4.453784,0.958702,3.053356,4.360645,1.426391,3.052378,4.359247,1.936925,3.014431,4.305054,2.45068,2.878746,4.111276,2.897687,2.763507,3.946697,3.373619,2.624401,3.748033,3.839303,2.403926,3.433162,4.191117,2.163395,3.089648,4.495013,1.892012,2.702074,4.710922,1.597454,2.281401,4.823894,1.312424,1.874335,4.906934,1.008249,1.439928,4.829593,0.701086,1.001255,4.561708,0.445723,0.636558,4.407117,0.213877,0.305448,4.262071,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.174385,0.302044,-3.986462,0.377668,0.654141,-4.283729,0.619159,1.072415,-4.621468,0.848765,1.470104,-4.663926,1.082185,1.874399,-4.641505,1.354352,2.345806,-4.691612,1.59651,2.765236,-4.560104,1.801901,3.120984,-4.294844,2.045341,3.542634,-4.090681,2.272912,3.936799,-3.814399,2.426176,4.202261,-3.397654,2.56349,4.440094,-2.960063,2.709845,4.693589,-2.527243,2.828009,4.898255,-2.058622,2.893232,5.011225,-1.550478,2.942817,5.097109,-1.037796,2.996279,5.189708,-0.524281,2.991752,5.181867,0.0,2.987429,5.174379,0.522732,2.977843,5.157776,1.050148,2.896658,5.017158,1.552314,2.839745,4.918582,2.067165,2.76654,4.791788,2.580118};
			return value;
		}
		private double[] getCoordinate_7_33_point_19()
		{
			double[] value = {2.580226,4.469083,2.979389,2.421874,4.194809,3.391629,2.279645,3.948461,3.825699,2.052614,3.555231,4.105228,1.817962,3.148803,4.333126,1.582405,2.740805,4.519816,1.325812,2.296374,4.592748,1.091185,1.889988,4.680108,0.848765,1.470104,4.663926,0.592638,1.026479,4.423512,0.378563,0.655691,4.293878,0.184685,0.319884,4.221918,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.145577,0.31219,-3.937242,0.313418,0.672127,-4.205883,0.507782,1.088942,-4.484113,0.684245,1.467367,-4.448333,0.870872,1.867592,-4.419098,1.08925,2.335904,-4.464162,1.268905,2.721175,-4.287993,1.438093,3.084,-4.05532,1.661612,3.563338,-3.931709,1.850863,3.969189,-3.67485,1.986216,4.259453,-3.290826,2.138737,4.586536,-2.921786,2.293172,4.917722,-2.530235,2.420218,5.190175,-2.084357,2.509958,5.382622,-1.591368,2.580306,5.533483,-1.076569,2.638084,5.65739,-0.546125,2.629428,5.638827,0.0,2.614777,5.607408,0.5413,2.612562,5.602658,1.090027,2.520374,5.404959,1.597972,2.424518,5.199395,2.08806,2.342535,5.023582,2.584701,2.1527,4.616481,2.940862,1.976838,4.239342,3.275288,1.859644,3.988019,3.692283,1.664564,3.569668,3.938693,1.45521,3.120707,4.103588,1.268905,2.721175,4.287993,1.060007,2.273193,4.344314,0.874486,1.875342,4.437437,0.690344,1.480447,4.487983,0.484883,1.039834,4.281895,0.311569,0.668163,4.181074,0.15454,0.331413,4.17967,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.11629,0.319505,-3.88633,0.248595,0.683009,-4.122129,0.397551,1.092262,-4.337989,0.526282,1.445949,-4.227672,0.668638,1.837068,-4.192441,0.831863,2.285525,-4.212703,0.954839,2.623399,-3.98705,1.086642,2.985525,-3.786355,1.268227,3.484425,-3.708048,1.40268,3.853831,-3.441283,1.507039,4.140556,-3.085316,1.642079,4.511575,-2.771927,1.769003,4.860297,-2.411846,1.8792,5.163058,-1.999802,1.96625,5.402228,-1.540421,2.028547,5.573386,-1.045808,2.080114,5.715067,-0.532093,2.070837,5.689578,0.0,2.049576,5.631163,0.524281,2.057554,5.653084,1.060763,1.98143,5.443935,1.552314,1.875867,5.153903,1.996256,1.810293,4.97374,2.46814,1.656716,4.551789,2.796634,1.493725,4.103975,3.058058,1.412673,3.881287,3.4658,1.269728,3.48855,3.712438,1.100226,3.022847,3.833689,0.96392,2.648349,4.024969,0.806662,2.216285,4.08508,0.667452,1.833811,4.185006,0.536023,1.472712,4.305922,0.379174,1.041771,4.137463,0.24538,0.674177,4.068826,0.123743,0.339981,4.135398,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.086914,0.324369,-3.838346,0.184157,0.687281,-4.035265,0.290522,1.084241,-4.189186,0.37783,1.410081,-4.010833,0.47833,1.785151,-3.963315,0.590538,2.203919,-3.951959,0.666703,2.488169,-3.678826,0.76098,2.840016,-3.503995,0.890249,3.322454,-3.439658,0.973048,3.631466,-3.154654,1.044207,3.897033,-2.824991,1.143172,4.266375,-2.550085};
			return value;
		}
		private double[] getCoordinate_7_33_point_20()
		{
			double[] value = {1.228622,4.585281,-2.213577,1.308249,4.882451,-1.839755,1.373719,5.126788,-1.422178,1.416404,5.286091,-0.964961,1.457575,5.439743,-0.492704,1.448501,5.40588,0.0,1.425173,5.318817,0.481751,1.440914,5.377565,0.981659,1.390069,5.187808,1.439105,1.300532,4.853652,1.828903,1.261024,4.706205,2.271954,1.158148,4.322266,2.583492,1.029485,3.842092,2.785164,0.981141,3.661668,3.18089,0.891303,3.326388,3.44373,0.769127,2.870421,3.541508,0.679445,2.535721,3.749134,0.570957,2.130839,3.820916,0.474384,1.770426,3.930625,0.388024,1.448125,4.119044,0.276764,1.032898,3.990813,0.180596,0.673994,3.957249,0.092649,0.345771,4.091594,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.057559,0.326434,-3.788713,0.120809,0.685139,-3.945561,0.187898,1.065624,-4.038313,0.240209,1.362295,-3.800616,0.302667,1.716511,-3.737856,0.369929,2.097971,-3.689849,0.410536,2.328266,-3.376404,0.468589,2.657502,-3.215946,0.546894,3.101588,-3.149435,0.589331,3.342264,-2.847756,0.630934,3.578205,-2.544137,0.689506,3.910383,-2.292489,0.737111,4.180362,-1.979406,0.786277,4.459197,-1.648052,0.823186,4.668522,-1.270224,0.846759,4.802209,-0.859822,0.87758,4.977003,-0.442149,0.869027,4.928495,0.0,0.84848,4.81197,0.427487,0.867036,4.917204,0.880411,0.838423,4.754931,1.293735,0.77565,4.398932,1.62578,0.759689,4.308413,2.040039,0.702684,3.985117,2.336302,0.61837,3.50695,2.493474,0.595288,3.376048,2.876541,0.547541,3.10526,3.153164,0.472766,2.68119,3.244611,0.422611,2.396747,3.475714,0.356184,2.020021,3.552754,0.298224,1.69131,3.682979,0.248742,1.410685,3.935617,0.178789,1.013962,3.842535,0.117844,0.668325,3.848732,0.061466,0.348589,4.04586,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.028533,0.326131,-3.741934,0.059217,0.676853,-3.853289,0.090911,1.039123,-3.892874,0.114244,1.30582,-3.601416,0.142931,1.633712,-3.51689,0.172947,1.97679,-3.43698,0.188778,2.157743,-3.093348,0.214329,2.449788,-2.930696,0.248963,2.845663,-2.856533,0.264813,3.026827,-2.549511,0.282335,3.227108,-2.268277,0.306182,3.499674,-2.028256,0.32539,3.719229,-1.74093,0.348122,3.979058,-1.453791,0.361031,4.126598,-1.109942,0.370272,4.232229,-0.749107,0.388547,4.441111,-0.390031,0.382038,4.366715,0.0,0.369491,4.223306,0.370903,0.383198,4.37997,0.775257,0.370552,4.235426,1.139214,0.339178,3.876818,1.416436,0.337747,3.860464,1.80704,0.314257,3.591969,2.081746,0.274593,3.138614,2.206076,0.268282,3.06648,2.582911,0.248816,2.84398,2.854844,0.216111,2.470162,2.95507,0.196295,2.243661,3.216519,0.165539,1.892116,3.28976,0.140168,1.602127,3.448896,0.119286,1.36345,3.760358,0.086249,0.985826,3.693206,0.057559,0.657903,3.745406,0.030523,0.348885,4.003005,-0.0,-0.0,3.805436,0.0,0.0,-3.894257,0.0,0.323335,-3.695733};
			return value;
		}
		private double[] getCoordinate_7_33_point_21()
		{
			double[] value = {0.0,0.662765,-3.758724,0.0,1.005526,-3.752673,0.0,1.243576,-3.416698,0.0,1.54027,-3.303119,0.0,1.848353,-3.201441,0.0,1.987929,-2.839056,0.0,2.231761,-2.65971,0.0,2.571022,-2.571022,0.0,2.715356,-2.278454,0.0,2.879654,-2.016355,0.0,3.073387,-1.774421,0.0,3.264267,-1.522152,0.0,3.506804,-1.276372,0.0,3.568631,-0.956212,0.0,3.666481,-0.6465,0.0,3.918652,-0.342838,0.0,3.800936,0.0,0.0,3.645787,0.318965,0.0,3.855569,0.679841,0.0,3.699767,0.99135,0.0,3.360567,1.223146,0.0,3.418426,1.594038,0.0,3.175034,1.833107,0.0,2.782521,1.948342,0.0,2.762344,2.317882,0.0,2.557369,2.557369,0.0,2.25432,2.686594,0.0,2.085509,2.978416,0.0,1.749405,3.030058,0.0,1.508705,3.235427,0.0,1.308484,3.59503,0.0,0.949448,3.543386,0.0,0.643066,3.647011,0.0,0.346303,3.958261,-0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.027833,0.318127,-3.650103,-0.056313,0.643658,-3.664312,-0.084531,0.966195,-3.619662,-0.10313,1.178785,-3.251056,-0.126009,1.440289,-3.100507,-0.150232,1.717162,-2.985573,-0.15996,1.828351,-2.621129,-0.176525,2.017695,-2.41378,-0.200849,2.295715,-2.304484,-0.212627,2.430338,-2.047086,-0.224295,2.563704,-1.801982,-0.233372,2.667454,-1.545938,-0.250223,2.860066,-1.338765,-0.27041,3.090803,-1.129257,-0.267632,3.059044,-0.822799,-0.277749,3.17469,-0.561922,-0.301989,3.451751,-0.303143,-0.287424,3.285274,0.0,-0.277656,3.173624,0.278717,-0.296601,3.390162,0.600061,-0.279278,3.19216,0.858604,-0.256693,2.934009,1.071971,-0.264376,3.021834,1.414487,-0.241662,2.762204,1.600851,-0.217243,2.483097,1.745325,-0.217204,2.482654,2.091151,-0.197783,2.260673,2.269309,-0.179793,2.05504,2.458457,-0.168608,1.927198,2.762837,-0.139771,1.597592,2.777681,-0.124086,1.418304,3.053181,-0.109092,1.246932,3.439005,-0.079252,0.905856,3.393615,-0.054639,0.624528,3.555405,-0.029863,0.341331,3.916334,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.054801,0.310792,-3.607169,-0.109314,0.619952,-3.570159,-0.162642,0.922387,-3.495499,-0.196326,1.113418,-3.106282,-0.236078,1.338863,-2.915493,-0.279634,1.585885,-2.789207,-0.297389,1.686576,-2.445838,-0.322604,1.829578,-2.214043,-0.359321,2.037812,-2.069248,-0.385147,2.18428,-1.861103,-0.406764,2.306871,-1.640207,-0.410403,2.327512,-1.36452,-0.447388,2.537261,-1.201396,-0.486349,2.758225,-1.019399,-0.470095,2.666042,-0.725384,-0.496897,2.818041,-0.504562,-0.539623,3.060354,-0.271877,-0.508758,2.885313,0.0,-0.508625,2.884554,0.256259,-0.529368,3.002194,0.537534,-0.487658,2.765646,0.752484,-0.470779,2.669922,0.986763,-0.472972,2.682357,1.270099,-0.419734,2.380429,1.395543,-0.402455,2.282436,1.622833,-0.393671,2.232619,1.90229,-0.348229,1.974907,2.005374};
			return value;
		}
		private double[] getCoordinate_7_33_point_22()
		{
			double[] value = {-0.333668,1.892326,2.289976,-0.311802,1.768318,2.564378,-0.254831,1.445219,2.541809,-0.23552,1.335698,2.908602,-0.208168,1.180577,3.293646,-0.151048,0.856637,3.246332,-0.106379,0.603308,3.474312,-0.058868,0.333855,3.874851,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.080767,0.301426,-3.56685,-0.15865,0.592091,-3.476368,-0.234376,0.874702,-3.379591,-0.281414,1.050251,-2.987332,-0.332638,1.241424,-2.756155,-0.390299,1.456615,-2.61193,-0.418284,1.561058,-2.308068,-0.452945,1.690415,-2.085624,-0.487192,1.818225,-1.882365,-0.52999,1.977949,-1.718244,-0.568411,2.12134,-1.537777,-0.565412,2.110146,-1.26127,-0.61746,2.304393,-1.112462,-0.669647,2.499156,-0.941706,-0.65497,2.444383,-0.678075,-0.69807,2.605233,-0.475578,-0.73209,2.732198,-0.247469,-0.710518,2.651691,0.0,-0.735563,2.745159,0.248643,-0.715633,2.670777,0.487543,-0.664336,2.479337,0.687772,-0.682445,2.546919,0.959704,-0.637505,2.379199,1.148576,-0.560085,2.090267,1.249388,-0.582367,2.173424,1.575533,-0.537887,2.00742,1.743846,-0.466875,1.742403,1.803868,-0.474617,1.771295,2.185413,-0.430078,1.605073,2.373145,-0.350458,1.307927,2.345311,-0.338996,1.265149,2.80883,-0.296804,1.107687,3.150701,-0.215109,0.802797,3.101768,-0.155399,0.579957,3.405126,-0.086863,0.324177,3.836076,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.105662,0.290305,-3.531157,-0.204264,0.56121,-3.387044,-0.299804,0.823704,-3.271395,-0.360186,0.989603,-2.893406,-0.419995,1.153927,-2.63342,-0.484416,1.330921,-2.453167,-0.526262,1.445892,-2.197472,-0.583172,1.602251,-2.032035,-0.607183,1.668221,-1.775284,-0.655073,1.799799,-1.607133,-0.720664,1.980009,-1.475395,-0.735332,2.020308,-1.241284,-0.779155,2.140711,-1.062294,-0.823783,2.263325,-0.876651,-0.844279,2.319638,-0.661435,-0.891886,2.450438,-0.459808,-0.886328,2.435166,-0.226722,-0.912637,2.50745,0.0,-0.948727,2.606607,0.242684,-0.858241,2.357997,0.442462,-0.844779,2.321011,0.661826,-0.888061,2.439928,0.945055,-0.766355,2.105543,1.044842,-0.711791,1.955629,1.201545,-0.759626,2.087055,1.555159,-0.657014,1.805131,1.611894,-0.585315,1.60814,1.711347,-0.60711,1.668022,2.115448,-0.523158,1.437364,2.18451,-0.439884,1.208572,2.227653,-0.437753,1.202717,2.744765,-0.374528,1.029007,3.008616,-0.271922,0.747098,2.96715,-0.201981,0.554937,3.349185,-0.113705,0.312402,3.799936,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.129256,0.277189,-3.495821,-0.246059,0.527676,-3.301968,-0.359018,0.769917,-3.170412,-0.433629,0.929921,-2.819061,-0.503544,1.079854,-2.555152,-0.567197,1.216358,-2.32459,-0.620218,1.330061,-2.095893,-0.714232,1.531674,-2.014082,-0.741442,1.590028,-1.754402,-0.763849,1.638079,-1.516605,-0.851844,1.826785,-1.411362,-0.909691,1.950838,-1.242753,-0.925351,1.984421,-1.021011,-0.924336,1.982245,-0.796063,-0.99619,2.136336,-0.631606,-1.035687,2.221038,-0.432115};
			return value;
		}
		private double[] getCoordinate_7_33_point_23()
		{
			double[] value = {-0.979335,2.100191,-0.202738,-1.066072,2.286198,0.0,-1.086803,2.330657,0.224985,-0.9455,2.02763,0.394486,-1.006855,2.159207,0.638368,-1.037978,2.22595,0.893934,-0.870133,1.866006,0.960085,-0.883176,1.893977,1.206531,-0.908047,1.947313,1.504481,-0.762945,1.636142,1.514812,-0.721537,1.547341,1.707302,-0.722305,1.548988,2.036849,-0.601072,1.289004,2.031196,-0.539061,1.156021,2.209279,-0.53171,1.140256,2.698076,-0.44009,0.943777,2.861065,-0.322752,0.692144,2.850154,-0.246496,0.528613,3.307834,-0.139094,0.298288,3.761911,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.151661,0.262685,-3.466987,-0.284137,0.492139,-3.22284,-0.411643,0.712987,-3.072546,-0.501919,0.86935,-2.758024,-0.587692,1.017913,-2.52062,-0.649184,1.12442,-2.248839,-0.699033,1.21076,-1.996645,-0.829161,1.436149,-1.976312,-0.883973,1.531087,-1.767947,-0.859898,1.489387,-1.44308,-0.933765,1.617329,-1.307659,-1.033207,1.789567,-1.193045,-1.018551,1.764181,-0.949916,-0.941561,1.630831,-0.6854,-1.045837,1.811443,-0.560462,-1.060619,1.837046,-0.374031,-0.962795,1.667611,-0.168467,-1.08209,1.874235,0.0,-1.072248,1.857188,0.187619,-0.959139,1.661277,0.338244,-1.069615,1.852627,0.573205,-1.069272,1.852034,0.778366,-0.944827,1.636489,0.881161,-1.009641,1.74875,1.165833,-0.994197,1.721999,1.392288,-0.863977,1.496453,1.449926,-0.852642,1.476819,1.705283,-0.811209,1.405055,1.933522,-0.690811,1.196519,1.973159,-0.651107,1.12775,2.255501,-0.616175,1.067247,2.642784,-0.492507,0.853047,2.706302,-0.370061,0.640965,2.762174,-0.289054,0.500656,3.27861,-0.163012,0.282345,3.72647,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.172748,0.246709,-3.442461,-0.31908,0.455693,-3.154927,-0.458183,0.654353,-2.981227,-0.563979,0.805445,-2.701503,-0.670196,0.957139,-2.505752,-0.742074,1.059792,-2.240871,-0.771647,1.102025,-1.921323,-0.907743,1.296391,-1.886071,-0.998574,1.426112,-1.740961,-0.942507,1.34604,-1.378818,-0.952204,1.359888,-1.162426,-1.049255,1.498492,-1.056159,-0.996529,1.42319,-0.81016,-0.85858,1.22618,-0.544823,-0.942449,1.345957,-0.44027,-0.883972,1.262443,-0.271748,-0.801967,1.145327,-0.122325,-0.888627,1.26909,0.0,-0.805771,1.150761,0.122906,-0.834179,1.191332,0.256441,-0.941892,1.345161,0.44001,-0.929965,1.328127,0.590121,-0.930985,1.329585,0.756875,-1.019879,1.456538,1.026589,-1.010236,1.442767,1.233271,-0.944181,1.348431,1.381267,-0.944,1.348172,1.645814,-0.888089,1.268322,1.845235,-0.809045,1.155436,2.014442,-0.759844,1.08517,2.294531,-0.684218,0.977164,2.558177,-0.534419,0.76323,2.559911,-0.416802,0.595255,2.711979,-0.329633,0.470764,3.25927,-0.185348,0.264704,3.693548,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.192337,0.229218,-3.420132,-0.350876,0.418158,-3.095762,-0.499094,0.594797,-2.89776,-0.617982,0.736482,-2.641448,-0.744871,0.887703,-2.485084};
			return value;
		}
		private double[] getCoordinate_7_33_point_24()
		{
			double[] value = {-0.845008,1.007041,-2.276952,-0.855092,1.019059,-1.899847,-0.943088,1.123928,-1.748522,-1.045465,1.245937,-1.626455,-0.989689,1.179465,-1.291947,-0.91985,1.096234,-1.002019,-0.959342,1.143299,-0.861679,-0.866449,1.032594,-0.628562,-0.822079,0.979716,-0.465492,-0.915828,1.091442,-0.381768,-0.919479,1.095792,-0.252228,-1.018227,1.213476,-0.138589,-1.087622,1.296178,0.0,-1.029737,1.227193,0.140156,-0.921657,1.098388,0.252825,-0.838555,0.999351,0.349556,-0.785936,0.936642,0.445026,-0.79805,0.951078,0.578942,-0.906376,1.080177,0.814104,-0.96958,1.1555,1.056192,-0.967688,1.153245,1.263227,-0.99067,1.180635,1.541209,-0.97948,1.167299,1.815994,-0.923997,1.101177,2.052941,-0.844009,1.00585,2.27426,-0.731335,0.871571,2.439923,-0.573252,0.683175,2.450259,-0.465166,0.554363,2.700771,-0.368317,0.438943,3.249644,-0.205756,0.24521,3.658751,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.210583,0.210583,-3.403983,-0.380544,0.380544,-3.052117,-0.535561,0.535561,-2.826645,-0.664313,0.664313,-2.581201,-0.802613,0.802613,-2.434156,-0.939513,0.939513,-2.301329,-0.956933,0.956933,-1.932723,-0.953862,0.953862,-1.607633,-1.003768,1.003768,-1.419542,-0.955289,0.955289,-1.133609,-0.844333,0.844333,-0.836095,-0.916731,0.916731,-0.748507,-1.042831,1.042831,-0.687704,-1.214896,1.214896,-0.625346,-1.400688,1.400688,-0.530773,-1.474428,1.474428,-0.367669,-1.471319,1.471319,-0.182043,-1.616862,1.616862,0.0,-1.654165,1.654165,0.204666,-1.44849,1.44849,0.361201,-1.314771,1.314771,0.498216,-1.252851,1.252851,0.644882,-1.049019,1.049019,0.691784,-0.840375,0.840375,0.686163,-0.869682,0.869682,0.861196,-0.924706,0.924706,1.097317,-1.012715,1.012715,1.432195,-1.056658,1.056658,1.780885,-0.987413,0.987413,1.994284,-0.890271,0.890271,2.180711,-0.764606,0.764606,2.31889,-0.61952,0.61952,2.407156,-0.516273,0.516273,2.724844,-0.404454,0.404454,3.243881,-0.224212,0.224212,3.624282,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.227327,0.19075,-3.391922,-0.407896,0.342265,-3.019788,-0.570331,0.478564,-2.778564,-0.704518,0.591161,-2.526809,-0.840679,0.705413,-2.353442,-0.999917,0.83903,-2.260845,-1.049653,0.880764,-1.956884,-0.962549,0.807675,-1.497461,-0.88196,0.740053,-1.151318,-0.841851,0.706397,-0.922135,-0.862164,0.723441,-0.788066,-1.154173,0.968466,-0.869874,-1.383916,1.161244,-0.842419,-1.546856,1.297967,-0.734957,-1.735536,1.456287,-0.607061,-1.731151,1.452608,-0.398474,-1.640837,1.376825,-0.187397,-1.843053,1.546505,0.0,-1.891161,1.586872,0.215986,-1.667816,1.399464,0.383896,-1.628115,1.366151,0.569487,-1.667555,1.399244,0.792304,-1.47872,1.240793,0.900129,-1.114582,0.935245,0.840035,-0.907701,0.761651,0.829689,-0.877965,0.7367,0.961693,-0.988052,0.829074,1.28981,-1.049385,0.880538,1.632552,-0.979456,0.821862,1.826015,-0.910148,0.763705,2.057875,-0.805621,0.675997,2.255301};
			return value;
		}
		private double[] getCoordinate_7_33_point_25()
		{
			double[] value = {-0.678743,0.569533,2.434366,-0.567974,0.476587,2.767081,-0.437388,0.367012,3.238129,-0.240612,0.201897,3.590137,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.242513,0.169809,-3.383904,-0.433601,0.303611,-3.001976,-0.60484,0.423513,-2.755646,-0.744499,0.521304,-2.497088,-0.865048,0.605713,-2.26466,-1.012598,0.709029,-2.141081,-1.091643,0.764377,-1.903222,-0.96786,0.677703,-1.408104,-0.748342,0.523995,-0.913557,-0.969882,0.679119,-0.9935,-1.235608,0.865182,-1.056192,-1.497606,1.048635,-1.055534,-1.598164,1.119046,-0.909765,-1.670815,1.169917,-0.742386,-1.811382,1.268343,-0.592513,-1.680993,1.177044,-0.361843,-1.579219,1.105781,-0.168667,-1.75921,1.231812,0.0,-1.725766,1.208394,0.184319,-1.580684,1.106807,0.340251,-1.705309,1.19407,0.557816,-1.816166,1.271693,0.806969,-1.68656,1.180942,0.960085,-1.430915,1.001938,1.00853,-1.224691,0.857538,1.046861,-0.979685,0.685983,1.003542,-0.88264,0.618031,1.077504,-0.935767,0.655231,1.361412,-0.941004,0.658898,1.64059,-0.945998,0.662395,2.000259,-0.871726,0.610389,2.282144,-0.744499,0.521304,2.497088,-0.616764,0.431863,2.809972,-0.466054,0.326334,3.226655,-0.254718,0.178355,3.554211,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.256086,0.147852,-3.379903,-0.456788,0.263727,-2.991339,-0.63945,0.369186,-2.755646,-0.7899,0.456049,-2.505967,-0.891048,0.514447,-2.20647,-0.988951,0.570971,-1.977901,-1.060488,0.612273,-1.748834,-0.944699,0.545422,-1.300017,-0.808672,0.466887,-0.933774,-1.26876,0.732519,-1.229313,-1.584185,0.914629,-1.280861,-1.728181,0.997766,-1.152121,-1.653031,0.954378,-0.890067,-1.621211,0.936007,-0.681357,-1.689301,0.975318,-0.522671,-1.587298,0.916427,-0.323182,-1.538694,0.888365,-0.155444,-1.623267,0.937194,0.0,-1.569957,0.906415,0.158602,-1.377194,0.795123,0.280403,-1.534915,0.886184,0.474904,-1.679792,0.969828,0.705977,-1.661856,0.959473,0.894819,-1.606892,0.92774,1.071262,-1.49495,0.86311,1.208712,-1.217291,0.702804,1.179444,-0.849372,0.490385,0.98077,-0.821109,0.474068,1.129944,-0.961293,0.555003,1.585251,-1.018641,0.588113,2.037282,-0.947033,0.54677,2.345103,-0.80452,0.46449,2.55235,-0.659427,0.38072,2.841736,-0.489526,0.282628,3.205726,-0.266441,0.15383,3.516564,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.26784,0.124896,-3.377904,-0.477753,0.22278,-2.98957,-0.672368,0.31353,-2.768718,-0.841443,0.392371,-2.55084,-0.936918,0.436892,-2.216938,-0.965737,0.450331,-1.845627,-0.977262,0.455705,-1.539957,-0.886673,0.413462,-1.165934,-0.995214,0.464076,-1.098097,-1.448416,0.675408,-1.341008,-1.71473,0.799592,-1.32479,-1.771502,0.826065,-1.12851,-1.58959,0.741238,-0.817866,-1.520732,0.709129,-0.610721,-1.767877,0.824375,-0.522671,-2.006153,0.935484,-0.390308,-2.040183,0.951353,-0.196945,-2.10323,0.980752,0.0,-2.130223,0.993339,0.205637,-1.960396,0.914148,0.381405};
			return value;
		}
		private double[] getCoordinate_7_33_point_26()
		{
			double[] value = {-1.752258,0.817091,0.518054,-1.56361,0.729123,0.627941,-1.583957,0.738611,0.814968,-1.68562,0.786017,1.0738,-1.67166,0.779508,1.291514,-1.443284,0.673014,1.336256,-1.013634,0.472665,1.118422,-0.813783,0.379473,1.070088,-1.017378,0.474411,1.603171,-1.083828,0.505397,2.07131,-0.999917,0.466269,2.366006,-0.849446,0.396103,2.5751,-0.692554,0.322943,2.851841,-0.50747,0.236637,3.175525,-0.275881,0.128645,3.479315,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.27787,0.101136,-3.379903,-0.495351,0.180293,-2.98957,-0.699614,0.254639,-2.778564,-0.890165,0.323994,-2.602669,-1.00178,0.364618,-2.286198,-0.984861,0.35846,-1.815306,-0.89013,0.323981,-1.352823,-0.83088,0.302416,-1.053754,-1.158052,0.421496,-1.232373,-1.532283,0.557706,-1.368254,-1.685708,0.613547,-1.256097,-1.666922,0.60671,-1.024163,-1.572888,0.572484,-0.780521,-1.792737,0.652503,-0.694379,-2.028136,0.738181,-0.578314,-2.131122,0.775665,-0.399891,-2.19177,0.797739,-0.204061,-2.230284,0.811757,0.0,-2.21917,0.807712,0.206612,-2.214668,0.806073,0.415568,-2.100178,0.764402,0.598856,-1.801242,0.655598,0.697673,-1.56361,0.569107,0.775917,-1.700791,0.619037,1.044972,-1.778947,0.647484,1.325574,-1.628557,0.592746,1.454222,-1.225,0.445864,1.303618,-0.820622,0.298682,1.040743,-1.007284,0.366621,1.530873,-1.089708,0.396621,2.00856,-1.014903,0.369395,2.316148,-0.875541,0.318671,2.559911,-0.713829,0.259813,2.835019,-0.519052,0.188919,3.132608,-0.283013,0.103008,3.442461,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.285966,0.076624,-3.383904,-0.509481,0.136515,-2.991339,-0.71872,0.19258,-2.77692,-0.924812,0.247803,-2.630532,-1.063174,0.284877,-2.360414,-1.0446,0.2799,-1.873126,-0.833822,0.223422,-1.232829,-0.843531,0.226023,-1.040743,-1.349444,0.361583,-1.397048,-1.637776,0.438841,-1.422736,-1.646813,0.441262,-1.193788,-1.485776,0.398112,-0.888073,-1.749151,0.468684,-0.844415,-2.113889,0.566415,-0.796534,-2.15498,0.577425,-0.597794,-2.122995,0.568855,-0.387547,-2.156454,0.57782,-0.195321,-2.071969,0.555182,0.0,-2.045849,0.548183,0.185303,-2.13812,0.572908,0.390308,-2.153705,0.577084,0.597441,-2.048637,0.548931,0.771946,-1.765787,0.473141,0.852446,-1.615029,0.432746,0.96533,-1.771115,0.474569,1.283895,-1.725299,0.462292,1.498767,-1.381759,0.370241,1.430502,-0.835584,0.223894,1.030938,-0.903683,0.242141,1.33612,-1.034759,0.277263,1.85548,-1.000916,0.268195,2.22219,-0.885198,0.237188,2.517856,-0.724269,0.194067,2.79836,-0.525087,0.140697,3.082968,-0.287833,0.077124,3.405997,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.292073,0.0515,-3.389915,-0.519748,0.091646,-2.993109,-0.727586,0.128293,-2.757276,-0.93622,0.165081,-2.611924,-1.094266,0.192949,-2.382862,-1.100244,0.194003,-1.935077,-0.837641,0.147699,-1.21473,-0.930973,0.164156,-1.126606,-1.553221,0.273875,-1.577182};
			return value;
		}
		private double[] getCoordinate_7_33_point_27()
		{
			double[] value = {-1.806483,0.318532,-1.539203,-1.678012,0.295879,-1.193082,-1.441381,0.254154,-0.845019,-2.003781,0.353321,-0.948793,-2.218602,0.391199,-0.819962,-2.144454,0.378125,-0.583469,-2.037745,0.359309,-0.364852,-2.292925,0.404305,-0.2037,-2.335979,0.411896,0.0,-2.157378,0.380404,0.191658,-1.995985,0.351946,0.357375,-2.133066,0.376117,0.580371,-2.147575,0.378675,0.793712,-1.95345,0.344446,0.924961,-1.505884,0.265528,0.882835,-1.66122,0.292918,1.181143,-1.691666,0.298286,1.441374,-1.444212,0.254654,1.466491,-0.949327,0.167392,1.148817,-0.829259,0.146221,1.202574,-0.985599,0.173788,1.733442,-0.989566,0.174487,2.154869,-0.888726,0.156706,2.479423,-0.725437,0.127914,2.749132,-0.525623,0.092682,3.026943,-0.290351,0.051197,3.36992,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.295975,0.025894,-3.395937,-0.52638,0.046052,-2.996652,-0.727341,0.063634,-2.724844,-0.92435,0.08087,-2.549332,-1.084234,0.094858,-2.33403,-1.112308,0.097314,-1.933932,-0.876905,0.076719,-1.257134,-1.011024,0.088453,-1.209494,-1.640521,0.143527,-1.646788,-1.890042,0.165357,-1.591992,-1.752516,0.153325,-1.231812,-1.577405,0.138005,-0.914194,-2.105167,0.184178,-0.985405,-2.182713,0.190963,-0.797477,-2.045849,0.178989,-0.550277,-2.179184,0.190654,-0.385717,-2.387659,0.208893,-0.209691,-2.396779,0.209691,0.0,-2.366564,0.207048,0.207838,-2.265955,0.198245,0.401075,-2.176963,0.19046,0.585544,-2.237627,0.195767,0.81754,-2.049862,0.17934,0.959518,-1.545993,0.135257,0.895989,-1.64794,0.144176,1.158308,-1.699121,0.148654,1.431177,-1.505661,0.131728,1.511412,-1.061907,0.092905,1.270366,-0.879503,0.076947,1.260858,-1.014847,0.088788,1.764482,-1.012923,0.088619,2.180517,-0.897408,0.078513,2.475027,-0.723051,0.063259,2.708772,-0.522347,0.045699,2.973694,-0.290769,0.025439,3.336198,0.0,-0.0,3.805436,-0.0,0.0,-3.894257,-0.297986,0.0,-3.405997,-0.528703,0.0,-2.998426,-0.721532,0.0,-2.692794,-0.899771,0.0,-2.4721,-1.044225,0.0,-2.239347,-1.075071,0.0,-1.862078,-0.894958,0.0,-1.278132,-1.052803,0.0,-1.254681,-1.588419,0.0,-1.588419,-1.810631,0.0,-1.5193,-1.735435,0.0,-1.215165,-1.575022,0.0,-0.909339,-2.066231,0.0,-0.963499,-2.217129,0.0,-0.806969,-2.08303,0.0,-0.558146,-2.304409,0.0,-0.406329,-2.405302,0.0,-0.210437,-2.654203,0.0,0.0,-2.457079,0.0,0.214967,-2.338745,0.0,0.412384,-2.046387,0.0,0.548328,-2.213197,0.0,0.805538,-2.128263,0.0,0.992426,-1.637736,0.0,0.945548,-1.731333,0.0,1.212293,-1.832181,0.0,1.537383,-1.601629,0.0,1.601629,-1.064703,0.0,1.268864,-0.913142,0.0,1.304101,-1.089155,0.0,1.886471,-1.064181,0.0,2.282144,-0.915883,0.0,2.516367,-0.720252,0.0,2.688019,-0.516034,0.0,2.926572,-0.28913,0.0,3.304767};
			return value;
		}
		private double[] getCoordinate_7_33_point_28()
		{
			double[] value = {0.0,-0.0,3.805436};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_7_34_color_1()
		{
			double[] value = {0.0,0.0,0.5,0.0,0.0,0.512821,0.0,0.0,0.525641,0.0,0.0,0.538462,0.0,0.0,0.551282,0.0,0.0,0.564103,0.0,0.0,0.576923,0.0,0.0,0.589744,0.0,0.0,0.602564,0.0,0.0,0.615385,0.0,0.0,0.628205,0.0,0.0,0.641026,0.0,0.0,0.653846,0.0,0.0,0.666667,0.0,0.0,0.679487,0.0,0.0,0.692308,0.0,0.0,0.705128,0.0,0.0,0.717949,0.0,0.0,0.730769,0.0,0.0,0.74359,0.0,0.0,0.75641,0.0,0.0,0.769231,0.0,0.0,0.782051,0.0,0.0,0.794872,0.0,0.0,0.807692,0.0,0.0,0.820513,0.0,0.0,0.833333,0.0,0.0,0.846154,0.0,0.0,0.858974,0.0,0.0,0.871795,0.0,0.0,0.884615,0.0,0.0,0.897436,0.0,0.0,0.910256,0.0,0.0,0.923077,0.0,0.0,0.935897,0.0,0.0,0.948718,0.0,0.0,0.961538,0.0,0.0,0.974359,0.0,0.0,0.987179,0.0,0.0,1.0,0.0,0.0125,1.0,0.0,0.025,1.0,0.0,0.0375,1.0,0.0,0.05,1.0,0.0,0.0625,1.0,0.0,0.075,1.0,0.0,0.0875,1.0,0.0,0.1,1.0,0.0,0.1125,1.0,0.0,0.125,1.0,0.0,0.1375,1.0,0.0,0.15,1.0,0.0,0.1625,1.0,0.0,0.175,1.0,0.0,0.1875,1.0,0.0,0.2,1.0,0.0,0.2125,1.0,0.0,0.225,1.0,0.0,0.2375,1.0,0.0,0.25,1.0,0.0,0.2625,1.0,0.0,0.275,1.0,0.0,0.2875,1.0,0.0,0.3,1.0,0.0,0.3125,1.0,0.0,0.325,1.0,0.0,0.3375,1.0,0.0,0.35,1.0,0.0,0.3625,1.0,0.0,0.375,1.0,0.0,0.3875,1.0,0.0,0.4,1.0,0.0,0.4125,1.0,0.0,0.425,1.0,0.0,0.4375,1.0,0.0,0.45,1.0,0.0,0.4625,1.0,0.0,0.475,1.0,0.0,0.4875,1.0,0.0,0.5,1.0,0.0,0.5125,1.0,0.0,0.525,1.0,0.0,0.5375,1.0,0.0,0.55,1.0,0.0,0.5625,1.0,0.0,0.575,1.0,0.0,0.5875,1.0,0.0,0.6,1.0,0.0,0.6125,1.0,0.0,0.625,1.0,0.0,0.6375,1.0,0.0,0.65,1.0,0.0,0.6625,1.0,0.0,0.675,1.0,0.0,0.6875,1.0,0.0,0.7,1.0,0.0,0.7125,1.0,0.0,0.725,1.0,0.0,0.7375,1.0,0.0,0.75,1.0};
			return value;
		}
		private double[] getColor_7_34_color_2()
		{
			double[] value = {0.0,0.7625,1.0,0.0,0.775,1.0,0.0,0.7875,1.0,0.0,0.8,1.0,0.0,0.8125,1.0,0.0,0.825,1.0,0.0,0.8375,1.0,0.0,0.85,1.0,0.0,0.8625,1.0,0.0,0.875,1.0,0.0,0.8875,1.0,0.0,0.9,1.0,0.0,0.9125,1.0,0.0,0.925,1.0,0.0,0.9375,1.0,0.0,0.95,1.0,0.0,0.9625,1.0,0.0,0.975,1.0,0.0,0.9875,1.0,0.0,1.0,1.0,0.0125,1.0,0.9875,0.025,1.0,0.975,0.0375,1.0,0.9625,0.05,1.0,0.95,0.0625,1.0,0.9375,0.075,1.0,0.925,0.0875,1.0,0.9125,0.1,1.0,0.9,0.1125,1.0,0.8875,0.125,1.0,0.875,0.1375,1.0,0.8625,0.15,1.0,0.85,0.1625,1.0,0.8375,0.175,1.0,0.825,0.1875,1.0,0.8125,0.2,1.0,0.8,0.2125,1.0,0.7875,0.225,1.0,0.775,0.2375,1.0,0.7625,0.25,1.0,0.75,0.2625,1.0,0.7375,0.275,1.0,0.725,0.2875,1.0,0.7125,0.3,1.0,0.7,0.3125,1.0,0.6875,0.325,1.0,0.675,0.3375,1.0,0.6625,0.35,1.0,0.65,0.3625,1.0,0.6375,0.375,1.0,0.625,0.3875,1.0,0.6125,0.4,1.0,0.6,0.4125,1.0,0.5875,0.425,1.0,0.575,0.4375,1.0,0.5625,0.45,1.0,0.55,0.4625,1.0,0.5375,0.475,1.0,0.525,0.4875,1.0,0.5125,0.5,1.0,0.5,0.5125,1.0,0.4875,0.525,1.0,0.475,0.5375,1.0,0.4625,0.55,1.0,0.45,0.5625,1.0,0.4375,0.575,1.0,0.425,0.5875,1.0,0.4125,0.6,1.0,0.4,0.6125,1.0,0.3875,0.625,1.0,0.375,0.6375,1.0,0.3625,0.65,1.0,0.35,0.6625,1.0,0.3375,0.675,1.0,0.325,0.6875,1.0,0.3125,0.7,1.0,0.3,0.7125,1.0,0.2875,0.725,1.0,0.275,0.7375,1.0,0.2625,0.75,1.0,0.25,0.7625,1.0,0.2375,0.775,1.0,0.225,0.7875,1.0,0.2125,0.8,1.0,0.2,0.8125,1.0,0.1875,0.825,1.0,0.175,0.8375,1.0,0.1625,0.85,1.0,0.15,0.8625,1.0,0.1375,0.875,1.0,0.125,0.8875,1.0,0.1125,0.9,1.0,0.1,0.9125,1.0,0.0875,0.925,1.0,0.075,0.9375,1.0,0.0625,0.95,1.0,0.05,0.9625,1.0,0.0375,0.975,1.0,0.025,0.9875,1.0,0.0125,1.0,1.0,0.0};
			return value;
		}
		private double[] getColor_7_34_color_3()
		{
			double[] value = {1.0,0.995,0.0,1.0,0.99,0.0,1.0,0.985,0.0,1.0,0.98,0.0,1.0,0.975,0.0,1.0,0.97,0.0,1.0,0.965,0.0,1.0,0.96,0.0,1.0,0.955,0.0,1.0,0.95,0.0,1.0,0.945,0.0,1.0,0.94,0.0,1.0,0.935,0.0,1.0,0.93,0.0,1.0,0.925,0.0,1.0,0.92,0.0,1.0,0.915,0.0,1.0,0.91,0.0,1.0,0.905,0.0,1.0,0.9,0.0,1.0,0.895,0.0,1.0,0.89,0.0,1.0,0.885,0.0,1.0,0.88,0.0,1.0,0.875,0.0,1.0,0.87,0.0,1.0,0.865,0.0,1.0,0.86,0.0,1.0,0.855,0.0,1.0,0.85,0.0,1.0,0.845,0.0,1.0,0.84,0.0,1.0,0.835,0.0,1.0,0.83,0.0,1.0,0.825,0.0,1.0,0.82,0.0,1.0,0.815,0.0,1.0,0.81,0.0,1.0,0.805,0.0,1.0,0.8,0.0,1.0,0.795,0.0,1.0,0.79,0.0,1.0,0.785,0.0,1.0,0.78,0.0,1.0,0.775,0.0,1.0,0.77,0.0,1.0,0.765,0.0,1.0,0.76,0.0,1.0,0.755,0.0,1.0,0.75,0.0,1.0,0.745,0.0,1.0,0.74,0.0,1.0,0.735,0.0,1.0,0.73,0.0,1.0,0.725,0.0,1.0,0.72,0.0,1.0,0.715,0.0,1.0,0.71,0.0,1.0,0.705,0.0,1.0,0.7,0.0,1.0,0.695,0.0,1.0,0.69,0.0,1.0,0.685,0.0,1.0,0.68,0.0,1.0,0.675,0.0,1.0,0.67,0.0,1.0,0.665,0.0,1.0,0.66,0.0,1.0,0.655,0.0,1.0,0.65,0.0,1.0,0.645,0.0,1.0,0.64,0.0,1.0,0.635,0.0,1.0,0.63,0.0,1.0,0.625,0.0,1.0,0.62,0.0,1.0,0.615,0.0,1.0,0.61,0.0,1.0,0.605,0.0,1.0,0.6,0.0,1.0,0.595,0.0,1.0,0.59,0.0,1.0,0.585,0.0,1.0,0.58,0.0,1.0,0.575,0.0,1.0,0.57,0.0,1.0,0.565,0.0,1.0,0.56,0.0,1.0,0.555,0.0,1.0,0.55,0.0,1.0,0.545,0.0,1.0,0.54,0.0,1.0,0.535,0.0,1.0,0.53,0.0,1.0,0.525,0.0,1.0,0.52,0.0,1.0,0.515,0.0,1.0,0.51,0.0,1.0,0.505,0.0,1.0,0.5,0.0};
			return value;
		}
		private double[] getColor_7_34_color_4()
		{
			double[] value = {1.0,0.495,0.0,1.0,0.49,0.0,1.0,0.485,0.0,1.0,0.48,0.0,1.0,0.475,0.0,1.0,0.47,0.0,1.0,0.465,0.0,1.0,0.46,0.0,1.0,0.455,0.0,1.0,0.45,0.0,1.0,0.445,0.0,1.0,0.44,0.0,1.0,0.435,0.0,1.0,0.43,0.0,1.0,0.425,0.0,1.0,0.42,0.0,1.0,0.415,0.0,1.0,0.41,0.0,1.0,0.405,0.0,1.0,0.4,0.0,1.0,0.395,0.0,1.0,0.39,0.0,1.0,0.385,0.0,1.0,0.38,0.0,1.0,0.375,0.0,1.0,0.37,0.0,1.0,0.365,0.0,1.0,0.36,0.0,1.0,0.355,0.0,1.0,0.35,0.0,1.0,0.345,0.0,1.0,0.34,0.0,1.0,0.335,0.0,1.0,0.33,0.0,1.0,0.325,0.0,1.0,0.32,0.0,1.0,0.315,0.0,1.0,0.31,0.0,1.0,0.305,0.0,1.0,0.3,0.0,1.0,0.295,0.0,1.0,0.29,0.0,1.0,0.285,0.0,1.0,0.28,0.0,1.0,0.275,0.0,1.0,0.27,0.0,1.0,0.265,0.0,1.0,0.26,0.0,1.0,0.255,0.0,1.0,0.25,0.0,1.0,0.245,0.0,1.0,0.24,0.0,1.0,0.235,0.0,1.0,0.23,0.0,1.0,0.225,0.0,1.0,0.22,0.0,1.0,0.215,0.0,1.0,0.21,0.0,1.0,0.205,0.0,1.0,0.2,0.0,1.0,0.195,0.0,1.0,0.19,0.0,1.0,0.185,0.0,1.0,0.18,0.0,1.0,0.175,0.0,1.0,0.17,0.0,1.0,0.165,0.0,1.0,0.16,0.0,1.0,0.155,0.0,1.0,0.15,0.0,1.0,0.145,0.0,1.0,0.14,0.0,1.0,0.135,0.0,1.0,0.13,0.0,1.0,0.125,0.0,1.0,0.12,0.0,1.0,0.115,0.0,1.0,0.11,0.0,1.0,0.105,0.0,1.0,0.1,0.0,1.0,0.095,0.0,1.0,0.09,0.0,1.0,0.085,0.0,1.0,0.08,0.0,1.0,0.075,0.0,1.0,0.07,0.0,1.0,0.065,0.0,1.0,0.06,0.0,1.0,0.055,0.0,1.0,0.05,0.0,1.0,0.045,0.0,1.0,0.04,0.0,1.0,0.035,0.0,1.0,0.03,0.0,1.0,0.025,0.0,1.0,0.02,0.0,1.0,0.015,0.0,1.0,0.01,0.0,1.0,0.005,0.0,1.0,0.0,0.0};
			return value;
		}
		private double[] getColor_7_34_color_5()
		{
			double[] value = {1.0,0.0,0.008929,1.0,0.0,0.017857,1.0,0.0,0.026786,1.0,0.0,0.035714,1.0,0.0,0.044643,1.0,0.0,0.053571,1.0,0.0,0.0625,1.0,0.0,0.071429,1.0,0.0,0.080357,1.0,0.0,0.089286,1.0,0.0,0.098214,1.0,0.0,0.107143,1.0,0.0,0.116071,1.0,0.0,0.125,1.0,0.0,0.133929,1.0,0.0,0.142857,1.0,0.0,0.151786,1.0,0.0,0.160714,1.0,0.0,0.169643,1.0,0.0,0.178571,1.0,0.0,0.1875,1.0,0.0,0.196429,1.0,0.0,0.205357,1.0,0.0,0.214286,1.0,0.0,0.223214,1.0,0.0,0.232143,1.0,0.0,0.241071,1.0,0.0,0.25,1.0,0.0,0.258929,1.0,0.0,0.267857,1.0,0.0,0.276786,1.0,0.0,0.285714,1.0,0.0,0.294643,1.0,0.0,0.303571,1.0,0.0,0.3125,1.0,0.0,0.321429,1.0,0.0,0.330357,1.0,0.0,0.339286,1.0,0.0,0.348214,1.0,0.0,0.357143,1.0,0.0,0.366071,1.0,0.0,0.375,1.0,0.0,0.383929,1.0,0.0,0.392857,1.0,0.0,0.401786,1.0,0.0,0.410714,1.0,0.0,0.419643,1.0,0.0,0.428571,1.0,0.0,0.4375,1.0,0.0,0.446429,1.0,0.0,0.455357,1.0,0.0,0.464286,1.0,0.0,0.473214,1.0,0.0,0.482143,1.0,0.0,0.491071,1.0,0.0,0.5,1.0,0.0,0.508929,1.0,0.0,0.517857,1.0,0.0,0.526786,1.0,0.0,0.535714,1.0,0.0,0.544643,1.0,0.0,0.553571,1.0,0.0,0.5625,1.0,0.0,0.571429,1.0,0.0,0.580357,1.0,0.0,0.589286,1.0,0.0,0.598214,1.0,0.0,0.607143,1.0,0.0,0.616071,1.0,0.0,0.625,1.0,0.0,0.633929,1.0,0.0,0.642857,1.0,0.0,0.651786,1.0,0.0,0.660714,1.0,0.0,0.669643,1.0,0.0,0.678571,1.0,0.0,0.6875,1.0,0.0,0.696429,1.0,0.0,0.705357,1.0,0.0,0.714286,1.0,0.0,0.723214,1.0,0.0,0.732143,1.0,0.0,0.741071,1.0,0.0,0.75,1.0,0.0,0.758929,1.0,0.0,0.767857,1.0,0.0,0.776786,1.0,0.0,0.785714,1.0,0.0,0.794643,1.0,0.0,0.803571,1.0,0.0,0.8125,1.0,0.0,0.821429,1.0,0.0,0.830357,1.0,0.0,0.839286,1.0,0.0,0.848214,1.0,0.0,0.857143,1.0,0.0,0.866071,1.0,0.0,0.875,1.0,0.0,0.883929,1.0,0.0,0.892857};
			return value;
		}
		private double[] getColor_7_34_color_6()
		{
			double[] value = {1.0,0.0,0.901786,1.0,0.0,0.910714,1.0,0.0,0.919643,1.0,0.0,0.928571,1.0,0.0,0.9375,1.0,0.0,0.946429,1.0,0.0,0.955357,1.0,0.0,0.964286,1.0,0.0,0.973214,1.0,0.0,0.982143,1.0,0.0,0.991071,1.0,0.0,1.0};
			return value;
		}

		/** Large attribute array: LineSet vertexCount field, scene-graph level=6, element #28, 3790 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getLineSet_6_28_vertexCount()
		{
			MFInt32 LineSet_6_28_vertexCount = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getLineSet_6_28_vertexCount_1()))
				.append(new MFInt32(getLineSet_6_28_vertexCount_2()))
				.append(new MFInt32(getLineSet_6_28_vertexCount_3()))
				.append(new MFInt32(getLineSet_6_28_vertexCount_4()));
			return LineSet_6_28_vertexCount;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=7, element #28, 22740 total numbers made up of 7580 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_7_28_point()
		{
			MFVec3f Coordinate_7_28_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_7_28_point_1()))
				.append(new MFVec3f(getCoordinate_7_28_point_2()))
				.append(new MFVec3f(getCoordinate_7_28_point_3()))
				.append(new MFVec3f(getCoordinate_7_28_point_4()))
				.append(new MFVec3f(getCoordinate_7_28_point_5()))
				.append(new MFVec3f(getCoordinate_7_28_point_6()))
				.append(new MFVec3f(getCoordinate_7_28_point_7()))
				.append(new MFVec3f(getCoordinate_7_28_point_8()))
				.append(new MFVec3f(getCoordinate_7_28_point_9()))
				.append(new MFVec3f(getCoordinate_7_28_point_10()))
				.append(new MFVec3f(getCoordinate_7_28_point_11()))
				.append(new MFVec3f(getCoordinate_7_28_point_12()))
				.append(new MFVec3f(getCoordinate_7_28_point_13()))
				.append(new MFVec3f(getCoordinate_7_28_point_14()))
				.append(new MFVec3f(getCoordinate_7_28_point_15()))
				.append(new MFVec3f(getCoordinate_7_28_point_16()))
				.append(new MFVec3f(getCoordinate_7_28_point_17()))
				.append(new MFVec3f(getCoordinate_7_28_point_18()))
				.append(new MFVec3f(getCoordinate_7_28_point_19()))
				.append(new MFVec3f(getCoordinate_7_28_point_20()))
				.append(new MFVec3f(getCoordinate_7_28_point_21()))
				.append(new MFVec3f(getCoordinate_7_28_point_22()))
				.append(new MFVec3f(getCoordinate_7_28_point_23()))
				.append(new MFVec3f(getCoordinate_7_28_point_24()))
				.append(new MFVec3f(getCoordinate_7_28_point_25()))
				.append(new MFVec3f(getCoordinate_7_28_point_26()))
				.append(new MFVec3f(getCoordinate_7_28_point_27()))
				.append(new MFVec3f(getCoordinate_7_28_point_28()))
				.append(new MFVec3f(getCoordinate_7_28_point_29()))
				.append(new MFVec3f(getCoordinate_7_28_point_30()))
				.append(new MFVec3f(getCoordinate_7_28_point_31()))
				.append(new MFVec3f(getCoordinate_7_28_point_32()))
				.append(new MFVec3f(getCoordinate_7_28_point_33()))
				.append(new MFVec3f(getCoordinate_7_28_point_34()))
				.append(new MFVec3f(getCoordinate_7_28_point_35()))
				.append(new MFVec3f(getCoordinate_7_28_point_36()))
				.append(new MFVec3f(getCoordinate_7_28_point_37()))
				.append(new MFVec3f(getCoordinate_7_28_point_38()))
				.append(new MFVec3f(getCoordinate_7_28_point_39()))
				.append(new MFVec3f(getCoordinate_7_28_point_40()))
				.append(new MFVec3f(getCoordinate_7_28_point_41()))
				.append(new MFVec3f(getCoordinate_7_28_point_42()))
				.append(new MFVec3f(getCoordinate_7_28_point_43()))
				.append(new MFVec3f(getCoordinate_7_28_point_44()))
				.append(new MFVec3f(getCoordinate_7_28_point_45()))
				.append(new MFVec3f(getCoordinate_7_28_point_46()))
				.append(new MFVec3f(getCoordinate_7_28_point_47()))
				.append(new MFVec3f(getCoordinate_7_28_point_48()))
				.append(new MFVec3f(getCoordinate_7_28_point_49()))
				.append(new MFVec3f(getCoordinate_7_28_point_50()))
				.append(new MFVec3f(getCoordinate_7_28_point_51()))
				.append(new MFVec3f(getCoordinate_7_28_point_52()))
				.append(new MFVec3f(getCoordinate_7_28_point_53()))
				.append(new MFVec3f(getCoordinate_7_28_point_54()))
				.append(new MFVec3f(getCoordinate_7_28_point_55()))
				.append(new MFVec3f(getCoordinate_7_28_point_56()))
				.append(new MFVec3f(getCoordinate_7_28_point_57()))
				.append(new MFVec3f(getCoordinate_7_28_point_58()))
				.append(new MFVec3f(getCoordinate_7_28_point_59()))
				.append(new MFVec3f(getCoordinate_7_28_point_60()))
				.append(new MFVec3f(getCoordinate_7_28_point_61()))
				.append(new MFVec3f(getCoordinate_7_28_point_62()))
				.append(new MFVec3f(getCoordinate_7_28_point_63()))
				.append(new MFVec3f(getCoordinate_7_28_point_64()))
				.append(new MFVec3f(getCoordinate_7_28_point_65()))
				.append(new MFVec3f(getCoordinate_7_28_point_66()))
				.append(new MFVec3f(getCoordinate_7_28_point_67()))
				.append(new MFVec3f(getCoordinate_7_28_point_68()))
				.append(new MFVec3f(getCoordinate_7_28_point_69()))
				.append(new MFVec3f(getCoordinate_7_28_point_70()))
				.append(new MFVec3f(getCoordinate_7_28_point_71()))
				.append(new MFVec3f(getCoordinate_7_28_point_72()))
				.append(new MFVec3f(getCoordinate_7_28_point_73()))
				.append(new MFVec3f(getCoordinate_7_28_point_74()))
				.append(new MFVec3f(getCoordinate_7_28_point_75()))
				.append(new MFVec3f(getCoordinate_7_28_point_76()));
			return Coordinate_7_28_point;
		}
		/** Large attribute array: IndexedFaceSet colorIndex field, scene-graph level=6, element #33, 12960 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_6_33_colorIndex()
		{
			MFInt32 IndexedFaceSet_6_33_colorIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_6_33_colorIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_6_33_colorIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_6_33_colorIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_6_33_colorIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_6_33_colorIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_6_33_colorIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_6_33_colorIndex_7()))
				.append(new MFInt32(getIndexedFaceSet_6_33_colorIndex_8()))
				.append(new MFInt32(getIndexedFaceSet_6_33_colorIndex_9()))
				.append(new MFInt32(getIndexedFaceSet_6_33_colorIndex_10()))
				.append(new MFInt32(getIndexedFaceSet_6_33_colorIndex_11()))
				.append(new MFInt32(getIndexedFaceSet_6_33_colorIndex_12()))
				.append(new MFInt32(getIndexedFaceSet_6_33_colorIndex_13()));
			return IndexedFaceSet_6_33_colorIndex;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=6, element #33, 12960 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_6_33_coordIndex()
		{
			MFInt32 IndexedFaceSet_6_33_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_6_33_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_6_33_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_6_33_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_6_33_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_6_33_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_6_33_coordIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_6_33_coordIndex_7()))
				.append(new MFInt32(getIndexedFaceSet_6_33_coordIndex_8()))
				.append(new MFInt32(getIndexedFaceSet_6_33_coordIndex_9()))
				.append(new MFInt32(getIndexedFaceSet_6_33_coordIndex_10()))
				.append(new MFInt32(getIndexedFaceSet_6_33_coordIndex_11()))
				.append(new MFInt32(getIndexedFaceSet_6_33_coordIndex_12()))
				.append(new MFInt32(getIndexedFaceSet_6_33_coordIndex_13()));
			return IndexedFaceSet_6_33_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=7, element #33, 8103 total numbers made up of 2701 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_7_33_point()
		{
			MFVec3f Coordinate_7_33_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_7_33_point_1()))
				.append(new MFVec3f(getCoordinate_7_33_point_2()))
				.append(new MFVec3f(getCoordinate_7_33_point_3()))
				.append(new MFVec3f(getCoordinate_7_33_point_4()))
				.append(new MFVec3f(getCoordinate_7_33_point_5()))
				.append(new MFVec3f(getCoordinate_7_33_point_6()))
				.append(new MFVec3f(getCoordinate_7_33_point_7()))
				.append(new MFVec3f(getCoordinate_7_33_point_8()))
				.append(new MFVec3f(getCoordinate_7_33_point_9()))
				.append(new MFVec3f(getCoordinate_7_33_point_10()))
				.append(new MFVec3f(getCoordinate_7_33_point_11()))
				.append(new MFVec3f(getCoordinate_7_33_point_12()))
				.append(new MFVec3f(getCoordinate_7_33_point_13()))
				.append(new MFVec3f(getCoordinate_7_33_point_14()))
				.append(new MFVec3f(getCoordinate_7_33_point_15()))
				.append(new MFVec3f(getCoordinate_7_33_point_16()))
				.append(new MFVec3f(getCoordinate_7_33_point_17()))
				.append(new MFVec3f(getCoordinate_7_33_point_18()))
				.append(new MFVec3f(getCoordinate_7_33_point_19()))
				.append(new MFVec3f(getCoordinate_7_33_point_20()))
				.append(new MFVec3f(getCoordinate_7_33_point_21()))
				.append(new MFVec3f(getCoordinate_7_33_point_22()))
				.append(new MFVec3f(getCoordinate_7_33_point_23()))
				.append(new MFVec3f(getCoordinate_7_33_point_24()))
				.append(new MFVec3f(getCoordinate_7_33_point_25()))
				.append(new MFVec3f(getCoordinate_7_33_point_26()))
				.append(new MFVec3f(getCoordinate_7_33_point_27()))
				.append(new MFVec3f(getCoordinate_7_33_point_28()));
			return Coordinate_7_33_point;
		}
		/** Large attribute array: Color color field, scene-graph level=7, element #34, 1536 total numbers made up of 512 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFColor getColor_7_34_color()
		{
			MFColor Color_7_34_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_7_34_color_1()))
				.append(new MFColor(getColor_7_34_color_2()))
				.append(new MFColor(getColor_7_34_color_3()))
				.append(new MFColor(getColor_7_34_color_4()))
				.append(new MFColor(getColor_7_34_color_5()))
				.append(new MFColor(getColor_7_34_color_6()));
			return Color_7_34_color;
		}

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

	/** 
	 * Provide a 
	 * <a href="https://dzone.com/articles/java-copy-shallow-vs-deep-in-which-you-will-swim" target="_blank">shallow copy</a>
	 * of the X3D model.
	 * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/Core/X3D.html">X3D</a>
	 * @return NecParabola50x50 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 NecParabola50x50().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.NecParabola50x50\" 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.NecParabola50x50 self-validation test confirmation: ");
                if (!validationResults.equals("success"))
                    System.out.println();
                System.out.println(validationResults.trim());

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