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, Grid Yagi for 144~148 MHz, Antenna material is 2" X 4" galvanized welded wire fence. </p>
 <p> Related links: Catalog page <a href="../../../../CommunicationsAndSensors/Radar/NecGridYagiWireFenceIndex.html" target="_blank">NecGridYagiWireFence</a>,  source <a href="../../../../CommunicationsAndSensors/Radar/NecGridYagiWireFence.java">NecGridYagiWireFence.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/NecGridYagiWireFence.x3d">NecGridYagiWireFence.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, Grid Yagi for 144~148 MHz, Antenna material is 2" X 4" galvanized welded wire fence. </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> 4 October 2023 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> reference </i> </td>
			<td> NecGridYagiWireFence.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 4.0, <a href="https://www.web3d.org/x3d/tools/X3D-Edit" target="_blank">https://www.web3d.org/x3d/tools/X3D-Edit</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> identifier </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Radar/NecGridYagiWireFence.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Radar/NecGridYagiWireFence.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 NecGridYagiWireFence
{
	/** Default constructor to create this object. */
	public NecGridYagiWireFence ()
	{
	  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("NecGridYagiWireFence.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("Rendering antenna 3D pattern with antenna 3D geometry, Grid Yagi for 144~148 MHz, Antenna material is 2\" X 4\" galvanized welded wire fence."))
    .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("4 October 2023"))
    .addMeta(new meta().setName(meta.NAME_REFERENCE  ).setContent("NecGridYagiWireFence.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 4.0, https://www.web3d.org/x3d/tools/X3D-Edit"))
    .addMeta(new meta().setName(meta.NAME_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Radar/NecGridYagiWireFence.x3d"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("NecGridYagiWireFence.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(6.000000e-01,6.000000e-01,6.000000e-01)
        .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=12.2 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,0.082633,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};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_7_28_point_1()
		{
			double[] value = {0.0,-12.0,12.0,0.0,-10.0,12.0,0.0,-10.0,12.0,0.0,-8.0,12.0,0.0,-8.0,12.0,0.0,-6.0,12.0,0.0,-6.0,12.0,0.0,-4.0,12.0,0.0,-4.0,12.0,0.0,-2.0,12.0,0.0,-2.0,12.0,0.0,0.0,12.0,0.0,0.0,12.0,0.0,2.0,12.0,0.0,2.0,12.0,0.0,4.0,12.0,0.0,4.0,12.0,0.0,6.0,12.0,0.0,6.0,12.0,0.0,8.0,12.0,0.0,8.0,12.0,0.0,10.0,12.0,0.0,10.0,12.0,0.0,12.0,12.0,0.0,-12.0,8.0,0.0,-10.0,8.0,0.0,-10.0,8.0,0.0,-8.0,8.0,0.0,-8.0,8.0,0.0,-6.0,8.0,0.0,-6.0,8.0,0.0,-4.0,8.0,0.0,-4.0,8.0,0.0,-2.0,8.0,0.0,-2.0,8.0,0.0,0.0,8.0,0.0,0.0,8.0,0.0,2.0,8.0,0.0,2.0,8.0,0.0,4.0,8.0,0.0,4.0,8.0,0.0,6.0,8.0,0.0,6.0,8.0,0.0,8.0,8.0,0.0,8.0,8.0,0.0,10.0,8.0,0.0,10.0,8.0,0.0,12.0,8.0,0.0,-12.0,4.0,0.0,-10.0,4.0,0.0,-10.0,4.0,0.0,-8.0,4.0,0.0,-8.0,4.0,0.0,-6.0,4.0,0.0,-6.0,4.0,0.0,-4.0,4.0,0.0,-4.0,4.0,0.0,-2.0,4.0,0.0,2.0,4.0,0.0,4.0,4.0,0.0,4.0,4.0,0.0,6.0,4.0,0.0,6.0,4.0,0.0,8.0,4.0,0.0,8.0,4.0,0.0,10.0,4.0,0.0,10.0,4.0,0.0,12.0,4.0,0.0,-12.0,0.0,0.0,-10.0,0.0,0.0,-10.0,0.0,0.0,-8.0,0.0,0.0,-8.0,0.0,0.0,-6.0,0.0,0.0,-6.0,0.0,0.0,-4.0,0.0,0.0,-4.0,0.0,0.0,-2.0,0.0,0.0,2.0,0.0,0.0,4.0,0.0,0.0,4.0,0.0,0.0,6.0,0.0,0.0,6.0,0.0,0.0,8.0,0.0,0.0,8.0,0.0,0.0,10.0,0.0,0.0,10.0,0.0,0.0,12.0,0.0,0.0,-12.0,-4.0,0.0,-10.0,-4.0,0.0,-10.0,-4.0,0.0,-8.0,-4.0,0.0,-8.0,-4.0,0.0,-6.0,-4.0,0.0,-6.0,-4.0,0.0,-4.0,-4.0,0.0,-4.0,-4.0,0.0,-2.0,-4.0,0.0,2.0,-4.0,0.0,4.0,-4.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_2()
		{
			double[] value = {0.0,4.0,-4.0,0.0,6.0,-4.0,0.0,6.0,-4.0,0.0,8.0,-4.0,0.0,8.0,-4.0,0.0,10.0,-4.0,0.0,10.0,-4.0,0.0,12.0,-4.0,0.0,-12.0,-8.0,0.0,-10.0,-8.0,0.0,-10.0,-8.0,0.0,-8.0,-8.0,0.0,-8.0,-8.0,0.0,-6.0,-8.0,0.0,-6.0,-8.0,0.0,-4.0,-8.0,0.0,-4.0,-8.0,0.0,-2.0,-8.0,0.0,2.0,-8.0,0.0,4.0,-8.0,0.0,4.0,-8.0,0.0,6.0,-8.0,0.0,6.0,-8.0,0.0,8.0,-8.0,0.0,8.0,-8.0,0.0,10.0,-8.0,0.0,10.0,-8.0,0.0,12.0,-8.0,0.0,-12.0,-12.0,0.0,-10.0,-12.0,0.0,-10.0,-12.0,0.0,-8.0,-12.0,0.0,-8.0,-12.0,0.0,-6.0,-12.0,0.0,-6.0,-12.0,0.0,-4.0,-12.0,0.0,-4.0,-12.0,0.0,-2.0,-12.0,0.0,2.0,-12.0,0.0,4.0,-12.0,0.0,4.0,-12.0,0.0,6.0,-12.0,0.0,6.0,-12.0,0.0,8.0,-12.0,0.0,8.0,-12.0,0.0,10.0,-12.0,0.0,10.0,-12.0,0.0,12.0,-12.0,0.0,-12.0,12.0,0.0,-12.0,8.0,0.0,-12.0,8.0,0.0,-12.0,4.0,0.0,-12.0,4.0,0.0,-12.0,0.0,0.0,-12.0,0.0,0.0,-12.0,-4.0,0.0,-12.0,-4.0,0.0,-12.0,-8.0,0.0,-12.0,-8.0,0.0,-12.0,-12.0,0.0,-10.0,12.0,0.0,-10.0,8.0,0.0,-10.0,8.0,0.0,-10.0,4.0,0.0,-10.0,4.0,0.0,-10.0,0.0,0.0,-10.0,0.0,0.0,-10.0,-4.0,0.0,-10.0,-4.0,0.0,-10.0,-8.0,0.0,-10.0,-8.0,0.0,-10.0,-12.0,0.0,-8.0,12.0,0.0,-8.0,8.0,0.0,-8.0,8.0,0.0,-8.0,4.0,0.0,-8.0,4.0,0.0,-8.0,0.0,0.0,-8.0,0.0,0.0,-8.0,-4.0,0.0,-8.0,-4.0,0.0,-8.0,-8.0,0.0,-8.0,-8.0,0.0,-8.0,-12.0,0.0,-6.0,12.0,0.0,-6.0,8.0,0.0,-6.0,8.0,0.0,-6.0,4.0,0.0,-6.0,4.0,0.0,-6.0,0.0,0.0,-6.0,0.0,0.0,-6.0,-4.0,0.0,-6.0,-4.0,0.0,-6.0,-8.0,0.0,-6.0,-8.0,0.0,-6.0,-12.0,0.0,-4.0,12.0,0.0,-4.0,8.0,0.0,-4.0,8.0,0.0,-4.0,4.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_3()
		{
			double[] value = {0.0,-4.0,4.0,0.0,-4.0,0.0,0.0,-4.0,0.0,0.0,-4.0,-4.0,0.0,-4.0,-4.0,0.0,-4.0,-8.0,0.0,-4.0,-8.0,0.0,-4.0,-12.0,0.0,-2.0,12.0,0.0,-2.0,8.0,0.0,-2.0,6.0,0.0,-2.0,4.0,0.0,-2.0,4.0,0.0,-2.0,0.0,0.0,-2.0,0.0,0.0,-2.0,-4.0,0.0,-2.0,-4.0,0.0,-2.0,-8.0,0.0,-2.0,-8.0,0.0,-2.0,-12.0,0.0,0.0,12.0,0.0,0.0,8.0,0.0,2.0,12.0,0.0,2.0,8.0,0.0,2.0,6.0,0.0,2.0,4.0,0.0,2.0,4.0,0.0,2.0,0.0,0.0,2.0,0.0,0.0,2.0,-4.0,0.0,2.0,-4.0,0.0,2.0,-8.0,0.0,2.0,-8.0,0.0,2.0,-12.0,0.0,4.0,12.0,0.0,4.0,8.0,0.0,4.0,8.0,0.0,4.0,4.0,0.0,4.0,4.0,0.0,4.0,0.0,0.0,4.0,0.0,0.0,4.0,-4.0,0.0,4.0,-4.0,0.0,4.0,-8.0,0.0,4.0,-8.0,0.0,4.0,-12.0,0.0,6.0,12.0,0.0,6.0,8.0,0.0,6.0,8.0,0.0,6.0,4.0,0.0,6.0,4.0,0.0,6.0,0.0,0.0,6.0,0.0,0.0,6.0,-4.0,0.0,6.0,-4.0,0.0,6.0,-8.0,0.0,6.0,-8.0,0.0,6.0,-12.0,0.0,8.0,12.0,0.0,8.0,8.0,0.0,8.0,8.0,0.0,8.0,4.0,0.0,8.0,4.0,0.0,8.0,0.0,0.0,8.0,0.0,0.0,8.0,-4.0,0.0,8.0,-4.0,0.0,8.0,-8.0,0.0,8.0,-8.0,0.0,8.0,-12.0,0.0,10.0,12.0,0.0,10.0,8.0,0.0,10.0,8.0,0.0,10.0,4.0,0.0,10.0,4.0,0.0,10.0,0.0,0.0,10.0,0.0,0.0,10.0,-4.0,0.0,10.0,-4.0,0.0,10.0,-8.0,0.0,10.0,-8.0,0.0,10.0,-12.0,0.0,12.0,12.0,0.0,12.0,8.0,0.0,12.0,8.0,0.0,12.0,4.0,0.0,12.0,4.0,0.0,12.0,0.0,0.0,12.0,0.0,0.0,12.0,-4.0,0.0,12.0,-4.0,0.0,12.0,-8.0,0.0,12.0,-8.0,0.0,12.0,-12.0,0.0,-2.0,8.0,0.0,-2.0,6.0,0.0,2.0,8.0,0.0,2.0,6.0,0.0,-2.0,6.0,0.0,2.0,6.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_4()
		{
			double[] value = {0.0,-2.0,-12.0,0.0,2.0,-12.0,12.0,-12.0,12.0,12.0,-10.0,12.0,12.0,-10.0,12.0,12.0,-8.0,12.0,12.0,-8.0,12.0,12.0,-6.0,12.0,12.0,-6.0,12.0,12.0,-4.0,12.0,12.0,-4.0,12.0,12.0,-2.0,12.0,12.0,-2.0,12.0,12.0,0.0,12.0,12.0,0.0,12.0,12.0,2.0,12.0,12.0,2.0,12.0,12.0,4.0,12.0,12.0,4.0,12.0,12.0,6.0,12.0,12.0,6.0,12.0,12.0,8.0,12.0,12.0,8.0,12.0,12.0,10.0,12.0,12.0,10.0,12.0,12.0,12.0,12.0,12.0,-12.0,8.0,12.0,-10.0,8.0,12.0,-10.0,8.0,12.0,-8.0,8.0,12.0,-8.0,8.0,12.0,-6.0,8.0,12.0,-6.0,8.0,12.0,-4.0,8.0,12.0,-4.0,8.0,12.0,-2.0,8.0,12.0,-2.0,8.0,12.0,0.0,8.0,12.0,0.0,8.0,12.0,2.0,8.0,12.0,2.0,8.0,12.0,4.0,8.0,12.0,4.0,8.0,12.0,6.0,8.0,12.0,6.0,8.0,12.0,8.0,8.0,12.0,8.0,8.0,12.0,10.0,8.0,12.0,10.0,8.0,12.0,12.0,8.0,12.0,-12.0,4.0,12.0,-10.0,4.0,12.0,-10.0,4.0,12.0,-8.0,4.0,12.0,-8.0,4.0,12.0,-6.0,4.0,12.0,-6.0,4.0,12.0,-4.0,4.0,12.0,-4.0,4.0,12.0,-2.0,4.0,12.0,-2.0,4.0,12.0,0.0,4.0,12.0,0.0,4.0,12.0,2.0,4.0,12.0,2.0,4.0,12.0,4.0,4.0,12.0,4.0,4.0,12.0,6.0,4.0,12.0,6.0,4.0,12.0,8.0,4.0,12.0,8.0,4.0,12.0,10.0,4.0,12.0,10.0,4.0,12.0,12.0,4.0,12.0,-12.0,0.0,12.0,-10.0,0.0,12.0,-10.0,0.0,12.0,-8.0,0.0,12.0,-8.0,0.0,12.0,-6.0,0.0,12.0,-6.0,0.0,12.0,-4.0,0.0,12.0,-4.0,0.0,12.0,-2.0,0.0,12.0,2.0,0.0,12.0,4.0,0.0,12.0,4.0,0.0,12.0,6.0,0.0,12.0,6.0,0.0,12.0,8.0,0.0,12.0,8.0,0.0,12.0,10.0,0.0,12.0,10.0,0.0,12.0,12.0,0.0,12.0,-12.0,-4.0,12.0,-10.0,-4.0,12.0,-10.0,-4.0,12.0,-8.0,-4.0,12.0,-8.0,-4.0,12.0,-6.0,-4.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_5()
		{
			double[] value = {12.0,-6.0,-4.0,12.0,-4.0,-4.0,12.0,-4.0,-4.0,12.0,-2.0,-4.0,12.0,-2.0,-4.0,12.0,0.0,-4.0,12.0,0.0,-4.0,12.0,2.0,-4.0,12.0,2.0,-4.0,12.0,4.0,-4.0,12.0,4.0,-4.0,12.0,6.0,-4.0,12.0,6.0,-4.0,12.0,8.0,-4.0,12.0,8.0,-4.0,12.0,10.0,-4.0,12.0,10.0,-4.0,12.0,12.0,-4.0,12.0,-12.0,-8.0,12.0,-10.0,-8.0,12.0,-10.0,-8.0,12.0,-8.0,-8.0,12.0,-8.0,-8.0,12.0,-6.0,-8.0,12.0,-6.0,-8.0,12.0,-4.0,-8.0,12.0,-4.0,-8.0,12.0,-2.0,-8.0,12.0,-2.0,-8.0,12.0,0.0,-8.0,12.0,0.0,-8.0,12.0,2.0,-8.0,12.0,2.0,-8.0,12.0,4.0,-8.0,12.0,4.0,-8.0,12.0,6.0,-8.0,12.0,6.0,-8.0,12.0,8.0,-8.0,12.0,8.0,-8.0,12.0,10.0,-8.0,12.0,10.0,-8.0,12.0,12.0,-8.0,12.0,-12.0,-12.0,12.0,-10.0,-12.0,12.0,-10.0,-12.0,12.0,-8.0,-12.0,12.0,-8.0,-12.0,12.0,-6.0,-12.0,12.0,-6.0,-12.0,12.0,-4.0,-12.0,12.0,-4.0,-12.0,12.0,-2.0,-12.0,12.0,-2.0,-12.0,12.0,0.0,-12.0,12.0,0.0,-12.0,12.0,2.0,-12.0,12.0,2.0,-12.0,12.0,4.0,-12.0,12.0,4.0,-12.0,12.0,6.0,-12.0,12.0,6.0,-12.0,12.0,8.0,-12.0,12.0,8.0,-12.0,12.0,10.0,-12.0,12.0,10.0,-12.0,12.0,12.0,-12.0,12.0,-12.0,12.0,12.0,-12.0,8.0,12.0,-12.0,8.0,12.0,-12.0,4.0,12.0,-12.0,4.0,12.0,-12.0,0.0,12.0,-12.0,0.0,12.0,-12.0,-4.0,12.0,-12.0,-4.0,12.0,-12.0,-8.0,12.0,-12.0,-8.0,12.0,-12.0,-12.0,12.0,-10.0,12.0,12.0,-10.0,8.0,12.0,-10.0,8.0,12.0,-10.0,4.0,12.0,-10.0,4.0,12.0,-10.0,0.0,12.0,-10.0,0.0,12.0,-10.0,-4.0,12.0,-10.0,-4.0,12.0,-10.0,-8.0,12.0,-10.0,-8.0,12.0,-10.0,-12.0,12.0,-8.0,12.0,12.0,-8.0,8.0,12.0,-8.0,8.0,12.0,-8.0,4.0,12.0,-8.0,4.0,12.0,-8.0,0.0,12.0,-8.0,0.0,12.0,-8.0,-4.0,12.0,-8.0,-4.0,12.0,-8.0,-8.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_6()
		{
			double[] value = {12.0,-8.0,-8.0,12.0,-8.0,-12.0,12.0,-6.0,12.0,12.0,-6.0,8.0,12.0,-6.0,8.0,12.0,-6.0,4.0,12.0,-6.0,4.0,12.0,-6.0,0.0,12.0,-6.0,0.0,12.0,-6.0,-4.0,12.0,-6.0,-4.0,12.0,-6.0,-8.0,12.0,-6.0,-8.0,12.0,-6.0,-12.0,12.0,-4.0,12.0,12.0,-4.0,8.0,12.0,-4.0,8.0,12.0,-4.0,4.0,12.0,-4.0,4.0,12.0,-4.0,0.0,12.0,-4.0,0.0,12.0,-4.0,-4.0,12.0,-4.0,-4.0,12.0,-4.0,-8.0,12.0,-4.0,-8.0,12.0,-4.0,-12.0,12.0,-2.0,12.0,12.0,-2.0,8.0,12.0,-2.0,8.0,12.0,-2.0,4.0,12.0,-2.0,4.0,12.0,-2.0,0.0,12.0,-2.0,0.0,12.0,-2.0,-4.0,12.0,-2.0,-4.0,12.0,-2.0,-8.0,12.0,-2.0,-8.0,12.0,-2.0,-12.0,12.0,0.0,12.0,12.0,0.0,8.0,12.0,0.0,8.0,12.0,0.0,4.0,12.0,0.0,-4.0,12.0,0.0,-8.0,12.0,0.0,-8.0,12.0,0.0,-12.0,12.0,2.0,12.0,12.0,2.0,8.0,12.0,2.0,8.0,12.0,2.0,4.0,12.0,2.0,4.0,12.0,2.0,0.0,12.0,2.0,0.0,12.0,2.0,-4.0,12.0,2.0,-4.0,12.0,2.0,-8.0,12.0,2.0,-8.0,12.0,2.0,-12.0,12.0,4.0,12.0,12.0,4.0,8.0,12.0,4.0,8.0,12.0,4.0,4.0,12.0,4.0,4.0,12.0,4.0,0.0,12.0,4.0,0.0,12.0,4.0,-4.0,12.0,4.0,-4.0,12.0,4.0,-8.0,12.0,4.0,-8.0,12.0,4.0,-12.0,12.0,6.0,12.0,12.0,6.0,8.0,12.0,6.0,8.0,12.0,6.0,4.0,12.0,6.0,4.0,12.0,6.0,0.0,12.0,6.0,0.0,12.0,6.0,-4.0,12.0,6.0,-4.0,12.0,6.0,-8.0,12.0,6.0,-8.0,12.0,6.0,-12.0,12.0,8.0,12.0,12.0,8.0,8.0,12.0,8.0,8.0,12.0,8.0,4.0,12.0,8.0,4.0,12.0,8.0,0.0,12.0,8.0,0.0,12.0,8.0,-4.0,12.0,8.0,-4.0,12.0,8.0,-8.0,12.0,8.0,-8.0,12.0,8.0,-12.0,12.0,10.0,12.0,12.0,10.0,8.0,12.0,10.0,8.0,12.0,10.0,4.0,12.0,10.0,4.0,12.0,10.0,0.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_7()
		{
			double[] value = {12.0,10.0,0.0,12.0,10.0,-4.0,12.0,10.0,-4.0,12.0,10.0,-8.0,12.0,10.0,-8.0,12.0,10.0,-12.0,12.0,12.0,12.0,12.0,12.0,8.0,12.0,12.0,8.0,12.0,12.0,4.0,12.0,12.0,4.0,12.0,12.0,0.0,12.0,12.0,0.0,12.0,12.0,-4.0,12.0,12.0,-4.0,12.0,12.0,-8.0,12.0,12.0,-8.0,12.0,12.0,-12.0,26.0,-12.0,12.0,26.0,-10.0,12.0,26.0,-10.0,12.0,26.0,-8.0,12.0,26.0,-8.0,12.0,26.0,-6.0,12.0,26.0,-6.0,12.0,26.0,-4.0,12.0,26.0,-4.0,12.0,26.0,-2.0,12.0,26.0,-2.0,12.0,26.0,0.0,12.0,26.0,0.0,12.0,26.0,2.0,12.0,26.0,2.0,12.0,26.0,4.0,12.0,26.0,4.0,12.0,26.0,6.0,12.0,26.0,6.0,12.0,26.0,8.0,12.0,26.0,8.0,12.0,26.0,10.0,12.0,26.0,10.0,12.0,26.0,12.0,12.0,26.0,-12.0,8.0,26.0,-10.0,8.0,26.0,-10.0,8.0,26.0,-8.0,8.0,26.0,-8.0,8.0,26.0,-6.0,8.0,26.0,-6.0,8.0,26.0,-4.0,8.0,26.0,-4.0,8.0,26.0,-2.0,8.0,26.0,-2.0,8.0,26.0,0.0,8.0,26.0,0.0,8.0,26.0,2.0,8.0,26.0,2.0,8.0,26.0,4.0,8.0,26.0,4.0,8.0,26.0,6.0,8.0,26.0,6.0,8.0,26.0,8.0,8.0,26.0,8.0,8.0,26.0,10.0,8.0,26.0,10.0,8.0,26.0,12.0,8.0,26.0,-12.0,4.0,26.0,-10.0,4.0,26.0,-10.0,4.0,26.0,-8.0,4.0,26.0,-8.0,4.0,26.0,-6.0,4.0,26.0,-6.0,4.0,26.0,-4.0,4.0,26.0,-4.0,4.0,26.0,-2.0,4.0,26.0,-2.0,4.0,26.0,0.0,4.0,26.0,0.0,4.0,26.0,2.0,4.0,26.0,2.0,4.0,26.0,4.0,4.0,26.0,4.0,4.0,26.0,6.0,4.0,26.0,6.0,4.0,26.0,8.0,4.0,26.0,8.0,4.0,26.0,10.0,4.0,26.0,10.0,4.0,26.0,12.0,4.0,26.0,-12.0,0.0,26.0,-10.0,0.0,26.0,-10.0,0.0,26.0,-8.0,0.0,26.0,-8.0,0.0,26.0,-6.0,0.0,26.0,-6.0,0.0,26.0,-4.0,0.0,26.0,-4.0,0.0,26.0,-2.0,0.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_8()
		{
			double[] value = {26.0,2.0,0.0,26.0,4.0,0.0,26.0,4.0,0.0,26.0,6.0,0.0,26.0,6.0,0.0,26.0,8.0,0.0,26.0,8.0,0.0,26.0,10.0,0.0,26.0,10.0,0.0,26.0,12.0,0.0,26.0,-12.0,-4.0,26.0,-10.0,-4.0,26.0,-10.0,-4.0,26.0,-8.0,-4.0,26.0,-8.0,-4.0,26.0,-6.0,-4.0,26.0,-6.0,-4.0,26.0,-4.0,-4.0,26.0,-4.0,-4.0,26.0,-2.0,-4.0,26.0,-2.0,-4.0,26.0,0.0,-4.0,26.0,0.0,-4.0,26.0,2.0,-4.0,26.0,2.0,-4.0,26.0,4.0,-4.0,26.0,4.0,-4.0,26.0,6.0,-4.0,26.0,6.0,-4.0,26.0,8.0,-4.0,26.0,8.0,-4.0,26.0,10.0,-4.0,26.0,10.0,-4.0,26.0,12.0,-4.0,26.0,-12.0,-8.0,26.0,-10.0,-8.0,26.0,-10.0,-8.0,26.0,-8.0,-8.0,26.0,-8.0,-8.0,26.0,-6.0,-8.0,26.0,-6.0,-8.0,26.0,-4.0,-8.0,26.0,-4.0,-8.0,26.0,-2.0,-8.0,26.0,-2.0,-8.0,26.0,0.0,-8.0,26.0,0.0,-8.0,26.0,2.0,-8.0,26.0,2.0,-8.0,26.0,4.0,-8.0,26.0,4.0,-8.0,26.0,6.0,-8.0,26.0,6.0,-8.0,26.0,8.0,-8.0,26.0,8.0,-8.0,26.0,10.0,-8.0,26.0,10.0,-8.0,26.0,12.0,-8.0,26.0,-12.0,-12.0,26.0,-10.0,-12.0,26.0,-10.0,-12.0,26.0,-8.0,-12.0,26.0,-8.0,-12.0,26.0,-6.0,-12.0,26.0,-6.0,-12.0,26.0,-4.0,-12.0,26.0,-4.0,-12.0,26.0,-2.0,-12.0,26.0,-2.0,-12.0,26.0,0.0,-12.0,26.0,0.0,-12.0,26.0,2.0,-12.0,26.0,2.0,-12.0,26.0,4.0,-12.0,26.0,4.0,-12.0,26.0,6.0,-12.0,26.0,6.0,-12.0,26.0,8.0,-12.0,26.0,8.0,-12.0,26.0,10.0,-12.0,26.0,10.0,-12.0,26.0,12.0,-12.0,26.0,-12.0,12.0,26.0,-12.0,8.0,26.0,-12.0,8.0,26.0,-12.0,4.0,26.0,-12.0,4.0,26.0,-12.0,0.0,26.0,-12.0,0.0,26.0,-12.0,-4.0,26.0,-12.0,-4.0,26.0,-12.0,-8.0,26.0,-12.0,-8.0,26.0,-12.0,-12.0,26.0,-10.0,12.0,26.0,-10.0,8.0,26.0,-10.0,8.0,26.0,-10.0,4.0,26.0,-10.0,4.0,26.0,-10.0,0.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_9()
		{
			double[] value = {26.0,-10.0,0.0,26.0,-10.0,-4.0,26.0,-10.0,-4.0,26.0,-10.0,-8.0,26.0,-10.0,-8.0,26.0,-10.0,-12.0,26.0,-8.0,12.0,26.0,-8.0,8.0,26.0,-8.0,8.0,26.0,-8.0,4.0,26.0,-8.0,4.0,26.0,-8.0,0.0,26.0,-8.0,0.0,26.0,-8.0,-4.0,26.0,-8.0,-4.0,26.0,-8.0,-8.0,26.0,-8.0,-8.0,26.0,-8.0,-12.0,26.0,-6.0,12.0,26.0,-6.0,8.0,26.0,-6.0,8.0,26.0,-6.0,4.0,26.0,-6.0,4.0,26.0,-6.0,0.0,26.0,-6.0,0.0,26.0,-6.0,-4.0,26.0,-6.0,-4.0,26.0,-6.0,-8.0,26.0,-6.0,-8.0,26.0,-6.0,-12.0,26.0,-4.0,12.0,26.0,-4.0,8.0,26.0,-4.0,8.0,26.0,-4.0,4.0,26.0,-4.0,4.0,26.0,-4.0,0.0,26.0,-4.0,0.0,26.0,-4.0,-4.0,26.0,-4.0,-4.0,26.0,-4.0,-8.0,26.0,-4.0,-8.0,26.0,-4.0,-12.0,26.0,-2.0,12.0,26.0,-2.0,8.0,26.0,-2.0,8.0,26.0,-2.0,4.0,26.0,-2.0,4.0,26.0,-2.0,0.0,26.0,-2.0,0.0,26.0,-2.0,-4.0,26.0,-2.0,-4.0,26.0,-2.0,-8.0,26.0,-2.0,-8.0,26.0,-2.0,-12.0,26.0,0.0,12.0,26.0,0.0,8.0,26.0,0.0,8.0,26.0,0.0,4.0,26.0,0.0,-4.0,26.0,0.0,-8.0,26.0,0.0,-8.0,26.0,0.0,-12.0,26.0,2.0,12.0,26.0,2.0,8.0,26.0,2.0,8.0,26.0,2.0,4.0,26.0,2.0,4.0,26.0,2.0,0.0,26.0,2.0,0.0,26.0,2.0,-4.0,26.0,2.0,-4.0,26.0,2.0,-8.0,26.0,2.0,-8.0,26.0,2.0,-12.0,26.0,4.0,12.0,26.0,4.0,8.0,26.0,4.0,8.0,26.0,4.0,4.0,26.0,4.0,4.0,26.0,4.0,0.0,26.0,4.0,0.0,26.0,4.0,-4.0,26.0,4.0,-4.0,26.0,4.0,-8.0,26.0,4.0,-8.0,26.0,4.0,-12.0,26.0,6.0,12.0,26.0,6.0,8.0,26.0,6.0,8.0,26.0,6.0,4.0,26.0,6.0,4.0,26.0,6.0,0.0,26.0,6.0,0.0,26.0,6.0,-4.0,26.0,6.0,-4.0,26.0,6.0,-8.0,26.0,6.0,-8.0,26.0,6.0,-12.0,26.0,8.0,12.0,26.0,8.0,8.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_10()
		{
			double[] value = {26.0,8.0,8.0,26.0,8.0,4.0,26.0,8.0,4.0,26.0,8.0,0.0,26.0,8.0,0.0,26.0,8.0,-4.0,26.0,8.0,-4.0,26.0,8.0,-8.0,26.0,8.0,-8.0,26.0,8.0,-12.0,26.0,10.0,12.0,26.0,10.0,8.0,26.0,10.0,8.0,26.0,10.0,4.0,26.0,10.0,4.0,26.0,10.0,0.0,26.0,10.0,0.0,26.0,10.0,-4.0,26.0,10.0,-4.0,26.0,10.0,-8.0,26.0,10.0,-8.0,26.0,10.0,-12.0,26.0,12.0,12.0,26.0,12.0,8.0,26.0,12.0,8.0,26.0,12.0,4.0,26.0,12.0,4.0,26.0,12.0,0.0,26.0,12.0,0.0,26.0,12.0,-4.0,26.0,12.0,-4.0,26.0,12.0,-8.0,26.0,12.0,-8.0,26.0,12.0,-12.0,51.0,-12.0,12.0,51.0,-10.0,12.0,51.0,-10.0,12.0,51.0,-8.0,12.0,51.0,-8.0,12.0,51.0,-6.0,12.0,51.0,-6.0,12.0,51.0,-4.0,12.0,51.0,-4.0,12.0,51.0,-2.0,12.0,51.0,-2.0,12.0,51.0,0.0,12.0,51.0,0.0,12.0,51.0,2.0,12.0,51.0,2.0,12.0,51.0,4.0,12.0,51.0,4.0,12.0,51.0,6.0,12.0,51.0,6.0,12.0,51.0,8.0,12.0,51.0,8.0,12.0,51.0,10.0,12.0,51.0,10.0,12.0,51.0,12.0,12.0,51.0,-12.0,8.0,51.0,-10.0,8.0,51.0,-10.0,8.0,51.0,-8.0,8.0,51.0,-8.0,8.0,51.0,-6.0,8.0,51.0,-6.0,8.0,51.0,-4.0,8.0,51.0,-4.0,8.0,51.0,-2.0,8.0,51.0,-2.0,8.0,51.0,0.0,8.0,51.0,0.0,8.0,51.0,2.0,8.0,51.0,2.0,8.0,51.0,4.0,8.0,51.0,4.0,8.0,51.0,6.0,8.0,51.0,6.0,8.0,51.0,8.0,8.0,51.0,8.0,8.0,51.0,10.0,8.0,51.0,10.0,8.0,51.0,12.0,8.0,51.0,-12.0,4.0,51.0,-10.0,4.0,51.0,-10.0,4.0,51.0,-8.0,4.0,51.0,-8.0,4.0,51.0,-6.0,4.0,51.0,-6.0,4.0,51.0,-4.0,4.0,51.0,-4.0,4.0,51.0,-2.0,4.0,51.0,-2.0,4.0,51.0,0.0,4.0,51.0,0.0,4.0,51.0,2.0,4.0,51.0,2.0,4.0,51.0,4.0,4.0,51.0,4.0,4.0,51.0,6.0,4.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_11()
		{
			double[] value = {51.0,6.0,4.0,51.0,8.0,4.0,51.0,8.0,4.0,51.0,10.0,4.0,51.0,10.0,4.0,51.0,12.0,4.0,51.0,-12.0,0.0,51.0,-10.0,0.0,51.0,-10.0,0.0,51.0,-8.0,0.0,51.0,-8.0,0.0,51.0,-6.0,0.0,51.0,-6.0,0.0,51.0,-4.0,0.0,51.0,-4.0,0.0,51.0,-2.0,0.0,51.0,2.0,0.0,51.0,4.0,0.0,51.0,4.0,0.0,51.0,6.0,0.0,51.0,6.0,0.0,51.0,8.0,0.0,51.0,8.0,0.0,51.0,10.0,0.0,51.0,10.0,0.0,51.0,12.0,0.0,51.0,-12.0,-4.0,51.0,-10.0,-4.0,51.0,-10.0,-4.0,51.0,-8.0,-4.0,51.0,-8.0,-4.0,51.0,-6.0,-4.0,51.0,-6.0,-4.0,51.0,-4.0,-4.0,51.0,-4.0,-4.0,51.0,-2.0,-4.0,51.0,-2.0,-4.0,51.0,0.0,-4.0,51.0,0.0,-4.0,51.0,2.0,-4.0,51.0,2.0,-4.0,51.0,4.0,-4.0,51.0,4.0,-4.0,51.0,6.0,-4.0,51.0,6.0,-4.0,51.0,8.0,-4.0,51.0,8.0,-4.0,51.0,10.0,-4.0,51.0,10.0,-4.0,51.0,12.0,-4.0,51.0,-12.0,-8.0,51.0,-10.0,-8.0,51.0,-10.0,-8.0,51.0,-8.0,-8.0,51.0,-8.0,-8.0,51.0,-6.0,-8.0,51.0,-6.0,-8.0,51.0,-4.0,-8.0,51.0,-4.0,-8.0,51.0,-2.0,-8.0,51.0,-2.0,-8.0,51.0,0.0,-8.0,51.0,0.0,-8.0,51.0,2.0,-8.0,51.0,2.0,-8.0,51.0,4.0,-8.0,51.0,4.0,-8.0,51.0,6.0,-8.0,51.0,6.0,-8.0,51.0,8.0,-8.0,51.0,8.0,-8.0,51.0,10.0,-8.0,51.0,10.0,-8.0,51.0,12.0,-8.0,51.0,-12.0,-12.0,51.0,-10.0,-12.0,51.0,-10.0,-12.0,51.0,-8.0,-12.0,51.0,-8.0,-12.0,51.0,-6.0,-12.0,51.0,-6.0,-12.0,51.0,-4.0,-12.0,51.0,-4.0,-12.0,51.0,-2.0,-12.0,51.0,-2.0,-12.0,51.0,0.0,-12.0,51.0,0.0,-12.0,51.0,2.0,-12.0,51.0,2.0,-12.0,51.0,4.0,-12.0,51.0,4.0,-12.0,51.0,6.0,-12.0,51.0,6.0,-12.0,51.0,8.0,-12.0,51.0,8.0,-12.0,51.0,10.0,-12.0,51.0,10.0,-12.0,51.0,12.0,-12.0,51.0,-12.0,12.0,51.0,-12.0,8.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_12()
		{
			double[] value = {51.0,-12.0,8.0,51.0,-12.0,4.0,51.0,-12.0,4.0,51.0,-12.0,0.0,51.0,-12.0,0.0,51.0,-12.0,-4.0,51.0,-12.0,-4.0,51.0,-12.0,-8.0,51.0,-12.0,-8.0,51.0,-12.0,-12.0,51.0,-10.0,12.0,51.0,-10.0,8.0,51.0,-10.0,8.0,51.0,-10.0,4.0,51.0,-10.0,4.0,51.0,-10.0,0.0,51.0,-10.0,0.0,51.0,-10.0,-4.0,51.0,-10.0,-4.0,51.0,-10.0,-8.0,51.0,-10.0,-8.0,51.0,-10.0,-12.0,51.0,-8.0,12.0,51.0,-8.0,8.0,51.0,-8.0,8.0,51.0,-8.0,4.0,51.0,-8.0,4.0,51.0,-8.0,0.0,51.0,-8.0,0.0,51.0,-8.0,-4.0,51.0,-8.0,-4.0,51.0,-8.0,-8.0,51.0,-8.0,-8.0,51.0,-8.0,-12.0,51.0,-6.0,12.0,51.0,-6.0,8.0,51.0,-6.0,8.0,51.0,-6.0,4.0,51.0,-6.0,4.0,51.0,-6.0,0.0,51.0,-6.0,0.0,51.0,-6.0,-4.0,51.0,-6.0,-4.0,51.0,-6.0,-8.0,51.0,-6.0,-8.0,51.0,-6.0,-12.0,51.0,-4.0,12.0,51.0,-4.0,8.0,51.0,-4.0,8.0,51.0,-4.0,4.0,51.0,-4.0,4.0,51.0,-4.0,0.0,51.0,-4.0,0.0,51.0,-4.0,-4.0,51.0,-4.0,-4.0,51.0,-4.0,-8.0,51.0,-4.0,-8.0,51.0,-4.0,-12.0,51.0,-2.0,12.0,51.0,-2.0,8.0,51.0,-2.0,8.0,51.0,-2.0,4.0,51.0,-2.0,4.0,51.0,-2.0,0.0,51.0,-2.0,0.0,51.0,-2.0,-4.0,51.0,-2.0,-4.0,51.0,-2.0,-8.0,51.0,-2.0,-8.0,51.0,-2.0,-12.0,51.0,0.0,12.0,51.0,0.0,8.0,51.0,0.0,8.0,51.0,0.0,4.0,51.0,0.0,-4.0,51.0,0.0,-8.0,51.0,0.0,-8.0,51.0,0.0,-12.0,51.0,2.0,12.0,51.0,2.0,8.0,51.0,2.0,8.0,51.0,2.0,4.0,51.0,2.0,4.0,51.0,2.0,0.0,51.0,2.0,0.0,51.0,2.0,-4.0,51.0,2.0,-4.0,51.0,2.0,-8.0,51.0,2.0,-8.0,51.0,2.0,-12.0,51.0,4.0,12.0,51.0,4.0,8.0,51.0,4.0,8.0,51.0,4.0,4.0,51.0,4.0,4.0,51.0,4.0,0.0,51.0,4.0,0.0,51.0,4.0,-4.0,51.0,4.0,-4.0,51.0,4.0,-8.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_13()
		{
			double[] value = {51.0,4.0,-8.0,51.0,4.0,-12.0,51.0,6.0,12.0,51.0,6.0,8.0,51.0,6.0,8.0,51.0,6.0,4.0,51.0,6.0,4.0,51.0,6.0,0.0,51.0,6.0,0.0,51.0,6.0,-4.0,51.0,6.0,-4.0,51.0,6.0,-8.0,51.0,6.0,-8.0,51.0,6.0,-12.0,51.0,8.0,12.0,51.0,8.0,8.0,51.0,8.0,8.0,51.0,8.0,4.0,51.0,8.0,4.0,51.0,8.0,0.0,51.0,8.0,0.0,51.0,8.0,-4.0,51.0,8.0,-4.0,51.0,8.0,-8.0,51.0,8.0,-8.0,51.0,8.0,-12.0,51.0,10.0,12.0,51.0,10.0,8.0,51.0,10.0,8.0,51.0,10.0,4.0,51.0,10.0,4.0,51.0,10.0,0.0,51.0,10.0,0.0,51.0,10.0,-4.0,51.0,10.0,-4.0,51.0,10.0,-8.0,51.0,10.0,-8.0,51.0,10.0,-12.0,51.0,12.0,12.0,51.0,12.0,8.0,51.0,12.0,8.0,51.0,12.0,4.0,51.0,12.0,4.0,51.0,12.0,0.0,51.0,12.0,0.0,51.0,12.0,-4.0,51.0,12.0,-4.0,51.0,12.0,-8.0,51.0,12.0,-8.0,51.0,12.0,-12.0,74.0,-12.0,12.0,74.0,-10.0,12.0,74.0,-10.0,12.0,74.0,-8.0,12.0,74.0,-8.0,12.0,74.0,-6.0,12.0,74.0,-6.0,12.0,74.0,-4.0,12.0,74.0,-4.0,12.0,74.0,-2.0,12.0,74.0,-2.0,12.0,74.0,0.0,12.0,74.0,0.0,12.0,74.0,2.0,12.0,74.0,2.0,12.0,74.0,4.0,12.0,74.0,4.0,12.0,74.0,6.0,12.0,74.0,6.0,12.0,74.0,8.0,12.0,74.0,8.0,12.0,74.0,10.0,12.0,74.0,10.0,12.0,74.0,12.0,12.0,74.0,-12.0,8.0,74.0,-10.0,8.0,74.0,-10.0,8.0,74.0,-8.0,8.0,74.0,-8.0,8.0,74.0,-6.0,8.0,74.0,-6.0,8.0,74.0,-4.0,8.0,74.0,-4.0,8.0,74.0,-2.0,8.0,74.0,-2.0,8.0,74.0,0.0,8.0,74.0,0.0,8.0,74.0,2.0,8.0,74.0,2.0,8.0,74.0,4.0,8.0,74.0,4.0,8.0,74.0,6.0,8.0,74.0,6.0,8.0,74.0,8.0,8.0,74.0,8.0,8.0,74.0,10.0,8.0,74.0,10.0,8.0,74.0,12.0,8.0,74.0,-12.0,4.0,74.0,-10.0,4.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_14()
		{
			double[] value = {74.0,-10.0,4.0,74.0,-8.0,4.0,74.0,-8.0,4.0,74.0,-6.0,4.0,74.0,-6.0,4.0,74.0,-4.0,4.0,74.0,-4.0,4.0,74.0,-2.0,4.0,74.0,-2.0,4.0,74.0,0.0,4.0,74.0,0.0,4.0,74.0,2.0,4.0,74.0,2.0,4.0,74.0,4.0,4.0,74.0,4.0,4.0,74.0,6.0,4.0,74.0,6.0,4.0,74.0,8.0,4.0,74.0,8.0,4.0,74.0,10.0,4.0,74.0,10.0,4.0,74.0,12.0,4.0,74.0,-12.0,0.0,74.0,-10.0,0.0,74.0,-10.0,0.0,74.0,-8.0,0.0,74.0,-8.0,0.0,74.0,-6.0,0.0,74.0,-6.0,0.0,74.0,-4.0,0.0,74.0,-4.0,0.0,74.0,-2.0,0.0,74.0,2.0,0.0,74.0,4.0,0.0,74.0,4.0,0.0,74.0,6.0,0.0,74.0,6.0,0.0,74.0,8.0,0.0,74.0,8.0,0.0,74.0,10.0,0.0,74.0,10.0,0.0,74.0,12.0,0.0,74.0,-12.0,-4.0,74.0,-10.0,-4.0,74.0,-10.0,-4.0,74.0,-8.0,-4.0,74.0,-8.0,-4.0,74.0,-6.0,-4.0,74.0,-6.0,-4.0,74.0,-4.0,-4.0,74.0,-4.0,-4.0,74.0,-2.0,-4.0,74.0,-2.0,-4.0,74.0,0.0,-4.0,74.0,0.0,-4.0,74.0,2.0,-4.0,74.0,2.0,-4.0,74.0,4.0,-4.0,74.0,4.0,-4.0,74.0,6.0,-4.0,74.0,6.0,-4.0,74.0,8.0,-4.0,74.0,8.0,-4.0,74.0,10.0,-4.0,74.0,10.0,-4.0,74.0,12.0,-4.0,74.0,-12.0,-8.0,74.0,-10.0,-8.0,74.0,-10.0,-8.0,74.0,-8.0,-8.0,74.0,-8.0,-8.0,74.0,-6.0,-8.0,74.0,-6.0,-8.0,74.0,-4.0,-8.0,74.0,-4.0,-8.0,74.0,-2.0,-8.0,74.0,-2.0,-8.0,74.0,0.0,-8.0,74.0,0.0,-8.0,74.0,2.0,-8.0,74.0,2.0,-8.0,74.0,4.0,-8.0,74.0,4.0,-8.0,74.0,6.0,-8.0,74.0,6.0,-8.0,74.0,8.0,-8.0,74.0,8.0,-8.0,74.0,10.0,-8.0,74.0,10.0,-8.0,74.0,12.0,-8.0,74.0,-12.0,-12.0,74.0,-10.0,-12.0,74.0,-10.0,-12.0,74.0,-8.0,-12.0,74.0,-8.0,-12.0,74.0,-6.0,-12.0,74.0,-6.0,-12.0,74.0,-4.0,-12.0,74.0,-4.0,-12.0,74.0,-2.0,-12.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_15()
		{
			double[] value = {74.0,-2.0,-12.0,74.0,0.0,-12.0,74.0,0.0,-12.0,74.0,2.0,-12.0,74.0,2.0,-12.0,74.0,4.0,-12.0,74.0,4.0,-12.0,74.0,6.0,-12.0,74.0,6.0,-12.0,74.0,8.0,-12.0,74.0,8.0,-12.0,74.0,10.0,-12.0,74.0,10.0,-12.0,74.0,12.0,-12.0,74.0,-12.0,12.0,74.0,-12.0,8.0,74.0,-12.0,8.0,74.0,-12.0,4.0,74.0,-12.0,4.0,74.0,-12.0,0.0,74.0,-12.0,0.0,74.0,-12.0,-4.0,74.0,-12.0,-4.0,74.0,-12.0,-8.0,74.0,-12.0,-8.0,74.0,-12.0,-12.0,74.0,-10.0,12.0,74.0,-10.0,8.0,74.0,-10.0,8.0,74.0,-10.0,4.0,74.0,-10.0,4.0,74.0,-10.0,0.0,74.0,-10.0,0.0,74.0,-10.0,-4.0,74.0,-10.0,-4.0,74.0,-10.0,-8.0,74.0,-10.0,-8.0,74.0,-10.0,-12.0,74.0,-8.0,12.0,74.0,-8.0,8.0,74.0,-8.0,8.0,74.0,-8.0,4.0,74.0,-8.0,4.0,74.0,-8.0,0.0,74.0,-8.0,0.0,74.0,-8.0,-4.0,74.0,-8.0,-4.0,74.0,-8.0,-8.0,74.0,-8.0,-8.0,74.0,-8.0,-12.0,74.0,-6.0,12.0,74.0,-6.0,8.0,74.0,-6.0,8.0,74.0,-6.0,4.0,74.0,-6.0,4.0,74.0,-6.0,0.0,74.0,-6.0,0.0,74.0,-6.0,-4.0,74.0,-6.0,-4.0,74.0,-6.0,-8.0,74.0,-6.0,-8.0,74.0,-6.0,-12.0,74.0,-4.0,12.0,74.0,-4.0,8.0,74.0,-4.0,8.0,74.0,-4.0,4.0,74.0,-4.0,4.0,74.0,-4.0,0.0,74.0,-4.0,0.0,74.0,-4.0,-4.0,74.0,-4.0,-4.0,74.0,-4.0,-8.0,74.0,-4.0,-8.0,74.0,-4.0,-12.0,74.0,-2.0,12.0,74.0,-2.0,8.0,74.0,-2.0,8.0,74.0,-2.0,4.0,74.0,-2.0,4.0,74.0,-2.0,0.0,74.0,-2.0,0.0,74.0,-2.0,-4.0,74.0,-2.0,-4.0,74.0,-2.0,-8.0,74.0,-2.0,-8.0,74.0,-2.0,-12.0,74.0,0.0,12.0,74.0,0.0,8.0,74.0,0.0,8.0,74.0,0.0,4.0,74.0,0.0,-4.0,74.0,0.0,-8.0,74.0,0.0,-8.0,74.0,0.0,-12.0,74.0,2.0,12.0,74.0,2.0,8.0,74.0,2.0,8.0,74.0,2.0,4.0,74.0,2.0,4.0,74.0,2.0,0.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_16()
		{
			double[] value = {74.0,2.0,0.0,74.0,2.0,-4.0,74.0,2.0,-4.0,74.0,2.0,-8.0,74.0,2.0,-8.0,74.0,2.0,-12.0,74.0,4.0,12.0,74.0,4.0,8.0,74.0,4.0,8.0,74.0,4.0,4.0,74.0,4.0,4.0,74.0,4.0,0.0,74.0,4.0,0.0,74.0,4.0,-4.0,74.0,4.0,-4.0,74.0,4.0,-8.0,74.0,4.0,-8.0,74.0,4.0,-12.0,74.0,6.0,12.0,74.0,6.0,8.0,74.0,6.0,8.0,74.0,6.0,4.0,74.0,6.0,4.0,74.0,6.0,0.0,74.0,6.0,0.0,74.0,6.0,-4.0,74.0,6.0,-4.0,74.0,6.0,-8.0,74.0,6.0,-8.0,74.0,6.0,-12.0,74.0,8.0,12.0,74.0,8.0,8.0,74.0,8.0,8.0,74.0,8.0,4.0,74.0,8.0,4.0,74.0,8.0,0.0,74.0,8.0,0.0,74.0,8.0,-4.0,74.0,8.0,-4.0,74.0,8.0,-8.0,74.0,8.0,-8.0,74.0,8.0,-12.0,74.0,10.0,12.0,74.0,10.0,8.0,74.0,10.0,8.0,74.0,10.0,4.0,74.0,10.0,4.0,74.0,10.0,0.0,74.0,10.0,0.0,74.0,10.0,-4.0,74.0,10.0,-4.0,74.0,10.0,-8.0,74.0,10.0,-8.0,74.0,10.0,-12.0,74.0,12.0,12.0,74.0,12.0,8.0,74.0,12.0,8.0,74.0,12.0,4.0,74.0,12.0,4.0,74.0,12.0,0.0,74.0,12.0,0.0,74.0,12.0,-4.0,74.0,12.0,-4.0,74.0,12.0,-8.0,74.0,12.0,-8.0,74.0,12.0,-12.0,-12.0,-16.0,12.0,-12.0,-14.0,12.0,-12.0,-14.0,12.0,-12.0,-12.0,12.0,-12.0,-12.0,12.0,-12.0,-10.0,12.0,-12.0,-10.0,12.0,-12.0,-8.0,12.0,-12.0,-8.0,12.0,-12.0,-6.0,12.0,-12.0,-6.0,12.0,-12.0,-4.0,12.0,-12.0,-4.0,12.0,-12.0,-2.0,12.0,-12.0,-2.0,12.0,-12.0,0.0,12.0,-12.0,0.0,12.0,-12.0,2.0,12.0,-12.0,2.0,12.0,-12.0,4.0,12.0,-12.0,4.0,12.0,-12.0,6.0,12.0,-12.0,6.0,12.0,-12.0,8.0,12.0,-12.0,8.0,12.0,-12.0,10.0,12.0,-12.0,10.0,12.0,-12.0,12.0,12.0,-12.0,12.0,12.0,-12.0,14.0,12.0,-12.0,14.0,12.0,-12.0,16.0,12.0,-12.0,-16.0,8.0,-12.0,-14.0,8.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_17()
		{
			double[] value = {-12.0,-14.0,8.0,-12.0,-12.0,8.0,-12.0,-12.0,8.0,-12.0,-10.0,8.0,-12.0,-10.0,8.0,-12.0,-8.0,8.0,-12.0,-8.0,8.0,-12.0,-6.0,8.0,-12.0,-6.0,8.0,-12.0,-4.0,8.0,-12.0,-4.0,8.0,-12.0,-2.0,8.0,-12.0,-2.0,8.0,-12.0,0.0,8.0,-12.0,0.0,8.0,-12.0,2.0,8.0,-12.0,2.0,8.0,-12.0,4.0,8.0,-12.0,4.0,8.0,-12.0,6.0,8.0,-12.0,6.0,8.0,-12.0,8.0,8.0,-12.0,8.0,8.0,-12.0,10.0,8.0,-12.0,10.0,8.0,-12.0,12.0,8.0,-12.0,12.0,8.0,-12.0,14.0,8.0,-12.0,14.0,8.0,-12.0,16.0,8.0,-12.0,-16.0,4.0,-12.0,-14.0,4.0,-12.0,-14.0,4.0,-12.0,-12.0,4.0,-12.0,-12.0,4.0,-12.0,-10.0,4.0,-12.0,-10.0,4.0,-12.0,-8.0,4.0,-12.0,-8.0,4.0,-12.0,-6.0,4.0,-12.0,-6.0,4.0,-12.0,-4.0,4.0,-12.0,-4.0,4.0,-12.0,-2.0,4.0,-12.0,-2.0,4.0,-12.0,0.0,4.0,-12.0,0.0,4.0,-12.0,2.0,4.0,-12.0,2.0,4.0,-12.0,4.0,4.0,-12.0,4.0,4.0,-12.0,6.0,4.0,-12.0,6.0,4.0,-12.0,8.0,4.0,-12.0,8.0,4.0,-12.0,10.0,4.0,-12.0,10.0,4.0,-12.0,12.0,4.0,-12.0,12.0,4.0,-12.0,14.0,4.0,-12.0,14.0,4.0,-12.0,16.0,4.0,-12.0,-16.0,0.0,-12.0,-14.0,0.0,-12.0,-14.0,0.0,-12.0,-12.0,0.0,-12.0,-12.0,0.0,-12.0,-10.0,0.0,-12.0,-10.0,0.0,-12.0,-8.0,0.0,-12.0,-8.0,0.0,-12.0,-6.0,0.0,-12.0,-6.0,0.0,-12.0,-4.0,0.0,-12.0,-4.0,0.0,-12.0,-2.0,0.0,-12.0,2.0,0.0,-12.0,4.0,0.0,-12.0,4.0,0.0,-12.0,6.0,0.0,-12.0,6.0,0.0,-12.0,8.0,0.0,-12.0,8.0,0.0,-12.0,10.0,0.0,-12.0,10.0,0.0,-12.0,12.0,0.0,-12.0,12.0,0.0,-12.0,14.0,0.0,-12.0,14.0,0.0,-12.0,16.0,0.0,-12.0,-16.0,-4.0,-12.0,-14.0,-4.0,-12.0,-14.0,-4.0,-12.0,-12.0,-4.0,-12.0,-12.0,-4.0,-12.0,-10.0,-4.0,-12.0,-10.0,-4.0,-12.0,-8.0,-4.0,-12.0,-8.0,-4.0,-12.0,-6.0,-4.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_18()
		{
			double[] value = {-12.0,-6.0,-4.0,-12.0,-4.0,-4.0,-12.0,-4.0,-4.0,-12.0,-2.0,-4.0,-12.0,-2.0,-4.0,-12.0,0.0,-4.0,-12.0,0.0,-4.0,-12.0,2.0,-4.0,-12.0,2.0,-4.0,-12.0,4.0,-4.0,-12.0,4.0,-4.0,-12.0,6.0,-4.0,-12.0,6.0,-4.0,-12.0,8.0,-4.0,-12.0,8.0,-4.0,-12.0,10.0,-4.0,-12.0,10.0,-4.0,-12.0,12.0,-4.0,-12.0,12.0,-4.0,-12.0,14.0,-4.0,-12.0,14.0,-4.0,-12.0,16.0,-4.0,-12.0,-16.0,-8.0,-12.0,-14.0,-8.0,-12.0,-14.0,-8.0,-12.0,-12.0,-8.0,-12.0,-12.0,-8.0,-12.0,-10.0,-8.0,-12.0,-10.0,-8.0,-12.0,-8.0,-8.0,-12.0,-8.0,-8.0,-12.0,-6.0,-8.0,-12.0,-6.0,-8.0,-12.0,-4.0,-8.0,-12.0,-4.0,-8.0,-12.0,-2.0,-8.0,-12.0,-2.0,-8.0,-12.0,0.0,-8.0,-12.0,0.0,-8.0,-12.0,2.0,-8.0,-12.0,2.0,-8.0,-12.0,4.0,-8.0,-12.0,4.0,-8.0,-12.0,6.0,-8.0,-12.0,6.0,-8.0,-12.0,8.0,-8.0,-12.0,8.0,-8.0,-12.0,10.0,-8.0,-12.0,10.0,-8.0,-12.0,12.0,-8.0,-12.0,12.0,-8.0,-12.0,14.0,-8.0,-12.0,14.0,-8.0,-12.0,16.0,-8.0,-12.0,-16.0,-12.0,-12.0,-14.0,-12.0,-12.0,-14.0,-12.0,-12.0,-12.0,-12.0,-12.0,-12.0,-12.0,-12.0,-10.0,-12.0,-12.0,-10.0,-12.0,-12.0,-8.0,-12.0,-12.0,-8.0,-12.0,-12.0,-6.0,-12.0,-12.0,-6.0,-12.0,-12.0,-4.0,-12.0,-12.0,-4.0,-12.0,-12.0,-2.0,-12.0,-12.0,-2.0,-12.0,-12.0,0.0,-12.0,-12.0,0.0,-12.0,-12.0,2.0,-12.0,-12.0,2.0,-12.0,-12.0,4.0,-12.0,-12.0,4.0,-12.0,-12.0,6.0,-12.0,-12.0,6.0,-12.0,-12.0,8.0,-12.0,-12.0,8.0,-12.0,-12.0,10.0,-12.0,-12.0,10.0,-12.0,-12.0,12.0,-12.0,-12.0,12.0,-12.0,-12.0,14.0,-12.0,-12.0,14.0,-12.0,-12.0,16.0,-12.0,-12.0,-16.0,12.0,-12.0,-16.0,8.0,-12.0,-16.0,8.0,-12.0,-16.0,4.0,-12.0,-16.0,4.0,-12.0,-16.0,0.0,-12.0,-16.0,0.0,-12.0,-16.0,-4.0,-12.0,-16.0,-4.0,-12.0,-16.0,-8.0,-12.0,-16.0,-8.0,-12.0,-16.0,-12.0,-12.0,-14.0,12.0,-12.0,-14.0,8.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_19()
		{
			double[] value = {-12.0,-14.0,8.0,-12.0,-14.0,4.0,-12.0,-14.0,4.0,-12.0,-14.0,0.0,-12.0,-14.0,0.0,-12.0,-14.0,-4.0,-12.0,-14.0,-4.0,-12.0,-14.0,-8.0,-12.0,-14.0,-8.0,-12.0,-14.0,-12.0,-12.0,-12.0,12.0,-12.0,-12.0,8.0,-12.0,-12.0,8.0,-12.0,-12.0,4.0,-12.0,-12.0,4.0,-12.0,-12.0,0.0,-12.0,-12.0,0.0,-12.0,-12.0,-4.0,-12.0,-12.0,-4.0,-12.0,-12.0,-8.0,-12.0,-12.0,-8.0,-12.0,-12.0,-12.0,-12.0,-10.0,12.0,-12.0,-10.0,8.0,-12.0,-10.0,8.0,-12.0,-10.0,4.0,-12.0,-10.0,4.0,-12.0,-10.0,0.0,-12.0,-10.0,0.0,-12.0,-10.0,-4.0,-12.0,-10.0,-4.0,-12.0,-10.0,-8.0,-12.0,-10.0,-8.0,-12.0,-10.0,-12.0,-12.0,-8.0,12.0,-12.0,-8.0,8.0,-12.0,-8.0,8.0,-12.0,-8.0,4.0,-12.0,-8.0,4.0,-12.0,-8.0,0.0,-12.0,-8.0,0.0,-12.0,-8.0,-4.0,-12.0,-8.0,-4.0,-12.0,-8.0,-8.0,-12.0,-8.0,-8.0,-12.0,-8.0,-12.0,-12.0,-6.0,12.0,-12.0,-6.0,8.0,-12.0,-6.0,8.0,-12.0,-6.0,4.0,-12.0,-6.0,4.0,-12.0,-6.0,0.0,-12.0,-6.0,0.0,-12.0,-6.0,-4.0,-12.0,-6.0,-4.0,-12.0,-6.0,-8.0,-12.0,-6.0,-8.0,-12.0,-6.0,-12.0,-12.0,-4.0,12.0,-12.0,-4.0,8.0,-12.0,-4.0,8.0,-12.0,-4.0,4.0,-12.0,-4.0,4.0,-12.0,-4.0,0.0,-12.0,-4.0,0.0,-12.0,-4.0,-4.0,-12.0,-4.0,-4.0,-12.0,-4.0,-8.0,-12.0,-4.0,-8.0,-12.0,-4.0,-12.0,-12.0,-2.0,12.0,-12.0,-2.0,8.0,-12.0,-2.0,8.0,-12.0,-2.0,4.0,-12.0,-2.0,4.0,-12.0,-2.0,0.0,-12.0,-2.0,0.0,-12.0,-2.0,-4.0,-12.0,-2.0,-4.0,-12.0,-2.0,-8.0,-12.0,-2.0,-8.0,-12.0,-2.0,-12.0,-12.0,0.0,12.0,-12.0,0.0,8.0,-12.0,0.0,8.0,-12.0,0.0,4.0,-12.0,0.0,-4.0,-12.0,0.0,-8.0,-12.0,0.0,-8.0,-12.0,0.0,-12.0,-12.0,2.0,12.0,-12.0,2.0,8.0,-12.0,2.0,8.0,-12.0,2.0,4.0,-12.0,2.0,4.0,-12.0,2.0,0.0,-12.0,2.0,0.0,-12.0,2.0,-4.0,-12.0,2.0,-4.0,-12.0,2.0,-8.0};
			return value;
		}
		private double[] getCoordinate_7_28_point_20()
		{
			double[] value = {-12.0,2.0,-8.0,-12.0,2.0,-12.0,-12.0,4.0,12.0,-12.0,4.0,8.0,-12.0,4.0,8.0,-12.0,4.0,4.0,-12.0,4.0,4.0,-12.0,4.0,0.0,-12.0,4.0,0.0,-12.0,4.0,-4.0,-12.0,4.0,-4.0,-12.0,4.0,-8.0,-12.0,4.0,-8.0,-12.0,4.0,-12.0,-12.0,6.0,12.0,-12.0,6.0,8.0,-12.0,6.0,8.0,-12.0,6.0,4.0,-12.0,6.0,4.0,-12.0,6.0,0.0,-12.0,6.0,0.0,-12.0,6.0,-4.0,-12.0,6.0,-4.0,-12.0,6.0,-8.0,-12.0,6.0,-8.0,-12.0,6.0,-12.0,-12.0,8.0,12.0,-12.0,8.0,8.0,-12.0,8.0,8.0,-12.0,8.0,4.0,-12.0,8.0,4.0,-12.0,8.0,0.0,-12.0,8.0,0.0,-12.0,8.0,-4.0,-12.0,8.0,-4.0,-12.0,8.0,-8.0,-12.0,8.0,-8.0,-12.0,8.0,-12.0,-12.0,10.0,12.0,-12.0,10.0,8.0,-12.0,10.0,8.0,-12.0,10.0,4.0,-12.0,10.0,4.0,-12.0,10.0,0.0,-12.0,10.0,0.0,-12.0,10.0,-4.0,-12.0,10.0,-4.0,-12.0,10.0,-8.0,-12.0,10.0,-8.0,-12.0,10.0,-12.0,-12.0,12.0,12.0,-12.0,12.0,8.0,-12.0,12.0,8.0,-12.0,12.0,4.0,-12.0,12.0,4.0,-12.0,12.0,0.0,-12.0,12.0,0.0,-12.0,12.0,-4.0,-12.0,12.0,-4.0,-12.0,12.0,-8.0,-12.0,12.0,-8.0,-12.0,12.0,-12.0,-12.0,14.0,12.0,-12.0,14.0,8.0,-12.0,14.0,8.0,-12.0,14.0,4.0,-12.0,14.0,4.0,-12.0,14.0,0.0,-12.0,14.0,0.0,-12.0,14.0,-4.0,-12.0,14.0,-4.0,-12.0,14.0,-8.0,-12.0,14.0,-8.0,-12.0,14.0,-12.0,-12.0,16.0,12.0,-12.0,16.0,8.0,-12.0,16.0,8.0,-12.0,16.0,4.0,-12.0,16.0,4.0,-12.0,16.0,0.0,-12.0,16.0,0.0,-12.0,16.0,-4.0,-12.0,16.0,-4.0,-12.0,16.0,-8.0,-12.0,16.0,-8.0,-12.0,16.0,-12.0};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_6_33_colorIndex_1()
		{
			int[] value = {60,511,25,25,-1,60,60,25,25,-1,60,60,25,26,-1,60,60,26,28,-1,60,60,28,29,-1,60,60,29,31,-1,60,60,31,33,-1,60,60,33,35,-1,60,60,35,37,-1,60,60,37,40,-1,60,60,40,42,-1,60,60,42,45,-1,60,60,45,47,-1,60,60,47,50,-1,60,60,50,52,-1,60,60,52,55,-1,60,60,55,57,-1,60,60,57,60,-1,60,60,60,62,-1,60,60,62,64,-1,60,60,64,67,-1,60,60,67,69,-1,60,60,69,71,-1,60,60,71,72,-1,60,60,72,74,-1,60,60,74,75,-1,60,60,75,77,-1,60,60,77,78,-1,60,60,78,79,-1,60,60,79,80,-1,60,60,80,81,-1,60,60,81,82,-1,60,60,82,82,-1,60,60,82,82,-1,60,60,82,83,-1,60,60,83,83,-1,60,60,83,83,-1,60,60,83,82,-1,60,60,82,82,-1,60,60,82,82,-1,60,60,82,81,-1,60,60,81,80,-1,60,60,80,79,-1,60,60,79,78,-1,60,60,78,77,-1,60,60,77,75,-1,60,60,75,74,-1,60,60,74,72,-1,60,60,72,71,-1,60,60,71,69,-1,60,60,69,67,-1,60,60,67,64,-1,60,60,64,62,-1,60,60,62,60,-1,60,60,60,57,-1,60,60,57,55,-1,60,60,55,52,-1,60,60,52,50,-1,60,60,50,47,-1,60,60,47,45,-1,60,60,45,42,-1,60,60,42,40,-1,60,60,40,37,-1,60,60,37,35,-1,60,60,35,33,-1,60,60,33,31,-1,60,60,31,29,-1,60,60,29,28,-1,60,60,28,26,-1,60,60,26,25,-1,60,60,25,25,-1,60,60,25,25,-1,25,25,29,29,-1,25,25,29,28,-1,26,25,28,26,-1,28,26,26,24,-1,29,28,24,21,-1,31,29,21,17,-1,33,31,17,12,-1,35,33,12,7,-1,37,35,7,5,-1,40,37,5,10,-1,42,40,10,18,-1,45,42,18,25,-1,47,45,25,32,-1,50,47,32,38,-1,52,50,38,44,-1,55,52,44,50,-1,57,55,50,55,-1,60,57,55,60,-1,62,60,60,64,-1,64,62,64,68,-1,67,64,68,72,-1,69,67,72,76,-1,71,69,76,79,-1,72,71,79,82,-1,74,72,82,85,-1,75,74,85,87,-1,77,75,87,89,-1,78,77,89,91,-1,79,78,91,93,-1,80,79,93,94,-1,81,80,94,95,-1,82,81,95,96,-1,82,82,96,97,-1,82,82,97,97,-1,83,82,97,97,-1,83,83,97,98,-1,83,83,98,97,-1,82,83,97,97,-1,82,82,97,97,-1,82,82,97,96,-1,81,82,96,95,-1,80,81,95,94,-1,79,80,94,93,-1,78,79,93,91,-1,77,78,91,89,-1,75,77,89,87,-1,74,75,87,85,-1,72,74,85,82,-1,71,72,82,79,-1,69,71,79,76,-1,67,69,76,72,-1,64,67,72,68,-1,62,64,68,64,-1,60,62,64,60,-1,57,60,60,55,-1,55,57,55,50,-1,52,55,50,44,-1,50,52,44,38,-1,47,50,38,32,-1,45,47,32,25,-1,42,45,25,18,-1,40,42,18,10,-1,37,40,10,5,-1,35,37,5,7,-1,33,35,7,12,-1,31,33,12,17,-1,29,31,17,21,-1,28,29,21,24,-1,26,28,24,26,-1,25,26,26,28,-1,25,25,28,29,-1,25,25,29,29,-1,29,29,55,55,-1,28,29,55,54,-1,26,28,54,53,-1,24,26,53,51,-1,21,24,51,49,-1,17,21,49,46,-1,12,17,46,42,-1,7,12,42,37,-1,5,7,37,31,-1,10,5,31,24,-1,18,10,24,14,-1,25,18,14,3,-1,32,25,3,12,-1,38,32,12,25,-1,44,38,25,35,-1,50,44,35,44,-1,55,50,44,52,-1,60,55,52,59,-1,64,60,59,66,-1,68,64,66,72,-1,72,68,72,77,-1,76,72,77,82,-1,79,76,82,86,-1,82,79,86,90,-1,85,82,90,93,-1,87,85,93,96,-1,89,87,96,98,-1,91,89,98,100,-1,93,91,100,101,-1,94,93,101,102,-1,95,94,102,103,-1,96,95,103,104,-1,97,96,104,104,-1,97,97,104,105,-1,97,97,105,105,-1,98,97,105,105,-1,97,98,105,105,-1,97,97,105,105,-1,97,97,105,104,-1,96,97,104,104,-1,95,96,104,103,-1,94,95,103,102,-1,93,94,102,101,-1,91,93,101,100,-1,89,91,100,98,-1,87,89,98,96,-1,85,87,96,93,-1,82,85,93,90,-1,79,82,90,86,-1,76,79,86,82,-1,72,76,82,77,-1,68,72,77,72,-1,64,68,72,66,-1,60,64,66,59,-1,55,60,59,52,-1,50,55,52,44,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_2()
		{
			int[] value = {44,50,44,35,-1,38,44,35,25,-1,32,38,25,12,-1,25,32,12,3,-1,18,25,3,14,-1,10,18,14,24,-1,5,10,24,31,-1,7,5,31,37,-1,12,7,37,42,-1,17,12,42,46,-1,21,17,46,49,-1,24,21,49,51,-1,26,24,51,53,-1,28,26,53,54,-1,29,28,54,55,-1,29,29,55,55,-1,55,55,69,68,-1,54,55,68,68,-1,53,54,68,67,-1,51,53,67,66,-1,49,51,66,64,-1,46,49,64,61,-1,42,46,61,58,-1,37,42,58,54,-1,31,37,54,49,-1,24,31,49,43,-1,14,24,43,34,-1,3,14,34,24,-1,12,3,24,8,-1,25,12,8,8,-1,35,25,8,25,-1,44,35,25,38,-1,52,44,38,49,-1,59,52,49,59,-1,66,59,59,67,-1,72,66,67,75,-1,77,72,75,81,-1,82,77,81,86,-1,86,82,86,91,-1,90,86,91,95,-1,93,90,95,98,-1,96,93,98,100,-1,98,96,100,102,-1,100,98,102,103,-1,101,100,103,104,-1,102,101,104,105,-1,103,102,105,105,-1,104,103,105,104,-1,104,104,104,104,-1,105,104,104,104,-1,105,105,104,104,-1,105,105,104,104,-1,105,105,104,104,-1,105,105,104,104,-1,104,105,104,104,-1,104,104,104,104,-1,103,104,104,105,-1,102,103,105,105,-1,101,102,105,104,-1,100,101,104,103,-1,98,100,103,102,-1,96,98,102,100,-1,93,96,100,98,-1,90,93,98,95,-1,86,90,95,91,-1,82,86,91,86,-1,77,82,86,81,-1,72,77,81,75,-1,66,72,75,67,-1,59,66,67,59,-1,52,59,59,49,-1,44,52,49,38,-1,35,44,38,25,-1,25,35,25,8,-1,12,25,8,8,-1,3,12,8,24,-1,14,3,24,34,-1,24,14,34,43,-1,31,24,43,49,-1,37,31,49,54,-1,42,37,54,58,-1,46,42,58,61,-1,49,46,61,64,-1,51,49,64,66,-1,53,51,66,67,-1,54,53,67,68,-1,55,54,68,68,-1,55,55,68,69,-1,68,69,74,74,-1,68,68,74,73,-1,67,68,73,73,-1,66,67,73,72,-1,64,66,72,71,-1,61,64,71,69,-1,58,61,69,67,-1,54,58,67,63,-1,49,54,63,59,-1,43,49,59,54,-1,34,43,54,47,-1,24,34,47,37,-1,8,24,37,24,-1,8,8,24,3,-1,25,8,3,15,-1,38,25,15,33,-1,49,38,33,47,-1,59,49,47,58,-1,67,59,58,68,-1,75,67,68,77,-1,81,75,77,84,-1,86,81,84,90,-1,91,86,90,94,-1,95,91,94,98,-1,98,95,98,100,-1,100,98,100,102,-1,102,100,102,103,-1,103,102,103,102,-1,104,103,102,102,-1,105,104,102,100,-1,105,105,100,99,-1,104,105,99,97,-1,104,104,97,96,-1,104,104,96,94,-1,104,104,94,94,-1,104,104,94,93,-1,104,104,93,94,-1,104,104,94,94,-1,104,104,94,96,-1,104,104,96,97,-1,105,104,97,99,-1,105,105,99,100,-1,104,105,100,102,-1,103,104,102,102,-1,102,103,102,103,-1,100,102,103,102,-1,98,100,102,100,-1,95,98,100,98,-1,91,95,98,94,-1,86,91,94,90,-1,81,86,90,84,-1,75,81,84,77,-1,67,75,77,68,-1,59,67,68,58,-1,49,59,58,47,-1,38,49,47,33,-1,25,38,33,15,-1,8,25,15,3,-1,8,8,3,24,-1,24,8,24,37,-1,34,24,37,47,-1,43,34,47,54,-1,49,43,54,59,-1,54,49,59,63,-1,58,54,63,67,-1,61,58,67,69,-1,64,61,69,71,-1,66,64,71,72,-1,67,66,72,73,-1,68,67,73,73,-1,68,68,73,74,-1,69,68,74,74,-1,74,74,72,72,-1,73,74,72,72,-1,73,73,72,73,-1,72,73,73,72,-1,71,72,72,72,-1,69,71,72,71,-1,67,69,71,70,-1,63,67,70,68,-1,59,63,68,65,-1,54,59,65,60,-1,47,54,60,54,-1,37,47,54,45,-1,24,37,45,34,-1,3,24,34,17,-1,15,3,17,3,-1,33,15,3,28,-1,47,33,28,45,-1,58,47,45,58,-1,68,58,58,69,-1,77,68,69,78,-1,84,77,78,85,-1,90,84,85,91,-1,94,90,91,96,-1,98,94,96,99,-1,100,98,99,100,-1,102,100,100,100,-1,103,102,100,99,-1,102,103,99,96,-1,102,102,96,93,-1,100,102,93,89,-1,99,100,89,84,-1,97,99,84,80,-1,96,97,80,76,-1,94,96,76,73,-1,94,94,73,71,-1,93,94,71,70,-1,94,93,70,71,-1,94,94,71,73,-1,96,94,73,76,-1,97,96,76,80,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_3()
		{
			int[] value = {99,97,80,84,-1,100,99,84,89,-1,102,100,89,93,-1,102,102,93,96,-1,103,102,96,99,-1,102,103,99,100,-1,100,102,100,100,-1,98,100,100,99,-1,94,98,99,96,-1,90,94,96,91,-1,84,90,91,85,-1,77,84,85,78,-1,68,77,78,69,-1,58,68,69,58,-1,47,58,58,45,-1,33,47,45,28,-1,15,33,28,3,-1,3,15,3,17,-1,24,3,17,34,-1,37,24,34,45,-1,47,37,45,54,-1,54,47,54,60,-1,59,54,60,65,-1,63,59,65,68,-1,67,63,68,70,-1,69,67,70,71,-1,71,69,71,72,-1,72,71,72,72,-1,73,72,72,73,-1,73,73,73,72,-1,74,73,72,72,-1,74,74,72,72,-1,72,72,65,66,-1,72,72,66,66,-1,73,72,66,67,-1,72,73,67,68,-1,72,72,68,69,-1,71,72,69,69,-1,70,71,69,69,-1,68,70,69,69,-1,65,68,69,66,-1,60,65,66,63,-1,54,60,63,58,-1,45,54,58,50,-1,34,45,50,40,-1,17,34,40,25,-1,3,17,25,0,-1,28,3,0,24,-1,45,28,24,43,-1,58,45,43,57,-1,69,58,57,69,-1,78,69,69,78,-1,85,78,78,86,-1,91,85,86,92,-1,96,91,92,95,-1,99,96,95,97,-1,100,99,97,97,-1,100,100,97,95,-1,99,100,95,91,-1,96,99,91,85,-1,93,96,85,77,-1,89,93,77,68,-1,84,89,68,58,-1,80,84,58,47,-1,76,80,47,37,-1,73,76,37,26,-1,71,73,26,19,-1,70,71,19,16,-1,71,70,16,19,-1,73,71,19,26,-1,76,73,26,37,-1,80,76,37,47,-1,84,80,47,58,-1,89,84,58,68,-1,93,89,68,77,-1,96,93,77,85,-1,99,96,85,91,-1,100,99,91,95,-1,100,100,95,97,-1,99,100,97,97,-1,96,99,97,95,-1,91,96,95,92,-1,85,91,92,86,-1,78,85,86,78,-1,69,78,78,69,-1,58,69,69,57,-1,45,58,57,43,-1,28,45,43,24,-1,3,28,24,0,-1,17,3,0,25,-1,34,17,25,40,-1,45,34,40,50,-1,54,45,50,58,-1,60,54,58,63,-1,65,60,63,66,-1,68,65,66,69,-1,70,68,69,69,-1,71,70,69,69,-1,72,71,69,69,-1,72,72,69,68,-1,73,72,68,67,-1,72,73,67,66,-1,72,72,66,66,-1,72,72,66,65,-1,66,65,54,54,-1,66,66,54,56,-1,67,66,56,57,-1,68,67,57,60,-1,69,68,60,62,-1,69,69,62,64,-1,69,69,64,66,-1,69,69,66,66,-1,66,69,66,66,-1,63,66,66,63,-1,58,63,63,59,-1,50,58,59,52,-1,40,50,52,43,-1,25,40,43,29,-1,0,25,29,7,-1,24,0,7,21,-1,43,24,21,41,-1,57,43,41,56,-1,69,57,56,68,-1,78,69,68,78,-1,86,78,78,85,-1,92,86,85,91,-1,95,92,91,94,-1,97,95,94,94,-1,97,97,94,92,-1,95,97,92,86,-1,91,95,86,78,-1,85,91,78,67,-1,77,85,67,52,-1,68,77,52,31,-1,58,68,31,0,-1,47,58,0,30,-1,37,47,30,47,-1,26,37,47,58,-1,19,26,58,64,-1,16,19,64,66,-1,19,16,66,64,-1,26,19,64,58,-1,37,26,58,47,-1,47,37,47,30,-1,58,47,30,0,-1,68,58,0,31,-1,77,68,31,52,-1,85,77,52,67,-1,91,85,67,78,-1,95,91,78,86,-1,97,95,86,92,-1,97,97,92,94,-1,95,97,94,94,-1,92,95,94,91,-1,86,92,91,85,-1,78,86,85,78,-1,69,78,78,68,-1,57,69,68,56,-1,43,57,56,41,-1,24,43,41,21,-1,0,24,21,7,-1,25,0,7,29,-1,40,25,29,43,-1,50,40,43,52,-1,58,50,52,59,-1,63,58,59,63,-1,66,63,63,66,-1,69,66,66,66,-1,69,69,66,66,-1,69,69,66,64,-1,69,69,64,62,-1,68,69,62,60,-1,67,68,60,57,-1,66,67,57,56,-1,66,66,56,54,-1,65,66,54,54,-1,54,54,40,40,-1,56,54,40,42,-1,57,56,42,45,-1,60,57,45,48,-1,62,60,48,52,-1,64,62,52,56,-1,66,64,56,60,-1,66,66,60,62,-1,66,66,62,63,-1,63,66,63,62,-1,59,63,62,59,-1,52,59,59,53,-1,43,52,53,44,-1,29,43,44,31,-1,7,29,31,11,-1,21,7,11,20,-1,41,21,20,40,-1,56,41,40,55,-1,68,56,55,67,-1,78,68,67,77,-1,85,78,77,84,-1,91,85,84,89,-1,94,91,89,90,-1,94,94,90,89,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_4()
		{
			int[] value = {92,94,89,84,-1,86,92,84,75,-1,78,86,75,61,-1,67,78,61,40,-1,52,67,40,6,-1,31,52,6,40,-1,0,31,40,64,-1,30,0,64,82,-1,47,30,82,95,-1,58,47,95,104,-1,64,58,104,109,-1,66,64,109,111,-1,64,66,111,109,-1,58,64,109,104,-1,47,58,104,95,-1,30,47,95,82,-1,0,30,82,64,-1,31,0,64,40,-1,52,31,40,6,-1,67,52,6,40,-1,78,67,40,61,-1,86,78,61,75,-1,92,86,75,84,-1,94,92,84,89,-1,94,94,89,90,-1,91,94,90,89,-1,85,91,89,84,-1,78,85,84,77,-1,68,78,77,67,-1,56,68,67,55,-1,41,56,55,40,-1,21,41,40,20,-1,7,21,20,11,-1,29,7,11,31,-1,43,29,31,44,-1,52,43,44,53,-1,59,52,53,59,-1,63,59,59,62,-1,66,63,62,63,-1,66,66,63,62,-1,66,66,62,60,-1,64,66,60,56,-1,62,64,56,52,-1,60,62,52,48,-1,57,60,48,45,-1,56,57,45,42,-1,54,56,42,40,-1,54,54,40,40,-1,40,40,32,32,-1,42,40,32,33,-1,45,42,33,34,-1,48,45,34,38,-1,52,48,38,42,-1,56,52,42,47,-1,60,56,47,52,-1,62,60,52,56,-1,63,62,56,59,-1,62,63,59,59,-1,59,62,59,57,-1,53,59,57,52,-1,44,53,52,44,-1,31,44,44,31,-1,11,31,31,14,-1,20,11,14,20,-1,40,20,20,39,-1,55,40,39,53,-1,67,55,53,65,-1,77,67,65,75,-1,84,77,75,81,-1,89,84,81,85,-1,90,89,85,86,-1,89,90,86,83,-1,84,89,83,75,-1,75,84,75,61,-1,61,75,61,37,-1,40,61,37,16,-1,6,40,16,54,-1,40,6,54,81,-1,64,40,81,101,-1,82,64,101,117,-1,95,82,117,130,-1,104,95,130,139,-1,109,104,139,144,-1,111,109,144,146,-1,109,111,146,144,-1,104,109,144,139,-1,95,104,139,130,-1,82,95,130,117,-1,64,82,117,101,-1,40,64,101,81,-1,6,40,81,54,-1,40,6,54,16,-1,61,40,16,37,-1,75,61,37,61,-1,84,75,61,75,-1,89,84,75,83,-1,90,89,83,86,-1,89,90,86,85,-1,84,89,85,81,-1,77,84,81,75,-1,67,77,75,65,-1,55,67,65,53,-1,40,55,53,39,-1,20,40,39,20,-1,11,20,20,14,-1,31,11,14,31,-1,44,31,31,44,-1,53,44,44,52,-1,59,53,52,57,-1,62,59,57,59,-1,63,62,59,59,-1,62,63,59,56,-1,60,62,56,52,-1,56,60,52,47,-1,52,56,47,42,-1,48,52,42,38,-1,45,48,38,34,-1,42,45,34,33,-1,40,42,33,32,-1,40,40,32,32,-1,32,32,42,41,-1,33,32,41,39,-1,34,33,39,37,-1,38,34,37,35,-1,42,38,35,36,-1,47,42,36,40,-1,52,47,40,45,-1,56,52,45,50,-1,59,56,50,54,-1,59,59,54,56,-1,57,59,56,54,-1,52,57,54,50,-1,44,52,50,42,-1,31,44,42,30,-1,14,31,30,15,-1,20,14,15,21,-1,39,20,21,38,-1,53,39,38,52,-1,65,53,52,63,-1,75,65,63,72,-1,81,75,72,78,-1,85,81,78,81,-1,86,85,81,81,-1,83,86,81,76,-1,75,83,76,64,-1,61,75,64,43,-1,37,61,43,15,-1,16,37,15,55,-1,54,16,55,85,-1,81,54,85,110,-1,101,81,110,130,-1,117,101,130,146,-1,130,117,146,159,-1,139,130,159,168,-1,144,139,168,173,-1,146,144,173,175,-1,144,146,175,173,-1,139,144,173,168,-1,130,139,168,159,-1,117,130,159,146,-1,101,117,146,130,-1,81,101,130,110,-1,54,81,110,85,-1,16,54,85,55,-1,37,16,55,15,-1,61,37,15,43,-1,75,61,43,64,-1,83,75,64,76,-1,86,83,76,81,-1,85,86,81,81,-1,81,85,81,78,-1,75,81,78,72,-1,65,75,72,63,-1,53,65,63,52,-1,39,53,52,38,-1,20,39,38,21,-1,14,20,21,15,-1,31,14,15,30,-1,44,31,30,42,-1,52,44,42,50,-1,57,52,50,54,-1,59,57,54,56,-1,59,59,56,54,-1,56,59,54,50,-1,52,56,50,45,-1,47,52,45,40,-1,42,47,40,36,-1,38,42,36,35,-1,34,38,35,37,-1,33,34,37,39,-1,32,33,39,41,-1,32,32,41,42,-1,41,42,54,53,-1,39,41,53,51,-1,37,39,51,47,-1,35,37,47,42,-1,36,35,42,38,-1,40,36,38,37,-1,45,40,37,41,-1,50,45,41,46,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_5()
		{
			int[] value = {54,50,46,50,-1,56,54,50,52,-1,54,56,52,52,-1,50,54,52,48,-1,42,50,48,40,-1,30,42,40,28,-1,15,30,28,15,-1,21,15,15,22,-1,38,21,22,37,-1,52,38,37,50,-1,63,52,50,60,-1,72,63,60,68,-1,78,72,68,74,-1,81,78,74,77,-1,81,81,77,76,-1,76,81,76,68,-1,64,76,68,53,-1,43,64,53,24,-1,15,43,24,43,-1,55,15,43,79,-1,85,55,79,108,-1,110,85,108,132,-1,130,110,132,153,-1,146,130,153,169,-1,159,146,169,182,-1,168,159,182,192,-1,173,168,192,197,-1,175,173,197,199,-1,173,175,199,197,-1,168,173,197,192,-1,159,168,192,182,-1,146,159,182,169,-1,130,146,169,153,-1,110,130,153,132,-1,85,110,132,108,-1,55,85,108,79,-1,15,55,79,43,-1,43,15,43,24,-1,64,43,24,53,-1,76,64,53,68,-1,81,76,68,76,-1,81,81,76,77,-1,78,81,77,74,-1,72,78,74,68,-1,63,72,68,60,-1,52,63,60,50,-1,38,52,50,37,-1,21,38,37,22,-1,15,21,22,15,-1,30,15,15,28,-1,42,30,28,40,-1,50,42,40,48,-1,54,50,48,52,-1,56,54,52,52,-1,54,56,52,50,-1,50,54,50,46,-1,45,50,46,41,-1,40,45,41,37,-1,36,40,37,38,-1,35,36,38,42,-1,37,35,42,47,-1,39,37,47,51,-1,41,39,51,53,-1,42,41,53,54,-1,53,54,64,63,-1,51,53,63,60,-1,47,51,60,56,-1,42,47,56,51,-1,38,42,51,45,-1,37,38,45,40,-1,41,37,40,39,-1,46,41,39,43,-1,50,46,43,47,-1,52,50,47,50,-1,52,52,50,50,-1,48,52,50,46,-1,40,48,46,38,-1,28,40,38,27,-1,15,28,27,16,-1,22,15,16,24,-1,37,22,24,37,-1,50,37,37,47,-1,60,50,47,56,-1,68,60,56,64,-1,74,68,64,69,-1,77,74,69,72,-1,76,77,72,70,-1,68,76,70,61,-1,53,68,61,42,-1,24,53,42,24,-1,43,24,24,63,-1,79,43,63,97,-1,108,79,97,126,-1,132,108,126,150,-1,153,132,150,171,-1,169,153,171,188,-1,182,169,188,202,-1,192,182,202,211,-1,197,192,211,217,-1,199,197,217,219,-1,197,199,219,217,-1,192,197,217,211,-1,182,192,211,202,-1,169,182,202,188,-1,153,169,188,171,-1,132,153,171,150,-1,108,132,150,126,-1,79,108,126,97,-1,43,79,97,63,-1,24,43,63,24,-1,53,24,24,42,-1,68,53,42,61,-1,76,68,61,70,-1,77,76,70,72,-1,74,77,72,69,-1,68,74,69,64,-1,60,68,64,56,-1,50,60,56,47,-1,37,50,47,37,-1,22,37,37,24,-1,15,22,24,16,-1,28,15,16,27,-1,40,28,27,38,-1,48,40,38,46,-1,52,48,46,50,-1,52,52,50,50,-1,50,52,50,47,-1,46,50,47,43,-1,41,46,43,39,-1,37,41,39,40,-1,38,37,40,45,-1,42,38,45,51,-1,47,42,51,56,-1,51,47,56,60,-1,53,51,60,63,-1,54,53,63,64,-1,63,64,70,70,-1,60,63,70,67,-1,56,60,67,63,-1,51,56,63,58,-1,45,51,58,51,-1,40,45,51,44,-1,39,40,44,40,-1,43,39,40,41,-1,47,43,41,45,-1,50,47,45,48,-1,50,50,48,48,-1,46,50,48,45,-1,38,46,45,37,-1,27,38,37,26,-1,16,27,26,19,-1,24,16,19,26,-1,37,24,26,36,-1,47,37,36,45,-1,56,47,45,52,-1,64,56,52,59,-1,69,64,59,65,-1,72,69,65,68,-1,70,72,68,65,-1,61,70,65,55,-1,42,61,55,33,-1,24,42,33,38,-1,63,24,38,77,-1,97,63,77,110,-1,126,97,110,139,-1,150,126,139,164,-1,171,150,164,186,-1,188,171,186,203,-1,202,188,203,217,-1,211,202,217,227,-1,217,211,227,233,-1,219,217,233,235,-1,217,219,235,233,-1,211,217,233,227,-1,202,211,227,217,-1,188,202,217,203,-1,171,188,203,186,-1,150,171,186,164,-1,126,150,164,139,-1,97,126,139,110,-1,63,97,110,77,-1,24,63,77,38,-1,42,24,38,33,-1,61,42,33,55,-1,70,61,55,65,-1,72,70,65,68,-1,69,72,68,65,-1,64,69,65,59,-1,56,64,59,52,-1,47,56,52,45,-1,37,47,45,36,-1,24,37,36,26,-1,16,24,26,19,-1,27,16,19,26,-1,38,27,26,37,-1,46,38,37,45,-1,50,46,45,48,-1,50,50,48,48,-1,47,50,48,45,-1,43,47,45,41,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_6()
		{
			int[] value = {39,43,41,40,-1,40,39,40,44,-1,45,40,44,51,-1,51,45,51,58,-1,56,51,58,63,-1,60,56,63,67,-1,63,60,67,70,-1,64,63,70,70,-1,70,70,75,74,-1,67,70,74,72,-1,63,67,72,68,-1,58,63,68,62,-1,51,58,62,55,-1,44,51,55,48,-1,40,44,48,42,-1,41,40,42,41,-1,45,41,41,44,-1,48,45,44,47,-1,48,48,47,48,-1,45,48,48,45,-1,37,45,45,38,-1,26,37,38,28,-1,19,26,28,22,-1,26,19,22,28,-1,36,26,28,36,-1,45,36,36,42,-1,52,45,42,47,-1,59,52,47,54,-1,65,59,54,60,-1,68,65,60,64,-1,65,68,64,62,-1,55,65,62,51,-1,33,55,51,28,-1,38,33,28,49,-1,77,38,49,87,-1,110,77,87,120,-1,139,110,120,149,-1,164,139,149,175,-1,186,164,175,197,-1,203,186,197,215,-1,217,203,215,229,-1,227,217,229,239,-1,233,227,239,245,-1,235,233,245,247,-1,233,235,247,245,-1,227,233,245,239,-1,217,227,239,229,-1,203,217,229,215,-1,186,203,215,197,-1,164,186,197,175,-1,139,164,175,149,-1,110,139,149,120,-1,77,110,120,87,-1,38,77,87,49,-1,33,38,49,28,-1,55,33,28,51,-1,65,55,51,62,-1,68,65,62,64,-1,65,68,64,60,-1,59,65,60,54,-1,52,59,54,47,-1,45,52,47,42,-1,36,45,42,36,-1,26,36,36,28,-1,19,26,28,22,-1,26,19,22,28,-1,37,26,28,38,-1,45,37,38,45,-1,48,45,45,48,-1,48,48,48,47,-1,45,48,47,44,-1,41,45,44,41,-1,40,41,41,42,-1,44,40,42,48,-1,51,44,48,55,-1,58,51,55,62,-1,63,58,62,68,-1,67,63,68,72,-1,70,67,72,74,-1,70,70,74,75,-1,74,75,78,77,-1,72,74,77,75,-1,68,72,75,71,-1,62,68,71,66,-1,55,62,66,59,-1,48,55,59,51,-1,42,48,51,44,-1,41,42,44,42,-1,44,41,42,44,-1,47,44,44,47,-1,48,47,47,48,-1,45,48,48,46,-1,38,45,46,39,-1,28,38,39,31,-1,22,28,31,26,-1,28,22,26,30,-1,36,28,30,35,-1,42,36,35,39,-1,47,42,39,42,-1,54,47,42,49,-1,60,54,49,56,-1,64,60,56,61,-1,62,64,61,59,-1,51,62,59,48,-1,28,51,48,28,-1,49,28,28,56,-1,87,49,56,93,-1,120,87,93,127,-1,149,120,127,156,-1,175,149,156,182,-1,197,175,182,204,-1,215,197,204,223,-1,229,215,223,237,-1,239,229,237,247,-1,245,239,247,253,-1,247,245,253,255,-1,245,247,255,253,-1,239,245,253,247,-1,229,239,247,237,-1,215,229,237,223,-1,197,215,223,204,-1,175,197,204,182,-1,149,175,182,156,-1,120,149,156,127,-1,87,120,127,93,-1,49,87,93,56,-1,28,49,56,28,-1,51,28,28,48,-1,62,51,48,59,-1,64,62,59,61,-1,60,64,61,56,-1,54,60,56,49,-1,47,54,49,42,-1,42,47,42,39,-1,36,42,39,35,-1,28,36,35,30,-1,22,28,30,26,-1,28,22,26,31,-1,38,28,31,39,-1,45,38,39,46,-1,48,45,46,48,-1,47,48,48,47,-1,44,47,47,44,-1,41,44,44,42,-1,42,41,42,44,-1,48,42,44,51,-1,55,48,51,59,-1,62,55,59,66,-1,68,62,66,71,-1,72,68,71,75,-1,74,72,75,77,-1,75,74,77,78,-1,77,78,80,79,-1,75,77,79,77,-1,71,75,77,73,-1,66,71,73,67,-1,59,66,67,60,-1,51,59,60,52,-1,44,51,52,45,-1,42,44,45,42,-1,44,42,42,44,-1,47,44,44,48,-1,48,47,48,49,-1,46,48,49,48,-1,39,46,48,42,-1,31,39,42,34,-1,26,31,34,30,-1,30,26,30,31,-1,35,30,31,34,-1,39,35,34,35,-1,42,39,35,38,-1,49,42,38,45,-1,56,49,45,54,-1,61,56,54,59,-1,59,61,59,58,-1,48,59,58,47,-1,28,48,47,29,-1,56,28,29,59,-1,93,56,59,96,-1,127,93,96,130,-1,156,127,130,160,-1,182,156,160,186,-1,204,182,186,209,-1,223,204,209,227,-1,237,223,227,241,-1,247,237,241,252,-1,253,247,252,258,-1,255,253,258,260,-1,253,255,260,258,-1,247,253,258,252,-1,237,247,252,241,-1,223,237,241,227,-1,204,223,227,209,-1,182,204,209,186,-1,156,182,186,160,-1,127,156,160,130,-1,93,127,130,96,-1,56,93,96,59,-1,28,56,59,29,-1,48,28,29,47,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_7()
		{
			int[] value = {59,48,47,58,-1,61,59,58,59,-1,56,61,59,54,-1,49,56,54,45,-1,42,49,45,38,-1,39,42,38,35,-1,35,39,35,34,-1,30,35,34,31,-1,26,30,31,30,-1,31,26,30,34,-1,39,31,34,42,-1,46,39,42,48,-1,48,46,48,49,-1,47,48,49,48,-1,44,47,48,44,-1,42,44,44,42,-1,44,42,42,45,-1,51,44,45,52,-1,59,51,52,60,-1,66,59,60,67,-1,71,66,67,73,-1,75,71,73,77,-1,77,75,77,79,-1,78,77,79,80,-1,79,80,80,80,-1,77,79,80,77,-1,73,77,77,73,-1,67,73,73,68,-1,60,67,68,60,-1,52,60,60,52,-1,45,52,52,44,-1,42,45,44,41,-1,44,42,41,44,-1,48,44,44,49,-1,49,48,49,51,-1,48,49,51,50,-1,42,48,50,45,-1,34,42,45,39,-1,30,34,39,33,-1,31,30,33,32,-1,34,31,32,33,-1,35,34,33,32,-1,38,35,32,34,-1,45,38,34,43,-1,54,45,43,53,-1,59,54,53,60,-1,58,59,60,59,-1,47,58,59,48,-1,29,47,48,30,-1,59,29,30,59,-1,96,59,59,97,-1,130,96,97,131,-1,160,130,131,161,-1,186,160,161,188,-1,209,186,188,210,-1,227,209,210,229,-1,241,227,229,243,-1,252,241,243,253,-1,258,252,253,259,-1,260,258,259,261,-1,258,260,261,259,-1,252,258,259,253,-1,241,252,253,243,-1,227,241,243,229,-1,209,227,229,210,-1,186,209,210,188,-1,160,186,188,161,-1,130,160,161,131,-1,96,130,131,97,-1,59,96,97,59,-1,29,59,59,30,-1,47,29,30,48,-1,58,47,48,59,-1,59,58,59,60,-1,54,59,60,53,-1,45,54,53,43,-1,38,45,43,34,-1,35,38,34,32,-1,34,35,32,33,-1,31,34,33,32,-1,30,31,32,33,-1,34,30,33,39,-1,42,34,39,45,-1,48,42,45,50,-1,49,48,50,51,-1,48,49,51,49,-1,44,48,49,44,-1,42,44,44,41,-1,45,42,41,44,-1,52,45,44,52,-1,60,52,52,60,-1,67,60,60,68,-1,73,67,68,73,-1,77,73,73,77,-1,79,77,77,80,-1,80,79,80,80,-1,80,80,80,79,-1,77,80,79,77,-1,73,77,77,73,-1,68,73,73,67,-1,60,68,67,59,-1,52,60,59,51,-1,44,52,51,43,-1,41,44,43,41,-1,44,41,41,45,-1,49,44,45,50,-1,51,49,50,53,-1,50,51,53,52,-1,45,50,52,49,-1,39,45,49,43,-1,33,39,43,37,-1,32,33,37,33,-1,33,32,33,31,-1,32,33,31,30,-1,34,32,30,34,-1,43,34,34,44,-1,53,43,44,55,-1,60,53,55,61,-1,59,60,61,61,-1,48,59,61,50,-1,30,48,50,30,-1,59,30,30,57,-1,97,59,57,95,-1,131,97,95,129,-1,161,131,129,159,-1,188,161,159,186,-1,210,188,186,208,-1,229,210,208,227,-1,243,229,227,241,-1,253,243,241,251,-1,259,253,251,257,-1,261,259,257,259,-1,259,261,259,257,-1,253,259,257,251,-1,243,253,251,241,-1,229,243,241,227,-1,210,229,227,208,-1,188,210,208,186,-1,161,188,186,159,-1,131,161,159,129,-1,97,131,129,95,-1,59,97,95,57,-1,30,59,57,30,-1,48,30,30,50,-1,59,48,50,61,-1,60,59,61,61,-1,53,60,61,55,-1,43,53,55,44,-1,34,43,44,34,-1,32,34,34,30,-1,33,32,30,31,-1,32,33,31,33,-1,33,32,33,37,-1,39,33,37,43,-1,45,39,43,49,-1,50,45,49,52,-1,51,50,52,53,-1,49,51,53,50,-1,44,49,50,45,-1,41,44,45,41,-1,44,41,41,43,-1,52,44,43,51,-1,60,52,51,59,-1,68,60,59,67,-1,73,68,67,73,-1,77,73,73,77,-1,80,77,77,79,-1,80,80,79,80,-1,79,80,78,77,-1,77,79,77,75,-1,73,77,75,71,-1,67,73,71,65,-1,59,67,65,57,-1,51,59,57,48,-1,43,51,48,41,-1,41,43,41,40,-1,45,41,40,46,-1,50,45,46,52,-1,53,50,52,55,-1,52,53,55,55,-1,49,52,55,52,-1,43,49,52,46,-1,37,43,46,40,-1,33,37,40,34,-1,31,33,34,29,-1,30,31,29,29,-1,34,30,29,36,-1,44,34,36,47,-1,55,44,47,58,-1,61,55,58,64,-1,61,61,64,64,-1,50,61,64,54,-1,30,50,54,32,-1,57,30,32,52,-1,95,57,52,90,-1,129,95,90,125,-1,159,129,125,155,-1,186,159,155,181,-1,208,186,181,203,-1,227,208,203,222,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_8()
		{
			int[] value = {241,227,222,236,-1,251,241,236,246,-1,257,251,246,252,-1,259,257,252,254,-1,257,259,254,252,-1,251,257,252,246,-1,241,251,246,236,-1,227,241,236,222,-1,208,227,222,203,-1,186,208,203,181,-1,159,186,181,155,-1,129,159,155,125,-1,95,129,125,90,-1,57,95,90,52,-1,30,57,52,32,-1,50,30,32,54,-1,61,50,54,64,-1,61,61,64,64,-1,55,61,64,58,-1,44,55,58,47,-1,34,44,47,36,-1,30,34,36,29,-1,31,30,29,29,-1,33,31,29,34,-1,37,33,34,40,-1,43,37,40,46,-1,49,43,46,52,-1,52,49,52,55,-1,53,52,55,55,-1,50,53,55,52,-1,45,50,52,46,-1,41,45,46,40,-1,43,41,40,41,-1,51,43,41,48,-1,59,51,48,57,-1,67,59,57,65,-1,73,67,65,71,-1,77,73,71,75,-1,79,77,75,77,-1,80,79,77,78,-1,77,78,75,74,-1,75,77,74,71,-1,71,75,71,67,-1,65,71,67,61,-1,57,65,61,53,-1,48,57,53,44,-1,41,48,44,38,-1,40,41,38,40,-1,46,40,40,47,-1,52,46,47,54,-1,55,52,54,58,-1,55,55,58,58,-1,52,55,58,55,-1,46,52,55,50,-1,40,46,50,42,-1,34,40,42,34,-1,29,34,34,28,-1,29,29,28,29,-1,36,29,29,39,-1,47,36,39,52,-1,58,47,52,62,-1,64,58,62,68,-1,64,64,68,67,-1,54,64,67,58,-1,32,54,58,36,-1,52,32,36,44,-1,90,52,44,83,-1,125,90,83,117,-1,155,125,117,147,-1,181,155,147,173,-1,203,181,173,195,-1,222,203,195,214,-1,236,222,214,228,-1,246,236,228,238,-1,252,246,238,244,-1,254,252,244,246,-1,252,254,246,244,-1,246,252,244,238,-1,236,246,238,228,-1,222,236,228,214,-1,203,222,214,195,-1,181,203,195,173,-1,155,181,173,147,-1,125,155,147,117,-1,90,125,117,83,-1,52,90,83,44,-1,32,52,44,36,-1,54,32,36,58,-1,64,54,58,67,-1,64,64,67,68,-1,58,64,68,62,-1,47,58,62,52,-1,36,47,52,39,-1,29,36,39,29,-1,29,29,29,28,-1,34,29,28,34,-1,40,34,34,42,-1,46,40,42,50,-1,52,46,50,55,-1,55,52,55,58,-1,55,55,58,58,-1,52,55,58,54,-1,46,52,54,47,-1,40,46,47,40,-1,41,40,40,38,-1,48,41,38,44,-1,57,48,44,53,-1,65,57,53,61,-1,71,65,61,67,-1,75,71,67,71,-1,77,75,71,74,-1,78,77,74,75,-1,74,75,70,69,-1,71,74,69,66,-1,67,71,66,61,-1,61,67,61,55,-1,53,61,55,46,-1,44,53,46,38,-1,38,44,38,36,-1,40,38,36,42,-1,47,40,42,50,-1,54,47,50,57,-1,58,54,57,61,-1,58,58,61,61,-1,55,58,61,58,-1,50,55,58,52,-1,42,50,52,44,-1,34,42,44,34,-1,28,34,34,26,-1,29,28,26,30,-1,39,29,30,43,-1,52,39,43,56,-1,62,52,56,66,-1,68,62,66,72,-1,67,68,72,71,-1,58,67,71,63,-1,36,58,63,43,-1,44,36,43,33,-1,83,44,33,72,-1,117,83,72,107,-1,147,117,107,136,-1,173,147,136,162,-1,195,173,162,184,-1,214,195,184,202,-1,228,214,202,216,-1,238,228,216,226,-1,244,238,226,232,-1,246,244,232,233,-1,244,246,233,232,-1,238,244,232,226,-1,228,238,226,216,-1,214,228,216,202,-1,195,214,202,184,-1,173,195,184,162,-1,147,173,162,136,-1,117,147,136,107,-1,83,117,107,72,-1,44,83,72,33,-1,36,44,33,43,-1,58,36,43,63,-1,67,58,63,71,-1,68,67,71,72,-1,62,68,72,66,-1,52,62,66,56,-1,39,52,56,43,-1,29,39,43,30,-1,28,29,30,26,-1,34,28,26,34,-1,42,34,34,44,-1,50,42,44,52,-1,55,50,52,58,-1,58,55,58,61,-1,58,58,61,61,-1,54,58,61,57,-1,47,54,57,50,-1,40,47,50,42,-1,38,40,42,36,-1,44,38,36,38,-1,53,44,38,46,-1,61,53,46,55,-1,67,61,55,61,-1,71,67,61,66,-1,74,71,66,69,-1,75,74,69,70,-1,69,70,62,61,-1,66,69,61,58,-1,61,66,58,53,-1,55,61,53,46,-1,46,55,46,38,-1,38,46,38,33,-1,36,38,33,37,-1,42,36,37,46,-1,50,42,46,54,-1,57,50,54,60,-1,61,57,60,64,-1,61,61,64,64,-1,58,61,64,61,-1,52,58,61,54,-1,44,52,54,45,-1,34,44,45,33,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_9()
		{
			int[] value = {26,34,33,24,-1,30,26,24,33,-1,43,30,33,48,-1,56,43,48,61,-1,66,56,61,70,-1,72,66,70,76,-1,71,72,76,76,-1,63,71,76,69,-1,43,63,69,52,-1,33,43,52,27,-1,72,33,27,57,-1,107,72,57,92,-1,136,107,92,122,-1,162,136,122,148,-1,184,162,148,169,-1,202,184,169,186,-1,216,202,186,200,-1,226,216,200,210,-1,232,226,210,216,-1,233,232,216,217,-1,232,233,217,216,-1,226,232,216,210,-1,216,226,210,200,-1,202,216,200,186,-1,184,202,186,169,-1,162,184,169,148,-1,136,162,148,122,-1,107,136,122,92,-1,72,107,92,57,-1,33,72,57,27,-1,43,33,27,52,-1,63,43,52,69,-1,71,63,69,76,-1,72,71,76,76,-1,66,72,76,70,-1,56,66,70,61,-1,43,56,61,48,-1,30,43,48,33,-1,26,30,33,24,-1,34,26,24,33,-1,44,34,33,45,-1,52,44,45,54,-1,58,52,54,61,-1,61,58,61,64,-1,61,61,64,64,-1,57,61,64,60,-1,50,57,60,54,-1,42,50,54,46,-1,36,42,46,37,-1,38,36,37,33,-1,46,38,33,38,-1,55,46,38,46,-1,61,55,46,53,-1,66,61,53,58,-1,69,66,58,61,-1,70,69,61,62,-1,61,62,50,49,-1,58,61,49,46,-1,53,58,46,41,-1,46,53,41,34,-1,38,46,34,30,-1,33,38,30,33,-1,37,33,33,42,-1,46,37,42,51,-1,54,46,51,59,-1,60,54,59,64,-1,64,60,64,67,-1,64,64,67,66,-1,61,64,66,62,-1,54,61,62,56,-1,45,54,56,45,-1,33,45,45,32,-1,24,33,32,23,-1,33,24,23,36,-1,48,33,36,52,-1,61,48,52,65,-1,70,61,65,74,-1,76,70,74,80,-1,76,76,80,80,-1,69,76,80,75,-1,52,69,75,61,-1,27,52,61,37,-1,57,27,37,37,-1,92,57,37,74,-1,122,92,74,104,-1,148,122,104,129,-1,169,148,129,150,-1,186,169,150,167,-1,200,186,167,180,-1,210,200,180,190,-1,216,210,190,196,-1,217,216,196,197,-1,216,217,197,196,-1,210,216,196,190,-1,200,210,190,180,-1,186,200,180,167,-1,169,186,167,150,-1,148,169,150,129,-1,122,148,129,104,-1,92,122,104,74,-1,57,92,74,37,-1,27,57,37,37,-1,52,27,37,61,-1,69,52,61,75,-1,76,69,75,80,-1,76,76,80,80,-1,70,76,80,74,-1,61,70,74,65,-1,48,61,65,52,-1,33,48,52,36,-1,24,33,36,23,-1,33,24,23,32,-1,45,33,32,45,-1,54,45,45,56,-1,61,54,56,62,-1,64,61,62,66,-1,64,64,66,67,-1,60,64,67,64,-1,54,60,64,59,-1,46,54,59,51,-1,37,46,51,42,-1,33,37,42,33,-1,38,33,33,30,-1,46,38,30,34,-1,53,46,34,41,-1,58,53,41,46,-1,61,58,46,49,-1,62,61,49,50,-1,49,50,35,33,-1,46,49,33,31,-1,41,46,31,27,-1,34,41,27,26,-1,30,34,26,32,-1,33,30,32,41,-1,42,33,41,50,-1,51,42,50,58,-1,59,51,58,64,-1,64,59,64,68,-1,67,64,68,69,-1,66,67,69,68,-1,62,66,68,64,-1,56,62,64,56,-1,45,56,56,45,-1,32,45,45,29,-1,23,32,29,22,-1,36,23,22,38,-1,52,36,38,55,-1,65,52,55,68,-1,74,65,68,77,-1,80,74,77,83,-1,80,80,83,84,-1,75,80,84,81,-1,61,75,81,71,-1,37,61,71,52,-1,37,37,52,25,-1,74,37,25,49,-1,104,74,49,81,-1,129,104,81,106,-1,150,129,106,127,-1,167,150,127,143,-1,180,167,143,156,-1,190,180,156,166,-1,196,190,166,171,-1,197,196,171,173,-1,196,197,173,171,-1,190,196,171,166,-1,180,190,166,156,-1,167,180,156,143,-1,150,167,143,127,-1,129,150,127,106,-1,104,129,106,81,-1,74,104,81,49,-1,37,74,49,25,-1,37,37,25,52,-1,61,37,52,71,-1,75,61,71,81,-1,80,75,81,84,-1,80,80,84,83,-1,74,80,83,77,-1,65,74,77,68,-1,52,65,68,55,-1,36,52,55,38,-1,23,36,38,22,-1,32,23,22,29,-1,45,32,29,45,-1,56,45,45,56,-1,62,56,56,64,-1,66,62,64,68,-1,67,66,68,69,-1,64,67,69,68,-1,59,64,68,64,-1,51,59,64,58,-1,42,51,58,50,-1,33,42,50,41,-1,30,33,41,32,-1,34,30,32,26,-1,41,34,26,27,-1,46,41,27,31,-1,49,46,31,33,-1,50,49,33,35,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_10()
		{
			int[] value = {33,35,22,23,-1,31,33,23,25,-1,27,31,25,29,-1,26,27,29,36,-1,32,26,36,44,-1,41,32,44,52,-1,50,41,52,59,-1,58,50,59,65,-1,64,58,65,69,-1,68,64,69,71,-1,69,68,71,72,-1,68,69,72,69,-1,64,68,69,64,-1,56,64,64,55,-1,45,56,55,43,-1,29,45,43,27,-1,22,29,27,23,-1,38,22,23,41,-1,55,38,41,57,-1,68,55,57,70,-1,77,68,70,80,-1,83,77,80,86,-1,84,83,86,88,-1,81,84,88,86,-1,71,81,86,79,-1,52,71,79,67,-1,25,52,67,46,-1,49,25,46,23,-1,81,49,23,50,-1,106,81,50,77,-1,127,106,77,98,-1,143,127,98,115,-1,156,143,115,128,-1,166,156,128,137,-1,171,166,137,142,-1,173,171,142,144,-1,171,173,144,142,-1,166,171,142,137,-1,156,166,137,128,-1,143,156,128,115,-1,127,143,115,98,-1,106,127,98,77,-1,81,106,77,50,-1,49,81,50,23,-1,25,49,23,46,-1,52,25,46,67,-1,71,52,67,79,-1,81,71,79,86,-1,84,81,86,88,-1,83,84,88,86,-1,77,83,86,80,-1,68,77,80,70,-1,55,68,70,57,-1,38,55,57,41,-1,22,38,41,23,-1,29,22,23,27,-1,45,29,27,43,-1,56,45,43,55,-1,64,56,55,64,-1,68,64,64,69,-1,69,68,69,72,-1,68,69,72,71,-1,64,68,71,69,-1,58,64,69,65,-1,50,58,65,59,-1,41,50,59,52,-1,32,41,52,44,-1,26,32,44,36,-1,27,26,36,29,-1,31,27,29,25,-1,33,31,25,23,-1,35,33,23,22,-1,23,22,39,40,-1,25,23,40,42,-1,29,25,42,46,-1,36,29,46,51,-1,44,36,51,57,-1,52,44,57,62,-1,59,52,62,67,-1,65,59,67,71,-1,69,65,71,73,-1,71,69,73,74,-1,72,71,74,73,-1,69,72,73,69,-1,64,69,69,63,-1,55,64,63,54,-1,43,55,54,40,-1,27,43,40,23,-1,23,27,23,24,-1,41,23,24,43,-1,57,41,43,59,-1,70,57,59,72,-1,80,70,72,81,-1,86,80,81,88,-1,88,86,88,91,-1,86,88,91,91,-1,79,86,91,87,-1,67,79,87,79,-1,46,67,79,66,-1,23,46,66,47,-1,50,23,47,23,-1,77,50,23,38,-1,98,77,38,61,-1,115,98,61,79,-1,128,115,79,92,-1,137,128,92,101,-1,142,137,101,107,-1,144,142,107,109,-1,142,144,109,107,-1,137,142,107,101,-1,128,137,101,92,-1,115,128,92,79,-1,98,115,79,61,-1,77,98,61,38,-1,50,77,38,23,-1,23,50,23,47,-1,46,23,47,66,-1,67,46,66,79,-1,79,67,79,87,-1,86,79,87,91,-1,88,86,91,91,-1,86,88,91,88,-1,80,86,88,81,-1,70,80,81,72,-1,57,70,72,59,-1,41,57,59,43,-1,23,41,43,24,-1,27,23,24,23,-1,43,27,23,40,-1,55,43,40,54,-1,64,55,54,63,-1,69,64,63,69,-1,72,69,69,73,-1,71,72,73,74,-1,69,71,74,73,-1,65,69,73,71,-1,59,65,71,67,-1,52,59,67,62,-1,44,52,62,57,-1,36,44,57,51,-1,29,36,51,46,-1,25,29,46,42,-1,23,25,42,40,-1,22,23,40,39,-1,40,39,57,57,-1,42,40,57,59,-1,46,42,59,61,-1,51,46,61,64,-1,57,51,64,68,-1,62,57,68,71,-1,67,62,71,73,-1,71,67,73,75,-1,73,71,75,76,-1,74,73,76,75,-1,73,74,75,73,-1,69,73,73,68,-1,63,69,68,61,-1,54,63,61,51,-1,40,54,51,37,-1,23,40,37,20,-1,24,23,20,26,-1,43,24,26,45,-1,59,43,45,60,-1,72,59,60,73,-1,81,72,73,82,-1,88,81,82,89,-1,91,88,89,93,-1,91,91,93,94,-1,87,91,94,93,-1,79,87,93,88,-1,66,79,88,81,-1,47,66,81,70,-1,23,47,70,56,-1,38,23,56,39,-1,61,38,39,21,-1,79,61,21,30,-1,92,79,30,46,-1,101,92,46,56,-1,107,101,56,62,-1,109,107,62,64,-1,107,109,64,62,-1,101,107,62,56,-1,92,101,56,46,-1,79,92,46,30,-1,61,79,30,21,-1,38,61,21,39,-1,23,38,39,56,-1,47,23,56,70,-1,66,47,70,81,-1,79,66,81,88,-1,87,79,88,93,-1,91,87,93,94,-1,91,91,94,93,-1,88,91,93,89,-1,81,88,89,82,-1,72,81,82,73,-1,59,72,73,60,-1,43,59,60,45,-1,24,43,45,26,-1,23,24,26,20,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_11()
		{
			int[] value = {40,23,20,37,-1,54,40,37,51,-1,63,54,51,61,-1,69,63,61,68,-1,73,69,68,73,-1,74,73,73,75,-1,73,74,75,76,-1,71,73,76,75,-1,67,71,75,73,-1,62,67,73,71,-1,57,62,71,68,-1,51,57,68,64,-1,46,51,64,61,-1,42,46,61,59,-1,40,42,59,57,-1,39,40,57,57,-1,57,57,70,70,-1,59,57,70,71,-1,61,59,71,72,-1,64,61,72,74,-1,68,64,74,75,-1,71,68,75,77,-1,73,71,77,77,-1,75,73,77,78,-1,76,75,78,77,-1,75,76,77,74,-1,73,75,74,71,-1,68,73,71,65,-1,61,68,65,57,-1,51,61,57,46,-1,37,51,46,31,-1,20,37,31,16,-1,26,20,16,29,-1,45,26,29,47,-1,60,45,47,61,-1,73,60,61,73,-1,82,73,73,82,-1,89,82,82,89,-1,93,89,89,94,-1,94,93,94,96,-1,93,94,96,97,-1,88,93,97,95,-1,81,88,95,91,-1,70,81,91,86,-1,56,70,86,79,-1,39,56,79,70,-1,21,39,70,61,-1,30,21,61,51,-1,46,30,51,41,-1,56,46,41,33,-1,62,56,33,27,-1,64,62,27,26,-1,62,64,26,27,-1,56,62,27,33,-1,46,56,33,41,-1,30,46,41,51,-1,21,30,51,61,-1,39,21,61,70,-1,56,39,70,79,-1,70,56,79,86,-1,81,70,86,91,-1,88,81,91,95,-1,93,88,95,97,-1,94,93,97,96,-1,93,94,96,94,-1,89,93,94,89,-1,82,89,89,82,-1,73,82,82,73,-1,60,73,73,61,-1,45,60,61,47,-1,26,45,47,29,-1,20,26,29,16,-1,37,20,16,31,-1,51,37,31,46,-1,61,51,46,57,-1,68,61,57,65,-1,73,68,65,71,-1,75,73,71,74,-1,76,75,74,77,-1,75,76,77,78,-1,73,75,78,77,-1,71,73,77,77,-1,68,71,77,75,-1,64,68,75,74,-1,61,64,74,72,-1,59,61,72,71,-1,57,59,71,70,-1,57,57,70,70,-1,70,70,78,78,-1,71,70,78,78,-1,72,71,78,78,-1,74,72,78,79,-1,75,74,79,79,-1,77,75,79,79,-1,77,77,79,78,-1,78,77,78,77,-1,77,78,77,75,-1,74,77,75,71,-1,71,74,71,66,-1,65,71,66,60,-1,57,65,60,51,-1,46,57,51,39,-1,31,46,39,25,-1,16,31,25,16,-1,29,16,16,32,-1,47,29,32,48,-1,61,47,48,61,-1,73,61,61,72,-1,82,73,72,81,-1,89,82,81,88,-1,94,89,88,93,-1,96,94,93,96,-1,97,96,96,98,-1,95,97,98,99,-1,91,95,99,98,-1,86,91,98,96,-1,79,86,96,93,-1,70,79,93,89,-1,61,70,89,85,-1,51,61,85,80,-1,41,51,80,76,-1,33,41,76,73,-1,27,33,73,71,-1,26,27,71,70,-1,27,26,70,71,-1,33,27,71,73,-1,41,33,73,76,-1,51,41,76,80,-1,61,51,80,85,-1,70,61,85,89,-1,79,70,89,93,-1,86,79,93,96,-1,91,86,96,98,-1,95,91,98,99,-1,97,95,99,98,-1,96,97,98,96,-1,94,96,96,93,-1,89,94,93,88,-1,82,89,88,81,-1,73,82,81,72,-1,61,73,72,61,-1,47,61,61,48,-1,29,47,48,32,-1,16,29,32,16,-1,31,16,16,25,-1,46,31,25,39,-1,57,46,39,51,-1,65,57,51,60,-1,71,65,60,66,-1,74,71,66,71,-1,77,74,71,75,-1,78,77,75,77,-1,77,78,77,78,-1,77,77,78,79,-1,75,77,79,79,-1,74,75,79,79,-1,72,74,79,78,-1,71,72,78,78,-1,70,71,78,78,-1,70,70,78,78,-1,78,78,80,80,-1,78,78,80,80,-1,78,78,80,80,-1,79,78,80,79,-1,79,79,79,78,-1,79,79,78,77,-1,78,79,77,75,-1,77,78,75,73,-1,75,77,73,70,-1,71,75,70,65,-1,66,71,65,59,-1,60,66,59,52,-1,51,60,52,43,-1,39,51,43,31,-1,25,39,31,17,-1,16,25,17,20,-1,32,16,20,35,-1,48,32,35,49,-1,61,48,49,60,-1,72,61,60,70,-1,81,72,70,78,-1,88,81,78,85,-1,93,88,85,91,-1,96,93,91,95,-1,98,96,95,98,-1,99,98,98,100,-1,98,99,100,101,-1,96,98,101,101,-1,93,96,101,100,-1,89,93,100,99,-1,85,89,99,98,-1,80,85,98,96,-1,76,80,96,94,-1,73,76,94,93,-1,71,73,93,93,-1,70,71,93,92,-1,71,70,92,93,-1,73,71,93,93,-1,76,73,93,94,-1,80,76,94,96,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_12()
		{
			int[] value = {85,80,96,98,-1,89,85,98,99,-1,93,89,99,100,-1,96,93,100,101,-1,98,96,101,101,-1,99,98,101,100,-1,98,99,100,98,-1,96,98,98,95,-1,93,96,95,91,-1,88,93,91,85,-1,81,88,85,78,-1,72,81,78,70,-1,61,72,70,60,-1,48,61,60,49,-1,32,48,49,35,-1,16,32,35,20,-1,25,16,20,17,-1,39,25,17,31,-1,51,39,31,43,-1,60,51,43,52,-1,66,60,52,59,-1,71,66,59,65,-1,75,71,65,70,-1,77,75,70,73,-1,78,77,73,75,-1,79,78,75,77,-1,79,79,77,78,-1,79,79,78,79,-1,78,79,79,80,-1,78,78,80,80,-1,78,78,80,80,-1,78,78,80,80,-1,80,80,76,76,-1,80,80,76,76,-1,80,80,76,75,-1,79,80,75,74,-1,78,79,74,72,-1,77,78,72,70,-1,75,77,70,68,-1,73,75,68,64,-1,70,73,64,60,-1,65,70,60,55,-1,59,65,55,49,-1,52,59,49,41,-1,43,52,41,31,-1,31,43,31,19,-1,17,31,19,14,-1,20,17,14,26,-1,35,20,26,39,-1,49,35,39,50,-1,60,49,50,59,-1,70,60,59,68,-1,78,70,68,75,-1,85,78,75,81,-1,91,85,81,86,-1,95,91,86,91,-1,98,95,91,94,-1,100,98,94,97,-1,101,100,97,99,-1,101,101,99,101,-1,100,101,101,102,-1,99,100,102,102,-1,98,99,102,102,-1,96,98,102,102,-1,94,96,102,102,-1,93,94,102,102,-1,93,93,102,102,-1,92,93,102,102,-1,93,92,102,102,-1,93,93,102,102,-1,94,93,102,102,-1,96,94,102,102,-1,98,96,102,102,-1,99,98,102,102,-1,100,99,102,102,-1,101,100,102,101,-1,101,101,101,99,-1,100,101,99,97,-1,98,100,97,94,-1,95,98,94,91,-1,91,95,91,86,-1,85,91,86,81,-1,78,85,81,75,-1,70,78,75,68,-1,60,70,68,59,-1,49,60,59,50,-1,35,49,50,39,-1,20,35,39,26,-1,17,20,26,14,-1,31,17,14,19,-1,43,31,19,31,-1,52,43,31,41,-1,59,52,41,49,-1,65,59,49,55,-1,70,65,55,60,-1,73,70,60,64,-1,75,73,64,68,-1,77,75,68,70,-1,78,77,70,72,-1,79,78,72,74,-1,80,79,74,75,-1,80,80,75,76,-1,80,80,76,76,-1,80,80,76,76,-1,76,76,65,64,-1,76,76,64,64,-1,75,76,64,63,-1,74,75,63,61,-1,72,74,61,59,-1,70,72,59,57,-1,68,70,57,54,-1,64,68,54,50,-1,60,64,50,45,-1,55,60,45,40,-1,49,55,40,33,-1,41,49,33,25,-1,31,41,25,16,-1,19,31,16,14,-1,14,19,14,22,-1,26,14,22,33,-1,39,26,33,42,-1,50,39,42,50,-1,59,50,50,58,-1,68,59,58,65,-1,75,68,65,71,-1,81,75,71,76,-1,86,81,76,81,-1,91,86,81,85,-1,94,91,85,88,-1,97,94,88,91,-1,99,97,91,94,-1,101,99,94,96,-1,102,101,96,97,-1,102,102,97,99,-1,102,102,99,100,-1,102,102,100,100,-1,102,102,100,101,-1,102,102,101,101,-1,102,102,101,101,-1,102,102,101,102,-1,102,102,102,101,-1,102,102,101,101,-1,102,102,101,101,-1,102,102,101,100,-1,102,102,100,100,-1,102,102,100,99,-1,102,102,99,97,-1,101,102,97,96,-1,99,101,96,94,-1,97,99,94,91,-1,94,97,91,88,-1,91,94,88,85,-1,86,91,85,81,-1,81,86,81,76,-1,75,81,76,71,-1,68,75,71,65,-1,59,68,65,58,-1,50,59,58,50,-1,39,50,50,42,-1,26,39,42,33,-1,14,26,33,22,-1,19,14,22,14,-1,31,19,14,16,-1,41,31,16,25,-1,49,41,25,33,-1,55,49,33,40,-1,60,55,40,45,-1,64,60,45,50,-1,68,64,50,54,-1,70,68,54,57,-1,72,70,57,59,-1,74,72,59,61,-1,75,74,61,63,-1,76,75,63,64,-1,76,76,64,64,-1,76,76,64,65,-1,64,65,43,42,-1,64,64,42,42,-1,63,64,42,41,-1,61,63,41,39,-1,59,61,39,37,-1,57,59,37,34,-1,54,57,34,31,-1,50,54,31,27,-1,45,50,27,22,-1,40,45,22,17,-1,33,40,17,13,-1,25,33,13,14,-1,16,25,14,19,-1,14,16,19,26,-1,22,14,26,33,-1,33,22,33,39,-1,42,33,39,45,-1,50,42,45,51,-1,58,50,51,56,-1,65,58,56,61,-1,71,65,61,65,-1,76,71,65,69,-1,81,76,69,73,-1,85,81,73,76,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_13()
		{
			int[] value = {88,85,76,79,-1,91,88,79,82,-1,94,91,82,84,-1,96,94,84,86,-1,97,96,86,88,-1,99,97,88,89,-1,100,99,89,90,-1,100,100,90,91,-1,101,100,91,92,-1,101,101,92,93,-1,101,101,93,93,-1,102,101,93,93,-1,101,102,93,93,-1,101,101,93,93,-1,101,101,93,92,-1,100,101,92,91,-1,100,100,91,90,-1,99,100,90,89,-1,97,99,89,88,-1,96,97,88,86,-1,94,96,86,84,-1,91,94,84,82,-1,88,91,82,79,-1,85,88,79,76,-1,81,85,76,73,-1,76,81,73,69,-1,71,76,69,65,-1,65,71,65,61,-1,58,65,61,56,-1,50,58,56,51,-1,42,50,51,45,-1,33,42,45,39,-1,22,33,39,33,-1,14,22,33,26,-1,16,14,26,19,-1,25,16,19,14,-1,33,25,14,13,-1,40,33,13,17,-1,45,40,17,22,-1,50,45,22,27,-1,54,50,27,31,-1,57,54,31,34,-1,59,57,34,37,-1,61,59,37,39,-1,63,61,39,41,-1,64,63,41,42,-1,64,64,42,42,-1,65,64,42,43,-1,42,43,13,13,-1,42,42,13,14,-1,41,42,14,14,-1,39,41,14,15,-1,37,39,15,16,-1,34,37,16,18,-1,31,34,18,20,-1,27,31,20,22,-1,22,27,22,25,-1,17,22,25,28,-1,13,17,28,31,-1,14,13,31,34,-1,19,14,34,37,-1,26,19,37,40,-1,33,26,40,42,-1,39,33,42,45,-1,45,39,45,48,-1,51,45,48,51,-1,56,51,51,54,-1,61,56,54,56,-1,65,61,56,59,-1,69,65,59,61,-1,73,69,61,63,-1,76,73,63,65,-1,79,76,65,67,-1,82,79,67,69,-1,84,82,69,70,-1,86,84,70,71,-1,88,86,71,73,-1,89,88,73,74,-1,90,89,74,75,-1,91,90,75,75,-1,92,91,75,76,-1,93,92,76,76,-1,93,93,76,77,-1,93,93,77,77,-1,93,93,77,77,-1,93,93,77,76,-1,92,93,76,76,-1,91,92,76,75,-1,90,91,75,75,-1,89,90,75,74,-1,88,89,74,73,-1,86,88,73,71,-1,84,86,71,70,-1,82,84,70,69,-1,79,82,69,67,-1,76,79,67,65,-1,73,76,65,63,-1,69,73,63,61,-1,65,69,61,59,-1,61,65,59,56,-1,56,61,56,54,-1,51,56,54,51,-1,45,51,51,48,-1,39,45,48,45,-1,33,39,45,42,-1,26,33,42,40,-1,19,26,40,37,-1,14,19,37,34,-1,13,14,34,31,-1,17,13,31,28,-1,22,17,28,25,-1,27,22,25,22,-1,31,27,22,20,-1,34,31,20,18,-1,37,34,18,16,-1,39,37,16,15,-1,41,39,15,14,-1,42,41,14,14,-1,42,42,14,13,-1,43,42,13,13,-1,13,13,51,51,-1,14,13,51,51,-1,14,14,51,51,-1,15,14,51,51,-1,16,15,51,51,-1,18,16,51,51,-1,20,18,51,51,-1,22,20,51,51,-1,25,22,51,51,-1,28,25,51,51,-1,31,28,51,51,-1,34,31,51,51,-1,37,34,51,51,-1,40,37,51,51,-1,42,40,51,51,-1,45,42,51,51,-1,48,45,51,51,-1,51,48,51,51,-1,54,51,51,51,-1,56,54,51,51,-1,59,56,51,51,-1,61,59,51,51,-1,63,61,51,51,-1,65,63,51,51,-1,67,65,51,51,-1,69,67,51,51,-1,70,69,51,51,-1,71,70,51,51,-1,73,71,51,51,-1,74,73,51,51,-1,75,74,51,51,-1,75,75,51,51,-1,76,75,51,51,-1,76,76,51,51,-1,77,76,51,51,-1,77,77,51,51,-1,77,77,51,51,-1,76,77,51,51,-1,76,76,51,51,-1,75,76,51,51,-1,75,75,51,51,-1,74,75,51,51,-1,73,74,51,51,-1,71,73,51,51,-1,70,71,51,51,-1,69,70,51,51,-1,67,69,51,51,-1,65,67,51,51,-1,63,65,51,51,-1,61,63,51,51,-1,59,61,51,51,-1,56,59,51,51,-1,54,56,51,51,-1,51,54,51,51,-1,48,51,51,51,-1,45,48,51,51,-1,42,45,51,51,-1,40,42,51,51,-1,37,40,51,51,-1,34,37,51,51,-1,31,34,51,51,-1,28,31,51,51,-1,25,28,51,51,-1,22,25,51,51,-1,20,22,51,51,-1,18,20,51,51,-1,16,18,51,51,-1,15,16,51,51,-1,14,15,51,51,-1,14,14,51,51,-1,13,14,51,51,-1,13,13,51,51,-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.364829,-0.160016,-0.0,-1.828989,-0.350673,-0.0,-1.988768,-0.818914,-0.0,-3.05623,-1.280153,-0.0,-3.517193,-1.676246,-0.0,-3.594721,-1.954052,-0.0,-3.384518,-2.068307,-0.0,-2.953849,-1.995667,-0.0,-2.378343,-1.756479,-0.0,-1.756479,-1.657858,-0.0,-1.391108,-2.107082,-0.0,-1.475395,-2.688755,-0.0,-1.552353,-3.19359,-0.0,-1.489196,-3.59503,-0.0,-1.308484,-3.892874,-0.0,-1.043092,-4.097814,-0.0,-0.722555,-4.216926,-0.0,-0.368933,-4.255632,-0.0,0.0,-4.214432,-0.0,0.368715,-4.090548,-0.0,0.721274,-3.876786,-0.0,1.038782,-3.559055,-0.0,1.29539,-3.122597,-0.0,1.456091,-2.555378,-0.0,1.475348,-1.851031,-0.0,1.296106,-1.316269,-0.0,1.104481,-1.724559,-0.0,1.724559,-2.072677,-0.0,2.47012,-2.176261,-0.0,3.108023,-2.070691,-0.0,3.586542,-1.793196,-0.0,3.845521,-1.392342,-0.0,3.825429,-0.923958,-0.0,3.448258,-0.454669,-0.0,2.578554,-0.11612,-0.0,1.327257,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.160068,-0.014004,-1.836579,-0.347073,-0.030365,-1.975867,-0.812908,-0.07112,-3.045401,-1.273021,-0.111375,-3.510956,-1.66888,-0.146008,-3.592595,-1.946617,-0.170307,-3.384518,-2.065318,-0.180692,-2.960847,-1.998686,-0.174862,-2.39104,-1.767482,-0.154635,-1.774234,-1.653505,-0.144663,-1.392755,-2.074374,-0.181484,-1.45804,-2.647017,-0.231584,-1.534094,-3.149602,-0.275554,-1.474294,-3.54761,-0.310376,-1.296157,-3.846073,-0.336488,-1.034489,-4.048549,-0.354202,-0.716595,-4.168695,-0.364714,-0.366107,-4.206959,-0.368061,0.0,-4.166229,-0.364498,0.36589,-4.04137,-0.353574,0.715325,-3.82565,-0.334701,1.028995,-3.507957,-0.306906,1.281669,-3.072307,-0.268792,1.438113,-2.505315,-0.219187,1.451969,-1.807267,-0.158115,1.270296,-1.329224,-0.116292,1.119612,-1.746692,-0.152816,1.753365,-2.080731,-0.18204,2.48919,-2.175689,-0.190348,3.119075,-2.065254,-0.180686,3.590788,-1.786372,-0.156287,3.845521,-1.384585,-0.121135,3.818646,-0.918266,-0.080338,3.440108,-0.451067,-0.039463,2.567898,-0.116021,-0.010151,1.331189,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.160217,-0.028251,-1.859538,-0.336273,-0.059294,-1.936521,-0.795574,-0.140281,-3.014926,-1.250306,-0.220463,-3.488182,-1.644931,-0.290046,-3.581984,-1.926644,-0.339719,-3.388525,-2.056257,-0.362574,-2.981942,-2.010031,-0.354423,-2.432416,-1.800801,-0.31753,-1.828581,-1.649174,-0.290794,-1.405169,-1.983838,-0.349804,-1.410527,-2.527,-0.445578,-1.481471,-3.017488,-0.532065,-1.428784,-3.410888,-0.601432,-1.260613,-3.704417,-0.653189,-1.007908,-3.906363,-0.688797,-0.699423,-4.024669,-0.709658,-0.357545,-4.061611,-0.716172,0.0,-4.01991,-0.708819,0.357122,-3.892521,-0.686356,0.696945,-3.676036,-0.648184,1.000186,-3.356838,-0.591901,1.240637,-2.922613,-0.515336,1.383861,-2.359399,-0.416026,1.383214,-1.685972,-0.297282,1.198742};
			return value;
		}
		private double[] getCoordinate_7_33_point_2()
		{
			double[] value = {-1.385072,-0.244226,1.180142,-1.808274,-0.318847,1.836169,-2.101225,-0.370503,2.542773,-2.171276,-0.382854,3.148739,-2.047695,-0.361064,3.601426,-1.762822,-0.310833,3.838702,-1.363102,-0.240352,3.802865,-0.900815,-0.158838,3.413752,-0.440927,-0.077747,2.539195,-0.115854,-0.020428,1.344645,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.160338,-0.042962,-1.897321,-0.318701,-0.085396,-1.8712,-0.767047,-0.20553,-2.963642,-1.213344,-0.325115,-3.451234,-1.603875,-0.429757,-3.560855,-1.890823,-0.506644,-3.39053,-2.037218,-0.545871,-3.012083,-2.021092,-0.54155,-2.493612,-1.849688,-0.495622,-1.914938,-1.668089,-0.446963,-1.449069,-1.861353,-0.498748,-1.34931,-2.337553,-0.626345,-1.397195,-2.802853,-0.751022,-1.353098,-3.185184,-0.853468,-1.200208,-3.473646,-0.930761,-0.963594,-3.671689,-0.983826,-0.670256,-3.785127,-1.014222,-0.342838,-3.81987,-1.023531,0.0,-3.77618,-1.011824,0.342027,-3.647873,-0.977445,0.665909,-3.4267,-0.918182,0.950572,-3.107016,-0.832523,1.170754,-2.674871,-0.71673,1.291313,-2.12518,-0.56944,1.270256,-1.533048,-0.410779,1.111319,-1.505811,-0.403481,1.308098,-1.895102,-0.507791,1.961954,-2.126582,-0.569816,2.623764,-2.160099,-0.578797,3.193765,-2.015576,-0.540072,3.614232,-1.724936,-0.462195,3.829629,-1.326724,-0.355495,3.77373,-0.872635,-0.233822,3.371603,-0.424111,-0.11364,2.490103,-0.115667,-0.030993,1.368723,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.160192,-0.058305,-1.94851,-0.294143,-0.107059,-1.775225,-0.727902,-0.264935,-2.890911,-1.161,-0.422569,-3.394536,-1.546531,-0.562891,-3.529396,-1.838383,-0.669117,-3.388525,-2.005479,-0.729935,-3.047934,-2.025232,-0.737124,-2.568475,-1.903483,-0.692811,-2.025644,-1.722706,-0.627014,-1.538293,-1.755943,-0.639111,-1.308433,-2.108223,-0.76733,-1.295299,-2.523391,-0.918439,-1.252193,-2.882911,-1.049294,-1.116635,-3.157044,-1.14907,-0.900217,-3.346923,-1.21818,-0.628027,-3.456456,-1.258047,-0.321808,-3.486119,-1.268844,0.0,-3.438101,-1.251366,0.320099,-3.305599,-1.20314,0.620273,-3.085037,-1.122862,0.879685,-2.767598,-1.007323,1.071971,-2.344905,-0.853476,1.163622,-1.837844,-0.668921,1.129178,-1.467779,-0.534228,1.093709,-1.674475,-0.609459,1.495224,-1.988665,-0.723815,2.116293,-2.14866,-0.782048,2.725012,-2.137798,-0.778095,3.249032,-1.968973,-0.716648,3.629231,-1.669178,-0.607531,3.809292,-1.27551,-0.464248,3.729342,-0.833508,-0.303372,3.310332,-0.400804,-0.145881,2.418955,-0.115699,-0.042111,1.407315,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.159516,-0.074384,-2.011763,-0.263159,-0.122713,-1.646734,-0.67796,-0.316138,-2.791745,-1.094213,-0.51024,-3.317112,-1.471429,-0.686138,-3.481697,-1.767833,-0.824354,-3.378517,-1.953781,-0.911063,-3.078743,-2.011922,-0.938175,-2.645586,-1.946592,-0.907711,-2.147826,-1.799644,-0.839188,-1.66619,-1.724905,-0.804336,-1.33265,-1.897342,-0.884745,-1.208674,-2.216561,-1.033599,-1.14045,-2.52937,-1.179464,-1.015787};
			return value;
		}
		private double[] getCoordinate_7_33_point_3()
		{
			double[] value = {-2.778091,-1.295445,-0.82134,-2.953902,-1.377427,-0.574697,-3.050573,-1.422506,-0.294481,-3.073115,-1.433017,0.0,-3.01826,-1.407438,0.291362,-2.884821,-1.345214,0.561257,-2.665394,-1.242893,0.788022,-2.360215,-1.100586,0.947855,-1.977389,-0.922072,1.017394,-1.616284,-0.753685,1.02963,-1.588737,-0.74084,1.227448,-1.849292,-0.862339,1.712156,-2.068896,-0.964742,2.282774,-2.15484,-1.004818,2.833516,-2.096286,-0.977514,3.3033,-1.90352,-0.887626,3.637829,-1.596598,-0.744506,3.777872,-1.209984,-0.564225,3.668075,-0.784167,-0.365663,3.229093,-0.371542,-0.173253,2.324949,-0.115894,-0.054042,1.461621,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.158121,-0.091291,-2.086923,-0.226061,-0.130516,-1.48039,-0.618246,-0.356945,-2.664271,-1.013903,-0.585377,-3.21662,-1.37803,-0.795606,-3.412364,-1.675325,-0.967249,-3.35065,-1.878019,-1.084275,-3.09701,-1.974367,-1.139901,-2.716963,-1.962955,-1.133313,-2.266625,-1.869255,-1.079215,-1.811138,-1.770552,-1.022228,-1.431544,-1.787451,-1.031985,-1.191634,-1.956617,-1.129654,-1.053532,-2.181817,-1.259673,-0.916967,-2.382227,-1.37538,-0.737064,-2.527,-1.458964,-0.514509,-2.605072,-1.504039,-0.263173,-2.61657,-1.510678,0.0,-2.556218,-1.475833,0.258237,-2.424488,-1.399779,0.493638,-2.224228,-1.284159,0.688179,-1.967232,-1.135782,0.826782,-1.719868,-0.992967,0.926056,-1.643426,-0.948832,1.095617,-1.793746,-1.03562,1.450298,-1.992586,-1.15042,1.930634,-2.11988,-1.223913,2.447826,-2.135991,-1.233215,2.939377,-2.032959,-1.17373,3.352519,-1.816764,-1.048909,3.633527,-1.506798,-0.86995,3.731228,-1.130502,-0.652696,3.586533,-0.725325,-0.418766,3.125715,-0.337018,-0.194577,2.207007,-0.116111,-0.067036,1.53246,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.15561,-0.108959,-2.171305,-0.183666,-0.128604,-1.271584,-0.549563,-0.384808,-2.503806,-0.920121,-0.644276,-3.086133,-1.266951,-0.887129,-3.316826,-1.56046,-1.092646,-3.299506,-1.776372,-1.243829,-3.09701,-1.90207,-1.331844,-2.767251,-1.9398,-1.358263,-2.368059,-1.902663,-1.332259,-1.948995,-1.832297,-1.282988,-1.566239,-1.791625,-1.25451,-1.262764,-1.83003,-1.281401,-1.041756,-1.935993,-1.355597,-0.860211,-2.058291,-1.441231,-0.673279,-2.15387,-1.508156,-0.463632,-2.203403,-1.542839,-0.235332,-2.200074,-1.540508,0.0,-2.144248,-1.501419,0.229014,-2.038567,-1.42742,0.438813,-1.902546,-1.332177,0.622333,-1.781053,-1.247107,0.791367,-1.746468,-1.22289,0.994188,-1.828028,-1.279999,1.288421,-1.965941,-1.376567,1.680478,-2.080454,-1.45675,2.131117,-2.126088,-1.488703,2.595474,-2.081037,-1.457158,3.027623,-1.940066,-1.358449,3.382402,-1.707285,-1.195454,3.609958,-1.398515,-0.979251,3.661255,-1.037533,-0.726488,3.479937,-0.657457,-0.460356,2.99537,-0.297987,-0.208653,2.063069,-0.116107,-0.081299,1.620095,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.151764,-0.127345,-2.26445,-0.14038,-0.117793,-1.039279,-0.472523,-0.396494,-2.30206};
			return value;
		}
		private double[] getCoordinate_7_33_point_4()
		{
			double[] value = {-0.814404,-0.683366,-2.920924,-1.139441,-0.956105,-3.189814,-1.422637,-1.193735,-3.216628,-1.64361,-1.379152,-3.064206,-1.792487,-1.504075,-2.788615,-1.867394,-1.56693,-2.43771,-1.879948,-1.577463,-2.059232,-1.853775,-1.555502,-1.694454,-1.821226,-1.52819,-1.372616,-1.814611,-1.52264,-1.104593,-1.845079,-1.548205,-0.876651,-1.895466,-1.590485,-0.663002,-1.940539,-1.628305,-0.44667,-1.9653,-1.649083,-0.224454,-1.961171,-1.645618,0.0,-1.930728,-1.620073,0.220505,-1.887325,-1.583653,0.434422,-1.85333,-1.555129,0.648263,-1.85493,-1.556471,0.881332,-1.903684,-1.597381,1.158813,-1.982005,-1.663099,1.493792,-2.058418,-1.727217,1.881509,-2.097383,-1.759913,2.297404,-2.078454,-1.74403,2.713229,-1.98566,-1.666167,3.089139,-1.816435,-1.52417,3.386406,-1.574089,-1.320817,3.559065,-1.272734,-1.067951,3.562962,-0.933112,-0.782974,3.346679,-0.581919,-0.488288,2.835019,-0.255004,-0.213974,1.887879,-0.115333,-0.096776,1.720867,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.14627,-0.14627,-2.364387,-0.119068,-0.119068,-0.954973,-0.388645,-0.388645,-2.051235,-0.698573,-0.698573,-2.714319,-0.996649,-0.996649,-3.022628,-1.262897,-1.262897,-3.093453,-1.480797,-1.480797,-2.990775,-1.64093,-1.64093,-2.765614,-1.742175,-1.742175,-2.463808,-1.790581,-1.790581,-2.124822,-1.802593,-1.802593,-1.785005,-1.798394,-1.798394,-1.468382,-1.797171,-1.797171,-1.18516,-1.812273,-1.812273,-0.932834,-1.83769,-1.83769,-0.69637,-1.866975,-1.866975,-0.465556,-1.888562,-1.888562,-0.233667,-1.901392,-1.901392,0.0,-1.905395,-1.905395,0.23575,-1.910551,-1.910551,0.476423,-1.926756,-1.926756,0.73012,-1.955995,-1.955995,1.006812,-1.997928,-1.997928,1.317551,-2.036292,-2.036292,1.662625,-2.056805,-2.056805,2.036737,-2.039476,-2.039476,2.420177,-1.97147,-1.97147,2.78808,-1.845947,-1.845947,3.111148,-1.659904,-1.659904,3.352519,-1.418163,-1.418163,3.473776,-1.131163,-1.131163,3.430581,-0.817627,-0.817627,3.176905,-0.500336,-0.500336,2.640732,-0.21011,-0.21011,1.68517,-0.113349,-0.113349,1.832238,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.138833,-0.165455,-2.468735,-0.135202,-0.161127,-1.19288,-0.2983,-0.3555,-1.731943,-0.57393,-0.683984,-2.45316,-0.840417,-1.00157,-2.803849,-1.083997,-1.291858,-2.920931,-1.289969,-1.537325,-2.866057,-1.451623,-1.729977,-2.691366,-1.565077,-1.865186,-2.434828,-1.634463,-1.947877,-2.13364,-1.671921,-1.992518,-1.821273,-1.689878,-2.013918,-1.517844,-1.703781,-2.030487,-1.236001,-1.725229,-2.056048,-0.976889,-1.75357,-2.089823,-0.730984,-1.787849,-2.130675,-0.490436,-1.821406,-2.170667,-0.247908,-1.85122,-2.206198,0.0,-1.878309,-2.238481,0.255653,-1.904681,-2.26991,0.522485,-1.93109,-2.301384,0.804985,-1.955761,-2.330786,1.107425,-1.97536,-2.354142,1.433017,-1.980216,-2.359929,1.778625,-1.960334,-2.336235,2.135449,-1.905109,-2.270421,2.486943,-1.808117,-2.15483,2.812931,-1.664197,-1.983312,3.085486,-1.47363,-1.756203,3.274116};
			return value;
		}
		private double[] getCoordinate_7_33_point_5()
		{
			double[] value = {-1.240533,-1.478409,3.34273,-0.976108,-1.16328,3.256551,-0.693959,-0.827028,2.9662,-0.414238,-0.493669,2.40508,-0.165913,-0.197728,1.463843,-0.109837,-0.130899,1.953126,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.129276,-0.184625,-2.576164,-0.153217,-0.218816,-1.514943,-0.201567,-0.287868,-1.311525,-0.442508,-0.631967,-2.119651,-0.674572,-0.963388,-2.522111,-0.888814,-1.269358,-2.683987,-1.076002,-1.53669,-2.679137,-1.227431,-1.752953,-2.550306,-1.340699,-1.914717,-2.337438,-1.41848,-2.025799,-2.07513,-1.465655,-2.093172,-1.789235,-1.494601,-2.134511,-1.504434,-1.516736,-2.166123,-1.23308,-1.543115,-2.203796,-0.979203,-1.576837,-2.251957,-0.736628,-1.619115,-2.312336,-0.497743,-1.664208,-2.376736,-0.253845,-1.708546,-2.440057,0.0,-1.750035,-2.499309,0.266936,-1.786192,-2.550946,0.549105,-1.815249,-2.592444,0.848003,-1.83301,-2.61781,1.16316,-1.837195,-2.623786,1.493607,-1.820048,-2.599298,1.832023,-1.777423,-2.538424,2.169833,-1.701992,-2.430697,2.489888,-1.591626,-2.273078,2.774915,-1.44343,-2.061432,2.9991,-1.260124,-1.799643,3.137582,-1.046462,-1.494503,3.160043,-0.810357,-1.15731,3.02979,-0.56498,-0.806876,2.706302,-0.325679,-0.465118,2.119076,-0.130752,-0.186734,1.292823,-0.104292,-0.148944,2.078299,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.117596,-0.203683,-2.688267,-0.160828,-0.278562,-1.824199,-0.11288,-0.195513,-0.842545,-0.305541,-0.529213,-1.678935,-0.501525,-0.868667,-2.151048,-0.683472,-1.183808,-2.367616,-0.844225,-1.46224,-2.411356,-0.977963,-1.693882,-2.330982,-1.080925,-1.872216,-2.161849,-1.153828,-1.998489,-1.936353,-1.200695,-2.079666,-1.681472,-1.228762,-2.128279,-1.418852,-1.249175,-2.163635,-1.165,-1.273159,-2.205175,-0.926784,-1.307154,-2.264056,-0.700501,-1.353363,-2.344094,-0.477269,-1.407612,-2.438055,-0.2463,-1.463179,-2.534301,0.0,-1.515651,-2.625184,0.265205,-1.558909,-2.700109,0.549755,-1.590843,-2.755421,0.85253,-1.606408,-2.782381,1.16937,-1.602473,-2.775565,1.494491,-1.576287,-2.730209,1.820139,-1.523967,-2.639588,2.134186,-1.442981,-2.499316,2.421609,-1.332749,-2.30839,2.665499,-1.193029,-2.066386,2.843592,-1.027446,-1.779588,2.934689,-0.840212,-1.455291,2.910581,-0.638818,-1.106465,2.739898,-0.433939,-0.751605,2.384478,-0.238015,-0.412254,1.776566,-0.116917,-0.202505,1.326133,-0.096569,-0.167262,2.207572,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.103538,-0.222038,-2.800274,-0.157419,-0.337587,-2.112472,-0.14065,-0.301625,-1.24205,-0.158894,-0.34075,-1.032986,-0.323868,-0.694537,-1.643414,-0.471877,-1.011944,-1.933932,-0.602853,-1.292822,-2.037213,-0.712543,-1.528054,-2.009322,-0.798351,-1.712068,-1.889058,-0.858775,-1.841649,-1.70508,-0.896305,-1.922132,-1.485027,-0.916714,-1.9659,-1.252348,-0.929191,-1.992656,-1.025248,-0.945911,-2.028512,-0.814644,-0.977508,-2.096273,-0.619761,-1.027144,-2.202718,-0.42855,-1.08809,-2.333416,-0.225252,-1.15266,-2.471887,0.0};
			return value;
		}
		private double[] getCoordinate_7_33_point_6()
		{
			double[] value = {-1.211786,-2.598684,0.250859,-1.259715,-2.701467,0.525585,-1.293148,-2.773164,0.819884,-1.307346,-2.803613,1.125922,-1.301831,-2.791787,1.436412,-1.273004,-2.729967,1.739086,-1.221322,-2.619133,2.023525,-1.144847,-2.455132,2.273069,-1.045571,-2.242235,2.474032,-0.923854,-1.981212,2.605204,-0.78395,-1.681186,2.649191,-0.629439,-1.349836,2.579681,-0.467097,-1.001694,2.370209,-0.304962,-0.653993,1.982582,-0.158879,-0.340718,1.403028,-0.116488,-0.249809,1.563197,-0.086444,-0.185381,2.337959,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.08718,-0.239526,-2.913499,-0.143654,-0.394686,-2.382032,-0.161851,-0.444683,-1.766087,-0.126929,-0.348734,-1.019629,-0.129176,-0.354909,-0.809952,-0.254796,-0.700046,-1.290332,-0.357836,-0.983145,-1.494188,-0.442395,-1.21547,-1.541505,-0.50784,-1.395278,-1.484824,-0.553433,-1.520544,-1.357772,-0.579673,-1.592638,-1.186747,-0.591471,-1.625052,-0.998438,-0.597396,-1.641333,-0.814486,-0.612116,-1.681776,-0.651401,-0.647711,-1.779572,-0.507437,-0.703527,-1.932924,-0.3627,-0.769464,-2.114085,-0.196829,-0.834645,-2.293168,0.0,-0.892115,-2.451065,0.228203,-0.93622,-2.572243,0.482664,-0.965055,-2.651468,0.756054,-0.975651,-2.68058,1.038267,-0.967521,-2.658241,1.31911,-0.940516,-2.584046,1.587647,-0.89436,-2.457234,1.830997,-0.829478,-2.278972,2.035011,-0.747754,-2.054437,2.186286,-0.650621,-1.787568,2.267061,-0.54142,-1.48754,2.260768,-0.423541,-1.163668,2.144885,-0.302446,-0.830964,1.896374,-0.186671,-0.512876,1.499548,-0.119132,-0.327311,1.299938,-0.112115,-0.308034,1.859063,-0.073872,-0.202961,2.468735,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.068478,-0.255562,-3.024137,-0.12021,-0.44863,-2.63406,-0.15281,-0.570296,-2.203454,-0.164166,-0.612675,-1.742691,-0.151894,-0.566876,-1.258554,-0.112413,-0.419531,-0.752283,-0.108946,-0.406594,-0.60116,-0.176609,-0.659115,-0.813212,-0.229826,-0.857722,-0.88798,-0.268727,-1.002905,-0.871223,-0.29651,-1.106592,-0.802178,-0.319091,-1.190862,-0.711799,-0.344977,-1.287472,-0.621536,-0.380833,-1.421289,-0.535555,-0.42678,-1.592766,-0.441836,-0.47804,-1.784069,-0.325677,-0.528128,-1.971001,-0.178523,-0.572866,-2.137964,0.0,-0.609059,-2.273039,0.20588,-0.634649,-2.368541,0.43237,-0.648033,-2.418491,0.670893,-0.648592,-2.420578,0.912097,-0.636374,-2.37498,1.146539,-0.610613,-2.278838,1.3621,-0.572122,-2.13519,1.547817,-0.521591,-1.946605,1.691016,-0.460838,-1.719872,1.780543,-0.391136,-1.459738,1.801016,-0.315066,-1.175844,1.738518,-0.236052,-0.880956,1.579688,-0.162299,-0.605709,1.34477,-0.121265,-0.452566,1.287278,-0.115717,-0.43186,1.668579,-0.098191,-0.366453,2.151571,-0.058819,-0.219516,2.597589,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.047632,-0.270133,-3.135264,-0.087928,-0.498664,-2.871689,-0.12021,-0.681745,-2.583557,-0.144421,-0.819052,-2.285043,-0.161094,-0.913607,-1.989461,-0.171642,-0.97343,-1.712039,-0.178799,-1.01402,-1.47051};
			return value;
		}
		private double[] getCoordinate_7_33_point_7()
		{
			double[] value = {-0.186311,-1.056623,-1.27866,-0.197924,-1.12248,-1.139797,-0.215056,-1.219642,-1.039189,-0.236729,-1.342556,-0.95457,-0.260549,-1.477644,-0.866279,-0.28487,-1.615577,-0.764978,-0.308399,-1.749016,-0.64641,-0.330216,-1.87275,-0.509543,-0.34925,-1.980693,-0.354637,-0.364541,-2.067413,-0.183665,-0.375362,-2.128781,0.0,-0.381305,-2.162489,0.192112,-0.381208,-2.161936,0.387088,-0.375228,-2.128025,0.578999,-0.363099,-2.059237,0.761063,-0.34465,-1.954606,0.925508,-0.3203,-1.816512,1.064943,-0.29033,-1.646544,1.170708,-0.255911,-1.451342,1.236607,-0.218089,-1.236845,1.255925,-0.179707,-1.019172,1.233339,-0.146134,-0.828769,1.201863,-0.125741,-0.713115,1.254205,-0.118504,-0.672067,1.463487,-0.11185,-0.634334,1.769704,-0.097901,-0.555223,2.104085,-0.074329,-0.421541,2.427557,-0.041376,-0.234654,2.723484,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.024727,-0.282628,-3.242792,-0.047547,-0.543468,-3.093931,-0.068275,-0.780392,-2.923589,-0.086769,-0.99177,-2.735275,-0.103171,-1.179254,-2.538578,-0.117666,-1.344929,-2.338383,-0.130505,-1.49168,-2.138477,-0.142158,-1.624872,-1.943844,-0.152816,-1.746692,-1.753365,-0.162641,-1.858992,-1.565838,-0.171769,-1.963327,-1.379987,-0.179781,-2.054901,-1.190929,-0.186591,-2.132745,-0.998314,-0.191642,-2.190474,-0.800313,-0.194675,-2.225141,-0.598502,-0.195451,-2.234009,-0.395421,-0.193888,-2.21615,-0.194629,-0.189852,-2.17002,0.0,-0.1834,-2.096272,0.184101,-0.174981,-2.000042,0.354008,-0.164956,-1.885459,0.507137,-0.153784,-1.757763,0.642217,-0.142472,-1.628467,0.762267,-0.131938,-1.508053,0.874001,-0.123037,-1.40632,0.988477,-0.116086,-1.326867,1.117627,-0.110829,-1.266787,1.271626,-0.106132,-1.213098,1.451236,-0.100774,-1.151854,1.651301,-0.09381,-1.072248,1.864282,-0.084623,-0.967243,2.082183,-0.07283,-0.832453,2.295883,-0.058334,-0.66676,2.497888,-0.041254,-0.471531,2.684401,-0.021722,-0.248283,2.848731,0.0,0.0,2.982286,-0.0,-0.0,-3.364829,-0.0,-0.293091,-3.350042,-0.0,-0.582571,-3.303922,-0.0,-0.865233,-3.229093,-0.0,-1.137303,-3.124713,-0.0,-1.39537,-2.992381,-0.0,-1.637247,-2.835795,-0.0,-1.857179,-2.652327,-0.0,-2.054365,-2.448297,-0.0,-2.222803,-2.222803,-0.0,-2.361518,-1.981549,-0.0,-2.464721,-1.725816,-0.0,-2.529807,-1.460585,-0.0,-2.555152,-1.191487,-0.0,-2.540299,-0.924593,-0.0,-2.486094,-0.666147,-0.0,-2.397584,-0.422759,-0.0,-2.283283,-0.199761,-0.0,-2.160342,0.0,-0.0,-2.048998,0.179264,-0.0,-1.973531,0.347987,-0.0,-1.946026,0.521436,-0.0,-1.956946,0.71227,-0.0,-1.982412,0.924414,-0.0,-1.996712,1.152802,-0.0,-1.986042,1.390641,-0.0,-1.941546,1.62915,-0.0,-1.862426,1.862426,-0.0,-1.746943,2.081926,-0.0,-1.599008,2.28362,-0.0,-1.423056,2.464805,-0.0,-1.222186,2.620986,-0.0,-1.000874,2.749878,-0.0,-0.764148,2.851841};
			return value;
		}
		private double[] getCoordinate_7_33_point_8()
		{
			double[] value = {-0.0,-0.515728,2.924841,-0.0,-0.259616,2.967424,0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.026311,-0.300741,-3.450617,0.053773,-0.614632,-3.499065,0.081825,-0.935262,-3.50378,0.109935,-1.256559,-3.465556,0.137377,-1.570223,-3.380216,0.163495,-1.868755,-3.249142,0.187443,-2.142479,-3.071466,0.208698,-2.38543,-2.853704,0.226478,-2.588658,-2.598547,0.240327,-2.746953,-2.313772,0.249498,-2.851775,-2.004462,0.253824,-2.901222,-1.681419,0.253052,-2.892396,-1.353898,0.247301,-2.826668,-1.032753,0.236924,-2.708059,-0.728394,0.223146,-2.55057,-0.451452,0.208399,-2.382015,-0.209195,0.196829,-2.249762,0.0,0.192858,-2.204381,0.193595,0.19766,-2.259262,0.399891,0.207274,-2.369147,0.637236,0.217121,-2.481706,0.906717,0.224018,-2.560532,1.198557,0.22657,-2.589706,1.500878,0.224295,-2.563704,1.801982,0.217204,-2.482654,2.091151,0.205659,-2.350689,2.359668,0.18985,-2.169991,2.595973,0.170716,-1.95129,2.797375,0.148817,-1.700985,2.957446,0.124896,-1.427564,3.073115,0.099711,-1.139697,3.143254,0.073952,-0.845276,3.166663,0.048341,-0.552545,3.145608,0.023514,-0.268767,3.083757,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.053901,-0.305686,-3.547909,0.112729,-0.63932,-3.681696,0.174711,-0.990835,-3.754894,0.237946,-1.349461,-3.76481,0.300526,-1.704368,-3.711414,0.36021,-2.042855,-3.592913,0.415177,-2.354585,-3.41457,0.463352,-2.627798,-3.179999,0.503125,-2.853363,-2.897381,0.532944,-3.022475,-2.575282,0.551973,-3.130394,-2.22574,0.559554,-3.173388,-1.86042,0.555875,-3.152524,-1.492724,0.541639,-3.071785,-1.135286,0.518911,-2.942891,-0.80071,0.491924,-2.789841,-0.499513,0.467919,-2.653698,-0.23575,0.456285,-2.587723,0.0,0.461868,-2.619384,0.232702,0.48042,-2.724597,0.487831,0.503786,-2.857115,0.777372,0.523369,-2.968171,1.096992,0.535222,-3.035393,1.437262,0.537172,-3.046456,1.786006,0.528017,-2.994534,2.129142,0.507707,-2.87935,2.453333,0.477602,-2.708615,2.750399,0.438029,-2.484184,3.006206,0.390633,-2.215392,3.212716,0.337316,-1.913015,3.364554,0.279931,-1.587566,3.457067,0.220202,-1.248828,3.484057,0.160444,-0.909921,3.448258,0.102609,-0.581924,3.351167,0.048513,-0.275133,3.193294,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.082457,-0.307732,-3.641475,0.175644,-0.655511,-3.848732,0.275947,-1.029848,-3.979026,0.379174,-1.415096,-4.025095,0.481738,-1.797869,-3.991552,0.579121,-2.161309,-3.875554,0.667887,-2.492588,-3.685361,0.744944,-2.78017,-3.430157,0.806977,-3.011679,-3.117919,0.853289,-3.184517,-2.766389,0.881667,-3.290426,-2.385257,0.892191,-3.329703,-1.99022,0.887375,-3.311727,-1.59876,0.86875,-3.24222,-1.2217,0.842203,-3.143145,-0.871913,0.815107,-3.042021,-0.555312,0.79672,-2.973398,-0.269315,0.794575,-2.965396,0.0,0.809548,-3.021275,0.273652,0.83512,-3.11671,0.568946,0.863392,-3.222222,0.893849,0.885877,-3.306139,1.245785};
			return value;
		}
		private double[] getCoordinate_7_33_point_9()
		{
			double[] value = {0.896875,-3.347182,1.615876,0.893776,-3.335617,1.993755,0.874912,-3.265217,2.366983,0.83927,-3.1322,2.720942,0.787639,-2.939507,3.043202,0.721095,-2.691164,3.320343,0.641932,-2.395721,3.54214,0.552678,-2.062621,3.698591,0.455949,-1.701624,3.777872,0.356126,-1.32908,3.780433,0.256732,-0.958137,3.701956,0.161491,-0.602693,3.538618,0.0747,-0.278783,3.298907,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.111639,-0.306725,-3.730882,0.241492,-0.663493,-4.004349,0.383006,-1.052301,-4.179284,0.529092,-1.453668,-4.250242,0.673402,-1.850156,-4.22231,0.80953,-2.224166,-4.099606,0.931406,-2.559017,-3.889203,1.034573,-2.842467,-3.604924,1.115432,-3.064625,-3.261306,1.172489,-3.221387,-2.876541,1.205763,-3.312807,-2.468522,1.216552,-3.342449,-2.053612,1.209269,-3.322439,-1.648708,1.190209,-3.270071,-1.266594,1.166191,-3.204084,-0.91363,1.146167,-3.149067,-0.590901,1.13835,-3.12759,-0.29119,1.146761,-3.150701,0.0,1.168371,-3.210072,0.298869,1.197459,-3.289991,0.617345,1.226334,-3.369325,0.960748,1.248632,-3.430588,1.328766,1.258908,-3.458822,1.716386,1.252334,-3.44076,2.114014,1.225903,-3.36814,2.509754,1.178051,-3.236669,2.890188,1.108853,-3.046548,3.242069,1.018179,-2.797425,3.547799,0.908011,-2.49474,3.791514,0.782224,-2.149143,3.961322,0.64532,-1.773003,4.046235,0.502252,-1.379925,4.034631,0.359726,-0.988338,3.92525,0.22388,-0.615105,3.712316,0.101676,-0.279354,3.397947,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.141,-0.302375,-3.813449,0.308817,-0.66226,-4.144135,0.493273,-1.057828,-4.355991,0.683436,-1.465632,-4.443073,0.868814,-1.863177,-4.408653,1.040744,-2.231883,-4.265367,1.190366,-2.552749,-4.022589,1.312088,-2.813781,-3.699994,1.401309,-3.005116,-3.315779,1.458249,-3.127224,-2.895322,1.48287,-3.180025,-2.456867,1.482043,-3.178252,-2.02466,1.461884,-3.135021,-1.613011,1.432896,-3.072856,-1.234049,1.406476,-3.016197,-0.891736,1.389705,-2.980232,-0.57982,1.390061,-2.980994,-0.287765,1.406975,-3.017268,0.0,1.435185,-3.077764,0.297106,1.470046,-3.152524,0.61334,1.506385,-3.230454,0.955081,1.5365,-3.295034,1.323275,1.554654,-3.333966,1.715371,1.556632,-3.338209,2.126558,1.535543,-3.292982,2.544137,1.487878,-3.190764,2.95415,1.412128,-3.028317,3.341379,1.305892,-2.800495,3.682524,1.17289,-2.515272,3.963532,1.015203,-2.17711,4.16069,0.839508,-1.800331,4.259945,0.653774,-1.402023,4.250242,0.466867,-1.0012,4.122802,0.288335,-0.618336,3.869279,0.129026,-0.276698,3.489622,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.170206,-0.294806,-3.890931,0.376776,-0.652595,-4.273604,0.603964,-1.046097,-4.508052,0.837294,-1.450236,-4.600895,1.061262,-1.83816,-4.551768,1.262283,-2.186339,-4.372677,1.431,-2.478564,-4.087359,1.55693,-2.696683,-3.710955,1.63742,-2.836094,-3.27484,1.67101,-2.894275,-2.804288,1.66145,-2.877716,-2.32672};
			return value;
		}
		private double[] getCoordinate_7_33_point_10()
		{
			double[] value = {1.618815,-2.803869,-1.869246,1.554846,-2.693072,-1.450073,1.488374,-2.577939,-1.083447,1.434381,-2.484421,-0.768683,1.405588,-2.434549,-0.495686,1.404285,-2.432293,-0.245718,1.426427,-2.470644,0.0,1.467128,-2.54114,0.256714,1.520651,-2.633845,0.536264,1.582395,-2.740789,0.848003,1.644876,-2.849008,1.197372,1.700136,-2.944723,1.585573,1.737916,-3.010158,2.006772,1.750238,-3.031501,2.45106,1.72832,-2.993538,2.900465,1.66674,-2.886879,3.333481,1.563391,-2.707873,3.726355,1.420036,-2.459575,4.056044,1.240078,-2.147878,4.295755,1.03216,-1.787753,4.426948,0.806185,-1.396353,4.429949,0.575365,-0.996561,4.29458,0.353665,-0.612565,4.011463,0.156492,-0.271052,3.577416,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.198866,-0.284011,-3.962948,0.443881,-0.633927,-4.388904,0.71364,-1.019184,-4.643393,0.987002,-1.409586,-4.727821,1.243637,-1.776097,-4.64975,1.466134,-2.093856,-4.427341,1.638664,-2.340255,-4.080111,1.749436,-2.498453,-3.634906,1.791542,-2.558587,-3.123458,1.762448,-2.517037,-2.578331,1.668397,-2.382718,-2.036737,1.520464,-2.171448,-1.530468,1.341916,-1.916455,-1.090955,1.179647,-1.684711,-0.74856,1.099157,-1.569759,-0.513477,1.108773,-1.583492,-0.340855,1.147093,-1.638219,-0.174968,1.171401,-1.672934,0.0,1.18363,-1.690399,0.180541,1.213098,-1.732484,0.372927,1.292583,-1.846,0.603837,1.420457,-2.028623,0.901369,1.568754,-2.240413,1.27537,1.704369,-2.434091,1.715583,1.80284,-2.574723,2.200861,1.852245,-2.64528,2.709697,1.842055,-2.630728,3.211526,1.769211,-2.526695,3.675994,1.635759,-2.336106,4.072876,1.447175,-2.066781,4.370091,1.21599,-1.736614,4.546386,0.954839,-1.363651,4.573756,0.682668,-0.974951,4.441868,0.41863,-0.597865,4.139235,0.183493,-0.262055,3.656587,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.226585,-0.270034,-4.02914,0.509053,-0.606665,-4.491344,0.818903,-0.975931,-4.754585,1.128574,-1.344982,-4.823882,1.411959,-1.682707,-4.710663,1.643046,-1.958106,-4.427341,1.800891,-2.146219,-4.001228,1.867695,-2.225832,-3.46278,1.828556,-2.179188,-2.844728,1.671623,-1.992163,-2.182149,1.385199,-1.650816,-1.508938,0.993419,-1.18391,-0.892286,1.044559,-1.244857,-0.757771,1.469666,-1.75148,-0.83218,1.795561,-2.139867,-0.748489,2.010031,-2.395462,-0.551384,2.123007,-2.530101,-0.288959,2.141227,-2.551815,0.0,2.068457,-2.465091,0.281534,1.904681,-2.26991,0.522485,1.653815,-1.97094,0.689401,1.332985,-1.58859,0.754786,1.120747,-1.335654,0.813041,1.314196,-1.566198,1.180408,1.601253,-1.908299,1.744292,1.805258,-2.151423,2.356597,1.904743,-2.269985,2.963254,1.902264,-2.26703,3.526872,1.806226,-2.152577,4.013081,1.62853,-1.940807,4.388226,1.38548,-1.651151,4.622323,1.096328,-1.306553,4.686052,0.786613,-0.937449,4.567109,0.481801,-0.574189,4.25091,0.209812,-0.250044,3.730882,-0.0,0.0,2.982286,0.0,-0.0,-3.364829};
			return value;
		}
		private double[] getCoordinate_7_33_point_11()
		{
			double[] value = {0.252972,-0.252972,-4.089174,0.57103,-0.57103,-4.57989,0.918605,-0.918605,-4.84832,1.260001,-1.260001,-4.895758,1.561536,-1.561536,-4.735812,1.788309,-1.788309,-4.380445,1.909745,-1.909745,-3.857124,1.894628,-1.894628,-3.193196,1.706473,-1.706473,-2.413317,1.279552,-1.279552,-1.518401,0.819723,-0.819723,-0.811725,1.621519,-1.621519,-1.323965,2.254205,-2.254205,-1.486555,2.740423,-2.740423,-1.410583,3.103931,-3.103931,-1.176196,3.353504,-3.353504,-0.836243,3.494123,-3.494123,-0.43232,3.526195,-3.526195,0.0,3.450981,-3.450981,0.426982,3.269271,-3.269271,0.815238,2.983306,-2.983306,1.130486,2.589121,-2.589121,1.332703,2.082403,-2.082403,1.373259,1.458585,-1.458585,1.190929,1.076743,-1.076743,1.066237,1.503834,-1.503834,1.784548,1.816912,-1.816912,2.569501,1.945745,-1.945745,3.279347,1.923351,-1.923351,3.884604,1.777761,-1.777761,4.354607,1.535882,-1.535882,4.65801,1.227625,-1.227625,4.769963,0.885521,-0.885521,4.673709,0.542704,-0.542704,4.352703,0.234801,-0.234801,3.795443,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.277648,-0.232974,-4.142744,0.62933,-0.528071,-4.659142,1.011195,-0.848493,-4.926385,1.37882,-1.156967,-4.945244,1.688691,-1.41698,-4.727414,1.89654,-1.591386,-4.288138,1.955852,-1.641155,-3.646324,1.809535,-1.51838,-2.815137,1.346337,-1.129711,-1.757519,0.863541,-0.724597,-0.945894,1.96559,-1.649326,-1.796659,2.786739,-2.338351,-2.100302,3.460143,-2.903405,-2.106263,4.007283,-3.36251,-1.903978,4.432689,-3.719468,-1.550478,4.732771,-3.971266,-1.089382,4.905038,-4.115815,-0.560196,4.95299,-4.156052,0.0,4.873221,-4.089118,0.556562,4.666047,-3.915279,1.074024,4.336715,-3.638936,1.516908,3.888182,-3.262572,1.84739,3.321742,-2.787272,2.022015,2.635997,-2.211864,1.986691,1.814711,-1.522723,1.658747,1.020926,-0.856659,1.118288,1.526241,-1.280668,1.992366,1.880474,-1.577905,2.925499,1.977961,-1.659706,3.687542,1.88982,-1.585748,4.272944,1.664884,-1.397003,4.660766,1.346574,-1.12991,4.829593,0.977086,-0.819873,4.760214,0.599529,-0.503065,4.438516,0.258314,-0.216751,3.854274,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.300252,-0.210239,-4.189573,0.682583,-0.47795,-4.725767,1.094815,-0.766598,-4.987971,1.483158,-1.038518,-4.974587,1.79405,-1.256207,-4.69675,1.967747,-1.377831,-4.16069,1.937772,-1.356842,-3.378402,1.588046,-1.111962,-2.310388,0.584737,-0.409437,-0.713832,1.956309,-1.369823,-2.003948,2.9922,-2.095161,-2.557719,3.870524,-2.71017,-2.728002,4.624525,-3.238127,-2.632541,5.255346,-3.679833,-2.335085,5.748267,-4.02498,-1.88029,6.104819,-4.27464,-1.314096,6.312072,-4.41976,-0.674154,6.373779,-4.462968,0.0,6.285986,-4.401495,0.671368,6.050884,-4.236874,1.302486,5.673936,-3.972933,1.855976,5.156792,-3.610824,2.291295,4.513703,-3.160529,2.569455,3.748828,-2.624958,2.642229,2.864031,-2.005416,2.448161,1.835224,-1.285038,1.879915};
			return value;
		}
		private double[] getCoordinate_7_33_point_12()
		{
			double[] value = {1.024542,-0.717392,1.250735,1.690821,-1.183925,2.459912,1.968973,-1.37869,3.4328,1.96542,-1.376202,4.15577,1.771899,-1.240697,4.63876,1.451045,-1.016033,4.86688,1.059765,-0.742056,4.828284,0.651801,-0.456396,4.512651,0.280007,-0.196063,3.907077,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.320452,-0.185013,-4.229418,0.730231,-0.421599,-4.782015,1.168471,-0.674617,-5.03541,1.572672,-0.907983,-4.989323,1.875508,-1.082825,-4.644252,2.004236,-1.157146,-4.008471,1.854832,-1.070888,-3.058772,1.177257,-0.67969,-1.620045,1.534714,-0.886068,-1.772136,2.831609,-1.63483,-2.743571,3.921229,-2.263923,-3.170431,4.88669,-2.821332,-3.257793,5.732543,-3.309685,-3.086663,6.445503,-3.721313,-2.708894,7.008468,-4.046341,-2.168428,7.416814,-4.282099,-1.510099,7.65954,-4.422237,-0.773791,7.73442,-4.465469,0.0,7.636916,-4.409176,0.771506,7.373065,-4.256841,1.501192,6.94655,-4.010592,2.14927,6.365922,-3.675367,2.675448,5.638366,-3.255312,3.035954,4.783715,-2.761879,3.189144,3.8137,-2.201841,3.083491,2.724789,-1.573158,2.640072,1.466371,-0.84661,1.69322,1.356858,-0.783382,1.867197,1.89588,-1.094587,3.126465,2.004236,-1.157146,4.008471,1.854545,-1.070722,4.592341,1.540443,-0.889375,4.887076,1.133072,-0.654179,4.882862,0.698539,-0.403302,4.574474,0.299553,-0.172947,3.953581,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.338147,-0.15768,-4.264593,0.771922,-0.359953,-4.830351,1.231533,-0.574273,-5.071284,1.645823,-0.76746,-4.989323,1.937366,-0.903408,-4.584197,2.009995,-0.937276,-3.841314,1.712303,-0.79846,-2.698224,0.447988,-0.2089,-0.589084,2.281035,-1.063664,-2.516844,3.585171,-1.671792,-3.319309,4.754916,-2.217254,-3.673617,5.814517,-2.711354,-3.704054,6.744729,-3.145119,-3.470255,7.538843,-3.51542,-3.027575,8.168257,-3.808921,-2.414939,8.623746,-4.021319,-1.677795,8.895439,-4.148011,-0.858704,8.982402,-4.188563,0.0,8.879666,-4.140656,0.857181,8.588107,-4.0047,1.670862,8.115274,-3.784214,2.399274,7.46782,-3.482301,2.999052,6.665395,-3.108125,3.429436,5.725764,-2.669968,3.647515,4.662986,-2.174386,3.602593,3.493051,-1.628836,3.23402,2.198884,-1.025357,2.4262,0.967235,-0.451029,1.27187,1.767888,-0.82438,2.785815,2.013565,-0.938941,3.848138,1.916844,-0.893839,4.53564,1.614004,-0.752622,4.892862,1.195638,-0.557535,4.923472,0.739294,-0.344739,4.626183,0.316467,-0.147571,3.991182,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.352892,-0.128442,-4.292436,0.806535,-0.293555,-4.867644,1.283715,-0.467234,-5.098358,1.70544,-0.620729,-4.986373,1.980411,-0.720811,-4.519569,1.993587,-0.725606,-3.6746,1.52226,-0.554057,-2.313536,1.235772,-0.449784,-1.567253,2.869843,-1.044537,-3.054023,4.228931,-1.539205,-3.776229,5.477551,-1.993665,-4.081571,6.619401,-2.409265,-4.066982,7.633087,-2.778217,-3.787799,8.491511,-3.090657,-3.289009,9.173288,-3.338804,-2.615723};
			return value;
		}
		private double[] getCoordinate_7_33_point_13()
		{
			double[] value = {9.673368,-3.520818,-1.815142,9.972229,-3.629594,-0.928449,10.069718,-3.665078,0.0,9.954546,-3.623158,0.926803,9.639092,-3.508343,1.808711,9.129975,-3.323039,2.603372,8.431441,-3.068794,3.265742,7.561176,-2.752043,3.752114,6.541541,-2.380926,4.019144,5.393942,-1.963234,4.01927,4.147171,-1.509447,3.703221,2.79445,-1.017097,2.973791,1.251221,-0.455407,1.586845,1.596983,-0.581254,2.4271,1.998311,-0.727326,3.683306,1.960593,-0.713598,4.474342,1.673457,-0.609089,4.892862,1.247774,-0.454153,4.955617,0.773359,-0.28148,4.667419,0.330658,-0.12035,4.021995,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.36468,-0.097716,-4.315352,0.833477,-0.22333,-4.89363,1.324244,-0.35483,-5.116487,1.749942,-0.468895,-4.977531,2.008186,-0.538092,-4.458488,1.962625,-0.525884,-3.519283,1.301022,-0.348608,-1.923597,1.736022,-0.465166,-2.141894,3.332297,-0.892886,-3.449847,4.747567,-1.272107,-4.124211,6.066211,-1.625436,-4.397446,7.278914,-1.950379,-4.350731,8.353967,-2.238439,-4.032938,9.266012,-2.48282,-3.491523,9.998136,-2.678993,-2.773497,10.530715,-2.821697,-1.922352,10.849643,-2.907153,-0.982706,10.94923,-2.933837,0.0,10.836813,-2.903715,0.981544,10.499611,-2.813362,1.916674,9.956817,-2.667921,2.762035,9.211356,-2.468175,3.470928,8.289964,-2.221289,4.00204,7.206076,-1.930862,4.307194,5.991313,-1.605367,4.343152,4.672335,-1.251948,4.058857,3.264007,-0.874588,3.379149,1.702459,-0.456172,2.100483,1.406694,-0.376922,2.079835,1.97077,-0.528066,3.533887,1.989267,-0.533022,4.416485,1.718141,-0.460374,4.887076,1.288693,-0.345304,4.979126,0.800139,-0.214397,4.697892,0.341906,-0.091613,4.04586,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.373131,-0.065793,-4.330697,0.853296,-0.150459,-4.913938,1.353329,-0.238628,-5.128609,1.780986,-0.314036,-4.968704,2.024557,-0.356984,-4.408653,1.931209,-0.340524,-3.396553,1.077093,-0.189921,-1.561978,2.065483,-0.3642,-2.49952,3.666868,-0.646568,-3.723435,5.129298,-0.904434,-4.370388,6.49991,-1.146109,-4.621497,7.762488,-1.368736,-4.550812,8.887904,-1.567177,-4.208433,9.840761,-1.735192,-3.636998,10.605741,-1.870078,-2.885639,11.164079,-1.968528,-1.998896,11.495386,-2.026947,-1.021231,11.600901,-2.045552,0.0,11.481793,-2.02455,1.020023,11.137692,-1.963876,1.994171,10.568162,-1.863452,2.875414,9.794296,-1.726999,3.619826,8.830253,-1.557012,4.181135,7.698462,-1.357446,4.513276,6.43106,-1.133969,4.572544,5.059977,-0.89221,4.311323,3.604494,-0.63557,3.660099,2.024352,-0.356948,2.449746,1.233361,-0.217475,1.788594,1.940371,-0.34214,3.412667,2.00667,-0.35383,4.369704,1.748621,-0.308329,4.87841,1.316997,-0.232222,4.990923,0.81965,-0.144526,4.720179,0.350036,-0.061721,4.06265,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.378339,-0.0331,-4.340957,0.865208,-0.075696,-4.92558,1.371409,-0.119983,-5.13772,1.798384,-0.157338,-4.959894};
			return value;
		}
		private double[] getCoordinate_7_33_point_14()
		{
			double[] value = {2.033478,-0.177906,-4.377466,1.906724,-0.166817,-3.315159,0.897373,-0.07851,-1.286477,2.257731,-0.197526,-2.700937,3.870678,-0.33864,-3.885463,5.363382,-0.469235,-4.517603,6.768456,-0.592163,-4.757428,8.064094,-0.705517,-4.673591,9.216864,-0.806371,-4.314312,10.198952,-0.892293,-3.726295,10.978779,-0.960519,-2.952992,11.549921,-1.010487,-2.044342,11.892678,-1.040475,-1.044449,12.001839,-1.050025,0.0,11.878615,-1.039244,1.043214,11.522621,-1.008099,2.03951,10.939878,-0.957115,2.942529,10.150797,-0.88808,3.708701,9.162498,-0.801615,4.288863,8.002312,-0.700112,4.637785,6.704691,-0.586584,4.712608,5.297162,-0.463442,4.461825,3.811596,-0.333471,3.826155,2.215391,-0.193822,2.650285,1.115638,-0.097606,1.599382,1.918038,-0.167807,3.334829,2.015513,-0.176335,4.338792,1.767793,-0.154662,4.875525,1.334591,-0.116762,4.999789,0.831584,-0.072754,4.734162,0.355132,-0.03107,4.074685,-0.0,0.0,2.982286,0.0,-0.0,-3.364829,0.380009,-0.0,-4.343526,0.869541,-0.0,-4.931412,1.376648,-0.0,-5.13772,1.805254,-0.0,-4.959894,2.036421,-0.0,-4.367119,1.897098,-0.0,-3.28587,0.825772,-0.0,-1.179324,2.320626,-0.0,-2.765614,3.941024,-0.0,-3.941024,5.441508,-0.0,-4.565967,6.858929,-0.0,-4.802674,8.167051,-0.0,-4.715249,9.329019,-0.0,-4.350193,10.316952,-0.0,-3.755064,11.105802,-0.0,-2.975791,11.676641,-0.0,-2.058907,12.023159,-0.0,-1.05189,12.133518,-0.0,0.0,12.008942,-0.0,1.050646,11.655936,-0.0,2.055256,11.06645,-0.0,2.965246,10.268239,-0.0,3.737334,9.273991,-0.0,4.324533,8.104481,-0.0,4.679124,6.794311,-0.0,4.757428,5.377503,-0.0,4.512261,3.880868,-0.0,3.880868,2.278454,-0.0,2.715356,1.075741,-0.0,1.536317,1.909484,-0.0,3.307323,2.017236,-0.0,4.325977,1.773496,-0.0,4.872642,1.340482,-0.0,5.002747,0.835254,-0.0,4.736963,0.3567,-0.0,4.077096,-0.0,0.0,2.982286,0.0,0.0,-3.364829,0.378339,0.0331,-4.340957,0.865208,0.075696,-4.92558,1.371409,0.119983,-5.13772,1.798384,0.157338,-4.959894,2.033478,0.177906,-4.377466,1.906724,0.166817,-3.315159,0.897373,0.07851,-1.286477,2.257731,0.197526,-2.700937,3.870678,0.33864,-3.885463,5.363382,0.469235,-4.517603,6.768456,0.592163,-4.757428,8.064094,0.705517,-4.673591,9.216864,0.806371,-4.314312,10.198952,0.892293,-3.726295,10.978779,0.960519,-2.952992,11.549921,1.010487,-2.044342,11.892678,1.040475,-1.044449,12.001839,1.050025,0.0,11.878615,1.039244,1.043214,11.522621,1.008099,2.03951,10.939878,0.957115,2.942529,10.150797,0.88808,3.708701,9.162498,0.801615,4.288863,8.002312,0.700112,4.637785,6.704691,0.586584,4.712608,5.297162,0.463442,4.461825,3.811596,0.333471,3.826155,2.215391,0.193822,2.650285,1.115638,0.097606,1.599382,1.918038,0.167807,3.334829};
			return value;
		}
		private double[] getCoordinate_7_33_point_15()
		{
			double[] value = {2.015513,0.176335,4.338792,1.767793,0.154662,4.875525,1.334591,0.116762,4.999789,0.831584,0.072754,4.734162,0.355132,0.03107,4.074685,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.373131,0.065793,-4.330697,0.853296,0.150459,-4.913938,1.353329,0.238628,-5.128609,1.780986,0.314036,-4.968704,2.024557,0.356984,-4.408653,1.931209,0.340524,-3.396553,1.077093,0.189921,-1.561978,2.065483,0.3642,-2.49952,3.666868,0.646568,-3.723435,5.129298,0.904434,-4.370388,6.49991,1.146109,-4.621497,7.762488,1.368736,-4.550812,8.887904,1.567177,-4.208433,9.840761,1.735192,-3.636998,10.605741,1.870078,-2.885639,11.164079,1.968528,-1.998896,11.495386,2.026947,-1.021231,11.600901,2.045552,0.0,11.481793,2.02455,1.020023,11.137692,1.963876,1.994171,10.568162,1.863452,2.875414,9.794296,1.726999,3.619826,8.830253,1.557012,4.181135,7.698462,1.357446,4.513276,6.43106,1.133969,4.572544,5.059977,0.89221,4.311323,3.604494,0.63557,3.660099,2.024352,0.356948,2.449746,1.233361,0.217475,1.788594,1.940371,0.34214,3.412667,2.00667,0.35383,4.369704,1.748621,0.308329,4.87841,1.316997,0.232222,4.990923,0.81965,0.144526,4.720179,0.350036,0.061721,4.06265,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.36468,0.097716,-4.315352,0.833477,0.22333,-4.89363,1.324244,0.35483,-5.116487,1.749942,0.468895,-4.977531,2.008186,0.538092,-4.458488,1.962625,0.525884,-3.519283,1.301022,0.348608,-1.923597,1.736022,0.465166,-2.141894,3.332297,0.892886,-3.449847,4.747567,1.272107,-4.124211,6.066211,1.625436,-4.397446,7.278914,1.950379,-4.350731,8.353967,2.238439,-4.032938,9.266012,2.48282,-3.491523,9.998136,2.678993,-2.773497,10.530715,2.821697,-1.922352,10.849643,2.907153,-0.982706,10.94923,2.933837,0.0,10.836813,2.903715,0.981544,10.499611,2.813362,1.916674,9.956817,2.667921,2.762035,9.211356,2.468175,3.470928,8.289964,2.221289,4.00204,7.206076,1.930862,4.307194,5.991313,1.605367,4.343152,4.672335,1.251948,4.058857,3.264007,0.874588,3.379149,1.702459,0.456172,2.100483,1.406694,0.376922,2.079835,1.97077,0.528066,3.533887,1.989267,0.533022,4.416485,1.718141,0.460374,4.887076,1.288693,0.345304,4.979126,0.800139,0.214397,4.697892,0.341906,0.091613,4.04586,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.352892,0.128442,-4.292436,0.806535,0.293555,-4.867644,1.283715,0.467234,-5.098358,1.70544,0.620729,-4.986373,1.980411,0.720811,-4.519569,1.993587,0.725606,-3.6746,1.52226,0.554057,-2.313536,1.235772,0.449784,-1.567253,2.869843,1.044537,-3.054023,4.228931,1.539205,-3.776229,5.477551,1.993665,-4.081571,6.619401,2.409265,-4.066982,7.633087,2.778217,-3.787799,8.491511,3.090657,-3.289009,9.173288,3.338804,-2.615723,9.673368,3.520818,-1.815142,9.972229,3.629594,-0.928449,10.069718,3.665078,0.0,9.954546,3.623158,0.926803};
			return value;
		}
		private double[] getCoordinate_7_33_point_16()
		{
			double[] value = {9.639092,3.508343,1.808711,9.129975,3.323039,2.603372,8.431441,3.068794,3.265742,7.561176,2.752043,3.752114,6.541541,2.380926,4.019144,5.393942,1.963234,4.01927,4.147171,1.509447,3.703221,2.79445,1.017097,2.973791,1.251221,0.455407,1.586845,1.596983,0.581254,2.4271,1.998311,0.727326,3.683306,1.960593,0.713598,4.474342,1.673457,0.609089,4.892862,1.247774,0.454153,4.955617,0.773359,0.28148,4.667419,0.330658,0.12035,4.021995,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.338147,0.15768,-4.264593,0.771922,0.359953,-4.830351,1.231533,0.574273,-5.071284,1.645823,0.76746,-4.989323,1.937366,0.903408,-4.584197,2.009995,0.937276,-3.841314,1.712303,0.79846,-2.698224,0.447988,0.2089,-0.589084,2.281035,1.063664,-2.516844,3.585171,1.671792,-3.319309,4.754916,2.217254,-3.673617,5.814517,2.711354,-3.704054,6.744729,3.145119,-3.470255,7.538843,3.51542,-3.027575,8.168257,3.808921,-2.414939,8.623746,4.021319,-1.677795,8.895439,4.148011,-0.858704,8.982402,4.188563,0.0,8.879666,4.140656,0.857181,8.588107,4.0047,1.670862,8.115274,3.784214,2.399274,7.46782,3.482301,2.999052,6.665395,3.108125,3.429436,5.725764,2.669968,3.647515,4.662986,2.174386,3.602593,3.493051,1.628836,3.23402,2.198884,1.025357,2.4262,0.967235,0.451029,1.27187,1.767888,0.82438,2.785815,2.013565,0.938941,3.848138,1.916844,0.893839,4.53564,1.614004,0.752622,4.892862,1.195638,0.557535,4.923472,0.739294,0.344739,4.626183,0.316467,0.147571,3.991182,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.320452,0.185013,-4.229418,0.730231,0.421599,-4.782015,1.168471,0.674617,-5.03541,1.572672,0.907983,-4.989323,1.875508,1.082825,-4.644252,2.004236,1.157146,-4.008471,1.854832,1.070888,-3.058772,1.177257,0.67969,-1.620045,1.534714,0.886068,-1.772136,2.831609,1.63483,-2.743571,3.921229,2.263923,-3.170431,4.88669,2.821332,-3.257793,5.732543,3.309685,-3.086663,6.445503,3.721313,-2.708894,7.008468,4.046341,-2.168428,7.416814,4.282099,-1.510099,7.65954,4.422237,-0.773791,7.73442,4.465469,0.0,7.636916,4.409176,0.771506,7.373065,4.256841,1.501192,6.94655,4.010592,2.14927,6.365922,3.675367,2.675448,5.638366,3.255312,3.035954,4.783715,2.761879,3.189144,3.8137,2.201841,3.083491,2.724789,1.573158,2.640072,1.466371,0.84661,1.69322,1.356858,0.783382,1.867197,1.89588,1.094587,3.126465,2.004236,1.157146,4.008471,1.854545,1.070722,4.592341,1.540443,0.889375,4.887076,1.133072,0.654179,4.882862,0.698539,0.403302,4.574474,0.299553,0.172947,3.953581,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.300252,0.210239,-4.189573,0.682583,0.47795,-4.725767,1.094815,0.766598,-4.987971,1.483158,1.038518,-4.974587,1.79405,1.256207,-4.69675,1.967747,1.377831,-4.16069,1.937772,1.356842,-3.378402,1.588046,1.111962,-2.310388};
			return value;
		}
		private double[] getCoordinate_7_33_point_17()
		{
			double[] value = {0.584737,0.409437,-0.713832,1.956309,1.369823,-2.003948,2.9922,2.095161,-2.557719,3.870524,2.71017,-2.728002,4.624525,3.238127,-2.632541,5.255346,3.679833,-2.335085,5.748267,4.02498,-1.88029,6.104819,4.27464,-1.314096,6.312072,4.41976,-0.674154,6.373779,4.462968,0.0,6.285986,4.401495,0.671368,6.050884,4.236874,1.302486,5.673936,3.972933,1.855976,5.156792,3.610824,2.291295,4.513703,3.160529,2.569455,3.748828,2.624958,2.642229,2.864031,2.005416,2.448161,1.835224,1.285038,1.879915,1.024542,0.717392,1.250735,1.690821,1.183925,2.459912,1.968973,1.37869,3.4328,1.96542,1.376202,4.15577,1.771899,1.240697,4.63876,1.451045,1.016033,4.86688,1.059765,0.742056,4.828284,0.651801,0.456396,4.512651,0.280007,0.196063,3.907077,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.277648,0.232974,-4.142744,0.62933,0.528071,-4.659142,1.011195,0.848493,-4.926385,1.37882,1.156967,-4.945244,1.688691,1.41698,-4.727414,1.89654,1.591386,-4.288138,1.955852,1.641155,-3.646324,1.809535,1.51838,-2.815137,1.346337,1.129711,-1.757519,0.863541,0.724597,-0.945894,1.96559,1.649326,-1.796659,2.786739,2.338351,-2.100302,3.460143,2.903405,-2.106263,4.007283,3.36251,-1.903978,4.432689,3.719468,-1.550478,4.732771,3.971266,-1.089382,4.905038,4.115815,-0.560196,4.95299,4.156052,0.0,4.873221,4.089118,0.556562,4.666047,3.915279,1.074024,4.336715,3.638936,1.516908,3.888182,3.262572,1.84739,3.321742,2.787272,2.022015,2.635997,2.211864,1.986691,1.814711,1.522723,1.658747,1.020926,0.856659,1.118288,1.526241,1.280668,1.992366,1.880474,1.577905,2.925499,1.977961,1.659706,3.687542,1.88982,1.585748,4.272944,1.664884,1.397003,4.660766,1.346574,1.12991,4.829593,0.977086,0.819873,4.760214,0.599529,0.503065,4.438516,0.258314,0.216751,3.854274,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.252972,0.252972,-4.089174,0.57103,0.57103,-4.57989,0.918605,0.918605,-4.84832,1.260001,1.260001,-4.895758,1.561536,1.561536,-4.735812,1.788309,1.788309,-4.380445,1.909745,1.909745,-3.857124,1.894628,1.894628,-3.193196,1.706473,1.706473,-2.413317,1.279552,1.279552,-1.518401,0.819723,0.819723,-0.811725,1.621519,1.621519,-1.323965,2.254205,2.254205,-1.486555,2.740423,2.740423,-1.410583,3.103931,3.103931,-1.176196,3.353504,3.353504,-0.836243,3.494123,3.494123,-0.43232,3.526195,3.526195,0.0,3.450981,3.450981,0.426982,3.269271,3.269271,0.815238,2.983306,2.983306,1.130486,2.589121,2.589121,1.332703,2.082403,2.082403,1.373259,1.458585,1.458585,1.190929,1.076743,1.076743,1.066237,1.503834,1.503834,1.784548,1.816912,1.816912,2.569501,1.945745,1.945745,3.279347,1.923351,1.923351,3.884604,1.777761,1.777761,4.354607,1.535882,1.535882,4.65801,1.227625,1.227625,4.769963,0.885521,0.885521,4.673709,0.542704,0.542704,4.352703};
			return value;
		}
		private double[] getCoordinate_7_33_point_18()
		{
			double[] value = {0.234801,0.234801,3.795443,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.226585,0.270034,-4.02914,0.509053,0.606665,-4.491344,0.818903,0.975931,-4.754585,1.128574,1.344982,-4.823882,1.411959,1.682707,-4.710663,1.643046,1.958106,-4.427341,1.800891,2.146219,-4.001228,1.867695,2.225832,-3.46278,1.828556,2.179188,-2.844728,1.671623,1.992163,-2.182149,1.385199,1.650816,-1.508938,0.993419,1.18391,-0.892286,1.044559,1.244857,-0.757771,1.469666,1.75148,-0.83218,1.795561,2.139867,-0.748489,2.010031,2.395462,-0.551384,2.123007,2.530101,-0.288959,2.141227,2.551815,0.0,2.068457,2.465091,0.281534,1.904681,2.26991,0.522485,1.653815,1.97094,0.689401,1.332985,1.58859,0.754786,1.120747,1.335654,0.813041,1.314196,1.566198,1.180408,1.601253,1.908299,1.744292,1.805258,2.151423,2.356597,1.904743,2.269985,2.963254,1.902264,2.26703,3.526872,1.806226,2.152577,4.013081,1.62853,1.940807,4.388226,1.38548,1.651151,4.622323,1.096328,1.306553,4.686052,0.786613,0.937449,4.567109,0.481801,0.574189,4.25091,0.209812,0.250044,3.730882,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.198866,0.284011,-3.962948,0.443881,0.633927,-4.388904,0.71364,1.019184,-4.643393,0.987002,1.409586,-4.727821,1.243637,1.776097,-4.64975,1.466134,2.093856,-4.427341,1.638664,2.340255,-4.080111,1.749436,2.498453,-3.634906,1.791542,2.558587,-3.123458,1.762448,2.517037,-2.578331,1.668397,2.382718,-2.036737,1.520464,2.171448,-1.530468,1.341916,1.916455,-1.090955,1.179647,1.684711,-0.74856,1.099157,1.569759,-0.513477,1.108773,1.583492,-0.340855,1.147093,1.638219,-0.174968,1.171401,1.672934,0.0,1.18363,1.690399,0.180541,1.213098,1.732484,0.372927,1.292583,1.846,0.603837,1.420457,2.028623,0.901369,1.568754,2.240413,1.27537,1.704369,2.434091,1.715583,1.80284,2.574723,2.200861,1.852245,2.64528,2.709697,1.842055,2.630728,3.211526,1.769211,2.526695,3.675994,1.635759,2.336106,4.072876,1.447175,2.066781,4.370091,1.21599,1.736614,4.546386,0.954839,1.363651,4.573756,0.682668,0.974951,4.441868,0.41863,0.597865,4.139235,0.183493,0.262055,3.656587,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.170206,0.294806,-3.890931,0.376776,0.652595,-4.273604,0.603964,1.046097,-4.508052,0.837294,1.450236,-4.600895,1.061262,1.83816,-4.551768,1.262283,2.186339,-4.372677,1.431,2.478564,-4.087359,1.55693,2.696683,-3.710955,1.63742,2.836094,-3.27484,1.67101,2.894275,-2.804288,1.66145,2.877716,-2.32672,1.618815,2.803869,-1.869246,1.554846,2.693072,-1.450073,1.488374,2.577939,-1.083447,1.434381,2.484421,-0.768683,1.405588,2.434549,-0.495686,1.404285,2.432293,-0.245718,1.426427,2.470644,0.0,1.467128,2.54114,0.256714,1.520651,2.633845,0.536264,1.582395,2.740789,0.848003,1.644876,2.849008,1.197372,1.700136,2.944723,1.585573};
			return value;
		}
		private double[] getCoordinate_7_33_point_19()
		{
			double[] value = {1.737916,3.010158,2.006772,1.750238,3.031501,2.45106,1.72832,2.993538,2.900465,1.66674,2.886879,3.333481,1.563391,2.707873,3.726355,1.420036,2.459575,4.056044,1.240078,2.147878,4.295755,1.03216,1.787753,4.426948,0.806185,1.396353,4.429949,0.575365,0.996561,4.29458,0.353665,0.612565,4.011463,0.156492,0.271052,3.577416,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.141,0.302375,-3.813449,0.308817,0.66226,-4.144135,0.493273,1.057828,-4.355991,0.683436,1.465632,-4.443073,0.868814,1.863177,-4.408653,1.040744,2.231883,-4.265367,1.190366,2.552749,-4.022589,1.312088,2.813781,-3.699994,1.401309,3.005116,-3.315779,1.458249,3.127224,-2.895322,1.48287,3.180025,-2.456867,1.482043,3.178252,-2.02466,1.461884,3.135021,-1.613011,1.432896,3.072856,-1.234049,1.406476,3.016197,-0.891736,1.389705,2.980232,-0.57982,1.390061,2.980994,-0.287765,1.406975,3.017268,0.0,1.435185,3.077764,0.297106,1.470046,3.152524,0.61334,1.506385,3.230454,0.955081,1.5365,3.295034,1.323275,1.554654,3.333966,1.715371,1.556632,3.338209,2.126558,1.535543,3.292982,2.544137,1.487878,3.190764,2.95415,1.412128,3.028317,3.341379,1.305892,2.800495,3.682524,1.17289,2.515272,3.963532,1.015203,2.17711,4.16069,0.839508,1.800331,4.259945,0.653774,1.402023,4.250242,0.466867,1.0012,4.122802,0.288335,0.618336,3.869279,0.129026,0.276698,3.489622,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.111639,0.306725,-3.730882,0.241492,0.663493,-4.004349,0.383006,1.052301,-4.179284,0.529092,1.453668,-4.250242,0.673402,1.850156,-4.22231,0.80953,2.224166,-4.099606,0.931406,2.559017,-3.889203,1.034573,2.842467,-3.604924,1.115432,3.064625,-3.261306,1.172489,3.221387,-2.876541,1.205763,3.312807,-2.468522,1.216552,3.342449,-2.053612,1.209269,3.322439,-1.648708,1.190209,3.270071,-1.266594,1.166191,3.204084,-0.91363,1.146167,3.149067,-0.590901,1.13835,3.12759,-0.29119,1.146761,3.150701,0.0,1.168371,3.210072,0.298869,1.197459,3.289991,0.617345,1.226334,3.369325,0.960748,1.248632,3.430588,1.328766,1.258908,3.458822,1.716386,1.252334,3.44076,2.114014,1.225903,3.36814,2.509754,1.178051,3.236669,2.890188,1.108853,3.046548,3.242069,1.018179,2.797425,3.547799,0.908011,2.49474,3.791514,0.782224,2.149143,3.961322,0.64532,1.773003,4.046235,0.502252,1.379925,4.034631,0.359726,0.988338,3.92525,0.22388,0.615105,3.712316,0.101676,0.279354,3.397947,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.082457,0.307732,-3.641475,0.175644,0.655511,-3.848732,0.275947,1.029848,-3.979026,0.379174,1.415096,-4.025095,0.481738,1.797869,-3.991552,0.579121,2.161309,-3.875554,0.667887,2.492588,-3.685361,0.744944,2.78017,-3.430157,0.806977,3.011679,-3.117919,0.853289,3.184517,-2.766389,0.881667,3.290426,-2.385257,0.892191,3.329703,-1.99022};
			return value;
		}
		private double[] getCoordinate_7_33_point_20()
		{
			double[] value = {0.887375,3.311727,-1.59876,0.86875,3.24222,-1.2217,0.842203,3.143145,-0.871913,0.815107,3.042021,-0.555312,0.79672,2.973398,-0.269315,0.794575,2.965396,0.0,0.809548,3.021275,0.273652,0.83512,3.11671,0.568946,0.863392,3.222222,0.893849,0.885877,3.306139,1.245785,0.896875,3.347182,1.615876,0.893776,3.335617,1.993755,0.874912,3.265217,2.366983,0.83927,3.1322,2.720942,0.787639,2.939507,3.043202,0.721095,2.691164,3.320343,0.641932,2.395721,3.54214,0.552678,2.062621,3.698591,0.455949,1.701624,3.777872,0.356126,1.32908,3.780433,0.256732,0.958137,3.701956,0.161491,0.602693,3.538618,0.0747,0.278783,3.298907,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.053901,0.305686,-3.547909,0.112729,0.63932,-3.681696,0.174711,0.990835,-3.754894,0.237946,1.349461,-3.76481,0.300526,1.704368,-3.711414,0.36021,2.042855,-3.592913,0.415177,2.354585,-3.41457,0.463352,2.627798,-3.179999,0.503125,2.853363,-2.897381,0.532944,3.022475,-2.575282,0.551973,3.130394,-2.22574,0.559554,3.173388,-1.86042,0.555875,3.152524,-1.492724,0.541639,3.071785,-1.135286,0.518911,2.942891,-0.80071,0.491924,2.789841,-0.499513,0.467919,2.653698,-0.23575,0.456285,2.587723,0.0,0.461868,2.619384,0.232702,0.48042,2.724597,0.487831,0.503786,2.857115,0.777372,0.523369,2.968171,1.096992,0.535222,3.035393,1.437262,0.537172,3.046456,1.786006,0.528017,2.994534,2.129142,0.507707,2.87935,2.453333,0.477602,2.708615,2.750399,0.438029,2.484184,3.006206,0.390633,2.215392,3.212716,0.337316,1.913015,3.364554,0.279931,1.587566,3.457067,0.220202,1.248828,3.484057,0.160444,0.909921,3.448258,0.102609,0.581924,3.351167,0.048513,0.275133,3.193294,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.026311,0.300741,-3.450617,0.053773,0.614632,-3.499065,0.081825,0.935262,-3.50378,0.109935,1.256559,-3.465556,0.137377,1.570223,-3.380216,0.163495,1.868755,-3.249142,0.187443,2.142479,-3.071466,0.208698,2.38543,-2.853704,0.226478,2.588658,-2.598547,0.240327,2.746953,-2.313772,0.249498,2.851775,-2.004462,0.253824,2.901222,-1.681419,0.253052,2.892396,-1.353898,0.247301,2.826668,-1.032753,0.236924,2.708059,-0.728394,0.223146,2.55057,-0.451452,0.208399,2.382015,-0.209195,0.196829,2.249762,0.0,0.192858,2.204381,0.193595,0.19766,2.259262,0.399891,0.207274,2.369147,0.637236,0.217121,2.481706,0.906717,0.224018,2.560532,1.198557,0.22657,2.589706,1.500878,0.224295,2.563704,1.801982,0.217204,2.482654,2.091151,0.205659,2.350689,2.359668,0.18985,2.169991,2.595973,0.170716,1.95129,2.797375,0.148817,1.700985,2.957446,0.124896,1.427564,3.073115,0.099711,1.139697,3.143254,0.073952,0.845276,3.166663,0.048341,0.552545,3.145608,0.023514,0.268767,3.083757,-0.0,-0.0,2.982286,0.0,0.0,-3.364829,0.0,0.293091,-3.350042};
			return value;
		}
		private double[] getCoordinate_7_33_point_21()
		{
			double[] value = {0.0,0.582571,-3.303922,0.0,0.865233,-3.229093,0.0,1.137303,-3.124713,0.0,1.39537,-2.992381,0.0,1.637247,-2.835795,0.0,1.857179,-2.652327,0.0,2.054365,-2.448297,0.0,2.222803,-2.222803,0.0,2.361518,-1.981549,0.0,2.464721,-1.725816,0.0,2.529807,-1.460585,0.0,2.555152,-1.191487,0.0,2.540299,-0.924593,0.0,2.486094,-0.666147,0.0,2.397584,-0.422759,0.0,2.283283,-0.199761,0.0,2.160342,0.0,0.0,2.048998,0.179264,0.0,1.973531,0.347987,0.0,1.946026,0.521436,0.0,1.956946,0.71227,0.0,1.982412,0.924414,0.0,1.996712,1.152802,0.0,1.986042,1.390641,0.0,1.941546,1.62915,0.0,1.862426,1.862426,0.0,1.746943,2.081926,0.0,1.599008,2.28362,0.0,1.423056,2.464805,0.0,1.222186,2.620986,0.0,1.000874,2.749878,0.0,0.764148,2.851841,0.0,0.515728,2.924841,0.0,0.259616,2.967424,-0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.024727,0.282628,-3.242792,-0.047547,0.543468,-3.093931,-0.068275,0.780392,-2.923589,-0.086769,0.99177,-2.735275,-0.103171,1.179254,-2.538578,-0.117666,1.344929,-2.338383,-0.130505,1.49168,-2.138477,-0.142158,1.624872,-1.943844,-0.152816,1.746692,-1.753365,-0.162641,1.858992,-1.565838,-0.171769,1.963327,-1.379987,-0.179781,2.054901,-1.190929,-0.186591,2.132745,-0.998314,-0.191642,2.190474,-0.800313,-0.194675,2.225141,-0.598502,-0.195451,2.234009,-0.395421,-0.193888,2.21615,-0.194629,-0.189852,2.17002,0.0,-0.1834,2.096272,0.184101,-0.174981,2.000042,0.354008,-0.164956,1.885459,0.507137,-0.153784,1.757763,0.642217,-0.142472,1.628467,0.762267,-0.131938,1.508053,0.874001,-0.123037,1.40632,0.988477,-0.116086,1.326867,1.117627,-0.110829,1.266787,1.271626,-0.106132,1.213098,1.451236,-0.100774,1.151854,1.651301,-0.09381,1.072248,1.864282,-0.084623,0.967243,2.082183,-0.07283,0.832453,2.295883,-0.058334,0.66676,2.497888,-0.041254,0.471531,2.684401,-0.021722,0.248283,2.848731,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.047632,0.270133,-3.135264,-0.087928,0.498664,-2.871689,-0.12021,0.681745,-2.583557,-0.144421,0.819052,-2.285043,-0.161094,0.913607,-1.989461,-0.171642,0.97343,-1.712039,-0.178799,1.01402,-1.47051,-0.186311,1.056623,-1.27866,-0.197924,1.12248,-1.139797,-0.215056,1.219642,-1.039189,-0.236729,1.342556,-0.95457,-0.260549,1.477644,-0.866279,-0.28487,1.615577,-0.764978,-0.308399,1.749016,-0.64641,-0.330216,1.87275,-0.509543,-0.34925,1.980693,-0.354637,-0.364541,2.067413,-0.183665,-0.375362,2.128781,0.0,-0.381305,2.162489,0.192112,-0.381208,2.161936,0.387088,-0.375228,2.128025,0.578999,-0.363099,2.059237,0.761063,-0.34465,1.954606,0.925508,-0.3203,1.816512,1.064943,-0.29033,1.646544,1.170708,-0.255911,1.451342,1.236607,-0.218089,1.236845,1.255925};
			return value;
		}
		private double[] getCoordinate_7_33_point_22()
		{
			double[] value = {-0.179707,1.019172,1.233339,-0.146134,0.828769,1.201863,-0.125741,0.713115,1.254205,-0.118504,0.672067,1.463487,-0.11185,0.634334,1.769704,-0.097901,0.555223,2.104085,-0.074329,0.421541,2.427557,-0.041376,0.234654,2.723484,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.068478,0.255562,-3.024137,-0.12021,0.44863,-2.63406,-0.15281,0.570296,-2.203454,-0.164166,0.612675,-1.742691,-0.151894,0.566876,-1.258554,-0.112413,0.419531,-0.752283,-0.108946,0.406594,-0.60116,-0.176609,0.659115,-0.813212,-0.229826,0.857722,-0.88798,-0.268727,1.002905,-0.871223,-0.29651,1.106592,-0.802178,-0.319091,1.190862,-0.711799,-0.344977,1.287472,-0.621536,-0.380833,1.421289,-0.535555,-0.42678,1.592766,-0.441836,-0.47804,1.784069,-0.325677,-0.528128,1.971001,-0.178523,-0.572866,2.137964,0.0,-0.609059,2.273039,0.20588,-0.634649,2.368541,0.43237,-0.648033,2.418491,0.670893,-0.648592,2.420578,0.912097,-0.636374,2.37498,1.146539,-0.610613,2.278838,1.3621,-0.572122,2.13519,1.547817,-0.521591,1.946605,1.691016,-0.460838,1.719872,1.780543,-0.391136,1.459738,1.801016,-0.315066,1.175844,1.738518,-0.236052,0.880956,1.579688,-0.162299,0.605709,1.34477,-0.121265,0.452566,1.287278,-0.115717,0.43186,1.668579,-0.098191,0.366453,2.151571,-0.058819,0.219516,2.597589,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.08718,0.239526,-2.913499,-0.143654,0.394686,-2.382032,-0.161851,0.444683,-1.766087,-0.126929,0.348734,-1.019629,-0.129176,0.354909,-0.809952,-0.254796,0.700046,-1.290332,-0.357836,0.983145,-1.494188,-0.442395,1.21547,-1.541505,-0.50784,1.395278,-1.484824,-0.553433,1.520544,-1.357772,-0.579673,1.592638,-1.186747,-0.591471,1.625052,-0.998438,-0.597396,1.641333,-0.814486,-0.612116,1.681776,-0.651401,-0.647711,1.779572,-0.507437,-0.703527,1.932924,-0.3627,-0.769464,2.114085,-0.196829,-0.834645,2.293168,0.0,-0.892115,2.451065,0.228203,-0.93622,2.572243,0.482664,-0.965055,2.651468,0.756054,-0.975651,2.68058,1.038267,-0.967521,2.658241,1.31911,-0.940516,2.584046,1.587647,-0.89436,2.457234,1.830997,-0.829478,2.278972,2.035011,-0.747754,2.054437,2.186286,-0.650621,1.787568,2.267061,-0.54142,1.48754,2.260768,-0.423541,1.163668,2.144885,-0.302446,0.830964,1.896374,-0.186671,0.512876,1.499548,-0.119132,0.327311,1.299938,-0.112115,0.308034,1.859063,-0.073872,0.202961,2.468735,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.103538,0.222038,-2.800274,-0.157419,0.337587,-2.112472,-0.14065,0.301625,-1.24205,-0.158894,0.34075,-1.032986,-0.323868,0.694537,-1.643414,-0.471877,1.011944,-1.933932,-0.602853,1.292822,-2.037213,-0.712543,1.528054,-2.009322,-0.798351,1.712068,-1.889058,-0.858775,1.841649,-1.70508,-0.896305,1.922132,-1.485027,-0.916714,1.9659,-1.252348,-0.929191,1.992656,-1.025248,-0.945911,2.028512,-0.814644,-0.977508,2.096273,-0.619761,-1.027144,2.202718,-0.42855};
			return value;
		}
		private double[] getCoordinate_7_33_point_23()
		{
			double[] value = {-1.08809,2.333416,-0.225252,-1.15266,2.471887,0.0,-1.211786,2.598684,0.250859,-1.259715,2.701467,0.525585,-1.293148,2.773164,0.819884,-1.307346,2.803613,1.125922,-1.301831,2.791787,1.436412,-1.273004,2.729967,1.739086,-1.221322,2.619133,2.023525,-1.144847,2.455132,2.273069,-1.045571,2.242235,2.474032,-0.923854,1.981212,2.605204,-0.78395,1.681186,2.649191,-0.629439,1.349836,2.579681,-0.467097,1.001694,2.370209,-0.304962,0.653993,1.982582,-0.158879,0.340718,1.403028,-0.116488,0.249809,1.563197,-0.086444,0.185381,2.337959,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.117596,0.203683,-2.688267,-0.160828,0.278562,-1.824199,-0.11288,0.195513,-0.842545,-0.305541,0.529213,-1.678935,-0.501525,0.868667,-2.151048,-0.683472,1.183808,-2.367616,-0.844225,1.46224,-2.411356,-0.977963,1.693882,-2.330982,-1.080925,1.872216,-2.161849,-1.153828,1.998489,-1.936353,-1.200695,2.079666,-1.681472,-1.228762,2.128279,-1.418852,-1.249175,2.163635,-1.165,-1.273159,2.205175,-0.926784,-1.307154,2.264056,-0.700501,-1.353363,2.344094,-0.477269,-1.407612,2.438055,-0.2463,-1.463179,2.534301,0.0,-1.515651,2.625184,0.265205,-1.558909,2.700109,0.549755,-1.590843,2.755421,0.85253,-1.606408,2.782381,1.16937,-1.602473,2.775565,1.494491,-1.576287,2.730209,1.820139,-1.523967,2.639588,2.134186,-1.442981,2.499316,2.421609,-1.332749,2.30839,2.665499,-1.193029,2.066386,2.843592,-1.027446,1.779588,2.934689,-0.840212,1.455291,2.910581,-0.638818,1.106465,2.739898,-0.433939,0.751605,2.384478,-0.238015,0.412254,1.776566,-0.116917,0.202505,1.326133,-0.096569,0.167262,2.207572,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.129276,0.184625,-2.576164,-0.153217,0.218816,-1.514943,-0.201567,0.287868,-1.311525,-0.442508,0.631967,-2.119651,-0.674572,0.963388,-2.522111,-0.888814,1.269358,-2.683987,-1.076002,1.53669,-2.679137,-1.227431,1.752953,-2.550306,-1.340699,1.914717,-2.337438,-1.41848,2.025799,-2.07513,-1.465655,2.093172,-1.789235,-1.494601,2.134511,-1.504434,-1.516736,2.166123,-1.23308,-1.543115,2.203796,-0.979203,-1.576837,2.251957,-0.736628,-1.619115,2.312336,-0.497743,-1.664208,2.376736,-0.253845,-1.708546,2.440057,0.0,-1.750035,2.499309,0.266936,-1.786192,2.550946,0.549105,-1.815249,2.592444,0.848003,-1.83301,2.61781,1.16316,-1.837195,2.623786,1.493607,-1.820048,2.599298,1.832023,-1.777423,2.538424,2.169833,-1.701992,2.430697,2.489888,-1.591626,2.273078,2.774915,-1.44343,2.061432,2.9991,-1.260124,1.799643,3.137582,-1.046462,1.494503,3.160043,-0.810357,1.15731,3.02979,-0.56498,0.806876,2.706302,-0.325679,0.465118,2.119076,-0.130752,0.186734,1.292823,-0.104292,0.148944,2.078299,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.138833,0.165455,-2.468735,-0.135202,0.161127,-1.19288,-0.2983,0.3555,-1.731943,-0.57393,0.683984,-2.45316,-0.840417,1.00157,-2.803849};
			return value;
		}
		private double[] getCoordinate_7_33_point_24()
		{
			double[] value = {-1.083997,1.291858,-2.920931,-1.289969,1.537325,-2.866057,-1.451623,1.729977,-2.691366,-1.565077,1.865186,-2.434828,-1.634463,1.947877,-2.13364,-1.671921,1.992518,-1.821273,-1.689878,2.013918,-1.517844,-1.703781,2.030487,-1.236001,-1.725229,2.056048,-0.976889,-1.75357,2.089823,-0.730984,-1.787849,2.130675,-0.490436,-1.821406,2.170667,-0.247908,-1.85122,2.206198,0.0,-1.878309,2.238481,0.255653,-1.904681,2.26991,0.522485,-1.93109,2.301384,0.804985,-1.955761,2.330786,1.107425,-1.97536,2.354142,1.433017,-1.980216,2.359929,1.778625,-1.960334,2.336235,2.135449,-1.905109,2.270421,2.486943,-1.808117,2.15483,2.812931,-1.664197,1.983312,3.085486,-1.47363,1.756203,3.274116,-1.240533,1.478409,3.34273,-0.976108,1.16328,3.256551,-0.693959,0.827028,2.9662,-0.414238,0.493669,2.40508,-0.165913,0.197728,1.463843,-0.109837,0.130899,1.953126,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.14627,0.14627,-2.364387,-0.119068,0.119068,-0.954973,-0.388645,0.388645,-2.051235,-0.698573,0.698573,-2.714319,-0.996649,0.996649,-3.022628,-1.262897,1.262897,-3.093453,-1.480797,1.480797,-2.990775,-1.64093,1.64093,-2.765614,-1.742175,1.742175,-2.463808,-1.790581,1.790581,-2.124822,-1.802593,1.802593,-1.785005,-1.798394,1.798394,-1.468382,-1.797171,1.797171,-1.18516,-1.812273,1.812273,-0.932834,-1.83769,1.83769,-0.69637,-1.866975,1.866975,-0.465556,-1.888562,1.888562,-0.233667,-1.901392,1.901392,0.0,-1.905395,1.905395,0.23575,-1.910551,1.910551,0.476423,-1.926756,1.926756,0.73012,-1.955995,1.955995,1.006812,-1.997928,1.997928,1.317551,-2.036292,2.036292,1.662625,-2.056805,2.056805,2.036737,-2.039476,2.039476,2.420177,-1.97147,1.97147,2.78808,-1.845947,1.845947,3.111148,-1.659904,1.659904,3.352519,-1.418163,1.418163,3.473776,-1.131163,1.131163,3.430581,-0.817627,0.817627,3.176905,-0.500336,0.500336,2.640732,-0.21011,0.21011,1.68517,-0.113349,0.113349,1.832238,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.151764,0.127345,-2.26445,-0.14038,0.117793,-1.039279,-0.472523,0.396494,-2.30206,-0.814404,0.683366,-2.920924,-1.139441,0.956105,-3.189814,-1.422637,1.193735,-3.216628,-1.64361,1.379152,-3.064206,-1.792487,1.504075,-2.788615,-1.867394,1.56693,-2.43771,-1.879948,1.577463,-2.059232,-1.853775,1.555502,-1.694454,-1.821226,1.52819,-1.372616,-1.814611,1.52264,-1.104593,-1.845079,1.548205,-0.876651,-1.895466,1.590485,-0.663002,-1.940539,1.628305,-0.44667,-1.9653,1.649083,-0.224454,-1.961171,1.645618,0.0,-1.930728,1.620073,0.220505,-1.887325,1.583653,0.434422,-1.85333,1.555129,0.648263,-1.85493,1.556471,0.881332,-1.903684,1.597381,1.158813,-1.982005,1.663099,1.493792,-2.058418,1.727217,1.881509,-2.097383,1.759913,2.297404,-2.078454,1.74403,2.713229,-1.98566,1.666167,3.089139,-1.816435,1.52417,3.386406,-1.574089,1.320817,3.559065,-1.272734,1.067951,3.562962};
			return value;
		}
		private double[] getCoordinate_7_33_point_25()
		{
			double[] value = {-0.933112,0.782974,3.346679,-0.581919,0.488288,2.835019,-0.255004,0.213974,1.887879,-0.115333,0.096776,1.720867,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.15561,0.108959,-2.171305,-0.183666,0.128604,-1.271584,-0.549563,0.384808,-2.503806,-0.920121,0.644276,-3.086133,-1.266951,0.887129,-3.316826,-1.56046,1.092646,-3.299506,-1.776372,1.243829,-3.09701,-1.90207,1.331844,-2.767251,-1.9398,1.358263,-2.368059,-1.902663,1.332259,-1.948995,-1.832297,1.282988,-1.566239,-1.791625,1.25451,-1.262764,-1.83003,1.281401,-1.041756,-1.935993,1.355597,-0.860211,-2.058291,1.441231,-0.673279,-2.15387,1.508156,-0.463632,-2.203403,1.542839,-0.235332,-2.200074,1.540508,0.0,-2.144248,1.501419,0.229014,-2.038567,1.42742,0.438813,-1.902546,1.332177,0.622333,-1.781053,1.247107,0.791367,-1.746468,1.22289,0.994188,-1.828028,1.279999,1.288421,-1.965941,1.376567,1.680478,-2.080454,1.45675,2.131117,-2.126088,1.488703,2.595474,-2.081037,1.457158,3.027623,-1.940066,1.358449,3.382402,-1.707285,1.195454,3.609958,-1.398515,0.979251,3.661255,-1.037533,0.726488,3.479937,-0.657457,0.460356,2.99537,-0.297987,0.208653,2.063069,-0.116107,0.081299,1.620095,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.158121,0.091291,-2.086923,-0.226061,0.130516,-1.48039,-0.618246,0.356945,-2.664271,-1.013903,0.585377,-3.21662,-1.37803,0.795606,-3.412364,-1.675325,0.967249,-3.35065,-1.878019,1.084275,-3.09701,-1.974367,1.139901,-2.716963,-1.962955,1.133313,-2.266625,-1.869255,1.079215,-1.811138,-1.770552,1.022228,-1.431544,-1.787451,1.031985,-1.191634,-1.956617,1.129654,-1.053532,-2.181817,1.259673,-0.916967,-2.382227,1.37538,-0.737064,-2.527,1.458964,-0.514509,-2.605072,1.504039,-0.263173,-2.61657,1.510678,0.0,-2.556218,1.475833,0.258237,-2.424488,1.399779,0.493638,-2.224228,1.284159,0.688179,-1.967232,1.135782,0.826782,-1.719868,0.992967,0.926056,-1.643426,0.948832,1.095617,-1.793746,1.03562,1.450298,-1.992586,1.15042,1.930634,-2.11988,1.223913,2.447826,-2.135991,1.233215,2.939377,-2.032959,1.17373,3.352519,-1.816764,1.048909,3.633527,-1.506798,0.86995,3.731228,-1.130502,0.652696,3.586533,-0.725325,0.418766,3.125715,-0.337018,0.194577,2.207007,-0.116111,0.067036,1.53246,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.159516,0.074384,-2.011763,-0.263159,0.122713,-1.646734,-0.67796,0.316138,-2.791745,-1.094213,0.51024,-3.317112,-1.471429,0.686138,-3.481697,-1.767833,0.824354,-3.378517,-1.953781,0.911063,-3.078743,-2.011922,0.938175,-2.645586,-1.946592,0.907711,-2.147826,-1.799644,0.839188,-1.66619,-1.724905,0.804336,-1.33265,-1.897342,0.884745,-1.208674,-2.216561,1.033599,-1.14045,-2.52937,1.179464,-1.015787,-2.778091,1.295445,-0.82134,-2.953902,1.377427,-0.574697,-3.050573,1.422506,-0.294481,-3.073115,1.433017,0.0,-3.01826,1.407438,0.291362,-2.884821,1.345214,0.561257};
			return value;
		}
		private double[] getCoordinate_7_33_point_26()
		{
			double[] value = {-2.665394,1.242893,0.788022,-2.360215,1.100586,0.947855,-1.977389,0.922072,1.017394,-1.616284,0.753685,1.02963,-1.588737,0.74084,1.227448,-1.849292,0.862339,1.712156,-2.068896,0.964742,2.282774,-2.15484,1.004818,2.833516,-2.096286,0.977514,3.3033,-1.90352,0.887626,3.637829,-1.596598,0.744506,3.777872,-1.209984,0.564225,3.668075,-0.784167,0.365663,3.229093,-0.371542,0.173253,2.324949,-0.115894,0.054042,1.461621,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.160192,0.058305,-1.94851,-0.294143,0.107059,-1.775225,-0.727902,0.264935,-2.890911,-1.161,0.422569,-3.394536,-1.546531,0.562891,-3.529396,-1.838383,0.669117,-3.388525,-2.005479,0.729935,-3.047934,-2.025232,0.737124,-2.568475,-1.903483,0.692811,-2.025644,-1.722706,0.627014,-1.538293,-1.755943,0.639111,-1.308433,-2.108223,0.76733,-1.295299,-2.523391,0.918439,-1.252193,-2.882911,1.049294,-1.116635,-3.157044,1.14907,-0.900217,-3.346923,1.21818,-0.628027,-3.456456,1.258047,-0.321808,-3.486119,1.268844,0.0,-3.438101,1.251366,0.320099,-3.305599,1.20314,0.620273,-3.085037,1.122862,0.879685,-2.767598,1.007323,1.071971,-2.344905,0.853476,1.163622,-1.837844,0.668921,1.129178,-1.467779,0.534228,1.093709,-1.674475,0.609459,1.495224,-1.988665,0.723815,2.116293,-2.14866,0.782048,2.725012,-2.137798,0.778095,3.249032,-1.968973,0.716648,3.629231,-1.669178,0.607531,3.809292,-1.27551,0.464248,3.729342,-0.833508,0.303372,3.310332,-0.400804,0.145881,2.418955,-0.115699,0.042111,1.407315,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.160338,0.042962,-1.897321,-0.318701,0.085396,-1.8712,-0.767047,0.20553,-2.963642,-1.213344,0.325115,-3.451234,-1.603875,0.429757,-3.560855,-1.890823,0.506644,-3.39053,-2.037218,0.545871,-3.012083,-2.021092,0.54155,-2.493612,-1.849688,0.495622,-1.914938,-1.668089,0.446963,-1.449069,-1.861353,0.498748,-1.34931,-2.337553,0.626345,-1.397195,-2.802853,0.751022,-1.353098,-3.185184,0.853468,-1.200208,-3.473646,0.930761,-0.963594,-3.671689,0.983826,-0.670256,-3.785127,1.014222,-0.342838,-3.81987,1.023531,0.0,-3.77618,1.011824,0.342027,-3.647873,0.977445,0.665909,-3.4267,0.918182,0.950572,-3.107016,0.832523,1.170754,-2.674871,0.71673,1.291313,-2.12518,0.56944,1.270256,-1.533048,0.410779,1.111319,-1.505811,0.403481,1.308098,-1.895102,0.507791,1.961954,-2.126582,0.569816,2.623764,-2.160099,0.578797,3.193765,-2.015576,0.540072,3.614232,-1.724936,0.462195,3.829629,-1.326724,0.355495,3.77373,-0.872635,0.233822,3.371603,-0.424111,0.11364,2.490103,-0.115667,0.030993,1.368723,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.160217,0.028251,-1.859538,-0.336273,0.059294,-1.936521,-0.795574,0.140281,-3.014926,-1.250306,0.220463,-3.488182,-1.644931,0.290046,-3.581984,-1.926644,0.339719,-3.388525,-2.056257,0.362574,-2.981942,-2.010031,0.354423,-2.432416,-1.800801,0.31753,-1.828581};
			return value;
		}
		private double[] getCoordinate_7_33_point_27()
		{
			double[] value = {-1.649174,0.290794,-1.405169,-1.983838,0.349804,-1.410527,-2.527,0.445578,-1.481471,-3.017488,0.532065,-1.428784,-3.410888,0.601432,-1.260613,-3.704417,0.653189,-1.007908,-3.906363,0.688797,-0.699423,-4.024669,0.709658,-0.357545,-4.061611,0.716172,0.0,-4.01991,0.708819,0.357122,-3.892521,0.686356,0.696945,-3.676036,0.648184,1.000186,-3.356838,0.591901,1.240637,-2.922613,0.515336,1.383861,-2.359399,0.416026,1.383214,-1.685972,0.297282,1.198742,-1.385072,0.244226,1.180142,-1.808274,0.318847,1.836169,-2.101225,0.370503,2.542773,-2.171276,0.382854,3.148739,-2.047695,0.361064,3.601426,-1.762822,0.310833,3.838702,-1.363102,0.240352,3.802865,-0.900815,0.158838,3.413752,-0.440927,0.077747,2.539195,-0.115854,0.020428,1.344645,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.160068,0.014004,-1.836579,-0.347073,0.030365,-1.975867,-0.812908,0.07112,-3.045401,-1.273021,0.111375,-3.510956,-1.66888,0.146008,-3.592595,-1.946617,0.170307,-3.384518,-2.065318,0.180692,-2.960847,-1.998686,0.174862,-2.39104,-1.767482,0.154635,-1.774234,-1.653505,0.144663,-1.392755,-2.074374,0.181484,-1.45804,-2.647017,0.231584,-1.534094,-3.149602,0.275554,-1.474294,-3.54761,0.310376,-1.296157,-3.846073,0.336488,-1.034489,-4.048549,0.354202,-0.716595,-4.168695,0.364714,-0.366107,-4.206959,0.368061,0.0,-4.166229,0.364498,0.36589,-4.04137,0.353574,0.715325,-3.82565,0.334701,1.028995,-3.507957,0.306906,1.281669,-3.072307,0.268792,1.438113,-2.505315,0.219187,1.451969,-1.807267,0.158115,1.270296,-1.329224,0.116292,1.119612,-1.746692,0.152816,1.753365,-2.080731,0.18204,2.48919,-2.175689,0.190348,3.119075,-2.065254,0.180686,3.590788,-1.786372,0.156287,3.845521,-1.384585,0.121135,3.818646,-0.918266,0.080338,3.440108,-0.451067,0.039463,2.567898,-0.116021,0.010151,1.331189,0.0,-0.0,2.982286,-0.0,0.0,-3.364829,-0.160016,0.0,-1.828989,-0.350673,0.0,-1.988768,-0.818914,0.0,-3.05623,-1.280153,0.0,-3.517193,-1.676246,0.0,-3.594721,-1.954052,0.0,-3.384518,-2.068307,0.0,-2.953849,-1.995667,0.0,-2.378343,-1.756479,0.0,-1.756479,-1.657858,0.0,-1.391108,-2.107082,0.0,-1.475395,-2.688755,0.0,-1.552353,-3.19359,0.0,-1.489196,-3.59503,0.0,-1.308484,-3.892874,0.0,-1.043092,-4.097814,0.0,-0.722555,-4.216926,0.0,-0.368933,-4.255632,0.0,0.0,-4.214432,0.0,0.368715,-4.090548,0.0,0.721274,-3.876786,0.0,1.038782,-3.559055,0.0,1.29539,-3.122597,0.0,1.456091,-2.555378,0.0,1.475348,-1.851031,0.0,1.296106,-1.316269,0.0,1.104481,-1.724559,0.0,1.724559,-2.072677,0.0,2.47012,-2.176261,0.0,3.108023,-2.070691,0.0,3.586542,-1.793196,0.0,3.845521,-1.392342,0.0,3.825429,-0.923958,0.0,3.448258,-0.454669,0.0,2.578554,-0.11612,0.0,1.327257};
			return value;
		}
		private double[] getCoordinate_7_33_point_28()
		{
			double[] value = {0.0,-0.0,2.982286};
			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, 993 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.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()));
			return LineSet_6_28_vertexCount;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=7, element #28, 5958 total numbers made up of 1986 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/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()));
			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 NecGridYagiWireFence 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 NecGridYagiWireFence().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.NecGridYagiWireFence\" 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.NecGridYagiWireFence self-validation test confirmation: ");
                if (!validationResults.equals("success"))
                    System.out.println();
                System.out.println(validationResults.trim());

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