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, 3 Elements Vertical Yagi Antenna. </p>
 <p> Related links: Catalog page <a href="../../../../CommunicationsAndSensors/Radar/NecVerticalYagi3ElementIndex.html" target="_blank">NecVerticalYagi3Element</a>,  source <a href="../../../../CommunicationsAndSensors/Radar/NecVerticalYagi3Element.java">NecVerticalYagi3Element.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/NecVerticalYagi3Element.x3d">NecVerticalYagi3Element.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, 3 Elements Vertical Yagi Antenna. </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> NecVerticalYagi3Element.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/NecVerticalYagi3Element.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Radar/NecVerticalYagi3Element.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 NecVerticalYagi3Element
{
	/** Default constructor to create this object. */
	public NecVerticalYagi3Element ()
	{
	  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("NecVerticalYagi3Element.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("Rendering antenna 3D pattern with antenna 3D geometry, 3 Elements Vertical Yagi Antenna."))
    .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("NecVerticalYagi3Element.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/NecVerticalYagi3Element.x3d"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("NecVerticalYagi3Element.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(20.0,20.0,20.0)
        .addChild(new Shape()
          .setAppearance(new Appearance()
            .setMaterial(new Material().setEmissiveColor(0.7,0.7,0.7)))
          .setGeometry(new LineSet().setVertexCount(new int[] {2,2,2,2})
            .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-0.4,0.0,-0.535,-0.4,0.0,0.535,0.0,0.0,-0.5,0.0,0.0,0.5,-0.34,-0.2,-0.535,-0.34,-0.2,0.535,-0.34,0.2,-0.535,-0.34,0.2,0.535})))))))
    .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=7.1 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.330261,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[] getIndexedFaceSet_6_33_colorIndex_1()
		{
			int[] value = {0,511,28,28,-1,0,0,28,28,-1,0,0,28,28,-1,0,0,28,28,-1,0,0,28,28,-1,0,0,28,28,-1,0,0,28,29,-1,0,0,29,29,-1,0,0,29,29,-1,0,0,29,29,-1,0,0,29,29,-1,0,0,29,29,-1,0,0,29,30,-1,0,0,30,30,-1,0,0,30,30,-1,0,0,30,30,-1,0,0,30,30,-1,0,0,30,30,-1,0,0,30,31,-1,0,0,31,31,-1,0,0,31,31,-1,0,0,31,31,-1,0,0,31,31,-1,0,0,31,32,-1,0,0,32,32,-1,0,0,32,32,-1,0,0,32,32,-1,0,0,32,32,-1,0,0,32,32,-1,0,0,32,32,-1,0,0,32,33,-1,0,0,33,33,-1,0,0,33,33,-1,0,0,33,33,-1,0,0,33,33,-1,0,0,33,33,-1,0,0,33,33,-1,0,0,33,33,-1,0,0,33,33,-1,0,0,33,33,-1,0,0,33,33,-1,0,0,33,32,-1,0,0,32,32,-1,0,0,32,32,-1,0,0,32,32,-1,0,0,32,32,-1,0,0,32,32,-1,0,0,32,32,-1,0,0,32,31,-1,0,0,31,31,-1,0,0,31,31,-1,0,0,31,31,-1,0,0,31,31,-1,0,0,31,30,-1,0,0,30,30,-1,0,0,30,30,-1,0,0,30,30,-1,0,0,30,30,-1,0,0,30,30,-1,0,0,30,29,-1,0,0,29,29,-1,0,0,29,29,-1,0,0,29,29,-1,0,0,29,29,-1,0,0,29,29,-1,0,0,29,28,-1,0,0,28,28,-1,0,0,28,28,-1,0,0,28,28,-1,0,0,28,28,-1,0,0,28,28,-1,0,0,28,28,-1,28,28,37,37,-1,28,28,37,37,-1,28,28,37,37,-1,28,28,37,37,-1,28,28,37,38,-1,28,28,38,38,-1,29,28,38,38,-1,29,29,38,39,-1,29,29,39,39,-1,29,29,39,39,-1,29,29,39,40,-1,29,29,40,40,-1,30,29,40,41,-1,30,30,41,42,-1,30,30,42,42,-1,30,30,42,43,-1,30,30,43,43,-1,30,30,43,44,-1,31,30,44,44,-1,31,31,44,45,-1,31,31,45,45,-1,31,31,45,46,-1,31,31,46,46,-1,32,31,46,47,-1,32,32,47,47,-1,32,32,47,48,-1,32,32,48,48,-1,32,32,48,49,-1,32,32,49,49,-1,32,32,49,49,-1,33,32,49,49,-1,33,33,49,50,-1,33,33,50,50,-1,33,33,50,50,-1,33,33,50,50,-1,33,33,50,50,-1,33,33,50,50,-1,33,33,50,50,-1,33,33,50,50,-1,33,33,50,50,-1,33,33,50,49,-1,32,33,49,49,-1,32,32,49,49,-1,32,32,49,49,-1,32,32,49,48,-1,32,32,48,48,-1,32,32,48,47,-1,32,32,47,47,-1,31,32,47,46,-1,31,31,46,46,-1,31,31,46,45,-1,31,31,45,45,-1,31,31,45,44,-1,30,31,44,44,-1,30,30,44,43,-1,30,30,43,43,-1,30,30,43,42,-1,30,30,42,42,-1,30,30,42,41,-1,29,30,41,40,-1,29,29,40,40,-1,29,29,40,39,-1,29,29,39,39,-1,29,29,39,39,-1,29,29,39,38,-1,28,29,38,38,-1,28,28,38,38,-1,28,28,38,37,-1,28,28,37,37,-1,28,28,37,37,-1,28,28,37,37,-1,28,28,37,37,-1,37,37,41,41,-1,37,37,41,41,-1,37,37,41,42,-1,37,37,42,42,-1,38,37,42,42,-1,38,38,42,43,-1,38,38,43,44,-1,39,38,44,44,-1,39,39,44,45,-1,39,39,45,46,-1,40,39,46,47,-1,40,40,47,48,-1,41,40,48,49,-1,42,41,49,50,-1,42,42,50,51,-1,43,42,51,52,-1,43,43,52,53,-1,44,43,53,54,-1,44,44,54,55,-1,45,44,55,56,-1,45,45,56,57,-1,46,45,57,58,-1,46,46,58,59,-1,47,46,59,60,-1,47,47,60,61,-1,48,47,61,61,-1,48,48,61,62,-1,49,48,62,63,-1,49,49,63,63,-1,49,49,63,64,-1,49,49,64,64,-1,50,49,64,65,-1,50,50,65,65,-1,50,50,65,65,-1,50,50,65,65,-1,50,50,65,65,-1,50,50,65,65,-1,50,50,65,65,-1,50,50,65,65,-1,50,50,65,65,-1,49,50,65,64,-1,49,49,64,64,-1,49,49,64,63,-1,49,49,63,63,-1,48,49,63,62,-1,48,48,62,61,-1,47,48,61,61,-1,47,47,61,60,-1,46,47,60,59,-1,46,46,59,58,-1,45,46,58,57,-1,45,45,57,56,-1,44,45,56,55,-1,44,44,55,54,-1,43,44,54,53,-1,43,43,53,52,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_2()
		{
			int[] value = {42,43,52,51,-1,42,42,51,50,-1,41,42,50,49,-1,40,41,49,48,-1,40,40,48,47,-1,39,40,47,46,-1,39,39,46,45,-1,39,39,45,44,-1,38,39,44,44,-1,38,38,44,43,-1,38,38,43,42,-1,37,38,42,42,-1,37,37,42,42,-1,37,37,42,41,-1,37,37,41,41,-1,37,37,41,41,-1,41,41,43,43,-1,41,41,43,43,-1,42,41,43,44,-1,42,42,44,44,-1,42,42,44,45,-1,43,42,45,46,-1,44,43,46,47,-1,44,44,47,48,-1,45,44,48,49,-1,46,45,49,50,-1,47,46,50,52,-1,48,47,52,53,-1,49,48,53,55,-1,50,49,55,56,-1,51,50,56,58,-1,52,51,58,60,-1,53,52,60,61,-1,54,53,61,63,-1,55,54,63,64,-1,56,55,64,66,-1,57,56,66,67,-1,58,57,67,69,-1,59,58,69,70,-1,60,59,70,72,-1,61,60,72,73,-1,61,61,73,74,-1,62,61,74,75,-1,63,62,75,76,-1,63,63,76,77,-1,64,63,77,77,-1,64,64,77,78,-1,65,64,78,78,-1,65,65,78,79,-1,65,65,79,79,-1,65,65,79,79,-1,65,65,79,79,-1,65,65,79,79,-1,65,65,79,79,-1,65,65,79,79,-1,65,65,79,78,-1,64,65,78,78,-1,64,64,78,77,-1,63,64,77,77,-1,63,63,77,76,-1,62,63,76,75,-1,61,62,75,74,-1,61,61,74,73,-1,60,61,73,72,-1,59,60,72,70,-1,58,59,70,69,-1,57,58,69,67,-1,56,57,67,66,-1,55,56,66,64,-1,54,55,64,63,-1,53,54,63,61,-1,52,53,61,60,-1,51,52,60,58,-1,50,51,58,56,-1,49,50,56,55,-1,48,49,55,53,-1,47,48,53,52,-1,46,47,52,50,-1,45,46,50,49,-1,44,45,49,48,-1,44,44,48,47,-1,43,44,47,46,-1,42,43,46,45,-1,42,42,45,44,-1,42,42,44,44,-1,41,42,44,43,-1,41,41,43,43,-1,41,41,43,43,-1,43,43,43,43,-1,43,43,43,44,-1,44,43,44,44,-1,44,44,44,45,-1,45,44,45,46,-1,46,45,46,47,-1,47,46,47,48,-1,48,47,48,50,-1,49,48,50,51,-1,50,49,51,53,-1,52,50,53,55,-1,53,52,55,57,-1,55,53,57,60,-1,56,55,60,62,-1,58,56,62,64,-1,60,58,64,66,-1,61,60,66,69,-1,63,61,69,71,-1,64,63,71,73,-1,66,64,73,75,-1,67,66,75,77,-1,69,67,77,79,-1,70,69,79,81,-1,72,70,81,82,-1,73,72,82,84,-1,74,73,84,86,-1,75,74,86,87,-1,76,75,87,88,-1,77,76,88,89,-1,77,77,89,90,-1,78,77,90,91,-1,78,78,91,92,-1,79,78,92,92,-1,79,79,92,93,-1,79,79,93,93,-1,79,79,93,93,-1,79,79,93,93,-1,79,79,93,93,-1,79,79,93,92,-1,78,79,92,92,-1,78,78,92,91,-1,77,78,91,90,-1,77,77,90,89,-1,76,77,89,88,-1,75,76,88,87,-1,74,75,87,86,-1,73,74,86,84,-1,72,73,84,82,-1,70,72,82,81,-1,69,70,81,79,-1,67,69,79,77,-1,66,67,77,75,-1,64,66,75,73,-1,63,64,73,71,-1,61,63,71,69,-1,60,61,69,66,-1,58,60,66,64,-1,56,58,64,62,-1,55,56,62,60,-1,53,55,60,57,-1,52,53,57,55,-1,50,52,55,53,-1,49,50,53,51,-1,48,49,51,50,-1,47,48,50,48,-1,46,47,48,47,-1,45,46,47,46,-1,44,45,46,45,-1,44,44,45,44,-1,43,44,44,44,-1,43,43,44,43,-1,43,43,43,43,-1,43,43,45,45,-1,44,43,45,45,-1,44,44,45,45,-1,45,44,45,46,-1,46,45,46,47,-1,47,46,47,48,-1,48,47,48,49,-1,50,48,49,51,-1,51,50,51,53,-1,53,51,53,55,-1,55,53,55,58,-1,57,55,58,61,-1,60,57,61,63,-1,62,60,63,66,-1,64,62,66,69,-1,66,64,69,72,-1,69,66,72,75,-1,71,69,75,78,-1,73,71,78,81,-1,75,73,81,83,-1,77,75,83,86,-1,79,77,86,88,-1,81,79,88,91,-1,82,81,91,93,-1,84,82,93,95,-1,86,84,95,97,-1,87,86,97,99,-1,88,87,99,100,-1,89,88,100,101,-1,90,89,101,103,-1,91,90,103,104,-1,92,91,104,105,-1,92,92,105,105,-1,93,92,105,106,-1,93,93,106,106,-1,93,93,106,106,-1,93,93,106,106,-1,93,93,106,106,-1,92,93,106,105,-1,92,92,105,105,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_3()
		{
			int[] value = {91,92,105,104,-1,90,91,104,103,-1,89,90,103,101,-1,88,89,101,100,-1,87,88,100,99,-1,86,87,99,97,-1,84,86,97,95,-1,82,84,95,93,-1,81,82,93,91,-1,79,81,91,88,-1,77,79,88,86,-1,75,77,86,83,-1,73,75,83,81,-1,71,73,81,78,-1,69,71,78,75,-1,66,69,75,72,-1,64,66,72,69,-1,62,64,69,66,-1,60,62,66,63,-1,57,60,63,61,-1,55,57,61,58,-1,53,55,58,55,-1,51,53,55,53,-1,50,51,53,51,-1,48,50,51,49,-1,47,48,49,48,-1,46,47,48,47,-1,45,46,47,46,-1,44,45,46,45,-1,44,44,45,45,-1,43,44,45,45,-1,43,43,45,45,-1,45,45,49,49,-1,45,45,49,49,-1,45,45,49,49,-1,46,45,49,49,-1,47,46,49,49,-1,48,47,49,50,-1,49,48,50,51,-1,51,49,51,52,-1,53,51,52,54,-1,55,53,54,57,-1,58,55,57,60,-1,61,58,60,63,-1,63,61,63,67,-1,66,63,67,70,-1,69,66,70,74,-1,72,69,74,77,-1,75,72,77,81,-1,78,75,81,84,-1,81,78,84,88,-1,83,81,88,91,-1,86,83,91,94,-1,88,86,94,97,-1,91,88,97,100,-1,93,91,100,103,-1,95,93,103,105,-1,97,95,105,107,-1,99,97,107,110,-1,100,99,110,111,-1,101,100,111,113,-1,103,101,113,115,-1,104,103,115,116,-1,105,104,116,117,-1,105,105,117,118,-1,106,105,118,118,-1,106,106,118,119,-1,106,106,119,119,-1,106,106,119,119,-1,106,106,119,118,-1,105,106,118,118,-1,105,105,118,117,-1,104,105,117,116,-1,103,104,116,115,-1,101,103,115,113,-1,100,101,113,111,-1,99,100,111,110,-1,97,99,110,107,-1,95,97,107,105,-1,93,95,105,103,-1,91,93,103,100,-1,88,91,100,97,-1,86,88,97,94,-1,83,86,94,91,-1,81,83,91,88,-1,78,81,88,84,-1,75,78,84,81,-1,72,75,81,77,-1,69,72,77,74,-1,66,69,74,70,-1,63,66,70,67,-1,61,63,67,63,-1,58,61,63,60,-1,55,58,60,57,-1,53,55,57,54,-1,51,53,54,52,-1,49,51,52,51,-1,48,49,51,50,-1,47,48,50,49,-1,46,47,49,49,-1,45,46,49,49,-1,45,45,49,49,-1,45,45,49,49,-1,45,45,49,49,-1,49,49,57,57,-1,49,49,57,56,-1,49,49,56,56,-1,49,49,56,55,-1,49,49,55,54,-1,50,49,54,54,-1,51,50,54,54,-1,52,51,54,55,-1,54,52,55,56,-1,57,54,56,59,-1,60,57,59,62,-1,63,60,62,66,-1,67,63,66,69,-1,70,67,69,74,-1,74,70,74,78,-1,77,74,78,82,-1,81,77,82,86,-1,84,81,86,90,-1,88,84,90,94,-1,91,88,94,98,-1,94,91,98,102,-1,97,94,102,106,-1,100,97,106,109,-1,103,100,109,112,-1,105,103,112,115,-1,107,105,115,118,-1,110,107,118,120,-1,111,110,120,122,-1,113,111,122,124,-1,115,113,124,126,-1,116,115,126,128,-1,117,116,128,129,-1,118,117,129,130,-1,118,118,130,130,-1,119,118,130,131,-1,119,119,131,131,-1,119,119,131,131,-1,118,119,131,130,-1,118,118,130,130,-1,117,118,130,129,-1,116,117,129,128,-1,115,116,128,126,-1,113,115,126,124,-1,111,113,124,122,-1,110,111,122,120,-1,107,110,120,118,-1,105,107,118,115,-1,103,105,115,112,-1,100,103,112,109,-1,97,100,109,106,-1,94,97,106,102,-1,91,94,102,98,-1,88,91,98,94,-1,84,88,94,90,-1,81,84,90,86,-1,77,81,86,82,-1,74,77,82,78,-1,70,74,78,74,-1,67,70,74,69,-1,63,67,69,66,-1,60,63,66,62,-1,57,60,62,59,-1,54,57,59,56,-1,52,54,56,55,-1,51,52,55,54,-1,50,51,54,54,-1,49,50,54,54,-1,49,49,54,55,-1,49,49,55,56,-1,49,49,56,56,-1,49,49,56,57,-1,49,49,57,57,-1,57,57,66,65,-1,56,57,65,65,-1,56,56,65,64,-1,55,56,64,63,-1,54,55,63,61,-1,54,54,61,60,-1,54,54,60,59,-1,55,54,59,59,-1,56,55,59,59,-1,59,56,59,61,-1,62,59,61,64,-1,66,62,64,68,-1,69,66,68,72,-1,74,69,72,77,-1,78,74,77,82,-1,82,78,82,86,-1,86,82,86,91,-1,90,86,91,96,-1,94,90,96,101,-1,98,94,101,105,-1,102,98,105,109,-1,106,102,109,113,-1,109,106,113,117,-1,112,109,117,121,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_4()
		{
			int[] value = {115,112,121,124,-1,118,115,124,127,-1,120,118,127,130,-1,122,120,130,133,-1,124,122,133,135,-1,126,124,135,137,-1,128,126,137,139,-1,129,128,139,140,-1,130,129,140,141,-1,130,130,141,142,-1,131,130,142,142,-1,131,131,142,142,-1,131,131,142,142,-1,130,131,142,142,-1,130,130,142,141,-1,129,130,141,140,-1,128,129,140,139,-1,126,128,139,137,-1,124,126,137,135,-1,122,124,135,133,-1,120,122,133,130,-1,118,120,130,127,-1,115,118,127,124,-1,112,115,124,121,-1,109,112,121,117,-1,106,109,117,113,-1,102,106,113,109,-1,98,102,109,105,-1,94,98,105,101,-1,90,94,101,96,-1,86,90,96,91,-1,82,86,91,86,-1,78,82,86,82,-1,74,78,82,77,-1,69,74,77,72,-1,66,69,72,68,-1,62,66,68,64,-1,59,62,64,61,-1,56,59,61,59,-1,55,56,59,59,-1,54,55,59,59,-1,54,54,59,60,-1,54,54,60,61,-1,55,54,61,63,-1,56,55,63,64,-1,56,56,64,65,-1,57,56,65,65,-1,57,57,65,66,-1,65,66,75,75,-1,65,65,75,74,-1,64,65,74,73,-1,63,64,73,71,-1,61,63,71,69,-1,60,61,69,67,-1,59,60,67,65,-1,59,59,65,64,-1,59,59,64,63,-1,61,59,63,64,-1,64,61,64,67,-1,68,64,67,70,-1,72,68,70,75,-1,77,72,75,80,-1,82,77,80,85,-1,86,82,85,90,-1,91,86,90,96,-1,96,91,96,101,-1,101,96,101,106,-1,105,101,106,111,-1,109,105,111,116,-1,113,109,116,121,-1,117,113,121,125,-1,121,117,125,129,-1,124,121,129,133,-1,127,124,133,136,-1,130,127,136,139,-1,133,130,139,142,-1,135,133,142,145,-1,137,135,145,147,-1,139,137,147,149,-1,140,139,149,150,-1,141,140,150,152,-1,142,141,152,153,-1,142,142,153,153,-1,142,142,153,153,-1,142,142,153,153,-1,142,142,153,153,-1,141,142,153,152,-1,140,141,152,150,-1,139,140,150,149,-1,137,139,149,147,-1,135,137,147,145,-1,133,135,145,142,-1,130,133,142,139,-1,127,130,139,136,-1,124,127,136,133,-1,121,124,133,129,-1,117,121,129,125,-1,113,117,125,121,-1,109,113,121,116,-1,105,109,116,111,-1,101,105,111,106,-1,96,101,106,101,-1,91,96,101,96,-1,86,91,96,90,-1,82,86,90,85,-1,77,82,85,80,-1,72,77,80,75,-1,68,72,75,70,-1,64,68,70,67,-1,61,64,67,64,-1,59,61,64,63,-1,59,59,63,64,-1,59,59,64,65,-1,60,59,65,67,-1,61,60,67,69,-1,63,61,69,71,-1,64,63,71,73,-1,65,64,73,74,-1,65,65,74,75,-1,66,65,75,75,-1,75,75,84,84,-1,74,75,84,83,-1,73,74,83,81,-1,71,73,81,79,-1,69,71,79,77,-1,67,69,77,75,-1,65,67,75,72,-1,64,65,72,70,-1,63,64,70,68,-1,64,63,68,68,-1,67,64,68,69,-1,70,67,69,73,-1,75,70,73,77,-1,80,75,77,82,-1,85,80,82,88,-1,90,85,88,94,-1,96,90,94,100,-1,101,96,100,106,-1,106,101,106,112,-1,111,106,112,117,-1,116,111,117,122,-1,121,116,122,127,-1,125,121,127,132,-1,129,125,132,136,-1,133,129,136,141,-1,136,133,141,144,-1,139,136,144,148,-1,142,139,148,151,-1,145,142,151,154,-1,147,145,154,156,-1,149,147,156,158,-1,150,149,158,160,-1,152,150,160,161,-1,153,152,161,162,-1,153,153,162,163,-1,153,153,163,163,-1,153,153,163,163,-1,153,153,163,162,-1,152,153,162,161,-1,150,152,161,160,-1,149,150,160,158,-1,147,149,158,156,-1,145,147,156,154,-1,142,145,154,151,-1,139,142,151,148,-1,136,139,148,144,-1,133,136,144,141,-1,129,133,141,136,-1,125,129,136,132,-1,121,125,132,127,-1,116,121,127,122,-1,111,116,122,117,-1,106,111,117,112,-1,101,106,112,106,-1,96,101,106,100,-1,90,96,100,94,-1,85,90,94,88,-1,80,85,88,82,-1,75,80,82,77,-1,70,75,77,73,-1,67,70,73,69,-1,64,67,69,68,-1,63,64,68,68,-1,64,63,68,70,-1,65,64,70,72,-1,67,65,72,75,-1,69,67,75,77,-1,71,69,77,79,-1,73,71,79,81,-1,74,73,81,83,-1,75,74,83,84,-1,75,75,84,84,-1,84,84,92,92,-1,83,84,92,91,-1,81,83,91,89,-1,79,81,89,87,-1,77,79,87,85,-1,75,77,85,82,-1,72,75,82,79,-1,70,72,79,76,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_5()
		{
			int[] value = {68,70,76,73,-1,68,68,73,72,-1,69,68,72,73,-1,73,69,73,75,-1,77,73,75,79,-1,82,77,79,85,-1,88,82,85,91,-1,94,88,91,97,-1,100,94,97,104,-1,106,100,104,110,-1,112,106,110,116,-1,117,112,116,122,-1,122,117,122,128,-1,127,122,128,133,-1,132,127,133,138,-1,136,132,138,143,-1,141,136,143,148,-1,144,141,148,152,-1,148,144,152,156,-1,151,148,156,159,-1,154,151,159,162,-1,156,154,162,165,-1,158,156,165,167,-1,160,158,167,169,-1,161,160,169,170,-1,162,161,170,171,-1,163,162,171,172,-1,163,163,172,172,-1,163,163,172,172,-1,162,163,172,171,-1,161,162,171,170,-1,160,161,170,169,-1,158,160,169,167,-1,156,158,167,165,-1,154,156,165,162,-1,151,154,162,159,-1,148,151,159,156,-1,144,148,156,152,-1,141,144,152,148,-1,136,141,148,143,-1,132,136,143,138,-1,127,132,138,133,-1,122,127,133,128,-1,117,122,128,122,-1,112,117,122,116,-1,106,112,116,110,-1,100,106,110,104,-1,94,100,104,97,-1,88,94,97,91,-1,82,88,91,85,-1,77,82,85,79,-1,73,77,79,75,-1,69,73,75,73,-1,68,69,73,72,-1,68,68,72,73,-1,70,68,73,76,-1,72,70,76,79,-1,75,72,79,82,-1,77,75,82,85,-1,79,77,85,87,-1,81,79,87,89,-1,83,81,89,91,-1,84,83,91,92,-1,84,84,92,92,-1,92,92,100,99,-1,91,92,99,98,-1,89,91,98,97,-1,87,89,97,94,-1,85,87,94,91,-1,82,85,91,88,-1,79,82,88,85,-1,76,79,85,81,-1,73,76,81,78,-1,72,73,78,76,-1,73,72,76,76,-1,75,73,76,78,-1,79,75,78,82,-1,85,79,82,87,-1,91,85,87,93,-1,97,91,93,100,-1,104,97,100,107,-1,110,104,107,114,-1,116,110,114,120,-1,122,116,120,127,-1,128,122,127,133,-1,133,128,133,138,-1,138,133,138,144,-1,143,138,144,149,-1,148,143,149,154,-1,152,148,154,158,-1,156,152,158,162,-1,159,156,162,166,-1,162,159,166,169,-1,165,162,169,172,-1,167,165,172,174,-1,169,167,174,176,-1,170,169,176,178,-1,171,170,178,179,-1,172,171,179,180,-1,172,172,180,180,-1,172,172,180,180,-1,171,172,180,179,-1,170,171,179,178,-1,169,170,178,176,-1,167,169,176,174,-1,165,167,174,172,-1,162,165,172,169,-1,159,162,169,166,-1,156,159,166,162,-1,152,156,162,158,-1,148,152,158,154,-1,143,148,154,149,-1,138,143,149,144,-1,133,138,144,138,-1,128,133,138,133,-1,122,128,133,127,-1,116,122,127,120,-1,110,116,120,114,-1,104,110,114,107,-1,97,104,107,100,-1,91,97,100,93,-1,85,91,93,87,-1,79,85,87,82,-1,75,79,82,78,-1,73,75,78,76,-1,72,73,76,76,-1,73,72,76,78,-1,76,73,78,81,-1,79,76,81,85,-1,82,79,85,88,-1,85,82,88,91,-1,87,85,91,94,-1,89,87,94,97,-1,91,89,97,98,-1,92,91,98,99,-1,92,92,99,100,-1,99,100,106,105,-1,98,99,105,104,-1,97,98,104,103,-1,94,97,103,100,-1,91,94,100,97,-1,88,91,97,94,-1,85,88,94,90,-1,81,85,90,86,-1,78,81,86,82,-1,76,78,82,80,-1,76,76,80,79,-1,78,76,79,80,-1,82,78,80,84,-1,87,82,84,89,-1,93,87,89,96,-1,100,93,96,103,-1,107,100,103,110,-1,114,107,110,117,-1,120,114,117,124,-1,127,120,124,130,-1,133,127,130,137,-1,138,133,137,143,-1,144,138,143,149,-1,149,144,149,154,-1,154,149,154,159,-1,158,154,159,164,-1,162,158,164,168,-1,166,162,168,172,-1,169,166,172,175,-1,172,169,175,178,-1,174,172,178,181,-1,176,174,181,183,-1,178,176,183,184,-1,179,178,184,186,-1,180,179,186,186,-1,180,180,186,187,-1,180,180,187,186,-1,179,180,186,186,-1,178,179,186,184,-1,176,178,184,183,-1,174,176,183,181,-1,172,174,181,178,-1,169,172,178,175,-1,166,169,175,172,-1,162,166,172,168,-1,158,162,168,164,-1,154,158,164,159,-1,149,154,159,154,-1,144,149,154,149,-1,138,144,149,143,-1,133,138,143,137,-1,127,133,137,130,-1,120,127,130,124,-1,114,120,124,117,-1,107,114,117,110,-1,100,107,110,103,-1,93,100,103,96,-1,87,93,96,89,-1,82,87,89,84,-1,78,82,84,80,-1,76,78,80,79,-1,76,76,79,80,-1,78,76,80,82,-1,81,78,82,86,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_6()
		{
			int[] value = {85,81,86,90,-1,88,85,90,94,-1,91,88,94,97,-1,94,91,97,100,-1,97,94,100,103,-1,98,97,103,104,-1,99,98,104,105,-1,100,99,105,106,-1,105,106,111,110,-1,104,105,110,109,-1,103,104,109,108,-1,100,103,108,105,-1,97,100,105,102,-1,94,97,102,98,-1,90,94,98,94,-1,86,90,94,90,-1,82,86,90,86,-1,80,82,86,83,-1,79,80,83,81,-1,80,79,81,82,-1,84,80,82,86,-1,89,84,86,91,-1,96,89,91,97,-1,103,96,97,105,-1,110,103,105,112,-1,117,110,112,119,-1,124,117,119,126,-1,130,124,126,133,-1,137,130,133,140,-1,143,137,140,146,-1,149,143,146,152,-1,154,149,152,158,-1,159,154,158,163,-1,164,159,163,168,-1,168,164,168,172,-1,172,168,172,176,-1,175,172,176,180,-1,178,175,180,183,-1,181,178,183,186,-1,183,181,186,188,-1,184,183,188,190,-1,186,184,190,191,-1,186,186,191,192,-1,187,186,192,192,-1,186,187,192,192,-1,186,186,192,191,-1,184,186,191,190,-1,183,184,190,188,-1,181,183,188,186,-1,178,181,186,183,-1,175,178,183,180,-1,172,175,180,176,-1,168,172,176,172,-1,164,168,172,168,-1,159,164,168,163,-1,154,159,163,158,-1,149,154,158,152,-1,143,149,152,146,-1,137,143,146,140,-1,130,137,140,133,-1,124,130,133,126,-1,117,124,126,119,-1,110,117,119,112,-1,103,110,112,105,-1,96,103,105,97,-1,89,96,97,91,-1,84,89,91,86,-1,80,84,86,82,-1,79,80,82,81,-1,80,79,81,83,-1,82,80,83,86,-1,86,82,86,90,-1,90,86,90,94,-1,94,90,94,98,-1,97,94,98,102,-1,100,97,102,105,-1,103,100,105,108,-1,104,103,108,109,-1,105,104,109,110,-1,106,105,110,111,-1,110,111,115,114,-1,109,110,114,113,-1,108,109,113,111,-1,105,108,111,109,-1,102,105,109,105,-1,98,102,105,102,-1,94,98,102,97,-1,90,94,97,93,-1,86,90,93,89,-1,83,86,89,85,-1,81,83,85,83,-1,82,81,83,84,-1,86,82,84,87,-1,91,86,87,92,-1,97,91,92,99,-1,105,97,99,106,-1,112,105,106,114,-1,119,112,114,121,-1,126,119,121,128,-1,133,126,128,136,-1,140,133,136,142,-1,146,140,142,149,-1,152,146,149,155,-1,158,152,155,161,-1,163,158,161,166,-1,168,163,166,171,-1,172,168,171,176,-1,176,172,176,180,-1,180,176,180,183,-1,183,180,183,187,-1,186,183,187,189,-1,188,186,189,192,-1,190,188,192,193,-1,191,190,193,195,-1,192,191,195,195,-1,192,192,195,196,-1,192,192,196,195,-1,191,192,195,195,-1,190,191,195,193,-1,188,190,193,192,-1,186,188,192,189,-1,183,186,189,187,-1,180,183,187,183,-1,176,180,183,180,-1,172,176,180,176,-1,168,172,176,171,-1,163,168,171,166,-1,158,163,166,161,-1,152,158,161,155,-1,146,152,155,149,-1,140,146,149,142,-1,133,140,142,136,-1,126,133,136,128,-1,119,126,128,121,-1,112,119,121,114,-1,105,112,114,106,-1,97,105,106,99,-1,91,97,99,92,-1,86,91,92,87,-1,82,86,87,84,-1,81,82,84,83,-1,83,81,83,85,-1,86,83,85,89,-1,90,86,89,93,-1,94,90,93,97,-1,98,94,97,102,-1,102,98,102,105,-1,105,102,105,109,-1,108,105,109,111,-1,109,108,111,113,-1,110,109,113,114,-1,111,110,114,115,-1,114,115,117,116,-1,113,114,116,115,-1,111,113,115,113,-1,109,111,113,111,-1,105,109,111,107,-1,102,105,107,104,-1,97,102,104,99,-1,93,97,99,95,-1,89,93,95,90,-1,85,89,90,86,-1,83,85,86,84,-1,84,83,84,85,-1,87,84,85,88,-1,92,87,88,93,-1,99,92,93,100,-1,106,99,100,107,-1,114,106,107,115,-1,121,114,115,122,-1,128,121,122,130,-1,136,128,130,137,-1,142,136,137,144,-1,149,142,144,150,-1,155,149,150,157,-1,161,155,157,163,-1,166,161,163,168,-1,171,166,168,173,-1,176,171,173,178,-1,180,176,178,182,-1,183,180,182,186,-1,187,183,186,189,-1,189,187,189,192,-1,192,189,192,194,-1,193,192,194,196,-1,195,193,196,197,-1,195,195,197,198,-1,196,195,198,198,-1,195,196,198,198,-1,195,195,198,197,-1,193,195,197,196,-1,192,193,196,194,-1,189,192,194,192,-1,187,189,192,189,-1,183,187,189,186,-1,180,183,186,182,-1,176,180,182,178,-1,171,176,178,173,-1,166,171,173,168,-1,161,166,168,163,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_7()
		{
			int[] value = {155,161,163,157,-1,149,155,157,150,-1,142,149,150,144,-1,136,142,144,137,-1,128,136,137,130,-1,121,128,130,122,-1,114,121,122,115,-1,106,114,115,107,-1,99,106,107,100,-1,92,99,100,93,-1,87,92,93,88,-1,84,87,88,85,-1,83,84,85,84,-1,85,83,84,86,-1,89,85,86,90,-1,93,89,90,95,-1,97,93,95,99,-1,102,97,99,104,-1,105,102,104,107,-1,109,105,107,111,-1,111,109,111,113,-1,113,111,113,115,-1,114,113,115,116,-1,115,114,116,117,-1,116,117,117,117,-1,115,116,117,116,-1,113,115,116,114,-1,111,113,114,111,-1,107,111,111,108,-1,104,107,108,104,-1,99,104,104,100,-1,95,99,100,95,-1,90,95,95,91,-1,86,90,91,87,-1,84,86,87,85,-1,85,84,85,85,-1,88,85,85,88,-1,93,88,88,93,-1,100,93,93,100,-1,107,100,100,107,-1,115,107,107,115,-1,122,115,115,123,-1,130,122,123,130,-1,137,130,130,137,-1,144,137,137,144,-1,150,144,144,151,-1,157,150,151,157,-1,163,157,157,163,-1,168,163,163,169,-1,173,168,169,174,-1,178,173,174,178,-1,182,178,178,182,-1,186,182,182,186,-1,189,186,186,190,-1,192,189,190,192,-1,194,192,192,195,-1,196,194,195,196,-1,197,196,196,198,-1,198,197,198,199,-1,198,198,199,199,-1,198,198,199,199,-1,197,198,199,198,-1,196,197,198,196,-1,194,196,196,195,-1,192,194,195,192,-1,189,192,192,190,-1,186,189,190,186,-1,182,186,186,182,-1,178,182,182,178,-1,173,178,178,174,-1,168,173,174,169,-1,163,168,169,163,-1,157,163,163,157,-1,150,157,157,151,-1,144,150,151,144,-1,137,144,144,137,-1,130,137,137,130,-1,122,130,130,123,-1,115,122,123,115,-1,107,115,115,107,-1,100,107,107,100,-1,93,100,100,93,-1,88,93,93,88,-1,85,88,88,85,-1,84,85,85,85,-1,86,84,85,87,-1,90,86,87,91,-1,95,90,91,95,-1,99,95,95,100,-1,104,99,100,104,-1,107,104,104,108,-1,111,107,108,111,-1,113,111,111,114,-1,115,113,114,116,-1,116,115,116,117,-1,117,116,117,117,-1,117,117,117,116,-1,116,117,116,115,-1,114,116,115,113,-1,111,114,113,111,-1,108,111,111,107,-1,104,108,107,104,-1,100,104,104,99,-1,95,100,99,95,-1,91,95,95,90,-1,87,91,90,86,-1,85,87,86,84,-1,85,85,84,85,-1,88,85,85,88,-1,93,88,88,93,-1,100,93,93,100,-1,107,100,100,107,-1,115,107,107,115,-1,123,115,115,122,-1,130,123,122,130,-1,137,130,130,137,-1,144,137,137,144,-1,151,144,144,150,-1,157,151,150,157,-1,163,157,157,163,-1,169,163,163,168,-1,174,169,168,173,-1,178,174,173,178,-1,182,178,178,182,-1,186,182,182,186,-1,190,186,186,189,-1,192,190,189,192,-1,195,192,192,194,-1,196,195,194,196,-1,198,196,196,197,-1,199,198,197,198,-1,199,199,198,198,-1,199,199,198,198,-1,198,199,198,197,-1,196,198,197,196,-1,195,196,196,194,-1,192,195,194,192,-1,190,192,192,189,-1,186,190,189,186,-1,182,186,186,182,-1,178,182,182,178,-1,174,178,178,173,-1,169,174,173,168,-1,163,169,168,163,-1,157,163,163,157,-1,151,157,157,150,-1,144,151,150,144,-1,137,144,144,137,-1,130,137,137,130,-1,123,130,130,122,-1,115,123,122,115,-1,107,115,115,107,-1,100,107,107,100,-1,93,100,100,93,-1,88,93,93,88,-1,85,88,88,85,-1,85,85,85,84,-1,87,85,84,86,-1,91,87,86,90,-1,95,91,90,95,-1,100,95,95,99,-1,104,100,99,104,-1,108,104,104,107,-1,111,108,107,111,-1,114,111,111,113,-1,116,114,113,115,-1,117,116,115,116,-1,117,117,116,117,-1,116,117,115,114,-1,115,116,114,113,-1,113,115,113,111,-1,111,113,111,109,-1,107,111,109,105,-1,104,107,105,102,-1,99,104,102,97,-1,95,99,97,93,-1,90,95,93,89,-1,86,90,89,85,-1,84,86,85,83,-1,85,84,83,84,-1,88,85,84,87,-1,93,88,87,92,-1,100,93,92,99,-1,107,100,99,106,-1,115,107,106,114,-1,122,115,114,121,-1,130,122,121,128,-1,137,130,128,136,-1,144,137,136,142,-1,150,144,142,149,-1,157,150,149,155,-1,163,157,155,161,-1,168,163,161,166,-1,173,168,166,171,-1,178,173,171,176,-1,182,178,176,180,-1,186,182,180,183,-1,189,186,183,187,-1,192,189,187,189,-1,194,192,189,192,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_8()
		{
			int[] value = {196,194,192,193,-1,197,196,193,195,-1,198,197,195,195,-1,198,198,195,196,-1,198,198,196,195,-1,197,198,195,195,-1,196,197,195,193,-1,194,196,193,192,-1,192,194,192,189,-1,189,192,189,187,-1,186,189,187,183,-1,182,186,183,180,-1,178,182,180,176,-1,173,178,176,171,-1,168,173,171,166,-1,163,168,166,161,-1,157,163,161,155,-1,150,157,155,149,-1,144,150,149,142,-1,137,144,142,136,-1,130,137,136,128,-1,122,130,128,121,-1,115,122,121,114,-1,107,115,114,106,-1,100,107,106,99,-1,93,100,99,92,-1,88,93,92,87,-1,85,88,87,84,-1,84,85,84,83,-1,86,84,83,85,-1,90,86,85,89,-1,95,90,89,93,-1,99,95,93,97,-1,104,99,97,102,-1,107,104,102,105,-1,111,107,105,109,-1,113,111,109,111,-1,115,113,111,113,-1,116,115,113,114,-1,117,116,114,115,-1,114,115,111,110,-1,113,114,110,109,-1,111,113,109,108,-1,109,111,108,105,-1,105,109,105,102,-1,102,105,102,98,-1,97,102,98,94,-1,93,97,94,90,-1,89,93,90,86,-1,85,89,86,83,-1,83,85,83,81,-1,84,83,81,82,-1,87,84,82,86,-1,92,87,86,91,-1,99,92,91,97,-1,106,99,97,105,-1,114,106,105,112,-1,121,114,112,119,-1,128,121,119,126,-1,136,128,126,133,-1,142,136,133,140,-1,149,142,140,146,-1,155,149,146,152,-1,161,155,152,158,-1,166,161,158,163,-1,171,166,163,168,-1,176,171,168,172,-1,180,176,172,176,-1,183,180,176,180,-1,187,183,180,183,-1,189,187,183,186,-1,192,189,186,188,-1,193,192,188,190,-1,195,193,190,191,-1,195,195,191,192,-1,196,195,192,192,-1,195,196,192,192,-1,195,195,192,191,-1,193,195,191,190,-1,192,193,190,188,-1,189,192,188,186,-1,187,189,186,183,-1,183,187,183,180,-1,180,183,180,176,-1,176,180,176,172,-1,171,176,172,168,-1,166,171,168,163,-1,161,166,163,158,-1,155,161,158,152,-1,149,155,152,146,-1,142,149,146,140,-1,136,142,140,133,-1,128,136,133,126,-1,121,128,126,119,-1,114,121,119,112,-1,106,114,112,105,-1,99,106,105,97,-1,92,99,97,91,-1,87,92,91,86,-1,84,87,86,82,-1,83,84,82,81,-1,85,83,81,83,-1,89,85,83,86,-1,93,89,86,90,-1,97,93,90,94,-1,102,97,94,98,-1,105,102,98,102,-1,109,105,102,105,-1,111,109,105,108,-1,113,111,108,109,-1,114,113,109,110,-1,115,114,110,111,-1,110,111,106,105,-1,109,110,105,104,-1,108,109,104,103,-1,105,108,103,100,-1,102,105,100,97,-1,98,102,97,94,-1,94,98,94,90,-1,90,94,90,86,-1,86,90,86,82,-1,83,86,82,80,-1,81,83,80,79,-1,82,81,79,80,-1,86,82,80,84,-1,91,86,84,89,-1,97,91,89,96,-1,105,97,96,103,-1,112,105,103,110,-1,119,112,110,117,-1,126,119,117,124,-1,133,126,124,130,-1,140,133,130,137,-1,146,140,137,143,-1,152,146,143,149,-1,158,152,149,154,-1,163,158,154,159,-1,168,163,159,164,-1,172,168,164,168,-1,176,172,168,172,-1,180,176,172,175,-1,183,180,175,178,-1,186,183,178,181,-1,188,186,181,183,-1,190,188,183,184,-1,191,190,184,186,-1,192,191,186,186,-1,192,192,186,187,-1,192,192,187,186,-1,191,192,186,186,-1,190,191,186,184,-1,188,190,184,183,-1,186,188,183,181,-1,183,186,181,178,-1,180,183,178,175,-1,176,180,175,172,-1,172,176,172,168,-1,168,172,168,164,-1,163,168,164,159,-1,158,163,159,154,-1,152,158,154,149,-1,146,152,149,143,-1,140,146,143,137,-1,133,140,137,130,-1,126,133,130,124,-1,119,126,124,117,-1,112,119,117,110,-1,105,112,110,103,-1,97,105,103,96,-1,91,97,96,89,-1,86,91,89,84,-1,82,86,84,80,-1,81,82,80,79,-1,83,81,79,80,-1,86,83,80,82,-1,90,86,82,86,-1,94,90,86,90,-1,98,94,90,94,-1,102,98,94,97,-1,105,102,97,100,-1,108,105,100,103,-1,109,108,103,104,-1,110,109,104,105,-1,111,110,105,106,-1,105,106,100,99,-1,104,105,99,98,-1,103,104,98,97,-1,100,103,97,94,-1,97,100,94,91,-1,94,97,91,88,-1,90,94,88,85,-1,86,90,85,81,-1,82,86,81,78,-1,80,82,78,76,-1,79,80,76,76,-1,80,79,76,78,-1,84,80,78,82,-1,89,84,82,87,-1,96,89,87,93,-1,103,96,93,100,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_9()
		{
			int[] value = {110,103,100,107,-1,117,110,107,114,-1,124,117,114,120,-1,130,124,120,127,-1,137,130,127,133,-1,143,137,133,138,-1,149,143,138,144,-1,154,149,144,149,-1,159,154,149,154,-1,164,159,154,158,-1,168,164,158,162,-1,172,168,162,166,-1,175,172,166,169,-1,178,175,169,172,-1,181,178,172,174,-1,183,181,174,176,-1,184,183,176,178,-1,186,184,178,179,-1,186,186,179,180,-1,187,186,180,180,-1,186,187,180,180,-1,186,186,180,179,-1,184,186,179,178,-1,183,184,178,176,-1,181,183,176,174,-1,178,181,174,172,-1,175,178,172,169,-1,172,175,169,166,-1,168,172,166,162,-1,164,168,162,158,-1,159,164,158,154,-1,154,159,154,149,-1,149,154,149,144,-1,143,149,144,138,-1,137,143,138,133,-1,130,137,133,127,-1,124,130,127,120,-1,117,124,120,114,-1,110,117,114,107,-1,103,110,107,100,-1,96,103,100,93,-1,89,96,93,87,-1,84,89,87,82,-1,80,84,82,78,-1,79,80,78,76,-1,80,79,76,76,-1,82,80,76,78,-1,86,82,78,81,-1,90,86,81,85,-1,94,90,85,88,-1,97,94,88,91,-1,100,97,91,94,-1,103,100,94,97,-1,104,103,97,98,-1,105,104,98,99,-1,106,105,99,100,-1,99,100,92,92,-1,98,99,92,91,-1,97,98,91,89,-1,94,97,89,87,-1,91,94,87,85,-1,88,91,85,82,-1,85,88,82,79,-1,81,85,79,76,-1,78,81,76,73,-1,76,78,73,72,-1,76,76,72,73,-1,78,76,73,75,-1,82,78,75,79,-1,87,82,79,85,-1,93,87,85,91,-1,100,93,91,97,-1,107,100,97,104,-1,114,107,104,110,-1,120,114,110,116,-1,127,120,116,122,-1,133,127,122,128,-1,138,133,128,133,-1,144,138,133,138,-1,149,144,138,143,-1,154,149,143,148,-1,158,154,148,152,-1,162,158,152,156,-1,166,162,156,159,-1,169,166,159,162,-1,172,169,162,165,-1,174,172,165,167,-1,176,174,167,169,-1,178,176,169,170,-1,179,178,170,171,-1,180,179,171,172,-1,180,180,172,172,-1,180,180,172,172,-1,179,180,172,171,-1,178,179,171,170,-1,176,178,170,169,-1,174,176,169,167,-1,172,174,167,165,-1,169,172,165,162,-1,166,169,162,159,-1,162,166,159,156,-1,158,162,156,152,-1,154,158,152,148,-1,149,154,148,143,-1,144,149,143,138,-1,138,144,138,133,-1,133,138,133,128,-1,127,133,128,122,-1,120,127,122,116,-1,114,120,116,110,-1,107,114,110,104,-1,100,107,104,97,-1,93,100,97,91,-1,87,93,91,85,-1,82,87,85,79,-1,78,82,79,75,-1,76,78,75,73,-1,76,76,73,72,-1,78,76,72,73,-1,81,78,73,76,-1,85,81,76,79,-1,88,85,79,82,-1,91,88,82,85,-1,94,91,85,87,-1,97,94,87,89,-1,98,97,89,91,-1,99,98,91,92,-1,100,99,92,92,-1,92,92,84,84,-1,91,92,84,83,-1,89,91,83,81,-1,87,89,81,79,-1,85,87,79,77,-1,82,85,77,75,-1,79,82,75,72,-1,76,79,72,70,-1,73,76,70,68,-1,72,73,68,68,-1,73,72,68,69,-1,75,73,69,73,-1,79,75,73,77,-1,85,79,77,82,-1,91,85,82,88,-1,97,91,88,94,-1,104,97,94,100,-1,110,104,100,106,-1,116,110,106,112,-1,122,116,112,117,-1,128,122,117,122,-1,133,128,122,127,-1,138,133,127,132,-1,143,138,132,136,-1,148,143,136,141,-1,152,148,141,144,-1,156,152,144,148,-1,159,156,148,151,-1,162,159,151,154,-1,165,162,154,156,-1,167,165,156,158,-1,169,167,158,160,-1,170,169,160,161,-1,171,170,161,162,-1,172,171,162,163,-1,172,172,163,163,-1,172,172,163,163,-1,171,172,163,162,-1,170,171,162,161,-1,169,170,161,160,-1,167,169,160,158,-1,165,167,158,156,-1,162,165,156,154,-1,159,162,154,151,-1,156,159,151,148,-1,152,156,148,144,-1,148,152,144,141,-1,143,148,141,136,-1,138,143,136,132,-1,133,138,132,127,-1,128,133,127,122,-1,122,128,122,117,-1,116,122,117,112,-1,110,116,112,106,-1,104,110,106,100,-1,97,104,100,94,-1,91,97,94,88,-1,85,91,88,82,-1,79,85,82,77,-1,75,79,77,73,-1,73,75,73,69,-1,72,73,69,68,-1,73,72,68,68,-1,76,73,68,70,-1,79,76,70,72,-1,82,79,72,75,-1,85,82,75,77,-1,87,85,77,79,-1,89,87,79,81,-1,91,89,81,83,-1,92,91,83,84,-1,92,92,84,84,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_10()
		{
			int[] value = {84,84,75,75,-1,83,84,75,74,-1,81,83,74,73,-1,79,81,73,71,-1,77,79,71,69,-1,75,77,69,67,-1,72,75,67,65,-1,70,72,65,64,-1,68,70,64,63,-1,68,68,63,64,-1,69,68,64,67,-1,73,69,67,70,-1,77,73,70,75,-1,82,77,75,80,-1,88,82,80,85,-1,94,88,85,90,-1,100,94,90,96,-1,106,100,96,101,-1,112,106,101,106,-1,117,112,106,111,-1,122,117,111,116,-1,127,122,116,121,-1,132,127,121,125,-1,136,132,125,129,-1,141,136,129,133,-1,144,141,133,136,-1,148,144,136,139,-1,151,148,139,142,-1,154,151,142,145,-1,156,154,145,147,-1,158,156,147,149,-1,160,158,149,150,-1,161,160,150,152,-1,162,161,152,153,-1,163,162,153,153,-1,163,163,153,153,-1,163,163,153,153,-1,162,163,153,153,-1,161,162,153,152,-1,160,161,152,150,-1,158,160,150,149,-1,156,158,149,147,-1,154,156,147,145,-1,151,154,145,142,-1,148,151,142,139,-1,144,148,139,136,-1,141,144,136,133,-1,136,141,133,129,-1,132,136,129,125,-1,127,132,125,121,-1,122,127,121,116,-1,117,122,116,111,-1,112,117,111,106,-1,106,112,106,101,-1,100,106,101,96,-1,94,100,96,90,-1,88,94,90,85,-1,82,88,85,80,-1,77,82,80,75,-1,73,77,75,70,-1,69,73,70,67,-1,68,69,67,64,-1,68,68,64,63,-1,70,68,63,64,-1,72,70,64,65,-1,75,72,65,67,-1,77,75,67,69,-1,79,77,69,71,-1,81,79,71,73,-1,83,81,73,74,-1,84,83,74,75,-1,84,84,75,75,-1,75,75,66,65,-1,74,75,65,65,-1,73,74,65,64,-1,71,73,64,63,-1,69,71,63,61,-1,67,69,61,60,-1,65,67,60,59,-1,64,65,59,59,-1,63,64,59,59,-1,64,63,59,61,-1,67,64,61,64,-1,70,67,64,68,-1,75,70,68,72,-1,80,75,72,77,-1,85,80,77,82,-1,90,85,82,86,-1,96,90,86,91,-1,101,96,91,96,-1,106,101,96,101,-1,111,106,101,105,-1,116,111,105,109,-1,121,116,109,113,-1,125,121,113,117,-1,129,125,117,121,-1,133,129,121,124,-1,136,133,124,127,-1,139,136,127,130,-1,142,139,130,133,-1,145,142,133,135,-1,147,145,135,137,-1,149,147,137,139,-1,150,149,139,140,-1,152,150,140,141,-1,153,152,141,142,-1,153,153,142,142,-1,153,153,142,142,-1,153,153,142,142,-1,153,153,142,142,-1,152,153,142,141,-1,150,152,141,140,-1,149,150,140,139,-1,147,149,139,137,-1,145,147,137,135,-1,142,145,135,133,-1,139,142,133,130,-1,136,139,130,127,-1,133,136,127,124,-1,129,133,124,121,-1,125,129,121,117,-1,121,125,117,113,-1,116,121,113,109,-1,111,116,109,105,-1,106,111,105,101,-1,101,106,101,96,-1,96,101,96,91,-1,90,96,91,86,-1,85,90,86,82,-1,80,85,82,77,-1,75,80,77,72,-1,70,75,72,68,-1,67,70,68,64,-1,64,67,64,61,-1,63,64,61,59,-1,64,63,59,59,-1,65,64,59,59,-1,67,65,59,60,-1,69,67,60,61,-1,71,69,61,63,-1,73,71,63,64,-1,74,73,64,65,-1,75,74,65,65,-1,75,75,65,66,-1,65,66,57,57,-1,65,65,57,56,-1,64,65,56,56,-1,63,64,56,55,-1,61,63,55,54,-1,60,61,54,54,-1,59,60,54,54,-1,59,59,54,55,-1,59,59,55,56,-1,61,59,56,59,-1,64,61,59,62,-1,68,64,62,66,-1,72,68,66,69,-1,77,72,69,74,-1,82,77,74,78,-1,86,82,78,82,-1,91,86,82,86,-1,96,91,86,90,-1,101,96,90,94,-1,105,101,94,98,-1,109,105,98,102,-1,113,109,102,106,-1,117,113,106,109,-1,121,117,109,112,-1,124,121,112,115,-1,127,124,115,118,-1,130,127,118,120,-1,133,130,120,122,-1,135,133,122,124,-1,137,135,124,126,-1,139,137,126,128,-1,140,139,128,129,-1,141,140,129,130,-1,142,141,130,130,-1,142,142,130,131,-1,142,142,131,131,-1,142,142,131,131,-1,142,142,131,130,-1,141,142,130,130,-1,140,141,130,129,-1,139,140,129,128,-1,137,139,128,126,-1,135,137,126,124,-1,133,135,124,122,-1,130,133,122,120,-1,127,130,120,118,-1,124,127,118,115,-1,121,124,115,112,-1,117,121,112,109,-1,113,117,109,106,-1,109,113,106,102,-1,105,109,102,98,-1,101,105,98,94,-1,96,101,94,90,-1,91,96,90,86,-1,86,91,86,82,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_11()
		{
			int[] value = {82,86,82,78,-1,77,82,78,74,-1,72,77,74,69,-1,68,72,69,66,-1,64,68,66,62,-1,61,64,62,59,-1,59,61,59,56,-1,59,59,56,55,-1,59,59,55,54,-1,60,59,54,54,-1,61,60,54,54,-1,63,61,54,55,-1,64,63,55,56,-1,65,64,56,56,-1,65,65,56,57,-1,66,65,57,57,-1,57,57,49,49,-1,56,57,49,49,-1,56,56,49,49,-1,55,56,49,49,-1,54,55,49,49,-1,54,54,49,50,-1,54,54,50,51,-1,55,54,51,52,-1,56,55,52,54,-1,59,56,54,57,-1,62,59,57,60,-1,66,62,60,63,-1,69,66,63,67,-1,74,69,67,70,-1,78,74,70,74,-1,82,78,74,77,-1,86,82,77,81,-1,90,86,81,84,-1,94,90,84,88,-1,98,94,88,91,-1,102,98,91,94,-1,106,102,94,97,-1,109,106,97,100,-1,112,109,100,103,-1,115,112,103,105,-1,118,115,105,107,-1,120,118,107,110,-1,122,120,110,111,-1,124,122,111,113,-1,126,124,113,115,-1,128,126,115,116,-1,129,128,116,117,-1,130,129,117,118,-1,130,130,118,118,-1,131,130,118,119,-1,131,131,119,119,-1,131,131,119,119,-1,130,131,119,118,-1,130,130,118,118,-1,129,130,118,117,-1,128,129,117,116,-1,126,128,116,115,-1,124,126,115,113,-1,122,124,113,111,-1,120,122,111,110,-1,118,120,110,107,-1,115,118,107,105,-1,112,115,105,103,-1,109,112,103,100,-1,106,109,100,97,-1,102,106,97,94,-1,98,102,94,91,-1,94,98,91,88,-1,90,94,88,84,-1,86,90,84,81,-1,82,86,81,77,-1,78,82,77,74,-1,74,78,74,70,-1,69,74,70,67,-1,66,69,67,63,-1,62,66,63,60,-1,59,62,60,57,-1,56,59,57,54,-1,55,56,54,52,-1,54,55,52,51,-1,54,54,51,50,-1,54,54,50,49,-1,55,54,49,49,-1,56,55,49,49,-1,56,56,49,49,-1,57,56,49,49,-1,57,57,49,49,-1,49,49,45,45,-1,49,49,45,45,-1,49,49,45,45,-1,49,49,45,46,-1,49,49,46,47,-1,50,49,47,48,-1,51,50,48,49,-1,52,51,49,51,-1,54,52,51,53,-1,57,54,53,55,-1,60,57,55,58,-1,63,60,58,61,-1,67,63,61,63,-1,70,67,63,66,-1,74,70,66,69,-1,77,74,69,72,-1,81,77,72,75,-1,84,81,75,78,-1,88,84,78,81,-1,91,88,81,83,-1,94,91,83,86,-1,97,94,86,88,-1,100,97,88,91,-1,103,100,91,93,-1,105,103,93,95,-1,107,105,95,97,-1,110,107,97,99,-1,111,110,99,100,-1,113,111,100,101,-1,115,113,101,103,-1,116,115,103,104,-1,117,116,104,105,-1,118,117,105,105,-1,118,118,105,106,-1,119,118,106,106,-1,119,119,106,106,-1,119,119,106,106,-1,118,119,106,106,-1,118,118,106,105,-1,117,118,105,105,-1,116,117,105,104,-1,115,116,104,103,-1,113,115,103,101,-1,111,113,101,100,-1,110,111,100,99,-1,107,110,99,97,-1,105,107,97,95,-1,103,105,95,93,-1,100,103,93,91,-1,97,100,91,88,-1,94,97,88,86,-1,91,94,86,83,-1,88,91,83,81,-1,84,88,81,78,-1,81,84,78,75,-1,77,81,75,72,-1,74,77,72,69,-1,70,74,69,66,-1,67,70,66,63,-1,63,67,63,61,-1,60,63,61,58,-1,57,60,58,55,-1,54,57,55,53,-1,52,54,53,51,-1,51,52,51,49,-1,50,51,49,48,-1,49,50,48,47,-1,49,49,47,46,-1,49,49,46,45,-1,49,49,45,45,-1,49,49,45,45,-1,49,49,45,45,-1,45,45,43,43,-1,45,45,43,44,-1,45,45,44,44,-1,46,45,44,45,-1,47,46,45,46,-1,48,47,46,47,-1,49,48,47,48,-1,51,49,48,50,-1,53,51,50,51,-1,55,53,51,53,-1,58,55,53,55,-1,61,58,55,57,-1,63,61,57,60,-1,66,63,60,62,-1,69,66,62,64,-1,72,69,64,66,-1,75,72,66,69,-1,78,75,69,71,-1,81,78,71,73,-1,83,81,73,75,-1,86,83,75,77,-1,88,86,77,79,-1,91,88,79,81,-1,93,91,81,82,-1,95,93,82,84,-1,97,95,84,86,-1,99,97,86,87,-1,100,99,87,88,-1,101,100,88,89,-1,103,101,89,90,-1,104,103,90,91,-1,105,104,91,92,-1,105,105,92,92,-1,106,105,92,93,-1,106,106,93,93,-1,106,106,93,93,-1,106,106,93,93,-1,106,106,93,93,-1,105,106,93,92,-1,105,105,92,92,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_12()
		{
			int[] value = {104,105,92,91,-1,103,104,91,90,-1,101,103,90,89,-1,100,101,89,88,-1,99,100,88,87,-1,97,99,87,86,-1,95,97,86,84,-1,93,95,84,82,-1,91,93,82,81,-1,88,91,81,79,-1,86,88,79,77,-1,83,86,77,75,-1,81,83,75,73,-1,78,81,73,71,-1,75,78,71,69,-1,72,75,69,66,-1,69,72,66,64,-1,66,69,64,62,-1,63,66,62,60,-1,61,63,60,57,-1,58,61,57,55,-1,55,58,55,53,-1,53,55,53,51,-1,51,53,51,50,-1,49,51,50,48,-1,48,49,48,47,-1,47,48,47,46,-1,46,47,46,45,-1,45,46,45,44,-1,45,45,44,44,-1,45,45,44,43,-1,45,45,43,43,-1,43,43,43,43,-1,44,43,43,43,-1,44,44,43,44,-1,45,44,44,44,-1,46,45,44,45,-1,47,46,45,46,-1,48,47,46,47,-1,50,48,47,48,-1,51,50,48,49,-1,53,51,49,50,-1,55,53,50,52,-1,57,55,52,53,-1,60,57,53,55,-1,62,60,55,56,-1,64,62,56,58,-1,66,64,58,60,-1,69,66,60,61,-1,71,69,61,63,-1,73,71,63,64,-1,75,73,64,66,-1,77,75,66,67,-1,79,77,67,69,-1,81,79,69,70,-1,82,81,70,72,-1,84,82,72,73,-1,86,84,73,74,-1,87,86,74,75,-1,88,87,75,76,-1,89,88,76,77,-1,90,89,77,77,-1,91,90,77,78,-1,92,91,78,78,-1,92,92,78,79,-1,93,92,79,79,-1,93,93,79,79,-1,93,93,79,79,-1,93,93,79,79,-1,93,93,79,79,-1,92,93,79,79,-1,92,92,79,78,-1,91,92,78,78,-1,90,91,78,77,-1,89,90,77,77,-1,88,89,77,76,-1,87,88,76,75,-1,86,87,75,74,-1,84,86,74,73,-1,82,84,73,72,-1,81,82,72,70,-1,79,81,70,69,-1,77,79,69,67,-1,75,77,67,66,-1,73,75,66,64,-1,71,73,64,63,-1,69,71,63,61,-1,66,69,61,60,-1,64,66,60,58,-1,62,64,58,56,-1,60,62,56,55,-1,57,60,55,53,-1,55,57,53,52,-1,53,55,52,50,-1,51,53,50,49,-1,50,51,49,48,-1,48,50,48,47,-1,47,48,47,46,-1,46,47,46,45,-1,45,46,45,44,-1,44,45,44,44,-1,44,44,44,43,-1,43,44,43,43,-1,43,43,43,43,-1,43,43,41,41,-1,43,43,41,41,-1,44,43,41,42,-1,44,44,42,42,-1,45,44,42,42,-1,46,45,42,43,-1,47,46,43,44,-1,48,47,44,44,-1,49,48,44,45,-1,50,49,45,46,-1,52,50,46,47,-1,53,52,47,48,-1,55,53,48,49,-1,56,55,49,50,-1,58,56,50,51,-1,60,58,51,52,-1,61,60,52,53,-1,63,61,53,54,-1,64,63,54,55,-1,66,64,55,56,-1,67,66,56,57,-1,69,67,57,58,-1,70,69,58,59,-1,72,70,59,60,-1,73,72,60,61,-1,74,73,61,61,-1,75,74,61,62,-1,76,75,62,63,-1,77,76,63,63,-1,77,77,63,64,-1,78,77,64,64,-1,78,78,64,65,-1,79,78,65,65,-1,79,79,65,65,-1,79,79,65,65,-1,79,79,65,65,-1,79,79,65,65,-1,79,79,65,65,-1,79,79,65,65,-1,78,79,65,65,-1,78,78,65,64,-1,77,78,64,64,-1,77,77,64,63,-1,76,77,63,63,-1,75,76,63,62,-1,74,75,62,61,-1,73,74,61,61,-1,72,73,61,60,-1,70,72,60,59,-1,69,70,59,58,-1,67,69,58,57,-1,66,67,57,56,-1,64,66,56,55,-1,63,64,55,54,-1,61,63,54,53,-1,60,61,53,52,-1,58,60,52,51,-1,56,58,51,50,-1,55,56,50,49,-1,53,55,49,48,-1,52,53,48,47,-1,50,52,47,46,-1,49,50,46,45,-1,48,49,45,44,-1,47,48,44,44,-1,46,47,44,43,-1,45,46,43,42,-1,44,45,42,42,-1,44,44,42,42,-1,43,44,42,41,-1,43,43,41,41,-1,43,43,41,41,-1,41,41,37,37,-1,41,41,37,37,-1,42,41,37,37,-1,42,42,37,37,-1,42,42,37,38,-1,43,42,38,38,-1,44,43,38,38,-1,44,44,38,39,-1,45,44,39,39,-1,46,45,39,39,-1,47,46,39,40,-1,48,47,40,40,-1,49,48,40,41,-1,50,49,41,42,-1,51,50,42,42,-1,52,51,42,43,-1,53,52,43,43,-1,54,53,43,44,-1,55,54,44,44,-1,56,55,44,45,-1,57,56,45,45,-1,58,57,45,46,-1,59,58,46,46,-1,60,59,46,47,-1};
			return value;
		}
		private int[] getIndexedFaceSet_6_33_colorIndex_13()
		{
			int[] value = {61,60,47,47,-1,61,61,47,48,-1,62,61,48,48,-1,63,62,48,49,-1,63,63,49,49,-1,64,63,49,49,-1,64,64,49,49,-1,65,64,49,50,-1,65,65,50,50,-1,65,65,50,50,-1,65,65,50,50,-1,65,65,50,50,-1,65,65,50,50,-1,65,65,50,50,-1,65,65,50,50,-1,65,65,50,50,-1,64,65,50,49,-1,64,64,49,49,-1,63,64,49,49,-1,63,63,49,49,-1,62,63,49,48,-1,61,62,48,48,-1,61,61,48,47,-1,60,61,47,47,-1,59,60,47,46,-1,58,59,46,46,-1,57,58,46,45,-1,56,57,45,45,-1,55,56,45,44,-1,54,55,44,44,-1,53,54,44,43,-1,52,53,43,43,-1,51,52,43,42,-1,50,51,42,42,-1,49,50,42,41,-1,48,49,41,40,-1,47,48,40,40,-1,46,47,40,39,-1,45,46,39,39,-1,44,45,39,39,-1,44,44,39,38,-1,43,44,38,38,-1,42,43,38,38,-1,42,42,38,37,-1,42,42,37,37,-1,41,42,37,37,-1,41,41,37,37,-1,41,41,37,37,-1,37,37,28,28,-1,37,37,28,28,-1,37,37,28,28,-1,37,37,28,28,-1,38,37,28,28,-1,38,38,28,28,-1,38,38,28,29,-1,39,38,29,29,-1,39,39,29,29,-1,39,39,29,29,-1,40,39,29,29,-1,40,40,29,29,-1,41,40,29,30,-1,42,41,30,30,-1,42,42,30,30,-1,43,42,30,30,-1,43,43,30,30,-1,44,43,30,30,-1,44,44,30,31,-1,45,44,31,31,-1,45,45,31,31,-1,46,45,31,31,-1,46,46,31,31,-1,47,46,31,32,-1,47,47,32,32,-1,48,47,32,32,-1,48,48,32,32,-1,49,48,32,32,-1,49,49,32,32,-1,49,49,32,32,-1,49,49,32,33,-1,50,49,33,33,-1,50,50,33,33,-1,50,50,33,33,-1,50,50,33,33,-1,50,50,33,33,-1,50,50,33,33,-1,50,50,33,33,-1,50,50,33,33,-1,50,50,33,33,-1,49,50,33,33,-1,49,49,33,32,-1,49,49,32,32,-1,49,49,32,32,-1,48,49,32,32,-1,48,48,32,32,-1,47,48,32,32,-1,47,47,32,32,-1,46,47,32,31,-1,46,46,31,31,-1,45,46,31,31,-1,45,45,31,31,-1,44,45,31,31,-1,44,44,31,30,-1,43,44,30,30,-1,43,43,30,30,-1,42,43,30,30,-1,42,42,30,30,-1,41,42,30,30,-1,40,41,30,29,-1,40,40,29,29,-1,39,40,29,29,-1,39,39,29,29,-1,39,39,29,29,-1,38,39,29,29,-1,38,38,29,28,-1,38,38,28,28,-1,37,38,28,28,-1,37,37,28,28,-1,37,37,28,28,-1,37,37,28,28,-1,37,37,28,28,-1,28,28,0,0,-1,28,28,0,0,-1,28,28,0,0,-1,28,28,0,0,-1,28,28,0,0,-1,28,28,0,0,-1,29,28,0,0,-1,29,29,0,0,-1,29,29,0,0,-1,29,29,0,0,-1,29,29,0,0,-1,29,29,0,0,-1,30,29,0,0,-1,30,30,0,0,-1,30,30,0,0,-1,30,30,0,0,-1,30,30,0,0,-1,30,30,0,0,-1,31,30,0,0,-1,31,31,0,0,-1,31,31,0,0,-1,31,31,0,0,-1,31,31,0,0,-1,32,31,0,0,-1,32,32,0,0,-1,32,32,0,0,-1,32,32,0,0,-1,32,32,0,0,-1,32,32,0,0,-1,32,32,0,0,-1,33,32,0,0,-1,33,33,0,0,-1,33,33,0,0,-1,33,33,0,0,-1,33,33,0,0,-1,33,33,0,0,-1,33,33,0,0,-1,33,33,0,0,-1,33,33,0,0,-1,33,33,0,0,-1,33,33,0,0,-1,32,33,0,0,-1,32,32,0,0,-1,32,32,0,0,-1,32,32,0,0,-1,32,32,0,0,-1,32,32,0,0,-1,32,32,0,0,-1,31,32,0,0,-1,31,31,0,0,-1,31,31,0,0,-1,31,31,0,0,-1,31,31,0,0,-1,30,31,0,0,-1,30,30,0,0,-1,30,30,0,0,-1,30,30,0,0,-1,30,30,0,0,-1,30,30,0,0,-1,29,30,0,0,-1,29,29,0,0,-1,29,29,0,0,-1,29,29,0,0,-1,29,29,0,0,-1,29,29,0,0,-1,28,29,0,0,-1,28,28,0,0,-1,28,28,0,0,-1,28,28,0,0,-1,28,28,0,0,-1,28,28,0,0,-1,28,28,0,0,-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,-0.0,-0.112336,-0.0,-1.284006,-0.292259,-0.0,-1.657485,-0.485127,-0.0,-1.810519,-0.666605,-0.0,-1.831482,-0.833989,-0.0,-1.788496,-1.021138,-0.0,-1.768662,-1.285415,-0.0,-1.835764,-1.653424,-0.0,-1.970475,-2.102566,-0.0,-2.102566,-2.597509,-0.0,-2.179569,-3.109862,-0.0,-2.177549,-3.609958,-0.0,-2.08421,-4.079887,-0.0,-1.902483,-4.495956,-0.0,-1.636394,-4.839723,-0.0,-1.2968,-5.097524,-0.0,-0.898831,-5.258123,-0.0,-0.460026,-5.309527,-0.0,0.0,-5.258123,-0.0,0.460026,-5.097524,-0.0,0.898831,-4.839723,-0.0,1.2968,-4.495956,-0.0,1.636394,-4.079887,-0.0,1.902483,-3.609958,-0.0,2.08421,-3.109862,-0.0,2.177549,-2.597509,-0.0,2.179569,-2.102566,-0.0,2.102566,-1.653424,-0.0,1.970475,-1.285415,-0.0,1.835764,-1.021138,-0.0,1.768662,-0.833989,-0.0,1.788496,-0.666605,-0.0,1.831482,-0.485127,-0.0,1.810519,-0.292259,-0.0,1.657485,-0.112336,-0.0,1.284006,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.111975,-0.009797,-1.284766,-0.29132,-0.025487,-1.658466,-0.483853,-0.042332,-1.812663,-0.665248,-0.058202,-1.834735,-0.832784,-0.072859,-1.792734,-1.018456,-0.089103,-1.770756,-1.279767,-0.111965,-1.834678,-1.644212,-0.14385,-1.96698,-2.088379,-0.182709,-2.096356,-2.579982,-0.225719,-2.173131,-3.087051,-0.270082,-2.169833,-3.585599,-0.313699,-2.078054,-4.049961,-0.354326,-1.895741,-4.462977,-0.39046,-1.630596,-4.807066,-0.420564,-1.29297,-5.060133,-0.442704,-0.895646,-5.219554,-0.456652,-0.458396,-5.2737,-0.461389,0.0,-5.219554,-0.456652,0.458396,-5.060133,-0.442704,0.895646,-4.807066,-0.420564,1.29297,-4.462977,-0.39046,1.630596,-4.049961,-0.354326,1.895741,-3.585599,-0.313699,2.078054,-3.087051,-0.270082,2.169833,-2.579982,-0.225719,2.173131,-2.088379,-0.182709,2.096356,-1.644212,-0.14385,1.96698,-1.279767,-0.111965,1.834678,-1.018456,-0.089103,1.770756,-0.832784,-0.072859,1.792734,-0.665248,-0.058202,1.834735,-0.483853,-0.042332,1.812663,-0.29132,-0.025487,1.658466,-0.111975,-0.009797,1.284766,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.110826,-0.019542,-1.286287,-0.288672,-0.050901,-1.662395,-0.480024,-0.084641,-1.819109,-0.661155,-0.116579,-1.84453,-0.82864,-0.146112,-1.804438,-1.010395,-0.17816,-1.777053,-1.262895,-0.222682,-1.831425,-1.614875,-0.284746,-1.954222,-2.046268,-0.360812,-2.077835,-2.524969,-0.44522,-2.151385,-3.021226,-0.532724,-2.14812,-3.509144,-0.618757,-2.05726,-3.963604,-0.69889,-1.876771,-4.370398,-0.770619,-1.615234,-4.704565,-0.829542,-1.280031,-4.955167,-0.87373,-0.887208,-5.108258,-0.900724,-0.453809,-5.161249,-0.910068,0.0,-5.108258,-0.900724,0.453809,-4.955167,-0.87373,0.887208,-4.704565,-0.829542,1.280031,-4.370398,-0.770619,1.615234,-3.963604,-0.69889,1.876771,-3.509144,-0.618757,2.05726,-3.021226,-0.532724,2.14812};
			return value;
		}
		private double[] getCoordinate_7_33_point_2()
		{
			double[] value = {-2.524969,-0.44522,2.151385,-2.046268,-0.360812,2.077835,-1.614875,-0.284746,1.954222,-1.262895,-0.222682,1.831425,-1.010395,-0.17816,1.777053,-0.82864,-0.146112,1.804438,-0.661155,-0.116579,1.84453,-0.480024,-0.084641,1.819109,-0.288672,-0.050901,1.662395,-0.110826,-0.019542,1.286287,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.10883,-0.029161,-1.28781,-0.284144,-0.076136,-1.668307,-0.473894,-0.126979,-1.830985,-0.654646,-0.175412,-1.862073,-0.821454,-0.220108,-1.823756,-0.998674,-0.267594,-1.790772,-1.237217,-0.331511,-1.829259,-1.568062,-0.420161,-1.934666,-1.978739,-0.530202,-2.048541,-2.437313,-0.653076,-2.117293,-2.912893,-0.780507,-2.11158,-3.383316,-0.906557,-2.022265,-3.823741,-1.024568,-1.845939,-4.213688,-1.129054,-1.587759,-4.538557,-1.216103,-1.259002,-4.780316,-1.280882,-0.872633,-4.930921,-1.321236,-0.446618,-4.982073,-1.334942,0.0,-4.930921,-1.321236,0.446618,-4.780316,-1.280882,0.872633,-4.538557,-1.216103,1.259002,-4.213688,-1.129054,1.587759,-3.823741,-1.024568,1.845939,-3.383316,-0.906557,2.022265,-2.912893,-0.780507,2.11158,-2.437313,-0.653076,2.117293,-1.978739,-0.530202,2.048541,-1.568062,-0.420161,1.934666,-1.237217,-0.331511,1.829259,-0.998674,-0.267594,1.790772,-0.821454,-0.220108,1.823756,-0.654646,-0.175412,1.862073,-0.473894,-0.126979,1.830985,-0.284144,-0.076136,1.668307,-0.10883,-0.029161,1.28781,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.106125,-0.038626,-1.290861,-0.277903,-0.101148,-1.677213,-0.465133,-0.169295,-1.847306,-0.644828,-0.234698,-1.885351,-0.811051,-0.295199,-1.85093,-0.983115,-0.357824,-1.812087,-1.203615,-0.43808,-1.829259,-1.507533,-0.548697,-1.91191,-1.888899,-0.687503,-2.010125,-2.31978,-0.844331,-2.071451,-2.769149,-1.007888,-2.063419,-3.214455,-1.169966,-1.974972,-3.632899,-1.322267,-1.802769,-4.005753,-1.457975,-1.551544,-4.312039,-1.569454,-1.229559,-4.544419,-1.654033,-0.85273,-4.68482,-1.705135,-0.436173,-4.733419,-1.722823,0.0,-4.68482,-1.705135,0.436173,-4.544419,-1.654033,0.85273,-4.312039,-1.569454,1.229559,-4.005753,-1.457975,1.551544,-3.632899,-1.322267,1.802769,-3.214455,-1.169966,1.974972,-2.769149,-1.007888,2.063419,-2.31978,-0.844331,2.071451,-1.888899,-0.687503,2.010125,-1.507533,-0.548697,1.91191,-1.203615,-0.43808,1.829259,-0.983115,-0.357824,1.812087,-0.811051,-0.295199,1.85093,-0.644828,-0.234698,1.885351,-0.465133,-0.169295,1.847306,-0.277903,-0.101148,1.677213,-0.106125,-0.038626,1.290861,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.102658,-0.04787,-1.294685,-0.26978,-0.1258,-1.688163,-0.453411,-0.211429,-1.867083,-0.631933,-0.294675,-1.915708,-0.797658,-0.371954,-1.88742,-0.964025,-0.449532,-1.842354,-1.166361,-0.543883,-1.837937,-1.438573,-0.670818,-1.891658,-1.783402,-0.831614,-1.967766,-2.178587,-1.015892,-2.017032,-2.594458,-1.209816,-2.004462,-3.009891,-1.403535,-1.917408,-3.399694,-1.585303,-1.749189,-3.746396,-1.746973,-1.50454};
			return value;
		}
		private double[] getCoordinate_7_33_point_3()
		{
			double[] value = {-4.035238,-1.881662,-1.193015,-4.252701,-1.983067,-0.827386,-4.386684,-2.045544,-0.42346,-4.432189,-2.066764,0.0,-4.386684,-2.045544,0.42346,-4.252701,-1.983067,0.827386,-4.035238,-1.881662,1.193015,-3.746396,-1.746973,1.50454,-3.399694,-1.585303,1.749189,-3.009891,-1.403535,1.917408,-2.594458,-1.209816,2.004462,-2.178587,-1.015892,2.017032,-1.783402,-0.831614,1.967766,-1.438573,-0.670818,1.891658,-1.166361,-0.543883,1.837937,-0.964025,-0.449532,1.842354,-0.797658,-0.371954,1.88742,-0.631933,-0.294675,1.915708,-0.453411,-0.211429,1.867083,-0.26978,-0.1258,1.688163,-0.102658,-0.04787,1.294685,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.098444,-0.056837,-1.299289,-0.259779,-0.149983,-1.701197,-0.438934,-0.253419,-1.891542,-0.615386,-0.355293,-1.95232,-0.780919,-0.450864,-1.933761,-0.94212,-0.543933,-1.884241,-1.127119,-0.650742,-1.858713,-1.365717,-0.788497,-1.879388,-1.669212,-0.96372,-1.92744,-2.021079,-1.166871,-1.958242,-2.398356,-1.384691,-1.939142,-2.775811,-1.602615,-1.850541,-3.133445,-1.809095,-1.68719,-3.452995,-1.993587,-1.451213,-3.717016,-2.14602,-1.150049,-3.91733,-2.261671,-0.797587,-4.040746,-2.332926,-0.408209,-4.082663,-2.357127,0.0,-4.040746,-2.332926,0.408209,-3.91733,-2.261671,0.797587,-3.717016,-2.14602,1.150049,-3.452995,-1.993587,1.451213,-3.133445,-1.809095,1.68719,-2.775811,-1.602615,1.850541,-2.398356,-1.384691,1.939142,-2.021079,-1.166871,1.958242,-1.669212,-0.96372,1.92744,-1.365717,-0.788497,1.879388,-1.127119,-0.650742,1.858713,-0.94212,-0.543933,1.884241,-0.780919,-0.450864,1.933761,-0.615386,-0.355293,1.95232,-0.438934,-0.253419,1.891542,-0.259779,-0.149983,1.701197,-0.098444,-0.056837,1.299289,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.093447,-0.065432,-1.303909,-0.247762,-0.173485,-1.715345,-0.421363,-0.295041,-1.919726,-0.594608,-0.416349,-1.994346,-0.759029,-0.531478,-1.987108,-0.917339,-0.642328,-1.939661,-1.087132,-0.761218,-1.895357,-1.294858,-0.906669,-1.883841,-1.553848,-1.088016,-1.896898,-1.858167,-1.301102,-1.903416,-2.189433,-1.533058,-1.871518,-2.523536,-1.766999,-1.778625,-2.843615,-1.991121,-1.618747,-3.129903,-2.191582,-1.390696,-3.36922,-2.359153,-1.102091,-3.550791,-2.48629,-0.764327,-3.660493,-2.563105,-0.390955,-3.698466,-2.589694,0.0,-3.660493,-2.563105,0.390955,-3.550791,-2.48629,0.764327,-3.36922,-2.359153,1.102091,-3.129903,-2.191582,1.390696,-2.843615,-1.991121,1.618747,-2.523536,-1.766999,1.778625,-2.189433,-1.533058,1.871518,-1.858167,-1.301102,1.903416,-1.553848,-1.088016,1.896898,-1.294858,-0.906669,1.883841,-1.087132,-0.761218,1.895357,-0.917339,-0.642328,1.939661,-0.759029,-0.531478,1.987108,-0.594608,-0.416349,1.994346,-0.421363,-0.295041,1.919726,-0.247762,-0.173485,1.715345,-0.093447,-0.065432,1.303909,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.087751,-0.073632,-1.30932,-0.234041,-0.196384,-1.732684,-0.40039,-0.335967,-1.950637};
			return value;
		}
		private double[] getCoordinate_7_33_point_4()
		{
			double[] value = {-0.569711,-0.478044,-2.043312,-0.731995,-0.614217,-2.049188,-0.887812,-0.744963,-2.007372,-1.047172,-0.878682,-1.952259,-1.228225,-1.030603,-1.910779,-1.446247,-1.213545,-1.887941,-1.701079,-1.427375,-1.863306,-1.981938,-1.663043,-1.811602,-2.270903,-1.905514,-1.711528,-2.548363,-2.138331,-1.551243,-2.798296,-2.348049,-1.329553,-3.008696,-2.524595,-1.05239,-3.167088,-2.657502,-0.728996,-3.266868,-2.741228,-0.373104,-3.298805,-2.768026,0.0,-3.266868,-2.741228,0.373104,-3.167088,-2.657502,0.728996,-3.008696,-2.524595,1.05239,-2.798296,-2.348049,1.329553,-2.548363,-2.138331,1.551243,-2.270903,-1.905514,1.711528,-1.981938,-1.663043,1.811602,-1.701079,-1.427375,1.863306,-1.446247,-1.213545,1.887941,-1.228225,-1.030603,1.910779,-1.047172,-0.878682,1.952259,-0.887812,-0.744963,2.007372,-0.731995,-0.614217,2.049188,-0.569711,-0.478044,2.043312,-0.40039,-0.335967,1.950637,-0.234041,-0.196384,1.732684,-0.087751,-0.073632,1.30932,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.081432,-0.081432,-1.31631,-0.218347,-0.218347,-1.751234,-0.376203,-0.376203,-1.985566,-0.539428,-0.539428,-2.095958,-0.698851,-0.698851,-2.119468,-0.852137,-0.852137,-2.087302,-1.003905,-1.003905,-2.027594,-1.165694,-1.165694,-1.964654,-1.349268,-1.349268,-1.908153,-1.559095,-1.559095,-1.850125,-1.789842,-1.789842,-1.772378,-2.029077,-2.029077,-1.656734,-2.262221,-2.262221,-1.491841,-2.475288,-2.475288,-1.274109,-2.65354,-2.65354,-1.005526,-2.789933,-2.789933,-0.695709,-2.874427,-2.874427,-0.355646,-2.902528,-2.902528,0.0,-2.874427,-2.874427,0.355646,-2.789933,-2.789933,0.695709,-2.65354,-2.65354,1.005526,-2.475288,-2.475288,1.274109,-2.262221,-2.262221,1.491841,-2.029077,-2.029077,1.656734,-1.789842,-1.789842,1.772378,-1.559095,-1.559095,1.850125,-1.349268,-1.349268,1.908153,-1.165694,-1.165694,1.964654,-1.003905,-1.003905,2.027594,-0.852137,-0.852137,2.087302,-0.698851,-0.698851,2.119468,-0.539428,-0.539428,2.095958,-0.376203,-0.376203,1.985566,-0.218347,-0.218347,1.751234,-0.081432,-0.081432,1.31631,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.074376,-0.088638,-1.322555,-0.20073,-0.239221,-1.77103,-0.348519,-0.415348,-2.023513,-0.503591,-0.600156,-2.152506,-0.657848,-0.783993,-2.194753,-0.807856,-0.962766,-2.176844,-0.955122,-1.13827,-2.122094,-1.103813,-1.315473,-2.046512,-1.262613,-1.504723,-1.964277,-1.435845,-1.711173,-1.874362,-1.62223,-1.933299,-1.767143,-1.815281,-2.163367,-1.630481,-2.004793,-2.389219,-1.454369,-2.178096,-2.595754,-1.233319,-2.325298,-2.771182,-0.969312,-2.437597,-2.905015,-0.668672,-2.506968,-2.987688,-0.341219,-2.529979,-3.015111,0.0,-2.506968,-2.987688,0.341219,-2.437597,-2.905015,0.668672,-2.325298,-2.771182,0.969312,-2.178096,-2.595754,1.233319,-2.004793,-2.389219,1.454369,-1.815281,-2.163367,1.630481,-1.62223,-1.933299,1.767143,-1.435845,-1.711173,1.874362,-1.262613,-1.504723,1.964277,-1.103813,-1.315473,2.046512,-0.955122,-1.13827,2.122094};
			return value;
		}
		private double[] getCoordinate_7_33_point_5()
		{
			double[] value = {-0.807856,-0.962766,2.176844,-0.657848,-0.783993,2.194753,-0.503591,-0.600156,2.152506,-0.348519,-0.415348,2.023513,-0.20073,-0.239221,1.77103,-0.074376,-0.088638,1.322555,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.066761,-0.095345,-1.330402,-0.181356,-0.259003,-1.793169,-0.317124,-0.452899,-2.063406,-0.462038,-0.659858,-2.213197,-0.608947,-0.869666,-2.27675,-0.753577,-1.076219,-2.275605,-0.895175,-1.278442,-2.228896,-1.035758,-1.479215,-2.152055,-1.178476,-1.683038,-2.05461,-1.326753,-1.8948,-1.940941,-1.479594,-2.11308,-1.806251,-1.634262,-2.333967,-1.645014,-1.784702,-2.548818,-1.450931,-1.921849,-2.744685,-1.219534,-2.03963,-2.912893,-0.952824,-2.128038,-3.039153,-0.654194,-2.184718,-3.1201,-0.333239,-2.203467,-3.146877,0.0,-2.184718,-3.1201,0.333239,-2.128038,-3.039153,0.654194,-2.03963,-2.912893,0.952824,-1.921849,-2.744685,1.219534,-1.784702,-2.548818,1.450931,-1.634262,-2.333967,1.645014,-1.479594,-2.11308,1.806251,-1.326753,-1.8948,1.940941,-1.178476,-1.683038,2.05461,-1.035758,-1.479215,2.152055,-0.895175,-1.278442,2.228896,-0.753577,-1.076219,2.275605,-0.608947,-0.869666,2.27675,-0.462038,-0.659858,2.213197,-0.317124,-0.452899,2.063406,-0.181356,-0.259003,1.793169,-0.066761,-0.095345,1.330402,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.058543,-0.101399,-1.338296,-0.160068,-0.277247,-1.815586,-0.282061,-0.488544,-2.105331,-0.41437,-0.71771,-2.276946,-0.550665,-0.95378,-2.36181,-0.687121,-1.190128,-2.380256,-0.822046,-1.423826,-2.348008,-0.955092,-1.654268,-2.276469,-1.086052,-1.881098,-2.172105,-1.216928,-2.107781,-2.042247,-1.347517,-2.333967,-1.887083,-1.475228,-2.55517,-1.703447,-1.595851,-2.764095,-1.488315,-1.70532,-2.9537,-1.241371,-1.798091,-3.114386,-0.963594,-1.868277,-3.23595,-0.658855,-1.912373,-3.312327,-0.334622,-1.927644,-3.338777,0.0,-1.912373,-3.312327,0.334622,-1.868277,-3.23595,0.658855,-1.798091,-3.114386,0.963594,-1.70532,-2.9537,1.241371,-1.595851,-2.764095,1.488315,-1.475228,-2.55517,1.703447,-1.347517,-2.333967,1.887083,-1.216928,-2.107781,2.042247,-1.086052,-1.881098,2.172105,-0.955092,-1.654268,2.276469,-0.822046,-1.423826,2.348008,-0.687121,-1.190128,2.380256,-0.550665,-0.95378,2.36181,-0.41437,-0.71771,2.276946,-0.282061,-0.488544,2.105331,-0.160068,-0.277247,1.815586,-0.058543,-0.101399,1.338296,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.049776,-0.106745,-1.346237,-0.137068,-0.293943,-1.839371,-0.243252,-0.521656,-2.148107,-0.360329,-0.772729,-2.342531,-0.482831,-1.035435,-2.450048,-0.607488,-1.302763,-2.489719,-0.731955,-1.569683,-2.473485,-0.85496,-1.833467,-2.410926,-0.975647,-2.092282,-2.308578,-1.093865,-2.345801,-2.171846,-1.208385,-2.59139,-2.002092,-1.317443,-2.825266,-1.799795,-1.417597,-3.040046,-1.564145,-1.507685,-3.233242,-1.298459,-1.582199,-3.393038,-1.003149,-1.638133,-3.512987,-0.68347,-1.672834,-3.587403,-0.346303,-1.685195,-3.613912,0.0};
			return value;
		}
		private double[] getCoordinate_7_33_point_6()
		{
			double[] value = {-1.672834,-3.587403,0.346303,-1.638133,-3.512987,0.68347,-1.582199,-3.393038,1.003149,-1.507685,-3.233242,1.298459,-1.417597,-3.040046,1.564145,-1.317443,-2.825266,1.799795,-1.208385,-2.59139,2.002092,-1.093865,-2.345801,2.171846,-0.975647,-2.092282,2.308578,-0.85496,-1.833467,2.410926,-0.731955,-1.569683,2.473485,-0.607488,-1.302763,2.489719,-0.482831,-1.035435,2.450048,-0.360329,-0.772729,2.342531,-0.243252,-0.521656,2.148107,-0.137068,-0.293943,1.839371,-0.049776,-0.106745,1.346237,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.040546,-0.1114,-1.355026,-0.112381,-0.308764,-1.863467,-0.20098,-0.552188,-2.19305,-0.30001,-0.82427,-2.410005,-0.405348,-1.113686,-2.541583,-0.513938,-1.412034,-2.602675,-0.62365,-1.713463,-2.604127,-0.73321,-2.014477,-2.554836,-0.840183,-2.308384,-2.456531,-0.944777,-2.595754,-2.317882,-1.044307,-2.869209,-2.137978,-1.137883,-3.126308,-1.920814,-1.223662,-3.361983,-1.668331,-1.29835,-3.567187,-1.381675,-1.359298,-3.73464,-1.064916,-1.404855,-3.859809,-0.724267,-1.432918,-3.936911,-0.36654,-1.442653,-3.963656,0.0,-1.432918,-3.936911,0.36654,-1.404855,-3.859809,0.724267,-1.359298,-3.73464,1.064916,-1.29835,-3.567187,1.381675,-1.223662,-3.361983,1.668331,-1.137883,-3.126308,1.920814,-1.044307,-2.869209,2.137978,-0.944777,-2.595754,2.317882,-0.840183,-2.308384,2.456531,-0.73321,-2.014477,2.554836,-0.62365,-1.713463,2.604127,-0.513938,-1.412034,2.602675,-0.405348,-1.113686,2.541583,-0.30001,-0.82427,2.410005,-0.20098,-0.552188,2.19305,-0.112381,-0.308764,1.863467,-0.040546,-0.1114,1.355026,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.030865,-0.115189,-1.363066,-0.086157,-0.321541,-1.887879,-0.155179,-0.579136,-2.237608,-0.23343,-0.871171,-2.477957,-0.317826,-1.186141,-2.63342,-0.40584,-1.514615,-2.715932,-0.495984,-1.851036,-2.736808,-0.586576,-2.189131,-2.700937,-0.675744,-2.521911,-2.610874,-0.762569,-2.845947,-2.472274,-0.845401,-3.155078,-2.287142,-0.92279,-3.443899,-2.058477,-0.992354,-3.703517,-1.787899,-1.052924,-3.929567,-1.480699,-1.101699,-4.111597,-1.140563,-1.138623,-4.2494,-0.775716,-1.161368,-4.334284,-0.392577,-1.168566,-4.361148,0.0,-1.161368,-4.334284,0.392577,-1.138623,-4.2494,0.775716,-1.101699,-4.111597,1.140563,-1.052924,-3.929567,1.480699,-0.992354,-3.703517,1.787899,-0.92279,-3.443899,2.058477,-0.845401,-3.155078,2.287142,-0.762569,-2.845947,2.472274,-0.675744,-2.521911,2.610874,-0.586576,-2.189131,2.700937,-0.495984,-1.851036,2.736808,-0.40584,-1.514615,2.715932,-0.317826,-1.186141,2.63342,-0.23343,-0.871171,2.477957,-0.155179,-0.579136,2.237608,-0.086157,-0.321541,1.887879,-0.030865,-0.115189,1.363066,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.020843,-0.118208,-1.371966,-0.058562,-0.332121,-1.912611,-0.106229,-0.602454,-2.283072,-0.160934,-0.912704,-2.546317,-0.22055,-1.250804,-2.723737,-0.283633,-1.608563,-2.829092,-0.348896,-1.978686,-2.86945};
			return value;
		}
		private double[] getCoordinate_7_33_point_7()
		{
			double[] value = {-0.414825,-2.352589,-2.846959,-0.480436,-2.724686,-2.766719,-0.544416,-3.087537,-2.630718,-0.605339,-3.43305,-2.44093,-0.661927,-3.753973,-2.200793,-0.71309,-4.044137,-1.914904,-0.757511,-4.296057,-1.587759,-0.79307,-4.497724,-1.223753,-0.81965,-4.648469,-0.832295,-0.836023,-4.741325,-0.421211,-0.841703,-4.773535,0.0,-0.836023,-4.741325,0.421211,-0.81965,-4.648469,0.832295,-0.79307,-4.497724,1.223753,-0.757511,-4.296057,1.587759,-0.71309,-4.044137,1.914904,-0.661927,-3.753973,2.200793,-0.605339,-3.43305,2.44093,-0.544416,-3.087537,2.630718,-0.480436,-2.724686,2.766719,-0.414825,-2.352589,2.846959,-0.348896,-1.978686,2.86945,-0.283633,-1.608563,2.829092,-0.22055,-1.250804,2.723737,-0.160934,-0.912704,2.546317,-0.106229,-0.602454,2.283072,-0.058562,-0.332121,1.912611,-0.020843,-0.118208,1.371966,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.01053,-0.120355,-1.380923,-0.029796,-0.340564,-1.938814,-0.054401,-0.621802,-2.32946,-0.082954,-0.948166,-2.615016,-0.114425,-1.307886,-2.815485,-0.148027,-1.691952,-2.941741,-0.183059,-2.092375,-2.999635,-0.218813,-2.501042,-2.992011,-0.254473,-2.90864,-2.91975,-0.289558,-3.309665,-2.787747,-0.322915,-3.690937,-2.594294,-0.354147,-4.047924,-2.345997,-0.382199,-4.368555,-2.044872,-0.406248,-4.643431,-1.696526,-0.426073,-4.87004,-1.309908,-0.440614,-5.036241,-0.891417,-0.449416,-5.136843,-0.451132,-0.452469,-5.171741,0.0,-0.449416,-5.136843,0.451132,-0.440614,-5.036241,0.891417,-0.426073,-4.87004,1.309908,-0.406248,-4.643431,1.696526,-0.382199,-4.368555,2.044872,-0.354147,-4.047924,2.345997,-0.322915,-3.690937,2.594294,-0.289558,-3.309665,2.787747,-0.254473,-2.90864,2.91975,-0.218813,-2.501042,2.992011,-0.183059,-2.092375,2.999635,-0.148027,-1.691952,2.941741,-0.114425,-1.307886,2.815485,-0.082954,-0.948166,2.615016,-0.054401,-0.621802,2.32946,-0.029796,-0.340564,1.938814,-0.01053,-0.120355,1.380923,0.0,0.0,0.0,-0.0,-0.0,-0.0,-0.0,-0.121604,-1.389939,-0.0,-0.346139,-1.963051,-0.0,-0.636482,-2.375385,-0.0,-0.976311,-2.682392,-0.0,-1.3547,-2.905163,-0.0,-1.762911,-3.053452,-0.0,-2.19047,-3.128315,-0.0,-2.630718,-3.135167,-0.0,-3.072145,-3.072145,-0.0,-3.506069,-2.941941,-0.0,-3.921549,-2.745898,-0.0,-4.308481,-2.487503,-0.0,-4.660766,-2.173351,-0.0,-4.959894,-1.805254,-0.0,-5.205026,-1.394682,-0.0,-5.385844,-0.94967,-0.0,-5.499933,-0.481182,-0.0,-5.537297,0.0,-0.0,-5.499933,0.481182,-0.0,-5.385844,0.94967,-0.0,-5.205026,1.394682,-0.0,-4.959894,1.805254,-0.0,-4.660766,2.173351,-0.0,-4.308481,2.487503,-0.0,-3.921549,2.745898,-0.0,-3.506069,2.941941,-0.0,-3.072145,3.072145,-0.0,-2.630718,3.135167,-0.0,-2.19047,3.128315,-0.0,-1.762911,3.053452,-0.0,-1.3547,2.905163,-0.0,-0.976311,2.682392,-0.0,-0.636482,2.375385};
			return value;
		}
		private double[] getCoordinate_7_33_point_8()
		{
			double[] value = {-0.0,-0.346139,1.963051,-0.0,-0.121604,1.389939,0.0,0.0,0.0,0.0,-0.0,-0.0,0.010668,-0.121932,-1.399014,0.030563,-0.349339,-1.988768,0.0565,-0.645796,-2.419351,0.08718,-0.996475,-2.748251,0.121615,-1.390061,-2.992381,0.159011,-1.817509,-3.160043,0.198514,-2.269023,-3.252878,0.239401,-2.736367,-3.273532,0.280566,-3.206885,-3.219134,0.321143,-3.670682,-3.091833,0.360051,-4.115397,-2.892639,0.396513,-4.532168,-2.626643,0.429442,-4.908547,-2.297636,0.457816,-5.232856,-1.911879,0.481011,-5.49798,-1.478807,0.498015,-5.692342,-1.007548,0.508565,-5.812924,-0.510508,0.51202,-5.852414,0.0,0.508565,-5.812924,0.510508,0.498015,-5.692342,1.007548,0.481011,-5.49798,1.478807,0.457816,-5.232856,1.911879,0.429442,-4.908547,2.297636,0.396513,-4.532168,2.626643,0.360051,-4.115397,2.892639,0.321143,-3.670682,3.091833,0.280566,-3.206885,3.219134,0.239401,-2.736367,3.273532,0.198514,-2.269023,3.252878,0.159011,-1.817509,3.160043,0.121615,-1.390061,2.992381,0.08718,-0.996475,2.748251,0.0565,-0.645796,2.419351,0.030563,-0.349339,1.988768,0.010668,-0.121932,1.399014,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.021393,-0.121325,-1.408147,0.061655,-0.349663,-2.013629,0.114585,-0.649846,-2.462673,0.177751,-1.008078,-2.812397,0.249283,-1.413753,-3.078574,0.327291,-1.856158,-3.264556,0.410293,-2.326889,-3.374407,0.496266,-2.814465,-3.405892,0.583322,-3.308183,-3.359217,0.669663,-3.797848,-3.235934,0.752574,-4.268057,-3.034629,0.83026,-4.708638,-2.760471,0.900807,-5.108732,-2.418991,0.961461,-5.452714,-2.015242,1.010771,-5.732368,-1.559678,1.047123,-5.938528,-1.063276,1.069304,-6.064325,-0.538744,1.076569,-6.105523,0.0,1.069304,-6.064325,0.538744,1.047123,-5.938528,1.063276,1.010771,-5.732368,1.559678,0.961461,-5.452714,2.015242,0.900807,-5.108732,2.418991,0.83026,-4.708638,2.760471,0.752574,-4.268057,3.034629,0.669663,-3.797848,3.235934,0.583322,-3.308183,3.359217,0.496266,-2.814465,3.405892,0.410293,-2.326889,3.374407,0.327291,-1.856158,3.264556,0.249283,-1.413753,3.078574,0.177751,-1.008078,2.812397,0.114585,-0.649846,2.462673,0.061655,-0.349663,2.013629,0.021393,-0.121325,1.408147,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.032075,-0.119705,-1.416503,0.092989,-0.347041,-2.037596,0.173743,-0.648416,-2.505288,0.270798,-1.010631,-2.874638,0.38135,-1.423216,-3.159763,0.502763,-1.876336,-3.364554,0.632507,-2.360549,-3.490137,0.767309,-2.863636,-3.533137,0.904583,-3.375951,-3.495042,1.040937,-3.884829,-3.374751,1.171893,-4.373563,-3.170431,1.295161,-4.833606,-2.889128,1.406042,-5.247421,-2.53323,1.502491,-5.607373,-2.112913,1.581419,-5.901938,-1.637206,1.639264,-6.117815,-1.116789,1.673988,-6.247409,-0.565859,1.686358,-6.293574,0.0,1.673988,-6.247409,0.565859,1.639264,-6.117815,1.116789,1.581419,-5.901938,1.637206,1.502491,-5.607373,2.112913};
			return value;
		}
		private double[] getCoordinate_7_33_point_9()
		{
			double[] value = {1.406042,-5.247421,2.53323,1.295161,-4.833606,2.889128,1.171893,-4.373563,3.170431,1.040937,-3.884829,3.374751,0.904583,-3.375951,3.495042,0.767309,-2.863636,3.533137,0.632507,-2.360549,3.490137,0.502763,-1.876336,3.364554,0.38135,-1.423216,3.159763,0.270798,-1.010631,2.874638,0.173743,-0.648416,2.505288,0.092989,-0.347041,2.037596,0.032075,-0.119705,1.416503,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.042637,-0.117145,-1.424908,0.124271,-0.341432,-2.060629,0.23343,-0.641342,-2.547133,0.365337,-1.003754,-2.934781,0.516618,-1.419397,-3.239258,0.68352,-1.877956,-3.461467,0.862459,-2.369585,-3.601304,1.049368,-2.883114,-3.656474,1.239301,-3.404951,-3.623473,1.428642,-3.925161,-3.504977,1.612184,-4.429438,-3.300575,1.783874,-4.901154,-3.011285,1.938888,-5.327052,-2.643466,2.074341,-5.699205,-2.207468,2.18331,-5.998594,-1.710472,2.264509,-6.221686,-1.167457,2.313846,-6.357241,-0.591881,2.330944,-6.404217,0.0,2.313846,-6.357241,0.591881,2.264509,-6.221686,1.167457,2.18331,-5.998594,1.710472,2.074341,-5.699205,2.207468,1.938888,-5.327052,2.643466,1.783874,-4.901154,3.011285,1.612184,-4.429438,3.300575,1.428642,-3.925161,3.504977,1.239301,-3.404951,3.623473,1.049368,-2.883114,3.656474,0.862459,-2.369585,3.601304,0.68352,-1.877956,3.461467,0.516618,-1.419397,3.239258,0.365337,-1.003754,2.934781,0.23343,-0.641342,2.547133,0.124271,-0.341432,2.060629,0.042637,-0.117145,1.424908,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.052998,-0.113654,-1.433363,0.1552,-0.332827,-2.08269,0.292736,-0.627774,-2.585086,0.460329,-0.987179,-2.992639,0.652874,-1.400094,-3.312904,0.866867,-1.859003,-3.552754,1.096396,-2.351229,-3.705036,1.337164,-2.867557,-3.770707,1.582929,-3.394602,-3.745529,1.828011,-3.920182,-3.629477,2.065303,-4.429057,-3.421861,2.287954,-4.906534,-3.125636,2.489716,-5.339213,-2.747098,2.665226,-5.715596,-2.295365,2.806895,-6.019406,-1.779633,2.913009,-6.246967,-1.215381,2.978237,-6.38685,-0.616542,3.000244,-6.434045,0.0,2.978237,-6.38685,0.616542,2.913009,-6.246967,1.215381,2.806895,-6.019406,1.779633,2.665226,-5.715596,2.295365,2.489716,-5.339213,2.747098,2.287954,-4.906534,3.125636,2.065303,-4.429057,3.421861,1.828011,-3.920182,3.629477,1.582929,-3.394602,3.745529,1.337164,-2.867557,3.770707,1.096396,-2.351229,3.705036,0.866867,-1.859003,3.552754,0.652874,-1.400094,3.312904,0.460329,-0.987179,2.992639,0.292736,-0.627774,2.585086,0.1552,-0.332827,2.08269,0.052998,-0.113654,1.433363,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.063036,-0.109182,-1.441015,0.185473,-0.321249,-2.103741,0.351496,-0.608809,-2.623603,0.554368,-0.960193,-3.046227,0.789043,-1.366663,-3.384218,1.050151,-1.818914,-3.637829,1.331356,-2.305976,-3.802746,1.627567,-2.819029,-3.879318,1.93013,-3.343083,-3.86026,2.231607,-3.865257,-3.745082,2.524275,-4.372173,-3.535033};
			return value;
		}
		private double[] getCoordinate_7_33_point_10()
		{
			double[] value = {2.801374,-4.852121,-3.234748,3.050215,-5.283127,-2.844677,3.267169,-5.658903,-2.378305,3.44287,-5.963226,-1.845029,3.575141,-6.192326,-1.260788,3.655196,-6.330985,-0.639576,3.682205,-6.377767,0.0,3.655196,-6.330985,0.639576,3.575141,-6.192326,1.260788,3.44287,-5.963226,1.845029,3.267169,-5.658903,2.378305,3.050215,-5.283127,2.844677,2.801374,-4.852121,3.234748,2.524275,-4.372173,3.535033,2.231607,-3.865257,3.745082,1.93013,-3.343083,3.86026,1.627567,-2.819029,3.879318,1.331356,-2.305976,3.802746,1.050151,-1.818914,3.637829,0.789043,-1.366663,3.384218,0.554368,-0.960193,3.046227,0.351496,-0.608809,2.623603,0.185473,-0.321249,2.103741,0.063036,-0.109182,1.441015,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.072655,-0.103762,-1.447851,0.21479,-0.306751,-2.123749,0.408502,-0.583402,-2.657973,0.646567,-0.923393,-3.097107,0.922452,-1.317398,-3.448896,1.231344,-1.758541,-3.718336,1.564766,-2.234718,-3.896112,1.915174,-2.735152,-3.97927,2.275237,-3.249375,-3.966754,2.635291,-3.763586,-3.855235,2.98443,-4.262208,-3.643316,3.312041,-4.730085,-3.333833,3.610514,-5.156348,-2.935285,3.86961,-5.526375,-2.45551,4.080121,-5.827017,-1.90605,4.236874,-6.050884,-1.302486,4.331747,-6.186376,-0.660729,4.366338,-6.235777,0.0,4.331747,-6.186376,0.660729,4.236874,-6.050884,1.302486,4.080121,-5.827017,1.90605,3.86961,-5.526375,2.45551,3.610514,-5.156348,2.935285,3.312041,-4.730085,3.333833,2.98443,-4.262208,3.643316,2.635291,-3.763586,3.855235,2.275237,-3.249375,3.966754,1.915174,-2.735152,3.97927,1.564766,-2.234718,3.896112,1.231344,-1.758541,3.718336,0.922452,-1.317398,3.448896,0.646567,-0.923393,3.097107,0.408502,-0.583402,2.657973,0.21479,-0.306751,2.123749,0.072655,-0.103762,1.447851,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.081809,-0.097496,-1.45472,0.242853,-0.289421,-2.142679,0.463243,-0.552072,-2.689609,0.735382,-0.876394,-3.143254,1.052272,-1.254049,-3.510654,1.40713,-1.676952,-3.791642,1.791328,-2.134822,-3.97998,2.196366,-2.617527,-4.072149,2.613929,-3.11516,-4.066552,3.029373,-3.610267,-3.954566,3.434784,-4.093416,-3.741612,3.816345,-4.548143,-3.427832,4.162726,-4.960943,-3.019832,4.46409,-5.320095,-2.527733,4.709727,-5.612835,-1.963273,4.890669,-5.828472,-1.341589,5.000182,-5.958984,-0.680566,5.040111,-6.00657,0.0,5.000182,-5.958984,0.680566,4.890669,-5.828472,1.341589,4.709727,-5.612835,1.963273,4.46409,-5.320095,2.527733,4.162726,-4.960943,3.019832,3.816345,-4.548143,3.427832,3.434784,-4.093416,3.741612,3.029373,-3.610267,3.954566,2.613929,-3.11516,4.066552,2.196366,-2.617527,4.072149,1.791328,-2.134822,3.97998,1.40713,-1.676952,3.791642,1.052272,-1.254049,3.510654,0.735382,-0.876394,3.143254,0.463243,-0.552072,2.689609,0.242853,-0.289421,2.142679,0.081809,-0.097496,1.45472,-0.0,0.0,0.0,0.0,-0.0,-0.0};
			return value;
		}
		private double[] getCoordinate_7_33_point_11()
		{
			double[] value = {0.090421,-0.090421,-1.461621,0.269216,-0.269216,-2.159222,0.515357,-0.515357,-2.720012,0.820049,-0.820049,-3.186316,1.176204,-1.176204,-3.56718,1.57565,-1.57565,-3.859537,2.009423,-2.009423,-4.058444,2.468151,-2.468151,-4.159807,2.939123,-2.939123,-4.156548,3.410284,-3.410284,-4.046869,3.868959,-3.868959,-3.831209,4.301295,-4.301295,-3.511993,4.694468,-4.694468,-3.095807,5.037307,-5.037307,-2.592861,5.314486,-5.314486,-2.013857,5.521927,-5.521927,-1.37697,5.648916,-5.648916,-0.698927,5.690658,-5.690658,0.0,5.648916,-5.648916,0.698927,5.521927,-5.521927,1.37697,5.314486,-5.314486,2.013857,5.037307,-5.037307,2.592861,4.694468,-4.694468,3.095807,4.301295,-4.301295,3.511993,3.868959,-3.868959,3.831209,3.410284,-3.410284,4.046869,2.939123,-2.939123,4.156548,2.468151,-2.468151,4.159807,2.009423,-2.009423,4.058444,1.57565,-1.57565,3.859537,1.176204,-1.176204,3.56718,0.820049,-0.820049,3.186316,0.515357,-0.515357,2.720012,0.269216,-0.269216,2.159222,0.090421,-0.090421,1.461621,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.098306,-0.082489,-1.466818,0.293733,-0.246471,-2.174605,0.563956,-0.473215,-2.747506,0.899506,-0.754775,-3.226149,1.292462,-1.084505,-3.61819,1.734466,-1.455389,-3.921682,2.21458,-1.858253,-4.128673,2.723363,-2.285172,-4.2368,3.244954,-2.722839,-4.235986,3.769599,-3.163069,-4.129094,4.279131,-3.590618,-3.911366,4.762935,-3.996577,-3.589716,5.201381,-4.364477,-3.166192,5.58124,-4.683216,-2.651811,5.891834,-4.943836,-2.060862,6.121811,-5.136809,-1.409109,6.262595,-5.254941,-0.715241,6.308872,-5.293772,0.0,6.262595,-5.254941,0.715241,6.121811,-5.136809,1.409109,5.891834,-4.943836,2.060862,5.58124,-4.683216,2.651811,5.201381,-4.364477,3.166192,4.762935,-3.996577,3.589716,4.279131,-3.590618,3.911366,3.769599,-3.163069,4.129094,3.244954,-2.722839,4.235986,2.723363,-2.285172,4.2368,2.21458,-1.858253,4.128673,1.734466,-1.455389,3.921682,1.292462,-1.084505,3.61819,0.899506,-0.754775,3.226149,0.563956,-0.473215,2.747506,0.293733,-0.246471,2.174605,0.098306,-0.082489,1.466818,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.105496,-0.073869,-1.472034,0.316148,-0.221369,-2.188803,0.608429,-0.426026,-2.771996,0.972164,-0.680717,-3.260687,1.399342,-0.97983,-3.663422,1.88012,-1.316474,-3.975408,2.404817,-1.683871,-4.19267,2.959056,-2.071953,-4.305019,3.529962,-2.471706,-4.309288,4.103114,-2.873032,-4.203031,4.660484,-3.263306,-3.983761,5.190473,-3.634408,-3.658321,5.668276,-3.968969,-3.226703,6.085831,-4.261345,-2.704091,6.428308,-4.501149,-2.102735,6.679225,-4.676844,-1.43774,6.832828,-4.784398,-0.729773,6.887392,-4.822604,0.0,6.832828,-4.784398,0.729773,6.679225,-4.676844,1.43774,6.428308,-4.501149,2.102735,6.085831,-4.261345,2.704091,5.668276,-3.968969,3.226703,5.190473,-3.634408,3.658321,4.660484,-3.263306,3.983761,4.103114,-2.873032,4.203031};
			return value;
		}
		private double[] getCoordinate_7_33_point_12()
		{
			double[] value = {3.529962,-2.471706,4.309288,2.959056,-2.071953,4.305019,2.404817,-1.683871,4.19267,1.88012,-1.316474,3.975408,1.399342,-0.97983,3.663422,0.972164,-0.680717,3.260687,0.608429,-0.426026,2.771996,0.316148,-0.221369,2.188803,0.105496,-0.073869,1.472034,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.111863,-0.064584,-1.476395,0.336221,-0.194118,-2.20179,0.64821,-0.374244,-2.793397,1.037568,-0.59904,-3.291698,1.495254,-0.863285,-3.702641,2.011362,-1.161261,-4.022725,2.574208,-1.48622,-4.245084,3.171236,-1.830914,-4.363997,3.787559,-2.186748,-4.373496,4.405142,-2.54331,-4.268181,5.0065,-2.890504,-4.047906,5.575838,-3.219212,-3.717225,6.092718,-3.517633,-3.280598,6.545412,-3.778995,-2.750884,6.913751,-3.991656,-2.139122,7.183617,-4.147463,-1.462619,7.353169,-4.245354,-0.742841,7.407504,-4.276724,0.0,7.353169,-4.245354,0.742841,7.183617,-4.147463,1.462619,6.913751,-3.991656,2.139122,6.545412,-3.778995,2.750884,6.092718,-3.517633,3.280598,5.575838,-3.219212,3.717225,5.0065,-2.890504,4.047906,4.405142,-2.54331,4.268181,3.787559,-2.186748,4.373496,3.171236,-1.830914,4.363997,2.574208,-1.48622,4.245084,2.011362,-1.161261,4.022725,1.495254,-0.863285,3.702641,1.037568,-0.59904,3.291698,0.64821,-0.374244,2.793397,0.336221,-0.194118,2.20179,0.111863,-0.064584,1.476395,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.117413,-0.05475,-1.480769,0.35353,-0.164854,-2.212236,0.68279,-0.31839,-2.811635,1.094213,-0.51024,-3.317112,1.579686,-0.73662,-3.737856,2.126196,-0.991461,-4.063387,2.724397,-1.270407,-4.293069,3.358244,-1.565975,-4.415939,4.010911,-1.870319,-4.425551,4.667674,-2.176572,-4.321538,5.30801,-2.475166,-4.100934,5.915134,-2.758272,-3.768151,6.467292,-3.015748,-3.32751,6.947817,-3.23982,-2.790221,7.338801,-3.422139,-2.169711,7.629771,-3.55782,-1.484412,7.805234,-3.63964,-0.753463,7.867562,-3.668705,0.0,7.805234,-3.63964,0.753463,7.629771,-3.55782,1.484412,7.338801,-3.422139,2.169711,6.947817,-3.23982,2.790221,6.467292,-3.015748,3.32751,5.915134,-2.758272,3.768151,5.30801,-2.475166,4.100934,4.667674,-2.176572,4.321538,4.010911,-1.870319,4.425551,3.358244,-1.565975,4.415939,2.724397,-1.270407,4.293069,2.126196,-0.991461,4.063387,1.579686,-0.73662,3.737856,1.094213,-0.51024,3.317112,0.68279,-0.31839,2.811635,0.35353,-0.164854,2.212236,0.117413,-0.05475,1.480769,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.122026,-0.044414,-1.484277,0.368073,-0.133968,-2.221416,0.711721,-0.259045,-2.826645,1.141926,-0.415627,-3.338769,1.649545,-0.600385,-3.764486,2.222851,-0.809052,-4.097181,2.849932,-1.03729,-4.331336,3.515064,-1.279379,-4.457937,4.200693,-1.528927,-4.470284,4.891424,-1.780333,-4.367803,5.565748,-2.025767,-4.147291,6.202352,-2.257471,-3.810745,6.78132,-2.468199,-3.365123,7.285178,-2.651588,-2.821761,7.695146,-2.800804,-2.194237};
			return value;
		}
		private double[] getCoordinate_7_33_point_13()
		{
			double[] value = {8.000244,-2.911851,-1.501192,8.189071,-2.980578,-0.762431,8.254464,-3.004379,0.0,8.189071,-2.980578,0.762431,8.000244,-2.911851,1.501192,7.695146,-2.800804,2.194237,7.285178,-2.651588,2.821761,6.78132,-2.468199,3.365123,6.202352,-2.257471,3.810745,5.565748,-2.025767,4.147291,4.891424,-1.780333,4.367803,4.200693,-1.528927,4.470284,3.515064,-1.279379,4.457937,2.849932,-1.03729,4.331336,2.222851,-0.809052,4.097181,1.649545,-0.600385,3.764486,1.141926,-0.415627,3.338769,0.711721,-0.259045,2.826645,0.368073,-0.133968,2.221416,0.122026,-0.044414,1.484277,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.125655,-0.033669,-1.486913,0.37947,-0.101679,-2.227997,0.734626,-0.196842,-2.838375,1.180072,-0.316199,-3.356593,1.705655,-0.457029,-3.786823,2.299824,-0.616236,-4.123931,2.950364,-0.790548,-4.362194,3.638936,-0.97505,-4.489697,4.3513,-1.165927,-4.504797,5.066796,-1.357644,-4.401525,5.768707,-1.54572,-4.181783,6.428525,-1.722518,-3.842439,7.032766,-1.884424,-3.395119,7.555306,-2.024438,-2.846913,7.985199,-2.139628,-2.215105,8.301797,-2.22446,-1.515469,8.49774,-2.276963,-0.769682,8.560533,-2.293788,0.0,8.49774,-2.276963,0.769682,8.301797,-2.22446,1.515469,7.985199,-2.139628,2.215105,7.555306,-2.024438,2.846913,7.032766,-1.884424,3.395119,6.428525,-1.722518,3.842439,5.768707,-1.54572,4.181783,5.066796,-1.357644,4.401525,4.3513,-1.165927,4.504797,3.638936,-0.97505,4.489697,2.950364,-0.790548,4.362194,2.299824,-0.616236,4.123931,1.705655,-0.457029,3.786823,1.180072,-0.316199,3.356593,0.734626,-0.196842,2.838375,0.37947,-0.101679,2.227997,0.125655,-0.033669,1.486913,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.128263,-0.022616,-1.488674,0.387575,-0.06834,-2.231955,0.751205,-0.132458,-2.846784,1.207418,-0.2129,-3.368529,1.746214,-0.307905,-3.802537,2.355904,-0.41541,-4.143495,3.022308,-0.532914,-4.382889,3.729876,-0.657678,-4.513666,4.462682,-0.786891,-4.531526,5.196493,-0.916282,-4.427641,5.916372,-1.043216,-4.206596,6.59308,-1.162538,-3.865238,7.212788,-1.271809,-3.415264,7.753289,-1.367114,-2.8655,8.1896,-1.444047,-2.228249,8.519341,-1.50219,-1.525363,8.715262,-1.536736,-0.774249,8.784857,-1.549007,0.0,8.715262,-1.536736,0.774249,8.519341,-1.50219,1.525363,8.1896,-1.444047,2.228249,7.753289,-1.367114,2.8655,7.212788,-1.271809,3.415264,6.59308,-1.162538,3.865238,5.916372,-1.043216,4.206596,5.196493,-0.916282,4.427641,4.462682,-0.786891,4.531526,3.729876,-0.657678,4.513666,3.022308,-0.532914,4.382889,2.355904,-0.41541,4.143495,1.746214,-0.307905,3.802537,1.207418,-0.2129,3.368529,0.751205,-0.132458,2.846784,0.387575,-0.06834,2.231955,0.128263,-0.022616,1.488674,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.129823,-0.011358,-1.489555,0.392753,-0.034361,-2.235919,0.761241,-0.0666,-2.851841,1.224273,-0.10711,-3.37651};
			return value;
		}
		private double[] getCoordinate_7_33_point_14()
		{
			double[] value = {1.77059,-0.154907,-3.811546,2.388791,-0.208992,-4.153312,3.06631,-0.268267,-4.395873,3.784181,-0.331073,-4.527038,4.527656,-0.396119,-4.544951,5.27527,-0.461526,-4.443386,6.006062,-0.525462,-4.221554,6.693029,-0.585564,-3.878983,7.322131,-0.640603,-3.427408,7.870826,-0.688608,-2.875689,8.318672,-0.727789,-2.237496,8.648491,-0.756645,-1.530787,8.852618,-0.774504,-0.777462,8.92331,-0.780688,0.0,8.852618,-0.774504,0.777462,8.648491,-0.756645,1.530787,8.318672,-0.727789,2.237496,7.870826,-0.688608,2.875689,7.322131,-0.640603,3.427408,6.693029,-0.585564,3.878983,6.006062,-0.525462,4.221554,5.27527,-0.461526,4.443386,4.527656,-0.396119,4.544951,3.784181,-0.331073,4.527038,3.06631,-0.268267,4.395873,2.388791,-0.208992,4.153312,1.77059,-0.154907,3.811546,1.224273,-0.10711,3.37651,0.761241,-0.0666,2.851841,0.392753,-0.034361,2.235919,0.129823,-0.011358,1.489555,-0.0,0.0,0.0,0.0,-0.0,-0.0,0.130319,-0.0,-1.489555,0.394253,-0.0,-2.235919,0.764601,-0.0,-2.853528,1.229676,-0.0,-3.378508,1.779458,-0.0,-3.816059,2.400755,-0.0,-4.158229,3.081667,-0.0,-4.401077,3.803133,-0.0,-4.532397,4.550331,-0.0,-4.550331,5.30169,-0.0,-4.448646,6.036142,-0.0,-4.226552,6.726549,-0.0,-3.883575,7.358802,-0.0,-3.431466,7.910245,-0.0,-2.879094,8.360334,-0.0,-2.240145,8.691805,-0.0,-1.5326,8.896954,-0.0,-0.778383,8.968001,-0.0,0.0,8.896954,-0.0,0.778383,8.691805,-0.0,1.5326,8.360334,-0.0,2.240145,7.910245,-0.0,2.879094,7.358802,-0.0,3.431466,6.726549,-0.0,3.883575,6.036142,-0.0,4.226552,5.30169,-0.0,4.448646,4.550331,-0.0,4.550331,3.803133,-0.0,4.532397,3.081667,-0.0,4.401077,2.400755,-0.0,4.158229,1.779458,-0.0,3.816059,1.229676,-0.0,3.378508,0.764601,-0.0,2.853528,0.394253,-0.0,2.235919,0.130319,-0.0,1.489555,-0.0,0.0,0.0,0.0,0.0,-0.0,0.129823,0.011358,-1.489555,0.392753,0.034361,-2.235919,0.761241,0.0666,-2.851841,1.224273,0.10711,-3.37651,1.77059,0.154907,-3.811546,2.388791,0.208992,-4.153312,3.06631,0.268267,-4.395873,3.784181,0.331073,-4.527038,4.527656,0.396119,-4.544951,5.27527,0.461526,-4.443386,6.006062,0.525462,-4.221554,6.693029,0.585564,-3.878983,7.322131,0.640603,-3.427408,7.870826,0.688608,-2.875689,8.318672,0.727789,-2.237496,8.648491,0.756645,-1.530787,8.852618,0.774504,-0.777462,8.92331,0.780688,0.0,8.852618,0.774504,0.777462,8.648491,0.756645,1.530787,8.318672,0.727789,2.237496,7.870826,0.688608,2.875689,7.322131,0.640603,3.427408,6.693029,0.585564,3.878983,6.006062,0.525462,4.221554,5.27527,0.461526,4.443386,4.527656,0.396119,4.544951,3.784181,0.331073,4.527038,3.06631,0.268267,4.395873,2.388791,0.208992,4.153312};
			return value;
		}
		private double[] getCoordinate_7_33_point_15()
		{
			double[] value = {1.77059,0.154907,3.811546,1.224273,0.10711,3.37651,0.761241,0.0666,2.851841,0.392753,0.034361,2.235919,0.129823,0.011358,1.489555,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.128263,0.022616,-1.488674,0.387575,0.06834,-2.231955,0.751205,0.132458,-2.846784,1.207418,0.2129,-3.368529,1.746214,0.307905,-3.802537,2.355904,0.41541,-4.143495,3.022308,0.532914,-4.382889,3.729876,0.657678,-4.513666,4.462682,0.786891,-4.531526,5.196493,0.916282,-4.427641,5.916372,1.043216,-4.206596,6.59308,1.162538,-3.865238,7.212788,1.271809,-3.415264,7.753289,1.367114,-2.8655,8.1896,1.444047,-2.228249,8.519341,1.50219,-1.525363,8.715262,1.536736,-0.774249,8.784857,1.549007,0.0,8.715262,1.536736,0.774249,8.519341,1.50219,1.525363,8.1896,1.444047,2.228249,7.753289,1.367114,2.8655,7.212788,1.271809,3.415264,6.59308,1.162538,3.865238,5.916372,1.043216,4.206596,5.196493,0.916282,4.427641,4.462682,0.786891,4.531526,3.729876,0.657678,4.513666,3.022308,0.532914,4.382889,2.355904,0.41541,4.143495,1.746214,0.307905,3.802537,1.207418,0.2129,3.368529,0.751205,0.132458,2.846784,0.387575,0.06834,2.231955,0.128263,0.022616,1.488674,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.125655,0.033669,-1.486913,0.37947,0.101679,-2.227997,0.734626,0.196842,-2.838375,1.180072,0.316199,-3.356593,1.705655,0.457029,-3.786823,2.299824,0.616236,-4.123931,2.950364,0.790548,-4.362194,3.638936,0.97505,-4.489697,4.3513,1.165927,-4.504797,5.066796,1.357644,-4.401525,5.768707,1.54572,-4.181783,6.428525,1.722518,-3.842439,7.032766,1.884424,-3.395119,7.555306,2.024438,-2.846913,7.985199,2.139628,-2.215105,8.301797,2.22446,-1.515469,8.49774,2.276963,-0.769682,8.560533,2.293788,0.0,8.49774,2.276963,0.769682,8.301797,2.22446,1.515469,7.985199,2.139628,2.215105,7.555306,2.024438,2.846913,7.032766,1.884424,3.395119,6.428525,1.722518,3.842439,5.768707,1.54572,4.181783,5.066796,1.357644,4.401525,4.3513,1.165927,4.504797,3.638936,0.97505,4.489697,2.950364,0.790548,4.362194,2.299824,0.616236,4.123931,1.705655,0.457029,3.786823,1.180072,0.316199,3.356593,0.734626,0.196842,2.838375,0.37947,0.101679,2.227997,0.125655,0.033669,1.486913,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.122026,0.044414,-1.484277,0.368073,0.133968,-2.221416,0.711721,0.259045,-2.826645,1.141926,0.415627,-3.338769,1.649545,0.600385,-3.764486,2.222851,0.809052,-4.097181,2.849932,1.03729,-4.331336,3.515064,1.279379,-4.457937,4.200693,1.528927,-4.470284,4.891424,1.780333,-4.367803,5.565748,2.025767,-4.147291,6.202352,2.257471,-3.810745,6.78132,2.468199,-3.365123,7.285178,2.651588,-2.821761,7.695146,2.800804,-2.194237,8.000244,2.911851,-1.501192,8.189071,2.980578,-0.762431,8.254464,3.004379,0.0,8.189071,2.980578,0.762431};
			return value;
		}
		private double[] getCoordinate_7_33_point_16()
		{
			double[] value = {8.000244,2.911851,1.501192,7.695146,2.800804,2.194237,7.285178,2.651588,2.821761,6.78132,2.468199,3.365123,6.202352,2.257471,3.810745,5.565748,2.025767,4.147291,4.891424,1.780333,4.367803,4.200693,1.528927,4.470284,3.515064,1.279379,4.457937,2.849932,1.03729,4.331336,2.222851,0.809052,4.097181,1.649545,0.600385,3.764486,1.141926,0.415627,3.338769,0.711721,0.259045,2.826645,0.368073,0.133968,2.221416,0.122026,0.044414,1.484277,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.117413,0.05475,-1.480769,0.35353,0.164854,-2.212236,0.68279,0.31839,-2.811635,1.094213,0.51024,-3.317112,1.579686,0.73662,-3.737856,2.126196,0.991461,-4.063387,2.724397,1.270407,-4.293069,3.358244,1.565975,-4.415939,4.010911,1.870319,-4.425551,4.667674,2.176572,-4.321538,5.30801,2.475166,-4.100934,5.915134,2.758272,-3.768151,6.467292,3.015748,-3.32751,6.947817,3.23982,-2.790221,7.338801,3.422139,-2.169711,7.629771,3.55782,-1.484412,7.805234,3.63964,-0.753463,7.867562,3.668705,0.0,7.805234,3.63964,0.753463,7.629771,3.55782,1.484412,7.338801,3.422139,2.169711,6.947817,3.23982,2.790221,6.467292,3.015748,3.32751,5.915134,2.758272,3.768151,5.30801,2.475166,4.100934,4.667674,2.176572,4.321538,4.010911,1.870319,4.425551,3.358244,1.565975,4.415939,2.724397,1.270407,4.293069,2.126196,0.991461,4.063387,1.579686,0.73662,3.737856,1.094213,0.51024,3.317112,0.68279,0.31839,2.811635,0.35353,0.164854,2.212236,0.117413,0.05475,1.480769,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.111863,0.064584,-1.476395,0.336221,0.194118,-2.20179,0.64821,0.374244,-2.793397,1.037568,0.59904,-3.291698,1.495254,0.863285,-3.702641,2.011362,1.161261,-4.022725,2.574208,1.48622,-4.245084,3.171236,1.830914,-4.363997,3.787559,2.186748,-4.373496,4.405142,2.54331,-4.268181,5.0065,2.890504,-4.047906,5.575838,3.219212,-3.717225,6.092718,3.517633,-3.280598,6.545412,3.778995,-2.750884,6.913751,3.991656,-2.139122,7.183617,4.147463,-1.462619,7.353169,4.245354,-0.742841,7.407504,4.276724,0.0,7.353169,4.245354,0.742841,7.183617,4.147463,1.462619,6.913751,3.991656,2.139122,6.545412,3.778995,2.750884,6.092718,3.517633,3.280598,5.575838,3.219212,3.717225,5.0065,2.890504,4.047906,4.405142,2.54331,4.268181,3.787559,2.186748,4.373496,3.171236,1.830914,4.363997,2.574208,1.48622,4.245084,2.011362,1.161261,4.022725,1.495254,0.863285,3.702641,1.037568,0.59904,3.291698,0.64821,0.374244,2.793397,0.336221,0.194118,2.20179,0.111863,0.064584,1.476395,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.105496,0.073869,-1.472034,0.316148,0.221369,-2.188803,0.608429,0.426026,-2.771996,0.972164,0.680717,-3.260687,1.399342,0.97983,-3.663422,1.88012,1.316474,-3.975408,2.404817,1.683871,-4.19267,2.959056,2.071953,-4.305019};
			return value;
		}
		private double[] getCoordinate_7_33_point_17()
		{
			double[] value = {3.529962,2.471706,-4.309288,4.103114,2.873032,-4.203031,4.660484,3.263306,-3.983761,5.190473,3.634408,-3.658321,5.668276,3.968969,-3.226703,6.085831,4.261345,-2.704091,6.428308,4.501149,-2.102735,6.679225,4.676844,-1.43774,6.832828,4.784398,-0.729773,6.887392,4.822604,0.0,6.832828,4.784398,0.729773,6.679225,4.676844,1.43774,6.428308,4.501149,2.102735,6.085831,4.261345,2.704091,5.668276,3.968969,3.226703,5.190473,3.634408,3.658321,4.660484,3.263306,3.983761,4.103114,2.873032,4.203031,3.529962,2.471706,4.309288,2.959056,2.071953,4.305019,2.404817,1.683871,4.19267,1.88012,1.316474,3.975408,1.399342,0.97983,3.663422,0.972164,0.680717,3.260687,0.608429,0.426026,2.771996,0.316148,0.221369,2.188803,0.105496,0.073869,1.472034,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.098306,0.082489,-1.466818,0.293733,0.246471,-2.174605,0.563956,0.473215,-2.747506,0.899506,0.754775,-3.226149,1.292462,1.084505,-3.61819,1.734466,1.455389,-3.921682,2.21458,1.858253,-4.128673,2.723363,2.285172,-4.2368,3.244954,2.722839,-4.235986,3.769599,3.163069,-4.129094,4.279131,3.590618,-3.911366,4.762935,3.996577,-3.589716,5.201381,4.364477,-3.166192,5.58124,4.683216,-2.651811,5.891834,4.943836,-2.060862,6.121811,5.136809,-1.409109,6.262595,5.254941,-0.715241,6.308872,5.293772,0.0,6.262595,5.254941,0.715241,6.121811,5.136809,1.409109,5.891834,4.943836,2.060862,5.58124,4.683216,2.651811,5.201381,4.364477,3.166192,4.762935,3.996577,3.589716,4.279131,3.590618,3.911366,3.769599,3.163069,4.129094,3.244954,2.722839,4.235986,2.723363,2.285172,4.2368,2.21458,1.858253,4.128673,1.734466,1.455389,3.921682,1.292462,1.084505,3.61819,0.899506,0.754775,3.226149,0.563956,0.473215,2.747506,0.293733,0.246471,2.174605,0.098306,0.082489,1.466818,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.090421,0.090421,-1.461621,0.269216,0.269216,-2.159222,0.515357,0.515357,-2.720012,0.820049,0.820049,-3.186316,1.176204,1.176204,-3.56718,1.57565,1.57565,-3.859537,2.009423,2.009423,-4.058444,2.468151,2.468151,-4.159807,2.939123,2.939123,-4.156548,3.410284,3.410284,-4.046869,3.868959,3.868959,-3.831209,4.301295,4.301295,-3.511993,4.694468,4.694468,-3.095807,5.037307,5.037307,-2.592861,5.314486,5.314486,-2.013857,5.521927,5.521927,-1.37697,5.648916,5.648916,-0.698927,5.690658,5.690658,0.0,5.648916,5.648916,0.698927,5.521927,5.521927,1.37697,5.314486,5.314486,2.013857,5.037307,5.037307,2.592861,4.694468,4.694468,3.095807,4.301295,4.301295,3.511993,3.868959,3.868959,3.831209,3.410284,3.410284,4.046869,2.939123,2.939123,4.156548,2.468151,2.468151,4.159807,2.009423,2.009423,4.058444,1.57565,1.57565,3.859537,1.176204,1.176204,3.56718,0.820049,0.820049,3.186316,0.515357,0.515357,2.720012,0.269216,0.269216,2.159222};
			return value;
		}
		private double[] getCoordinate_7_33_point_18()
		{
			double[] value = {0.090421,0.090421,1.461621,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.081809,0.097496,-1.45472,0.242853,0.289421,-2.142679,0.463243,0.552072,-2.689609,0.735382,0.876394,-3.143254,1.052272,1.254049,-3.510654,1.40713,1.676952,-3.791642,1.791328,2.134822,-3.97998,2.196366,2.617527,-4.072149,2.613929,3.11516,-4.066552,3.029373,3.610267,-3.954566,3.434784,4.093416,-3.741612,3.816345,4.548143,-3.427832,4.162726,4.960943,-3.019832,4.46409,5.320095,-2.527733,4.709727,5.612835,-1.963273,4.890669,5.828472,-1.341589,5.000182,5.958984,-0.680566,5.040111,6.00657,0.0,5.000182,5.958984,0.680566,4.890669,5.828472,1.341589,4.709727,5.612835,1.963273,4.46409,5.320095,2.527733,4.162726,4.960943,3.019832,3.816345,4.548143,3.427832,3.434784,4.093416,3.741612,3.029373,3.610267,3.954566,2.613929,3.11516,4.066552,2.196366,2.617527,4.072149,1.791328,2.134822,3.97998,1.40713,1.676952,3.791642,1.052272,1.254049,3.510654,0.735382,0.876394,3.143254,0.463243,0.552072,2.689609,0.242853,0.289421,2.142679,0.081809,0.097496,1.45472,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.072655,0.103762,-1.447851,0.21479,0.306751,-2.123749,0.408502,0.583402,-2.657973,0.646567,0.923393,-3.097107,0.922452,1.317398,-3.448896,1.231344,1.758541,-3.718336,1.564766,2.234718,-3.896112,1.915174,2.735152,-3.97927,2.275237,3.249375,-3.966754,2.635291,3.763586,-3.855235,2.98443,4.262208,-3.643316,3.312041,4.730085,-3.333833,3.610514,5.156348,-2.935285,3.86961,5.526375,-2.45551,4.080121,5.827017,-1.90605,4.236874,6.050884,-1.302486,4.331747,6.186376,-0.660729,4.366338,6.235777,0.0,4.331747,6.186376,0.660729,4.236874,6.050884,1.302486,4.080121,5.827017,1.90605,3.86961,5.526375,2.45551,3.610514,5.156348,2.935285,3.312041,4.730085,3.333833,2.98443,4.262208,3.643316,2.635291,3.763586,3.855235,2.275237,3.249375,3.966754,1.915174,2.735152,3.97927,1.564766,2.234718,3.896112,1.231344,1.758541,3.718336,0.922452,1.317398,3.448896,0.646567,0.923393,3.097107,0.408502,0.583402,2.657973,0.21479,0.306751,2.123749,0.072655,0.103762,1.447851,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.063036,0.109182,-1.441015,0.185473,0.321249,-2.103741,0.351496,0.608809,-2.623603,0.554368,0.960193,-3.046227,0.789043,1.366663,-3.384218,1.050151,1.818914,-3.637829,1.331356,2.305976,-3.802746,1.627567,2.819029,-3.879318,1.93013,3.343083,-3.86026,2.231607,3.865257,-3.745082,2.524275,4.372173,-3.535033,2.801374,4.852121,-3.234748,3.050215,5.283127,-2.844677,3.267169,5.658903,-2.378305,3.44287,5.963226,-1.845029,3.575141,6.192326,-1.260788,3.655196,6.330985,-0.639576,3.682205,6.377767,0.0,3.655196,6.330985,0.639576,3.575141,6.192326,1.260788,3.44287,5.963226,1.845029,3.267169,5.658903,2.378305,3.050215,5.283127,2.844677};
			return value;
		}
		private double[] getCoordinate_7_33_point_19()
		{
			double[] value = {2.801374,4.852121,3.234748,2.524275,4.372173,3.535033,2.231607,3.865257,3.745082,1.93013,3.343083,3.86026,1.627567,2.819029,3.879318,1.331356,2.305976,3.802746,1.050151,1.818914,3.637829,0.789043,1.366663,3.384218,0.554368,0.960193,3.046227,0.351496,0.608809,2.623603,0.185473,0.321249,2.103741,0.063036,0.109182,1.441015,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.052998,0.113654,-1.433363,0.1552,0.332827,-2.08269,0.292736,0.627774,-2.585086,0.460329,0.987179,-2.992639,0.652874,1.400094,-3.312904,0.866867,1.859003,-3.552754,1.096396,2.351229,-3.705036,1.337164,2.867557,-3.770707,1.582929,3.394602,-3.745529,1.828011,3.920182,-3.629477,2.065303,4.429057,-3.421861,2.287954,4.906534,-3.125636,2.489716,5.339213,-2.747098,2.665226,5.715596,-2.295365,2.806895,6.019406,-1.779633,2.913009,6.246967,-1.215381,2.978237,6.38685,-0.616542,3.000244,6.434045,0.0,2.978237,6.38685,0.616542,2.913009,6.246967,1.215381,2.806895,6.019406,1.779633,2.665226,5.715596,2.295365,2.489716,5.339213,2.747098,2.287954,4.906534,3.125636,2.065303,4.429057,3.421861,1.828011,3.920182,3.629477,1.582929,3.394602,3.745529,1.337164,2.867557,3.770707,1.096396,2.351229,3.705036,0.866867,1.859003,3.552754,0.652874,1.400094,3.312904,0.460329,0.987179,2.992639,0.292736,0.627774,2.585086,0.1552,0.332827,2.08269,0.052998,0.113654,1.433363,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.042637,0.117145,-1.424908,0.124271,0.341432,-2.060629,0.23343,0.641342,-2.547133,0.365337,1.003754,-2.934781,0.516618,1.419397,-3.239258,0.68352,1.877956,-3.461467,0.862459,2.369585,-3.601304,1.049368,2.883114,-3.656474,1.239301,3.404951,-3.623473,1.428642,3.925161,-3.504977,1.612184,4.429438,-3.300575,1.783874,4.901154,-3.011285,1.938888,5.327052,-2.643466,2.074341,5.699205,-2.207468,2.18331,5.998594,-1.710472,2.264509,6.221686,-1.167457,2.313846,6.357241,-0.591881,2.330944,6.404217,0.0,2.313846,6.357241,0.591881,2.264509,6.221686,1.167457,2.18331,5.998594,1.710472,2.074341,5.699205,2.207468,1.938888,5.327052,2.643466,1.783874,4.901154,3.011285,1.612184,4.429438,3.300575,1.428642,3.925161,3.504977,1.239301,3.404951,3.623473,1.049368,2.883114,3.656474,0.862459,2.369585,3.601304,0.68352,1.877956,3.461467,0.516618,1.419397,3.239258,0.365337,1.003754,2.934781,0.23343,0.641342,2.547133,0.124271,0.341432,2.060629,0.042637,0.117145,1.424908,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.032075,0.119705,-1.416503,0.092989,0.347041,-2.037596,0.173743,0.648416,-2.505288,0.270798,1.010631,-2.874638,0.38135,1.423216,-3.159763,0.502763,1.876336,-3.364554,0.632507,2.360549,-3.490137,0.767309,2.863636,-3.533137,0.904583,3.375951,-3.495042,1.040937,3.884829,-3.374751,1.171893,4.373563,-3.170431,1.295161,4.833606,-2.889128};
			return value;
		}
		private double[] getCoordinate_7_33_point_20()
		{
			double[] value = {1.406042,5.247421,-2.53323,1.502491,5.607373,-2.112913,1.581419,5.901938,-1.637206,1.639264,6.117815,-1.116789,1.673988,6.247409,-0.565859,1.686358,6.293574,0.0,1.673988,6.247409,0.565859,1.639264,6.117815,1.116789,1.581419,5.901938,1.637206,1.502491,5.607373,2.112913,1.406042,5.247421,2.53323,1.295161,4.833606,2.889128,1.171893,4.373563,3.170431,1.040937,3.884829,3.374751,0.904583,3.375951,3.495042,0.767309,2.863636,3.533137,0.632507,2.360549,3.490137,0.502763,1.876336,3.364554,0.38135,1.423216,3.159763,0.270798,1.010631,2.874638,0.173743,0.648416,2.505288,0.092989,0.347041,2.037596,0.032075,0.119705,1.416503,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.021393,0.121325,-1.408147,0.061655,0.349663,-2.013629,0.114585,0.649846,-2.462673,0.177751,1.008078,-2.812397,0.249283,1.413753,-3.078574,0.327291,1.856158,-3.264556,0.410293,2.326889,-3.374407,0.496266,2.814465,-3.405892,0.583322,3.308183,-3.359217,0.669663,3.797848,-3.235934,0.752574,4.268057,-3.034629,0.83026,4.708638,-2.760471,0.900807,5.108732,-2.418991,0.961461,5.452714,-2.015242,1.010771,5.732368,-1.559678,1.047123,5.938528,-1.063276,1.069304,6.064325,-0.538744,1.076569,6.105523,0.0,1.069304,6.064325,0.538744,1.047123,5.938528,1.063276,1.010771,5.732368,1.559678,0.961461,5.452714,2.015242,0.900807,5.108732,2.418991,0.83026,4.708638,2.760471,0.752574,4.268057,3.034629,0.669663,3.797848,3.235934,0.583322,3.308183,3.359217,0.496266,2.814465,3.405892,0.410293,2.326889,3.374407,0.327291,1.856158,3.264556,0.249283,1.413753,3.078574,0.177751,1.008078,2.812397,0.114585,0.649846,2.462673,0.061655,0.349663,2.013629,0.021393,0.121325,1.408147,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.010668,0.121932,-1.399014,0.030563,0.349339,-1.988768,0.0565,0.645796,-2.419351,0.08718,0.996475,-2.748251,0.121615,1.390061,-2.992381,0.159011,1.817509,-3.160043,0.198514,2.269023,-3.252878,0.239401,2.736367,-3.273532,0.280566,3.206885,-3.219134,0.321143,3.670682,-3.091833,0.360051,4.115397,-2.892639,0.396513,4.532168,-2.626643,0.429442,4.908547,-2.297636,0.457816,5.232856,-1.911879,0.481011,5.49798,-1.478807,0.498015,5.692342,-1.007548,0.508565,5.812924,-0.510508,0.51202,5.852414,0.0,0.508565,5.812924,0.510508,0.498015,5.692342,1.007548,0.481011,5.49798,1.478807,0.457816,5.232856,1.911879,0.429442,4.908547,2.297636,0.396513,4.532168,2.626643,0.360051,4.115397,2.892639,0.321143,3.670682,3.091833,0.280566,3.206885,3.219134,0.239401,2.736367,3.273532,0.198514,2.269023,3.252878,0.159011,1.817509,3.160043,0.121615,1.390061,2.992381,0.08718,0.996475,2.748251,0.0565,0.645796,2.419351,0.030563,0.349339,1.988768,0.010668,0.121932,1.399014,-0.0,-0.0,0.0,0.0,0.0,-0.0,0.0,0.121604,-1.389939};
			return value;
		}
		private double[] getCoordinate_7_33_point_21()
		{
			double[] value = {0.0,0.346139,-1.963051,0.0,0.636482,-2.375385,0.0,0.976311,-2.682392,0.0,1.3547,-2.905163,0.0,1.762911,-3.053452,0.0,2.19047,-3.128315,0.0,2.630718,-3.135167,0.0,3.072145,-3.072145,0.0,3.506069,-2.941941,0.0,3.921549,-2.745898,0.0,4.308481,-2.487503,0.0,4.660766,-2.173351,0.0,4.959894,-1.805254,0.0,5.205026,-1.394682,0.0,5.385844,-0.94967,0.0,5.499933,-0.481182,0.0,5.537297,0.0,0.0,5.499933,0.481182,0.0,5.385844,0.94967,0.0,5.205026,1.394682,0.0,4.959894,1.805254,0.0,4.660766,2.173351,0.0,4.308481,2.487503,0.0,3.921549,2.745898,0.0,3.506069,2.941941,0.0,3.072145,3.072145,0.0,2.630718,3.135167,0.0,2.19047,3.128315,0.0,1.762911,3.053452,0.0,1.3547,2.905163,0.0,0.976311,2.682392,0.0,0.636482,2.375385,0.0,0.346139,1.963051,0.0,0.121604,1.389939,-0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.01053,0.120355,-1.380923,-0.029796,0.340564,-1.938814,-0.054401,0.621802,-2.32946,-0.082954,0.948166,-2.615016,-0.114425,1.307886,-2.815485,-0.148027,1.691952,-2.941741,-0.183059,2.092375,-2.999635,-0.218813,2.501042,-2.992011,-0.254473,2.90864,-2.91975,-0.289558,3.309665,-2.787747,-0.322915,3.690937,-2.594294,-0.354147,4.047924,-2.345997,-0.382199,4.368555,-2.044872,-0.406248,4.643431,-1.696526,-0.426073,4.87004,-1.309908,-0.440614,5.036241,-0.891417,-0.449416,5.136843,-0.451132,-0.452469,5.171741,0.0,-0.449416,5.136843,0.451132,-0.440614,5.036241,0.891417,-0.426073,4.87004,1.309908,-0.406248,4.643431,1.696526,-0.382199,4.368555,2.044872,-0.354147,4.047924,2.345997,-0.322915,3.690937,2.594294,-0.289558,3.309665,2.787747,-0.254473,2.90864,2.91975,-0.218813,2.501042,2.992011,-0.183059,2.092375,2.999635,-0.148027,1.691952,2.941741,-0.114425,1.307886,2.815485,-0.082954,0.948166,2.615016,-0.054401,0.621802,2.32946,-0.029796,0.340564,1.938814,-0.01053,0.120355,1.380923,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.020843,0.118208,-1.371966,-0.058562,0.332121,-1.912611,-0.106229,0.602454,-2.283072,-0.160934,0.912704,-2.546317,-0.22055,1.250804,-2.723737,-0.283633,1.608563,-2.829092,-0.348896,1.978686,-2.86945,-0.414825,2.352589,-2.846959,-0.480436,2.724686,-2.766719,-0.544416,3.087537,-2.630718,-0.605339,3.43305,-2.44093,-0.661927,3.753973,-2.200793,-0.71309,4.044137,-1.914904,-0.757511,4.296057,-1.587759,-0.79307,4.497724,-1.223753,-0.81965,4.648469,-0.832295,-0.836023,4.741325,-0.421211,-0.841703,4.773535,0.0,-0.836023,4.741325,0.421211,-0.81965,4.648469,0.832295,-0.79307,4.497724,1.223753,-0.757511,4.296057,1.587759,-0.71309,4.044137,1.914904,-0.661927,3.753973,2.200793,-0.605339,3.43305,2.44093,-0.544416,3.087537,2.630718,-0.480436,2.724686,2.766719};
			return value;
		}
		private double[] getCoordinate_7_33_point_22()
		{
			double[] value = {-0.414825,2.352589,2.846959,-0.348896,1.978686,2.86945,-0.283633,1.608563,2.829092,-0.22055,1.250804,2.723737,-0.160934,0.912704,2.546317,-0.106229,0.602454,2.283072,-0.058562,0.332121,1.912611,-0.020843,0.118208,1.371966,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.030865,0.115189,-1.363066,-0.086157,0.321541,-1.887879,-0.155179,0.579136,-2.237608,-0.23343,0.871171,-2.477957,-0.317826,1.186141,-2.63342,-0.40584,1.514615,-2.715932,-0.495984,1.851036,-2.736808,-0.586576,2.189131,-2.700937,-0.675744,2.521911,-2.610874,-0.762569,2.845947,-2.472274,-0.845401,3.155078,-2.287142,-0.92279,3.443899,-2.058477,-0.992354,3.703517,-1.787899,-1.052924,3.929567,-1.480699,-1.101699,4.111597,-1.140563,-1.138623,4.2494,-0.775716,-1.161368,4.334284,-0.392577,-1.168566,4.361148,0.0,-1.161368,4.334284,0.392577,-1.138623,4.2494,0.775716,-1.101699,4.111597,1.140563,-1.052924,3.929567,1.480699,-0.992354,3.703517,1.787899,-0.92279,3.443899,2.058477,-0.845401,3.155078,2.287142,-0.762569,2.845947,2.472274,-0.675744,2.521911,2.610874,-0.586576,2.189131,2.700937,-0.495984,1.851036,2.736808,-0.40584,1.514615,2.715932,-0.317826,1.186141,2.63342,-0.23343,0.871171,2.477957,-0.155179,0.579136,2.237608,-0.086157,0.321541,1.887879,-0.030865,0.115189,1.363066,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.040546,0.1114,-1.355026,-0.112381,0.308764,-1.863467,-0.20098,0.552188,-2.19305,-0.30001,0.82427,-2.410005,-0.405348,1.113686,-2.541583,-0.513938,1.412034,-2.602675,-0.62365,1.713463,-2.604127,-0.73321,2.014477,-2.554836,-0.840183,2.308384,-2.456531,-0.944777,2.595754,-2.317882,-1.044307,2.869209,-2.137978,-1.137883,3.126308,-1.920814,-1.223662,3.361983,-1.668331,-1.29835,3.567187,-1.381675,-1.359298,3.73464,-1.064916,-1.404855,3.859809,-0.724267,-1.432918,3.936911,-0.36654,-1.442653,3.963656,0.0,-1.432918,3.936911,0.36654,-1.404855,3.859809,0.724267,-1.359298,3.73464,1.064916,-1.29835,3.567187,1.381675,-1.223662,3.361983,1.668331,-1.137883,3.126308,1.920814,-1.044307,2.869209,2.137978,-0.944777,2.595754,2.317882,-0.840183,2.308384,2.456531,-0.73321,2.014477,2.554836,-0.62365,1.713463,2.604127,-0.513938,1.412034,2.602675,-0.405348,1.113686,2.541583,-0.30001,0.82427,2.410005,-0.20098,0.552188,2.19305,-0.112381,0.308764,1.863467,-0.040546,0.1114,1.355026,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.049776,0.106745,-1.346237,-0.137068,0.293943,-1.839371,-0.243252,0.521656,-2.148107,-0.360329,0.772729,-2.342531,-0.482831,1.035435,-2.450048,-0.607488,1.302763,-2.489719,-0.731955,1.569683,-2.473485,-0.85496,1.833467,-2.410926,-0.975647,2.092282,-2.308578,-1.093865,2.345801,-2.171846,-1.208385,2.59139,-2.002092,-1.317443,2.825266,-1.799795,-1.417597,3.040046,-1.564145,-1.507685,3.233242,-1.298459,-1.582199,3.393038,-1.003149,-1.638133,3.512987,-0.68347};
			return value;
		}
		private double[] getCoordinate_7_33_point_23()
		{
			double[] value = {-1.672834,3.587403,-0.346303,-1.685195,3.613912,0.0,-1.672834,3.587403,0.346303,-1.638133,3.512987,0.68347,-1.582199,3.393038,1.003149,-1.507685,3.233242,1.298459,-1.417597,3.040046,1.564145,-1.317443,2.825266,1.799795,-1.208385,2.59139,2.002092,-1.093865,2.345801,2.171846,-0.975647,2.092282,2.308578,-0.85496,1.833467,2.410926,-0.731955,1.569683,2.473485,-0.607488,1.302763,2.489719,-0.482831,1.035435,2.450048,-0.360329,0.772729,2.342531,-0.243252,0.521656,2.148107,-0.137068,0.293943,1.839371,-0.049776,0.106745,1.346237,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.058543,0.101399,-1.338296,-0.160068,0.277247,-1.815586,-0.282061,0.488544,-2.105331,-0.41437,0.71771,-2.276946,-0.550665,0.95378,-2.36181,-0.687121,1.190128,-2.380256,-0.822046,1.423826,-2.348008,-0.955092,1.654268,-2.276469,-1.086052,1.881098,-2.172105,-1.216928,2.107781,-2.042247,-1.347517,2.333967,-1.887083,-1.475228,2.55517,-1.703447,-1.595851,2.764095,-1.488315,-1.70532,2.9537,-1.241371,-1.798091,3.114386,-0.963594,-1.868277,3.23595,-0.658855,-1.912373,3.312327,-0.334622,-1.927644,3.338777,0.0,-1.912373,3.312327,0.334622,-1.868277,3.23595,0.658855,-1.798091,3.114386,0.963594,-1.70532,2.9537,1.241371,-1.595851,2.764095,1.488315,-1.475228,2.55517,1.703447,-1.347517,2.333967,1.887083,-1.216928,2.107781,2.042247,-1.086052,1.881098,2.172105,-0.955092,1.654268,2.276469,-0.822046,1.423826,2.348008,-0.687121,1.190128,2.380256,-0.550665,0.95378,2.36181,-0.41437,0.71771,2.276946,-0.282061,0.488544,2.105331,-0.160068,0.277247,1.815586,-0.058543,0.101399,1.338296,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.066761,0.095345,-1.330402,-0.181356,0.259003,-1.793169,-0.317124,0.452899,-2.063406,-0.462038,0.659858,-2.213197,-0.608947,0.869666,-2.27675,-0.753577,1.076219,-2.275605,-0.895175,1.278442,-2.228896,-1.035758,1.479215,-2.152055,-1.178476,1.683038,-2.05461,-1.326753,1.8948,-1.940941,-1.479594,2.11308,-1.806251,-1.634262,2.333967,-1.645014,-1.784702,2.548818,-1.450931,-1.921849,2.744685,-1.219534,-2.03963,2.912893,-0.952824,-2.128038,3.039153,-0.654194,-2.184718,3.1201,-0.333239,-2.203467,3.146877,0.0,-2.184718,3.1201,0.333239,-2.128038,3.039153,0.654194,-2.03963,2.912893,0.952824,-1.921849,2.744685,1.219534,-1.784702,2.548818,1.450931,-1.634262,2.333967,1.645014,-1.479594,2.11308,1.806251,-1.326753,1.8948,1.940941,-1.178476,1.683038,2.05461,-1.035758,1.479215,2.152055,-0.895175,1.278442,2.228896,-0.753577,1.076219,2.275605,-0.608947,0.869666,2.27675,-0.462038,0.659858,2.213197,-0.317124,0.452899,2.063406,-0.181356,0.259003,1.793169,-0.066761,0.095345,1.330402,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.074376,0.088638,-1.322555,-0.20073,0.239221,-1.77103,-0.348519,0.415348,-2.023513,-0.503591,0.600156,-2.152506,-0.657848,0.783993,-2.194753};
			return value;
		}
		private double[] getCoordinate_7_33_point_24()
		{
			double[] value = {-0.807856,0.962766,-2.176844,-0.955122,1.13827,-2.122094,-1.103813,1.315473,-2.046512,-1.262613,1.504723,-1.964277,-1.435845,1.711173,-1.874362,-1.62223,1.933299,-1.767143,-1.815281,2.163367,-1.630481,-2.004793,2.389219,-1.454369,-2.178096,2.595754,-1.233319,-2.325298,2.771182,-0.969312,-2.437597,2.905015,-0.668672,-2.506968,2.987688,-0.341219,-2.529979,3.015111,0.0,-2.506968,2.987688,0.341219,-2.437597,2.905015,0.668672,-2.325298,2.771182,0.969312,-2.178096,2.595754,1.233319,-2.004793,2.389219,1.454369,-1.815281,2.163367,1.630481,-1.62223,1.933299,1.767143,-1.435845,1.711173,1.874362,-1.262613,1.504723,1.964277,-1.103813,1.315473,2.046512,-0.955122,1.13827,2.122094,-0.807856,0.962766,2.176844,-0.657848,0.783993,2.194753,-0.503591,0.600156,2.152506,-0.348519,0.415348,2.023513,-0.20073,0.239221,1.77103,-0.074376,0.088638,1.322555,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.081432,0.081432,-1.31631,-0.218347,0.218347,-1.751234,-0.376203,0.376203,-1.985566,-0.539428,0.539428,-2.095958,-0.698851,0.698851,-2.119468,-0.852137,0.852137,-2.087302,-1.003905,1.003905,-2.027594,-1.165694,1.165694,-1.964654,-1.349268,1.349268,-1.908153,-1.559095,1.559095,-1.850125,-1.789842,1.789842,-1.772378,-2.029077,2.029077,-1.656734,-2.262221,2.262221,-1.491841,-2.475288,2.475288,-1.274109,-2.65354,2.65354,-1.005526,-2.789933,2.789933,-0.695709,-2.874427,2.874427,-0.355646,-2.902528,2.902528,0.0,-2.874427,2.874427,0.355646,-2.789933,2.789933,0.695709,-2.65354,2.65354,1.005526,-2.475288,2.475288,1.274109,-2.262221,2.262221,1.491841,-2.029077,2.029077,1.656734,-1.789842,1.789842,1.772378,-1.559095,1.559095,1.850125,-1.349268,1.349268,1.908153,-1.165694,1.165694,1.964654,-1.003905,1.003905,2.027594,-0.852137,0.852137,2.087302,-0.698851,0.698851,2.119468,-0.539428,0.539428,2.095958,-0.376203,0.376203,1.985566,-0.218347,0.218347,1.751234,-0.081432,0.081432,1.31631,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.087751,0.073632,-1.30932,-0.234041,0.196384,-1.732684,-0.40039,0.335967,-1.950637,-0.569711,0.478044,-2.043312,-0.731995,0.614217,-2.049188,-0.887812,0.744963,-2.007372,-1.047172,0.878682,-1.952259,-1.228225,1.030603,-1.910779,-1.446247,1.213545,-1.887941,-1.701079,1.427375,-1.863306,-1.981938,1.663043,-1.811602,-2.270903,1.905514,-1.711528,-2.548363,2.138331,-1.551243,-2.798296,2.348049,-1.329553,-3.008696,2.524595,-1.05239,-3.167088,2.657502,-0.728996,-3.266868,2.741228,-0.373104,-3.298805,2.768026,0.0,-3.266868,2.741228,0.373104,-3.167088,2.657502,0.728996,-3.008696,2.524595,1.05239,-2.798296,2.348049,1.329553,-2.548363,2.138331,1.551243,-2.270903,1.905514,1.711528,-1.981938,1.663043,1.811602,-1.701079,1.427375,1.863306,-1.446247,1.213545,1.887941,-1.228225,1.030603,1.910779,-1.047172,0.878682,1.952259,-0.887812,0.744963,2.007372,-0.731995,0.614217,2.049188};
			return value;
		}
		private double[] getCoordinate_7_33_point_25()
		{
			double[] value = {-0.569711,0.478044,2.043312,-0.40039,0.335967,1.950637,-0.234041,0.196384,1.732684,-0.087751,0.073632,1.30932,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.093447,0.065432,-1.303909,-0.247762,0.173485,-1.715345,-0.421363,0.295041,-1.919726,-0.594608,0.416349,-1.994346,-0.759029,0.531478,-1.987108,-0.917339,0.642328,-1.939661,-1.087132,0.761218,-1.895357,-1.294858,0.906669,-1.883841,-1.553848,1.088016,-1.896898,-1.858167,1.301102,-1.903416,-2.189433,1.533058,-1.871518,-2.523536,1.766999,-1.778625,-2.843615,1.991121,-1.618747,-3.129903,2.191582,-1.390696,-3.36922,2.359153,-1.102091,-3.550791,2.48629,-0.764327,-3.660493,2.563105,-0.390955,-3.698466,2.589694,0.0,-3.660493,2.563105,0.390955,-3.550791,2.48629,0.764327,-3.36922,2.359153,1.102091,-3.129903,2.191582,1.390696,-2.843615,1.991121,1.618747,-2.523536,1.766999,1.778625,-2.189433,1.533058,1.871518,-1.858167,1.301102,1.903416,-1.553848,1.088016,1.896898,-1.294858,0.906669,1.883841,-1.087132,0.761218,1.895357,-0.917339,0.642328,1.939661,-0.759029,0.531478,1.987108,-0.594608,0.416349,1.994346,-0.421363,0.295041,1.919726,-0.247762,0.173485,1.715345,-0.093447,0.065432,1.303909,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.098444,0.056837,-1.299289,-0.259779,0.149983,-1.701197,-0.438934,0.253419,-1.891542,-0.615386,0.355293,-1.95232,-0.780919,0.450864,-1.933761,-0.94212,0.543933,-1.884241,-1.127119,0.650742,-1.858713,-1.365717,0.788497,-1.879388,-1.669212,0.96372,-1.92744,-2.021079,1.166871,-1.958242,-2.398356,1.384691,-1.939142,-2.775811,1.602615,-1.850541,-3.133445,1.809095,-1.68719,-3.452995,1.993587,-1.451213,-3.717016,2.14602,-1.150049,-3.91733,2.261671,-0.797587,-4.040746,2.332926,-0.408209,-4.082663,2.357127,0.0,-4.040746,2.332926,0.408209,-3.91733,2.261671,0.797587,-3.717016,2.14602,1.150049,-3.452995,1.993587,1.451213,-3.133445,1.809095,1.68719,-2.775811,1.602615,1.850541,-2.398356,1.384691,1.939142,-2.021079,1.166871,1.958242,-1.669212,0.96372,1.92744,-1.365717,0.788497,1.879388,-1.127119,0.650742,1.858713,-0.94212,0.543933,1.884241,-0.780919,0.450864,1.933761,-0.615386,0.355293,1.95232,-0.438934,0.253419,1.891542,-0.259779,0.149983,1.701197,-0.098444,0.056837,1.299289,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.102658,0.04787,-1.294685,-0.26978,0.1258,-1.688163,-0.453411,0.211429,-1.867083,-0.631933,0.294675,-1.915708,-0.797658,0.371954,-1.88742,-0.964025,0.449532,-1.842354,-1.166361,0.543883,-1.837937,-1.438573,0.670818,-1.891658,-1.783402,0.831614,-1.967766,-2.178587,1.015892,-2.017032,-2.594458,1.209816,-2.004462,-3.009891,1.403535,-1.917408,-3.399694,1.585303,-1.749189,-3.746396,1.746973,-1.50454,-4.035238,1.881662,-1.193015,-4.252701,1.983067,-0.827386,-4.386684,2.045544,-0.42346,-4.432189,2.066764,0.0,-4.386684,2.045544,0.42346,-4.252701,1.983067,0.827386};
			return value;
		}
		private double[] getCoordinate_7_33_point_26()
		{
			double[] value = {-4.035238,1.881662,1.193015,-3.746396,1.746973,1.50454,-3.399694,1.585303,1.749189,-3.009891,1.403535,1.917408,-2.594458,1.209816,2.004462,-2.178587,1.015892,2.017032,-1.783402,0.831614,1.967766,-1.438573,0.670818,1.891658,-1.166361,0.543883,1.837937,-0.964025,0.449532,1.842354,-0.797658,0.371954,1.88742,-0.631933,0.294675,1.915708,-0.453411,0.211429,1.867083,-0.26978,0.1258,1.688163,-0.102658,0.04787,1.294685,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.106125,0.038626,-1.290861,-0.277903,0.101148,-1.677213,-0.465133,0.169295,-1.847306,-0.644828,0.234698,-1.885351,-0.811051,0.295199,-1.85093,-0.983115,0.357824,-1.812087,-1.203615,0.43808,-1.829259,-1.507533,0.548697,-1.91191,-1.888899,0.687503,-2.010125,-2.31978,0.844331,-2.071451,-2.769149,1.007888,-2.063419,-3.214455,1.169966,-1.974972,-3.632899,1.322267,-1.802769,-4.005753,1.457975,-1.551544,-4.312039,1.569454,-1.229559,-4.544419,1.654033,-0.85273,-4.68482,1.705135,-0.436173,-4.733419,1.722823,0.0,-4.68482,1.705135,0.436173,-4.544419,1.654033,0.85273,-4.312039,1.569454,1.229559,-4.005753,1.457975,1.551544,-3.632899,1.322267,1.802769,-3.214455,1.169966,1.974972,-2.769149,1.007888,2.063419,-2.31978,0.844331,2.071451,-1.888899,0.687503,2.010125,-1.507533,0.548697,1.91191,-1.203615,0.43808,1.829259,-0.983115,0.357824,1.812087,-0.811051,0.295199,1.85093,-0.644828,0.234698,1.885351,-0.465133,0.169295,1.847306,-0.277903,0.101148,1.677213,-0.106125,0.038626,1.290861,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.10883,0.029161,-1.28781,-0.284144,0.076136,-1.668307,-0.473894,0.126979,-1.830985,-0.654646,0.175412,-1.862073,-0.821454,0.220108,-1.823756,-0.998674,0.267594,-1.790772,-1.237217,0.331511,-1.829259,-1.568062,0.420161,-1.934666,-1.978739,0.530202,-2.048541,-2.437313,0.653076,-2.117293,-2.912893,0.780507,-2.11158,-3.383316,0.906557,-2.022265,-3.823741,1.024568,-1.845939,-4.213688,1.129054,-1.587759,-4.538557,1.216103,-1.259002,-4.780316,1.280882,-0.872633,-4.930921,1.321236,-0.446618,-4.982073,1.334942,0.0,-4.930921,1.321236,0.446618,-4.780316,1.280882,0.872633,-4.538557,1.216103,1.259002,-4.213688,1.129054,1.587759,-3.823741,1.024568,1.845939,-3.383316,0.906557,2.022265,-2.912893,0.780507,2.11158,-2.437313,0.653076,2.117293,-1.978739,0.530202,2.048541,-1.568062,0.420161,1.934666,-1.237217,0.331511,1.829259,-0.998674,0.267594,1.790772,-0.821454,0.220108,1.823756,-0.654646,0.175412,1.862073,-0.473894,0.126979,1.830985,-0.284144,0.076136,1.668307,-0.10883,0.029161,1.28781,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.110826,0.019542,-1.286287,-0.288672,0.050901,-1.662395,-0.480024,0.084641,-1.819109,-0.661155,0.116579,-1.84453,-0.82864,0.146112,-1.804438,-1.010395,0.17816,-1.777053,-1.262895,0.222682,-1.831425,-1.614875,0.284746,-1.954222,-2.046268,0.360812,-2.077835};
			return value;
		}
		private double[] getCoordinate_7_33_point_27()
		{
			double[] value = {-2.524969,0.44522,-2.151385,-3.021226,0.532724,-2.14812,-3.509144,0.618757,-2.05726,-3.963604,0.69889,-1.876771,-4.370398,0.770619,-1.615234,-4.704565,0.829542,-1.280031,-4.955167,0.87373,-0.887208,-5.108258,0.900724,-0.453809,-5.161249,0.910068,0.0,-5.108258,0.900724,0.453809,-4.955167,0.87373,0.887208,-4.704565,0.829542,1.280031,-4.370398,0.770619,1.615234,-3.963604,0.69889,1.876771,-3.509144,0.618757,2.05726,-3.021226,0.532724,2.14812,-2.524969,0.44522,2.151385,-2.046268,0.360812,2.077835,-1.614875,0.284746,1.954222,-1.262895,0.222682,1.831425,-1.010395,0.17816,1.777053,-0.82864,0.146112,1.804438,-0.661155,0.116579,1.84453,-0.480024,0.084641,1.819109,-0.288672,0.050901,1.662395,-0.110826,0.019542,1.286287,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.111975,0.009797,-1.284766,-0.29132,0.025487,-1.658466,-0.483853,0.042332,-1.812663,-0.665248,0.058202,-1.834735,-0.832784,0.072859,-1.792734,-1.018456,0.089103,-1.770756,-1.279767,0.111965,-1.834678,-1.644212,0.14385,-1.96698,-2.088379,0.182709,-2.096356,-2.579982,0.225719,-2.173131,-3.087051,0.270082,-2.169833,-3.585599,0.313699,-2.078054,-4.049961,0.354326,-1.895741,-4.462977,0.39046,-1.630596,-4.807066,0.420564,-1.29297,-5.060133,0.442704,-0.895646,-5.219554,0.456652,-0.458396,-5.2737,0.461389,0.0,-5.219554,0.456652,0.458396,-5.060133,0.442704,0.895646,-4.807066,0.420564,1.29297,-4.462977,0.39046,1.630596,-4.049961,0.354326,1.895741,-3.585599,0.313699,2.078054,-3.087051,0.270082,2.169833,-2.579982,0.225719,2.173131,-2.088379,0.182709,2.096356,-1.644212,0.14385,1.96698,-1.279767,0.111965,1.834678,-1.018456,0.089103,1.770756,-0.832784,0.072859,1.792734,-0.665248,0.058202,1.834735,-0.483853,0.042332,1.812663,-0.29132,0.025487,1.658466,-0.111975,0.009797,1.284766,0.0,-0.0,0.0,-0.0,0.0,-0.0,-0.112336,0.0,-1.284006,-0.292259,0.0,-1.657485,-0.485127,0.0,-1.810519,-0.666605,0.0,-1.831482,-0.833989,0.0,-1.788496,-1.021138,0.0,-1.768662,-1.285415,0.0,-1.835764,-1.653424,0.0,-1.970475,-2.102566,0.0,-2.102566,-2.597509,0.0,-2.179569,-3.109862,0.0,-2.177549,-3.609958,0.0,-2.08421,-4.079887,0.0,-1.902483,-4.495956,0.0,-1.636394,-4.839723,0.0,-1.2968,-5.097524,0.0,-0.898831,-5.258123,0.0,-0.460026,-5.309527,0.0,0.0,-5.258123,0.0,0.460026,-5.097524,0.0,0.898831,-4.839723,0.0,1.2968,-4.495956,0.0,1.636394,-4.079887,0.0,1.902483,-3.609958,0.0,2.08421,-3.109862,0.0,2.177549,-2.597509,0.0,2.179569,-2.102566,0.0,2.102566,-1.653424,0.0,1.970475,-1.285415,0.0,1.835764,-1.021138,0.0,1.768662,-0.833989,0.0,1.788496,-0.666605,0.0,1.831482,-0.485127,0.0,1.810519,-0.292259,0.0,1.657485,-0.112336,0.0,1.284006};
			return value;
		}
		private double[] getCoordinate_7_33_point_28()
		{
			double[] value = {0.0,-0.0,0.0};
			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: 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 NecVerticalYagi3Element 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 NecVerticalYagi3Element().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.NecVerticalYagi3Element\" 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.NecVerticalYagi3Element self-validation test confirmation: ");
                if (!validationResults.equals("success"))
                    System.out.println();
                System.out.println(validationResults.trim());

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