package Savage.ShipsMilitary.PatrolCraftNavalAcademyBrazil; /* Copyright (c) 1995-2019 held by the author(s). All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Web3D Consortium (http://www.web3D.org) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ import java.util.*; import org.web3d.x3d.jsail.Core.*; import org.web3d.x3d.jsail.EventUtilities.*; import org.web3d.x3d.jsail.fields.*; import org.web3d.x3d.jsail.Geometry3D.*; import org.web3d.x3d.jsail.Grouping.*; import org.web3d.x3d.jsail.Interpolation.*; import org.web3d.x3d.jsail.Lighting.*; import org.web3d.x3d.jsail.Navigation.*; import org.web3d.x3d.jsail.PointingDeviceSensor.*; import org.web3d.x3d.jsail.Rendering.*; import org.web3d.x3d.jsail.Scripting.*; import org.web3d.x3d.jsail.Shape.*; import org.web3d.x3d.jsail.Sound.*; import org.web3d.x3d.jsail.Time.*; // Javadoc annotations follow, see below for source. /** *

Brazilian Naval Academy Training Ship.

Related links: Mtr50body.java source, Mtr50body catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

meta tags   Document Metadata
title Mtr50body.x3d
description Brazilian Naval Academy Training Ship
creator Claudio Coreixas
modified 14 January 2014
modified 13 November 2009
reference http://www.en.mar.mil.br
subject ships
identifier https://savage.nps.edu/Savage/ShipsMilitary/PatrolCraft-NavalAcademy-Brazil/Mtr50body.x3d
generator X3D-Edit, https://savage.nps.edu/X3D-Edit
license ../../license.html
 

This program uses the X3D Java Scene Access Interface Library (X3DJSAIL). It has been produced using the X3dToJava.xslt stylesheet to create Java source code from an .x3d model.

* @author Claudio Coreixas */ public class Mtr50body { /** Default constructor to create this object. */ public Mtr50body () { initialize(); } /** Create and initialize the X3D model for this object. */ public final void initialize() { x3dModel = new X3DObject().setProfile(X3DObject.PROFILE_IMMERSIVE).setVersion(X3DObject.VERSION_3_1) .setHead(new headObject() .addMeta(new metaObject().setName(metaObject.NAME_TITLE ).setContent("Mtr50body.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_DESCRIPTION).setContent("Brazilian Naval Academy Training Ship")) .addMeta(new metaObject().setName(metaObject.NAME_CREATOR ).setContent("Claudio Coreixas")) .addMeta(new metaObject().setName(metaObject.NAME_MODIFIED ).setContent("14 January 2014")) .addMeta(new metaObject().setName(metaObject.NAME_MODIFIED ).setContent("13 November 2009")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("http://www.en.mar.mil.br")) .addMeta(new metaObject().setName(metaObject.NAME_SUBJECT ).setContent("ships")) .addMeta(new metaObject().setName(metaObject.NAME_IDENTIFIER ).setContent("https://savage.nps.edu/Savage/ShipsMilitary/PatrolCraft-NavalAcademy-Brazil/Mtr50body.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_GENERATOR ).setContent("X3D-Edit, https://savage.nps.edu/X3D-Edit")) .addMeta(new metaObject().setName(metaObject.NAME_LICENSE ).setContent("../../license.html"))) .setScene(new SceneObject() .addChild(new ViewpointObject().setDescription("mtr").setPosition(0.0f,0.0f,3.0f)) .addChild(new NavigationInfoObject().setType(new String[] {"EXAMINE"})) .addChild(new TimeSensorObject("triggerTimer")) .addChild(new TimeSensorObject("shellTimer").setCycleInterval(0.5)) .addChild(new TimeSensorObject("flashTimer").setCycleInterval(0.25)) .addChild(new TimeSensorObject("projectileTimer").setCycleInterval(0.75)) .addChild(new PositionInterpolatorObject("moveProjectilePI").setKey(new float[] {0.0f,0.9999f,1.0f}).setKeyValue(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,0.0f,0.0f,-40.0f,0.0f,0.0f,0.0f}))) .addChild(new ROUTEObject().setFromNode("projectileTimer").setFromField("fraction_changed").setToNode("moveProjectilePI").setToField("set_fraction")) .addChild(new PositionInterpolatorObject("scaleprojectileSI").setKey(new float[] {0.0f,0.2f,0.9999f,1.0f}).setKeyValue(new MFVec3fObject(new float[] {1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,6.0f,6.0f,6.0f,0.0f,0.0f,0.0f}))) .addChild(new ROUTEObject().setFromNode("projectileTimer").setFromField("fraction_changed").setToNode("scaleprojectileSI").setToField("set_fraction")) .addChild(new IntegerSequencerObject("flashIntensity").setKey(new float[] {0.0f,0.2f,0.4f,0.6f,0.8f,1.0f}).setKeyValue(new int[] {0,1,0,1,0,1})) .addChild(new ROUTEObject().setFromNode("flashTimer").setFromField("fraction_changed").setToNode("flashIntensity").setToField("set_fraction")) .addChild(new PositionInterpolatorObject("moveMtrBodyPI").setKey(new float[] {0.0f,0.058824f,0.117647f,0.176471f,0.235294f,0.294118f,0.352941f,0.411765f,0.470588f,0.529412f,0.588235f,0.647059f,0.705882f,0.764706f,0.823529f,0.882353f,0.941176f,1.0f}).setKeyValue(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,0.0f,0.0f,-0.01f,0.0f,0.0f,0.01f,0.0f,0.0f,-0.01f,0.0f,0.0f,0.01f,0.0f,0.0f,-0.01f,0.0f,0.0f,0.01f,0.0f,0.0f,-0.01f,0.0f,0.0f,0.01f,0.0f,0.0f,-0.01f,0.0f,0.0f,0.01f,0.0f,0.0f,-0.01f,0.0f,0.0f,0.01f,0.0f,0.0f,-0.01f,0.0f,0.0f,0.01f,0.0f,0.0f,-0.01f,0.0f,0.0f,0.01f,0.0f,0.0f,0.0f}))) .addChild(new ROUTEObject().setFromNode("triggerTimer").setFromField("fraction_changed").setToNode("moveMtrBodyPI").setToField("set_fraction")) .addChild(new PositionInterpolatorObject("moveFerrolhoPI").setKey(new float[] {0.0f,0.055556f,0.111111f,0.166667f,0.222222f,0.277778f,0.333333f,0.388889f,0.444444f,0.5f,0.555556f,0.611111f,0.666667f,0.722222f,0.777778f,0.833333f,0.888889f,0.944444f,1.0f}).setKeyValue(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,0.0f,0.0f,0.15f,0.0f,0.0f,0.0f,0.0f,0.0f,0.15f,0.0f,0.0f,0.0f,0.0f,0.0f,0.15f,0.0f,0.0f,0.0f,0.0f,0.0f,0.15f,0.0f,0.0f,0.0f,0.0f,0.0f,0.15f,0.0f,0.0f,0.0f,0.0f,0.0f,0.15f,0.0f,0.0f,0.0f,0.0f,0.0f,0.15f,0.0f,0.0f,0.0f,0.0f,0.0f,0.15f,0.0f,0.0f,0.0f,0.0f,0.0f,0.15f,0.0f,0.0f,0.0f}))) .addChild(new ROUTEObject().setFromNode("triggerTimer").setFromField("fraction_changed").setToNode("moveFerrolhoPI").setToField("set_fraction")) .addChild(new PositionInterpolatorObject("moveShellPI").setKey(new float[] {0.0f,0.333333f,0.666667f,1.0f}).setKeyValue(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,0.14f,-0.05f,0.0f,0.2f,-0.3f,0.0f,0.3f,-0.9f,0.0f}))) .addChild(new ROUTEObject().setFromNode("shellTimer").setFromField("fraction_changed").setToNode("moveShellPI").setToField("set_fraction")) .addChild(new OrientationInterpolatorObject("spinShellOI").setKey(new float[] {0.0f,0.125f,0.25f,0.375f,0.5f,0.625f,0.75f,0.875f,1.0f}).setKeyValue(new MFRotationObject(new float[] {0.0f,1.0f,0.0f,0.0f,0.0f,1.0f,0.0f,-1.57f,0.0f,1.0f,0.0f,-3.1f,0.0f,1.0f,0.0f,-4.0f,0.0f,1.0f,0.0f,0.0f,0.0f,1.0f,0.0f,-1.57f,0.0f,1.0f,0.0f,-3.1f,0.0f,1.0f,0.0f,-4.0f,0.0f,1.0f,0.0f,0.0f}))) .addChild(new ROUTEObject().setFromNode("shellTimer").setFromField("fraction_changed").setToNode("spinShellOI").setToField("set_fraction")) .addChild(new PositionInterpolatorObject("moveShellPI2").setKey(new float[] {0.0f,0.142857f,0.285714f,0.428571f,0.571429f,0.714286f,0.857143f,1.0f}).setKeyValue(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.14f,-0.05f,0.1f,0.2f,-0.3f,0.2f,0.3f,-0.9f,0.25f,0.35f,-1.0f,0.26f}))) .addChild(new ROUTEObject().setFromNode("shellTimer").setFromField("fraction_changed").setToNode("moveShellPI2").setToField("set_fraction")) .addChild(new OrientationInterpolatorObject("spinShellOI2").setKey(new float[] {0.0f,0.076923f,0.153846f,0.230769f,0.307692f,0.384615f,0.461538f,0.538462f,0.615385f,0.692308f,0.769231f,0.846154f,0.923077f,1.0f}).setKeyValue(new MFRotationObject(new float[] {0.0f,1.0f,0.0f,0.0f,0.0f,1.0f,0.0f,0.0f,0.0f,1.0f,0.0f,0.0f,0.0f,1.0f,0.0f,0.0f,0.0f,1.0f,0.0f,0.0f,0.0f,1.0f,0.0f,0.0f,0.0f,1.0f,0.0f,-1.57f,0.0f,1.0f,0.0f,-3.1f,0.0f,1.0f,0.0f,-4.0f,0.0f,1.0f,0.0f,0.0f,0.0f,1.0f,0.0f,-1.57f,0.0f,1.0f,0.0f,-3.1f,0.0f,1.0f,0.0f,-4.0f,0.0f,1.0f,0.0f,-6.0f}))) .addChild(new ROUTEObject().setFromNode("shellTimer").setFromField("fraction_changed").setToNode("spinShellOI2").setToField("set_fraction")) .addChild(new SoundObject().setMaxBack(100f).setMaxFront(100f) .setSource(new AudioClipObject("mtrSound").setDescription("licensed from http://www.1soundfx.com/infopage.php#license").setUrl(new String[] {"mtrSound2.wav","https://savage.nps.edu/Savage/ShipsMilitary/PatrolCraft-NavalAcademy-Brazil/mtrSound2.wav"}))) .addChild(new TransformObject("moveMtrBody") .addChild(new ROUTEObject().setFromNode("moveMtrBodyPI").setFromField("value_changed").setToNode("moveMtrBody").setToField("translation")) .addChild(new TransformObject().setRotation(0.0f,0.0f,1.0f,-1.57f) .addChild(new TransformObject("gunBody2") .addChild(new TransformObject().setRotation(0.0f,0.0f,1.0f,1.57f) .addChild(new SpotLightObject("aim").setBeamWidth(0.011f).setColor(0.156863f,0.678431f,0.0f).setCutOffAngle(0.012f).setLocation(0.0f,0.0f,-0.7f)) .addChild(new SwitchObject("flame").setWhichChoice(-1) .addChild(new TransformObject("on").setTranslation(0.02f,-0.03f,-0.7f) .addChild(new PointLightObject("flashLight").setAttenuation(1.0f,1.0f,1.0f).setColor(0.92549f,1.0f,0.321569f).setIntensity(0.3f).setRadius(13f)) .addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,3.14f) .addChild(new TransformObject().setScale(1.7f,1.7f,1.7f) .addChild(new ShapeObject("verticalFlame") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setEmissiveColor(0.960784f,0.635294f,0.0f).setShininess(0.145f).setTransparency(0.39f))) .setGeometry(new IndexedFaceSetObject("flame1").setDEF("flame1").setSolid(false).setCoordIndex(new int[] {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,28,27,26,25,24,23,22,21,20,19,18,17,16,0,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,0.0f,0.07f,0.03f,0.0f,0.03f,0.05f,0.0f,0.09f,0.1f,0.0f,0.04f,0.11f,0.0f,0.06f,0.14f,0.0f,0.025f,0.13f,0.0f,0.03f,0.16f,0.0f,0.016f,0.16f,0.0f,0.025f,0.22f,0.0f,0.01f,0.23f,0.0f,0.016f,0.3f,0.0f,0.008f,0.3f,0.0f,0.01f,0.4f,0.0f,0.0f,0.39f,0.0f,0.0f,0.0f,0.0f,-0.07f,0.03f,0.0f,-0.03f,0.05f,0.0f,-0.09f,0.1f,0.0f,-0.04f,0.11f,0.0f,-0.06f,0.14f,0.0f,-0.025f,0.13f,0.0f,-0.03f,0.16f,0.0f,-0.016f,0.16f,0.0f,-0.025f,0.22f,0.0f,-0.01f,0.23f,0.0f,-0.016f,0.3f,0.0f,-0.008f,0.3f,0.0f,-0.01f,0.4f,0.0f,0.0f,0.39f}))))) .addChild(new TransformObject().setRotation(0.0f,0.0f,1.0f,1.57f) .addChild(new ShapeObject().setUSE("verticalFlame")))))) .addChild(new TransformObject("off"))) .addChild(new ROUTEObject().setFromNode("flashIntensity").setFromField("value_changed").setToNode("flame").setToField("whichChoice")) .addChild(new TransformObject("elevation").setRotation(0.0f,0.0f,1.0f,1.57f) .addChild(new CylinderSensorObject("CylinderSensor2").setDescription("drag to activate CylinderSensor").setDiskAngle(0.76f).setMaxAngle(0.95f).setMinAngle(-0.1f)) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(1.0f,0.0f,0.0f).setTransparency(1f))) .setGeometry(new CylinderObject().setHeight(0.2f).setRadius(0.4f)))) .addChild(new TransformObject("cartridge02").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(-0.282f,-0.01376f,0.142f) .addChild(new TransformObject("Tube06").setTranslation(0.0f,-0.088f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Tube06-FACES").setDEF("Tube06-FACES").setCoordIndex(getTube06_FACES_10_62_coordIndex()) .setCoord(new CoordinateObject("Tube06-COORD").setPoint(getTube06_COORD_11_62_point()))))) .addChild(new TransformObject("Cylinder11").setTranslation(0.0f,0.038f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Cylinder11-FACES").setDEF("Cylinder11-FACES").setCoordIndex(getCylinder11_FACES_10_68_coordIndex()) .setCoord(new CoordinateObject("Cylinder11-COORD").setPoint(getCylinder11_COORD_11_68_point())))))) .addChild(new TransformObject("bottomBofyBase").setRotation(0.0f,0.0f,1.0f,-3.142f).setTranslation(0.01346f,0.9715f,-0.001765f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("bottomBofyBase-FACES").setDEF("bottomBofyBase-FACES").setCoordIndex(getbottomBofyBase_FACES_9_75_coordIndex()) .setCoord(new CoordinateObject("bottomBofyBase-COORD").setPoint(getbottomBofyBase_COORD_10_75_point()))))) .addChild(new TransformObject("upperBodyBase").setTranslation(0.01934f,-1.228f,-0.001765f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7176f,0.7176f,0.7176f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("upperBodyBase-FACES").setDEF("upperBodyBase-FACES").setCoordIndex(getupperBodyBase_FACES_9_81_coordIndex()) .setCoord(new CoordinateObject("upperBodyBase-COORD").setPoint(getupperBodyBase_COORD_10_81_point()))))) .addChild(new TransformObject("shellTranslation") .addChild(new ROUTEObject().setFromNode("moveShellPI").setFromField("value_changed").setToNode("shellTranslation").setToField("translation")) .addChild(new TransformObject("shellRotation") .addChild(new ROUTEObject().setFromNode("spinShellOI").setFromField("value_changed").setToNode("shellRotation").setToField("rotation")) .addChild(new TransformObject("cartridgeNaCamara").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(0.01683f,-0.04046f,0.142f) .addChild(new GroupObject("shell") .addChild(new TransformObject("shell2").setTranslation(0.0f,-0.088f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Tube16-FACES").setDEF("Tube16-FACES").setCoordIndex(getTube16_FACES_13_89_coordIndex()) .setCoord(new CoordinateObject("Tube16-COORD").setPoint(getTube16_COORD_14_89_point()))))))))) .addChild(new TransformObject("shellTranslation2") .addChild(new ROUTEObject().setFromNode("moveShellPI2").setFromField("value_changed").setToNode("shellTranslation2").setToField("translation")) .addChild(new TransformObject("shellRotation2") .addChild(new ROUTEObject().setFromNode("spinShellOI2").setFromField("value_changed").setToNode("shellRotation2").setToField("rotation")) .addChild(new TransformObject("cartridgeNaCamara2").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(0.01683f,-0.04046f,0.142f) .addChild(new GroupObject().setUSE("shell"))))) .addChild(new GroupObject("projectile") .addChild(new TransformObject("cartridgeNaCamara3").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(2.0f,2.0f,2.0f).setTranslation(0.01683f,-0.04046f,0.142f) .addChild(new TransformObject("Cylinder21").setTranslation(0.0f,0.038f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1f).setDiffuseColor(0.678431f,0.0f,0.0f).setEmissiveColor(0.819608f,0.0f,0.0f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Cylinder21-FACES").setDEF("Cylinder21-FACES").setCoordIndex(getCylinder21_FACES_11_105_coordIndex()) .setCoord(new CoordinateObject("Cylinder21-COORD").setPoint(getCylinder21_COORD_12_105_point()))))))) .addChild(new TransformObject("projectileMovement") .addChild(new TransformObject("projectileScale") .addChild(new GroupObject().setUSE("projectile")))) .addChild(new ROUTEObject().setFromNode("scaleprojectileSI").setFromField("value_changed").setToNode("projectileScale").setToField("scale")) .addChild(new ROUTEObject().setFromNode("moveProjectilePI").setFromField("value_changed").setToNode("projectileMovement").setToField("translation")) .addChild(new ROUTEObject().setFromNode("flashIntensity").setFromField("value_changed").setToNode("flame").setToField("whichChoice")) .addChild(new TransformObject("ammoCaseCylinder").setRotation(-1.0f,0.0f,0.0f,-1.571f).setTranslation(-0.05161f,-0.01628f,0.06867f) .addChild(new TransformObject().setTranslation(0.0f,0.07f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new CylinderObject().setHeight(0.14f).setRadius(0.015f))))) .addChild(new TransformObject("cartridge11").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(-0.08688f,-0.01376f,0.142f) .addChild(new TransformObject("Tube15").setTranslation(0.0f,-0.088f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Tube15-FACES").setDEF("Tube15-FACES").setCoordIndex(getTube15_FACES_10_125_coordIndex()) .setCoord(new CoordinateObject("Tube15-COORD").setPoint(getTube15_COORD_11_125_point()))))) .addChild(new TransformObject("Cylinder20").setTranslation(0.0f,0.038f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Cylinder20-FACES").setDEF("Cylinder20-FACES").setCoordIndex(getCylinder20_FACES_10_131_coordIndex()) .setCoord(new CoordinateObject("Cylinder20-COORD").setPoint(getCylinder20_COORD_11_131_point())))))) .addChild(new TransformObject("moveFerrolho") .addChild(new ROUTEObject().setFromNode("moveFerrolhoPI").setFromField("value_changed").setToNode("moveFerrolho").setToField("translation")) .addChild(new TransformObject("alavancaFerrolhoRight").setRotation(0.0f,0.0f,1.0f,-1.571f).setTranslation(0.07725f,0.01589f,0.3236f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.5686f,0.3882f,0.07059f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("alavancaFerrolhoRight-FACES").setDEF("alavancaFerrolhoRight-FACES").setCoordIndex(getalavancaFerrolhoRight_FACES_10_139_coordIndex()) .setCoord(new CoordinateObject("alavancaFerrolhoRight-COORD").setPoint(getalavancaFerrolhoRight_COORD_11_139_point()))))) .addChild(new TransformObject("alavancaAlavancaFerrolhoRight").setRotation(0.0f,-1.0f,0.0f,-3.142f).setTranslation(0.0774f,-0.02162f,0.3366f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7176f,0.7176f,0.7176f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("alavancaAlavancaFerrolhoRight-FACES").setDEF("alavancaAlavancaFerrolhoRight-FACES").setCoordIndex(getalavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex()) .setCoord(new CoordinateObject("alavancaAlavancaFerrolhoRight-COORD").setPoint(getalavancaAlavancaFerrolhoRight_COORD_11_145_point()))))) .addChild(new TransformObject("alavancaFerrolhoLeft").setRotation(0.0f,0.0f,1.0f,-1.571f).setTranslation(-0.114f,-0.03908f,0.3315f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.5686f,0.3882f,0.07059f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("alavancaFerrolhoLeft-FACES").setDEF("alavancaFerrolhoLeft-FACES").setCoordIndex(getalavancaFerrolhoLeft_FACES_10_151_coordIndex()) .setCoord(new CoordinateObject("alavancaFerrolhoLeft-COORD").setPoint(getalavancaFerrolhoLeft_COORD_11_151_point())))))) .addChild(new TransformObject("barrelReinforcement").setRotation(0.5774f,-0.5774f,0.5774f,-2.094f).setTranslation(0.0164f,-0.0402f,0.03974f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.149f,0.1843f,0.06275f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("barrelReinforcement-FACES").setDEF("barrelReinforcement-FACES").setCoordIndex(getbarrelReinforcement_FACES_9_158_coordIndex()) .setCoord(new CoordinateObject("barrelReinforcement-COORD").setPoint(getbarrelReinforcement_COORD_10_158_point()))))) .addChild(new TransformObject("bodyCover").setTranslation(0.0164f,0.01365f,0.198f) .addChild(new TransformObject().setTranslation(0.0f,0.0135f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.149f,0.1843f,0.06275f).setShininess(0.145f))) .setGeometry(new BoxObject().setSize(0.12f,0.027f,0.23f))))) .addChild(new TransformObject("bodyTop").setTranslation(0.0164f,0.03489f,0.4897f) .addChild(new TransformObject().setTranslation(0.0f,0.0035f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.149f,0.1843f,0.06275f).setShininess(0.145f))) .setGeometry(new BoxObject().setSize(0.07f,0.0070f,0.23f))))) .addChild(new TransformObject("springCase").setRotation(-1.0f,0.0f,0.0f,-1.571f).setTranslation(0.0164f,-0.0402f,0.6414f) .addChild(new TransformObject().setTranslation(0.0f,0.04f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.149f,0.1843f,0.06275f).setShininess(0.145f))) .setGeometry(new CylinderObject().setHeight(0.08f).setRadius(0.02f))))) .addChild(new TransformObject("trigger").setRotation(0.0f,-0.8884f,0.4591f,-3.142f).setTranslation(0.0164f,0.01897f,0.6377f) .addChild(new TouchSensorObject("triggerSensor").setDescription("touch to FIRE!!!!")) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1f).setDiffuseColor(0.9882f,0.09412f,0.02745f).setEmissiveColor(0.780392f,0.023529f,0.0f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("trigger-FACES").setDEF("trigger-FACES").setCoordIndex(gettrigger_FACES_9_183_coordIndex()) .setCoord(new CoordinateObject("trigger-COORD").setPoint(gettrigger_COORD_10_183_point()))))) .addChild(new TransformObject("trilhoFerrolho").setRotation(0.5774f,-0.5774f,0.5774f,-4.189f).setTranslation(0.07224f,-0.03952f,0.4794f) .addChild(new TransformObject().setTranslation(0.0f,0.055f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new BoxObject().setSize(0.319f,0.11f,0.012f))))) .addChild(new TransformObject("topHandleBase").setRotation(0.0f,-0.7071f,0.7071f,-3.142f).setTranslation(0.0164f,0.02792f,0.6414f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("topHandleBase-FACES").setDEF("topHandleBase-FACES").setCoordIndex(gettopHandleBase_FACES_9_195_coordIndex()) .setCoord(new CoordinateObject("topHandleBase-COORD").setPoint(gettopHandleBase_COORD_10_195_point()))))) .addChild(new TransformObject("bottomHandleBase").setRotation(0.0f,-0.7071f,0.7071f,-3.142f).setTranslation(0.0164f,-0.118f,0.6414f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("bottomHandleBase-FACES").setDEF("bottomHandleBase-FACES").setCoordIndex(getbottomHandleBase_FACES_9_201_coordIndex()) .setCoord(new CoordinateObject("bottomHandleBase-COORD").setPoint(getbottomHandleBase_COORD_10_201_point()))))) .addChild(new TransformObject("handleRight").setTranslation(0.07893f,-0.1128f,0.6925f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.5686f,0.3882f,0.07059f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("handleRight-FACES").setDEF("handleRight-FACES").setCoordIndex(gethandleRight_FACES_9_207_coordIndex()) .setCoord(new CoordinateObject("handleRight-COORD").setPoint(gethandleRight_COORD_10_207_point()))))) .addChild(new TransformObject("handleLeft").setTranslation(-0.04891f,-0.1128f,0.6925f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.5686f,0.3882f,0.07059f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("handleLeft-FACES").setDEF("handleLeft-FACES").setCoordIndex(gethandleLeft_FACES_9_213_coordIndex()) .setCoord(new CoordinateObject("handleLeft-COORD").setPoint(gethandleLeft_COORD_10_213_point()))))) .addChild(new TransformObject("body").setRotation(0.5774f,-0.5774f,0.5774f,-4.189f).setTranslation(0.0664f,-0.03997f,0.3417f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2157f,0.2275f,0.03137f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("body-FACES").setDEF("body-FACES").setCoordIndex(new int[] {0,1,11,-1,0,11,10,-1,1,2,12,-1,1,12,11,-1,2,3,13,-1,2,13,12,-1,3,4,14,-1,3,14,13,-1,4,5,15,-1,4,15,14,-1,5,6,16,-1,5,16,15,-1,6,7,17,-1,6,17,16,-1,7,8,18,-1,7,18,17,-1,8,9,19,-1,8,19,18,-1,9,0,10,-1,9,10,19,-1,2,4,3,-1,0,2,1,-1,9,2,0,-1,8,2,9,-1,8,4,2,-1,8,5,4,-1,7,5,8,-1,6,5,7,-1,12,13,14,-1,10,11,12,-1,19,10,12,-1,18,19,12,-1,18,12,14,-1,18,14,15,-1,17,18,15,-1,16,17,15,-1}) .setCoord(new CoordinateObject("body-COORD").setPoint(new MFVec3fObject(new float[] {0.3004f,0.0f,-0.0751f,-0.02928f,0.0f,-0.0751f,-0.0291f,0.0f,-0.05345f,-0.1492f,0.0f,-0.05345f,-0.1489f,0.0f,-0.03823f,-0.2579f,0.0f,-0.03823f,-0.2587f,0.0f,-0.0751f,-0.3004f,0.0f,-0.0751f,-0.3004f,0.0f,0.0751f,0.3004f,0.0f,0.0751f,0.3004f,0.1f,-0.0751f,-0.02928f,0.1f,-0.0751f,-0.0291f,0.1f,-0.05345f,-0.1492f,0.1f,-0.05345f,-0.1489f,0.1f,-0.03823f,-0.2579f,0.1f,-0.03823f,-0.2587f,0.1f,-0.0751f,-0.3004f,0.1f,-0.0751f,-0.3004f,0.1f,0.0751f,0.3004f,0.1f,0.0751f})))))) .addChild(new TransformObject("cartridge").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(-0.3235f,-0.01376f,0.142f) .addChild(new TransformObject("Cylinder08").setTranslation(0.0f,0.038f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Cylinder08-FACES").setDEF("Cylinder08-FACES").setCoordIndex(getCylinder08_FACES_10_225_coordIndex()) .setCoord(new CoordinateObject("Cylinder08-COORD").setPoint(getCylinder08_COORD_11_225_point()))))) .addChild(new TransformObject("Tube04").setTranslation(0.0f,-0.088f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Tube04-FACES").setDEF("Tube04-FACES").setCoordIndex(getTube04_FACES_10_231_coordIndex()) .setCoord(new CoordinateObject("Tube04-COORD").setPoint(getTube04_COORD_11_231_point())))))) .addChild(new TransformObject("cartridge01").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(-0.3027f,-0.01376f,0.142f) .addChild(new TransformObject("Tube05").setTranslation(0.0f,-0.088f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Tube05-FACES").setDEF("Tube05-FACES").setCoordIndex(getTube05_FACES_10_238_coordIndex()) .setCoord(new CoordinateObject("Tube05-COORD").setPoint(getTube05_COORD_11_238_point()))))) .addChild(new TransformObject("Cylinder10").setTranslation(0.0f,0.038f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Cylinder10-FACES").setDEF("Cylinder10-FACES").setCoordIndex(getCylinder10_FACES_10_244_coordIndex()) .setCoord(new CoordinateObject("Cylinder10-COORD").setPoint(getCylinder10_COORD_11_244_point())))))) .addChild(new TransformObject("ammoCase").setRotation(0.5774f,-0.5774f,0.5774f,-4.189f).setTranslation(-0.06753f,-0.07578f,0.1406f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.5176f,0.6902f,0.1804f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("ammoCase-FACES").setDEF("ammoCase-FACES").setCoordIndex(new int[] {5,4,0,-1,0,1,5,-1,6,5,1,-1,1,2,6,-1,7,6,2,-1,2,3,7,-1,4,7,3,-1,3,0,4,-1,2,1,0,-1,0,3,2,-1,4,5,6,-1,6,7,4,-1,13,12,8,-1,8,9,13,-1,14,13,9,-1,9,10,14,-1,15,14,10,-1,10,11,15,-1,12,15,11,-1,11,8,12,-1,10,9,8,-1,8,11,10,-1,12,13,14,-1,14,15,12,-1,21,20,16,-1,16,17,21,-1,22,21,17,-1,17,18,22,-1,23,22,18,-1,18,19,23,-1,20,23,19,-1,19,16,20,-1,18,17,16,-1,16,19,18,-1,20,21,22,-1,22,23,20,-1,29,28,24,-1,24,25,29,-1,30,29,25,-1,25,26,30,-1,31,30,26,-1,26,27,31,-1,28,31,27,-1,27,24,28,-1,26,25,24,-1,24,27,26,-1,28,29,30,-1,30,31,28,-1}) .setCoord(new CoordinateObject("ammoCase-COORD").setPoint(new MFVec3fObject(new float[] {0.061f,0.0f,-0.0636f,-0.061f,0.0f,-0.0636f,-0.061f,0.0f,0.0636f,0.061f,0.0f,0.0636f,0.061f,0.0030f,-0.0636f,-0.061f,0.0030f,-0.0636f,-0.061f,0.0030f,0.0636f,0.061f,0.0030f,0.0636f,-0.06116f,0.002238f,-0.06418f,-0.06116f,0.2782f,-0.06418f,-0.06116f,0.2782f,0.06341f,-0.06116f,0.002238f,0.06341f,-0.05816f,0.002238f,-0.06418f,-0.05816f,0.2782f,-0.06418f,-0.05816f,0.2782f,0.06341f,-0.05816f,0.002238f,0.06341f,0.05887f,0.002238f,-0.06418f,0.05887f,0.2782f,-0.06418f,0.05887f,0.2782f,0.06341f,0.05887f,0.002238f,0.06341f,0.06187f,0.002238f,-0.06418f,0.06187f,0.2782f,-0.06418f,0.06187f,0.2782f,0.06341f,0.06187f,0.002238f,0.06341f,0.061f,0.2782f,-0.0636f,-0.061f,0.2782f,-0.0636f,-0.061f,0.2782f,0.0636f,0.061f,0.2782f,0.0636f,0.061f,0.2812f,-0.0636f,-0.061f,0.2812f,-0.0636f,-0.061f,0.2812f,0.0636f,0.061f,0.2812f,0.0636f})))))) .addChild(new TransformObject("cartridge03").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(-0.262f,-0.01376f,0.142f) .addChild(new TransformObject("Tube07").setTranslation(0.0f,-0.088f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Tube07-FACES").setDEF("Tube07-FACES").setCoordIndex(getTube07_FACES_10_257_coordIndex()) .setCoord(new CoordinateObject("Tube07-COORD").setPoint(getTube07_COORD_11_257_point()))))) .addChild(new TransformObject("Cylinder12").setTranslation(0.0f,0.038f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Cylinder12-FACES").setDEF("Cylinder12-FACES").setCoordIndex(getCylinder12_FACES_10_263_coordIndex()) .setCoord(new CoordinateObject("Cylinder12-COORD").setPoint(getCylinder12_COORD_11_263_point())))))) .addChild(new TransformObject("cartridge04").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(-0.2421f,-0.01376f,0.142f) .addChild(new TransformObject("Tube08").setTranslation(0.0f,-0.088f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Tube08-FACES").setDEF("Tube08-FACES").setCoordIndex(getTube08_FACES_10_270_coordIndex()) .setCoord(new CoordinateObject("Tube08-COORD").setPoint(getTube08_COORD_11_270_point()))))) .addChild(new TransformObject("Cylinder13").setTranslation(0.0f,0.038f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Cylinder13-FACES").setDEF("Cylinder13-FACES").setCoordIndex(getCylinder13_FACES_10_276_coordIndex()) .setCoord(new CoordinateObject("Cylinder13-COORD").setPoint(getCylinder13_COORD_11_276_point())))))) .addChild(new TransformObject("cartridge05").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(-0.2198f,-0.01376f,0.142f) .addChild(new TransformObject("Tube09").setTranslation(0.0f,-0.088f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Tube09-FACES").setDEF("Tube09-FACES").setCoordIndex(getTube09_FACES_10_283_coordIndex()) .setCoord(new CoordinateObject("Tube09-COORD").setPoint(getTube09_COORD_11_283_point()))))) .addChild(new TransformObject("Cylinder14").setTranslation(0.0f,0.038f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Cylinder14-FACES").setDEF("Cylinder14-FACES").setCoordIndex(getCylinder14_FACES_10_289_coordIndex()) .setCoord(new CoordinateObject("Cylinder14-COORD").setPoint(getCylinder14_COORD_11_289_point())))))) .addChild(new TransformObject("cartridge06").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(-0.1992f,-0.01376f,0.142f) .addChild(new TransformObject("Tube10").setTranslation(0.0f,-0.088f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Tube10-FACES").setDEF("Tube10-FACES").setCoordIndex(getTube10_FACES_10_296_coordIndex()) .setCoord(new CoordinateObject("Tube10-COORD").setPoint(getTube10_COORD_11_296_point()))))) .addChild(new TransformObject("Cylinder15").setTranslation(0.0f,0.038f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Cylinder15-FACES").setDEF("Cylinder15-FACES").setCoordIndex(getCylinder15_FACES_10_302_coordIndex()) .setCoord(new CoordinateObject("Cylinder15-COORD").setPoint(getCylinder15_COORD_11_302_point())))))) .addChild(new TransformObject("cartridge07").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(-0.1764f,-0.01376f,0.142f) .addChild(new TransformObject("Tube11").setTranslation(0.0f,-0.088f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Tube11-FACES").setDEF("Tube11-FACES").setCoordIndex(getTube11_FACES_10_309_coordIndex()) .setCoord(new CoordinateObject("Tube11-COORD").setPoint(getTube11_COORD_11_309_point()))))) .addChild(new TransformObject("Cylinder16").setTranslation(0.0f,0.038f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Cylinder16-FACES").setDEF("Cylinder16-FACES").setCoordIndex(getCylinder16_FACES_10_315_coordIndex()) .setCoord(new CoordinateObject("Cylinder16-COORD").setPoint(getCylinder16_COORD_11_315_point())))))) .addChild(new TransformObject("cartridge08").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(-0.1551f,-0.01376f,0.142f) .addChild(new TransformObject("Tube12").setTranslation(0.0f,-0.088f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Tube12-FACES").setDEF("Tube12-FACES").setCoordIndex(getTube12_FACES_10_322_coordIndex()) .setCoord(new CoordinateObject("Tube12-COORD").setPoint(getTube12_COORD_11_322_point()))))) .addChild(new TransformObject("Cylinder17").setTranslation(0.0f,0.038f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Cylinder17-FACES").setDEF("Cylinder17-FACES").setCoordIndex(getCylinder17_FACES_10_328_coordIndex()) .setCoord(new CoordinateObject("Cylinder17-COORD").setPoint(getCylinder17_COORD_11_328_point())))))) .addChild(new TransformObject("cartridge09").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(-0.1331f,-0.01376f,0.142f) .addChild(new TransformObject("Tube13").setTranslation(0.0f,-0.088f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Tube13-FACES").setDEF("Tube13-FACES").setCoordIndex(getTube13_FACES_10_335_coordIndex()) .setCoord(new CoordinateObject("Tube13-COORD").setPoint(getTube13_COORD_11_335_point()))))) .addChild(new TransformObject("Cylinder18").setTranslation(0.0f,0.038f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Cylinder18-FACES").setDEF("Cylinder18-FACES").setCoordIndex(getCylinder18_FACES_10_341_coordIndex()) .setCoord(new CoordinateObject("Cylinder18-COORD").setPoint(getCylinder18_COORD_11_341_point())))))) .addChild(new TransformObject("cartridge10").setRotation(1.0f,0.0f,0.0f,-1.571f).setScale(0.6f,0.6f,0.6f).setTranslation(-0.108f,-0.01376f,0.142f) .addChild(new TransformObject("Tube14").setTranslation(0.0f,-0.088f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.8314f,0.6667f,0.05098f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Tube14-FACES").setDEF("Tube14-FACES").setCoordIndex(getTube14_FACES_10_348_coordIndex()) .setCoord(new CoordinateObject("Tube14-COORD").setPoint(getTube14_COORD_11_348_point()))))) .addChild(new TransformObject("Cylinder19").setTranslation(0.0f,0.038f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Cylinder19-FACES").setDEF("Cylinder19-FACES").setCoordIndex(getCylinder19_FACES_10_354_coordIndex()) .setCoord(new CoordinateObject("Cylinder19-COORD").setPoint(getCylinder19_COORD_11_354_point())))))) .addChild(new TransformObject("ammoCaseBox").setRotation(0.5774f,-0.5774f,0.5774f,-4.189f).setTranslation(-0.3505f,-0.1231f,0.1409f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("ammoCaseBox-FACES").setDEF("ammoCaseBox-FACES").setCoordIndex(new int[] {5,4,0,-1,0,1,5,-1,6,5,1,-1,1,2,6,-1,7,6,2,-1,2,3,7,-1,4,7,3,-1,3,0,4,-1,2,1,0,-1,0,3,2,-1,4,5,6,-1,6,7,4,-1,13,12,8,-1,8,9,13,-1,14,13,9,-1,9,10,14,-1,15,14,10,-1,10,11,15,-1,12,15,11,-1,11,8,12,-1,11,10,9,-1,9,8,11,-1,13,14,15,-1,15,12,13,-1,21,20,16,-1,16,17,21,-1,22,21,17,-1,17,18,22,-1,23,22,18,-1,18,19,23,-1,20,23,19,-1,19,16,20,-1,19,18,17,-1,17,16,19,-1,21,22,23,-1,23,20,21,-1,29,28,24,-1,24,25,29,-1,30,29,25,-1,25,26,30,-1,31,30,26,-1,26,27,31,-1,28,31,27,-1,27,24,28,-1,26,25,24,-1,24,27,26,-1,28,29,30,-1,30,31,28,-1}) .setCoord(new CoordinateObject("ammoCaseBox-COORD").setPoint(new MFVec3fObject(new float[] {0.06191f,0.0f,-0.01894f,-0.06191f,0.0f,-0.01894f,-0.06191f,0.0f,0.01894f,0.06191f,0.0f,0.01894f,0.06191f,0.01f,-0.01894f,-0.06191f,0.01f,-0.01894f,-0.06191f,0.01f,0.01894f,0.06191f,0.01f,0.01894f,-0.07206f,-0.3017f,-0.08884f,-0.07206f,0.009445f,-0.03426f,-0.07206f,0.009445f,0.01949f,-0.07206f,-0.3017f,0.01949f,-0.06206f,-0.3017f,-0.08884f,-0.06206f,0.009445f,-0.03426f,-0.06206f,0.009445f,0.01949f,-0.06206f,-0.3017f,0.01949f,0.0629f,-0.3017f,-0.08884f,0.0629f,0.009445f,-0.03426f,0.0629f,0.009445f,0.01949f,0.0629f,-0.3017f,0.01949f,0.0729f,-0.3017f,-0.08884f,0.0729f,0.009445f,-0.03426f,0.0729f,0.009445f,0.01949f,0.0729f,-0.3017f,0.01949f,-0.07203f,-0.3034f,0.03024f,-0.07203f,0.01021f,0.03024f,0.07254f,0.01021f,0.03024f,0.07254f,-0.3034f,0.03024f,-0.07203f,-0.3034f,0.02024f,-0.07203f,0.01021f,0.02024f,0.07254f,0.01021f,0.02024f,0.07254f,-0.3034f,0.02024f})))))) .addChild(new TransformObject("deflector").setRotation(-1.0f,0.0f,0.0f,-1.757f).setTranslation(-0.002155f,-0.03837f,-0.01311f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7176f,0.7176f,0.7176f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("deflector-FACES").setDEF("deflector-FACES").setCoordIndex(new int[] {0,1,9,-1,0,9,8,-1,1,2,10,-1,1,10,9,-1,2,3,11,-1,2,11,10,-1,3,4,12,-1,3,12,11,-1,4,5,13,-1,4,13,12,-1,5,6,14,-1,5,14,13,-1,6,7,15,-1,6,15,14,-1,7,0,8,-1,7,8,15,-1,3,5,4,-1,3,6,5,-1,3,7,6,-1,2,7,3,-1,2,0,7,-1,1,0,2,-1,11,12,13,-1,11,13,14,-1,11,14,15,-1,10,11,15,-1,10,15,8,-1,9,10,8,-1}) .setCoord(new CoordinateObject("deflector-COORD").setPoint(new MFVec3fObject(new float[] {0.3629f,0.0f,-0.3013f,0.07214f,0.0f,-0.3013f,0.07213f,0.0f,0.06122f,-0.04095f,0.0f,0.06122f,-0.04082f,0.0f,-0.3013f,-0.3572f,0.0f,-0.3013f,-0.3572f,0.0f,0.2213f,0.3629f,0.0f,0.2213f,0.3629f,0.01f,-0.3013f,0.07214f,0.01f,-0.3013f,0.07213f,0.01f,0.06122f,-0.04095f,0.01f,0.06122f,-0.04082f,0.01f,-0.3013f,-0.3572f,0.01f,-0.3013f,-0.3572f,0.01f,0.2213f,0.3629f,0.01f,0.2213f})))))) .addChild(new TransformObject("extBarrel").setRotation(0.5774f,-0.5774f,0.5774f,-2.094f).setTranslation(0.0164f,-0.0402f,-0.02141f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.149f,0.1843f,0.06275f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("extBarrel-FACES").setDEF("extBarrel-FACES").setCoordIndex(getextBarrel_FACES_9_373_coordIndex()) .setCoord(new CoordinateObject("extBarrel-COORD").setPoint(getextBarrel_COORD_10_373_point()))))) .addChild(new ROUTEObject().setFromNode("triggerSensor").setFromField("isActive").setToNode("triggerTimer").setToField("loop")) .addChild(new ROUTEObject().setFromNode("triggerSensor").setFromField("isActive").setToNode("shellTimer").setToField("loop")) .addChild(new ROUTEObject().setFromNode("triggerSensor").setFromField("isActive").setToNode("mtrSound").setToField("loop")) .addChild(new ROUTEObject().setFromNode("triggerSensor").setFromField("isActive").setToNode("flashTimer").setToField("loop")) .addChild(new ROUTEObject().setFromNode("triggerSensor").setFromField("isActive").setToNode("projectileTimer").setToField("loop")))) .addChild(new ROUTEObject().setFromNode("CylinderSensor2").setFromField("rotation_changed").setToNode("gunBody2").setToField("rotation")))) .addChild(new TransformObject().setTranslation(0.0f,-1.052f,0.9f) .addChild(new ShapeObject("UP") .setGeometry(new BoxObject().setSize(0.1f,0.1f,0.1f)) .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1f).setDiffuseColor(0.560784f,0.552941f,0.0f).setShininess(0.145f)))) .addChild(new TouchSensorObject("rotateUP").setDescription("Touch to change .50 elevation"))) .addChild(new TransformObject().setTranslation(0.0f,-1.052f,1.1f) .addChild(new ShapeObject("DOWN") .setGeometry(new BoxObject().setSize(0.1f,0.1f,0.1f)) .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1f).setDiffuseColor(0.0f,0.25098f,0.901961f).setShininess(0.145f)))) .addChild(new TouchSensorObject("rotateDOWN").setDescription("Touch to change .50 elevation"))) .addChild(new ScriptObject("controlScript").setSourceCode("\n" + " " + "\n" + "ecmascript:" + "\n" + "// Filename: rotationScript.js" + "\n" + "// Author: Claudio Coreixas" + "\n" + "// Created: 14 October 2009" + "\n" + "\n" + "\n" + "function buttonMotionDone (value)" + "\n" + "{" + "\n" + " if (UP == true)" + "\n" + " {" + "\n" + " outRot = new SFRotation(0,1,0,inRot[3]+0.1);" + "\n" + " }" + "\n" + " if (DOWN == true)" + "\n" + " {" + "\n" + " outRot = new SFRotation(0,1,0,inRot[3]-0.1);" + "\n" + " }" + "\n" + "\n" + "}" + "\n") .addField(new fieldObject().setName("buttonMotionDone").setType(fieldObject.TYPE_SFBOOL).setAccessType(fieldObject.ACCESSTYPE_INPUTONLY)) .addField(new fieldObject().setName("outRot").setType(fieldObject.TYPE_SFROTATION).setAccessType(fieldObject.ACCESSTYPE_OUTPUTONLY)) .addField(new fieldObject().setName("inRot").setType(fieldObject.TYPE_SFROTATION).setAccessType(fieldObject.ACCESSTYPE_INPUTONLY)) .addField(new fieldObject().setName("UP").setType(fieldObject.TYPE_SFBOOL).setAccessType(fieldObject.ACCESSTYPE_INPUTONLY)) .addField(new fieldObject().setName("DOWN").setType(fieldObject.TYPE_SFBOOL).setAccessType(fieldObject.ACCESSTYPE_INPUTONLY))) .addChild(new ROUTEObject().setFromNode("rotateUP").setFromField("isActive").setToNode("controlScript").setToField("buttonMotionDone")) .addChild(new ROUTEObject().setFromNode("rotateUP").setFromField("isActive").setToNode("controlScript").setToField("UP")) .addChild(new ROUTEObject().setFromNode("rotateDOWN").setFromField("isActive").setToNode("controlScript").setToField("buttonMotionDone")) .addChild(new ROUTEObject().setFromNode("rotateDOWN").setFromField("isActive").setToNode("controlScript").setToField("DOWN")) .addChild(new ROUTEObject().setFromNode("gunBody2").setFromField("rotation").setToNode("controlScript").setToField("inRot")) .addChild(new ROUTEObject().setFromNode("controlScript").setFromField("outRot").setToNode("gunBody2").setToField("rotation"))); } // end of initialize() method /** Define subarrays using type int[] */ private int[] getTube06_FACES_10_62_coordIndex_1() { int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1}; return value; } private int[] getTube06_FACES_10_62_coordIndex_2() { int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1,216,217,229,-1,229,228,216,-1,217,218,230,-1,230,229,217,-1,218,219,231,-1,231,230,218,-1,219,220,232,-1,232,231,219,-1,220,221,233,-1,233,232,220,-1,221,222,234,-1,234,233,221,-1,222,223,235,-1,235,234,222,-1,223,224,236,-1,236,235,223,-1,224,225,237,-1,237,236,224,-1,225,226,238,-1,238,237,225,-1,226,227,239,-1,239,238,226,-1,227,216,228,-1,228,239,227,-1,228,229,241,-1,241,240,228,-1,229,230,242,-1,242,241,229,-1,230,231,243,-1,243,242,230,-1,231,232,244,-1,244,243,231,-1,232,233,245,-1,245,244,232,-1,233,234,246,-1,246,245,233,-1,234,235,247,-1,247,246,234,-1,235,236,248,-1,248,247,235,-1,236,237,249,-1,249,248,236,-1,237,238,250,-1,250,249,237,-1,238,239,251,-1,251,250,238,-1,239,228,240,-1,240,251,239,-1,240,241,253,-1,253,252,240,-1,241,242,254,-1,254,253,241,-1,242,243,255,-1,255,254,242,-1,243,244,256,-1,256,255,243,-1,244,245,257,-1,257,256,244,-1,245,246,258,-1,258,257,245,-1,246,247,259,-1,259,258,246,-1,247,248,260,-1,260,259,247,-1,248,249,261,-1,261,260,248,-1,249,250,262,-1,262,261,249,-1}; return value; } private int[] getTube06_FACES_10_62_coordIndex_3() { int[] value = {250,251,263,-1,263,262,250,-1,251,240,252,-1,252,263,251,-1,252,253,265,-1,265,264,252,-1,253,254,266,-1,266,265,253,-1,254,255,267,-1,267,266,254,-1,255,256,268,-1,268,267,255,-1,256,257,269,-1,269,268,256,-1,257,258,270,-1,270,269,257,-1,258,259,271,-1,271,270,258,-1,259,260,272,-1,272,271,259,-1,260,261,273,-1,273,272,260,-1,261,262,274,-1,274,273,261,-1,262,263,275,-1,275,274,262,-1,263,252,264,-1,264,275,263,-1,264,265,277,-1,277,276,264,-1,265,266,278,-1,278,277,265,-1,266,267,279,-1,279,278,266,-1,267,268,280,-1,280,279,267,-1,268,269,281,-1,281,280,268,-1,269,270,282,-1,282,281,269,-1,270,271,283,-1,283,282,270,-1,271,272,284,-1,284,283,271,-1,272,273,285,-1,285,284,272,-1,273,274,286,-1,286,285,273,-1,274,275,287,-1,287,286,274,-1,275,264,276,-1,276,287,275,-1,276,277,289,-1,289,288,276,-1,277,278,290,-1,290,289,277,-1,278,279,291,-1,291,290,278,-1,279,280,292,-1,292,291,279,-1,280,281,293,-1,293,292,280,-1,281,282,294,-1,294,293,281,-1,282,283,295,-1,295,294,282,-1,283,284,296,-1,296,295,283,-1,284,285,297,-1,297,296,284,-1,285,286,298,-1,298,297,285,-1,286,287,299,-1,299,298,286,-1,287,276,288,-1,288,299,287,-1,288,289,301,-1,301,300,288,-1,289,290,302,-1,302,301,289,-1,290,291,303,-1,303,302,290,-1,291,292,304,-1,304,303,291,-1,292,293,305,-1,305,304,292,-1,293,294,306,-1,306,305,293,-1,294,295,307,-1,307,306,294,-1,295,296,308,-1,308,307,295,-1,296,297,309,-1,309,308,296,-1,297,298,310,-1,310,309,297,-1,298,299,311,-1,311,310,298,-1,299,288,300,-1,300,311,299,-1,300,301,313,-1,313,312,300,-1,301,302,314,-1,314,313,301,-1,302,303,315,-1,315,314,302,-1,303,304,316,-1,316,315,303,-1,304,305,317,-1,317,316,304,-1,305,306,318,-1,318,317,305,-1,306,307,319,-1,319,318,306,-1,307,308,320,-1,320,319,307,-1,308,309,321,-1,321,320,308,-1,309,310,322,-1,322,321,309,-1,310,311,323,-1,323,322,310,-1,311,300,312,-1,312,323,311,-1,312,313,325,-1,325,324,312,-1,313,314,326,-1,326,325,313,-1,314,315,327,-1,327,326,314,-1,315,316,328,-1,328,327,315,-1,316,317,329,-1,329,328,316,-1,317,318,330,-1,330,329,317,-1,318,319,331,-1,331,330,318,-1,319,320,332,-1,332,331,319,-1,320,321,333,-1,333,332,320,-1,321,322,334,-1,334,333,321,-1,322,323,335,-1,335,334,322,-1,323,312,324,-1,324,335,323,-1,324,325,337,-1,337,336,324,-1,325,326,338,-1,338,337,325,-1,326,327,339,-1,339,338,326,-1,327,328,340,-1,340,339,327,-1,328,329,341,-1,341,340,328,-1,329,330,342,-1,342,341,329,-1,330,331,343,-1,343,342,330,-1,331,332,344,-1,344,343,331,-1,332,333,345,-1,345,344,332,-1,333,334,346,-1,346,345,333,-1,334,335,347,-1,347,346,334,-1,335,324,336,-1,336,347,335,-1,336,337,349,-1,349,348,336,-1,337,338,350,-1,350,349,337,-1,338,339,351,-1,351,350,338,-1,339,340,352,-1,352,351,339,-1,340,341,353,-1,353,352,340,-1,341,342,354,-1,354,353,341,-1,342,343,355,-1,355,354,342,-1,343,344,356,-1,356,355,343,-1,344,345,357,-1,357,356,344,-1,345,346,358,-1,358,357,345,-1,346,347,359,-1,359,358,346,-1,347,336,348,-1,348,359,347,-1,348,349,361,-1,361,360,348,-1,349,350,362,-1,362,361,349,-1,350,351,363,-1,363,362,350,-1,351,352,364,-1,364,363,351,-1,352,353,365,-1,365,364,352,-1,353,354,366,-1,366,365,353,-1,354,355,367,-1,367,366,354,-1,355,356,368,-1,368,367,355,-1,356,357,369,-1,369,368,356,-1,357,358,370,-1,370,369,357,-1,358,359,371,-1,371,370,358,-1,359,348,360,-1,360,371,359,-1,360,361,373,-1,373,372,360,-1,361,362,374,-1,374,373,361,-1,362,363,375,-1,375,374,362,-1,363,364,376,-1,376,375,363,-1,364,365,377,-1,377,376,364,-1,365,366,378,-1,378,377,365,-1,366,367,379,-1,379,378,366,-1,367,368,380,-1,380,379,367,-1,368,369,381,-1,381,380,368,-1,369,370,382,-1,382,381,369,-1,370,371,383,-1,383,382,370,-1,371,360,372,-1,372,383,371,-1,372,373,385,-1,385,384,372,-1,373,374,386,-1,386,385,373,-1,374,375,387,-1,387,386,374,-1}; return value; } private int[] getTube06_FACES_10_62_coordIndex_4() { int[] value = {375,376,388,-1,388,387,375,-1,376,377,389,-1,389,388,376,-1,377,378,390,-1,390,389,377,-1,378,379,391,-1,391,390,378,-1,379,380,392,-1,392,391,379,-1,380,381,393,-1,393,392,380,-1,381,382,394,-1,394,393,381,-1,382,383,395,-1,395,394,382,-1,383,372,384,-1,384,395,383,-1,384,385,397,-1,397,396,384,-1,385,386,398,-1,398,397,385,-1,386,387,399,-1,399,398,386,-1,387,388,400,-1,400,399,387,-1,388,389,401,-1,401,400,388,-1,389,390,402,-1,402,401,389,-1,390,391,403,-1,403,402,390,-1,391,392,404,-1,404,403,391,-1,392,393,405,-1,405,404,392,-1,393,394,406,-1,406,405,393,-1,394,395,407,-1,407,406,394,-1,395,384,396,-1,396,407,395,-1,396,397,409,-1,409,408,396,-1,397,398,410,-1,410,409,397,-1,398,399,411,-1,411,410,398,-1,399,400,412,-1,412,411,399,-1,400,401,413,-1,413,412,400,-1,401,402,414,-1,414,413,401,-1,402,403,415,-1,415,414,402,-1,403,404,416,-1,416,415,403,-1,404,405,417,-1,417,416,404,-1,405,406,418,-1,418,417,405,-1,406,407,419,-1,419,418,406,-1,407,396,408,-1,408,419,407,-1,408,409,421,-1,421,420,408,-1,409,410,422,-1,422,421,409,-1,410,411,423,-1,423,422,410,-1,411,412,424,-1,424,423,411,-1,412,413,425,-1,425,424,412,-1,413,414,426,-1,426,425,413,-1,414,415,427,-1,427,426,414,-1,415,416,428,-1,428,427,415,-1,416,417,429,-1,429,428,416,-1,417,418,430,-1,430,429,417,-1,418,419,431,-1,431,430,418,-1,419,408,420,-1,420,431,419,-1,420,421,217,-1,217,216,420,-1,421,422,218,-1,218,217,421,-1,422,423,219,-1,219,218,422,-1,423,424,220,-1,220,219,423,-1,424,425,221,-1,221,220,424,-1,425,426,222,-1,222,221,425,-1,426,427,223,-1,223,222,426,-1,427,428,224,-1,224,223,427,-1,428,429,225,-1,225,224,428,-1,429,430,226,-1,226,225,429,-1,430,431,227,-1,227,226,430,-1,431,420,216,-1,216,227,431,-1,432,433,445,-1,445,444,432,-1,433,434,446,-1,446,445,433,-1,434,435,447,-1,447,446,434,-1,435,436,448,-1,448,447,435,-1,436,437,449,-1,449,448,436,-1,437,438,450,-1,450,449,437,-1,438,439,451,-1,451,450,438,-1,439,440,452,-1,452,451,439,-1,440,441,453,-1,453,452,440,-1,441,442,454,-1,454,453,441,-1,442,443,455,-1,455,454,442,-1,443,432,444,-1,444,455,443,-1,444,445,457,-1,457,456,444,-1,445,446,458,-1,458,457,445,-1,446,447,459,-1,459,458,446,-1,447,448,460,-1,460,459,447,-1,448,449,461,-1,461,460,448,-1,449,450,462,-1,462,461,449,-1,450,451,463,-1,463,462,450,-1,451,452,464,-1,464,463,451,-1,452,453,465,-1,465,464,452,-1,453,454,466,-1,466,465,453,-1,454,455,467,-1,467,466,454,-1,455,444,456,-1,456,467,455,-1,456,457,469,-1,469,468,456,-1,457,458,470,-1,470,469,457,-1,458,459,471,-1,471,470,458,-1,459,460,472,-1,472,471,459,-1,460,461,473,-1,473,472,460,-1,461,462,474,-1,474,473,461,-1,462,463,475,-1,475,474,462,-1,463,464,476,-1,476,475,463,-1,464,465,477,-1,477,476,464,-1,465,466,478,-1,478,477,465,-1,466,467,479,-1,479,478,466,-1,467,456,468,-1,468,479,467,-1,468,469,481,-1,481,480,468,-1,469,470,482,-1,482,481,469,-1,470,471,483,-1,483,482,470,-1,471,472,484,-1,484,483,471,-1,472,473,485,-1,485,484,472,-1,473,474,486,-1,486,485,473,-1,474,475,487,-1,487,486,474,-1,475,476,488,-1,488,487,475,-1,476,477,489,-1,489,488,476,-1,477,478,490,-1,490,489,477,-1,478,479,491,-1,491,490,478,-1,479,468,480,-1,480,491,479,-1,480,481,493,-1,493,492,480,-1,481,482,494,-1,494,493,481,-1,482,483,495,-1,495,494,482,-1,483,484,496,-1,496,495,483,-1,484,485,497,-1,497,496,484,-1,485,486,498,-1,498,497,485,-1,486,487,499,-1,499,498,486,-1,487,488,500,-1,500,499,487,-1,488,489,501,-1,501,500,488,-1,489,490,502,-1,502,501,489,-1,490,491,503,-1,503,502,490,-1,491,480,492,-1,492,503,491,-1,492,493,505,-1,505,504,492,-1,493,494,506,-1,506,505,493,-1,494,495,507,-1,507,506,494,-1,495,496,508,-1,508,507,495,-1,496,497,509,-1,509,508,496,-1,497,498,510,-1,510,509,497,-1,498,499,511,-1,511,510,498,-1,499,500,512,-1,512,511,499,-1}; return value; } private int[] getTube06_FACES_10_62_coordIndex_5() { int[] value = {500,501,513,-1,513,512,500,-1,501,502,514,-1,514,513,501,-1,502,503,515,-1,515,514,502,-1,503,492,504,-1,504,515,503,-1,504,505,517,-1,517,516,504,-1,505,506,518,-1,518,517,505,-1,506,507,519,-1,519,518,506,-1,507,508,520,-1,520,519,507,-1,508,509,521,-1,521,520,508,-1,509,510,522,-1,522,521,509,-1,510,511,523,-1,523,522,510,-1,511,512,524,-1,524,523,511,-1,512,513,525,-1,525,524,512,-1,513,514,526,-1,526,525,513,-1,514,515,527,-1,527,526,514,-1,515,504,516,-1,516,527,515,-1,516,517,529,-1,529,528,516,-1,517,518,530,-1,530,529,517,-1,518,519,531,-1,531,530,518,-1,519,520,532,-1,532,531,519,-1,520,521,533,-1,533,532,520,-1,521,522,534,-1,534,533,521,-1,522,523,535,-1,535,534,522,-1,523,524,536,-1,536,535,523,-1,524,525,537,-1,537,536,524,-1,525,526,538,-1,538,537,525,-1,526,527,539,-1,539,538,526,-1,527,516,528,-1,528,539,527,-1,528,529,541,-1,541,540,528,-1,529,530,542,-1,542,541,529,-1,530,531,543,-1,543,542,530,-1,531,532,544,-1,544,543,531,-1,532,533,545,-1,545,544,532,-1,533,534,546,-1,546,545,533,-1,534,535,547,-1,547,546,534,-1,535,536,548,-1,548,547,535,-1,536,537,549,-1,549,548,536,-1,537,538,550,-1,550,549,537,-1,538,539,551,-1,551,550,538,-1,539,528,540,-1,540,551,539,-1,540,541,553,-1,553,552,540,-1,541,542,554,-1,554,553,541,-1,542,543,555,-1,555,554,542,-1,543,544,556,-1,556,555,543,-1,544,545,557,-1,557,556,544,-1,545,546,558,-1,558,557,545,-1,546,547,559,-1,559,558,546,-1,547,548,560,-1,560,559,547,-1,548,549,561,-1,561,560,548,-1,549,550,562,-1,562,561,549,-1,550,551,563,-1,563,562,550,-1,551,540,552,-1,552,563,551,-1,552,553,565,-1,565,564,552,-1,553,554,566,-1,566,565,553,-1,554,555,567,-1,567,566,554,-1,555,556,568,-1,568,567,555,-1,556,557,569,-1,569,568,556,-1,557,558,570,-1,570,569,557,-1,558,559,571,-1,571,570,558,-1,559,560,572,-1,572,571,559,-1,560,561,573,-1,573,572,560,-1,561,562,574,-1,574,573,561,-1,562,563,575,-1,575,574,562,-1,563,552,564,-1,564,575,563,-1,564,565,577,-1,577,576,564,-1,565,566,578,-1,578,577,565,-1,566,567,579,-1,579,578,566,-1,567,568,580,-1,580,579,567,-1,568,569,581,-1,581,580,568,-1,569,570,582,-1,582,581,569,-1,570,571,583,-1,583,582,570,-1,571,572,584,-1,584,583,571,-1,572,573,585,-1,585,584,572,-1,573,574,586,-1,586,585,573,-1,574,575,587,-1,587,586,574,-1,575,564,576,-1,576,587,575,-1,576,577,589,-1,589,588,576,-1,577,578,590,-1,590,589,577,-1,578,579,591,-1,591,590,578,-1,579,580,592,-1,592,591,579,-1,580,581,593,-1,593,592,580,-1,581,582,594,-1,594,593,581,-1,582,583,595,-1,595,594,582,-1,583,584,596,-1,596,595,583,-1,584,585,597,-1,597,596,584,-1,585,586,598,-1,598,597,585,-1,586,587,599,-1,599,598,586,-1,587,576,588,-1,588,599,587,-1,588,589,601,-1,601,600,588,-1,589,590,602,-1,602,601,589,-1,590,591,603,-1,603,602,590,-1,591,592,604,-1,604,603,591,-1,592,593,605,-1,605,604,592,-1,593,594,606,-1,606,605,593,-1,594,595,607,-1,607,606,594,-1,595,596,608,-1,608,607,595,-1,596,597,609,-1,609,608,596,-1,597,598,610,-1,610,609,597,-1,598,599,611,-1,611,610,598,-1,599,588,600,-1,600,611,599,-1,600,601,613,-1,613,612,600,-1,601,602,614,-1,614,613,601,-1,602,603,615,-1,615,614,602,-1,603,604,616,-1,616,615,603,-1,604,605,617,-1,617,616,604,-1,605,606,618,-1,618,617,605,-1,606,607,619,-1,619,618,606,-1,607,608,620,-1,620,619,607,-1,608,609,621,-1,621,620,608,-1,609,610,622,-1,622,621,609,-1,610,611,623,-1,623,622,610,-1,611,600,612,-1,612,623,611,-1,612,613,625,-1,625,624,612,-1,613,614,626,-1,626,625,613,-1,614,615,627,-1,627,626,614,-1,615,616,628,-1,628,627,615,-1,616,617,629,-1,629,628,616,-1,617,618,630,-1,630,629,617,-1,618,619,631,-1,631,630,618,-1,619,620,632,-1,632,631,619,-1,620,621,633,-1,633,632,620,-1,621,622,634,-1,634,633,621,-1,622,623,635,-1,635,634,622,-1,623,612,624,-1,624,635,623,-1,624,625,637,-1,637,636,624,-1}; return value; } private int[] getTube06_FACES_10_62_coordIndex_6() { int[] value = {625,626,638,-1,638,637,625,-1,626,627,639,-1,639,638,626,-1,627,628,640,-1,640,639,627,-1,628,629,641,-1,641,640,628,-1,629,630,642,-1,642,641,629,-1,630,631,643,-1,643,642,630,-1,631,632,644,-1,644,643,631,-1,632,633,645,-1,645,644,632,-1,633,634,646,-1,646,645,633,-1,634,635,647,-1,647,646,634,-1,635,624,636,-1,636,647,635,-1,636,637,433,-1,433,432,636,-1,637,638,434,-1,434,433,637,-1,638,639,435,-1,435,434,638,-1,639,640,436,-1,436,435,639,-1,640,641,437,-1,437,436,640,-1,641,642,438,-1,438,437,641,-1,642,643,439,-1,439,438,642,-1,643,644,440,-1,440,439,643,-1,644,645,441,-1,441,440,644,-1,645,646,442,-1,442,441,645,-1,646,647,443,-1,443,442,646,-1,647,636,432,-1,432,443,647,-1,648,649,667,-1,667,666,648,-1,649,650,668,-1,668,667,649,-1,650,651,669,-1,669,668,650,-1,651,652,670,-1,670,669,651,-1,652,653,671,-1,671,670,652,-1,653,654,672,-1,672,671,653,-1,654,655,673,-1,673,672,654,-1,655,656,674,-1,674,673,655,-1,656,657,675,-1,675,674,656,-1,657,658,676,-1,676,675,657,-1,658,659,677,-1,677,676,658,-1,659,660,678,-1,678,677,659,-1,660,661,679,-1,679,678,660,-1,661,662,680,-1,680,679,661,-1,662,663,681,-1,681,680,662,-1,663,664,682,-1,682,681,663,-1,664,665,683,-1,683,682,664,-1,665,648,666,-1,666,683,665,-1,666,667,685,-1,685,684,666,-1,667,668,686,-1,686,685,667,-1,668,669,687,-1,687,686,668,-1,669,670,688,-1,688,687,669,-1,670,671,689,-1,689,688,670,-1,671,672,690,-1,690,689,671,-1,672,673,691,-1,691,690,672,-1,673,674,692,-1,692,691,673,-1,674,675,693,-1,693,692,674,-1,675,676,694,-1,694,693,675,-1,676,677,695,-1,695,694,676,-1,677,678,696,-1,696,695,677,-1,678,679,697,-1,697,696,678,-1,679,680,698,-1,698,697,679,-1,680,681,699,-1,699,698,680,-1,681,682,700,-1,700,699,681,-1,682,683,701,-1,701,700,682,-1,683,666,684,-1,684,701,683,-1,684,685,703,-1,703,702,684,-1,685,686,704,-1,704,703,685,-1,686,687,705,-1,705,704,686,-1,687,688,706,-1,706,705,687,-1,688,689,707,-1,707,706,688,-1,689,690,708,-1,708,707,689,-1,690,691,709,-1,709,708,690,-1,691,692,710,-1,710,709,691,-1,692,693,711,-1,711,710,692,-1,693,694,712,-1,712,711,693,-1,694,695,713,-1,713,712,694,-1,695,696,714,-1,714,713,695,-1,696,697,715,-1,715,714,696,-1,697,698,716,-1,716,715,697,-1,698,699,717,-1,717,716,698,-1,699,700,718,-1,718,717,699,-1,700,701,719,-1,719,718,700,-1,701,684,702,-1,702,719,701,-1,702,703,721,-1,721,720,702,-1,703,704,722,-1,722,721,703,-1,704,705,723,-1,723,722,704,-1,705,706,724,-1,724,723,705,-1,706,707,725,-1,725,724,706,-1,707,708,726,-1,726,725,707,-1,708,709,727,-1,727,726,708,-1,709,710,728,-1,728,727,709,-1,710,711,729,-1,729,728,710,-1,711,712,730,-1,730,729,711,-1,712,713,731,-1,731,730,712,-1,713,714,732,-1,732,731,713,-1,714,715,733,-1,733,732,714,-1,715,716,734,-1,734,733,715,-1,716,717,735,-1,735,734,716,-1,717,718,736,-1,736,735,717,-1,718,719,737,-1,737,736,718,-1,719,702,720,-1,720,737,719,-1,720,721,739,-1,739,738,720,-1,721,722,740,-1,740,739,721,-1,722,723,741,-1,741,740,722,-1,723,724,742,-1,742,741,723,-1,724,725,743,-1,743,742,724,-1,725,726,744,-1,744,743,725,-1,726,727,745,-1,745,744,726,-1,727,728,746,-1,746,745,727,-1,728,729,747,-1,747,746,728,-1,729,730,748,-1,748,747,729,-1,730,731,749,-1,749,748,730,-1,731,732,750,-1,750,749,731,-1,732,733,751,-1,751,750,732,-1,733,734,752,-1,752,751,733,-1,734,735,753,-1,753,752,734,-1,735,736,754,-1,754,753,735,-1,736,737,755,-1,755,754,736,-1,737,720,738,-1,738,755,737,-1,664,663,662,-1,662,661,660,-1,660,659,658,-1,662,660,658,-1,658,657,656,-1,656,655,654,-1,658,656,654,-1,654,653,652,-1,652,651,650,-1,654,652,650,-1,658,654,650,-1,662,658,650,-1,650,649,648,-1,662,650,648,-1,664,662,648,-1,665,664,648,-1,739,740,741,-1,741,742,743,-1,743,744,745,-1,741,743,745,-1,745,746,747,-1,747,748,749,-1,745,747,749,-1,749,750,751,-1}; return value; } private int[] getTube06_FACES_10_62_coordIndex_7() { int[] value = {751,752,753,-1,749,751,753,-1,745,749,753,-1,741,745,753,-1,753,754,755,-1,741,753,755,-1,739,741,755,-1,738,739,755,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTube06_COORD_11_62_point_1() { float[] value = {0.0f,0.0f,-0.011f,0.0f,0.02f,-0.011f,0.0f,0.04f,-0.011f,0.0f,0.06f,-0.011f,0.0f,0.08f,-0.011f,0.0f,0.1f,-0.011f,0.0f,0.1f,-0.01f,0.0f,0.08f,-0.01f,0.0f,0.06f,-0.01f,0.0f,0.04f,-0.01f,0.0f,0.02f,-0.01f,0.0f,0.0f,-0.01f,0.003762f,0.0f,-0.01034f,0.003762f,0.02f,-0.01034f,0.003762f,0.04f,-0.01034f,0.003762f,0.06f,-0.01034f,0.003762f,0.08f,-0.01034f,0.003762f,0.1f,-0.01034f,0.00342f,0.1f,-0.009397f,0.00342f,0.08f,-0.009397f,0.00342f,0.06f,-0.009397f,0.00342f,0.04f,-0.009397f,0.00342f,0.02f,-0.009397f,0.00342f,0.0f,-0.009397f,0.007071f,0.0f,-0.008426f,0.007071f,0.02f,-0.008426f,0.007071f,0.04f,-0.008426f,0.007071f,0.06f,-0.008426f,0.007071f,0.08f,-0.008426f,0.007071f,0.1f,-0.008426f,0.006428f,0.1f,-0.00766f,0.006428f,0.08f,-0.00766f,0.006428f,0.06f,-0.00766f,0.006428f,0.04f,-0.00766f,0.006428f,0.02f,-0.00766f,0.006428f,0.0f,-0.00766f,0.009526f,0.0f,-0.0055f,0.009526f,0.02f,-0.0055f,0.009526f,0.04f,-0.0055f,0.009526f,0.06f,-0.0055f,0.009526f,0.08f,-0.0055f,0.009526f,0.1f,-0.0055f,0.00866f,0.1f,-0.0050f,0.00866f,0.08f,-0.0050f,0.00866f,0.06f,-0.0050f,0.00866f,0.04f,-0.0050f,0.00866f,0.02f,-0.0050f,0.00866f,0.0f,-0.0050f,0.01083f,0.0f,-0.00191f,0.01083f,0.02f,-0.00191f,0.01083f,0.04f,-0.00191f,0.01083f,0.06f,-0.00191f,0.01083f,0.08f,-0.00191f,0.01083f,0.1f,-0.00191f,0.009848f,0.1f,-0.001736f,0.009848f,0.08f,-0.001736f,0.009848f,0.06f,-0.001736f,0.009848f,0.04f,-0.001736f,0.009848f,0.02f,-0.001736f,0.009848f,0.0f,-0.001736f,0.01083f,0.0f,0.00191f,0.01083f,0.02f,0.00191f,0.01083f,0.04f,0.00191f,0.01083f,0.06f,0.00191f,0.01083f,0.08f,0.00191f,0.01083f,0.1f,0.00191f,0.009848f,0.1f,0.001736f,0.009848f,0.08f,0.001736f,0.009848f,0.06f,0.001736f,0.009848f,0.04f,0.001736f,0.009848f,0.02f,0.001736f,0.009848f,0.0f,0.001736f,0.009526f,0.0f,0.0055f,0.009526f,0.02f,0.0055f,0.009526f,0.04f,0.0055f,0.009526f,0.06f,0.0055f,0.009526f,0.08f,0.0055f,0.009526f,0.1f,0.0055f,0.00866f,0.1f,0.0050f,0.00866f,0.08f,0.0050f,0.00866f,0.06f,0.0050f,0.00866f,0.04f,0.0050f,0.00866f,0.02f,0.0050f,0.00866f,0.0f,0.0050f,0.007071f,0.0f,0.008426f,0.007071f,0.02f,0.008426f,0.007071f,0.04f,0.008426f,0.007071f,0.06f,0.008426f,0.007071f,0.08f,0.008426f,0.007071f,0.1f,0.008426f,0.006428f,0.1f,0.00766f,0.006428f,0.08f,0.00766f,0.006428f,0.06f,0.00766f,0.006428f,0.04f,0.00766f,0.006428f,0.02f,0.00766f,0.006428f,0.0f,0.00766f,0.003762f,0.0f,0.01034f,0.003762f,0.02f,0.01034f,0.003762f,0.04f,0.01034f,0.003762f,0.06f,0.01034f}; return value; } private float[] getTube06_COORD_11_62_point_2() { float[] value = {0.003762f,0.08f,0.01034f,0.003762f,0.1f,0.01034f,0.00342f,0.1f,0.009397f,0.00342f,0.08f,0.009397f,0.00342f,0.06f,0.009397f,0.00342f,0.04f,0.009397f,0.00342f,0.02f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.011f,0.0f,0.02f,0.011f,0.0f,0.04f,0.011f,0.0f,0.06f,0.011f,0.0f,0.08f,0.011f,0.0f,0.1f,0.011f,0.0f,0.1f,0.01f,0.0f,0.08f,0.01f,0.0f,0.06f,0.01f,0.0f,0.04f,0.01f,0.0f,0.02f,0.01f,0.0f,0.0f,0.01f,-0.003762f,0.0f,0.01034f,-0.003762f,0.02f,0.01034f,-0.003762f,0.04f,0.01034f,-0.003762f,0.06f,0.01034f,-0.003762f,0.08f,0.01034f,-0.003762f,0.1f,0.01034f,-0.00342f,0.1f,0.009397f,-0.00342f,0.08f,0.009397f,-0.00342f,0.06f,0.009397f,-0.00342f,0.04f,0.009397f,-0.00342f,0.02f,0.009397f,-0.00342f,0.0f,0.009397f,-0.007071f,0.0f,0.008426f,-0.007071f,0.02f,0.008426f,-0.007071f,0.04f,0.008426f,-0.007071f,0.06f,0.008426f,-0.007071f,0.08f,0.008426f,-0.007071f,0.1f,0.008426f,-0.006428f,0.1f,0.00766f,-0.006428f,0.08f,0.00766f,-0.006428f,0.06f,0.00766f,-0.006428f,0.04f,0.00766f,-0.006428f,0.02f,0.00766f,-0.006428f,0.0f,0.00766f,-0.009526f,0.0f,0.0055f,-0.009526f,0.02f,0.0055f,-0.009526f,0.04f,0.0055f,-0.009526f,0.06f,0.0055f,-0.009526f,0.08f,0.0055f,-0.009526f,0.1f,0.0055f,-0.00866f,0.1f,0.0050f,-0.00866f,0.08f,0.0050f,-0.00866f,0.06f,0.0050f,-0.00866f,0.04f,0.0050f,-0.00866f,0.02f,0.0050f,-0.00866f,0.0f,0.0050f,-0.01083f,0.0f,0.00191f,-0.01083f,0.02f,0.00191f,-0.01083f,0.04f,0.00191f,-0.01083f,0.06f,0.00191f,-0.01083f,0.08f,0.00191f,-0.01083f,0.1f,0.00191f,-0.009848f,0.1f,0.001736f,-0.009848f,0.08f,0.001736f,-0.009848f,0.06f,0.001736f,-0.009848f,0.04f,0.001736f,-0.009848f,0.02f,0.001736f,-0.009848f,0.0f,0.001736f,-0.01083f,0.0f,-0.00191f,-0.01083f,0.02f,-0.00191f,-0.01083f,0.04f,-0.00191f,-0.01083f,0.06f,-0.00191f,-0.01083f,0.08f,-0.00191f,-0.01083f,0.1f,-0.00191f,-0.009848f,0.1f,-0.001736f,-0.009848f,0.08f,-0.001736f,-0.009848f,0.06f,-0.001736f,-0.009848f,0.04f,-0.001736f,-0.009848f,0.02f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.009526f,0.0f,-0.0055f,-0.009526f,0.02f,-0.0055f,-0.009526f,0.04f,-0.0055f,-0.009526f,0.06f,-0.0055f,-0.009526f,0.08f,-0.0055f,-0.009526f,0.1f,-0.0055f,-0.00866f,0.1f,-0.0050f,-0.00866f,0.08f,-0.0050f,-0.00866f,0.06f,-0.0050f,-0.00866f,0.04f,-0.0050f,-0.00866f,0.02f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.007071f,0.0f,-0.008426f,-0.007071f,0.02f,-0.008426f,-0.007071f,0.04f,-0.008426f,-0.007071f,0.06f,-0.008426f,-0.007071f,0.08f,-0.008426f,-0.007071f,0.1f,-0.008426f,-0.006428f,0.1f,-0.00766f,-0.006428f,0.08f,-0.00766f}; return value; } private float[] getTube06_COORD_11_62_point_3() { float[] value = {-0.006428f,0.06f,-0.00766f,-0.006428f,0.04f,-0.00766f,-0.006428f,0.02f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.003762f,0.0f,-0.01034f,-0.003762f,0.02f,-0.01034f,-0.003762f,0.04f,-0.01034f,-0.003762f,0.06f,-0.01034f,-0.003762f,0.08f,-0.01034f,-0.003762f,0.1f,-0.01034f,-0.00342f,0.1f,-0.009397f,-0.00342f,0.08f,-0.009397f,-0.00342f,0.06f,-0.009397f,-0.00342f,0.04f,-0.009397f,-0.00342f,0.02f,-0.009397f,-0.00342f,0.0f,-0.009397f,0.0f,0.1003f,-0.011f,0.0f,0.1043f,-0.01021f,0.0f,0.1083f,-0.009416f,0.0f,0.1123f,-0.008624f,0.0f,0.1163f,-0.007832f,0.0f,0.1203f,-0.00704f,0.0f,0.1203f,-0.0064f,0.0f,0.1163f,-0.00712f,0.0f,0.1123f,-0.00784f,0.0f,0.1083f,-0.00856f,0.0f,0.1043f,-0.00928f,0.0f,0.1003f,-0.01f,0.003762f,0.1003f,-0.01034f,0.003491f,0.1043f,-0.009592f,0.00322f,0.1083f,-0.008848f,0.00295f,0.1123f,-0.008104f,0.002679f,0.1163f,-0.00736f,0.002408f,0.1203f,-0.006615f,0.002189f,0.1203f,-0.006014f,0.002435f,0.1163f,-0.006691f,0.002681f,0.1123f,-0.007367f,0.002928f,0.1083f,-0.008044f,0.003174f,0.1043f,-0.00872f,0.00342f,0.1003f,-0.009397f,0.007071f,0.1003f,-0.008426f,0.006562f,0.1043f,-0.00782f,0.006052f,0.1083f,-0.007213f,0.005543f,0.1123f,-0.006606f,0.005034f,0.1163f,-0.0060f,0.004525f,0.1203f,-0.005393f,0.004114f,0.1203f,-0.004903f,0.004577f,0.1163f,-0.005454f,0.005039f,0.1123f,-0.006006f,0.005502f,0.1083f,-0.006557f,0.005965f,0.1043f,-0.007109f,0.006428f,0.1003f,-0.00766f,0.009526f,0.1003f,-0.0055f,0.00884f,0.1043f,-0.005104f,0.008154f,0.1083f,-0.004708f,0.007469f,0.1123f,-0.004312f,0.006783f,0.1163f,-0.003916f,0.006097f,0.1203f,-0.00352f,0.005543f,0.1203f,-0.0032f,0.006166f,0.1163f,-0.00356f,0.00679f,0.1123f,-0.00392f,0.007413f,0.1083f,-0.00428f,0.008037f,0.1043f,-0.00464f,0.00866f,0.1003f,-0.0050f,0.01083f,0.1003f,-0.00191f,0.01005f,0.1043f,-0.001773f,0.009273f,0.1083f,-0.001635f,0.008493f,0.1123f,-0.001498f,0.007713f,0.1163f,-0.00136f,0.006933f,0.1203f,-0.001222f,0.006303f,0.1203f,-0.001111f,0.007012f,0.1163f,-0.001236f,0.007721f,0.1123f,-0.001361f,0.00843f,0.1083f,-0.001486f,0.009139f,0.1043f,-0.001611f,0.009848f,0.1003f,-0.001736f,0.01083f,0.1003f,0.00191f,0.01005f,0.1043f,0.001773f,0.009273f,0.1083f,0.001635f,0.008493f,0.1123f,0.001498f,0.007713f,0.1163f,0.00136f,0.006933f,0.1203f,0.001222f,0.006303f,0.1203f,0.001111f,0.007012f,0.1163f,0.001236f,0.007721f,0.1123f,0.001361f,0.00843f,0.1083f,0.001486f,0.009139f,0.1043f,0.001611f,0.009848f,0.1003f,0.001736f,0.009526f,0.1003f,0.0055f,0.00884f,0.1043f,0.005104f,0.008154f,0.1083f,0.004708f,0.007469f,0.1123f,0.004312f,0.006783f,0.1163f,0.003916f,0.006097f,0.1203f,0.00352f,0.005543f,0.1203f,0.0032f,0.006166f,0.1163f,0.00356f,0.00679f,0.1123f,0.00392f,0.007413f,0.1083f,0.00428f,0.008037f,0.1043f,0.00464f,0.00866f,0.1003f,0.0050f}; return value; } private float[] getTube06_COORD_11_62_point_4() { float[] value = {0.007071f,0.1003f,0.008426f,0.006562f,0.1043f,0.00782f,0.006052f,0.1083f,0.007213f,0.005543f,0.1123f,0.006606f,0.005034f,0.1163f,0.0060f,0.004525f,0.1203f,0.005393f,0.004114f,0.1203f,0.004903f,0.004577f,0.1163f,0.005454f,0.005039f,0.1123f,0.006006f,0.005502f,0.1083f,0.006557f,0.005965f,0.1043f,0.007109f,0.006428f,0.1003f,0.00766f,0.003762f,0.1003f,0.01034f,0.003491f,0.1043f,0.009592f,0.00322f,0.1083f,0.008848f,0.00295f,0.1123f,0.008104f,0.002679f,0.1163f,0.00736f,0.002408f,0.1203f,0.006615f,0.002189f,0.1203f,0.006014f,0.002435f,0.1163f,0.006691f,0.002681f,0.1123f,0.007367f,0.002928f,0.1083f,0.008044f,0.003174f,0.1043f,0.00872f,0.00342f,0.1003f,0.009397f,0.0f,0.1003f,0.011f,0.0f,0.1043f,0.01021f,0.0f,0.1083f,0.009416f,0.0f,0.1123f,0.008624f,0.0f,0.1163f,0.007832f,0.0f,0.1203f,0.00704f,0.0f,0.1203f,0.0064f,0.0f,0.1163f,0.00712f,0.0f,0.1123f,0.00784f,0.0f,0.1083f,0.00856f,0.0f,0.1043f,0.00928f,0.0f,0.1003f,0.01f,-0.003762f,0.1003f,0.01034f,-0.003491f,0.1043f,0.009592f,-0.00322f,0.1083f,0.008848f,-0.00295f,0.1123f,0.008104f,-0.002679f,0.1163f,0.00736f,-0.002408f,0.1203f,0.006615f,-0.002189f,0.1203f,0.006014f,-0.002435f,0.1163f,0.006691f,-0.002681f,0.1123f,0.007367f,-0.002928f,0.1083f,0.008044f,-0.003174f,0.1043f,0.00872f,-0.00342f,0.1003f,0.009397f,-0.007071f,0.1003f,0.008426f,-0.006562f,0.1043f,0.00782f,-0.006052f,0.1083f,0.007213f,-0.005543f,0.1123f,0.006606f,-0.005034f,0.1163f,0.0060f,-0.004525f,0.1203f,0.005393f,-0.004114f,0.1203f,0.004903f,-0.004577f,0.1163f,0.005454f,-0.005039f,0.1123f,0.006006f,-0.005502f,0.1083f,0.006557f,-0.005965f,0.1043f,0.007109f,-0.006428f,0.1003f,0.00766f,-0.009526f,0.1003f,0.0055f,-0.00884f,0.1043f,0.005104f,-0.008154f,0.1083f,0.004708f,-0.007469f,0.1123f,0.004312f,-0.006783f,0.1163f,0.003916f,-0.006097f,0.1203f,0.00352f,-0.005543f,0.1203f,0.0032f,-0.006166f,0.1163f,0.00356f,-0.00679f,0.1123f,0.00392f,-0.007413f,0.1083f,0.00428f,-0.008037f,0.1043f,0.00464f,-0.00866f,0.1003f,0.0050f,-0.01083f,0.1003f,0.00191f,-0.01005f,0.1043f,0.001773f,-0.009273f,0.1083f,0.001635f,-0.008493f,0.1123f,0.001498f,-0.007713f,0.1163f,0.00136f,-0.006933f,0.1203f,0.001222f,-0.006303f,0.1203f,0.001111f,-0.007012f,0.1163f,0.001236f,-0.007721f,0.1123f,0.001361f,-0.00843f,0.1083f,0.001486f,-0.009139f,0.1043f,0.001611f,-0.009848f,0.1003f,0.001736f,-0.01083f,0.1003f,-0.00191f,-0.01005f,0.1043f,-0.001773f,-0.009273f,0.1083f,-0.001635f,-0.008493f,0.1123f,-0.001498f,-0.007713f,0.1163f,-0.00136f,-0.006933f,0.1203f,-0.001222f,-0.006303f,0.1203f,-0.001111f,-0.007012f,0.1163f,-0.001236f,-0.007721f,0.1123f,-0.001361f,-0.00843f,0.1083f,-0.001486f,-0.009139f,0.1043f,-0.001611f,-0.009848f,0.1003f,-0.001736f,-0.009526f,0.1003f,-0.0055f,-0.00884f,0.1043f,-0.005104f,-0.008154f,0.1083f,-0.004708f,-0.007469f,0.1123f,-0.004312f}; return value; } private float[] getTube06_COORD_11_62_point_5() { float[] value = {-0.006783f,0.1163f,-0.003916f,-0.006097f,0.1203f,-0.00352f,-0.005543f,0.1203f,-0.0032f,-0.006166f,0.1163f,-0.00356f,-0.00679f,0.1123f,-0.00392f,-0.007413f,0.1083f,-0.00428f,-0.008037f,0.1043f,-0.00464f,-0.00866f,0.1003f,-0.0050f,-0.007071f,0.1003f,-0.008426f,-0.006562f,0.1043f,-0.00782f,-0.006052f,0.1083f,-0.007213f,-0.005543f,0.1123f,-0.006606f,-0.005034f,0.1163f,-0.0060f,-0.004525f,0.1203f,-0.005393f,-0.004114f,0.1203f,-0.004903f,-0.004577f,0.1163f,-0.005454f,-0.005039f,0.1123f,-0.006006f,-0.005502f,0.1083f,-0.006557f,-0.005965f,0.1043f,-0.007109f,-0.006428f,0.1003f,-0.00766f,-0.003762f,0.1003f,-0.01034f,-0.003491f,0.1043f,-0.009592f,-0.00322f,0.1083f,-0.008848f,-0.00295f,0.1123f,-0.008104f,-0.002679f,0.1163f,-0.00736f,-0.002408f,0.1203f,-0.006615f,-0.002189f,0.1203f,-0.006014f,-0.002435f,0.1163f,-0.006691f,-0.002681f,0.1123f,-0.007367f,-0.002928f,0.1083f,-0.008044f,-0.003174f,0.1043f,-0.00872f,-0.00342f,0.1003f,-0.009397f,0.0f,0.1204f,-0.0070f,0.0f,0.1232f,-0.0070f,0.0f,0.126f,-0.0070f,0.0f,0.1288f,-0.0070f,0.0f,0.1316f,-0.0070f,0.0f,0.1344f,-0.0070f,0.0f,0.1344f,-0.0030f,0.0f,0.1316f,-0.0030f,0.0f,0.1288f,-0.0030f,0.0f,0.126f,-0.0030f,0.0f,0.1232f,-0.0030f,0.0f,0.1204f,-0.0030f,0.002394f,0.1204f,-0.006578f,0.002394f,0.1232f,-0.006578f,0.002394f,0.126f,-0.006578f,0.002394f,0.1288f,-0.006578f,0.002394f,0.1316f,-0.006578f,0.002394f,0.1344f,-0.006578f,0.001026f,0.1344f,-0.002819f,0.001026f,0.1316f,-0.002819f,0.001026f,0.1288f,-0.002819f,0.001026f,0.126f,-0.002819f,0.001026f,0.1232f,-0.002819f,0.001026f,0.1204f,-0.002819f,0.0045f,0.1204f,-0.005362f,0.0045f,0.1232f,-0.005362f,0.0045f,0.126f,-0.005362f,0.0045f,0.1288f,-0.005362f,0.0045f,0.1316f,-0.005362f,0.0045f,0.1344f,-0.005362f,0.001928f,0.1344f,-0.002298f,0.001928f,0.1316f,-0.002298f,0.001928f,0.1288f,-0.002298f,0.001928f,0.126f,-0.002298f,0.001928f,0.1232f,-0.002298f,0.001928f,0.1204f,-0.002298f,0.006062f,0.1204f,-0.0035f,0.006062f,0.1232f,-0.0035f,0.006062f,0.126f,-0.0035f,0.006062f,0.1288f,-0.0035f,0.006062f,0.1316f,-0.0035f,0.006062f,0.1344f,-0.0035f,0.002598f,0.1344f,-0.0015f,0.002598f,0.1316f,-0.0015f,0.002598f,0.1288f,-0.0015f,0.002598f,0.126f,-0.0015f,0.002598f,0.1232f,-0.0015f,0.002598f,0.1204f,-0.0015f,0.006894f,0.1204f,-0.001216f,0.006894f,0.1232f,-0.001216f,0.006894f,0.126f,-0.001216f,0.006894f,0.1288f,-0.001216f,0.006894f,0.1316f,-0.001216f,0.006894f,0.1344f,-0.001216f,0.002954f,0.1344f,-5.209E-4f,0.002954f,0.1316f,-5.209E-4f,0.002954f,0.1288f,-5.209E-4f,0.002954f,0.126f,-5.209E-4f,0.002954f,0.1232f,-5.209E-4f,0.002954f,0.1204f,-5.209E-4f,0.006894f,0.1204f,0.001216f,0.006894f,0.1232f,0.001216f,0.006894f,0.126f,0.001216f,0.006894f,0.1288f,0.001216f,0.006894f,0.1316f,0.001216f,0.006894f,0.1344f,0.001216f,0.002954f,0.1344f,5.209E-4f,0.002954f,0.1316f,5.209E-4f}; return value; } private float[] getTube06_COORD_11_62_point_6() { float[] value = {0.002954f,0.1288f,5.209E-4f,0.002954f,0.126f,5.209E-4f,0.002954f,0.1232f,5.209E-4f,0.002954f,0.1204f,5.209E-4f,0.006062f,0.1204f,0.0035f,0.006062f,0.1232f,0.0035f,0.006062f,0.126f,0.0035f,0.006062f,0.1288f,0.0035f,0.006062f,0.1316f,0.0035f,0.006062f,0.1344f,0.0035f,0.002598f,0.1344f,0.0015f,0.002598f,0.1316f,0.0015f,0.002598f,0.1288f,0.0015f,0.002598f,0.126f,0.0015f,0.002598f,0.1232f,0.0015f,0.002598f,0.1204f,0.0015f,0.0045f,0.1204f,0.005362f,0.0045f,0.1232f,0.005362f,0.0045f,0.126f,0.005362f,0.0045f,0.1288f,0.005362f,0.0045f,0.1316f,0.005362f,0.0045f,0.1344f,0.005362f,0.001928f,0.1344f,0.002298f,0.001928f,0.1316f,0.002298f,0.001928f,0.1288f,0.002298f,0.001928f,0.126f,0.002298f,0.001928f,0.1232f,0.002298f,0.001928f,0.1204f,0.002298f,0.002394f,0.1204f,0.006578f,0.002394f,0.1232f,0.006578f,0.002394f,0.126f,0.006578f,0.002394f,0.1288f,0.006578f,0.002394f,0.1316f,0.006578f,0.002394f,0.1344f,0.006578f,0.001026f,0.1344f,0.002819f,0.001026f,0.1316f,0.002819f,0.001026f,0.1288f,0.002819f,0.001026f,0.126f,0.002819f,0.001026f,0.1232f,0.002819f,0.001026f,0.1204f,0.002819f,0.0f,0.1204f,0.0070f,0.0f,0.1232f,0.0070f,0.0f,0.126f,0.0070f,0.0f,0.1288f,0.0070f,0.0f,0.1316f,0.0070f,0.0f,0.1344f,0.0070f,0.0f,0.1344f,0.0030f,0.0f,0.1316f,0.0030f,0.0f,0.1288f,0.0030f,0.0f,0.126f,0.0030f,0.0f,0.1232f,0.0030f,0.0f,0.1204f,0.0030f,-0.002394f,0.1204f,0.006578f,-0.002394f,0.1232f,0.006578f,-0.002394f,0.126f,0.006578f,-0.002394f,0.1288f,0.006578f,-0.002394f,0.1316f,0.006578f,-0.002394f,0.1344f,0.006578f,-0.001026f,0.1344f,0.002819f,-0.001026f,0.1316f,0.002819f,-0.001026f,0.1288f,0.002819f,-0.001026f,0.126f,0.002819f,-0.001026f,0.1232f,0.002819f,-0.001026f,0.1204f,0.002819f,-0.0045f,0.1204f,0.005362f,-0.0045f,0.1232f,0.005362f,-0.0045f,0.126f,0.005362f,-0.0045f,0.1288f,0.005362f,-0.0045f,0.1316f,0.005362f,-0.0045f,0.1344f,0.005362f,-0.001928f,0.1344f,0.002298f,-0.001928f,0.1316f,0.002298f,-0.001928f,0.1288f,0.002298f,-0.001928f,0.126f,0.002298f,-0.001928f,0.1232f,0.002298f,-0.001928f,0.1204f,0.002298f,-0.006062f,0.1204f,0.0035f,-0.006062f,0.1232f,0.0035f,-0.006062f,0.126f,0.0035f,-0.006062f,0.1288f,0.0035f,-0.006062f,0.1316f,0.0035f,-0.006062f,0.1344f,0.0035f,-0.002598f,0.1344f,0.0015f,-0.002598f,0.1316f,0.0015f,-0.002598f,0.1288f,0.0015f,-0.002598f,0.126f,0.0015f,-0.002598f,0.1232f,0.0015f,-0.002598f,0.1204f,0.0015f,-0.006894f,0.1204f,0.001216f,-0.006894f,0.1232f,0.001216f,-0.006894f,0.126f,0.001216f,-0.006894f,0.1288f,0.001216f,-0.006894f,0.1316f,0.001216f,-0.006894f,0.1344f,0.001216f,-0.002954f,0.1344f,5.209E-4f,-0.002954f,0.1316f,5.209E-4f,-0.002954f,0.1288f,5.209E-4f,-0.002954f,0.126f,5.209E-4f,-0.002954f,0.1232f,5.209E-4f,-0.002954f,0.1204f,5.209E-4f}; return value; } private float[] getTube06_COORD_11_62_point_7() { float[] value = {-0.006894f,0.1204f,-0.001216f,-0.006894f,0.1232f,-0.001216f,-0.006894f,0.126f,-0.001216f,-0.006894f,0.1288f,-0.001216f,-0.006894f,0.1316f,-0.001216f,-0.006894f,0.1344f,-0.001216f,-0.002954f,0.1344f,-5.209E-4f,-0.002954f,0.1316f,-5.209E-4f,-0.002954f,0.1288f,-5.209E-4f,-0.002954f,0.126f,-5.209E-4f,-0.002954f,0.1232f,-5.209E-4f,-0.002954f,0.1204f,-5.209E-4f,-0.006062f,0.1204f,-0.0035f,-0.006062f,0.1232f,-0.0035f,-0.006062f,0.126f,-0.0035f,-0.006062f,0.1288f,-0.0035f,-0.006062f,0.1316f,-0.0035f,-0.006062f,0.1344f,-0.0035f,-0.002598f,0.1344f,-0.0015f,-0.002598f,0.1316f,-0.0015f,-0.002598f,0.1288f,-0.0015f,-0.002598f,0.126f,-0.0015f,-0.002598f,0.1232f,-0.0015f,-0.002598f,0.1204f,-0.0015f,-0.0045f,0.1204f,-0.005362f,-0.0045f,0.1232f,-0.005362f,-0.0045f,0.126f,-0.005362f,-0.0045f,0.1288f,-0.005362f,-0.0045f,0.1316f,-0.005362f,-0.0045f,0.1344f,-0.005362f,-0.001928f,0.1344f,-0.002298f,-0.001928f,0.1316f,-0.002298f,-0.001928f,0.1288f,-0.002298f,-0.001928f,0.126f,-0.002298f,-0.001928f,0.1232f,-0.002298f,-0.001928f,0.1204f,-0.002298f,-0.002394f,0.1204f,-0.006578f,-0.002394f,0.1232f,-0.006578f,-0.002394f,0.126f,-0.006578f,-0.002394f,0.1288f,-0.006578f,-0.002394f,0.1316f,-0.006578f,-0.002394f,0.1344f,-0.006578f,-0.001026f,0.1344f,-0.002819f,-0.001026f,0.1316f,-0.002819f,-0.001026f,0.1288f,-0.002819f,-0.001026f,0.126f,-0.002819f,-0.001026f,0.1232f,-0.002819f,-0.001026f,0.1204f,-0.002819f,0.013f,0.0f,0.0f,0.01222f,0.0f,-0.004446f,0.009959f,0.0f,-0.008356f,0.0065f,0.0f,-0.01126f,0.002257f,0.0f,-0.0128f,-0.002257f,0.0f,-0.0128f,-0.0065f,0.0f,-0.01126f,-0.009959f,0.0f,-0.008356f,-0.01222f,0.0f,-0.004446f,-0.013f,0.0f,0.0f,-0.01222f,0.0f,0.004446f,-0.009959f,0.0f,0.008356f,-0.0065f,0.0f,0.01126f,-0.002257f,0.0f,0.0128f,0.002257f,0.0f,0.0128f,0.0065f,0.0f,0.01126f,0.009959f,0.0f,0.008356f,0.01222f,0.0f,0.004446f,0.013f,0.0010f,0.0f,0.01222f,0.0010f,-0.004446f,0.009959f,0.0010f,-0.008356f,0.0065f,0.0010f,-0.01126f,0.002257f,0.0010f,-0.0128f,-0.002257f,0.0010f,-0.0128f,-0.0065f,0.0010f,-0.01126f,-0.009959f,0.0010f,-0.008356f,-0.01222f,0.0010f,-0.004446f,-0.013f,0.0010f,0.0f,-0.01222f,0.0010f,0.004446f,-0.009959f,0.0010f,0.008356f,-0.0065f,0.0010f,0.01126f,-0.002257f,0.0010f,0.0128f,0.002257f,0.0010f,0.0128f,0.0065f,0.0010f,0.01126f,0.009959f,0.0010f,0.008356f,0.01222f,0.0010f,0.004446f,0.013f,0.0020f,0.0f,0.01222f,0.0020f,-0.004446f,0.009959f,0.0020f,-0.008356f,0.0065f,0.0020f,-0.01126f,0.002257f,0.0020f,-0.0128f,-0.002257f,0.0020f,-0.0128f,-0.0065f,0.0020f,-0.01126f,-0.009959f,0.0020f,-0.008356f,-0.01222f,0.0020f,-0.004446f,-0.013f,0.0020f,0.0f,-0.01222f,0.0020f,0.004446f,-0.009959f,0.0020f,0.008356f,-0.0065f,0.0020f,0.01126f,-0.002257f,0.0020f,0.0128f,0.002257f,0.0020f,0.0128f,0.0065f,0.0020f,0.01126f}; return value; } private float[] getTube06_COORD_11_62_point_8() { float[] value = {0.009959f,0.0020f,0.008356f,0.01222f,0.0020f,0.004446f,0.013f,0.0030f,0.0f,0.01222f,0.0030f,-0.004446f,0.009959f,0.0030f,-0.008356f,0.0065f,0.0030f,-0.01126f,0.002257f,0.0030f,-0.0128f,-0.002257f,0.0030f,-0.0128f,-0.0065f,0.0030f,-0.01126f,-0.009959f,0.0030f,-0.008356f,-0.01222f,0.0030f,-0.004446f,-0.013f,0.0030f,0.0f,-0.01222f,0.0030f,0.004446f,-0.009959f,0.0030f,0.008356f,-0.0065f,0.0030f,0.01126f,-0.002257f,0.0030f,0.0128f,0.002257f,0.0030f,0.0128f,0.0065f,0.0030f,0.01126f,0.009959f,0.0030f,0.008356f,0.01222f,0.0030f,0.004446f,0.013f,0.0040f,0.0f,0.01222f,0.0040f,-0.004446f,0.009959f,0.0040f,-0.008356f,0.0065f,0.0040f,-0.01126f,0.002257f,0.0040f,-0.0128f,-0.002257f,0.0040f,-0.0128f,-0.0065f,0.0040f,-0.01126f,-0.009959f,0.0040f,-0.008356f,-0.01222f,0.0040f,-0.004446f,-0.013f,0.0040f,0.0f,-0.01222f,0.0040f,0.004446f,-0.009959f,0.0040f,0.008356f,-0.0065f,0.0040f,0.01126f,-0.002257f,0.0040f,0.0128f,0.002257f,0.0040f,0.0128f,0.0065f,0.0040f,0.01126f,0.009959f,0.0040f,0.008356f,0.01222f,0.0040f,0.004446f,0.013f,0.0050f,0.0f,0.01222f,0.0050f,-0.004446f,0.009959f,0.0050f,-0.008356f,0.0065f,0.0050f,-0.01126f,0.002257f,0.0050f,-0.0128f,-0.002257f,0.0050f,-0.0128f,-0.0065f,0.0050f,-0.01126f,-0.009959f,0.0050f,-0.008356f,-0.01222f,0.0050f,-0.004446f,-0.013f,0.0050f,0.0f,-0.01222f,0.0050f,0.004446f,-0.009959f,0.0050f,0.008356f,-0.0065f,0.0050f,0.01126f,-0.002257f,0.0050f,0.0128f,0.002257f,0.0050f,0.0128f,0.0065f,0.0050f,0.01126f,0.009959f,0.0050f,0.008356f,0.01222f,0.0050f,0.004446f}; return value; } /** Define subarrays using type int[] */ private int[] getCylinder11_FACES_10_68_coordIndex_1() { int[] value = {0,2,1,-1,0,3,2,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,0,9,8,-1,0,10,9,-1,0,11,10,-1,0,12,11,-1,0,13,12,-1,0,14,13,-1,0,15,14,-1,0,16,15,-1,0,17,16,-1,0,18,17,-1,0,1,18,-1,1,20,19,-1,1,2,20,-1,2,21,20,-1,2,3,21,-1,3,22,21,-1,3,4,22,-1,4,23,22,-1,4,5,23,-1,5,24,23,-1,5,6,24,-1,6,25,24,-1,6,7,25,-1,7,26,25,-1,7,8,26,-1,8,27,26,-1,8,9,27,-1,9,28,27,-1,9,10,28,-1,10,29,28,-1,10,11,29,-1,11,30,29,-1,11,12,30,-1,12,31,30,-1,12,13,31,-1,13,32,31,-1,13,14,32,-1,14,33,32,-1,14,15,33,-1,15,34,33,-1,15,16,34,-1,16,35,34,-1,16,17,35,-1,17,36,35,-1,17,18,36,-1,18,19,36,-1,18,1,19,-1,19,38,37,-1,19,20,38,-1,20,39,38,-1,20,21,39,-1,21,40,39,-1,21,22,40,-1,22,41,40,-1,22,23,41,-1,23,42,41,-1,23,24,42,-1,24,43,42,-1,24,25,43,-1,25,44,43,-1,25,26,44,-1,26,45,44,-1,26,27,45,-1,27,46,45,-1,27,28,46,-1,28,47,46,-1,28,29,47,-1,29,48,47,-1,29,30,48,-1,30,49,48,-1,30,31,49,-1,31,50,49,-1,31,32,50,-1,32,51,50,-1,32,33,51,-1,33,52,51,-1,33,34,52,-1,34,53,52,-1,34,35,53,-1,35,54,53,-1,35,36,54,-1,36,37,54,-1,36,19,37,-1,37,56,55,-1,37,38,56,-1,38,57,56,-1,38,39,57,-1,39,58,57,-1,39,40,58,-1,40,59,58,-1,40,41,59,-1,41,60,59,-1,41,42,60,-1,42,61,60,-1,42,43,61,-1,43,62,61,-1,43,44,62,-1,44,63,62,-1,44,45,63,-1,45,64,63,-1,45,46,64,-1,46,65,64,-1,46,47,65,-1,47,66,65,-1,47,48,66,-1,48,67,66,-1,48,49,67,-1,49,68,67,-1,49,50,68,-1,50,69,68,-1,50,51,69,-1,51,70,69,-1,51,52,70,-1,52,71,70,-1,52,53,71,-1,53,72,71,-1,53,54,72,-1,54,55,72,-1,54,37,55,-1,55,74,73,-1,55,56,74,-1,56,75,74,-1,56,57,75,-1,57,76,75,-1,57,58,76,-1,58,77,76,-1,58,59,77,-1,59,78,77,-1,59,60,78,-1,60,79,78,-1,60,61,79,-1,61,80,79,-1,61,62,80,-1,62,81,80,-1,62,63,81,-1,63,82,81,-1,63,64,82,-1,64,83,82,-1,64,65,83,-1,65,84,83,-1,65,66,84,-1,66,85,84,-1,66,67,85,-1,67,86,85,-1,67,68,86,-1,68,87,86,-1,68,69,87,-1,69,88,87,-1,69,70,88,-1,70,89,88,-1,70,71,89,-1,71,90,89,-1,71,72,90,-1,72,73,90,-1,72,55,73,-1,73,92,91,-1,73,74,92,-1,74,93,92,-1,74,75,93,-1,75,94,93,-1,75,76,94,-1,76,95,94,-1,76,77,95,-1,77,96,95,-1,77,78,96,-1,78,97,96,-1,78,79,97,-1,79,98,97,-1,79,80,98,-1,80,99,98,-1,80,81,99,-1,81,100,99,-1,81,82,100,-1,82,101,100,-1,82,83,101,-1,83,102,101,-1,83,84,102,-1,84,103,102,-1,84,85,103,-1,85,104,103,-1,85,86,104,-1,86,105,104,-1,86,87,105,-1,87,106,105,-1,87,88,106,-1,88,107,106,-1,88,89,107,-1,89,108,107,-1,89,90,108,-1,90,91,108,-1,90,73,91,-1,109,91,92,-1,109,92,93,-1,109,93,94,-1,109,94,95,-1,109,95,96,-1,109,96,97,-1,109,97,98,-1,109,98,99,-1,109,99,100,-1,109,100,101,-1,109,101,102,-1,109,102,103,-1,109,103,104,-1,109,104,105,-1,109,105,106,-1,109,106,107,-1,109,107,108,-1,109,108,91,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCylinder11_COORD_11_68_point_1() { float[] value = {0.0f,0.0f,0.0f,0.0070f,0.0f,0.0f,0.006578f,0.0f,-0.002394f,0.005362f,0.0f,-0.0045f,0.0035f,0.0f,-0.006062f,0.001216f,0.0f,-0.006894f,-0.001216f,0.0f,-0.006894f,-0.0035f,0.0f,-0.006062f,-0.005362f,0.0f,-0.0045f,-0.006578f,0.0f,-0.002394f,-0.0070f,0.0f,0.0f,-0.006578f,0.0f,0.002394f,-0.005362f,0.0f,0.0045f,-0.0035f,0.0f,0.006062f,-0.001216f,0.0f,0.006894f,0.001216f,0.0f,0.006894f,0.0035f,0.0f,0.006062f,0.005362f,0.0f,0.0045f,0.006578f,0.0f,0.002394f,0.006677f,0.01f,0.0f,0.006274f,0.01f,-0.002284f,0.005115f,0.01f,-0.004292f,0.003338f,0.01f,-0.005782f,0.001159f,0.01f,-0.006575f,-0.001159f,0.01f,-0.006575f,-0.003338f,0.01f,-0.005782f,-0.005115f,0.01f,-0.004292f,-0.006274f,0.01f,-0.002284f,-0.006677f,0.01f,0.0f,-0.006274f,0.01f,0.002284f,-0.005115f,0.01f,0.004292f,-0.003338f,0.01f,0.005782f,-0.001159f,0.01f,0.006575f,0.001159f,0.01f,0.006575f,0.003338f,0.01f,0.005782f,0.005115f,0.01f,0.004292f,0.006274f,0.01f,0.002284f,0.00593f,0.02f,0.0f,0.005572f,0.02f,-0.002028f,0.004543f,0.02f,-0.003812f,0.002965f,0.02f,-0.005136f,0.00103f,0.02f,-0.00584f,-0.00103f,0.02f,-0.00584f,-0.002965f,0.02f,-0.005136f,-0.004543f,0.02f,-0.003812f,-0.005572f,0.02f,-0.002028f,-0.00593f,0.02f,0.0f,-0.005572f,0.02f,0.002028f,-0.004543f,0.02f,0.003812f,-0.002965f,0.02f,0.005136f,-0.00103f,0.02f,0.00584f,0.00103f,0.02f,0.00584f,0.002965f,0.02f,0.005136f,0.004543f,0.02f,0.003812f,0.005572f,0.02f,0.002028f,0.004761f,0.03f,0.0f,0.004474f,0.03f,-0.001628f,0.003647f,0.03f,-0.00306f,0.00238f,0.03f,-0.004123f,8.267E-4f,0.03f,-0.004688f,-8.267E-4f,0.03f,-0.004688f,-0.00238f,0.03f,-0.004123f,-0.003647f,0.03f,-0.00306f,-0.004474f,0.03f,-0.001628f,-0.004761f,0.03f,0.0f,-0.004474f,0.03f,0.001628f,-0.003647f,0.03f,0.00306f,-0.00238f,0.03f,0.004123f,-8.267E-4f,0.03f,0.004688f,8.267E-4f,0.03f,0.004688f,0.00238f,0.03f,0.004123f,0.003647f,0.03f,0.00306f,0.004474f,0.03f,0.001628f,0.003168f,0.04f,0.0f,0.002977f,0.04f,-0.001084f,0.002427f,0.04f,-0.002037f,0.001584f,0.04f,-0.002744f,5.502E-4f,0.04f,-0.00312f,-5.502E-4f,0.04f,-0.00312f,-0.001584f,0.04f,-0.002744f,-0.002427f,0.04f,-0.002037f,-0.002977f,0.04f,-0.001084f,-0.003168f,0.04f,0.0f,-0.002977f,0.04f,0.001084f,-0.002427f,0.04f,0.002037f,-0.001584f,0.04f,0.002744f,-5.502E-4f,0.04f,0.00312f,5.502E-4f,0.04f,0.00312f,0.001584f,0.04f,0.002744f,0.002427f,0.04f,0.002037f,0.002977f,0.04f,0.001084f,0.001153f,0.05f,0.0f,0.001083f,0.05f,-3.943E-4f,8.832E-4f,0.05f,-7.411E-4f,5.765E-4f,0.05f,-9.984E-4f,2.002E-4f,0.05f,-0.001135f,-2.002E-4f,0.05f,-0.001135f,-5.765E-4f,0.05f,-9.984E-4f,-8.832E-4f,0.05f,-7.411E-4f,-0.001083f,0.05f,-3.943E-4f}; return value; } private float[] getCylinder11_COORD_11_68_point_2() { float[] value = {-0.001153f,0.05f,0.0f,-0.001083f,0.05f,3.943E-4f,-8.832E-4f,0.05f,7.411E-4f,-5.765E-4f,0.05f,9.984E-4f,-2.002E-4f,0.05f,0.001135f,2.002E-4f,0.05f,0.001135f,5.765E-4f,0.05f,9.984E-4f,8.832E-4f,0.05f,7.411E-4f,0.001083f,0.05f,3.943E-4f,0.0f,0.05f,0.0f}; return value; } /** Define subarrays using type int[] */ private int[] getbottomBofyBase_FACES_9_75_coordIndex_1() { int[] value = {0,1,49,-1,49,48,0,-1,1,2,50,-1,50,49,1,-1,2,3,51,-1,51,50,2,-1,3,4,52,-1,52,51,3,-1,4,5,53,-1,53,52,4,-1,5,6,54,-1,54,53,5,-1,6,7,55,-1,55,54,6,-1,7,8,56,-1,56,55,7,-1,8,9,57,-1,57,56,8,-1,9,10,58,-1,58,57,9,-1,10,11,59,-1,59,58,10,-1,11,12,60,-1,60,59,11,-1,12,13,61,-1,61,60,12,-1,13,14,62,-1,62,61,13,-1,14,15,63,-1,63,62,14,-1,15,16,64,-1,64,63,15,-1,16,17,65,-1,65,64,16,-1,17,18,66,-1,66,65,17,-1,18,19,67,-1,67,66,18,-1,19,20,68,-1,68,67,19,-1,20,21,69,-1,69,68,20,-1,21,22,70,-1,70,69,21,-1,22,23,71,-1,71,70,22,-1,23,24,72,-1,72,71,23,-1,24,25,73,-1,73,72,24,-1,25,26,74,-1,74,73,25,-1,26,27,75,-1,75,74,26,-1,27,28,76,-1,76,75,27,-1,28,29,77,-1,77,76,28,-1,29,30,78,-1,78,77,29,-1,30,31,79,-1,79,78,30,-1,31,32,80,-1,80,79,31,-1,32,33,81,-1,81,80,32,-1,33,34,82,-1,82,81,33,-1,34,35,83,-1,83,82,34,-1,35,36,84,-1,84,83,35,-1,36,37,85,-1,85,84,36,-1,37,38,86,-1,86,85,37,-1,38,39,87,-1,87,86,38,-1,39,40,88,-1,88,87,39,-1,40,41,89,-1,89,88,40,-1,41,42,90,-1,90,89,41,-1,42,43,91,-1,91,90,42,-1,43,44,92,-1,92,91,43,-1,44,45,93,-1,93,92,44,-1,45,46,94,-1,94,93,45,-1,46,47,95,-1,95,94,46,-1,47,0,48,-1,48,95,47,-1,48,49,97,-1,97,96,48,-1,49,50,98,-1,98,97,49,-1,50,51,99,-1,99,98,50,-1,51,52,100,-1,100,99,51,-1,52,53,101,-1,101,100,52,-1,53,54,102,-1,102,101,53,-1,54,55,103,-1,103,102,54,-1,55,56,104,-1,104,103,55,-1,56,57,105,-1,105,104,56,-1,57,58,106,-1,106,105,57,-1,58,59,107,-1,107,106,58,-1,59,60,108,-1,108,107,59,-1,60,61,109,-1,109,108,60,-1,61,62,110,-1,110,109,61,-1,62,63,111,-1,111,110,62,-1,63,64,112,-1,112,111,63,-1,64,65,113,-1,113,112,64,-1,65,66,114,-1,114,113,65,-1,66,67,115,-1,115,114,66,-1,67,68,116,-1,116,115,67,-1,68,69,117,-1,117,116,68,-1,69,70,118,-1,118,117,69,-1,70,71,119,-1,119,118,70,-1,71,72,120,-1,120,119,71,-1,72,73,121,-1,121,120,72,-1,73,74,122,-1,122,121,73,-1,74,75,123,-1,123,122,74,-1,75,76,124,-1,124,123,75,-1,76,77,125,-1,125,124,76,-1,77,78,126,-1,126,125,77,-1,78,79,127,-1,127,126,78,-1,79,80,128,-1,128,127,79,-1,80,81,129,-1,129,128,80,-1,81,82,130,-1,130,129,81,-1,82,83,131,-1,131,130,82,-1,83,84,132,-1,132,131,83,-1,84,85,133,-1,133,132,84,-1,85,86,134,-1,134,133,85,-1,86,87,135,-1,135,134,86,-1,87,88,136,-1,136,135,87,-1,88,89,137,-1,137,136,88,-1,89,90,138,-1,138,137,89,-1,90,91,139,-1,139,138,90,-1,91,92,140,-1,140,139,91,-1,92,93,141,-1,141,140,92,-1,93,94,142,-1,142,141,93,-1,94,95,143,-1,143,142,94,-1,95,48,96,-1,96,143,95,-1,96,97,145,-1,145,144,96,-1,97,98,146,-1,146,145,97,-1,98,99,147,-1,147,146,98,-1,99,100,148,-1,148,147,99,-1,100,101,149,-1,149,148,100,-1,101,102,150,-1,150,149,101,-1,102,103,151,-1,151,150,102,-1,103,104,152,-1,152,151,103,-1,104,105,153,-1,153,152,104,-1,105,106,154,-1,154,153,105,-1,106,107,155,-1,155,154,106,-1,107,108,156,-1,156,155,107,-1,108,109,157,-1,157,156,108,-1,109,110,158,-1,158,157,109,-1,110,111,159,-1,159,158,110,-1,111,112,160,-1,160,159,111,-1,112,113,161,-1,161,160,112,-1,113,114,162,-1,162,161,113,-1,114,115,163,-1,163,162,114,-1,115,116,164,-1,164,163,115,-1,116,117,165,-1,165,164,116,-1,117,118,166,-1,166,165,117,-1,118,119,167,-1,167,166,118,-1,119,120,168,-1,168,167,119,-1,120,121,169,-1,169,168,120,-1,121,122,170,-1,170,169,121,-1,122,123,171,-1,171,170,122,-1,123,124,172,-1,172,171,123,-1,124,125,173,-1,173,172,124,-1}; return value; } private int[] getbottomBofyBase_FACES_9_75_coordIndex_2() { int[] value = {125,126,174,-1,174,173,125,-1,126,127,175,-1,175,174,126,-1,127,128,176,-1,176,175,127,-1,128,129,177,-1,177,176,128,-1,129,130,178,-1,178,177,129,-1,130,131,179,-1,179,178,130,-1,131,132,180,-1,180,179,131,-1,132,133,181,-1,181,180,132,-1,133,134,182,-1,182,181,133,-1,134,135,183,-1,183,182,134,-1,135,136,184,-1,184,183,135,-1,136,137,185,-1,185,184,136,-1,137,138,186,-1,186,185,137,-1,138,139,187,-1,187,186,138,-1,139,140,188,-1,188,187,139,-1,140,141,189,-1,189,188,140,-1,141,142,190,-1,190,189,141,-1,142,143,191,-1,191,190,142,-1,143,96,144,-1,144,191,143,-1,144,145,193,-1,193,192,144,-1,145,146,194,-1,194,193,145,-1,146,147,195,-1,195,194,146,-1,147,148,196,-1,196,195,147,-1,148,149,197,-1,197,196,148,-1,149,150,198,-1,198,197,149,-1,150,151,199,-1,199,198,150,-1,151,152,200,-1,200,199,151,-1,152,153,201,-1,201,200,152,-1,153,154,202,-1,202,201,153,-1,154,155,203,-1,203,202,154,-1,155,156,204,-1,204,203,155,-1,156,157,205,-1,205,204,156,-1,157,158,206,-1,206,205,157,-1,158,159,207,-1,207,206,158,-1,159,160,208,-1,208,207,159,-1,160,161,209,-1,209,208,160,-1,161,162,210,-1,210,209,161,-1,162,163,211,-1,211,210,162,-1,163,164,212,-1,212,211,163,-1,164,165,213,-1,213,212,164,-1,165,166,214,-1,214,213,165,-1,166,167,215,-1,215,214,166,-1,167,168,216,-1,216,215,167,-1,168,169,217,-1,217,216,168,-1,169,170,218,-1,218,217,169,-1,170,171,219,-1,219,218,170,-1,171,172,220,-1,220,219,171,-1,172,173,221,-1,221,220,172,-1,173,174,222,-1,222,221,173,-1,174,175,223,-1,223,222,174,-1,175,176,224,-1,224,223,175,-1,176,177,225,-1,225,224,176,-1,177,178,226,-1,226,225,177,-1,178,179,227,-1,227,226,178,-1,179,180,228,-1,228,227,179,-1,180,181,229,-1,229,228,180,-1,181,182,230,-1,230,229,181,-1,182,183,231,-1,231,230,182,-1,183,184,232,-1,232,231,183,-1,184,185,233,-1,233,232,184,-1,185,186,234,-1,234,233,185,-1,186,187,235,-1,235,234,186,-1,187,188,236,-1,236,235,187,-1,188,189,237,-1,237,236,188,-1,189,190,238,-1,238,237,189,-1,190,191,239,-1,239,238,190,-1,191,144,192,-1,192,239,191,-1,192,193,241,-1,241,240,192,-1,193,194,242,-1,242,241,193,-1,194,195,243,-1,243,242,194,-1,195,196,244,-1,244,243,195,-1,196,197,245,-1,245,244,196,-1,197,198,246,-1,246,245,197,-1,198,199,247,-1,247,246,198,-1,199,200,248,-1,248,247,199,-1,200,201,249,-1,249,248,200,-1,201,202,250,-1,250,249,201,-1,202,203,251,-1,251,250,202,-1,203,204,252,-1,252,251,203,-1,204,205,253,-1,253,252,204,-1,205,206,254,-1,254,253,205,-1,206,207,255,-1,255,254,206,-1,207,208,256,-1,256,255,207,-1,208,209,257,-1,257,256,208,-1,209,210,258,-1,258,257,209,-1,210,211,259,-1,259,258,210,-1,211,212,260,-1,260,259,211,-1,212,213,261,-1,261,260,212,-1,213,214,262,-1,262,261,213,-1,214,215,263,-1,263,262,214,-1,215,216,264,-1,264,263,215,-1,216,217,265,-1,265,264,216,-1,217,218,266,-1,266,265,217,-1,218,219,267,-1,267,266,218,-1,219,220,268,-1,268,267,219,-1,220,221,269,-1,269,268,220,-1,221,222,270,-1,270,269,221,-1,222,223,271,-1,271,270,222,-1,223,224,272,-1,272,271,223,-1,224,225,273,-1,273,272,224,-1,225,226,274,-1,274,273,225,-1,226,227,275,-1,275,274,226,-1,227,228,276,-1,276,275,227,-1,228,229,277,-1,277,276,228,-1,229,230,278,-1,278,277,229,-1,230,231,279,-1,279,278,230,-1,231,232,280,-1,280,279,231,-1,232,233,281,-1,281,280,232,-1,233,234,282,-1,282,281,233,-1,234,235,283,-1,283,282,234,-1,235,236,284,-1,284,283,235,-1,236,237,285,-1,285,284,236,-1,237,238,286,-1,286,285,237,-1,238,239,287,-1,287,286,238,-1,239,192,240,-1,240,287,239,-1,240,241,289,-1,289,288,240,-1,241,242,290,-1,290,289,241,-1,242,243,291,-1,291,290,242,-1,243,244,292,-1,292,291,243,-1,244,245,293,-1,293,292,244,-1,245,246,294,-1,294,293,245,-1,246,247,295,-1,295,294,246,-1,247,248,296,-1,296,295,247,-1,248,249,297,-1,297,296,248,-1,249,250,298,-1,298,297,249,-1}; return value; } private int[] getbottomBofyBase_FACES_9_75_coordIndex_3() { int[] value = {250,251,299,-1,299,298,250,-1,251,252,300,-1,300,299,251,-1,252,253,301,-1,301,300,252,-1,253,254,302,-1,302,301,253,-1,254,255,303,-1,303,302,254,-1,255,256,304,-1,304,303,255,-1,256,257,305,-1,305,304,256,-1,257,258,306,-1,306,305,257,-1,258,259,307,-1,307,306,258,-1,259,260,308,-1,308,307,259,-1,260,261,309,-1,309,308,260,-1,261,262,310,-1,310,309,261,-1,262,263,311,-1,311,310,262,-1,263,264,312,-1,312,311,263,-1,264,265,313,-1,313,312,264,-1,265,266,314,-1,314,313,265,-1,266,267,315,-1,315,314,266,-1,267,268,316,-1,316,315,267,-1,268,269,317,-1,317,316,268,-1,269,270,318,-1,318,317,269,-1,270,271,319,-1,319,318,270,-1,271,272,320,-1,320,319,271,-1,272,273,321,-1,321,320,272,-1,273,274,322,-1,322,321,273,-1,274,275,323,-1,323,322,274,-1,275,276,324,-1,324,323,275,-1,276,277,325,-1,325,324,276,-1,277,278,326,-1,326,325,277,-1,278,279,327,-1,327,326,278,-1,279,280,328,-1,328,327,279,-1,280,281,329,-1,329,328,280,-1,281,282,330,-1,330,329,281,-1,282,283,331,-1,331,330,282,-1,283,284,332,-1,332,331,283,-1,284,285,333,-1,333,332,284,-1,285,286,334,-1,334,333,285,-1,286,287,335,-1,335,334,286,-1,287,240,288,-1,288,335,287,-1,41,43,42,-1,29,31,30,-1,35,37,36,-1,23,25,24,-1,47,1,0,-1,5,7,6,-1,28,31,29,-1,47,2,1,-1,23,26,25,-1,4,7,5,-1,27,31,28,-1,47,3,2,-1,23,27,26,-1,23,31,27,-1,22,31,23,-1,22,32,31,-1,21,32,22,-1,21,33,32,-1,20,33,21,-1,20,34,33,-1,19,34,20,-1,18,34,19,-1,18,35,34,-1,18,37,35,-1,17,37,18,-1,17,38,37,-1,16,38,17,-1,16,39,38,-1,15,39,16,-1,15,40,39,-1,14,40,15,-1,13,40,14,-1,13,41,40,-1,12,41,13,-1,12,43,41,-1,12,44,43,-1,11,44,12,-1,10,44,11,-1,10,45,44,-1,9,45,10,-1,9,46,45,-1,8,46,9,-1,8,47,46,-1,7,47,8,-1,7,3,47,-1,4,3,7,-1,329,330,331,-1,317,318,319,-1,323,324,325,-1,311,312,313,-1,335,288,289,-1,293,294,295,-1,316,317,319,-1,335,289,290,-1,311,313,314,-1,292,293,295,-1,315,316,319,-1,335,290,291,-1,311,314,315,-1,311,315,319,-1,310,311,319,-1,310,319,320,-1,309,310,320,-1,309,320,321,-1,308,309,321,-1,308,321,322,-1,307,308,322,-1,306,307,322,-1,306,322,323,-1,306,323,325,-1,305,306,325,-1,305,325,326,-1,304,305,326,-1,304,326,327,-1,303,304,327,-1,303,327,328,-1,302,303,328,-1,301,302,328,-1,301,328,329,-1,300,301,329,-1,300,329,331,-1,300,331,332,-1,299,300,332,-1,298,299,332,-1,298,332,333,-1,297,298,333,-1,297,333,334,-1,296,297,334,-1,296,334,335,-1,295,296,335,-1,295,335,291,-1,292,295,291,-1}; return value; } /** Define subarrays using type float[] */ private float[] getbottomBofyBase_COORD_10_75_point_1() { float[] value = {-0.06696f,1.146f,0.1154f,-0.06579f,1.146f,0.1154f,-0.0646f,1.146f,0.1154f,-0.06341f,1.146f,0.1154f,-0.06221f,1.146f,0.1154f,-0.061f,1.146f,0.1154f,-0.05977f,1.146f,0.1154f,-0.05977f,1.14f,0.1154f,-0.05977f,1.134f,0.1154f,-0.05977f,1.128f,0.1154f,-0.05977f,1.122f,0.1154f,-0.05977f,1.116f,0.1154f,-0.05977f,1.11f,0.1154f,-0.04182f,1.11f,0.1154f,-0.02268f,1.11f,0.1154f,-0.002945f,1.11f,0.1154f,0.01679f,1.11f,0.1154f,0.03592f,1.11f,0.1154f,0.05385f,1.11f,0.1154f,0.05385f,1.117f,0.1154f,0.05385f,1.124f,0.1154f,0.05385f,1.13f,0.1154f,0.05385f,1.137f,0.1154f,0.05385f,1.144f,0.1154f,0.05385f,1.15f,0.1154f,0.05507f,1.15f,0.1154f,0.05628f,1.15f,0.1154f,0.05748f,1.15f,0.1154f,0.05867f,1.15f,0.1154f,0.05985f,1.15f,0.1154f,0.06102f,1.15f,0.1154f,0.06102f,1.142f,0.1154f,0.06102f,1.134f,0.1154f,0.06102f,1.125f,0.1154f,0.06102f,1.117f,0.1154f,0.06102f,1.109f,0.1154f,0.06102f,1.1f,0.1154f,0.04119f,1.1f,0.1154f,0.01957f,1.1f,0.1154f,-0.002945f,1.1f,0.1154f,-0.02546f,1.1f,0.1154f,-0.0471f,1.1f,0.1154f,-0.06696f,1.1f,0.1154f,-0.06696f,1.108f,0.1154f,-0.06696f,1.116f,0.1154f,-0.06696f,1.124f,0.1154f,-0.06696f,1.132f,0.1154f,-0.06696f,1.139f,0.1154f,-0.06696f,1.146f,0.09338f,-0.06579f,1.146f,0.09338f,-0.0646f,1.146f,0.09338f,-0.06341f,1.146f,0.09338f,-0.06221f,1.146f,0.09338f,-0.061f,1.146f,0.09338f,-0.05977f,1.146f,0.09338f,-0.05977f,1.14f,0.09338f,-0.05977f,1.134f,0.09338f,-0.05977f,1.128f,0.09338f,-0.05977f,1.122f,0.09338f,-0.05977f,1.116f,0.09338f,-0.05977f,1.11f,0.09338f,-0.04182f,1.11f,0.09338f,-0.02268f,1.11f,0.09338f,-0.002945f,1.11f,0.09338f,0.01679f,1.11f,0.09338f,0.03592f,1.11f,0.09338f,0.05385f,1.11f,0.09338f,0.05385f,1.117f,0.09338f,0.05385f,1.124f,0.09338f,0.05385f,1.13f,0.09338f,0.05385f,1.137f,0.09338f,0.05385f,1.144f,0.09338f,0.05385f,1.15f,0.09338f,0.05507f,1.15f,0.09338f,0.05628f,1.15f,0.09338f,0.05748f,1.15f,0.09338f,0.05867f,1.15f,0.09338f,0.05985f,1.15f,0.09338f,0.06102f,1.15f,0.09338f,0.06102f,1.142f,0.09338f,0.06102f,1.134f,0.09338f,0.06102f,1.125f,0.09338f,0.06102f,1.117f,0.09338f,0.06102f,1.109f,0.09338f,0.06102f,1.1f,0.09338f,0.04119f,1.1f,0.09338f,0.01957f,1.1f,0.09338f,-0.002945f,1.1f,0.09338f,-0.02546f,1.1f,0.09338f,-0.0471f,1.1f,0.09338f,-0.06696f,1.1f,0.09338f,-0.06696f,1.108f,0.09338f,-0.06696f,1.116f,0.09338f,-0.06696f,1.124f,0.09338f,-0.06696f,1.132f,0.09338f,-0.06696f,1.139f,0.09338f,-0.06696f,1.146f,0.07134f,-0.06579f,1.146f,0.07134f,-0.0646f,1.146f,0.07134f,-0.06341f,1.146f,0.07134f}; return value; } private float[] getbottomBofyBase_COORD_10_75_point_2() { float[] value = {-0.06221f,1.146f,0.07134f,-0.061f,1.146f,0.07134f,-0.05977f,1.146f,0.07134f,-0.05977f,1.14f,0.07134f,-0.05977f,1.134f,0.07134f,-0.05977f,1.128f,0.07134f,-0.05977f,1.122f,0.07134f,-0.05977f,1.116f,0.07134f,-0.05977f,1.11f,0.07134f,-0.04182f,1.11f,0.07134f,-0.02268f,1.11f,0.07134f,-0.002945f,1.11f,0.07134f,0.01679f,1.11f,0.07134f,0.03592f,1.11f,0.07134f,0.05385f,1.11f,0.07134f,0.05385f,1.117f,0.07134f,0.05385f,1.124f,0.07134f,0.05385f,1.13f,0.07134f,0.05385f,1.137f,0.07134f,0.05385f,1.144f,0.07134f,0.05385f,1.15f,0.07134f,0.05507f,1.15f,0.07134f,0.05628f,1.15f,0.07134f,0.05748f,1.15f,0.07134f,0.05867f,1.15f,0.07134f,0.05985f,1.15f,0.07134f,0.06102f,1.15f,0.07134f,0.06102f,1.142f,0.07134f,0.06102f,1.134f,0.07134f,0.06102f,1.125f,0.07134f,0.06102f,1.117f,0.07134f,0.06102f,1.109f,0.07134f,0.06102f,1.1f,0.07134f,0.04119f,1.1f,0.07134f,0.01957f,1.1f,0.07134f,-0.002945f,1.1f,0.07134f,-0.02546f,1.1f,0.07134f,-0.0471f,1.1f,0.07134f,-0.06696f,1.1f,0.07134f,-0.06696f,1.108f,0.07134f,-0.06696f,1.116f,0.07134f,-0.06696f,1.124f,0.07134f,-0.06696f,1.132f,0.07134f,-0.06696f,1.139f,0.07134f,-0.06696f,1.146f,0.0493f,-0.06579f,1.146f,0.0493f,-0.0646f,1.146f,0.0493f,-0.06341f,1.146f,0.0493f,-0.06221f,1.146f,0.0493f,-0.061f,1.146f,0.0493f,-0.05977f,1.146f,0.0493f,-0.05977f,1.14f,0.0493f,-0.05977f,1.134f,0.0493f,-0.05977f,1.128f,0.0493f,-0.05977f,1.122f,0.0493f,-0.05977f,1.116f,0.0493f,-0.05977f,1.11f,0.0493f,-0.04182f,1.11f,0.0493f,-0.02268f,1.11f,0.0493f,-0.002945f,1.11f,0.0493f,0.01679f,1.11f,0.0493f,0.03592f,1.11f,0.0493f,0.05385f,1.11f,0.0493f,0.05385f,1.117f,0.0493f,0.05385f,1.124f,0.0493f,0.05385f,1.13f,0.0493f,0.05385f,1.137f,0.0493f,0.05385f,1.144f,0.0493f,0.05385f,1.15f,0.0493f,0.05507f,1.15f,0.0493f,0.05628f,1.15f,0.0493f,0.05748f,1.15f,0.0493f,0.05867f,1.15f,0.0493f,0.05985f,1.15f,0.0493f,0.06102f,1.15f,0.0493f,0.06102f,1.142f,0.0493f,0.06102f,1.134f,0.0493f,0.06102f,1.125f,0.0493f,0.06102f,1.117f,0.0493f,0.06102f,1.109f,0.0493f,0.06102f,1.1f,0.0493f,0.04119f,1.1f,0.0493f,0.01957f,1.1f,0.0493f,-0.002945f,1.1f,0.0493f,-0.02546f,1.1f,0.0493f,-0.0471f,1.1f,0.0493f,-0.06696f,1.1f,0.0493f,-0.06696f,1.108f,0.0493f,-0.06696f,1.116f,0.0493f,-0.06696f,1.124f,0.0493f,-0.06696f,1.132f,0.0493f,-0.06696f,1.139f,0.0493f,-0.06696f,1.146f,0.02726f,-0.06579f,1.146f,0.02726f,-0.0646f,1.146f,0.02726f,-0.06341f,1.146f,0.02726f,-0.06221f,1.146f,0.02726f,-0.061f,1.146f,0.02726f,-0.05977f,1.146f,0.02726f,-0.05977f,1.14f,0.02726f}; return value; } private float[] getbottomBofyBase_COORD_10_75_point_3() { float[] value = {-0.05977f,1.134f,0.02726f,-0.05977f,1.128f,0.02726f,-0.05977f,1.122f,0.02726f,-0.05977f,1.116f,0.02726f,-0.05977f,1.11f,0.02726f,-0.04182f,1.11f,0.02726f,-0.02268f,1.11f,0.02726f,-0.002945f,1.11f,0.02726f,0.01679f,1.11f,0.02726f,0.03592f,1.11f,0.02726f,0.05385f,1.11f,0.02726f,0.05385f,1.117f,0.02726f,0.05385f,1.124f,0.02726f,0.05385f,1.13f,0.02726f,0.05385f,1.137f,0.02726f,0.05385f,1.144f,0.02726f,0.05385f,1.15f,0.02725f,0.05507f,1.15f,0.02725f,0.05628f,1.15f,0.02725f,0.05748f,1.15f,0.02725f,0.05867f,1.15f,0.02725f,0.05985f,1.15f,0.02725f,0.06102f,1.15f,0.02725f,0.06102f,1.142f,0.02726f,0.06102f,1.134f,0.02726f,0.06102f,1.125f,0.02726f,0.06102f,1.117f,0.02726f,0.06102f,1.109f,0.02726f,0.06102f,1.1f,0.02726f,0.04119f,1.1f,0.02726f,0.01957f,1.1f,0.02726f,-0.002945f,1.1f,0.02726f,-0.02546f,1.1f,0.02726f,-0.0471f,1.1f,0.02726f,-0.06696f,1.1f,0.02726f,-0.06696f,1.108f,0.02726f,-0.06696f,1.116f,0.02726f,-0.06696f,1.124f,0.02726f,-0.06696f,1.132f,0.02726f,-0.06696f,1.139f,0.02726f,-0.06696f,1.146f,0.005213f,-0.06579f,1.146f,0.005213f,-0.0646f,1.146f,0.005213f,-0.06341f,1.146f,0.005213f,-0.06221f,1.146f,0.005213f,-0.061f,1.146f,0.005213f,-0.05977f,1.146f,0.005213f,-0.05977f,1.14f,0.005213f,-0.05977f,1.134f,0.005214f,-0.05977f,1.128f,0.005214f,-0.05977f,1.122f,0.005215f,-0.05977f,1.116f,0.005215f,-0.05977f,1.11f,0.005215f,-0.04182f,1.11f,0.005215f,-0.02268f,1.11f,0.005215f,-0.002945f,1.11f,0.005215f,0.01679f,1.11f,0.005215f,0.03592f,1.11f,0.005215f,0.05385f,1.11f,0.005215f,0.05385f,1.117f,0.005215f,0.05385f,1.124f,0.005215f,0.05385f,1.13f,0.005214f,0.05385f,1.137f,0.005214f,0.05385f,1.144f,0.005213f,0.05385f,1.15f,0.005213f,0.05507f,1.15f,0.005213f,0.05628f,1.15f,0.005213f,0.05748f,1.15f,0.005213f,0.05867f,1.15f,0.005213f,0.05985f,1.15f,0.005213f,0.06102f,1.15f,0.005213f,0.06102f,1.142f,0.005213f,0.06102f,1.134f,0.005214f,0.06102f,1.125f,0.005214f,0.06102f,1.117f,0.005215f,0.06102f,1.109f,0.005216f,0.06102f,1.1f,0.005216f,0.04119f,1.1f,0.005216f,0.01957f,1.1f,0.005216f,-0.002945f,1.1f,0.005216f,-0.02546f,1.1f,0.005216f,-0.0471f,1.1f,0.005216f,-0.06696f,1.1f,0.005216f,-0.06696f,1.108f,0.005216f,-0.06696f,1.116f,0.005215f,-0.06696f,1.124f,0.005215f,-0.06696f,1.132f,0.005214f,-0.06696f,1.139f,0.005214f,-0.06696f,1.146f,-0.01683f,-0.06579f,1.146f,-0.01683f,-0.0646f,1.146f,-0.01683f,-0.06341f,1.146f,-0.01683f,-0.06221f,1.146f,-0.01683f,-0.061f,1.146f,-0.01683f,-0.05977f,1.146f,-0.01683f,-0.05977f,1.14f,-0.01683f,-0.05977f,1.134f,-0.01683f,-0.05977f,1.128f,-0.01683f,-0.05977f,1.122f,-0.01683f,-0.05977f,1.116f,-0.01683f}; return value; } private float[] getbottomBofyBase_COORD_10_75_point_4() { float[] value = {-0.05977f,1.11f,-0.01683f,-0.04182f,1.11f,-0.01683f,-0.02268f,1.11f,-0.01683f,-0.002945f,1.11f,-0.01683f,0.01679f,1.11f,-0.01683f,0.03592f,1.11f,-0.01683f,0.05385f,1.11f,-0.01683f,0.05385f,1.117f,-0.01683f,0.05385f,1.124f,-0.01683f,0.05385f,1.13f,-0.01683f,0.05385f,1.137f,-0.01683f,0.05385f,1.144f,-0.01683f,0.05385f,1.15f,-0.01683f,0.05507f,1.15f,-0.01683f,0.05628f,1.15f,-0.01683f,0.05748f,1.15f,-0.01683f,0.05867f,1.15f,-0.01683f,0.05985f,1.15f,-0.01683f,0.06102f,1.15f,-0.01683f,0.06102f,1.142f,-0.01683f,0.06102f,1.134f,-0.01683f,0.06102f,1.125f,-0.01683f,0.06102f,1.117f,-0.01683f,0.06102f,1.109f,-0.01683f,0.06102f,1.1f,-0.01683f,0.04119f,1.1f,-0.01683f,0.01957f,1.1f,-0.01683f,-0.002945f,1.1f,-0.01683f,-0.02546f,1.1f,-0.01683f,-0.0471f,1.1f,-0.01683f,-0.06696f,1.1f,-0.01683f,-0.06696f,1.108f,-0.01683f,-0.06696f,1.116f,-0.01683f,-0.06696f,1.124f,-0.01683f,-0.06696f,1.132f,-0.01683f,-0.06696f,1.139f,-0.01683f}; return value; } /** Define subarrays using type int[] */ private int[] getupperBodyBase_FACES_9_81_coordIndex_1() { int[] value = {0,1,49,-1,49,48,0,-1,1,2,50,-1,50,49,1,-1,2,3,51,-1,51,50,2,-1,3,4,52,-1,52,51,3,-1,4,5,53,-1,53,52,4,-1,5,6,54,-1,54,53,5,-1,6,7,55,-1,55,54,6,-1,7,8,56,-1,56,55,7,-1,8,9,57,-1,57,56,8,-1,9,10,58,-1,58,57,9,-1,10,11,59,-1,59,58,10,-1,11,12,60,-1,60,59,11,-1,12,13,61,-1,61,60,12,-1,13,14,62,-1,62,61,13,-1,14,15,63,-1,63,62,14,-1,15,16,64,-1,64,63,15,-1,16,17,65,-1,65,64,16,-1,17,18,66,-1,66,65,17,-1,18,19,67,-1,67,66,18,-1,19,20,68,-1,68,67,19,-1,20,21,69,-1,69,68,20,-1,21,22,70,-1,70,69,21,-1,22,23,71,-1,71,70,22,-1,23,24,72,-1,72,71,23,-1,24,25,73,-1,73,72,24,-1,25,26,74,-1,74,73,25,-1,26,27,75,-1,75,74,26,-1,27,28,76,-1,76,75,27,-1,28,29,77,-1,77,76,28,-1,29,30,78,-1,78,77,29,-1,30,31,79,-1,79,78,30,-1,31,32,80,-1,80,79,31,-1,32,33,81,-1,81,80,32,-1,33,34,82,-1,82,81,33,-1,34,35,83,-1,83,82,34,-1,35,36,84,-1,84,83,35,-1,36,37,85,-1,85,84,36,-1,37,38,86,-1,86,85,37,-1,38,39,87,-1,87,86,38,-1,39,40,88,-1,88,87,39,-1,40,41,89,-1,89,88,40,-1,41,42,90,-1,90,89,41,-1,42,43,91,-1,91,90,42,-1,43,44,92,-1,92,91,43,-1,44,45,93,-1,93,92,44,-1,45,46,94,-1,94,93,45,-1,46,47,95,-1,95,94,46,-1,47,0,48,-1,48,95,47,-1,48,49,97,-1,97,96,48,-1,49,50,98,-1,98,97,49,-1,50,51,99,-1,99,98,50,-1,51,52,100,-1,100,99,51,-1,52,53,101,-1,101,100,52,-1,53,54,102,-1,102,101,53,-1,54,55,103,-1,103,102,54,-1,55,56,104,-1,104,103,55,-1,56,57,105,-1,105,104,56,-1,57,58,106,-1,106,105,57,-1,58,59,107,-1,107,106,58,-1,59,60,108,-1,108,107,59,-1,60,61,109,-1,109,108,60,-1,61,62,110,-1,110,109,61,-1,62,63,111,-1,111,110,62,-1,63,64,112,-1,112,111,63,-1,64,65,113,-1,113,112,64,-1,65,66,114,-1,114,113,65,-1,66,67,115,-1,115,114,66,-1,67,68,116,-1,116,115,67,-1,68,69,117,-1,117,116,68,-1,69,70,118,-1,118,117,69,-1,70,71,119,-1,119,118,70,-1,71,72,120,-1,120,119,71,-1,72,73,121,-1,121,120,72,-1,73,74,122,-1,122,121,73,-1,74,75,123,-1,123,122,74,-1,75,76,124,-1,124,123,75,-1,76,77,125,-1,125,124,76,-1,77,78,126,-1,126,125,77,-1,78,79,127,-1,127,126,78,-1,79,80,128,-1,128,127,79,-1,80,81,129,-1,129,128,80,-1,81,82,130,-1,130,129,81,-1,82,83,131,-1,131,130,82,-1,83,84,132,-1,132,131,83,-1,84,85,133,-1,133,132,84,-1,85,86,134,-1,134,133,85,-1,86,87,135,-1,135,134,86,-1,87,88,136,-1,136,135,87,-1,88,89,137,-1,137,136,88,-1,89,90,138,-1,138,137,89,-1,90,91,139,-1,139,138,90,-1,91,92,140,-1,140,139,91,-1,92,93,141,-1,141,140,92,-1,93,94,142,-1,142,141,93,-1,94,95,143,-1,143,142,94,-1,95,48,96,-1,96,143,95,-1,96,97,145,-1,145,144,96,-1,97,98,146,-1,146,145,97,-1,98,99,147,-1,147,146,98,-1,99,100,148,-1,148,147,99,-1,100,101,149,-1,149,148,100,-1,101,102,150,-1,150,149,101,-1,102,103,151,-1,151,150,102,-1,103,104,152,-1,152,151,103,-1,104,105,153,-1,153,152,104,-1,105,106,154,-1,154,153,105,-1,106,107,155,-1,155,154,106,-1,107,108,156,-1,156,155,107,-1,108,109,157,-1,157,156,108,-1,109,110,158,-1,158,157,109,-1,110,111,159,-1,159,158,110,-1,111,112,160,-1,160,159,111,-1,112,113,161,-1,161,160,112,-1,113,114,162,-1,162,161,113,-1,114,115,163,-1,163,162,114,-1,115,116,164,-1,164,163,115,-1,116,117,165,-1,165,164,116,-1,117,118,166,-1,166,165,117,-1,118,119,167,-1,167,166,118,-1,119,120,168,-1,168,167,119,-1,120,121,169,-1,169,168,120,-1,121,122,170,-1,170,169,121,-1,122,123,171,-1,171,170,122,-1,123,124,172,-1,172,171,123,-1,124,125,173,-1,173,172,124,-1}; return value; } private int[] getupperBodyBase_FACES_9_81_coordIndex_2() { int[] value = {125,126,174,-1,174,173,125,-1,126,127,175,-1,175,174,126,-1,127,128,176,-1,176,175,127,-1,128,129,177,-1,177,176,128,-1,129,130,178,-1,178,177,129,-1,130,131,179,-1,179,178,130,-1,131,132,180,-1,180,179,131,-1,132,133,181,-1,181,180,132,-1,133,134,182,-1,182,181,133,-1,134,135,183,-1,183,182,134,-1,135,136,184,-1,184,183,135,-1,136,137,185,-1,185,184,136,-1,137,138,186,-1,186,185,137,-1,138,139,187,-1,187,186,138,-1,139,140,188,-1,188,187,139,-1,140,141,189,-1,189,188,140,-1,141,142,190,-1,190,189,141,-1,142,143,191,-1,191,190,142,-1,143,96,144,-1,144,191,143,-1,144,145,193,-1,193,192,144,-1,145,146,194,-1,194,193,145,-1,146,147,195,-1,195,194,146,-1,147,148,196,-1,196,195,147,-1,148,149,197,-1,197,196,148,-1,149,150,198,-1,198,197,149,-1,150,151,199,-1,199,198,150,-1,151,152,200,-1,200,199,151,-1,152,153,201,-1,201,200,152,-1,153,154,202,-1,202,201,153,-1,154,155,203,-1,203,202,154,-1,155,156,204,-1,204,203,155,-1,156,157,205,-1,205,204,156,-1,157,158,206,-1,206,205,157,-1,158,159,207,-1,207,206,158,-1,159,160,208,-1,208,207,159,-1,160,161,209,-1,209,208,160,-1,161,162,210,-1,210,209,161,-1,162,163,211,-1,211,210,162,-1,163,164,212,-1,212,211,163,-1,164,165,213,-1,213,212,164,-1,165,166,214,-1,214,213,165,-1,166,167,215,-1,215,214,166,-1,167,168,216,-1,216,215,167,-1,168,169,217,-1,217,216,168,-1,169,170,218,-1,218,217,169,-1,170,171,219,-1,219,218,170,-1,171,172,220,-1,220,219,171,-1,172,173,221,-1,221,220,172,-1,173,174,222,-1,222,221,173,-1,174,175,223,-1,223,222,174,-1,175,176,224,-1,224,223,175,-1,176,177,225,-1,225,224,176,-1,177,178,226,-1,226,225,177,-1,178,179,227,-1,227,226,178,-1,179,180,228,-1,228,227,179,-1,180,181,229,-1,229,228,180,-1,181,182,230,-1,230,229,181,-1,182,183,231,-1,231,230,182,-1,183,184,232,-1,232,231,183,-1,184,185,233,-1,233,232,184,-1,185,186,234,-1,234,233,185,-1,186,187,235,-1,235,234,186,-1,187,188,236,-1,236,235,187,-1,188,189,237,-1,237,236,188,-1,189,190,238,-1,238,237,189,-1,190,191,239,-1,239,238,190,-1,191,144,192,-1,192,239,191,-1,192,193,241,-1,241,240,192,-1,193,194,242,-1,242,241,193,-1,194,195,243,-1,243,242,194,-1,195,196,244,-1,244,243,195,-1,196,197,245,-1,245,244,196,-1,197,198,246,-1,246,245,197,-1,198,199,247,-1,247,246,198,-1,199,200,248,-1,248,247,199,-1,200,201,249,-1,249,248,200,-1,201,202,250,-1,250,249,201,-1,202,203,251,-1,251,250,202,-1,203,204,252,-1,252,251,203,-1,204,205,253,-1,253,252,204,-1,205,206,254,-1,254,253,205,-1,206,207,255,-1,255,254,206,-1,207,208,256,-1,256,255,207,-1,208,209,257,-1,257,256,208,-1,209,210,258,-1,258,257,209,-1,210,211,259,-1,259,258,210,-1,211,212,260,-1,260,259,211,-1,212,213,261,-1,261,260,212,-1,213,214,262,-1,262,261,213,-1,214,215,263,-1,263,262,214,-1,215,216,264,-1,264,263,215,-1,216,217,265,-1,265,264,216,-1,217,218,266,-1,266,265,217,-1,218,219,267,-1,267,266,218,-1,219,220,268,-1,268,267,219,-1,220,221,269,-1,269,268,220,-1,221,222,270,-1,270,269,221,-1,222,223,271,-1,271,270,222,-1,223,224,272,-1,272,271,223,-1,224,225,273,-1,273,272,224,-1,225,226,274,-1,274,273,225,-1,226,227,275,-1,275,274,226,-1,227,228,276,-1,276,275,227,-1,228,229,277,-1,277,276,228,-1,229,230,278,-1,278,277,229,-1,230,231,279,-1,279,278,230,-1,231,232,280,-1,280,279,231,-1,232,233,281,-1,281,280,232,-1,233,234,282,-1,282,281,233,-1,234,235,283,-1,283,282,234,-1,235,236,284,-1,284,283,235,-1,236,237,285,-1,285,284,236,-1,237,238,286,-1,286,285,237,-1,238,239,287,-1,287,286,238,-1,239,192,240,-1,240,287,239,-1,240,241,289,-1,289,288,240,-1,241,242,290,-1,290,289,241,-1,242,243,291,-1,291,290,242,-1,243,244,292,-1,292,291,243,-1,244,245,293,-1,293,292,244,-1,245,246,294,-1,294,293,245,-1,246,247,295,-1,295,294,246,-1,247,248,296,-1,296,295,247,-1,248,249,297,-1,297,296,248,-1,249,250,298,-1,298,297,249,-1}; return value; } private int[] getupperBodyBase_FACES_9_81_coordIndex_3() { int[] value = {250,251,299,-1,299,298,250,-1,251,252,300,-1,300,299,251,-1,252,253,301,-1,301,300,252,-1,253,254,302,-1,302,301,253,-1,254,255,303,-1,303,302,254,-1,255,256,304,-1,304,303,255,-1,256,257,305,-1,305,304,256,-1,257,258,306,-1,306,305,257,-1,258,259,307,-1,307,306,258,-1,259,260,308,-1,308,307,259,-1,260,261,309,-1,309,308,260,-1,261,262,310,-1,310,309,261,-1,262,263,311,-1,311,310,262,-1,263,264,312,-1,312,311,263,-1,264,265,313,-1,313,312,264,-1,265,266,314,-1,314,313,265,-1,266,267,315,-1,315,314,266,-1,267,268,316,-1,316,315,267,-1,268,269,317,-1,317,316,268,-1,269,270,318,-1,318,317,269,-1,270,271,319,-1,319,318,270,-1,271,272,320,-1,320,319,271,-1,272,273,321,-1,321,320,272,-1,273,274,322,-1,322,321,273,-1,274,275,323,-1,323,322,274,-1,275,276,324,-1,324,323,275,-1,276,277,325,-1,325,324,276,-1,277,278,326,-1,326,325,277,-1,278,279,327,-1,327,326,278,-1,279,280,328,-1,328,327,279,-1,280,281,329,-1,329,328,280,-1,281,282,330,-1,330,329,281,-1,282,283,331,-1,331,330,282,-1,283,284,332,-1,332,331,283,-1,284,285,333,-1,333,332,284,-1,285,286,334,-1,334,333,285,-1,286,287,335,-1,335,334,286,-1,287,240,288,-1,288,335,287,-1,41,43,42,-1,29,31,30,-1,35,37,36,-1,23,25,24,-1,47,1,0,-1,5,7,6,-1,28,31,29,-1,47,2,1,-1,23,26,25,-1,4,7,5,-1,27,31,28,-1,47,3,2,-1,23,27,26,-1,23,31,27,-1,22,31,23,-1,22,32,31,-1,21,32,22,-1,21,33,32,-1,20,33,21,-1,20,34,33,-1,19,34,20,-1,18,34,19,-1,18,35,34,-1,18,37,35,-1,17,37,18,-1,17,38,37,-1,16,38,17,-1,16,39,38,-1,15,39,16,-1,15,40,39,-1,14,40,15,-1,13,40,14,-1,13,41,40,-1,12,41,13,-1,12,43,41,-1,12,44,43,-1,11,44,12,-1,10,44,11,-1,10,45,44,-1,9,45,10,-1,9,46,45,-1,8,46,9,-1,8,47,46,-1,7,47,8,-1,7,3,47,-1,4,3,7,-1,329,330,331,-1,317,318,319,-1,323,324,325,-1,311,312,313,-1,335,288,289,-1,293,294,295,-1,316,317,319,-1,335,289,290,-1,311,313,314,-1,292,293,295,-1,315,316,319,-1,335,290,291,-1,311,314,315,-1,311,315,319,-1,310,311,319,-1,310,319,320,-1,309,310,320,-1,309,320,321,-1,308,309,321,-1,308,321,322,-1,307,308,322,-1,306,307,322,-1,306,322,323,-1,306,323,325,-1,305,306,325,-1,305,325,326,-1,304,305,326,-1,304,326,327,-1,303,304,327,-1,303,327,328,-1,302,303,328,-1,301,302,328,-1,301,328,329,-1,300,301,329,-1,300,329,331,-1,300,331,332,-1,299,300,332,-1,298,299,332,-1,298,332,333,-1,297,298,333,-1,297,333,334,-1,296,297,334,-1,296,334,335,-1,295,296,335,-1,295,335,291,-1,292,295,291,-1}; return value; } /** Define subarrays using type float[] */ private float[] getupperBodyBase_COORD_10_81_point_1() { float[] value = {-0.06638f,1.146f,0.2632f,-0.06523f,1.146f,0.2632f,-0.06406f,1.146f,0.2632f,-0.06288f,1.146f,0.2632f,-0.0617f,1.146f,0.2632f,-0.0605f,1.146f,0.2632f,-0.0593f,1.146f,0.2632f,-0.0593f,1.14f,0.2632f,-0.0593f,1.134f,0.2632f,-0.0593f,1.128f,0.2632f,-0.0593f,1.122f,0.2632f,-0.0593f,1.116f,0.2632f,-0.0593f,1.11f,0.2632f,-0.04153f,1.11f,0.2632f,-0.0225f,1.11f,0.2632f,-0.002821f,1.11f,0.2632f,0.01692f,1.11f,0.2632f,0.03612f,1.11f,0.2632f,0.05419f,1.11f,0.2632f,0.05419f,1.117f,0.2632f,0.05419f,1.124f,0.2632f,0.05419f,1.13f,0.2632f,0.05419f,1.137f,0.2632f,0.05419f,1.144f,0.2632f,0.05419f,1.15f,0.2632f,0.05542f,1.15f,0.2632f,0.05664f,1.15f,0.2632f,0.05785f,1.15f,0.2632f,0.05905f,1.15f,0.2632f,0.06025f,1.15f,0.2632f,0.06143f,1.15f,0.2632f,0.06143f,1.142f,0.2632f,0.06143f,1.134f,0.2632f,0.06143f,1.125f,0.2632f,0.06143f,1.117f,0.2632f,0.06143f,1.109f,0.2632f,0.06143f,1.1f,0.2632f,0.04143f,1.1f,0.2632f,0.01971f,1.1f,0.2632f,-0.002821f,1.1f,0.2632f,-0.02528f,1.1f,0.2632f,-0.04676f,1.1f,0.2632f,-0.06638f,1.1f,0.2632f,-0.06638f,1.108f,0.2632f,-0.06638f,1.116f,0.2632f,-0.06638f,1.124f,0.2632f,-0.06638f,1.132f,0.2632f,-0.06638f,1.139f,0.2632f,-0.06638f,1.146f,0.2165f,-0.06523f,1.146f,0.2165f,-0.06406f,1.146f,0.2165f,-0.06288f,1.146f,0.2165f,-0.0617f,1.146f,0.2165f,-0.0605f,1.146f,0.2165f,-0.0593f,1.146f,0.2165f,-0.0593f,1.14f,0.2165f,-0.0593f,1.134f,0.2165f,-0.0593f,1.128f,0.2165f,-0.0593f,1.122f,0.2165f,-0.0593f,1.116f,0.2165f,-0.0593f,1.11f,0.2165f,-0.04153f,1.11f,0.2165f,-0.0225f,1.11f,0.2165f,-0.002821f,1.11f,0.2165f,0.01692f,1.11f,0.2165f,0.03612f,1.11f,0.2165f,0.05419f,1.11f,0.2165f,0.05419f,1.117f,0.2165f,0.05419f,1.124f,0.2165f,0.05419f,1.13f,0.2165f,0.05419f,1.137f,0.2165f,0.05419f,1.144f,0.2165f,0.05419f,1.15f,0.2165f,0.05542f,1.15f,0.2165f,0.05664f,1.15f,0.2165f,0.05785f,1.15f,0.2165f,0.05905f,1.15f,0.2165f,0.06025f,1.15f,0.2165f,0.06143f,1.15f,0.2165f,0.06143f,1.142f,0.2165f,0.06143f,1.134f,0.2165f,0.06143f,1.125f,0.2165f,0.06143f,1.117f,0.2165f,0.06143f,1.109f,0.2165f,0.06143f,1.1f,0.2165f,0.04143f,1.1f,0.2165f,0.01971f,1.1f,0.2165f,-0.002821f,1.1f,0.2165f,-0.02528f,1.1f,0.2165f,-0.04676f,1.1f,0.2165f,-0.06638f,1.1f,0.2165f,-0.06638f,1.108f,0.2165f,-0.06638f,1.116f,0.2165f,-0.06638f,1.124f,0.2165f,-0.06638f,1.132f,0.2165f,-0.06638f,1.139f,0.2165f,-0.06638f,1.146f,0.1698f,-0.06523f,1.146f,0.1698f,-0.06406f,1.146f,0.1698f,-0.06288f,1.146f,0.1698f}; return value; } private float[] getupperBodyBase_COORD_10_81_point_2() { float[] value = {-0.0617f,1.146f,0.1698f,-0.0605f,1.146f,0.1698f,-0.0593f,1.146f,0.1698f,-0.0593f,1.14f,0.1698f,-0.0593f,1.134f,0.1698f,-0.0593f,1.128f,0.1698f,-0.0593f,1.122f,0.1698f,-0.0593f,1.116f,0.1698f,-0.0593f,1.11f,0.1698f,-0.04153f,1.11f,0.1698f,-0.0225f,1.11f,0.1698f,-0.002821f,1.11f,0.1698f,0.01692f,1.11f,0.1698f,0.03612f,1.11f,0.1698f,0.05419f,1.11f,0.1698f,0.05419f,1.117f,0.1698f,0.05419f,1.124f,0.1698f,0.05419f,1.13f,0.1698f,0.05419f,1.137f,0.1698f,0.05419f,1.144f,0.1698f,0.05419f,1.15f,0.1698f,0.05542f,1.15f,0.1698f,0.05664f,1.15f,0.1698f,0.05785f,1.15f,0.1698f,0.05905f,1.15f,0.1698f,0.06025f,1.15f,0.1698f,0.06143f,1.15f,0.1698f,0.06143f,1.142f,0.1698f,0.06143f,1.134f,0.1698f,0.06143f,1.125f,0.1698f,0.06143f,1.117f,0.1698f,0.06143f,1.109f,0.1698f,0.06143f,1.1f,0.1698f,0.04143f,1.1f,0.1698f,0.01971f,1.1f,0.1698f,-0.002821f,1.1f,0.1698f,-0.02528f,1.1f,0.1698f,-0.04676f,1.1f,0.1698f,-0.06638f,1.1f,0.1698f,-0.06638f,1.108f,0.1698f,-0.06638f,1.116f,0.1698f,-0.06638f,1.124f,0.1698f,-0.06638f,1.132f,0.1698f,-0.06638f,1.139f,0.1698f,-0.06638f,1.146f,0.1232f,-0.06523f,1.146f,0.1232f,-0.06406f,1.146f,0.1232f,-0.06288f,1.146f,0.1232f,-0.0617f,1.146f,0.1232f,-0.0605f,1.146f,0.1232f,-0.0593f,1.146f,0.1232f,-0.0593f,1.14f,0.1232f,-0.0593f,1.134f,0.1232f,-0.0593f,1.128f,0.1232f,-0.0593f,1.122f,0.1232f,-0.0593f,1.116f,0.1232f,-0.0593f,1.11f,0.1232f,-0.04153f,1.11f,0.1232f,-0.0225f,1.11f,0.1232f,-0.002821f,1.11f,0.1232f,0.01692f,1.11f,0.1232f,0.03612f,1.11f,0.1232f,0.05419f,1.11f,0.1232f,0.05419f,1.117f,0.1232f,0.05419f,1.124f,0.1232f,0.05419f,1.13f,0.1232f,0.05419f,1.137f,0.1232f,0.05419f,1.144f,0.1232f,0.05419f,1.15f,0.1232f,0.05542f,1.15f,0.1232f,0.05664f,1.15f,0.1232f,0.05785f,1.15f,0.1232f,0.05905f,1.15f,0.1232f,0.06025f,1.15f,0.1232f,0.06143f,1.15f,0.1232f,0.06143f,1.142f,0.1232f,0.06143f,1.134f,0.1232f,0.06143f,1.125f,0.1232f,0.06143f,1.117f,0.1232f,0.06143f,1.109f,0.1232f,0.06143f,1.1f,0.1232f,0.04143f,1.1f,0.1232f,0.01971f,1.1f,0.1232f,-0.002821f,1.1f,0.1232f,-0.02528f,1.1f,0.1232f,-0.04676f,1.1f,0.1232f,-0.06638f,1.1f,0.1232f,-0.06638f,1.108f,0.1232f,-0.06638f,1.116f,0.1232f,-0.06638f,1.124f,0.1232f,-0.06638f,1.132f,0.1232f,-0.06638f,1.139f,0.1232f,-0.06638f,1.146f,0.07651f,-0.06523f,1.146f,0.07651f,-0.06406f,1.146f,0.07651f,-0.06288f,1.146f,0.07651f,-0.0617f,1.146f,0.07651f,-0.0605f,1.146f,0.07651f,-0.0593f,1.146f,0.07651f,-0.0593f,1.14f,0.07651f}; return value; } private float[] getupperBodyBase_COORD_10_81_point_3() { float[] value = {-0.0593f,1.134f,0.07651f,-0.0593f,1.128f,0.07651f,-0.0593f,1.122f,0.07651f,-0.0593f,1.116f,0.07651f,-0.0593f,1.11f,0.07651f,-0.04153f,1.11f,0.07651f,-0.0225f,1.11f,0.07651f,-0.002821f,1.11f,0.07651f,0.01692f,1.11f,0.07651f,0.03612f,1.11f,0.07651f,0.05419f,1.11f,0.07651f,0.05419f,1.117f,0.07651f,0.05419f,1.124f,0.07651f,0.05419f,1.13f,0.07651f,0.05419f,1.137f,0.07651f,0.05419f,1.144f,0.07651f,0.05419f,1.15f,0.07651f,0.05542f,1.15f,0.07651f,0.05664f,1.15f,0.07651f,0.05785f,1.15f,0.07651f,0.05905f,1.15f,0.07651f,0.06025f,1.15f,0.07651f,0.06143f,1.15f,0.07651f,0.06143f,1.142f,0.07651f,0.06143f,1.134f,0.07651f,0.06143f,1.125f,0.07651f,0.06143f,1.117f,0.07651f,0.06143f,1.109f,0.07651f,0.06143f,1.1f,0.07651f,0.04143f,1.1f,0.07651f,0.01971f,1.1f,0.07651f,-0.002821f,1.1f,0.07651f,-0.02528f,1.1f,0.07651f,-0.04676f,1.1f,0.07651f,-0.06638f,1.1f,0.07651f,-0.06638f,1.108f,0.07651f,-0.06638f,1.116f,0.07651f,-0.06638f,1.124f,0.07651f,-0.06638f,1.132f,0.07651f,-0.06638f,1.139f,0.07651f,-0.06638f,1.146f,0.02984f,-0.06523f,1.146f,0.02984f,-0.06406f,1.146f,0.02984f,-0.06288f,1.146f,0.02984f,-0.0617f,1.146f,0.02984f,-0.0605f,1.146f,0.02984f,-0.0593f,1.146f,0.02984f,-0.0593f,1.14f,0.02984f,-0.0593f,1.134f,0.02984f,-0.0593f,1.128f,0.02984f,-0.0593f,1.122f,0.02984f,-0.0593f,1.116f,0.02984f,-0.0593f,1.11f,0.02984f,-0.04153f,1.11f,0.02984f,-0.0225f,1.11f,0.02984f,-0.002821f,1.11f,0.02984f,0.01692f,1.11f,0.02984f,0.03612f,1.11f,0.02984f,0.05419f,1.11f,0.02984f,0.05419f,1.117f,0.02984f,0.05419f,1.124f,0.02984f,0.05419f,1.13f,0.02984f,0.05419f,1.137f,0.02984f,0.05419f,1.144f,0.02984f,0.05419f,1.15f,0.02984f,0.05542f,1.15f,0.02984f,0.05664f,1.15f,0.02984f,0.05785f,1.15f,0.02984f,0.05905f,1.15f,0.02984f,0.06025f,1.15f,0.02984f,0.06143f,1.15f,0.02984f,0.06143f,1.142f,0.02984f,0.06143f,1.134f,0.02984f,0.06143f,1.125f,0.02984f,0.06143f,1.117f,0.02984f,0.06143f,1.109f,0.02984f,0.06143f,1.1f,0.02984f,0.04143f,1.1f,0.02984f,0.01971f,1.1f,0.02984f,-0.002821f,1.1f,0.02984f,-0.02528f,1.1f,0.02984f,-0.04676f,1.1f,0.02984f,-0.06638f,1.1f,0.02984f,-0.06638f,1.108f,0.02984f,-0.06638f,1.116f,0.02984f,-0.06638f,1.124f,0.02984f,-0.06638f,1.132f,0.02984f,-0.06638f,1.139f,0.02984f,-0.06638f,1.146f,-0.01683f,-0.06523f,1.146f,-0.01683f,-0.06406f,1.146f,-0.01683f,-0.06288f,1.146f,-0.01683f,-0.0617f,1.146f,-0.01683f,-0.0605f,1.146f,-0.01683f,-0.0593f,1.146f,-0.01683f,-0.0593f,1.14f,-0.01683f,-0.0593f,1.134f,-0.01683f,-0.0593f,1.128f,-0.01683f,-0.0593f,1.122f,-0.01683f,-0.0593f,1.116f,-0.01683f}; return value; } private float[] getupperBodyBase_COORD_10_81_point_4() { float[] value = {-0.0593f,1.11f,-0.01683f,-0.04153f,1.11f,-0.01683f,-0.0225f,1.11f,-0.01683f,-0.002821f,1.11f,-0.01683f,0.01692f,1.11f,-0.01683f,0.03612f,1.11f,-0.01683f,0.05419f,1.11f,-0.01683f,0.05419f,1.117f,-0.01683f,0.05419f,1.124f,-0.01683f,0.05419f,1.13f,-0.01683f,0.05419f,1.137f,-0.01683f,0.05419f,1.144f,-0.01683f,0.05419f,1.15f,-0.01683f,0.05542f,1.15f,-0.01683f,0.05664f,1.15f,-0.01683f,0.05785f,1.15f,-0.01683f,0.05905f,1.15f,-0.01683f,0.06025f,1.15f,-0.01683f,0.06143f,1.15f,-0.01683f,0.06143f,1.142f,-0.01683f,0.06143f,1.134f,-0.01683f,0.06143f,1.125f,-0.01683f,0.06143f,1.117f,-0.01683f,0.06143f,1.109f,-0.01683f,0.06143f,1.1f,-0.01683f,0.04143f,1.1f,-0.01683f,0.01971f,1.1f,-0.01683f,-0.002821f,1.1f,-0.01683f,-0.02528f,1.1f,-0.01683f,-0.04676f,1.1f,-0.01683f,-0.06638f,1.1f,-0.01683f,-0.06638f,1.108f,-0.01683f,-0.06638f,1.116f,-0.01683f,-0.06638f,1.124f,-0.01683f,-0.06638f,1.132f,-0.01683f,-0.06638f,1.139f,-0.01683f}; return value; } /** Define subarrays using type int[] */ private int[] getTube16_FACES_13_89_coordIndex_1() { int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1}; return value; } private int[] getTube16_FACES_13_89_coordIndex_2() { int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1,216,217,229,-1,229,228,216,-1,217,218,230,-1,230,229,217,-1,218,219,231,-1,231,230,218,-1,219,220,232,-1,232,231,219,-1,220,221,233,-1,233,232,220,-1,221,222,234,-1,234,233,221,-1,222,223,235,-1,235,234,222,-1,223,224,236,-1,236,235,223,-1,224,225,237,-1,237,236,224,-1,225,226,238,-1,238,237,225,-1,226,227,239,-1,239,238,226,-1,227,216,228,-1,228,239,227,-1,228,229,241,-1,241,240,228,-1,229,230,242,-1,242,241,229,-1,230,231,243,-1,243,242,230,-1,231,232,244,-1,244,243,231,-1,232,233,245,-1,245,244,232,-1,233,234,246,-1,246,245,233,-1,234,235,247,-1,247,246,234,-1,235,236,248,-1,248,247,235,-1,236,237,249,-1,249,248,236,-1,237,238,250,-1,250,249,237,-1,238,239,251,-1,251,250,238,-1,239,228,240,-1,240,251,239,-1,240,241,253,-1,253,252,240,-1,241,242,254,-1,254,253,241,-1,242,243,255,-1,255,254,242,-1,243,244,256,-1,256,255,243,-1,244,245,257,-1,257,256,244,-1,245,246,258,-1,258,257,245,-1,246,247,259,-1,259,258,246,-1,247,248,260,-1,260,259,247,-1,248,249,261,-1,261,260,248,-1,249,250,262,-1,262,261,249,-1}; return value; } private int[] getTube16_FACES_13_89_coordIndex_3() { int[] value = {250,251,263,-1,263,262,250,-1,251,240,252,-1,252,263,251,-1,252,253,265,-1,265,264,252,-1,253,254,266,-1,266,265,253,-1,254,255,267,-1,267,266,254,-1,255,256,268,-1,268,267,255,-1,256,257,269,-1,269,268,256,-1,257,258,270,-1,270,269,257,-1,258,259,271,-1,271,270,258,-1,259,260,272,-1,272,271,259,-1,260,261,273,-1,273,272,260,-1,261,262,274,-1,274,273,261,-1,262,263,275,-1,275,274,262,-1,263,252,264,-1,264,275,263,-1,264,265,277,-1,277,276,264,-1,265,266,278,-1,278,277,265,-1,266,267,279,-1,279,278,266,-1,267,268,280,-1,280,279,267,-1,268,269,281,-1,281,280,268,-1,269,270,282,-1,282,281,269,-1,270,271,283,-1,283,282,270,-1,271,272,284,-1,284,283,271,-1,272,273,285,-1,285,284,272,-1,273,274,286,-1,286,285,273,-1,274,275,287,-1,287,286,274,-1,275,264,276,-1,276,287,275,-1,276,277,289,-1,289,288,276,-1,277,278,290,-1,290,289,277,-1,278,279,291,-1,291,290,278,-1,279,280,292,-1,292,291,279,-1,280,281,293,-1,293,292,280,-1,281,282,294,-1,294,293,281,-1,282,283,295,-1,295,294,282,-1,283,284,296,-1,296,295,283,-1,284,285,297,-1,297,296,284,-1,285,286,298,-1,298,297,285,-1,286,287,299,-1,299,298,286,-1,287,276,288,-1,288,299,287,-1,288,289,301,-1,301,300,288,-1,289,290,302,-1,302,301,289,-1,290,291,303,-1,303,302,290,-1,291,292,304,-1,304,303,291,-1,292,293,305,-1,305,304,292,-1,293,294,306,-1,306,305,293,-1,294,295,307,-1,307,306,294,-1,295,296,308,-1,308,307,295,-1,296,297,309,-1,309,308,296,-1,297,298,310,-1,310,309,297,-1,298,299,311,-1,311,310,298,-1,299,288,300,-1,300,311,299,-1,300,301,313,-1,313,312,300,-1,301,302,314,-1,314,313,301,-1,302,303,315,-1,315,314,302,-1,303,304,316,-1,316,315,303,-1,304,305,317,-1,317,316,304,-1,305,306,318,-1,318,317,305,-1,306,307,319,-1,319,318,306,-1,307,308,320,-1,320,319,307,-1,308,309,321,-1,321,320,308,-1,309,310,322,-1,322,321,309,-1,310,311,323,-1,323,322,310,-1,311,300,312,-1,312,323,311,-1,312,313,325,-1,325,324,312,-1,313,314,326,-1,326,325,313,-1,314,315,327,-1,327,326,314,-1,315,316,328,-1,328,327,315,-1,316,317,329,-1,329,328,316,-1,317,318,330,-1,330,329,317,-1,318,319,331,-1,331,330,318,-1,319,320,332,-1,332,331,319,-1,320,321,333,-1,333,332,320,-1,321,322,334,-1,334,333,321,-1,322,323,335,-1,335,334,322,-1,323,312,324,-1,324,335,323,-1,324,325,337,-1,337,336,324,-1,325,326,338,-1,338,337,325,-1,326,327,339,-1,339,338,326,-1,327,328,340,-1,340,339,327,-1,328,329,341,-1,341,340,328,-1,329,330,342,-1,342,341,329,-1,330,331,343,-1,343,342,330,-1,331,332,344,-1,344,343,331,-1,332,333,345,-1,345,344,332,-1,333,334,346,-1,346,345,333,-1,334,335,347,-1,347,346,334,-1,335,324,336,-1,336,347,335,-1,336,337,349,-1,349,348,336,-1,337,338,350,-1,350,349,337,-1,338,339,351,-1,351,350,338,-1,339,340,352,-1,352,351,339,-1,340,341,353,-1,353,352,340,-1,341,342,354,-1,354,353,341,-1,342,343,355,-1,355,354,342,-1,343,344,356,-1,356,355,343,-1,344,345,357,-1,357,356,344,-1,345,346,358,-1,358,357,345,-1,346,347,359,-1,359,358,346,-1,347,336,348,-1,348,359,347,-1,348,349,361,-1,361,360,348,-1,349,350,362,-1,362,361,349,-1,350,351,363,-1,363,362,350,-1,351,352,364,-1,364,363,351,-1,352,353,365,-1,365,364,352,-1,353,354,366,-1,366,365,353,-1,354,355,367,-1,367,366,354,-1,355,356,368,-1,368,367,355,-1,356,357,369,-1,369,368,356,-1,357,358,370,-1,370,369,357,-1,358,359,371,-1,371,370,358,-1,359,348,360,-1,360,371,359,-1,360,361,373,-1,373,372,360,-1,361,362,374,-1,374,373,361,-1,362,363,375,-1,375,374,362,-1,363,364,376,-1,376,375,363,-1,364,365,377,-1,377,376,364,-1,365,366,378,-1,378,377,365,-1,366,367,379,-1,379,378,366,-1,367,368,380,-1,380,379,367,-1,368,369,381,-1,381,380,368,-1,369,370,382,-1,382,381,369,-1,370,371,383,-1,383,382,370,-1,371,360,372,-1,372,383,371,-1,372,373,385,-1,385,384,372,-1,373,374,386,-1,386,385,373,-1,374,375,387,-1,387,386,374,-1}; return value; } private int[] getTube16_FACES_13_89_coordIndex_4() { int[] value = {375,376,388,-1,388,387,375,-1,376,377,389,-1,389,388,376,-1,377,378,390,-1,390,389,377,-1,378,379,391,-1,391,390,378,-1,379,380,392,-1,392,391,379,-1,380,381,393,-1,393,392,380,-1,381,382,394,-1,394,393,381,-1,382,383,395,-1,395,394,382,-1,383,372,384,-1,384,395,383,-1,384,385,397,-1,397,396,384,-1,385,386,398,-1,398,397,385,-1,386,387,399,-1,399,398,386,-1,387,388,400,-1,400,399,387,-1,388,389,401,-1,401,400,388,-1,389,390,402,-1,402,401,389,-1,390,391,403,-1,403,402,390,-1,391,392,404,-1,404,403,391,-1,392,393,405,-1,405,404,392,-1,393,394,406,-1,406,405,393,-1,394,395,407,-1,407,406,394,-1,395,384,396,-1,396,407,395,-1,396,397,409,-1,409,408,396,-1,397,398,410,-1,410,409,397,-1,398,399,411,-1,411,410,398,-1,399,400,412,-1,412,411,399,-1,400,401,413,-1,413,412,400,-1,401,402,414,-1,414,413,401,-1,402,403,415,-1,415,414,402,-1,403,404,416,-1,416,415,403,-1,404,405,417,-1,417,416,404,-1,405,406,418,-1,418,417,405,-1,406,407,419,-1,419,418,406,-1,407,396,408,-1,408,419,407,-1,408,409,421,-1,421,420,408,-1,409,410,422,-1,422,421,409,-1,410,411,423,-1,423,422,410,-1,411,412,424,-1,424,423,411,-1,412,413,425,-1,425,424,412,-1,413,414,426,-1,426,425,413,-1,414,415,427,-1,427,426,414,-1,415,416,428,-1,428,427,415,-1,416,417,429,-1,429,428,416,-1,417,418,430,-1,430,429,417,-1,418,419,431,-1,431,430,418,-1,419,408,420,-1,420,431,419,-1,420,421,217,-1,217,216,420,-1,421,422,218,-1,218,217,421,-1,422,423,219,-1,219,218,422,-1,423,424,220,-1,220,219,423,-1,424,425,221,-1,221,220,424,-1,425,426,222,-1,222,221,425,-1,426,427,223,-1,223,222,426,-1,427,428,224,-1,224,223,427,-1,428,429,225,-1,225,224,428,-1,429,430,226,-1,226,225,429,-1,430,431,227,-1,227,226,430,-1,431,420,216,-1,216,227,431,-1,432,433,445,-1,445,444,432,-1,433,434,446,-1,446,445,433,-1,434,435,447,-1,447,446,434,-1,435,436,448,-1,448,447,435,-1,436,437,449,-1,449,448,436,-1,437,438,450,-1,450,449,437,-1,438,439,451,-1,451,450,438,-1,439,440,452,-1,452,451,439,-1,440,441,453,-1,453,452,440,-1,441,442,454,-1,454,453,441,-1,442,443,455,-1,455,454,442,-1,443,432,444,-1,444,455,443,-1,444,445,457,-1,457,456,444,-1,445,446,458,-1,458,457,445,-1,446,447,459,-1,459,458,446,-1,447,448,460,-1,460,459,447,-1,448,449,461,-1,461,460,448,-1,449,450,462,-1,462,461,449,-1,450,451,463,-1,463,462,450,-1,451,452,464,-1,464,463,451,-1,452,453,465,-1,465,464,452,-1,453,454,466,-1,466,465,453,-1,454,455,467,-1,467,466,454,-1,455,444,456,-1,456,467,455,-1,456,457,469,-1,469,468,456,-1,457,458,470,-1,470,469,457,-1,458,459,471,-1,471,470,458,-1,459,460,472,-1,472,471,459,-1,460,461,473,-1,473,472,460,-1,461,462,474,-1,474,473,461,-1,462,463,475,-1,475,474,462,-1,463,464,476,-1,476,475,463,-1,464,465,477,-1,477,476,464,-1,465,466,478,-1,478,477,465,-1,466,467,479,-1,479,478,466,-1,467,456,468,-1,468,479,467,-1,468,469,481,-1,481,480,468,-1,469,470,482,-1,482,481,469,-1,470,471,483,-1,483,482,470,-1,471,472,484,-1,484,483,471,-1,472,473,485,-1,485,484,472,-1,473,474,486,-1,486,485,473,-1,474,475,487,-1,487,486,474,-1,475,476,488,-1,488,487,475,-1,476,477,489,-1,489,488,476,-1,477,478,490,-1,490,489,477,-1,478,479,491,-1,491,490,478,-1,479,468,480,-1,480,491,479,-1,480,481,493,-1,493,492,480,-1,481,482,494,-1,494,493,481,-1,482,483,495,-1,495,494,482,-1,483,484,496,-1,496,495,483,-1,484,485,497,-1,497,496,484,-1,485,486,498,-1,498,497,485,-1,486,487,499,-1,499,498,486,-1,487,488,500,-1,500,499,487,-1,488,489,501,-1,501,500,488,-1,489,490,502,-1,502,501,489,-1,490,491,503,-1,503,502,490,-1,491,480,492,-1,492,503,491,-1,492,493,505,-1,505,504,492,-1,493,494,506,-1,506,505,493,-1,494,495,507,-1,507,506,494,-1,495,496,508,-1,508,507,495,-1,496,497,509,-1,509,508,496,-1,497,498,510,-1,510,509,497,-1,498,499,511,-1,511,510,498,-1,499,500,512,-1,512,511,499,-1}; return value; } private int[] getTube16_FACES_13_89_coordIndex_5() { int[] value = {500,501,513,-1,513,512,500,-1,501,502,514,-1,514,513,501,-1,502,503,515,-1,515,514,502,-1,503,492,504,-1,504,515,503,-1,504,505,517,-1,517,516,504,-1,505,506,518,-1,518,517,505,-1,506,507,519,-1,519,518,506,-1,507,508,520,-1,520,519,507,-1,508,509,521,-1,521,520,508,-1,509,510,522,-1,522,521,509,-1,510,511,523,-1,523,522,510,-1,511,512,524,-1,524,523,511,-1,512,513,525,-1,525,524,512,-1,513,514,526,-1,526,525,513,-1,514,515,527,-1,527,526,514,-1,515,504,516,-1,516,527,515,-1,516,517,529,-1,529,528,516,-1,517,518,530,-1,530,529,517,-1,518,519,531,-1,531,530,518,-1,519,520,532,-1,532,531,519,-1,520,521,533,-1,533,532,520,-1,521,522,534,-1,534,533,521,-1,522,523,535,-1,535,534,522,-1,523,524,536,-1,536,535,523,-1,524,525,537,-1,537,536,524,-1,525,526,538,-1,538,537,525,-1,526,527,539,-1,539,538,526,-1,527,516,528,-1,528,539,527,-1,528,529,541,-1,541,540,528,-1,529,530,542,-1,542,541,529,-1,530,531,543,-1,543,542,530,-1,531,532,544,-1,544,543,531,-1,532,533,545,-1,545,544,532,-1,533,534,546,-1,546,545,533,-1,534,535,547,-1,547,546,534,-1,535,536,548,-1,548,547,535,-1,536,537,549,-1,549,548,536,-1,537,538,550,-1,550,549,537,-1,538,539,551,-1,551,550,538,-1,539,528,540,-1,540,551,539,-1,540,541,553,-1,553,552,540,-1,541,542,554,-1,554,553,541,-1,542,543,555,-1,555,554,542,-1,543,544,556,-1,556,555,543,-1,544,545,557,-1,557,556,544,-1,545,546,558,-1,558,557,545,-1,546,547,559,-1,559,558,546,-1,547,548,560,-1,560,559,547,-1,548,549,561,-1,561,560,548,-1,549,550,562,-1,562,561,549,-1,550,551,563,-1,563,562,550,-1,551,540,552,-1,552,563,551,-1,552,553,565,-1,565,564,552,-1,553,554,566,-1,566,565,553,-1,554,555,567,-1,567,566,554,-1,555,556,568,-1,568,567,555,-1,556,557,569,-1,569,568,556,-1,557,558,570,-1,570,569,557,-1,558,559,571,-1,571,570,558,-1,559,560,572,-1,572,571,559,-1,560,561,573,-1,573,572,560,-1,561,562,574,-1,574,573,561,-1,562,563,575,-1,575,574,562,-1,563,552,564,-1,564,575,563,-1,564,565,577,-1,577,576,564,-1,565,566,578,-1,578,577,565,-1,566,567,579,-1,579,578,566,-1,567,568,580,-1,580,579,567,-1,568,569,581,-1,581,580,568,-1,569,570,582,-1,582,581,569,-1,570,571,583,-1,583,582,570,-1,571,572,584,-1,584,583,571,-1,572,573,585,-1,585,584,572,-1,573,574,586,-1,586,585,573,-1,574,575,587,-1,587,586,574,-1,575,564,576,-1,576,587,575,-1,576,577,589,-1,589,588,576,-1,577,578,590,-1,590,589,577,-1,578,579,591,-1,591,590,578,-1,579,580,592,-1,592,591,579,-1,580,581,593,-1,593,592,580,-1,581,582,594,-1,594,593,581,-1,582,583,595,-1,595,594,582,-1,583,584,596,-1,596,595,583,-1,584,585,597,-1,597,596,584,-1,585,586,598,-1,598,597,585,-1,586,587,599,-1,599,598,586,-1,587,576,588,-1,588,599,587,-1,588,589,601,-1,601,600,588,-1,589,590,602,-1,602,601,589,-1,590,591,603,-1,603,602,590,-1,591,592,604,-1,604,603,591,-1,592,593,605,-1,605,604,592,-1,593,594,606,-1,606,605,593,-1,594,595,607,-1,607,606,594,-1,595,596,608,-1,608,607,595,-1,596,597,609,-1,609,608,596,-1,597,598,610,-1,610,609,597,-1,598,599,611,-1,611,610,598,-1,599,588,600,-1,600,611,599,-1,600,601,613,-1,613,612,600,-1,601,602,614,-1,614,613,601,-1,602,603,615,-1,615,614,602,-1,603,604,616,-1,616,615,603,-1,604,605,617,-1,617,616,604,-1,605,606,618,-1,618,617,605,-1,606,607,619,-1,619,618,606,-1,607,608,620,-1,620,619,607,-1,608,609,621,-1,621,620,608,-1,609,610,622,-1,622,621,609,-1,610,611,623,-1,623,622,610,-1,611,600,612,-1,612,623,611,-1,612,613,625,-1,625,624,612,-1,613,614,626,-1,626,625,613,-1,614,615,627,-1,627,626,614,-1,615,616,628,-1,628,627,615,-1,616,617,629,-1,629,628,616,-1,617,618,630,-1,630,629,617,-1,618,619,631,-1,631,630,618,-1,619,620,632,-1,632,631,619,-1,620,621,633,-1,633,632,620,-1,621,622,634,-1,634,633,621,-1,622,623,635,-1,635,634,622,-1,623,612,624,-1,624,635,623,-1,624,625,637,-1,637,636,624,-1}; return value; } private int[] getTube16_FACES_13_89_coordIndex_6() { int[] value = {625,626,638,-1,638,637,625,-1,626,627,639,-1,639,638,626,-1,627,628,640,-1,640,639,627,-1,628,629,641,-1,641,640,628,-1,629,630,642,-1,642,641,629,-1,630,631,643,-1,643,642,630,-1,631,632,644,-1,644,643,631,-1,632,633,645,-1,645,644,632,-1,633,634,646,-1,646,645,633,-1,634,635,647,-1,647,646,634,-1,635,624,636,-1,636,647,635,-1,636,637,433,-1,433,432,636,-1,637,638,434,-1,434,433,637,-1,638,639,435,-1,435,434,638,-1,639,640,436,-1,436,435,639,-1,640,641,437,-1,437,436,640,-1,641,642,438,-1,438,437,641,-1,642,643,439,-1,439,438,642,-1,643,644,440,-1,440,439,643,-1,644,645,441,-1,441,440,644,-1,645,646,442,-1,442,441,645,-1,646,647,443,-1,443,442,646,-1,647,636,432,-1,432,443,647,-1,648,649,667,-1,667,666,648,-1,649,650,668,-1,668,667,649,-1,650,651,669,-1,669,668,650,-1,651,652,670,-1,670,669,651,-1,652,653,671,-1,671,670,652,-1,653,654,672,-1,672,671,653,-1,654,655,673,-1,673,672,654,-1,655,656,674,-1,674,673,655,-1,656,657,675,-1,675,674,656,-1,657,658,676,-1,676,675,657,-1,658,659,677,-1,677,676,658,-1,659,660,678,-1,678,677,659,-1,660,661,679,-1,679,678,660,-1,661,662,680,-1,680,679,661,-1,662,663,681,-1,681,680,662,-1,663,664,682,-1,682,681,663,-1,664,665,683,-1,683,682,664,-1,665,648,666,-1,666,683,665,-1,666,667,685,-1,685,684,666,-1,667,668,686,-1,686,685,667,-1,668,669,687,-1,687,686,668,-1,669,670,688,-1,688,687,669,-1,670,671,689,-1,689,688,670,-1,671,672,690,-1,690,689,671,-1,672,673,691,-1,691,690,672,-1,673,674,692,-1,692,691,673,-1,674,675,693,-1,693,692,674,-1,675,676,694,-1,694,693,675,-1,676,677,695,-1,695,694,676,-1,677,678,696,-1,696,695,677,-1,678,679,697,-1,697,696,678,-1,679,680,698,-1,698,697,679,-1,680,681,699,-1,699,698,680,-1,681,682,700,-1,700,699,681,-1,682,683,701,-1,701,700,682,-1,683,666,684,-1,684,701,683,-1,684,685,703,-1,703,702,684,-1,685,686,704,-1,704,703,685,-1,686,687,705,-1,705,704,686,-1,687,688,706,-1,706,705,687,-1,688,689,707,-1,707,706,688,-1,689,690,708,-1,708,707,689,-1,690,691,709,-1,709,708,690,-1,691,692,710,-1,710,709,691,-1,692,693,711,-1,711,710,692,-1,693,694,712,-1,712,711,693,-1,694,695,713,-1,713,712,694,-1,695,696,714,-1,714,713,695,-1,696,697,715,-1,715,714,696,-1,697,698,716,-1,716,715,697,-1,698,699,717,-1,717,716,698,-1,699,700,718,-1,718,717,699,-1,700,701,719,-1,719,718,700,-1,701,684,702,-1,702,719,701,-1,702,703,721,-1,721,720,702,-1,703,704,722,-1,722,721,703,-1,704,705,723,-1,723,722,704,-1,705,706,724,-1,724,723,705,-1,706,707,725,-1,725,724,706,-1,707,708,726,-1,726,725,707,-1,708,709,727,-1,727,726,708,-1,709,710,728,-1,728,727,709,-1,710,711,729,-1,729,728,710,-1,711,712,730,-1,730,729,711,-1,712,713,731,-1,731,730,712,-1,713,714,732,-1,732,731,713,-1,714,715,733,-1,733,732,714,-1,715,716,734,-1,734,733,715,-1,716,717,735,-1,735,734,716,-1,717,718,736,-1,736,735,717,-1,718,719,737,-1,737,736,718,-1,719,702,720,-1,720,737,719,-1,720,721,739,-1,739,738,720,-1,721,722,740,-1,740,739,721,-1,722,723,741,-1,741,740,722,-1,723,724,742,-1,742,741,723,-1,724,725,743,-1,743,742,724,-1,725,726,744,-1,744,743,725,-1,726,727,745,-1,745,744,726,-1,727,728,746,-1,746,745,727,-1,728,729,747,-1,747,746,728,-1,729,730,748,-1,748,747,729,-1,730,731,749,-1,749,748,730,-1,731,732,750,-1,750,749,731,-1,732,733,751,-1,751,750,732,-1,733,734,752,-1,752,751,733,-1,734,735,753,-1,753,752,734,-1,735,736,754,-1,754,753,735,-1,736,737,755,-1,755,754,736,-1,737,720,738,-1,738,755,737,-1,664,663,662,-1,662,661,660,-1,660,659,658,-1,662,660,658,-1,658,657,656,-1,656,655,654,-1,658,656,654,-1,654,653,652,-1,652,651,650,-1,654,652,650,-1,658,654,650,-1,662,658,650,-1,650,649,648,-1,662,650,648,-1,664,662,648,-1,665,664,648,-1,739,740,741,-1,741,742,743,-1,743,744,745,-1,741,743,745,-1,745,746,747,-1,747,748,749,-1,745,747,749,-1,749,750,751,-1}; return value; } private int[] getTube16_FACES_13_89_coordIndex_7() { int[] value = {751,752,753,-1,749,751,753,-1,745,749,753,-1,741,745,753,-1,753,754,755,-1,741,753,755,-1,739,741,755,-1,738,739,755,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTube16_COORD_14_89_point_1() { float[] value = {0.0f,0.0f,-0.011f,0.0f,0.02f,-0.011f,0.0f,0.04f,-0.011f,0.0f,0.06f,-0.011f,0.0f,0.08f,-0.011f,0.0f,0.1f,-0.011f,0.0f,0.1f,-0.01f,0.0f,0.08f,-0.01f,0.0f,0.06f,-0.01f,0.0f,0.04f,-0.01f,0.0f,0.02f,-0.01f,0.0f,0.0f,-0.01f,0.003762f,0.0f,-0.01034f,0.003762f,0.02f,-0.01034f,0.003762f,0.04f,-0.01034f,0.003762f,0.06f,-0.01034f,0.003762f,0.08f,-0.01034f,0.003762f,0.1f,-0.01034f,0.00342f,0.1f,-0.009397f,0.00342f,0.08f,-0.009397f,0.00342f,0.06f,-0.009397f,0.00342f,0.04f,-0.009397f,0.00342f,0.02f,-0.009397f,0.00342f,0.0f,-0.009397f,0.007071f,0.0f,-0.008426f,0.007071f,0.02f,-0.008426f,0.007071f,0.04f,-0.008426f,0.007071f,0.06f,-0.008426f,0.007071f,0.08f,-0.008426f,0.007071f,0.1f,-0.008426f,0.006428f,0.1f,-0.00766f,0.006428f,0.08f,-0.00766f,0.006428f,0.06f,-0.00766f,0.006428f,0.04f,-0.00766f,0.006428f,0.02f,-0.00766f,0.006428f,0.0f,-0.00766f,0.009526f,0.0f,-0.0055f,0.009526f,0.02f,-0.0055f,0.009526f,0.04f,-0.0055f,0.009526f,0.06f,-0.0055f,0.009526f,0.08f,-0.0055f,0.009526f,0.1f,-0.0055f,0.00866f,0.1f,-0.0050f,0.00866f,0.08f,-0.0050f,0.00866f,0.06f,-0.0050f,0.00866f,0.04f,-0.0050f,0.00866f,0.02f,-0.0050f,0.00866f,0.0f,-0.0050f,0.01083f,0.0f,-0.00191f,0.01083f,0.02f,-0.00191f,0.01083f,0.04f,-0.00191f,0.01083f,0.06f,-0.00191f,0.01083f,0.08f,-0.00191f,0.01083f,0.1f,-0.00191f,0.009848f,0.1f,-0.001736f,0.009848f,0.08f,-0.001736f,0.009848f,0.06f,-0.001736f,0.009848f,0.04f,-0.001736f,0.009848f,0.02f,-0.001736f,0.009848f,0.0f,-0.001736f,0.01083f,0.0f,0.00191f,0.01083f,0.02f,0.00191f,0.01083f,0.04f,0.00191f,0.01083f,0.06f,0.00191f,0.01083f,0.08f,0.00191f,0.01083f,0.1f,0.00191f,0.009848f,0.1f,0.001736f,0.009848f,0.08f,0.001736f,0.009848f,0.06f,0.001736f,0.009848f,0.04f,0.001736f,0.009848f,0.02f,0.001736f,0.009848f,0.0f,0.001736f,0.009526f,0.0f,0.0055f,0.009526f,0.02f,0.0055f,0.009526f,0.04f,0.0055f,0.009526f,0.06f,0.0055f,0.009526f,0.08f,0.0055f,0.009526f,0.1f,0.0055f,0.00866f,0.1f,0.0050f,0.00866f,0.08f,0.0050f,0.00866f,0.06f,0.0050f,0.00866f,0.04f,0.0050f,0.00866f,0.02f,0.0050f,0.00866f,0.0f,0.0050f,0.007071f,0.0f,0.008426f,0.007071f,0.02f,0.008426f,0.007071f,0.04f,0.008426f,0.007071f,0.06f,0.008426f,0.007071f,0.08f,0.008426f,0.007071f,0.1f,0.008426f,0.006428f,0.1f,0.00766f,0.006428f,0.08f,0.00766f,0.006428f,0.06f,0.00766f,0.006428f,0.04f,0.00766f,0.006428f,0.02f,0.00766f,0.006428f,0.0f,0.00766f,0.003762f,0.0f,0.01034f,0.003762f,0.02f,0.01034f,0.003762f,0.04f,0.01034f,0.003762f,0.06f,0.01034f}; return value; } private float[] getTube16_COORD_14_89_point_2() { float[] value = {0.003762f,0.08f,0.01034f,0.003762f,0.1f,0.01034f,0.00342f,0.1f,0.009397f,0.00342f,0.08f,0.009397f,0.00342f,0.06f,0.009397f,0.00342f,0.04f,0.009397f,0.00342f,0.02f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.011f,0.0f,0.02f,0.011f,0.0f,0.04f,0.011f,0.0f,0.06f,0.011f,0.0f,0.08f,0.011f,0.0f,0.1f,0.011f,0.0f,0.1f,0.01f,0.0f,0.08f,0.01f,0.0f,0.06f,0.01f,0.0f,0.04f,0.01f,0.0f,0.02f,0.01f,0.0f,0.0f,0.01f,-0.003762f,0.0f,0.01034f,-0.003762f,0.02f,0.01034f,-0.003762f,0.04f,0.01034f,-0.003762f,0.06f,0.01034f,-0.003762f,0.08f,0.01034f,-0.003762f,0.1f,0.01034f,-0.00342f,0.1f,0.009397f,-0.00342f,0.08f,0.009397f,-0.00342f,0.06f,0.009397f,-0.00342f,0.04f,0.009397f,-0.00342f,0.02f,0.009397f,-0.00342f,0.0f,0.009397f,-0.007071f,0.0f,0.008426f,-0.007071f,0.02f,0.008426f,-0.007071f,0.04f,0.008426f,-0.007071f,0.06f,0.008426f,-0.007071f,0.08f,0.008426f,-0.007071f,0.1f,0.008426f,-0.006428f,0.1f,0.00766f,-0.006428f,0.08f,0.00766f,-0.006428f,0.06f,0.00766f,-0.006428f,0.04f,0.00766f,-0.006428f,0.02f,0.00766f,-0.006428f,0.0f,0.00766f,-0.009526f,0.0f,0.0055f,-0.009526f,0.02f,0.0055f,-0.009526f,0.04f,0.0055f,-0.009526f,0.06f,0.0055f,-0.009526f,0.08f,0.0055f,-0.009526f,0.1f,0.0055f,-0.00866f,0.1f,0.0050f,-0.00866f,0.08f,0.0050f,-0.00866f,0.06f,0.0050f,-0.00866f,0.04f,0.0050f,-0.00866f,0.02f,0.0050f,-0.00866f,0.0f,0.0050f,-0.01083f,0.0f,0.00191f,-0.01083f,0.02f,0.00191f,-0.01083f,0.04f,0.00191f,-0.01083f,0.06f,0.00191f,-0.01083f,0.08f,0.00191f,-0.01083f,0.1f,0.00191f,-0.009848f,0.1f,0.001736f,-0.009848f,0.08f,0.001736f,-0.009848f,0.06f,0.001736f,-0.009848f,0.04f,0.001736f,-0.009848f,0.02f,0.001736f,-0.009848f,0.0f,0.001736f,-0.01083f,0.0f,-0.00191f,-0.01083f,0.02f,-0.00191f,-0.01083f,0.04f,-0.00191f,-0.01083f,0.06f,-0.00191f,-0.01083f,0.08f,-0.00191f,-0.01083f,0.1f,-0.00191f,-0.009848f,0.1f,-0.001736f,-0.009848f,0.08f,-0.001736f,-0.009848f,0.06f,-0.001736f,-0.009848f,0.04f,-0.001736f,-0.009848f,0.02f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.009526f,0.0f,-0.0055f,-0.009526f,0.02f,-0.0055f,-0.009526f,0.04f,-0.0055f,-0.009526f,0.06f,-0.0055f,-0.009526f,0.08f,-0.0055f,-0.009526f,0.1f,-0.0055f,-0.00866f,0.1f,-0.0050f,-0.00866f,0.08f,-0.0050f,-0.00866f,0.06f,-0.0050f,-0.00866f,0.04f,-0.0050f,-0.00866f,0.02f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.007071f,0.0f,-0.008426f,-0.007071f,0.02f,-0.008426f,-0.007071f,0.04f,-0.008426f,-0.007071f,0.06f,-0.008426f,-0.007071f,0.08f,-0.008426f,-0.007071f,0.1f,-0.008426f,-0.006428f,0.1f,-0.00766f,-0.006428f,0.08f,-0.00766f}; return value; } private float[] getTube16_COORD_14_89_point_3() { float[] value = {-0.006428f,0.06f,-0.00766f,-0.006428f,0.04f,-0.00766f,-0.006428f,0.02f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.003762f,0.0f,-0.01034f,-0.003762f,0.02f,-0.01034f,-0.003762f,0.04f,-0.01034f,-0.003762f,0.06f,-0.01034f,-0.003762f,0.08f,-0.01034f,-0.003762f,0.1f,-0.01034f,-0.00342f,0.1f,-0.009397f,-0.00342f,0.08f,-0.009397f,-0.00342f,0.06f,-0.009397f,-0.00342f,0.04f,-0.009397f,-0.00342f,0.02f,-0.009397f,-0.00342f,0.0f,-0.009397f,0.0f,0.1003f,-0.011f,0.0f,0.1043f,-0.01021f,0.0f,0.1083f,-0.009416f,0.0f,0.1123f,-0.008624f,0.0f,0.1163f,-0.007832f,0.0f,0.1203f,-0.00704f,0.0f,0.1203f,-0.0064f,0.0f,0.1163f,-0.00712f,0.0f,0.1123f,-0.00784f,0.0f,0.1083f,-0.00856f,0.0f,0.1043f,-0.00928f,0.0f,0.1003f,-0.01f,0.003762f,0.1003f,-0.01034f,0.003491f,0.1043f,-0.009592f,0.00322f,0.1083f,-0.008848f,0.00295f,0.1123f,-0.008104f,0.002679f,0.1163f,-0.00736f,0.002408f,0.1203f,-0.006615f,0.002189f,0.1203f,-0.006014f,0.002435f,0.1163f,-0.006691f,0.002681f,0.1123f,-0.007367f,0.002928f,0.1083f,-0.008044f,0.003174f,0.1043f,-0.00872f,0.00342f,0.1003f,-0.009397f,0.007071f,0.1003f,-0.008426f,0.006562f,0.1043f,-0.00782f,0.006052f,0.1083f,-0.007213f,0.005543f,0.1123f,-0.006606f,0.005034f,0.1163f,-0.0060f,0.004525f,0.1203f,-0.005393f,0.004114f,0.1203f,-0.004903f,0.004577f,0.1163f,-0.005454f,0.005039f,0.1123f,-0.006006f,0.005502f,0.1083f,-0.006557f,0.005965f,0.1043f,-0.007109f,0.006428f,0.1003f,-0.00766f,0.009526f,0.1003f,-0.0055f,0.00884f,0.1043f,-0.005104f,0.008154f,0.1083f,-0.004708f,0.007469f,0.1123f,-0.004312f,0.006783f,0.1163f,-0.003916f,0.006097f,0.1203f,-0.00352f,0.005543f,0.1203f,-0.0032f,0.006166f,0.1163f,-0.00356f,0.00679f,0.1123f,-0.00392f,0.007413f,0.1083f,-0.00428f,0.008037f,0.1043f,-0.00464f,0.00866f,0.1003f,-0.0050f,0.01083f,0.1003f,-0.00191f,0.01005f,0.1043f,-0.001773f,0.009273f,0.1083f,-0.001635f,0.008493f,0.1123f,-0.001498f,0.007713f,0.1163f,-0.00136f,0.006933f,0.1203f,-0.001222f,0.006303f,0.1203f,-0.001111f,0.007012f,0.1163f,-0.001236f,0.007721f,0.1123f,-0.001361f,0.00843f,0.1083f,-0.001486f,0.009139f,0.1043f,-0.001611f,0.009848f,0.1003f,-0.001736f,0.01083f,0.1003f,0.00191f,0.01005f,0.1043f,0.001773f,0.009273f,0.1083f,0.001635f,0.008493f,0.1123f,0.001498f,0.007713f,0.1163f,0.00136f,0.006933f,0.1203f,0.001222f,0.006303f,0.1203f,0.001111f,0.007012f,0.1163f,0.001236f,0.007721f,0.1123f,0.001361f,0.00843f,0.1083f,0.001486f,0.009139f,0.1043f,0.001611f,0.009848f,0.1003f,0.001736f,0.009526f,0.1003f,0.0055f,0.00884f,0.1043f,0.005104f,0.008154f,0.1083f,0.004708f,0.007469f,0.1123f,0.004312f,0.006783f,0.1163f,0.003916f,0.006097f,0.1203f,0.00352f,0.005543f,0.1203f,0.0032f,0.006166f,0.1163f,0.00356f,0.00679f,0.1123f,0.00392f,0.007413f,0.1083f,0.00428f,0.008037f,0.1043f,0.00464f,0.00866f,0.1003f,0.0050f}; return value; } private float[] getTube16_COORD_14_89_point_4() { float[] value = {0.007071f,0.1003f,0.008426f,0.006562f,0.1043f,0.00782f,0.006052f,0.1083f,0.007213f,0.005543f,0.1123f,0.006606f,0.005034f,0.1163f,0.0060f,0.004525f,0.1203f,0.005393f,0.004114f,0.1203f,0.004903f,0.004577f,0.1163f,0.005454f,0.005039f,0.1123f,0.006006f,0.005502f,0.1083f,0.006557f,0.005965f,0.1043f,0.007109f,0.006428f,0.1003f,0.00766f,0.003762f,0.1003f,0.01034f,0.003491f,0.1043f,0.009592f,0.00322f,0.1083f,0.008848f,0.00295f,0.1123f,0.008104f,0.002679f,0.1163f,0.00736f,0.002408f,0.1203f,0.006615f,0.002189f,0.1203f,0.006014f,0.002435f,0.1163f,0.006691f,0.002681f,0.1123f,0.007367f,0.002928f,0.1083f,0.008044f,0.003174f,0.1043f,0.00872f,0.00342f,0.1003f,0.009397f,0.0f,0.1003f,0.011f,0.0f,0.1043f,0.01021f,0.0f,0.1083f,0.009416f,0.0f,0.1123f,0.008624f,0.0f,0.1163f,0.007832f,0.0f,0.1203f,0.00704f,0.0f,0.1203f,0.0064f,0.0f,0.1163f,0.00712f,0.0f,0.1123f,0.00784f,0.0f,0.1083f,0.00856f,0.0f,0.1043f,0.00928f,0.0f,0.1003f,0.01f,-0.003762f,0.1003f,0.01034f,-0.003491f,0.1043f,0.009592f,-0.00322f,0.1083f,0.008848f,-0.00295f,0.1123f,0.008104f,-0.002679f,0.1163f,0.00736f,-0.002408f,0.1203f,0.006615f,-0.002189f,0.1203f,0.006014f,-0.002435f,0.1163f,0.006691f,-0.002681f,0.1123f,0.007367f,-0.002928f,0.1083f,0.008044f,-0.003174f,0.1043f,0.00872f,-0.00342f,0.1003f,0.009397f,-0.007071f,0.1003f,0.008426f,-0.006562f,0.1043f,0.00782f,-0.006052f,0.1083f,0.007213f,-0.005543f,0.1123f,0.006606f,-0.005034f,0.1163f,0.0060f,-0.004525f,0.1203f,0.005393f,-0.004114f,0.1203f,0.004903f,-0.004577f,0.1163f,0.005454f,-0.005039f,0.1123f,0.006006f,-0.005502f,0.1083f,0.006557f,-0.005965f,0.1043f,0.007109f,-0.006428f,0.1003f,0.00766f,-0.009526f,0.1003f,0.0055f,-0.00884f,0.1043f,0.005104f,-0.008154f,0.1083f,0.004708f,-0.007469f,0.1123f,0.004312f,-0.006783f,0.1163f,0.003916f,-0.006097f,0.1203f,0.00352f,-0.005543f,0.1203f,0.0032f,-0.006166f,0.1163f,0.00356f,-0.00679f,0.1123f,0.00392f,-0.007413f,0.1083f,0.00428f,-0.008037f,0.1043f,0.00464f,-0.00866f,0.1003f,0.0050f,-0.01083f,0.1003f,0.00191f,-0.01005f,0.1043f,0.001773f,-0.009273f,0.1083f,0.001635f,-0.008493f,0.1123f,0.001498f,-0.007713f,0.1163f,0.00136f,-0.006933f,0.1203f,0.001222f,-0.006303f,0.1203f,0.001111f,-0.007012f,0.1163f,0.001236f,-0.007721f,0.1123f,0.001361f,-0.00843f,0.1083f,0.001486f,-0.009139f,0.1043f,0.001611f,-0.009848f,0.1003f,0.001736f,-0.01083f,0.1003f,-0.00191f,-0.01005f,0.1043f,-0.001773f,-0.009273f,0.1083f,-0.001635f,-0.008493f,0.1123f,-0.001498f,-0.007713f,0.1163f,-0.00136f,-0.006933f,0.1203f,-0.001222f,-0.006303f,0.1203f,-0.001111f,-0.007012f,0.1163f,-0.001236f,-0.007721f,0.1123f,-0.001361f,-0.00843f,0.1083f,-0.001486f,-0.009139f,0.1043f,-0.001611f,-0.009848f,0.1003f,-0.001736f,-0.009526f,0.1003f,-0.0055f,-0.00884f,0.1043f,-0.005104f,-0.008154f,0.1083f,-0.004708f,-0.007469f,0.1123f,-0.004312f}; return value; } private float[] getTube16_COORD_14_89_point_5() { float[] value = {-0.006783f,0.1163f,-0.003916f,-0.006097f,0.1203f,-0.00352f,-0.005543f,0.1203f,-0.0032f,-0.006166f,0.1163f,-0.00356f,-0.00679f,0.1123f,-0.00392f,-0.007413f,0.1083f,-0.00428f,-0.008037f,0.1043f,-0.00464f,-0.00866f,0.1003f,-0.0050f,-0.007071f,0.1003f,-0.008426f,-0.006562f,0.1043f,-0.00782f,-0.006052f,0.1083f,-0.007213f,-0.005543f,0.1123f,-0.006606f,-0.005034f,0.1163f,-0.0060f,-0.004525f,0.1203f,-0.005393f,-0.004114f,0.1203f,-0.004903f,-0.004577f,0.1163f,-0.005454f,-0.005039f,0.1123f,-0.006006f,-0.005502f,0.1083f,-0.006557f,-0.005965f,0.1043f,-0.007109f,-0.006428f,0.1003f,-0.00766f,-0.003762f,0.1003f,-0.01034f,-0.003491f,0.1043f,-0.009592f,-0.00322f,0.1083f,-0.008848f,-0.00295f,0.1123f,-0.008104f,-0.002679f,0.1163f,-0.00736f,-0.002408f,0.1203f,-0.006615f,-0.002189f,0.1203f,-0.006014f,-0.002435f,0.1163f,-0.006691f,-0.002681f,0.1123f,-0.007367f,-0.002928f,0.1083f,-0.008044f,-0.003174f,0.1043f,-0.00872f,-0.00342f,0.1003f,-0.009397f,0.0f,0.1204f,-0.0070f,0.0f,0.1232f,-0.0070f,0.0f,0.126f,-0.0070f,0.0f,0.1288f,-0.0070f,0.0f,0.1316f,-0.0070f,0.0f,0.1344f,-0.0070f,0.0f,0.1344f,-0.0030f,0.0f,0.1316f,-0.0030f,0.0f,0.1288f,-0.0030f,0.0f,0.126f,-0.0030f,0.0f,0.1232f,-0.0030f,0.0f,0.1204f,-0.0030f,0.002394f,0.1204f,-0.006578f,0.002394f,0.1232f,-0.006578f,0.002394f,0.126f,-0.006578f,0.002394f,0.1288f,-0.006578f,0.002394f,0.1316f,-0.006578f,0.002394f,0.1344f,-0.006578f,0.001026f,0.1344f,-0.002819f,0.001026f,0.1316f,-0.002819f,0.001026f,0.1288f,-0.002819f,0.001026f,0.126f,-0.002819f,0.001026f,0.1232f,-0.002819f,0.001026f,0.1204f,-0.002819f,0.0045f,0.1204f,-0.005362f,0.0045f,0.1232f,-0.005362f,0.0045f,0.126f,-0.005362f,0.0045f,0.1288f,-0.005362f,0.0045f,0.1316f,-0.005362f,0.0045f,0.1344f,-0.005362f,0.001928f,0.1344f,-0.002298f,0.001928f,0.1316f,-0.002298f,0.001928f,0.1288f,-0.002298f,0.001928f,0.126f,-0.002298f,0.001928f,0.1232f,-0.002298f,0.001928f,0.1204f,-0.002298f,0.006062f,0.1204f,-0.0035f,0.006062f,0.1232f,-0.0035f,0.006062f,0.126f,-0.0035f,0.006062f,0.1288f,-0.0035f,0.006062f,0.1316f,-0.0035f,0.006062f,0.1344f,-0.0035f,0.002598f,0.1344f,-0.0015f,0.002598f,0.1316f,-0.0015f,0.002598f,0.1288f,-0.0015f,0.002598f,0.126f,-0.0015f,0.002598f,0.1232f,-0.0015f,0.002598f,0.1204f,-0.0015f,0.006894f,0.1204f,-0.001216f,0.006894f,0.1232f,-0.001216f,0.006894f,0.126f,-0.001216f,0.006894f,0.1288f,-0.001216f,0.006894f,0.1316f,-0.001216f,0.006894f,0.1344f,-0.001216f,0.002954f,0.1344f,-5.209E-4f,0.002954f,0.1316f,-5.209E-4f,0.002954f,0.1288f,-5.209E-4f,0.002954f,0.126f,-5.209E-4f,0.002954f,0.1232f,-5.209E-4f,0.002954f,0.1204f,-5.209E-4f,0.006894f,0.1204f,0.001216f,0.006894f,0.1232f,0.001216f,0.006894f,0.126f,0.001216f,0.006894f,0.1288f,0.001216f,0.006894f,0.1316f,0.001216f,0.006894f,0.1344f,0.001216f,0.002954f,0.1344f,5.209E-4f,0.002954f,0.1316f,5.209E-4f}; return value; } private float[] getTube16_COORD_14_89_point_6() { float[] value = {0.002954f,0.1288f,5.209E-4f,0.002954f,0.126f,5.209E-4f,0.002954f,0.1232f,5.209E-4f,0.002954f,0.1204f,5.209E-4f,0.006062f,0.1204f,0.0035f,0.006062f,0.1232f,0.0035f,0.006062f,0.126f,0.0035f,0.006062f,0.1288f,0.0035f,0.006062f,0.1316f,0.0035f,0.006062f,0.1344f,0.0035f,0.002598f,0.1344f,0.0015f,0.002598f,0.1316f,0.0015f,0.002598f,0.1288f,0.0015f,0.002598f,0.126f,0.0015f,0.002598f,0.1232f,0.0015f,0.002598f,0.1204f,0.0015f,0.0045f,0.1204f,0.005362f,0.0045f,0.1232f,0.005362f,0.0045f,0.126f,0.005362f,0.0045f,0.1288f,0.005362f,0.0045f,0.1316f,0.005362f,0.0045f,0.1344f,0.005362f,0.001928f,0.1344f,0.002298f,0.001928f,0.1316f,0.002298f,0.001928f,0.1288f,0.002298f,0.001928f,0.126f,0.002298f,0.001928f,0.1232f,0.002298f,0.001928f,0.1204f,0.002298f,0.002394f,0.1204f,0.006578f,0.002394f,0.1232f,0.006578f,0.002394f,0.126f,0.006578f,0.002394f,0.1288f,0.006578f,0.002394f,0.1316f,0.006578f,0.002394f,0.1344f,0.006578f,0.001026f,0.1344f,0.002819f,0.001026f,0.1316f,0.002819f,0.001026f,0.1288f,0.002819f,0.001026f,0.126f,0.002819f,0.001026f,0.1232f,0.002819f,0.001026f,0.1204f,0.002819f,0.0f,0.1204f,0.0070f,0.0f,0.1232f,0.0070f,0.0f,0.126f,0.0070f,0.0f,0.1288f,0.0070f,0.0f,0.1316f,0.0070f,0.0f,0.1344f,0.0070f,0.0f,0.1344f,0.0030f,0.0f,0.1316f,0.0030f,0.0f,0.1288f,0.0030f,0.0f,0.126f,0.0030f,0.0f,0.1232f,0.0030f,0.0f,0.1204f,0.0030f,-0.002394f,0.1204f,0.006578f,-0.002394f,0.1232f,0.006578f,-0.002394f,0.126f,0.006578f,-0.002394f,0.1288f,0.006578f,-0.002394f,0.1316f,0.006578f,-0.002394f,0.1344f,0.006578f,-0.001026f,0.1344f,0.002819f,-0.001026f,0.1316f,0.002819f,-0.001026f,0.1288f,0.002819f,-0.001026f,0.126f,0.002819f,-0.001026f,0.1232f,0.002819f,-0.001026f,0.1204f,0.002819f,-0.0045f,0.1204f,0.005362f,-0.0045f,0.1232f,0.005362f,-0.0045f,0.126f,0.005362f,-0.0045f,0.1288f,0.005362f,-0.0045f,0.1316f,0.005362f,-0.0045f,0.1344f,0.005362f,-0.001928f,0.1344f,0.002298f,-0.001928f,0.1316f,0.002298f,-0.001928f,0.1288f,0.002298f,-0.001928f,0.126f,0.002298f,-0.001928f,0.1232f,0.002298f,-0.001928f,0.1204f,0.002298f,-0.006062f,0.1204f,0.0035f,-0.006062f,0.1232f,0.0035f,-0.006062f,0.126f,0.0035f,-0.006062f,0.1288f,0.0035f,-0.006062f,0.1316f,0.0035f,-0.006062f,0.1344f,0.0035f,-0.002598f,0.1344f,0.0015f,-0.002598f,0.1316f,0.0015f,-0.002598f,0.1288f,0.0015f,-0.002598f,0.126f,0.0015f,-0.002598f,0.1232f,0.0015f,-0.002598f,0.1204f,0.0015f,-0.006894f,0.1204f,0.001216f,-0.006894f,0.1232f,0.001216f,-0.006894f,0.126f,0.001216f,-0.006894f,0.1288f,0.001216f,-0.006894f,0.1316f,0.001216f,-0.006894f,0.1344f,0.001216f,-0.002954f,0.1344f,5.209E-4f,-0.002954f,0.1316f,5.209E-4f,-0.002954f,0.1288f,5.209E-4f,-0.002954f,0.126f,5.209E-4f,-0.002954f,0.1232f,5.209E-4f,-0.002954f,0.1204f,5.209E-4f}; return value; } private float[] getTube16_COORD_14_89_point_7() { float[] value = {-0.006894f,0.1204f,-0.001216f,-0.006894f,0.1232f,-0.001216f,-0.006894f,0.126f,-0.001216f,-0.006894f,0.1288f,-0.001216f,-0.006894f,0.1316f,-0.001216f,-0.006894f,0.1344f,-0.001216f,-0.002954f,0.1344f,-5.209E-4f,-0.002954f,0.1316f,-5.209E-4f,-0.002954f,0.1288f,-5.209E-4f,-0.002954f,0.126f,-5.209E-4f,-0.002954f,0.1232f,-5.209E-4f,-0.002954f,0.1204f,-5.209E-4f,-0.006062f,0.1204f,-0.0035f,-0.006062f,0.1232f,-0.0035f,-0.006062f,0.126f,-0.0035f,-0.006062f,0.1288f,-0.0035f,-0.006062f,0.1316f,-0.0035f,-0.006062f,0.1344f,-0.0035f,-0.002598f,0.1344f,-0.0015f,-0.002598f,0.1316f,-0.0015f,-0.002598f,0.1288f,-0.0015f,-0.002598f,0.126f,-0.0015f,-0.002598f,0.1232f,-0.0015f,-0.002598f,0.1204f,-0.0015f,-0.0045f,0.1204f,-0.005362f,-0.0045f,0.1232f,-0.005362f,-0.0045f,0.126f,-0.005362f,-0.0045f,0.1288f,-0.005362f,-0.0045f,0.1316f,-0.005362f,-0.0045f,0.1344f,-0.005362f,-0.001928f,0.1344f,-0.002298f,-0.001928f,0.1316f,-0.002298f,-0.001928f,0.1288f,-0.002298f,-0.001928f,0.126f,-0.002298f,-0.001928f,0.1232f,-0.002298f,-0.001928f,0.1204f,-0.002298f,-0.002394f,0.1204f,-0.006578f,-0.002394f,0.1232f,-0.006578f,-0.002394f,0.126f,-0.006578f,-0.002394f,0.1288f,-0.006578f,-0.002394f,0.1316f,-0.006578f,-0.002394f,0.1344f,-0.006578f,-0.001026f,0.1344f,-0.002819f,-0.001026f,0.1316f,-0.002819f,-0.001026f,0.1288f,-0.002819f,-0.001026f,0.126f,-0.002819f,-0.001026f,0.1232f,-0.002819f,-0.001026f,0.1204f,-0.002819f,0.013f,0.0f,0.0f,0.01222f,0.0f,-0.004446f,0.009959f,0.0f,-0.008356f,0.0065f,0.0f,-0.01126f,0.002257f,0.0f,-0.0128f,-0.002257f,0.0f,-0.0128f,-0.0065f,0.0f,-0.01126f,-0.009959f,0.0f,-0.008356f,-0.01222f,0.0f,-0.004446f,-0.013f,0.0f,0.0f,-0.01222f,0.0f,0.004446f,-0.009959f,0.0f,0.008356f,-0.0065f,0.0f,0.01126f,-0.002257f,0.0f,0.0128f,0.002257f,0.0f,0.0128f,0.0065f,0.0f,0.01126f,0.009959f,0.0f,0.008356f,0.01222f,0.0f,0.004446f,0.013f,0.0010f,0.0f,0.01222f,0.0010f,-0.004446f,0.009959f,0.0010f,-0.008356f,0.0065f,0.0010f,-0.01126f,0.002257f,0.0010f,-0.0128f,-0.002257f,0.0010f,-0.0128f,-0.0065f,0.0010f,-0.01126f,-0.009959f,0.0010f,-0.008356f,-0.01222f,0.0010f,-0.004446f,-0.013f,0.0010f,0.0f,-0.01222f,0.0010f,0.004446f,-0.009959f,0.0010f,0.008356f,-0.0065f,0.0010f,0.01126f,-0.002257f,0.0010f,0.0128f,0.002257f,0.0010f,0.0128f,0.0065f,0.0010f,0.01126f,0.009959f,0.0010f,0.008356f,0.01222f,0.0010f,0.004446f,0.013f,0.0020f,0.0f,0.01222f,0.0020f,-0.004446f,0.009959f,0.0020f,-0.008356f,0.0065f,0.0020f,-0.01126f,0.002257f,0.0020f,-0.0128f,-0.002257f,0.0020f,-0.0128f,-0.0065f,0.0020f,-0.01126f,-0.009959f,0.0020f,-0.008356f,-0.01222f,0.0020f,-0.004446f,-0.013f,0.0020f,0.0f,-0.01222f,0.0020f,0.004446f,-0.009959f,0.0020f,0.008356f,-0.0065f,0.0020f,0.01126f,-0.002257f,0.0020f,0.0128f,0.002257f,0.0020f,0.0128f,0.0065f,0.0020f,0.01126f}; return value; } private float[] getTube16_COORD_14_89_point_8() { float[] value = {0.009959f,0.0020f,0.008356f,0.01222f,0.0020f,0.004446f,0.013f,0.0030f,0.0f,0.01222f,0.0030f,-0.004446f,0.009959f,0.0030f,-0.008356f,0.0065f,0.0030f,-0.01126f,0.002257f,0.0030f,-0.0128f,-0.002257f,0.0030f,-0.0128f,-0.0065f,0.0030f,-0.01126f,-0.009959f,0.0030f,-0.008356f,-0.01222f,0.0030f,-0.004446f,-0.013f,0.0030f,0.0f,-0.01222f,0.0030f,0.004446f,-0.009959f,0.0030f,0.008356f,-0.0065f,0.0030f,0.01126f,-0.002257f,0.0030f,0.0128f,0.002257f,0.0030f,0.0128f,0.0065f,0.0030f,0.01126f,0.009959f,0.0030f,0.008356f,0.01222f,0.0030f,0.004446f,0.013f,0.0040f,0.0f,0.01222f,0.0040f,-0.004446f,0.009959f,0.0040f,-0.008356f,0.0065f,0.0040f,-0.01126f,0.002257f,0.0040f,-0.0128f,-0.002257f,0.0040f,-0.0128f,-0.0065f,0.0040f,-0.01126f,-0.009959f,0.0040f,-0.008356f,-0.01222f,0.0040f,-0.004446f,-0.013f,0.0040f,0.0f,-0.01222f,0.0040f,0.004446f,-0.009959f,0.0040f,0.008356f,-0.0065f,0.0040f,0.01126f,-0.002257f,0.0040f,0.0128f,0.002257f,0.0040f,0.0128f,0.0065f,0.0040f,0.01126f,0.009959f,0.0040f,0.008356f,0.01222f,0.0040f,0.004446f,0.013f,0.0050f,0.0f,0.01222f,0.0050f,-0.004446f,0.009959f,0.0050f,-0.008356f,0.0065f,0.0050f,-0.01126f,0.002257f,0.0050f,-0.0128f,-0.002257f,0.0050f,-0.0128f,-0.0065f,0.0050f,-0.01126f,-0.009959f,0.0050f,-0.008356f,-0.01222f,0.0050f,-0.004446f,-0.013f,0.0050f,0.0f,-0.01222f,0.0050f,0.004446f,-0.009959f,0.0050f,0.008356f,-0.0065f,0.0050f,0.01126f,-0.002257f,0.0050f,0.0128f,0.002257f,0.0050f,0.0128f,0.0065f,0.0050f,0.01126f,0.009959f,0.0050f,0.008356f,0.01222f,0.0050f,0.004446f,0.0f,0.0f,0.0f}; return value; } /** Define subarrays using type int[] */ private int[] getCylinder21_FACES_11_105_coordIndex_1() { int[] value = {0,2,1,-1,0,3,2,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,0,9,8,-1,0,10,9,-1,0,11,10,-1,0,12,11,-1,0,13,12,-1,0,14,13,-1,0,15,14,-1,0,16,15,-1,0,17,16,-1,0,18,17,-1,0,1,18,-1,1,20,19,-1,1,2,20,-1,2,21,20,-1,2,3,21,-1,3,22,21,-1,3,4,22,-1,4,23,22,-1,4,5,23,-1,5,24,23,-1,5,6,24,-1,6,25,24,-1,6,7,25,-1,7,26,25,-1,7,8,26,-1,8,27,26,-1,8,9,27,-1,9,28,27,-1,9,10,28,-1,10,29,28,-1,10,11,29,-1,11,30,29,-1,11,12,30,-1,12,31,30,-1,12,13,31,-1,13,32,31,-1,13,14,32,-1,14,33,32,-1,14,15,33,-1,15,34,33,-1,15,16,34,-1,16,35,34,-1,16,17,35,-1,17,36,35,-1,17,18,36,-1,18,19,36,-1,18,1,19,-1,19,38,37,-1,19,20,38,-1,20,39,38,-1,20,21,39,-1,21,40,39,-1,21,22,40,-1,22,41,40,-1,22,23,41,-1,23,42,41,-1,23,24,42,-1,24,43,42,-1,24,25,43,-1,25,44,43,-1,25,26,44,-1,26,45,44,-1,26,27,45,-1,27,46,45,-1,27,28,46,-1,28,47,46,-1,28,29,47,-1,29,48,47,-1,29,30,48,-1,30,49,48,-1,30,31,49,-1,31,50,49,-1,31,32,50,-1,32,51,50,-1,32,33,51,-1,33,52,51,-1,33,34,52,-1,34,53,52,-1,34,35,53,-1,35,54,53,-1,35,36,54,-1,36,37,54,-1,36,19,37,-1,37,56,55,-1,37,38,56,-1,38,57,56,-1,38,39,57,-1,39,58,57,-1,39,40,58,-1,40,59,58,-1,40,41,59,-1,41,60,59,-1,41,42,60,-1,42,61,60,-1,42,43,61,-1,43,62,61,-1,43,44,62,-1,44,63,62,-1,44,45,63,-1,45,64,63,-1,45,46,64,-1,46,65,64,-1,46,47,65,-1,47,66,65,-1,47,48,66,-1,48,67,66,-1,48,49,67,-1,49,68,67,-1,49,50,68,-1,50,69,68,-1,50,51,69,-1,51,70,69,-1,51,52,70,-1,52,71,70,-1,52,53,71,-1,53,72,71,-1,53,54,72,-1,54,55,72,-1,54,37,55,-1,55,74,73,-1,55,56,74,-1,56,75,74,-1,56,57,75,-1,57,76,75,-1,57,58,76,-1,58,77,76,-1,58,59,77,-1,59,78,77,-1,59,60,78,-1,60,79,78,-1,60,61,79,-1,61,80,79,-1,61,62,80,-1,62,81,80,-1,62,63,81,-1,63,82,81,-1,63,64,82,-1,64,83,82,-1,64,65,83,-1,65,84,83,-1,65,66,84,-1,66,85,84,-1,66,67,85,-1,67,86,85,-1,67,68,86,-1,68,87,86,-1,68,69,87,-1,69,88,87,-1,69,70,88,-1,70,89,88,-1,70,71,89,-1,71,90,89,-1,71,72,90,-1,72,73,90,-1,72,55,73,-1,73,92,91,-1,73,74,92,-1,74,93,92,-1,74,75,93,-1,75,94,93,-1,75,76,94,-1,76,95,94,-1,76,77,95,-1,77,96,95,-1,77,78,96,-1,78,97,96,-1,78,79,97,-1,79,98,97,-1,79,80,98,-1,80,99,98,-1,80,81,99,-1,81,100,99,-1,81,82,100,-1,82,101,100,-1,82,83,101,-1,83,102,101,-1,83,84,102,-1,84,103,102,-1,84,85,103,-1,85,104,103,-1,85,86,104,-1,86,105,104,-1,86,87,105,-1,87,106,105,-1,87,88,106,-1,88,107,106,-1,88,89,107,-1,89,108,107,-1,89,90,108,-1,90,91,108,-1,90,73,91,-1,109,91,92,-1,109,92,93,-1,109,93,94,-1,109,94,95,-1,109,95,96,-1,109,96,97,-1,109,97,98,-1,109,98,99,-1,109,99,100,-1,109,100,101,-1,109,101,102,-1,109,102,103,-1,109,103,104,-1,109,104,105,-1,109,105,106,-1,109,106,107,-1,109,107,108,-1,109,108,91,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCylinder21_COORD_12_105_point_1() { float[] value = {0.0f,0.0f,0.0f,0.0070f,0.0f,0.0f,0.006578f,0.0f,-0.002394f,0.005362f,0.0f,-0.0045f,0.0035f,0.0f,-0.006062f,0.001216f,0.0f,-0.006894f,-0.001216f,0.0f,-0.006894f,-0.0035f,0.0f,-0.006062f,-0.005362f,0.0f,-0.0045f,-0.006578f,0.0f,-0.002394f,-0.0070f,0.0f,0.0f,-0.006578f,0.0f,0.002394f,-0.005362f,0.0f,0.0045f,-0.0035f,0.0f,0.006062f,-0.001216f,0.0f,0.006894f,0.001216f,0.0f,0.006894f,0.0035f,0.0f,0.006062f,0.005362f,0.0f,0.0045f,0.006578f,0.0f,0.002394f,0.006677f,0.01f,0.0f,0.006274f,0.01f,-0.002284f,0.005115f,0.01f,-0.004292f,0.003338f,0.01f,-0.005782f,0.001159f,0.01f,-0.006575f,-0.001159f,0.01f,-0.006575f,-0.003338f,0.01f,-0.005782f,-0.005115f,0.01f,-0.004292f,-0.006274f,0.01f,-0.002284f,-0.006677f,0.01f,0.0f,-0.006274f,0.01f,0.002284f,-0.005115f,0.01f,0.004292f,-0.003338f,0.01f,0.005782f,-0.001159f,0.01f,0.006575f,0.001159f,0.01f,0.006575f,0.003338f,0.01f,0.005782f,0.005115f,0.01f,0.004292f,0.006274f,0.01f,0.002284f,0.00593f,0.02f,0.0f,0.005572f,0.02f,-0.002028f,0.004543f,0.02f,-0.003812f,0.002965f,0.02f,-0.005136f,0.00103f,0.02f,-0.00584f,-0.00103f,0.02f,-0.00584f,-0.002965f,0.02f,-0.005136f,-0.004543f,0.02f,-0.003812f,-0.005572f,0.02f,-0.002028f,-0.00593f,0.02f,0.0f,-0.005572f,0.02f,0.002028f,-0.004543f,0.02f,0.003812f,-0.002965f,0.02f,0.005136f,-0.00103f,0.02f,0.00584f,0.00103f,0.02f,0.00584f,0.002965f,0.02f,0.005136f,0.004543f,0.02f,0.003812f,0.005572f,0.02f,0.002028f,0.004761f,0.03f,0.0f,0.004474f,0.03f,-0.001628f,0.003647f,0.03f,-0.00306f,0.00238f,0.03f,-0.004123f,8.267E-4f,0.03f,-0.004688f,-8.267E-4f,0.03f,-0.004688f,-0.00238f,0.03f,-0.004123f,-0.003647f,0.03f,-0.00306f,-0.004474f,0.03f,-0.001628f,-0.004761f,0.03f,0.0f,-0.004474f,0.03f,0.001628f,-0.003647f,0.03f,0.00306f,-0.00238f,0.03f,0.004123f,-8.267E-4f,0.03f,0.004688f,8.267E-4f,0.03f,0.004688f,0.00238f,0.03f,0.004123f,0.003647f,0.03f,0.00306f,0.004474f,0.03f,0.001628f,0.003168f,0.04f,0.0f,0.002977f,0.04f,-0.001084f,0.002427f,0.04f,-0.002037f,0.001584f,0.04f,-0.002744f,5.502E-4f,0.04f,-0.00312f,-5.502E-4f,0.04f,-0.00312f,-0.001584f,0.04f,-0.002744f,-0.002427f,0.04f,-0.002037f,-0.002977f,0.04f,-0.001084f,-0.003168f,0.04f,0.0f,-0.002977f,0.04f,0.001084f,-0.002427f,0.04f,0.002037f,-0.001584f,0.04f,0.002744f,-5.502E-4f,0.04f,0.00312f,5.502E-4f,0.04f,0.00312f,0.001584f,0.04f,0.002744f,0.002427f,0.04f,0.002037f,0.002977f,0.04f,0.001084f,0.001153f,0.05f,0.0f,0.001083f,0.05f,-3.943E-4f,8.832E-4f,0.05f,-7.411E-4f,5.765E-4f,0.05f,-9.984E-4f,2.002E-4f,0.05f,-0.001135f,-2.002E-4f,0.05f,-0.001135f,-5.765E-4f,0.05f,-9.984E-4f,-8.832E-4f,0.05f,-7.411E-4f,-0.001083f,0.05f,-3.943E-4f}; return value; } private float[] getCylinder21_COORD_12_105_point_2() { float[] value = {-0.001153f,0.05f,0.0f,-0.001083f,0.05f,3.943E-4f,-8.832E-4f,0.05f,7.411E-4f,-5.765E-4f,0.05f,9.984E-4f,-2.002E-4f,0.05f,0.001135f,2.002E-4f,0.05f,0.001135f,5.765E-4f,0.05f,9.984E-4f,8.832E-4f,0.05f,7.411E-4f,0.001083f,0.05f,3.943E-4f,0.0f,0.05f,0.0f,1.0f,1.0f,1.0f}; return value; } /** Define subarrays using type int[] */ private int[] getTube15_FACES_10_125_coordIndex_1() { int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1}; return value; } private int[] getTube15_FACES_10_125_coordIndex_2() { int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1,216,217,229,-1,229,228,216,-1,217,218,230,-1,230,229,217,-1,218,219,231,-1,231,230,218,-1,219,220,232,-1,232,231,219,-1,220,221,233,-1,233,232,220,-1,221,222,234,-1,234,233,221,-1,222,223,235,-1,235,234,222,-1,223,224,236,-1,236,235,223,-1,224,225,237,-1,237,236,224,-1,225,226,238,-1,238,237,225,-1,226,227,239,-1,239,238,226,-1,227,216,228,-1,228,239,227,-1,228,229,241,-1,241,240,228,-1,229,230,242,-1,242,241,229,-1,230,231,243,-1,243,242,230,-1,231,232,244,-1,244,243,231,-1,232,233,245,-1,245,244,232,-1,233,234,246,-1,246,245,233,-1,234,235,247,-1,247,246,234,-1,235,236,248,-1,248,247,235,-1,236,237,249,-1,249,248,236,-1,237,238,250,-1,250,249,237,-1,238,239,251,-1,251,250,238,-1,239,228,240,-1,240,251,239,-1,240,241,253,-1,253,252,240,-1,241,242,254,-1,254,253,241,-1,242,243,255,-1,255,254,242,-1,243,244,256,-1,256,255,243,-1,244,245,257,-1,257,256,244,-1,245,246,258,-1,258,257,245,-1,246,247,259,-1,259,258,246,-1,247,248,260,-1,260,259,247,-1,248,249,261,-1,261,260,248,-1,249,250,262,-1,262,261,249,-1}; return value; } private int[] getTube15_FACES_10_125_coordIndex_3() { int[] value = {250,251,263,-1,263,262,250,-1,251,240,252,-1,252,263,251,-1,252,253,265,-1,265,264,252,-1,253,254,266,-1,266,265,253,-1,254,255,267,-1,267,266,254,-1,255,256,268,-1,268,267,255,-1,256,257,269,-1,269,268,256,-1,257,258,270,-1,270,269,257,-1,258,259,271,-1,271,270,258,-1,259,260,272,-1,272,271,259,-1,260,261,273,-1,273,272,260,-1,261,262,274,-1,274,273,261,-1,262,263,275,-1,275,274,262,-1,263,252,264,-1,264,275,263,-1,264,265,277,-1,277,276,264,-1,265,266,278,-1,278,277,265,-1,266,267,279,-1,279,278,266,-1,267,268,280,-1,280,279,267,-1,268,269,281,-1,281,280,268,-1,269,270,282,-1,282,281,269,-1,270,271,283,-1,283,282,270,-1,271,272,284,-1,284,283,271,-1,272,273,285,-1,285,284,272,-1,273,274,286,-1,286,285,273,-1,274,275,287,-1,287,286,274,-1,275,264,276,-1,276,287,275,-1,276,277,289,-1,289,288,276,-1,277,278,290,-1,290,289,277,-1,278,279,291,-1,291,290,278,-1,279,280,292,-1,292,291,279,-1,280,281,293,-1,293,292,280,-1,281,282,294,-1,294,293,281,-1,282,283,295,-1,295,294,282,-1,283,284,296,-1,296,295,283,-1,284,285,297,-1,297,296,284,-1,285,286,298,-1,298,297,285,-1,286,287,299,-1,299,298,286,-1,287,276,288,-1,288,299,287,-1,288,289,301,-1,301,300,288,-1,289,290,302,-1,302,301,289,-1,290,291,303,-1,303,302,290,-1,291,292,304,-1,304,303,291,-1,292,293,305,-1,305,304,292,-1,293,294,306,-1,306,305,293,-1,294,295,307,-1,307,306,294,-1,295,296,308,-1,308,307,295,-1,296,297,309,-1,309,308,296,-1,297,298,310,-1,310,309,297,-1,298,299,311,-1,311,310,298,-1,299,288,300,-1,300,311,299,-1,300,301,313,-1,313,312,300,-1,301,302,314,-1,314,313,301,-1,302,303,315,-1,315,314,302,-1,303,304,316,-1,316,315,303,-1,304,305,317,-1,317,316,304,-1,305,306,318,-1,318,317,305,-1,306,307,319,-1,319,318,306,-1,307,308,320,-1,320,319,307,-1,308,309,321,-1,321,320,308,-1,309,310,322,-1,322,321,309,-1,310,311,323,-1,323,322,310,-1,311,300,312,-1,312,323,311,-1,312,313,325,-1,325,324,312,-1,313,314,326,-1,326,325,313,-1,314,315,327,-1,327,326,314,-1,315,316,328,-1,328,327,315,-1,316,317,329,-1,329,328,316,-1,317,318,330,-1,330,329,317,-1,318,319,331,-1,331,330,318,-1,319,320,332,-1,332,331,319,-1,320,321,333,-1,333,332,320,-1,321,322,334,-1,334,333,321,-1,322,323,335,-1,335,334,322,-1,323,312,324,-1,324,335,323,-1,324,325,337,-1,337,336,324,-1,325,326,338,-1,338,337,325,-1,326,327,339,-1,339,338,326,-1,327,328,340,-1,340,339,327,-1,328,329,341,-1,341,340,328,-1,329,330,342,-1,342,341,329,-1,330,331,343,-1,343,342,330,-1,331,332,344,-1,344,343,331,-1,332,333,345,-1,345,344,332,-1,333,334,346,-1,346,345,333,-1,334,335,347,-1,347,346,334,-1,335,324,336,-1,336,347,335,-1,336,337,349,-1,349,348,336,-1,337,338,350,-1,350,349,337,-1,338,339,351,-1,351,350,338,-1,339,340,352,-1,352,351,339,-1,340,341,353,-1,353,352,340,-1,341,342,354,-1,354,353,341,-1,342,343,355,-1,355,354,342,-1,343,344,356,-1,356,355,343,-1,344,345,357,-1,357,356,344,-1,345,346,358,-1,358,357,345,-1,346,347,359,-1,359,358,346,-1,347,336,348,-1,348,359,347,-1,348,349,361,-1,361,360,348,-1,349,350,362,-1,362,361,349,-1,350,351,363,-1,363,362,350,-1,351,352,364,-1,364,363,351,-1,352,353,365,-1,365,364,352,-1,353,354,366,-1,366,365,353,-1,354,355,367,-1,367,366,354,-1,355,356,368,-1,368,367,355,-1,356,357,369,-1,369,368,356,-1,357,358,370,-1,370,369,357,-1,358,359,371,-1,371,370,358,-1,359,348,360,-1,360,371,359,-1,360,361,373,-1,373,372,360,-1,361,362,374,-1,374,373,361,-1,362,363,375,-1,375,374,362,-1,363,364,376,-1,376,375,363,-1,364,365,377,-1,377,376,364,-1,365,366,378,-1,378,377,365,-1,366,367,379,-1,379,378,366,-1,367,368,380,-1,380,379,367,-1,368,369,381,-1,381,380,368,-1,369,370,382,-1,382,381,369,-1,370,371,383,-1,383,382,370,-1,371,360,372,-1,372,383,371,-1,372,373,385,-1,385,384,372,-1,373,374,386,-1,386,385,373,-1,374,375,387,-1,387,386,374,-1}; return value; } private int[] getTube15_FACES_10_125_coordIndex_4() { int[] value = {375,376,388,-1,388,387,375,-1,376,377,389,-1,389,388,376,-1,377,378,390,-1,390,389,377,-1,378,379,391,-1,391,390,378,-1,379,380,392,-1,392,391,379,-1,380,381,393,-1,393,392,380,-1,381,382,394,-1,394,393,381,-1,382,383,395,-1,395,394,382,-1,383,372,384,-1,384,395,383,-1,384,385,397,-1,397,396,384,-1,385,386,398,-1,398,397,385,-1,386,387,399,-1,399,398,386,-1,387,388,400,-1,400,399,387,-1,388,389,401,-1,401,400,388,-1,389,390,402,-1,402,401,389,-1,390,391,403,-1,403,402,390,-1,391,392,404,-1,404,403,391,-1,392,393,405,-1,405,404,392,-1,393,394,406,-1,406,405,393,-1,394,395,407,-1,407,406,394,-1,395,384,396,-1,396,407,395,-1,396,397,409,-1,409,408,396,-1,397,398,410,-1,410,409,397,-1,398,399,411,-1,411,410,398,-1,399,400,412,-1,412,411,399,-1,400,401,413,-1,413,412,400,-1,401,402,414,-1,414,413,401,-1,402,403,415,-1,415,414,402,-1,403,404,416,-1,416,415,403,-1,404,405,417,-1,417,416,404,-1,405,406,418,-1,418,417,405,-1,406,407,419,-1,419,418,406,-1,407,396,408,-1,408,419,407,-1,408,409,421,-1,421,420,408,-1,409,410,422,-1,422,421,409,-1,410,411,423,-1,423,422,410,-1,411,412,424,-1,424,423,411,-1,412,413,425,-1,425,424,412,-1,413,414,426,-1,426,425,413,-1,414,415,427,-1,427,426,414,-1,415,416,428,-1,428,427,415,-1,416,417,429,-1,429,428,416,-1,417,418,430,-1,430,429,417,-1,418,419,431,-1,431,430,418,-1,419,408,420,-1,420,431,419,-1,420,421,217,-1,217,216,420,-1,421,422,218,-1,218,217,421,-1,422,423,219,-1,219,218,422,-1,423,424,220,-1,220,219,423,-1,424,425,221,-1,221,220,424,-1,425,426,222,-1,222,221,425,-1,426,427,223,-1,223,222,426,-1,427,428,224,-1,224,223,427,-1,428,429,225,-1,225,224,428,-1,429,430,226,-1,226,225,429,-1,430,431,227,-1,227,226,430,-1,431,420,216,-1,216,227,431,-1,432,433,445,-1,445,444,432,-1,433,434,446,-1,446,445,433,-1,434,435,447,-1,447,446,434,-1,435,436,448,-1,448,447,435,-1,436,437,449,-1,449,448,436,-1,437,438,450,-1,450,449,437,-1,438,439,451,-1,451,450,438,-1,439,440,452,-1,452,451,439,-1,440,441,453,-1,453,452,440,-1,441,442,454,-1,454,453,441,-1,442,443,455,-1,455,454,442,-1,443,432,444,-1,444,455,443,-1,444,445,457,-1,457,456,444,-1,445,446,458,-1,458,457,445,-1,446,447,459,-1,459,458,446,-1,447,448,460,-1,460,459,447,-1,448,449,461,-1,461,460,448,-1,449,450,462,-1,462,461,449,-1,450,451,463,-1,463,462,450,-1,451,452,464,-1,464,463,451,-1,452,453,465,-1,465,464,452,-1,453,454,466,-1,466,465,453,-1,454,455,467,-1,467,466,454,-1,455,444,456,-1,456,467,455,-1,456,457,469,-1,469,468,456,-1,457,458,470,-1,470,469,457,-1,458,459,471,-1,471,470,458,-1,459,460,472,-1,472,471,459,-1,460,461,473,-1,473,472,460,-1,461,462,474,-1,474,473,461,-1,462,463,475,-1,475,474,462,-1,463,464,476,-1,476,475,463,-1,464,465,477,-1,477,476,464,-1,465,466,478,-1,478,477,465,-1,466,467,479,-1,479,478,466,-1,467,456,468,-1,468,479,467,-1,468,469,481,-1,481,480,468,-1,469,470,482,-1,482,481,469,-1,470,471,483,-1,483,482,470,-1,471,472,484,-1,484,483,471,-1,472,473,485,-1,485,484,472,-1,473,474,486,-1,486,485,473,-1,474,475,487,-1,487,486,474,-1,475,476,488,-1,488,487,475,-1,476,477,489,-1,489,488,476,-1,477,478,490,-1,490,489,477,-1,478,479,491,-1,491,490,478,-1,479,468,480,-1,480,491,479,-1,480,481,493,-1,493,492,480,-1,481,482,494,-1,494,493,481,-1,482,483,495,-1,495,494,482,-1,483,484,496,-1,496,495,483,-1,484,485,497,-1,497,496,484,-1,485,486,498,-1,498,497,485,-1,486,487,499,-1,499,498,486,-1,487,488,500,-1,500,499,487,-1,488,489,501,-1,501,500,488,-1,489,490,502,-1,502,501,489,-1,490,491,503,-1,503,502,490,-1,491,480,492,-1,492,503,491,-1,492,493,505,-1,505,504,492,-1,493,494,506,-1,506,505,493,-1,494,495,507,-1,507,506,494,-1,495,496,508,-1,508,507,495,-1,496,497,509,-1,509,508,496,-1,497,498,510,-1,510,509,497,-1,498,499,511,-1,511,510,498,-1,499,500,512,-1,512,511,499,-1}; return value; } private int[] getTube15_FACES_10_125_coordIndex_5() { int[] value = {500,501,513,-1,513,512,500,-1,501,502,514,-1,514,513,501,-1,502,503,515,-1,515,514,502,-1,503,492,504,-1,504,515,503,-1,504,505,517,-1,517,516,504,-1,505,506,518,-1,518,517,505,-1,506,507,519,-1,519,518,506,-1,507,508,520,-1,520,519,507,-1,508,509,521,-1,521,520,508,-1,509,510,522,-1,522,521,509,-1,510,511,523,-1,523,522,510,-1,511,512,524,-1,524,523,511,-1,512,513,525,-1,525,524,512,-1,513,514,526,-1,526,525,513,-1,514,515,527,-1,527,526,514,-1,515,504,516,-1,516,527,515,-1,516,517,529,-1,529,528,516,-1,517,518,530,-1,530,529,517,-1,518,519,531,-1,531,530,518,-1,519,520,532,-1,532,531,519,-1,520,521,533,-1,533,532,520,-1,521,522,534,-1,534,533,521,-1,522,523,535,-1,535,534,522,-1,523,524,536,-1,536,535,523,-1,524,525,537,-1,537,536,524,-1,525,526,538,-1,538,537,525,-1,526,527,539,-1,539,538,526,-1,527,516,528,-1,528,539,527,-1,528,529,541,-1,541,540,528,-1,529,530,542,-1,542,541,529,-1,530,531,543,-1,543,542,530,-1,531,532,544,-1,544,543,531,-1,532,533,545,-1,545,544,532,-1,533,534,546,-1,546,545,533,-1,534,535,547,-1,547,546,534,-1,535,536,548,-1,548,547,535,-1,536,537,549,-1,549,548,536,-1,537,538,550,-1,550,549,537,-1,538,539,551,-1,551,550,538,-1,539,528,540,-1,540,551,539,-1,540,541,553,-1,553,552,540,-1,541,542,554,-1,554,553,541,-1,542,543,555,-1,555,554,542,-1,543,544,556,-1,556,555,543,-1,544,545,557,-1,557,556,544,-1,545,546,558,-1,558,557,545,-1,546,547,559,-1,559,558,546,-1,547,548,560,-1,560,559,547,-1,548,549,561,-1,561,560,548,-1,549,550,562,-1,562,561,549,-1,550,551,563,-1,563,562,550,-1,551,540,552,-1,552,563,551,-1,552,553,565,-1,565,564,552,-1,553,554,566,-1,566,565,553,-1,554,555,567,-1,567,566,554,-1,555,556,568,-1,568,567,555,-1,556,557,569,-1,569,568,556,-1,557,558,570,-1,570,569,557,-1,558,559,571,-1,571,570,558,-1,559,560,572,-1,572,571,559,-1,560,561,573,-1,573,572,560,-1,561,562,574,-1,574,573,561,-1,562,563,575,-1,575,574,562,-1,563,552,564,-1,564,575,563,-1,564,565,577,-1,577,576,564,-1,565,566,578,-1,578,577,565,-1,566,567,579,-1,579,578,566,-1,567,568,580,-1,580,579,567,-1,568,569,581,-1,581,580,568,-1,569,570,582,-1,582,581,569,-1,570,571,583,-1,583,582,570,-1,571,572,584,-1,584,583,571,-1,572,573,585,-1,585,584,572,-1,573,574,586,-1,586,585,573,-1,574,575,587,-1,587,586,574,-1,575,564,576,-1,576,587,575,-1,576,577,589,-1,589,588,576,-1,577,578,590,-1,590,589,577,-1,578,579,591,-1,591,590,578,-1,579,580,592,-1,592,591,579,-1,580,581,593,-1,593,592,580,-1,581,582,594,-1,594,593,581,-1,582,583,595,-1,595,594,582,-1,583,584,596,-1,596,595,583,-1,584,585,597,-1,597,596,584,-1,585,586,598,-1,598,597,585,-1,586,587,599,-1,599,598,586,-1,587,576,588,-1,588,599,587,-1,588,589,601,-1,601,600,588,-1,589,590,602,-1,602,601,589,-1,590,591,603,-1,603,602,590,-1,591,592,604,-1,604,603,591,-1,592,593,605,-1,605,604,592,-1,593,594,606,-1,606,605,593,-1,594,595,607,-1,607,606,594,-1,595,596,608,-1,608,607,595,-1,596,597,609,-1,609,608,596,-1,597,598,610,-1,610,609,597,-1,598,599,611,-1,611,610,598,-1,599,588,600,-1,600,611,599,-1,600,601,613,-1,613,612,600,-1,601,602,614,-1,614,613,601,-1,602,603,615,-1,615,614,602,-1,603,604,616,-1,616,615,603,-1,604,605,617,-1,617,616,604,-1,605,606,618,-1,618,617,605,-1,606,607,619,-1,619,618,606,-1,607,608,620,-1,620,619,607,-1,608,609,621,-1,621,620,608,-1,609,610,622,-1,622,621,609,-1,610,611,623,-1,623,622,610,-1,611,600,612,-1,612,623,611,-1,612,613,625,-1,625,624,612,-1,613,614,626,-1,626,625,613,-1,614,615,627,-1,627,626,614,-1,615,616,628,-1,628,627,615,-1,616,617,629,-1,629,628,616,-1,617,618,630,-1,630,629,617,-1,618,619,631,-1,631,630,618,-1,619,620,632,-1,632,631,619,-1,620,621,633,-1,633,632,620,-1,621,622,634,-1,634,633,621,-1,622,623,635,-1,635,634,622,-1,623,612,624,-1,624,635,623,-1,624,625,637,-1,637,636,624,-1}; return value; } private int[] getTube15_FACES_10_125_coordIndex_6() { int[] value = {625,626,638,-1,638,637,625,-1,626,627,639,-1,639,638,626,-1,627,628,640,-1,640,639,627,-1,628,629,641,-1,641,640,628,-1,629,630,642,-1,642,641,629,-1,630,631,643,-1,643,642,630,-1,631,632,644,-1,644,643,631,-1,632,633,645,-1,645,644,632,-1,633,634,646,-1,646,645,633,-1,634,635,647,-1,647,646,634,-1,635,624,636,-1,636,647,635,-1,636,637,433,-1,433,432,636,-1,637,638,434,-1,434,433,637,-1,638,639,435,-1,435,434,638,-1,639,640,436,-1,436,435,639,-1,640,641,437,-1,437,436,640,-1,641,642,438,-1,438,437,641,-1,642,643,439,-1,439,438,642,-1,643,644,440,-1,440,439,643,-1,644,645,441,-1,441,440,644,-1,645,646,442,-1,442,441,645,-1,646,647,443,-1,443,442,646,-1,647,636,432,-1,432,443,647,-1,648,649,667,-1,667,666,648,-1,649,650,668,-1,668,667,649,-1,650,651,669,-1,669,668,650,-1,651,652,670,-1,670,669,651,-1,652,653,671,-1,671,670,652,-1,653,654,672,-1,672,671,653,-1,654,655,673,-1,673,672,654,-1,655,656,674,-1,674,673,655,-1,656,657,675,-1,675,674,656,-1,657,658,676,-1,676,675,657,-1,658,659,677,-1,677,676,658,-1,659,660,678,-1,678,677,659,-1,660,661,679,-1,679,678,660,-1,661,662,680,-1,680,679,661,-1,662,663,681,-1,681,680,662,-1,663,664,682,-1,682,681,663,-1,664,665,683,-1,683,682,664,-1,665,648,666,-1,666,683,665,-1,666,667,685,-1,685,684,666,-1,667,668,686,-1,686,685,667,-1,668,669,687,-1,687,686,668,-1,669,670,688,-1,688,687,669,-1,670,671,689,-1,689,688,670,-1,671,672,690,-1,690,689,671,-1,672,673,691,-1,691,690,672,-1,673,674,692,-1,692,691,673,-1,674,675,693,-1,693,692,674,-1,675,676,694,-1,694,693,675,-1,676,677,695,-1,695,694,676,-1,677,678,696,-1,696,695,677,-1,678,679,697,-1,697,696,678,-1,679,680,698,-1,698,697,679,-1,680,681,699,-1,699,698,680,-1,681,682,700,-1,700,699,681,-1,682,683,701,-1,701,700,682,-1,683,666,684,-1,684,701,683,-1,684,685,703,-1,703,702,684,-1,685,686,704,-1,704,703,685,-1,686,687,705,-1,705,704,686,-1,687,688,706,-1,706,705,687,-1,688,689,707,-1,707,706,688,-1,689,690,708,-1,708,707,689,-1,690,691,709,-1,709,708,690,-1,691,692,710,-1,710,709,691,-1,692,693,711,-1,711,710,692,-1,693,694,712,-1,712,711,693,-1,694,695,713,-1,713,712,694,-1,695,696,714,-1,714,713,695,-1,696,697,715,-1,715,714,696,-1,697,698,716,-1,716,715,697,-1,698,699,717,-1,717,716,698,-1,699,700,718,-1,718,717,699,-1,700,701,719,-1,719,718,700,-1,701,684,702,-1,702,719,701,-1,702,703,721,-1,721,720,702,-1,703,704,722,-1,722,721,703,-1,704,705,723,-1,723,722,704,-1,705,706,724,-1,724,723,705,-1,706,707,725,-1,725,724,706,-1,707,708,726,-1,726,725,707,-1,708,709,727,-1,727,726,708,-1,709,710,728,-1,728,727,709,-1,710,711,729,-1,729,728,710,-1,711,712,730,-1,730,729,711,-1,712,713,731,-1,731,730,712,-1,713,714,732,-1,732,731,713,-1,714,715,733,-1,733,732,714,-1,715,716,734,-1,734,733,715,-1,716,717,735,-1,735,734,716,-1,717,718,736,-1,736,735,717,-1,718,719,737,-1,737,736,718,-1,719,702,720,-1,720,737,719,-1,720,721,739,-1,739,738,720,-1,721,722,740,-1,740,739,721,-1,722,723,741,-1,741,740,722,-1,723,724,742,-1,742,741,723,-1,724,725,743,-1,743,742,724,-1,725,726,744,-1,744,743,725,-1,726,727,745,-1,745,744,726,-1,727,728,746,-1,746,745,727,-1,728,729,747,-1,747,746,728,-1,729,730,748,-1,748,747,729,-1,730,731,749,-1,749,748,730,-1,731,732,750,-1,750,749,731,-1,732,733,751,-1,751,750,732,-1,733,734,752,-1,752,751,733,-1,734,735,753,-1,753,752,734,-1,735,736,754,-1,754,753,735,-1,736,737,755,-1,755,754,736,-1,737,720,738,-1,738,755,737,-1,664,663,662,-1,662,661,660,-1,660,659,658,-1,662,660,658,-1,658,657,656,-1,656,655,654,-1,658,656,654,-1,654,653,652,-1,652,651,650,-1,654,652,650,-1,658,654,650,-1,662,658,650,-1,650,649,648,-1,662,650,648,-1,664,662,648,-1,665,664,648,-1,739,740,741,-1,741,742,743,-1,743,744,745,-1,741,743,745,-1,745,746,747,-1,747,748,749,-1,745,747,749,-1,749,750,751,-1}; return value; } private int[] getTube15_FACES_10_125_coordIndex_7() { int[] value = {751,752,753,-1,749,751,753,-1,745,749,753,-1,741,745,753,-1,753,754,755,-1,741,753,755,-1,739,741,755,-1,738,739,755,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTube15_COORD_11_125_point_1() { float[] value = {0.0f,0.0f,-0.011f,0.0f,0.02f,-0.011f,0.0f,0.04f,-0.011f,0.0f,0.06f,-0.011f,0.0f,0.08f,-0.011f,0.0f,0.1f,-0.011f,0.0f,0.1f,-0.01f,0.0f,0.08f,-0.01f,0.0f,0.06f,-0.01f,0.0f,0.04f,-0.01f,0.0f,0.02f,-0.01f,0.0f,0.0f,-0.01f,0.003762f,0.0f,-0.01034f,0.003762f,0.02f,-0.01034f,0.003762f,0.04f,-0.01034f,0.003762f,0.06f,-0.01034f,0.003762f,0.08f,-0.01034f,0.003762f,0.1f,-0.01034f,0.00342f,0.1f,-0.009397f,0.00342f,0.08f,-0.009397f,0.00342f,0.06f,-0.009397f,0.00342f,0.04f,-0.009397f,0.00342f,0.02f,-0.009397f,0.00342f,0.0f,-0.009397f,0.007071f,0.0f,-0.008426f,0.007071f,0.02f,-0.008426f,0.007071f,0.04f,-0.008426f,0.007071f,0.06f,-0.008426f,0.007071f,0.08f,-0.008426f,0.007071f,0.1f,-0.008426f,0.006428f,0.1f,-0.00766f,0.006428f,0.08f,-0.00766f,0.006428f,0.06f,-0.00766f,0.006428f,0.04f,-0.00766f,0.006428f,0.02f,-0.00766f,0.006428f,0.0f,-0.00766f,0.009526f,0.0f,-0.0055f,0.009526f,0.02f,-0.0055f,0.009526f,0.04f,-0.0055f,0.009526f,0.06f,-0.0055f,0.009526f,0.08f,-0.0055f,0.009526f,0.1f,-0.0055f,0.00866f,0.1f,-0.0050f,0.00866f,0.08f,-0.0050f,0.00866f,0.06f,-0.0050f,0.00866f,0.04f,-0.0050f,0.00866f,0.02f,-0.0050f,0.00866f,0.0f,-0.0050f,0.01083f,0.0f,-0.00191f,0.01083f,0.02f,-0.00191f,0.01083f,0.04f,-0.00191f,0.01083f,0.06f,-0.00191f,0.01083f,0.08f,-0.00191f,0.01083f,0.1f,-0.00191f,0.009848f,0.1f,-0.001736f,0.009848f,0.08f,-0.001736f,0.009848f,0.06f,-0.001736f,0.009848f,0.04f,-0.001736f,0.009848f,0.02f,-0.001736f,0.009848f,0.0f,-0.001736f,0.01083f,0.0f,0.00191f,0.01083f,0.02f,0.00191f,0.01083f,0.04f,0.00191f,0.01083f,0.06f,0.00191f,0.01083f,0.08f,0.00191f,0.01083f,0.1f,0.00191f,0.009848f,0.1f,0.001736f,0.009848f,0.08f,0.001736f,0.009848f,0.06f,0.001736f,0.009848f,0.04f,0.001736f,0.009848f,0.02f,0.001736f,0.009848f,0.0f,0.001736f,0.009526f,0.0f,0.0055f,0.009526f,0.02f,0.0055f,0.009526f,0.04f,0.0055f,0.009526f,0.06f,0.0055f,0.009526f,0.08f,0.0055f,0.009526f,0.1f,0.0055f,0.00866f,0.1f,0.0050f,0.00866f,0.08f,0.0050f,0.00866f,0.06f,0.0050f,0.00866f,0.04f,0.0050f,0.00866f,0.02f,0.0050f,0.00866f,0.0f,0.0050f,0.007071f,0.0f,0.008426f,0.007071f,0.02f,0.008426f,0.007071f,0.04f,0.008426f,0.007071f,0.06f,0.008426f,0.007071f,0.08f,0.008426f,0.007071f,0.1f,0.008426f,0.006428f,0.1f,0.00766f,0.006428f,0.08f,0.00766f,0.006428f,0.06f,0.00766f,0.006428f,0.04f,0.00766f,0.006428f,0.02f,0.00766f,0.006428f,0.0f,0.00766f,0.003762f,0.0f,0.01034f,0.003762f,0.02f,0.01034f,0.003762f,0.04f,0.01034f,0.003762f,0.06f,0.01034f}; return value; } private float[] getTube15_COORD_11_125_point_2() { float[] value = {0.003762f,0.08f,0.01034f,0.003762f,0.1f,0.01034f,0.00342f,0.1f,0.009397f,0.00342f,0.08f,0.009397f,0.00342f,0.06f,0.009397f,0.00342f,0.04f,0.009397f,0.00342f,0.02f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.011f,0.0f,0.02f,0.011f,0.0f,0.04f,0.011f,0.0f,0.06f,0.011f,0.0f,0.08f,0.011f,0.0f,0.1f,0.011f,0.0f,0.1f,0.01f,0.0f,0.08f,0.01f,0.0f,0.06f,0.01f,0.0f,0.04f,0.01f,0.0f,0.02f,0.01f,0.0f,0.0f,0.01f,-0.003762f,0.0f,0.01034f,-0.003762f,0.02f,0.01034f,-0.003762f,0.04f,0.01034f,-0.003762f,0.06f,0.01034f,-0.003762f,0.08f,0.01034f,-0.003762f,0.1f,0.01034f,-0.00342f,0.1f,0.009397f,-0.00342f,0.08f,0.009397f,-0.00342f,0.06f,0.009397f,-0.00342f,0.04f,0.009397f,-0.00342f,0.02f,0.009397f,-0.00342f,0.0f,0.009397f,-0.007071f,0.0f,0.008426f,-0.007071f,0.02f,0.008426f,-0.007071f,0.04f,0.008426f,-0.007071f,0.06f,0.008426f,-0.007071f,0.08f,0.008426f,-0.007071f,0.1f,0.008426f,-0.006428f,0.1f,0.00766f,-0.006428f,0.08f,0.00766f,-0.006428f,0.06f,0.00766f,-0.006428f,0.04f,0.00766f,-0.006428f,0.02f,0.00766f,-0.006428f,0.0f,0.00766f,-0.009526f,0.0f,0.0055f,-0.009526f,0.02f,0.0055f,-0.009526f,0.04f,0.0055f,-0.009526f,0.06f,0.0055f,-0.009526f,0.08f,0.0055f,-0.009526f,0.1f,0.0055f,-0.00866f,0.1f,0.0050f,-0.00866f,0.08f,0.0050f,-0.00866f,0.06f,0.0050f,-0.00866f,0.04f,0.0050f,-0.00866f,0.02f,0.0050f,-0.00866f,0.0f,0.0050f,-0.01083f,0.0f,0.00191f,-0.01083f,0.02f,0.00191f,-0.01083f,0.04f,0.00191f,-0.01083f,0.06f,0.00191f,-0.01083f,0.08f,0.00191f,-0.01083f,0.1f,0.00191f,-0.009848f,0.1f,0.001736f,-0.009848f,0.08f,0.001736f,-0.009848f,0.06f,0.001736f,-0.009848f,0.04f,0.001736f,-0.009848f,0.02f,0.001736f,-0.009848f,0.0f,0.001736f,-0.01083f,0.0f,-0.00191f,-0.01083f,0.02f,-0.00191f,-0.01083f,0.04f,-0.00191f,-0.01083f,0.06f,-0.00191f,-0.01083f,0.08f,-0.00191f,-0.01083f,0.1f,-0.00191f,-0.009848f,0.1f,-0.001736f,-0.009848f,0.08f,-0.001736f,-0.009848f,0.06f,-0.001736f,-0.009848f,0.04f,-0.001736f,-0.009848f,0.02f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.009526f,0.0f,-0.0055f,-0.009526f,0.02f,-0.0055f,-0.009526f,0.04f,-0.0055f,-0.009526f,0.06f,-0.0055f,-0.009526f,0.08f,-0.0055f,-0.009526f,0.1f,-0.0055f,-0.00866f,0.1f,-0.0050f,-0.00866f,0.08f,-0.0050f,-0.00866f,0.06f,-0.0050f,-0.00866f,0.04f,-0.0050f,-0.00866f,0.02f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.007071f,0.0f,-0.008426f,-0.007071f,0.02f,-0.008426f,-0.007071f,0.04f,-0.008426f,-0.007071f,0.06f,-0.008426f,-0.007071f,0.08f,-0.008426f,-0.007071f,0.1f,-0.008426f,-0.006428f,0.1f,-0.00766f,-0.006428f,0.08f,-0.00766f}; return value; } private float[] getTube15_COORD_11_125_point_3() { float[] value = {-0.006428f,0.06f,-0.00766f,-0.006428f,0.04f,-0.00766f,-0.006428f,0.02f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.003762f,0.0f,-0.01034f,-0.003762f,0.02f,-0.01034f,-0.003762f,0.04f,-0.01034f,-0.003762f,0.06f,-0.01034f,-0.003762f,0.08f,-0.01034f,-0.003762f,0.1f,-0.01034f,-0.00342f,0.1f,-0.009397f,-0.00342f,0.08f,-0.009397f,-0.00342f,0.06f,-0.009397f,-0.00342f,0.04f,-0.009397f,-0.00342f,0.02f,-0.009397f,-0.00342f,0.0f,-0.009397f,0.0f,0.1003f,-0.011f,0.0f,0.1043f,-0.01021f,0.0f,0.1083f,-0.009416f,0.0f,0.1123f,-0.008624f,0.0f,0.1163f,-0.007832f,0.0f,0.1203f,-0.00704f,0.0f,0.1203f,-0.0064f,0.0f,0.1163f,-0.00712f,0.0f,0.1123f,-0.00784f,0.0f,0.1083f,-0.00856f,0.0f,0.1043f,-0.00928f,0.0f,0.1003f,-0.01f,0.003762f,0.1003f,-0.01034f,0.003491f,0.1043f,-0.009592f,0.00322f,0.1083f,-0.008848f,0.00295f,0.1123f,-0.008104f,0.002679f,0.1163f,-0.00736f,0.002408f,0.1203f,-0.006615f,0.002189f,0.1203f,-0.006014f,0.002435f,0.1163f,-0.006691f,0.002681f,0.1123f,-0.007367f,0.002928f,0.1083f,-0.008044f,0.003174f,0.1043f,-0.00872f,0.00342f,0.1003f,-0.009397f,0.007071f,0.1003f,-0.008426f,0.006562f,0.1043f,-0.00782f,0.006052f,0.1083f,-0.007213f,0.005543f,0.1123f,-0.006606f,0.005034f,0.1163f,-0.0060f,0.004525f,0.1203f,-0.005393f,0.004114f,0.1203f,-0.004903f,0.004577f,0.1163f,-0.005454f,0.005039f,0.1123f,-0.006006f,0.005502f,0.1083f,-0.006557f,0.005965f,0.1043f,-0.007109f,0.006428f,0.1003f,-0.00766f,0.009526f,0.1003f,-0.0055f,0.00884f,0.1043f,-0.005104f,0.008154f,0.1083f,-0.004708f,0.007469f,0.1123f,-0.004312f,0.006783f,0.1163f,-0.003916f,0.006097f,0.1203f,-0.00352f,0.005543f,0.1203f,-0.0032f,0.006166f,0.1163f,-0.00356f,0.00679f,0.1123f,-0.00392f,0.007413f,0.1083f,-0.00428f,0.008037f,0.1043f,-0.00464f,0.00866f,0.1003f,-0.0050f,0.01083f,0.1003f,-0.00191f,0.01005f,0.1043f,-0.001773f,0.009273f,0.1083f,-0.001635f,0.008493f,0.1123f,-0.001498f,0.007713f,0.1163f,-0.00136f,0.006933f,0.1203f,-0.001222f,0.006303f,0.1203f,-0.001111f,0.007012f,0.1163f,-0.001236f,0.007721f,0.1123f,-0.001361f,0.00843f,0.1083f,-0.001486f,0.009139f,0.1043f,-0.001611f,0.009848f,0.1003f,-0.001736f,0.01083f,0.1003f,0.00191f,0.01005f,0.1043f,0.001773f,0.009273f,0.1083f,0.001635f,0.008493f,0.1123f,0.001498f,0.007713f,0.1163f,0.00136f,0.006933f,0.1203f,0.001222f,0.006303f,0.1203f,0.001111f,0.007012f,0.1163f,0.001236f,0.007721f,0.1123f,0.001361f,0.00843f,0.1083f,0.001486f,0.009139f,0.1043f,0.001611f,0.009848f,0.1003f,0.001736f,0.009526f,0.1003f,0.0055f,0.00884f,0.1043f,0.005104f,0.008154f,0.1083f,0.004708f,0.007469f,0.1123f,0.004312f,0.006783f,0.1163f,0.003916f,0.006097f,0.1203f,0.00352f,0.005543f,0.1203f,0.0032f,0.006166f,0.1163f,0.00356f,0.00679f,0.1123f,0.00392f,0.007413f,0.1083f,0.00428f,0.008037f,0.1043f,0.00464f,0.00866f,0.1003f,0.0050f}; return value; } private float[] getTube15_COORD_11_125_point_4() { float[] value = {0.007071f,0.1003f,0.008426f,0.006562f,0.1043f,0.00782f,0.006052f,0.1083f,0.007213f,0.005543f,0.1123f,0.006606f,0.005034f,0.1163f,0.0060f,0.004525f,0.1203f,0.005393f,0.004114f,0.1203f,0.004903f,0.004577f,0.1163f,0.005454f,0.005039f,0.1123f,0.006006f,0.005502f,0.1083f,0.006557f,0.005965f,0.1043f,0.007109f,0.006428f,0.1003f,0.00766f,0.003762f,0.1003f,0.01034f,0.003491f,0.1043f,0.009592f,0.00322f,0.1083f,0.008848f,0.00295f,0.1123f,0.008104f,0.002679f,0.1163f,0.00736f,0.002408f,0.1203f,0.006615f,0.002189f,0.1203f,0.006014f,0.002435f,0.1163f,0.006691f,0.002681f,0.1123f,0.007367f,0.002928f,0.1083f,0.008044f,0.003174f,0.1043f,0.00872f,0.00342f,0.1003f,0.009397f,0.0f,0.1003f,0.011f,0.0f,0.1043f,0.01021f,0.0f,0.1083f,0.009416f,0.0f,0.1123f,0.008624f,0.0f,0.1163f,0.007832f,0.0f,0.1203f,0.00704f,0.0f,0.1203f,0.0064f,0.0f,0.1163f,0.00712f,0.0f,0.1123f,0.00784f,0.0f,0.1083f,0.00856f,0.0f,0.1043f,0.00928f,0.0f,0.1003f,0.01f,-0.003762f,0.1003f,0.01034f,-0.003491f,0.1043f,0.009592f,-0.00322f,0.1083f,0.008848f,-0.00295f,0.1123f,0.008104f,-0.002679f,0.1163f,0.00736f,-0.002408f,0.1203f,0.006615f,-0.002189f,0.1203f,0.006014f,-0.002435f,0.1163f,0.006691f,-0.002681f,0.1123f,0.007367f,-0.002928f,0.1083f,0.008044f,-0.003174f,0.1043f,0.00872f,-0.00342f,0.1003f,0.009397f,-0.007071f,0.1003f,0.008426f,-0.006562f,0.1043f,0.00782f,-0.006052f,0.1083f,0.007213f,-0.005543f,0.1123f,0.006606f,-0.005034f,0.1163f,0.0060f,-0.004525f,0.1203f,0.005393f,-0.004114f,0.1203f,0.004903f,-0.004577f,0.1163f,0.005454f,-0.005039f,0.1123f,0.006006f,-0.005502f,0.1083f,0.006557f,-0.005965f,0.1043f,0.007109f,-0.006428f,0.1003f,0.00766f,-0.009526f,0.1003f,0.0055f,-0.00884f,0.1043f,0.005104f,-0.008154f,0.1083f,0.004708f,-0.007469f,0.1123f,0.004312f,-0.006783f,0.1163f,0.003916f,-0.006097f,0.1203f,0.00352f,-0.005543f,0.1203f,0.0032f,-0.006166f,0.1163f,0.00356f,-0.00679f,0.1123f,0.00392f,-0.007413f,0.1083f,0.00428f,-0.008037f,0.1043f,0.00464f,-0.00866f,0.1003f,0.0050f,-0.01083f,0.1003f,0.00191f,-0.01005f,0.1043f,0.001773f,-0.009273f,0.1083f,0.001635f,-0.008493f,0.1123f,0.001498f,-0.007713f,0.1163f,0.00136f,-0.006933f,0.1203f,0.001222f,-0.006303f,0.1203f,0.001111f,-0.007012f,0.1163f,0.001236f,-0.007721f,0.1123f,0.001361f,-0.00843f,0.1083f,0.001486f,-0.009139f,0.1043f,0.001611f,-0.009848f,0.1003f,0.001736f,-0.01083f,0.1003f,-0.00191f,-0.01005f,0.1043f,-0.001773f,-0.009273f,0.1083f,-0.001635f,-0.008493f,0.1123f,-0.001498f,-0.007713f,0.1163f,-0.00136f,-0.006933f,0.1203f,-0.001222f,-0.006303f,0.1203f,-0.001111f,-0.007012f,0.1163f,-0.001236f,-0.007721f,0.1123f,-0.001361f,-0.00843f,0.1083f,-0.001486f,-0.009139f,0.1043f,-0.001611f,-0.009848f,0.1003f,-0.001736f,-0.009526f,0.1003f,-0.0055f,-0.00884f,0.1043f,-0.005104f,-0.008154f,0.1083f,-0.004708f,-0.007469f,0.1123f,-0.004312f}; return value; } private float[] getTube15_COORD_11_125_point_5() { float[] value = {-0.006783f,0.1163f,-0.003916f,-0.006097f,0.1203f,-0.00352f,-0.005543f,0.1203f,-0.0032f,-0.006166f,0.1163f,-0.00356f,-0.00679f,0.1123f,-0.00392f,-0.007413f,0.1083f,-0.00428f,-0.008037f,0.1043f,-0.00464f,-0.00866f,0.1003f,-0.0050f,-0.007071f,0.1003f,-0.008426f,-0.006562f,0.1043f,-0.00782f,-0.006052f,0.1083f,-0.007213f,-0.005543f,0.1123f,-0.006606f,-0.005034f,0.1163f,-0.0060f,-0.004525f,0.1203f,-0.005393f,-0.004114f,0.1203f,-0.004903f,-0.004577f,0.1163f,-0.005454f,-0.005039f,0.1123f,-0.006006f,-0.005502f,0.1083f,-0.006557f,-0.005965f,0.1043f,-0.007109f,-0.006428f,0.1003f,-0.00766f,-0.003762f,0.1003f,-0.01034f,-0.003491f,0.1043f,-0.009592f,-0.00322f,0.1083f,-0.008848f,-0.00295f,0.1123f,-0.008104f,-0.002679f,0.1163f,-0.00736f,-0.002408f,0.1203f,-0.006615f,-0.002189f,0.1203f,-0.006014f,-0.002435f,0.1163f,-0.006691f,-0.002681f,0.1123f,-0.007367f,-0.002928f,0.1083f,-0.008044f,-0.003174f,0.1043f,-0.00872f,-0.00342f,0.1003f,-0.009397f,0.0f,0.1204f,-0.0070f,0.0f,0.1232f,-0.0070f,0.0f,0.126f,-0.0070f,0.0f,0.1288f,-0.0070f,0.0f,0.1316f,-0.0070f,0.0f,0.1344f,-0.0070f,0.0f,0.1344f,-0.0030f,0.0f,0.1316f,-0.0030f,0.0f,0.1288f,-0.0030f,0.0f,0.126f,-0.0030f,0.0f,0.1232f,-0.0030f,0.0f,0.1204f,-0.0030f,0.002394f,0.1204f,-0.006578f,0.002394f,0.1232f,-0.006578f,0.002394f,0.126f,-0.006578f,0.002394f,0.1288f,-0.006578f,0.002394f,0.1316f,-0.006578f,0.002394f,0.1344f,-0.006578f,0.001026f,0.1344f,-0.002819f,0.001026f,0.1316f,-0.002819f,0.001026f,0.1288f,-0.002819f,0.001026f,0.126f,-0.002819f,0.001026f,0.1232f,-0.002819f,0.001026f,0.1204f,-0.002819f,0.0045f,0.1204f,-0.005362f,0.0045f,0.1232f,-0.005362f,0.0045f,0.126f,-0.005362f,0.0045f,0.1288f,-0.005362f,0.0045f,0.1316f,-0.005362f,0.0045f,0.1344f,-0.005362f,0.001928f,0.1344f,-0.002298f,0.001928f,0.1316f,-0.002298f,0.001928f,0.1288f,-0.002298f,0.001928f,0.126f,-0.002298f,0.001928f,0.1232f,-0.002298f,0.001928f,0.1204f,-0.002298f,0.006062f,0.1204f,-0.0035f,0.006062f,0.1232f,-0.0035f,0.006062f,0.126f,-0.0035f,0.006062f,0.1288f,-0.0035f,0.006062f,0.1316f,-0.0035f,0.006062f,0.1344f,-0.0035f,0.002598f,0.1344f,-0.0015f,0.002598f,0.1316f,-0.0015f,0.002598f,0.1288f,-0.0015f,0.002598f,0.126f,-0.0015f,0.002598f,0.1232f,-0.0015f,0.002598f,0.1204f,-0.0015f,0.006894f,0.1204f,-0.001216f,0.006894f,0.1232f,-0.001216f,0.006894f,0.126f,-0.001216f,0.006894f,0.1288f,-0.001216f,0.006894f,0.1316f,-0.001216f,0.006894f,0.1344f,-0.001216f,0.002954f,0.1344f,-5.209E-4f,0.002954f,0.1316f,-5.209E-4f,0.002954f,0.1288f,-5.209E-4f,0.002954f,0.126f,-5.209E-4f,0.002954f,0.1232f,-5.209E-4f,0.002954f,0.1204f,-5.209E-4f,0.006894f,0.1204f,0.001216f,0.006894f,0.1232f,0.001216f,0.006894f,0.126f,0.001216f,0.006894f,0.1288f,0.001216f,0.006894f,0.1316f,0.001216f,0.006894f,0.1344f,0.001216f,0.002954f,0.1344f,5.209E-4f,0.002954f,0.1316f,5.209E-4f}; return value; } private float[] getTube15_COORD_11_125_point_6() { float[] value = {0.002954f,0.1288f,5.209E-4f,0.002954f,0.126f,5.209E-4f,0.002954f,0.1232f,5.209E-4f,0.002954f,0.1204f,5.209E-4f,0.006062f,0.1204f,0.0035f,0.006062f,0.1232f,0.0035f,0.006062f,0.126f,0.0035f,0.006062f,0.1288f,0.0035f,0.006062f,0.1316f,0.0035f,0.006062f,0.1344f,0.0035f,0.002598f,0.1344f,0.0015f,0.002598f,0.1316f,0.0015f,0.002598f,0.1288f,0.0015f,0.002598f,0.126f,0.0015f,0.002598f,0.1232f,0.0015f,0.002598f,0.1204f,0.0015f,0.0045f,0.1204f,0.005362f,0.0045f,0.1232f,0.005362f,0.0045f,0.126f,0.005362f,0.0045f,0.1288f,0.005362f,0.0045f,0.1316f,0.005362f,0.0045f,0.1344f,0.005362f,0.001928f,0.1344f,0.002298f,0.001928f,0.1316f,0.002298f,0.001928f,0.1288f,0.002298f,0.001928f,0.126f,0.002298f,0.001928f,0.1232f,0.002298f,0.001928f,0.1204f,0.002298f,0.002394f,0.1204f,0.006578f,0.002394f,0.1232f,0.006578f,0.002394f,0.126f,0.006578f,0.002394f,0.1288f,0.006578f,0.002394f,0.1316f,0.006578f,0.002394f,0.1344f,0.006578f,0.001026f,0.1344f,0.002819f,0.001026f,0.1316f,0.002819f,0.001026f,0.1288f,0.002819f,0.001026f,0.126f,0.002819f,0.001026f,0.1232f,0.002819f,0.001026f,0.1204f,0.002819f,0.0f,0.1204f,0.0070f,0.0f,0.1232f,0.0070f,0.0f,0.126f,0.0070f,0.0f,0.1288f,0.0070f,0.0f,0.1316f,0.0070f,0.0f,0.1344f,0.0070f,0.0f,0.1344f,0.0030f,0.0f,0.1316f,0.0030f,0.0f,0.1288f,0.0030f,0.0f,0.126f,0.0030f,0.0f,0.1232f,0.0030f,0.0f,0.1204f,0.0030f,-0.002394f,0.1204f,0.006578f,-0.002394f,0.1232f,0.006578f,-0.002394f,0.126f,0.006578f,-0.002394f,0.1288f,0.006578f,-0.002394f,0.1316f,0.006578f,-0.002394f,0.1344f,0.006578f,-0.001026f,0.1344f,0.002819f,-0.001026f,0.1316f,0.002819f,-0.001026f,0.1288f,0.002819f,-0.001026f,0.126f,0.002819f,-0.001026f,0.1232f,0.002819f,-0.001026f,0.1204f,0.002819f,-0.0045f,0.1204f,0.005362f,-0.0045f,0.1232f,0.005362f,-0.0045f,0.126f,0.005362f,-0.0045f,0.1288f,0.005362f,-0.0045f,0.1316f,0.005362f,-0.0045f,0.1344f,0.005362f,-0.001928f,0.1344f,0.002298f,-0.001928f,0.1316f,0.002298f,-0.001928f,0.1288f,0.002298f,-0.001928f,0.126f,0.002298f,-0.001928f,0.1232f,0.002298f,-0.001928f,0.1204f,0.002298f,-0.006062f,0.1204f,0.0035f,-0.006062f,0.1232f,0.0035f,-0.006062f,0.126f,0.0035f,-0.006062f,0.1288f,0.0035f,-0.006062f,0.1316f,0.0035f,-0.006062f,0.1344f,0.0035f,-0.002598f,0.1344f,0.0015f,-0.002598f,0.1316f,0.0015f,-0.002598f,0.1288f,0.0015f,-0.002598f,0.126f,0.0015f,-0.002598f,0.1232f,0.0015f,-0.002598f,0.1204f,0.0015f,-0.006894f,0.1204f,0.001216f,-0.006894f,0.1232f,0.001216f,-0.006894f,0.126f,0.001216f,-0.006894f,0.1288f,0.001216f,-0.006894f,0.1316f,0.001216f,-0.006894f,0.1344f,0.001216f,-0.002954f,0.1344f,5.209E-4f,-0.002954f,0.1316f,5.209E-4f,-0.002954f,0.1288f,5.209E-4f,-0.002954f,0.126f,5.209E-4f,-0.002954f,0.1232f,5.209E-4f,-0.002954f,0.1204f,5.209E-4f}; return value; } private float[] getTube15_COORD_11_125_point_7() { float[] value = {-0.006894f,0.1204f,-0.001216f,-0.006894f,0.1232f,-0.001216f,-0.006894f,0.126f,-0.001216f,-0.006894f,0.1288f,-0.001216f,-0.006894f,0.1316f,-0.001216f,-0.006894f,0.1344f,-0.001216f,-0.002954f,0.1344f,-5.209E-4f,-0.002954f,0.1316f,-5.209E-4f,-0.002954f,0.1288f,-5.209E-4f,-0.002954f,0.126f,-5.209E-4f,-0.002954f,0.1232f,-5.209E-4f,-0.002954f,0.1204f,-5.209E-4f,-0.006062f,0.1204f,-0.0035f,-0.006062f,0.1232f,-0.0035f,-0.006062f,0.126f,-0.0035f,-0.006062f,0.1288f,-0.0035f,-0.006062f,0.1316f,-0.0035f,-0.006062f,0.1344f,-0.0035f,-0.002598f,0.1344f,-0.0015f,-0.002598f,0.1316f,-0.0015f,-0.002598f,0.1288f,-0.0015f,-0.002598f,0.126f,-0.0015f,-0.002598f,0.1232f,-0.0015f,-0.002598f,0.1204f,-0.0015f,-0.0045f,0.1204f,-0.005362f,-0.0045f,0.1232f,-0.005362f,-0.0045f,0.126f,-0.005362f,-0.0045f,0.1288f,-0.005362f,-0.0045f,0.1316f,-0.005362f,-0.0045f,0.1344f,-0.005362f,-0.001928f,0.1344f,-0.002298f,-0.001928f,0.1316f,-0.002298f,-0.001928f,0.1288f,-0.002298f,-0.001928f,0.126f,-0.002298f,-0.001928f,0.1232f,-0.002298f,-0.001928f,0.1204f,-0.002298f,-0.002394f,0.1204f,-0.006578f,-0.002394f,0.1232f,-0.006578f,-0.002394f,0.126f,-0.006578f,-0.002394f,0.1288f,-0.006578f,-0.002394f,0.1316f,-0.006578f,-0.002394f,0.1344f,-0.006578f,-0.001026f,0.1344f,-0.002819f,-0.001026f,0.1316f,-0.002819f,-0.001026f,0.1288f,-0.002819f,-0.001026f,0.126f,-0.002819f,-0.001026f,0.1232f,-0.002819f,-0.001026f,0.1204f,-0.002819f,0.013f,0.0f,0.0f,0.01222f,0.0f,-0.004446f,0.009959f,0.0f,-0.008356f,0.0065f,0.0f,-0.01126f,0.002257f,0.0f,-0.0128f,-0.002257f,0.0f,-0.0128f,-0.0065f,0.0f,-0.01126f,-0.009959f,0.0f,-0.008356f,-0.01222f,0.0f,-0.004446f,-0.013f,0.0f,0.0f,-0.01222f,0.0f,0.004446f,-0.009959f,0.0f,0.008356f,-0.0065f,0.0f,0.01126f,-0.002257f,0.0f,0.0128f,0.002257f,0.0f,0.0128f,0.0065f,0.0f,0.01126f,0.009959f,0.0f,0.008356f,0.01222f,0.0f,0.004446f,0.013f,0.0010f,0.0f,0.01222f,0.0010f,-0.004446f,0.009959f,0.0010f,-0.008356f,0.0065f,0.0010f,-0.01126f,0.002257f,0.0010f,-0.0128f,-0.002257f,0.0010f,-0.0128f,-0.0065f,0.0010f,-0.01126f,-0.009959f,0.0010f,-0.008356f,-0.01222f,0.0010f,-0.004446f,-0.013f,0.0010f,0.0f,-0.01222f,0.0010f,0.004446f,-0.009959f,0.0010f,0.008356f,-0.0065f,0.0010f,0.01126f,-0.002257f,0.0010f,0.0128f,0.002257f,0.0010f,0.0128f,0.0065f,0.0010f,0.01126f,0.009959f,0.0010f,0.008356f,0.01222f,0.0010f,0.004446f,0.013f,0.0020f,0.0f,0.01222f,0.0020f,-0.004446f,0.009959f,0.0020f,-0.008356f,0.0065f,0.0020f,-0.01126f,0.002257f,0.0020f,-0.0128f,-0.002257f,0.0020f,-0.0128f,-0.0065f,0.0020f,-0.01126f,-0.009959f,0.0020f,-0.008356f,-0.01222f,0.0020f,-0.004446f,-0.013f,0.0020f,0.0f,-0.01222f,0.0020f,0.004446f,-0.009959f,0.0020f,0.008356f,-0.0065f,0.0020f,0.01126f,-0.002257f,0.0020f,0.0128f,0.002257f,0.0020f,0.0128f,0.0065f,0.0020f,0.01126f}; return value; } private float[] getTube15_COORD_11_125_point_8() { float[] value = {0.009959f,0.0020f,0.008356f,0.01222f,0.0020f,0.004446f,0.013f,0.0030f,0.0f,0.01222f,0.0030f,-0.004446f,0.009959f,0.0030f,-0.008356f,0.0065f,0.0030f,-0.01126f,0.002257f,0.0030f,-0.0128f,-0.002257f,0.0030f,-0.0128f,-0.0065f,0.0030f,-0.01126f,-0.009959f,0.0030f,-0.008356f,-0.01222f,0.0030f,-0.004446f,-0.013f,0.0030f,0.0f,-0.01222f,0.0030f,0.004446f,-0.009959f,0.0030f,0.008356f,-0.0065f,0.0030f,0.01126f,-0.002257f,0.0030f,0.0128f,0.002257f,0.0030f,0.0128f,0.0065f,0.0030f,0.01126f,0.009959f,0.0030f,0.008356f,0.01222f,0.0030f,0.004446f,0.013f,0.0040f,0.0f,0.01222f,0.0040f,-0.004446f,0.009959f,0.0040f,-0.008356f,0.0065f,0.0040f,-0.01126f,0.002257f,0.0040f,-0.0128f,-0.002257f,0.0040f,-0.0128f,-0.0065f,0.0040f,-0.01126f,-0.009959f,0.0040f,-0.008356f,-0.01222f,0.0040f,-0.004446f,-0.013f,0.0040f,0.0f,-0.01222f,0.0040f,0.004446f,-0.009959f,0.0040f,0.008356f,-0.0065f,0.0040f,0.01126f,-0.002257f,0.0040f,0.0128f,0.002257f,0.0040f,0.0128f,0.0065f,0.0040f,0.01126f,0.009959f,0.0040f,0.008356f,0.01222f,0.0040f,0.004446f,0.013f,0.0050f,0.0f,0.01222f,0.0050f,-0.004446f,0.009959f,0.0050f,-0.008356f,0.0065f,0.0050f,-0.01126f,0.002257f,0.0050f,-0.0128f,-0.002257f,0.0050f,-0.0128f,-0.0065f,0.0050f,-0.01126f,-0.009959f,0.0050f,-0.008356f,-0.01222f,0.0050f,-0.004446f,-0.013f,0.0050f,0.0f,-0.01222f,0.0050f,0.004446f,-0.009959f,0.0050f,0.008356f,-0.0065f,0.0050f,0.01126f,-0.002257f,0.0050f,0.0128f,0.002257f,0.0050f,0.0128f,0.0065f,0.0050f,0.01126f,0.009959f,0.0050f,0.008356f,0.01222f,0.0050f,0.004446f,2.0f,2.0f,2.0f}; return value; } /** Define subarrays using type int[] */ private int[] getCylinder20_FACES_10_131_coordIndex_1() { int[] value = {0,2,1,-1,0,3,2,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,0,9,8,-1,0,10,9,-1,0,11,10,-1,0,12,11,-1,0,13,12,-1,0,14,13,-1,0,15,14,-1,0,16,15,-1,0,17,16,-1,0,18,17,-1,0,1,18,-1,1,20,19,-1,1,2,20,-1,2,21,20,-1,2,3,21,-1,3,22,21,-1,3,4,22,-1,4,23,22,-1,4,5,23,-1,5,24,23,-1,5,6,24,-1,6,25,24,-1,6,7,25,-1,7,26,25,-1,7,8,26,-1,8,27,26,-1,8,9,27,-1,9,28,27,-1,9,10,28,-1,10,29,28,-1,10,11,29,-1,11,30,29,-1,11,12,30,-1,12,31,30,-1,12,13,31,-1,13,32,31,-1,13,14,32,-1,14,33,32,-1,14,15,33,-1,15,34,33,-1,15,16,34,-1,16,35,34,-1,16,17,35,-1,17,36,35,-1,17,18,36,-1,18,19,36,-1,18,1,19,-1,19,38,37,-1,19,20,38,-1,20,39,38,-1,20,21,39,-1,21,40,39,-1,21,22,40,-1,22,41,40,-1,22,23,41,-1,23,42,41,-1,23,24,42,-1,24,43,42,-1,24,25,43,-1,25,44,43,-1,25,26,44,-1,26,45,44,-1,26,27,45,-1,27,46,45,-1,27,28,46,-1,28,47,46,-1,28,29,47,-1,29,48,47,-1,29,30,48,-1,30,49,48,-1,30,31,49,-1,31,50,49,-1,31,32,50,-1,32,51,50,-1,32,33,51,-1,33,52,51,-1,33,34,52,-1,34,53,52,-1,34,35,53,-1,35,54,53,-1,35,36,54,-1,36,37,54,-1,36,19,37,-1,37,56,55,-1,37,38,56,-1,38,57,56,-1,38,39,57,-1,39,58,57,-1,39,40,58,-1,40,59,58,-1,40,41,59,-1,41,60,59,-1,41,42,60,-1,42,61,60,-1,42,43,61,-1,43,62,61,-1,43,44,62,-1,44,63,62,-1,44,45,63,-1,45,64,63,-1,45,46,64,-1,46,65,64,-1,46,47,65,-1,47,66,65,-1,47,48,66,-1,48,67,66,-1,48,49,67,-1,49,68,67,-1,49,50,68,-1,50,69,68,-1,50,51,69,-1,51,70,69,-1,51,52,70,-1,52,71,70,-1,52,53,71,-1,53,72,71,-1,53,54,72,-1,54,55,72,-1,54,37,55,-1,55,74,73,-1,55,56,74,-1,56,75,74,-1,56,57,75,-1,57,76,75,-1,57,58,76,-1,58,77,76,-1,58,59,77,-1,59,78,77,-1,59,60,78,-1,60,79,78,-1,60,61,79,-1,61,80,79,-1,61,62,80,-1,62,81,80,-1,62,63,81,-1,63,82,81,-1,63,64,82,-1,64,83,82,-1,64,65,83,-1,65,84,83,-1,65,66,84,-1,66,85,84,-1,66,67,85,-1,67,86,85,-1,67,68,86,-1,68,87,86,-1,68,69,87,-1,69,88,87,-1,69,70,88,-1,70,89,88,-1,70,71,89,-1,71,90,89,-1,71,72,90,-1,72,73,90,-1,72,55,73,-1,73,92,91,-1,73,74,92,-1,74,93,92,-1,74,75,93,-1,75,94,93,-1,75,76,94,-1,76,95,94,-1,76,77,95,-1,77,96,95,-1,77,78,96,-1,78,97,96,-1,78,79,97,-1,79,98,97,-1,79,80,98,-1,80,99,98,-1,80,81,99,-1,81,100,99,-1,81,82,100,-1,82,101,100,-1,82,83,101,-1,83,102,101,-1,83,84,102,-1,84,103,102,-1,84,85,103,-1,85,104,103,-1,85,86,104,-1,86,105,104,-1,86,87,105,-1,87,106,105,-1,87,88,106,-1,88,107,106,-1,88,89,107,-1,89,108,107,-1,89,90,108,-1,90,91,108,-1,90,73,91,-1,109,91,92,-1,109,92,93,-1,109,93,94,-1,109,94,95,-1,109,95,96,-1,109,96,97,-1,109,97,98,-1,109,98,99,-1,109,99,100,-1,109,100,101,-1,109,101,102,-1,109,102,103,-1,109,103,104,-1,109,104,105,-1,109,105,106,-1,109,106,107,-1,109,107,108,-1,109,108,91,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCylinder20_COORD_11_131_point_1() { float[] value = {0.0f,0.0f,0.0f,0.0070f,0.0f,0.0f,0.006578f,0.0f,-0.002394f,0.005362f,0.0f,-0.0045f,0.0035f,0.0f,-0.006062f,0.001216f,0.0f,-0.006894f,-0.001216f,0.0f,-0.006894f,-0.0035f,0.0f,-0.006062f,-0.005362f,0.0f,-0.0045f,-0.006578f,0.0f,-0.002394f,-0.0070f,0.0f,0.0f,-0.006578f,0.0f,0.002394f,-0.005362f,0.0f,0.0045f,-0.0035f,0.0f,0.006062f,-0.001216f,0.0f,0.006894f,0.001216f,0.0f,0.006894f,0.0035f,0.0f,0.006062f,0.005362f,0.0f,0.0045f,0.006578f,0.0f,0.002394f,0.006677f,0.01f,0.0f,0.006274f,0.01f,-0.002284f,0.005115f,0.01f,-0.004292f,0.003338f,0.01f,-0.005782f,0.001159f,0.01f,-0.006575f,-0.001159f,0.01f,-0.006575f,-0.003338f,0.01f,-0.005782f,-0.005115f,0.01f,-0.004292f,-0.006274f,0.01f,-0.002284f,-0.006677f,0.01f,0.0f,-0.006274f,0.01f,0.002284f,-0.005115f,0.01f,0.004292f,-0.003338f,0.01f,0.005782f,-0.001159f,0.01f,0.006575f,0.001159f,0.01f,0.006575f,0.003338f,0.01f,0.005782f,0.005115f,0.01f,0.004292f,0.006274f,0.01f,0.002284f,0.00593f,0.02f,0.0f,0.005572f,0.02f,-0.002028f,0.004543f,0.02f,-0.003812f,0.002965f,0.02f,-0.005136f,0.00103f,0.02f,-0.00584f,-0.00103f,0.02f,-0.00584f,-0.002965f,0.02f,-0.005136f,-0.004543f,0.02f,-0.003812f,-0.005572f,0.02f,-0.002028f,-0.00593f,0.02f,0.0f,-0.005572f,0.02f,0.002028f,-0.004543f,0.02f,0.003812f,-0.002965f,0.02f,0.005136f,-0.00103f,0.02f,0.00584f,0.00103f,0.02f,0.00584f,0.002965f,0.02f,0.005136f,0.004543f,0.02f,0.003812f,0.005572f,0.02f,0.002028f,0.004761f,0.03f,0.0f,0.004474f,0.03f,-0.001628f,0.003647f,0.03f,-0.00306f,0.00238f,0.03f,-0.004123f,8.267E-4f,0.03f,-0.004688f,-8.267E-4f,0.03f,-0.004688f,-0.00238f,0.03f,-0.004123f,-0.003647f,0.03f,-0.00306f,-0.004474f,0.03f,-0.001628f,-0.004761f,0.03f,0.0f,-0.004474f,0.03f,0.001628f,-0.003647f,0.03f,0.00306f,-0.00238f,0.03f,0.004123f,-8.267E-4f,0.03f,0.004688f,8.267E-4f,0.03f,0.004688f,0.00238f,0.03f,0.004123f,0.003647f,0.03f,0.00306f,0.004474f,0.03f,0.001628f,0.003168f,0.04f,0.0f,0.002977f,0.04f,-0.001084f,0.002427f,0.04f,-0.002037f,0.001584f,0.04f,-0.002744f,5.502E-4f,0.04f,-0.00312f,-5.502E-4f,0.04f,-0.00312f,-0.001584f,0.04f,-0.002744f,-0.002427f,0.04f,-0.002037f,-0.002977f,0.04f,-0.001084f,-0.003168f,0.04f,0.0f,-0.002977f,0.04f,0.001084f,-0.002427f,0.04f,0.002037f,-0.001584f,0.04f,0.002744f,-5.502E-4f,0.04f,0.00312f,5.502E-4f,0.04f,0.00312f,0.001584f,0.04f,0.002744f,0.002427f,0.04f,0.002037f,0.002977f,0.04f,0.001084f,0.001153f,0.05f,0.0f,0.001083f,0.05f,-3.943E-4f,8.832E-4f,0.05f,-7.411E-4f,5.765E-4f,0.05f,-9.984E-4f,2.002E-4f,0.05f,-0.001135f,-2.002E-4f,0.05f,-0.001135f,-5.765E-4f,0.05f,-9.984E-4f,-8.832E-4f,0.05f,-7.411E-4f,-0.001083f,0.05f,-3.943E-4f}; return value; } private float[] getCylinder20_COORD_11_131_point_2() { float[] value = {-0.001153f,0.05f,0.0f,-0.001083f,0.05f,3.943E-4f,-8.832E-4f,0.05f,7.411E-4f,-5.765E-4f,0.05f,9.984E-4f,-2.002E-4f,0.05f,0.001135f,2.002E-4f,0.05f,0.001135f,5.765E-4f,0.05f,9.984E-4f,8.832E-4f,0.05f,7.411E-4f,0.001083f,0.05f,3.943E-4f,0.0f,0.05f,0.0f,0.0f,0.0f,0.0f}; return value; } /** Define subarrays using type int[] */ private int[] getalavancaFerrolhoRight_FACES_10_139_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,5,-1,0,5,6,-1,0,6,7,-1,0,7,8,-1,0,8,9,-1,0,9,10,-1,0,10,11,-1,0,11,12,-1,0,12,1,-1,1,13,14,-1,1,14,2,-1,2,14,15,-1,2,15,3,-1,3,15,16,-1,3,16,4,-1,4,16,17,-1,4,17,5,-1,5,17,18,-1,5,18,6,-1,6,18,19,-1,6,19,7,-1,7,19,20,-1,7,20,8,-1,8,20,21,-1,8,21,9,-1,9,21,22,-1,9,22,10,-1,10,22,23,-1,10,23,11,-1,11,23,24,-1,11,24,12,-1,12,24,13,-1,12,13,1,-1,13,25,26,-1,13,26,14,-1,14,26,27,-1,14,27,15,-1,15,27,28,-1,15,28,16,-1,16,28,29,-1,16,29,17,-1,17,29,30,-1,17,30,18,-1,18,30,31,-1,18,31,19,-1,19,31,32,-1,19,32,20,-1,20,32,33,-1,20,33,21,-1,21,33,34,-1,21,34,22,-1,22,34,35,-1,22,35,23,-1,23,35,36,-1,23,36,24,-1,24,36,25,-1,24,25,13,-1,25,37,38,-1,25,38,26,-1,26,38,39,-1,26,39,27,-1,27,39,40,-1,27,40,28,-1,28,40,41,-1,28,41,29,-1,29,41,42,-1,29,42,30,-1,30,42,43,-1,30,43,31,-1,31,43,44,-1,31,44,32,-1,32,44,45,-1,32,45,33,-1,33,45,46,-1,33,46,34,-1,34,46,47,-1,34,47,35,-1,35,47,48,-1,35,48,36,-1,36,48,37,-1,36,37,25,-1,37,49,50,-1,37,50,38,-1,38,50,51,-1,38,51,39,-1,39,51,52,-1,39,52,40,-1,40,52,53,-1,40,53,41,-1,41,53,54,-1,41,54,42,-1,42,54,55,-1,42,55,43,-1,43,55,56,-1,43,56,44,-1,44,56,57,-1,44,57,45,-1,45,57,58,-1,45,58,46,-1,46,58,59,-1,46,59,47,-1,47,59,60,-1,47,60,48,-1,48,60,49,-1,48,49,37,-1,49,61,62,-1,49,62,50,-1,50,62,63,-1,50,63,51,-1,51,63,64,-1,51,64,52,-1,52,64,65,-1,52,65,53,-1,53,65,66,-1,53,66,54,-1,54,66,67,-1,54,67,55,-1,55,67,68,-1,55,68,56,-1,56,68,69,-1,56,69,57,-1,57,69,70,-1,57,70,58,-1,58,70,71,-1,58,71,59,-1,59,71,72,-1,59,72,60,-1,60,72,61,-1,60,61,49,-1,61,73,74,-1,61,74,62,-1,62,74,75,-1,62,75,63,-1,63,75,76,-1,63,76,64,-1,64,76,77,-1,64,77,65,-1,65,77,78,-1,65,78,66,-1,66,78,79,-1,66,79,67,-1,67,79,80,-1,67,80,68,-1,68,80,81,-1,68,81,69,-1,69,81,82,-1,69,82,70,-1,70,82,83,-1,70,83,71,-1,71,83,84,-1,71,84,72,-1,72,84,73,-1,72,73,61,-1,73,85,86,-1,73,86,74,-1,74,86,87,-1,74,87,75,-1,75,87,88,-1,75,88,76,-1,76,88,89,-1,76,89,77,-1,77,89,90,-1,77,90,78,-1,78,90,91,-1,78,91,79,-1,79,91,92,-1,79,92,80,-1,80,92,93,-1,80,93,81,-1,81,93,94,-1,81,94,82,-1,82,94,95,-1,82,95,83,-1,83,95,96,-1,83,96,84,-1,84,96,85,-1,84,85,73,-1,85,97,98,-1,85,98,86,-1,86,98,99,-1,86,99,87,-1,87,99,100,-1,87,100,88,-1,88,100,101,-1,88,101,89,-1,89,101,102,-1,89,102,90,-1,90,102,103,-1,90,103,91,-1,91,103,104,-1,91,104,92,-1,92,104,105,-1,92,105,93,-1,93,105,106,-1,93,106,94,-1,94,106,107,-1,94,107,95,-1,95,107,108,-1,95,108,96,-1,96,108,97,-1,96,97,85,-1,97,109,110,-1,97,110,98,-1,98,110,111,-1,98,111,99,-1,99,111,112,-1,99,112,100,-1,100,112,113,-1,100,113,101,-1,101,113,114,-1,101,114,102,-1,102,114,115,-1,102,115,103,-1,103,115,116,-1,103,116,104,-1,104,116,117,-1,104,117,105,-1,105,117,118,-1,105,118,106,-1,106,118,119,-1,106,119,107,-1,107,119,120,-1,107,120,108,-1,108,120,109,-1,108,109,97,-1,109,121,122,-1,109,122,110,-1,110,122,123,-1,110,123,111,-1,111,123,124,-1,111,124,112,-1,112,124,125,-1,112,125,113,-1,113,125,126,-1,113,126,114,-1,114,126,127,-1,114,127,115,-1,115,127,128,-1,115,128,116,-1,116,128,129,-1,116,129,117,-1,117,129,130,-1,117,130,118,-1,118,130,131,-1,118,131,119,-1,119,131,132,-1,119,132,120,-1}; return value; } private int[] getalavancaFerrolhoRight_FACES_10_139_coordIndex_2() { int[] value = {120,132,121,-1,120,121,109,-1,121,133,134,-1,121,134,122,-1,122,134,135,-1,122,135,123,-1,123,135,136,-1,123,136,124,-1,124,136,137,-1,124,137,125,-1,125,137,138,-1,125,138,126,-1,126,138,139,-1,126,139,127,-1,127,139,140,-1,127,140,128,-1,128,140,141,-1,128,141,129,-1,129,141,142,-1,129,142,130,-1,130,142,143,-1,130,143,131,-1,131,143,144,-1,131,144,132,-1,132,144,133,-1,132,133,121,-1,133,145,134,-1,134,145,135,-1,135,145,136,-1,136,145,137,-1,137,145,138,-1,138,145,139,-1,139,145,140,-1,140,145,141,-1,141,145,142,-1,142,145,143,-1,143,145,144,-1,144,145,133,-1}; return value; } /** Define subarrays using type float[] */ private float[] getalavancaFerrolhoRight_COORD_11_139_point_1() { float[] value = {0.0f,0.08f,0.0f,0.002588f,0.07966f,0.0f,0.002241f,0.07966f,-0.001294f,0.001294f,0.07966f,-0.002241f,0.0f,0.07966f,-0.002588f,-0.001294f,0.07966f,-0.002241f,-0.002241f,0.07966f,-0.001294f,-0.002588f,0.07966f,0.0f,-0.002241f,0.07966f,0.001294f,-0.001294f,0.07966f,0.002241f,0.0f,0.07966f,0.002588f,0.001294f,0.07966f,0.002241f,0.002241f,0.07966f,0.001294f,0.0050f,0.07866f,0.0f,0.00433f,0.07866f,-0.0025f,0.0025f,0.07866f,-0.00433f,0.0f,0.07866f,-0.0050f,-0.0025f,0.07866f,-0.00433f,-0.00433f,0.07866f,-0.0025f,-0.0050f,0.07866f,0.0f,-0.00433f,0.07866f,0.0025f,-0.0025f,0.07866f,0.00433f,0.0f,0.07866f,0.0050f,0.0025f,0.07866f,0.00433f,0.00433f,0.07866f,0.0025f,0.007071f,0.07707f,0.0f,0.006124f,0.07707f,-0.003536f,0.003536f,0.07707f,-0.006124f,0.0f,0.07707f,-0.007071f,-0.003536f,0.07707f,-0.006124f,-0.006124f,0.07707f,-0.003536f,-0.007071f,0.07707f,0.0f,-0.006124f,0.07707f,0.003536f,-0.003536f,0.07707f,0.006124f,0.0f,0.07707f,0.007071f,0.003536f,0.07707f,0.006124f,0.006124f,0.07707f,0.003536f,0.00866f,0.075f,0.0f,0.0075f,0.075f,-0.00433f,0.00433f,0.075f,-0.0075f,0.0f,0.075f,-0.00866f,-0.00433f,0.075f,-0.0075f,-0.0075f,0.075f,-0.00433f,-0.00866f,0.075f,0.0f,-0.0075f,0.075f,0.00433f,-0.00433f,0.075f,0.0075f,0.0f,0.075f,0.00866f,0.00433f,0.075f,0.0075f,0.0075f,0.075f,0.00433f,0.009659f,0.07259f,0.0f,0.008365f,0.07259f,-0.00483f,0.00483f,0.07259f,-0.008365f,0.0f,0.07259f,-0.009659f,-0.00483f,0.07259f,-0.008365f,-0.008365f,0.07259f,-0.00483f,-0.009659f,0.07259f,0.0f,-0.008365f,0.07259f,0.00483f,-0.00483f,0.07259f,0.008365f,0.0f,0.07259f,0.009659f,0.00483f,0.07259f,0.008365f,0.008365f,0.07259f,0.00483f,0.01f,0.07f,0.0f,0.00866f,0.07f,-0.0050f,0.0050f,0.07f,-0.00866f,0.0f,0.07f,-0.01f,-0.0050f,0.07f,-0.00866f,-0.00866f,0.07f,-0.0050f,-0.01f,0.07f,0.0f,-0.00866f,0.07f,0.0050f,-0.0050f,0.07f,0.00866f,0.0f,0.07f,0.01f,0.0050f,0.07f,0.00866f,0.00866f,0.07f,0.0050f,0.01f,0.01f,0.0f,0.00866f,0.01f,-0.0050f,0.0050f,0.01f,-0.00866f,0.0f,0.01f,-0.01f,-0.0050f,0.01f,-0.00866f,-0.00866f,0.01f,-0.0050f,-0.01f,0.01f,0.0f,-0.00866f,0.01f,0.0050f,-0.0050f,0.01f,0.00866f,0.0f,0.01f,0.01f,0.0050f,0.01f,0.00866f,0.00866f,0.01f,0.0050f,0.009659f,0.007412f,0.0f,0.008365f,0.007412f,-0.00483f,0.00483f,0.007412f,-0.008365f,0.0f,0.007412f,-0.009659f,-0.00483f,0.007412f,-0.008365f,-0.008365f,0.007412f,-0.00483f,-0.009659f,0.007412f,0.0f,-0.008365f,0.007412f,0.00483f,-0.00483f,0.007412f,0.008365f,0.0f,0.007412f,0.009659f,0.00483f,0.007412f,0.008365f,0.008365f,0.007412f,0.00483f,0.00866f,0.0050f,0.0f,0.0075f,0.0050f,-0.00433f,0.00433f,0.0050f,-0.0075f}; return value; } private float[] getalavancaFerrolhoRight_COORD_11_139_point_2() { float[] value = {0.0f,0.0050f,-0.00866f,-0.00433f,0.0050f,-0.0075f,-0.0075f,0.0050f,-0.00433f,-0.00866f,0.0050f,0.0f,-0.0075f,0.0050f,0.00433f,-0.00433f,0.0050f,0.0075f,0.0f,0.0050f,0.00866f,0.00433f,0.0050f,0.0075f,0.0075f,0.0050f,0.00433f,0.007071f,0.002929f,0.0f,0.006124f,0.002929f,-0.003536f,0.003536f,0.002929f,-0.006124f,0.0f,0.002929f,-0.007071f,-0.003536f,0.002929f,-0.006124f,-0.006124f,0.002929f,-0.003536f,-0.007071f,0.002929f,0.0f,-0.006124f,0.002929f,0.003536f,-0.003536f,0.002929f,0.006124f,0.0f,0.002929f,0.007071f,0.003536f,0.002929f,0.006124f,0.006124f,0.002929f,0.003536f,0.0050f,0.00134f,0.0f,0.00433f,0.00134f,-0.0025f,0.0025f,0.00134f,-0.00433f,0.0f,0.00134f,-0.0050f,-0.0025f,0.00134f,-0.00433f,-0.00433f,0.00134f,-0.0025f,-0.0050f,0.00134f,0.0f,-0.00433f,0.00134f,0.0025f,-0.0025f,0.00134f,0.00433f,0.0f,0.00134f,0.0050f,0.0025f,0.00134f,0.00433f,0.00433f,0.00134f,0.0025f,0.002588f,3.407E-4f,0.0f,0.002241f,3.407E-4f,-0.001294f,0.001294f,3.407E-4f,-0.002241f,0.0f,3.407E-4f,-0.002588f,-0.001294f,3.407E-4f,-0.002241f,-0.002241f,3.407E-4f,-0.001294f,-0.002588f,3.407E-4f,0.0f,-0.002241f,3.407E-4f,0.001294f,-0.001294f,3.407E-4f,0.002241f,0.0f,3.407E-4f,0.002588f,0.001294f,3.407E-4f,0.002241f,0.002241f,3.407E-4f,0.001294f,0.0f,0.0f,0.0f}; return value; } /** Define subarrays using type int[] */ private int[] getalavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex_1() { int[] value = {0,1,79,-1,79,78,0,-1,1,2,80,-1,80,79,1,-1,2,3,81,-1,81,80,2,-1,3,4,82,-1,82,81,3,-1,4,5,83,-1,83,82,4,-1,5,6,84,-1,84,83,5,-1,6,7,85,-1,85,84,6,-1,7,8,86,-1,86,85,7,-1,8,9,87,-1,87,86,8,-1,9,10,88,-1,88,87,9,-1,10,11,89,-1,89,88,10,-1,11,12,90,-1,90,89,11,-1,12,13,91,-1,91,90,12,-1,13,14,92,-1,92,91,13,-1,14,15,93,-1,93,92,14,-1,15,16,94,-1,94,93,15,-1,16,17,95,-1,95,94,16,-1,17,18,96,-1,96,95,17,-1,18,19,97,-1,97,96,18,-1,19,20,98,-1,98,97,19,-1,20,21,99,-1,99,98,20,-1,21,22,100,-1,100,99,21,-1,22,23,101,-1,101,100,22,-1,23,24,102,-1,102,101,23,-1,24,25,103,-1,103,102,24,-1,25,26,104,-1,104,103,25,-1,26,27,105,-1,105,104,26,-1,27,28,106,-1,106,105,27,-1,28,29,107,-1,107,106,28,-1,29,30,108,-1,108,107,29,-1,30,31,109,-1,109,108,30,-1,31,32,110,-1,110,109,31,-1,32,33,111,-1,111,110,32,-1,33,34,112,-1,112,111,33,-1,34,35,113,-1,113,112,34,-1,35,36,114,-1,114,113,35,-1,36,37,115,-1,115,114,36,-1,37,38,116,-1,116,115,37,-1,38,39,117,-1,117,116,38,-1,39,40,118,-1,118,117,39,-1,40,41,119,-1,119,118,40,-1,41,42,120,-1,120,119,41,-1,42,43,121,-1,121,120,42,-1,43,44,122,-1,122,121,43,-1,44,45,123,-1,123,122,44,-1,45,46,124,-1,124,123,45,-1,46,47,125,-1,125,124,46,-1,47,48,126,-1,126,125,47,-1,48,49,127,-1,127,126,48,-1,49,50,128,-1,128,127,49,-1,50,51,129,-1,129,128,50,-1,51,52,130,-1,130,129,51,-1,52,53,131,-1,131,130,52,-1,53,54,132,-1,132,131,53,-1,54,55,133,-1,133,132,54,-1,55,56,134,-1,134,133,55,-1,56,57,135,-1,135,134,56,-1,57,58,136,-1,136,135,57,-1,58,59,137,-1,137,136,58,-1,59,60,138,-1,138,137,59,-1,60,61,139,-1,139,138,60,-1,61,62,140,-1,140,139,61,-1,62,63,141,-1,141,140,62,-1,63,64,142,-1,142,141,63,-1,64,65,143,-1,143,142,64,-1,65,66,144,-1,144,143,65,-1,66,67,145,-1,145,144,66,-1,67,68,146,-1,146,145,67,-1,68,69,147,-1,147,146,68,-1,69,70,148,-1,148,147,69,-1,70,71,149,-1,149,148,70,-1,71,72,150,-1,150,149,71,-1,72,73,151,-1,151,150,72,-1,73,74,152,-1,152,151,73,-1,74,75,153,-1,153,152,74,-1,75,76,154,-1,154,153,75,-1,76,77,155,-1,155,154,76,-1,77,0,78,-1,78,155,77,-1,78,79,157,-1,157,156,78,-1,79,80,158,-1,158,157,79,-1,80,81,159,-1,159,158,80,-1,81,82,160,-1,160,159,81,-1,82,83,161,-1,161,160,82,-1,83,84,162,-1,162,161,83,-1,84,85,163,-1,163,162,84,-1,85,86,164,-1,164,163,85,-1,86,87,165,-1,165,164,86,-1,87,88,166,-1,166,165,87,-1,88,89,167,-1,167,166,88,-1,89,90,168,-1,168,167,89,-1,90,91,169,-1,169,168,90,-1,91,92,170,-1,170,169,91,-1,92,93,171,-1,171,170,92,-1,93,94,172,-1,172,171,93,-1,94,95,173,-1,173,172,94,-1,95,96,174,-1,174,173,95,-1,96,97,175,-1,175,174,96,-1,97,98,176,-1,176,175,97,-1,98,99,177,-1,177,176,98,-1,99,100,178,-1,178,177,99,-1,100,101,179,-1,179,178,100,-1,101,102,180,-1,180,179,101,-1,102,103,181,-1,181,180,102,-1,103,104,182,-1,182,181,103,-1,104,105,183,-1,183,182,104,-1,105,106,184,-1,184,183,105,-1,106,107,185,-1,185,184,106,-1,107,108,186,-1,186,185,107,-1,108,109,187,-1,187,186,108,-1,109,110,188,-1,188,187,109,-1,110,111,189,-1,189,188,110,-1,111,112,190,-1,190,189,111,-1,112,113,191,-1,191,190,112,-1,113,114,192,-1,192,191,113,-1,114,115,193,-1,193,192,114,-1,115,116,194,-1,194,193,115,-1,116,117,195,-1,195,194,116,-1,117,118,196,-1,196,195,117,-1,118,119,197,-1,197,196,118,-1,119,120,198,-1,198,197,119,-1,120,121,199,-1,199,198,120,-1,121,122,200,-1,200,199,121,-1,122,123,201,-1,201,200,122,-1,123,124,202,-1,202,201,123,-1,124,125,203,-1,203,202,124,-1}; return value; } private int[] getalavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex_2() { int[] value = {125,126,204,-1,204,203,125,-1,126,127,205,-1,205,204,126,-1,127,128,206,-1,206,205,127,-1,128,129,207,-1,207,206,128,-1,129,130,208,-1,208,207,129,-1,130,131,209,-1,209,208,130,-1,131,132,210,-1,210,209,131,-1,132,133,211,-1,211,210,132,-1,133,134,212,-1,212,211,133,-1,134,135,213,-1,213,212,134,-1,135,136,214,-1,214,213,135,-1,136,137,215,-1,215,214,136,-1,137,138,216,-1,216,215,137,-1,138,139,217,-1,217,216,138,-1,139,140,218,-1,218,217,139,-1,140,141,219,-1,219,218,140,-1,141,142,220,-1,220,219,141,-1,142,143,221,-1,221,220,142,-1,143,144,222,-1,222,221,143,-1,144,145,223,-1,223,222,144,-1,145,146,224,-1,224,223,145,-1,146,147,225,-1,225,224,146,-1,147,148,226,-1,226,225,147,-1,148,149,227,-1,227,226,148,-1,149,150,228,-1,228,227,149,-1,150,151,229,-1,229,228,150,-1,151,152,230,-1,230,229,151,-1,152,153,231,-1,231,230,152,-1,153,154,232,-1,232,231,153,-1,154,155,233,-1,233,232,154,-1,155,78,156,-1,156,233,155,-1,156,157,235,-1,235,234,156,-1,157,158,236,-1,236,235,157,-1,158,159,237,-1,237,236,158,-1,159,160,238,-1,238,237,159,-1,160,161,239,-1,239,238,160,-1,161,162,240,-1,240,239,161,-1,162,163,241,-1,241,240,162,-1,163,164,242,-1,242,241,163,-1,164,165,243,-1,243,242,164,-1,165,166,244,-1,244,243,165,-1,166,167,245,-1,245,244,166,-1,167,168,246,-1,246,245,167,-1,168,169,247,-1,247,246,168,-1,169,170,248,-1,248,247,169,-1,170,171,249,-1,249,248,170,-1,171,172,250,-1,250,249,171,-1,172,173,251,-1,251,250,172,-1,173,174,252,-1,252,251,173,-1,174,175,253,-1,253,252,174,-1,175,176,254,-1,254,253,175,-1,176,177,255,-1,255,254,176,-1,177,178,256,-1,256,255,177,-1,178,179,257,-1,257,256,178,-1,179,180,258,-1,258,257,179,-1,180,181,259,-1,259,258,180,-1,181,182,260,-1,260,259,181,-1,182,183,261,-1,261,260,182,-1,183,184,262,-1,262,261,183,-1,184,185,263,-1,263,262,184,-1,185,186,264,-1,264,263,185,-1,186,187,265,-1,265,264,186,-1,187,188,266,-1,266,265,187,-1,188,189,267,-1,267,266,188,-1,189,190,268,-1,268,267,189,-1,190,191,269,-1,269,268,190,-1,191,192,270,-1,270,269,191,-1,192,193,271,-1,271,270,192,-1,193,194,272,-1,272,271,193,-1,194,195,273,-1,273,272,194,-1,195,196,274,-1,274,273,195,-1,196,197,275,-1,275,274,196,-1,197,198,276,-1,276,275,197,-1,198,199,277,-1,277,276,198,-1,199,200,278,-1,278,277,199,-1,200,201,279,-1,279,278,200,-1,201,202,280,-1,280,279,201,-1,202,203,281,-1,281,280,202,-1,203,204,282,-1,282,281,203,-1,204,205,283,-1,283,282,204,-1,205,206,284,-1,284,283,205,-1,206,207,285,-1,285,284,206,-1,207,208,286,-1,286,285,207,-1,208,209,287,-1,287,286,208,-1,209,210,288,-1,288,287,209,-1,210,211,289,-1,289,288,210,-1,211,212,290,-1,290,289,211,-1,212,213,291,-1,291,290,212,-1,213,214,292,-1,292,291,213,-1,214,215,293,-1,293,292,214,-1,215,216,294,-1,294,293,215,-1,216,217,295,-1,295,294,216,-1,217,218,296,-1,296,295,217,-1,218,219,297,-1,297,296,218,-1,219,220,298,-1,298,297,219,-1,220,221,299,-1,299,298,220,-1,221,222,300,-1,300,299,221,-1,222,223,301,-1,301,300,222,-1,223,224,302,-1,302,301,223,-1,224,225,303,-1,303,302,224,-1,225,226,304,-1,304,303,225,-1,226,227,305,-1,305,304,226,-1,227,228,306,-1,306,305,227,-1,228,229,307,-1,307,306,228,-1,229,230,308,-1,308,307,229,-1,230,231,309,-1,309,308,230,-1,231,232,310,-1,310,309,231,-1,232,233,311,-1,311,310,232,-1,233,156,234,-1,234,311,233,-1,234,235,313,-1,313,312,234,-1,235,236,314,-1,314,313,235,-1,236,237,315,-1,315,314,236,-1,237,238,316,-1,316,315,237,-1,238,239,317,-1,317,316,238,-1,239,240,318,-1,318,317,239,-1,240,241,319,-1,319,318,240,-1,241,242,320,-1,320,319,241,-1,242,243,321,-1,321,320,242,-1,243,244,322,-1,322,321,243,-1,244,245,323,-1,323,322,244,-1,245,246,324,-1,324,323,245,-1,246,247,325,-1,325,324,246,-1,247,248,326,-1,326,325,247,-1,248,249,327,-1,327,326,248,-1,249,250,328,-1,328,327,249,-1}; return value; } private int[] getalavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex_3() { int[] value = {250,251,329,-1,329,328,250,-1,251,252,330,-1,330,329,251,-1,252,253,331,-1,331,330,252,-1,253,254,332,-1,332,331,253,-1,254,255,333,-1,333,332,254,-1,255,256,334,-1,334,333,255,-1,256,257,335,-1,335,334,256,-1,257,258,336,-1,336,335,257,-1,258,259,337,-1,337,336,258,-1,259,260,338,-1,338,337,259,-1,260,261,339,-1,339,338,260,-1,261,262,340,-1,340,339,261,-1,262,263,341,-1,341,340,262,-1,263,264,342,-1,342,341,263,-1,264,265,343,-1,343,342,264,-1,265,266,344,-1,344,343,265,-1,266,267,345,-1,345,344,266,-1,267,268,346,-1,346,345,267,-1,268,269,347,-1,347,346,268,-1,269,270,348,-1,348,347,269,-1,270,271,349,-1,349,348,270,-1,271,272,350,-1,350,349,271,-1,272,273,351,-1,351,350,272,-1,273,274,352,-1,352,351,273,-1,274,275,353,-1,353,352,274,-1,275,276,354,-1,354,353,275,-1,276,277,355,-1,355,354,276,-1,277,278,356,-1,356,355,277,-1,278,279,357,-1,357,356,278,-1,279,280,358,-1,358,357,279,-1,280,281,359,-1,359,358,280,-1,281,282,360,-1,360,359,281,-1,282,283,361,-1,361,360,282,-1,283,284,362,-1,362,361,283,-1,284,285,363,-1,363,362,284,-1,285,286,364,-1,364,363,285,-1,286,287,365,-1,365,364,286,-1,287,288,366,-1,366,365,287,-1,288,289,367,-1,367,366,288,-1,289,290,368,-1,368,367,289,-1,290,291,369,-1,369,368,290,-1,291,292,370,-1,370,369,291,-1,292,293,371,-1,371,370,292,-1,293,294,372,-1,372,371,293,-1,294,295,373,-1,373,372,294,-1,295,296,374,-1,374,373,295,-1,296,297,375,-1,375,374,296,-1,297,298,376,-1,376,375,297,-1,298,299,377,-1,377,376,298,-1,299,300,378,-1,378,377,299,-1,300,301,379,-1,379,378,300,-1,301,302,380,-1,380,379,301,-1,302,303,381,-1,381,380,302,-1,303,304,382,-1,382,381,303,-1,304,305,383,-1,383,382,304,-1,305,306,384,-1,384,383,305,-1,306,307,385,-1,385,384,306,-1,307,308,386,-1,386,385,307,-1,308,309,387,-1,387,386,308,-1,309,310,388,-1,388,387,309,-1,310,311,389,-1,389,388,310,-1,311,234,312,-1,312,389,311,-1,312,313,391,-1,391,390,312,-1,313,314,392,-1,392,391,313,-1,314,315,393,-1,393,392,314,-1,315,316,394,-1,394,393,315,-1,316,317,395,-1,395,394,316,-1,317,318,396,-1,396,395,317,-1,318,319,397,-1,397,396,318,-1,319,320,398,-1,398,397,319,-1,320,321,399,-1,399,398,320,-1,321,322,400,-1,400,399,321,-1,322,323,401,-1,401,400,322,-1,323,324,402,-1,402,401,323,-1,324,325,403,-1,403,402,324,-1,325,326,404,-1,404,403,325,-1,326,327,405,-1,405,404,326,-1,327,328,406,-1,406,405,327,-1,328,329,407,-1,407,406,328,-1,329,330,408,-1,408,407,329,-1,330,331,409,-1,409,408,330,-1,331,332,410,-1,410,409,331,-1,332,333,411,-1,411,410,332,-1,333,334,412,-1,412,411,333,-1,334,335,413,-1,413,412,334,-1,335,336,414,-1,414,413,335,-1,336,337,415,-1,415,414,336,-1,337,338,416,-1,416,415,337,-1,338,339,417,-1,417,416,338,-1,339,340,418,-1,418,417,339,-1,340,341,419,-1,419,418,340,-1,341,342,420,-1,420,419,341,-1,342,343,421,-1,421,420,342,-1,343,344,422,-1,422,421,343,-1,344,345,423,-1,423,422,344,-1,345,346,424,-1,424,423,345,-1,346,347,425,-1,425,424,346,-1,347,348,426,-1,426,425,347,-1,348,349,427,-1,427,426,348,-1,349,350,428,-1,428,427,349,-1,350,351,429,-1,429,428,350,-1,351,352,430,-1,430,429,351,-1,352,353,431,-1,431,430,352,-1,353,354,432,-1,432,431,353,-1,354,355,433,-1,433,432,354,-1,355,356,434,-1,434,433,355,-1,356,357,435,-1,435,434,356,-1,357,358,436,-1,436,435,357,-1,358,359,437,-1,437,436,358,-1,359,360,438,-1,438,437,359,-1,360,361,439,-1,439,438,360,-1,361,362,440,-1,440,439,361,-1,362,363,441,-1,441,440,362,-1,363,364,442,-1,442,441,363,-1,364,365,443,-1,443,442,364,-1,365,366,444,-1,444,443,365,-1,366,367,445,-1,445,444,366,-1,367,368,446,-1,446,445,367,-1,368,369,447,-1,447,446,368,-1,369,370,448,-1,448,447,369,-1,370,371,449,-1,449,448,370,-1,371,372,450,-1,450,449,371,-1,372,373,451,-1,451,450,372,-1,373,374,452,-1,452,451,373,-1,374,375,453,-1,453,452,374,-1}; return value; } private int[] getalavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex_4() { int[] value = {375,376,454,-1,454,453,375,-1,376,377,455,-1,455,454,376,-1,377,378,456,-1,456,455,377,-1,378,379,457,-1,457,456,378,-1,379,380,458,-1,458,457,379,-1,380,381,459,-1,459,458,380,-1,381,382,460,-1,460,459,381,-1,382,383,461,-1,461,460,382,-1,383,384,462,-1,462,461,383,-1,384,385,463,-1,463,462,384,-1,385,386,464,-1,464,463,385,-1,386,387,465,-1,465,464,386,-1,387,388,466,-1,466,465,387,-1,388,389,467,-1,467,466,388,-1,389,312,390,-1,390,467,389,-1,390,391,469,-1,469,468,390,-1,391,392,470,-1,470,469,391,-1,392,393,471,-1,471,470,392,-1,393,394,472,-1,472,471,393,-1,394,395,473,-1,473,472,394,-1,395,396,474,-1,474,473,395,-1,396,397,475,-1,475,474,396,-1,397,398,476,-1,476,475,397,-1,398,399,477,-1,477,476,398,-1,399,400,478,-1,478,477,399,-1,400,401,479,-1,479,478,400,-1,401,402,480,-1,480,479,401,-1,402,403,481,-1,481,480,402,-1,403,404,482,-1,482,481,403,-1,404,405,483,-1,483,482,404,-1,405,406,484,-1,484,483,405,-1,406,407,485,-1,485,484,406,-1,407,408,486,-1,486,485,407,-1,408,409,487,-1,487,486,408,-1,409,410,488,-1,488,487,409,-1,410,411,489,-1,489,488,410,-1,411,412,490,-1,490,489,411,-1,412,413,491,-1,491,490,412,-1,413,414,492,-1,492,491,413,-1,414,415,493,-1,493,492,414,-1,415,416,494,-1,494,493,415,-1,416,417,495,-1,495,494,416,-1,417,418,496,-1,496,495,417,-1,418,419,497,-1,497,496,418,-1,419,420,498,-1,498,497,419,-1,420,421,499,-1,499,498,420,-1,421,422,500,-1,500,499,421,-1,422,423,501,-1,501,500,422,-1,423,424,502,-1,502,501,423,-1,424,425,503,-1,503,502,424,-1,425,426,504,-1,504,503,425,-1,426,427,505,-1,505,504,426,-1,427,428,506,-1,506,505,427,-1,428,429,507,-1,507,506,428,-1,429,430,508,-1,508,507,429,-1,430,431,509,-1,509,508,430,-1,431,432,510,-1,510,509,431,-1,432,433,511,-1,511,510,432,-1,433,434,512,-1,512,511,433,-1,434,435,513,-1,513,512,434,-1,435,436,514,-1,514,513,435,-1,436,437,515,-1,515,514,436,-1,437,438,516,-1,516,515,437,-1,438,439,517,-1,517,516,438,-1,439,440,518,-1,518,517,439,-1,440,441,519,-1,519,518,440,-1,441,442,520,-1,520,519,441,-1,442,443,521,-1,521,520,442,-1,443,444,522,-1,522,521,443,-1,444,445,523,-1,523,522,444,-1,445,446,524,-1,524,523,445,-1,446,447,525,-1,525,524,446,-1,447,448,526,-1,526,525,447,-1,448,449,527,-1,527,526,448,-1,449,450,528,-1,528,527,449,-1,450,451,529,-1,529,528,450,-1,451,452,530,-1,530,529,451,-1,452,453,531,-1,531,530,452,-1,453,454,532,-1,532,531,453,-1,454,455,533,-1,533,532,454,-1,455,456,534,-1,534,533,455,-1,456,457,535,-1,535,534,456,-1,457,458,536,-1,536,535,457,-1,458,459,537,-1,537,536,458,-1,459,460,538,-1,538,537,459,-1,460,461,539,-1,539,538,460,-1,461,462,540,-1,540,539,461,-1,462,463,541,-1,541,540,462,-1,463,464,542,-1,542,541,463,-1,464,465,543,-1,543,542,464,-1,465,466,544,-1,544,543,465,-1,466,467,545,-1,545,544,466,-1,467,390,468,-1,468,545,467,-1,41,43,42,-1,53,55,54,-1,52,55,53,-1,41,44,43,-1,51,55,52,-1,11,13,12,-1,50,55,51,-1,41,45,44,-1,65,67,66,-1,49,55,50,-1,77,1,0,-1,5,7,6,-1,48,55,49,-1,47,55,48,-1,46,55,47,-1,45,55,46,-1,41,55,45,-1,40,55,41,-1,40,56,55,-1,39,56,40,-1,39,57,56,-1,38,57,39,-1,37,57,38,-1,37,58,57,-1,36,58,37,-1,36,59,58,-1,35,59,36,-1,34,59,35,-1,33,59,34,-1,32,59,33,-1,31,59,32,-1,30,59,31,-1,30,60,59,-1,30,61,60,-1,30,62,61,-1,29,62,30,-1,29,63,62,-1,28,63,29,-1,28,64,63,-1,27,64,28,-1,27,65,64,-1,27,67,65,-1,27,68,67,-1,27,69,68,-1,27,70,69,-1,27,71,70,-1,27,72,71,-1,27,73,72,-1,26,73,27,-1,25,73,26,-1,24,73,25,-1,24,74,73,-1,24,75,74,-1,23,75,24,-1,22,75,23,-1,22,76,75,-1,21,76,22,-1,20,76,21,-1,20,77,76,-1,20,1,77,-1,20,2,1,-1,19,2,20,-1,19,3,2,-1,18,3,19,-1}; return value; } private int[] getalavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex_5() { int[] value = {17,3,18,-1,17,4,3,-1,16,4,17,-1,15,4,16,-1,15,5,4,-1,15,7,5,-1,15,8,7,-1,15,9,8,-1,15,10,9,-1,14,10,15,-1,14,11,10,-1,14,13,11,-1,509,510,511,-1,521,522,523,-1,520,521,523,-1,509,511,512,-1,519,520,523,-1,479,480,481,-1,518,519,523,-1,509,512,513,-1,533,534,535,-1,517,518,523,-1,545,468,469,-1,473,474,475,-1,516,517,523,-1,515,516,523,-1,514,515,523,-1,513,514,523,-1,509,513,523,-1,508,509,523,-1,508,523,524,-1,507,508,524,-1,507,524,525,-1,506,507,525,-1,505,506,525,-1,505,525,526,-1,504,505,526,-1,504,526,527,-1,503,504,527,-1,502,503,527,-1,501,502,527,-1,500,501,527,-1,499,500,527,-1,498,499,527,-1,498,527,528,-1,498,528,529,-1,498,529,530,-1,497,498,530,-1,497,530,531,-1,496,497,531,-1,496,531,532,-1,495,496,532,-1,495,532,533,-1,495,533,535,-1,495,535,536,-1,495,536,537,-1,495,537,538,-1,495,538,539,-1,495,539,540,-1,495,540,541,-1,494,495,541,-1,493,494,541,-1,492,493,541,-1,492,541,542,-1,492,542,543,-1,491,492,543,-1,490,491,543,-1,490,543,544,-1,489,490,544,-1,488,489,544,-1,488,544,545,-1,488,545,469,-1,488,469,470,-1,487,488,470,-1,487,470,471,-1,486,487,471,-1,485,486,471,-1,485,471,472,-1,484,485,472,-1,483,484,472,-1,483,472,473,-1,483,473,475,-1,483,475,476,-1,483,476,477,-1,483,477,478,-1,482,483,478,-1,482,478,479,-1,482,479,481,-1}; return value; } /** Define subarrays using type float[] */ private float[] getalavancaAlavancaFerrolhoRight_COORD_11_145_point_1() { float[] value = {-0.00106f,-0.02613f,-0.01975f,-0.001053f,-0.02498f,-0.02073f,-0.001046f,-0.02383f,-0.02171f,-0.001038f,-0.02268f,-0.0227f,-0.001031f,-0.02154f,-0.02368f,-0.001024f,-0.02039f,-0.02467f,-0.001017f,-0.01924f,-0.02565f,-0.001018f,-0.01801f,-0.02549f,-0.001019f,-0.01678f,-0.02533f,-0.00102f,-0.01555f,-0.02516f,-0.001021f,-0.01432f,-0.025f,-0.001023f,-0.01308f,-0.02483f,-0.001024f,-0.01185f,-0.02467f,-0.001031f,-0.01144f,-0.02377f,-0.001037f,-0.01103f,-0.02286f,-0.001044f,-0.01062f,-0.02196f,-0.001051f,-0.01021f,-0.02106f,-0.001057f,-0.009802f,-0.02016f,-0.001064f,-0.009392f,-0.01925f,-0.00108f,-0.009228f,-0.01704f,-0.001097f,-0.009064f,-0.01482f,-0.001113f,-0.0089f,-0.01261f,-0.001129f,-0.008736f,-0.01039f,-0.001146f,-0.008571f,-0.008177f,-0.001162f,-0.008407f,-0.005961f,-0.001171f,-0.007751f,-0.00473f,-0.00118f,-0.007095f,-0.0035f,-0.001189f,-0.006438f,-0.002269f,-0.001199f,-0.005782f,-0.001038f,-0.001208f,-0.005125f,1.925E-4f,-0.001217f,-0.004469f,0.001423f,-0.00122f,-0.002992f,0.001834f,-0.001223f,-0.001515f,0.002244f,-0.001226f,-3.797E-5f,0.002654f,-0.001229f,0.001439f,0.003064f,-0.001232f,0.002916f,0.003475f,-0.001235f,0.004393f,0.003885f,-0.001242f,0.01153f,0.004869f,-0.001249f,0.01867f,0.005854f,-0.001257f,0.02581f,0.006839f,-0.001264f,0.03295f,0.007823f,-0.001271f,0.04009f,0.008808f,-0.001279f,0.04722f,0.009792f,-0.001289f,0.04747f,0.01119f,-0.001299f,0.04772f,0.01258f,-0.001309f,0.04796f,0.01398f,-0.00132f,0.04821f,0.01537f,-0.00133f,0.04846f,0.01677f,-0.00134f,0.0487f,0.01816f,-0.001348f,0.04821f,0.01915f,-0.001355f,0.04772f,0.02013f,-0.001362f,0.04722f,0.02112f,-0.001369f,0.04673f,0.0221f,-0.001377f,0.04624f,0.02308f,-0.001384f,0.04575f,0.02407f,-0.001374f,0.03533f,0.02267f,-0.001363f,0.02491f,0.02128f,-0.001353f,0.01449f,0.01988f,-0.001343f,0.004065f,0.01849f,-0.001332f,-0.006356f,0.01709f,-0.001322f,-0.01678f,0.0157f,-0.001317f,-0.01801f,0.01504f,-0.001312f,-0.01924f,0.01439f,-0.001308f,-0.02047f,0.01373f,-0.001303f,-0.0217f,0.01307f,-0.001298f,-0.02293f,0.01242f,-0.001293f,-0.02416f,0.01176f,-0.001282f,-0.02441f,0.01028f,-0.001271f,-0.02465f,0.008808f,-0.00126f,-0.0249f,0.007331f,-0.001249f,-0.02515f,0.005854f,-0.001239f,-0.02539f,0.004377f,-0.001228f,-0.02564f,0.0029f,-0.0012f,-0.02572f,-8.741E-4f,-0.001172f,-0.0258f,-0.004648f,-0.001144f,-0.02588f,-0.008423f,-0.001116f,-0.02597f,-0.0122f,-0.001088f,-0.02605f,-0.01597f,-3.114E-5f,-0.02613f,-0.01974f,-2.376E-5f,-0.02498f,-0.02072f,-1.639E-5f,-0.02383f,-0.02171f,0.0f,-0.02268f,-0.02269f,0.0f,-0.02154f,-0.02368f,0.0f,-0.02039f,-0.02466f,1.312E-5f,-0.01924f,-0.02565f,1.189E-5f,-0.01801f,-0.02548f,1.066E-5f,-0.01678f,-0.02532f,0.0f,-0.01555f,-0.02515f,0.0f,-0.01432f,-0.02499f,0.0f,-0.01308f,-0.02483f,0.0f,-0.01185f,-0.02466f,0.0f,-0.01144f,-0.02376f,0.0f,-0.01103f,-0.02286f,-1.454E-5f,-0.01062f,-0.02195f,-2.13E-5f,-0.01021f,-0.02105f,-2.806E-5f,-0.009802f,-0.02015f,-3.483E-5f,-0.009392f,-0.01925f,-5.142E-5f,-0.009228f,-0.01703f,-6.802E-5f,-0.009064f,-0.01482f,-8.461E-5f,-0.0089f,-0.0126f}; return value; } private float[] getalavancaAlavancaFerrolhoRight_COORD_11_145_point_2() { float[] value = {-1.012E-4f,-0.008736f,-0.01038f,-1.178E-4f,-0.008571f,-0.008169f,-1.344E-4f,-0.008407f,-0.005954f,-1.436E-4f,-0.007751f,-0.004723f,-1.528E-4f,-0.007095f,-0.003492f,-1.621E-4f,-0.006438f,-0.002261f,-1.713E-4f,-0.005782f,-0.001031f,-1.805E-4f,-0.005125f,2.001E-4f,-1.897E-4f,-0.004469f,0.001431f,-1.928E-4f,-0.002992f,0.001841f,-1.959E-4f,-0.001515f,0.002251f,-1.989E-4f,-3.797E-5f,0.002662f,-2.02E-4f,0.001439f,0.003072f,-2.051E-4f,0.002916f,0.003482f,-2.082E-4f,0.004393f,0.003892f,-2.155E-4f,0.01153f,0.004877f,-2.229E-4f,0.01867f,0.005862f,-2.303E-4f,0.02581f,0.006846f,-2.377E-4f,0.03295f,0.007831f,-2.45E-4f,0.04009f,0.008815f,-2.524E-4f,0.04722f,0.0098f,-2.629E-4f,0.04747f,0.01119f,-2.733E-4f,0.04772f,0.01259f,-2.837E-4f,0.04796f,0.01398f,-2.942E-4f,0.04821f,0.01538f,-3.046E-4f,0.04846f,0.01677f,-3.151E-4f,0.0487f,0.01817f,-3.225E-4f,0.04821f,0.01915f,-3.298E-4f,0.04772f,0.02014f,-3.372E-4f,0.04722f,0.02112f,-3.446E-4f,0.04673f,0.02211f,-3.52E-4f,0.04624f,0.02309f,-3.593E-4f,0.04575f,0.02408f,-3.489E-4f,0.03533f,0.02268f,-3.385E-4f,0.02491f,0.02129f,-3.28E-4f,0.01449f,0.01989f,-3.176E-4f,0.004065f,0.0185f,-3.071E-4f,-0.006356f,0.0171f,-2.967E-4f,-0.01678f,0.01571f,-2.917E-4f,-0.01801f,0.01505f,-2.868E-4f,-0.01924f,0.01439f,-2.819E-4f,-0.02047f,0.01374f,-2.77E-4f,-0.0217f,0.01308f,-2.721E-4f,-0.02293f,0.01243f,-2.672E-4f,-0.02416f,0.01177f,-2.561E-4f,-0.02441f,0.01029f,-2.45E-4f,-0.02465f,0.008815f,-2.34E-4f,-0.0249f,0.007339f,-2.229E-4f,-0.02515f,0.005862f,-2.118E-4f,-0.02539f,0.004385f,-2.008E-4f,-0.02564f,0.002908f,-1.725E-4f,-0.02572f,-8.665E-4f,-1.442E-4f,-0.0258f,-0.004641f,-1.16E-4f,-0.02588f,-0.008415f,-8.768E-5f,-0.02597f,-0.01219f,-5.941E-5f,-0.02605f,-0.01596f,9.979E-4f,-0.02613f,-0.01973f,0.001005f,-0.02498f,-0.02072f,0.001013f,-0.02383f,-0.0217f,0.00102f,-0.02268f,-0.02268f,0.001028f,-0.02154f,-0.02367f,0.001035f,-0.02039f,-0.02465f,0.001043f,-0.01924f,-0.02564f,0.001041f,-0.01801f,-0.02547f,0.00104f,-0.01678f,-0.02531f,0.001039f,-0.01555f,-0.02515f,0.001038f,-0.01432f,-0.02498f,0.001037f,-0.01308f,-0.02482f,0.001035f,-0.01185f,-0.02465f,0.001028f,-0.01144f,-0.02375f,0.001022f,-0.01103f,-0.02285f,0.001015f,-0.01062f,-0.02195f,0.001008f,-0.01021f,-0.02104f,0.001001f,-0.009802f,-0.02014f,9.942E-4f,-0.009392f,-0.01924f,9.774E-4f,-0.009228f,-0.01702f,9.606E-4f,-0.009064f,-0.01481f,9.437E-4f,-0.0089f,-0.01259f,9.269E-4f,-0.008736f,-0.01038f,9.101E-4f,-0.008571f,-0.008161f,8.933E-4f,-0.008407f,-0.005946f,8.84E-4f,-0.007751f,-0.004715f,8.746E-4f,-0.007095f,-0.003485f,8.653E-4f,-0.006438f,-0.002254f,8.56E-4f,-0.005782f,-0.001023f,8.466E-4f,-0.005125f,2.077E-4f,8.373E-4f,-0.004469f,0.001438f,8.342E-4f,-0.002992f,0.001849f,8.311E-4f,-0.001515f,0.002259f,8.279E-4f,-3.797E-5f,0.002669f,8.248E-4f,0.001439f,0.00308f,8.217E-4f,0.002916f,0.00349f,8.186E-4f,0.004393f,0.0039f,8.111E-4f,0.01153f,0.004885f,8.037E-4f,0.01867f,0.005869f,7.962E-4f,0.02581f,0.006854f,7.887E-4f,0.03295f,0.007838f,7.813E-4f,0.04009f,0.008823f,7.738E-4f,0.04722f,0.009808f,7.632E-4f,0.04747f,0.0112f}; return value; } private float[] getalavancaAlavancaFerrolhoRight_COORD_11_145_point_3() { float[] value = {7.526E-4f,0.04772f,0.0126f,7.42E-4f,0.04796f,0.01399f,7.314E-4f,0.04821f,0.01539f,7.209E-4f,0.04846f,0.01678f,7.103E-4f,0.0487f,0.01818f,7.028E-4f,0.04821f,0.01916f,6.953E-4f,0.04772f,0.02015f,6.879E-4f,0.04722f,0.02113f,6.804E-4f,0.04673f,0.02212f,6.729E-4f,0.04624f,0.0231f,6.655E-4f,0.04575f,0.02408f,6.76E-4f,0.03533f,0.02269f,6.866E-4f,0.02491f,0.02129f,6.972E-4f,0.01449f,0.0199f,7.078E-4f,0.004065f,0.01851f,7.184E-4f,-0.006356f,0.01711f,7.29E-4f,-0.01678f,0.01572f,7.339E-4f,-0.01801f,0.01506f,7.389E-4f,-0.01924f,0.0144f,7.439E-4f,-0.02047f,0.01375f,7.489E-4f,-0.0217f,0.01309f,7.539E-4f,-0.02293f,0.01243f,7.588E-4f,-0.02416f,0.01178f,7.7E-4f,-0.02441f,0.0103f,7.813E-4f,-0.02465f,0.008823f,7.925E-4f,-0.0249f,0.007346f,8.037E-4f,-0.02515f,0.005869f,8.149E-4f,-0.02539f,0.004392f,8.261E-4f,-0.02564f,0.002915f,8.547E-4f,-0.02572f,-8.589E-4f,8.834E-4f,-0.0258f,-0.004633f,9.12E-4f,-0.02588f,-0.008408f,9.406E-4f,-0.02597f,-0.01218f,9.693E-4f,-0.02605f,-0.01596f,0.002026f,-0.02613f,-0.01972f,0.002034f,-0.02498f,-0.02071f,0.002041f,-0.02383f,-0.02169f,0.002049f,-0.02268f,-0.02268f,0.002056f,-0.02154f,-0.02366f,0.002064f,-0.02039f,-0.02465f,0.002071f,-0.01924f,-0.02563f,0.00207f,-0.01801f,-0.02547f,0.002069f,-0.01678f,-0.0253f,0.002067f,-0.01555f,-0.02514f,0.002066f,-0.01432f,-0.02497f,0.002065f,-0.01308f,-0.02481f,0.002064f,-0.01185f,-0.02465f,0.002057f,-0.01144f,-0.02374f,0.00205f,-0.01103f,-0.02284f,0.002043f,-0.01062f,-0.02194f,0.002036f,-0.01021f,-0.02104f,0.002029f,-0.009802f,-0.02013f,0.002022f,-0.009392f,-0.01923f,0.002005f,-0.009228f,-0.01702f,0.001988f,-0.009064f,-0.0148f,0.001972f,-0.0089f,-0.01258f,0.001955f,-0.008736f,-0.01037f,0.001938f,-0.008571f,-0.008154f,0.001921f,-0.008407f,-0.005938f,0.001911f,-0.007751f,-0.004708f,0.001902f,-0.007095f,-0.003477f,0.001893f,-0.006438f,-0.002246f,0.001883f,-0.005782f,-0.001015f,0.001874f,-0.005125f,2.153E-4f,0.001864f,-0.004469f,0.001446f,0.001861f,-0.002992f,0.001856f,0.001858f,-0.001515f,0.002267f,0.001855f,-3.797E-5f,0.002677f,0.001852f,0.001439f,0.003087f,0.001849f,0.002916f,0.003497f,0.001846f,0.004393f,0.003908f,0.001838f,0.01153f,0.004892f,0.001831f,0.01867f,0.005877f,0.001823f,0.02581f,0.006861f,0.001816f,0.03295f,0.007846f,0.001808f,0.04009f,0.008831f,0.0018f,0.04722f,0.009815f,0.00179f,0.04747f,0.01121f,0.001779f,0.04772f,0.0126f,0.001769f,0.04796f,0.014f,0.001758f,0.04821f,0.01539f,0.001747f,0.04846f,0.01679f,0.001737f,0.0487f,0.01818f,0.001729f,0.04821f,0.01917f,0.001722f,0.04772f,0.02015f,0.001714f,0.04722f,0.02114f,0.001707f,0.04673f,0.02212f,0.001699f,0.04624f,0.02311f,0.001691f,0.04575f,0.02409f,0.001702f,0.03533f,0.0227f,0.001713f,0.02491f,0.0213f,0.001723f,0.01449f,0.01991f,0.001734f,0.004065f,0.01851f,0.001745f,-0.006356f,0.01712f,0.001755f,-0.01678f,0.01572f,0.00176f,-0.01801f,0.01507f,0.001765f,-0.01924f,0.01441f,0.00177f,-0.02047f,0.01375f,0.001775f,-0.0217f,0.0131f,0.00178f,-0.02293f,0.01244f}; return value; } private float[] getalavancaAlavancaFerrolhoRight_COORD_11_145_point_4() { float[] value = {0.001785f,-0.02416f,0.01178f,0.001797f,-0.02441f,0.01031f,0.001808f,-0.02465f,0.008831f,0.001819f,-0.0249f,0.007354f,0.001831f,-0.02515f,0.005877f,0.001842f,-0.02539f,0.0044f,0.001853f,-0.02564f,0.002923f,0.001882f,-0.02572f,-8.513E-4f,0.001911f,-0.0258f,-0.004626f,0.00194f,-0.02588f,-0.0084f,0.001968f,-0.02597f,-0.01217f,0.001997f,-0.02605f,-0.01595f,0.003052f,-0.02613f,-0.01972f,0.00306f,-0.02498f,-0.0207f,0.003067f,-0.02383f,-0.02168f,0.003075f,-0.02268f,-0.02267f,0.003082f,-0.02154f,-0.02365f,0.00309f,-0.02039f,-0.02464f,0.003097f,-0.01924f,-0.02562f,0.003096f,-0.01801f,-0.02546f,0.003095f,-0.01678f,-0.02529f,0.003093f,-0.01555f,-0.02513f,0.003092f,-0.01432f,-0.02497f,0.003091f,-0.01308f,-0.0248f,0.00309f,-0.01185f,-0.02464f,0.003083f,-0.01144f,-0.02374f,0.003076f,-0.01103f,-0.02283f,0.003069f,-0.01062f,-0.02193f,0.003062f,-0.01021f,-0.02103f,0.003055f,-0.009802f,-0.02013f,0.003049f,-0.009392f,-0.01922f,0.003032f,-0.009228f,-0.01701f,0.003015f,-0.009064f,-0.01479f,0.002998f,-0.0089f,-0.01258f,0.002981f,-0.008736f,-0.01036f,0.002965f,-0.008571f,-0.008146f,0.002948f,-0.008407f,-0.005931f,0.002938f,-0.007751f,-0.0047f,0.002929f,-0.007095f,-0.003469f,0.00292f,-0.006438f,-0.002239f,0.00291f,-0.005782f,-0.001008f,0.002901f,-0.005125f,2.229E-4f,0.002892f,-0.004469f,0.001454f,0.002889f,-0.002992f,0.001864f,0.002885f,-0.001515f,0.002274f,0.002882f,-3.797E-5f,0.002684f,0.002879f,0.001439f,0.003095f,0.002876f,0.002916f,0.003505f,0.002873f,0.004393f,0.003915f,0.002866f,0.01153f,0.0049f,0.002858f,0.01867f,0.005884f,0.002851f,0.02581f,0.006869f,0.002843f,0.03295f,0.007854f,0.002836f,0.04009f,0.008838f,0.002828f,0.04722f,0.009823f,0.002818f,0.04747f,0.01122f,0.002807f,0.04772f,0.01261f,0.002796f,0.04796f,0.01401f,0.002786f,0.04821f,0.0154f,0.002775f,0.04846f,0.0168f,0.002765f,0.0487f,0.01819f,0.002757f,0.04821f,0.01918f,0.00275f,0.04772f,0.02016f,0.002742f,0.04722f,0.02115f,0.002735f,0.04673f,0.02213f,0.002727f,0.04624f,0.02312f,0.00272f,0.04575f,0.0241f,0.00273f,0.03533f,0.0227f,0.002741f,0.02491f,0.02131f,0.002752f,0.01449f,0.01992f,0.002762f,0.004065f,0.01852f,0.002773f,-0.006356f,0.01713f,0.002783f,-0.01678f,0.01573f,0.002788f,-0.01801f,0.01507f,0.002793f,-0.01924f,0.01442f,0.002798f,-0.02047f,0.01376f,0.002803f,-0.0217f,0.0131f,0.002808f,-0.02293f,0.01245f,0.002813f,-0.02416f,0.01179f,0.002824f,-0.02441f,0.01032f,0.002836f,-0.02465f,0.008838f,0.002847f,-0.0249f,0.007361f,0.002858f,-0.02515f,0.005884f,0.002869f,-0.02539f,0.004408f,0.00288f,-0.02564f,0.002931f,0.002909f,-0.02572f,-8.437E-4f,0.002938f,-0.0258f,-0.004618f,0.002966f,-0.02588f,-0.008392f,0.002995f,-0.02597f,-0.01217f,0.003024f,-0.02605f,-0.01594f,0.004077f,-0.02613f,-0.01971f,0.004084f,-0.02498f,-0.02069f,0.004092f,-0.02383f,-0.02168f,0.004099f,-0.02268f,-0.02266f,0.004106f,-0.02154f,-0.02365f,0.004114f,-0.02039f,-0.02463f,0.004121f,-0.01924f,-0.02562f,0.00412f,-0.01801f,-0.02545f,0.004119f,-0.01678f,-0.02529f,0.004118f,-0.01555f,-0.02512f}; return value; } private float[] getalavancaAlavancaFerrolhoRight_COORD_11_145_point_5() { float[] value = {0.004116f,-0.01432f,-0.02496f,0.004115f,-0.01308f,-0.02479f,0.004114f,-0.01185f,-0.02463f,0.004107f,-0.01144f,-0.02373f,0.0041f,-0.01103f,-0.02283f,0.004094f,-0.01062f,-0.02192f,0.004087f,-0.01021f,-0.02102f,0.00408f,-0.009802f,-0.02012f,0.004073f,-0.009392f,-0.01922f,0.004057f,-0.009228f,-0.017f,0.00404f,-0.009064f,-0.01478f,0.004024f,-0.0089f,-0.01257f,0.004007f,-0.008736f,-0.01035f,0.003991f,-0.008571f,-0.008139f,0.003974f,-0.008407f,-0.005923f,0.003965f,-0.007751f,-0.004693f,0.003956f,-0.007095f,-0.003462f,0.003947f,-0.006438f,-0.002231f,0.003937f,-0.005782f,-0.0010f,0.003928f,-0.005125f,2.305E-4f,0.003919f,-0.004469f,0.001461f,0.003916f,-0.002992f,0.001872f,0.003913f,-0.001515f,0.002282f,0.00391f,-3.797E-5f,0.002692f,0.003907f,0.001439f,0.003102f,0.003904f,0.002916f,0.003513f,0.003901f,0.004393f,0.003923f,0.003893f,0.01153f,0.004907f,0.003886f,0.01867f,0.005892f,0.003879f,0.02581f,0.006877f,0.003871f,0.03295f,0.007861f,0.003864f,0.04009f,0.008846f,0.003857f,0.04722f,0.00983f,0.003846f,0.04747f,0.01123f,0.003836f,0.04772f,0.01262f,0.003825f,0.04796f,0.01402f,0.003815f,0.04821f,0.01541f,0.003805f,0.04846f,0.0168f,0.003794f,0.0487f,0.0182f,0.003787f,0.04821f,0.01918f,0.003779f,0.04772f,0.02017f,0.003772f,0.04722f,0.02115f,0.003765f,0.04673f,0.02214f,0.003757f,0.04624f,0.02312f,0.00375f,0.04575f,0.02411f,0.003761f,0.03533f,0.02271f,0.003771f,0.02491f,0.02132f,0.003781f,0.01449f,0.01992f,0.003792f,0.004065f,0.01853f,0.003802f,-0.006356f,0.01713f,0.003813f,-0.01678f,0.01574f,0.003817f,-0.01801f,0.01508f,0.003822f,-0.01924f,0.01443f,0.003827f,-0.02047f,0.01377f,0.003832f,-0.0217f,0.01311f,0.003837f,-0.02293f,0.01246f,0.003842f,-0.02416f,0.0118f,0.003853f,-0.02441f,0.01032f,0.003864f,-0.02465f,0.008846f,0.003875f,-0.0249f,0.007369f,0.003886f,-0.02515f,0.005892f,0.003897f,-0.02539f,0.004415f,0.003908f,-0.02564f,0.002938f,0.003936f,-0.02572f,-8.362E-4f,0.003964f,-0.0258f,-0.00461f,0.003993f,-0.02588f,-0.008385f,0.004021f,-0.02597f,-0.01216f,0.004049f,-0.02605f,-0.01593f,0.005107f,-0.02613f,-0.0197f,0.005114f,-0.02498f,-0.02068f,0.005122f,-0.02383f,-0.02167f,0.005129f,-0.02268f,-0.02265f,0.005137f,-0.02154f,-0.02364f,0.005144f,-0.02039f,-0.02462f,0.005152f,-0.01924f,-0.02561f,0.00515f,-0.01801f,-0.02544f,0.005149f,-0.01678f,-0.02528f,0.005148f,-0.01555f,-0.02512f,0.005147f,-0.01432f,-0.02495f,0.005145f,-0.01308f,-0.02479f,0.005144f,-0.01185f,-0.02462f,0.005137f,-0.01144f,-0.02372f,0.00513f,-0.01103f,-0.02282f,0.005124f,-0.01062f,-0.02192f,0.005117f,-0.01021f,-0.02101f,0.00511f,-0.009802f,-0.02011f,0.005103f,-0.009392f,-0.01921f,0.005086f,-0.009228f,-0.01699f,0.005069f,-0.009064f,-0.01478f,0.005053f,-0.0089f,-0.01256f,0.005036f,-0.008736f,-0.01035f,0.005019f,-0.008571f,-0.008131f,0.005002f,-0.008407f,-0.005916f,0.004993f,-0.007751f,-0.004685f,0.004983f,-0.007095f,-0.003454f,0.004974f,-0.006438f,-0.002223f,0.004965f,-0.005782f,-9.927E-4f,0.004955f,-0.005125f,2.381E-4f,0.004946f,-0.004469f,0.001469f,0.004943f,-0.002992f,0.001879f}; return value; } private float[] getalavancaAlavancaFerrolhoRight_COORD_11_145_point_6() { float[] value = {0.00494f,-0.001515f,0.002289f,0.004937f,-3.797E-5f,0.0027f,0.004934f,0.001439f,0.00311f,0.00493f,0.002916f,0.00352f,0.004927f,0.004393f,0.00393f,0.00492f,0.01153f,0.004915f,0.004912f,0.01867f,0.0059f,0.004905f,0.02581f,0.006884f,0.004897f,0.03295f,0.007869f,0.00489f,0.04009f,0.008853f,0.004883f,0.04722f,0.009838f,0.004872f,0.04747f,0.01123f,0.004861f,0.04772f,0.01263f,0.004851f,0.04796f,0.01402f,0.00484f,0.04821f,0.01542f,0.00483f,0.04846f,0.01681f,0.004819f,0.0487f,0.01821f,0.004811f,0.04821f,0.01919f,0.004804f,0.04772f,0.02018f,0.004797f,0.04722f,0.02116f,0.004789f,0.04673f,0.02215f,0.004782f,0.04624f,0.02313f,0.004774f,0.04575f,0.02411f,0.004785f,0.03533f,0.02272f,0.004795f,0.02491f,0.02133f,0.004806f,0.01449f,0.01993f,0.004816f,0.004065f,0.01854f,0.004827f,-0.006356f,0.01714f,0.004838f,-0.01678f,0.01575f,0.004843f,-0.01801f,0.01509f,0.004848f,-0.01924f,0.01443f,0.004853f,-0.02047f,0.01378f,0.004858f,-0.0217f,0.01312f,0.004863f,-0.02293f,0.01246f,0.004868f,-0.02416f,0.01181f,0.004879f,-0.02441f,0.01033f,0.00489f,-0.02465f,0.008853f,0.004901f,-0.0249f,0.007377f,0.004912f,-0.02515f,0.0059f,0.004924f,-0.02539f,0.004423f,0.004935f,-0.02564f,0.002946f,0.004963f,-0.02572f,-8.286E-4f,0.004992f,-0.0258f,-0.004603f,0.005021f,-0.02588f,-0.008377f,0.005049f,-0.02597f,-0.01215f,0.005078f,-0.02605f,-0.01593f}; return value; } /** Define subarrays using type int[] */ private int[] getalavancaFerrolhoLeft_FACES_10_151_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,5,-1,0,5,6,-1,0,6,7,-1,0,7,8,-1,0,8,9,-1,0,9,10,-1,0,10,11,-1,0,11,12,-1,0,12,1,-1,1,13,14,-1,1,14,2,-1,2,14,15,-1,2,15,3,-1,3,15,16,-1,3,16,4,-1,4,16,17,-1,4,17,5,-1,5,17,18,-1,5,18,6,-1,6,18,19,-1,6,19,7,-1,7,19,20,-1,7,20,8,-1,8,20,21,-1,8,21,9,-1,9,21,22,-1,9,22,10,-1,10,22,23,-1,10,23,11,-1,11,23,24,-1,11,24,12,-1,12,24,13,-1,12,13,1,-1,13,25,26,-1,13,26,14,-1,14,26,27,-1,14,27,15,-1,15,27,28,-1,15,28,16,-1,16,28,29,-1,16,29,17,-1,17,29,30,-1,17,30,18,-1,18,30,31,-1,18,31,19,-1,19,31,32,-1,19,32,20,-1,20,32,33,-1,20,33,21,-1,21,33,34,-1,21,34,22,-1,22,34,35,-1,22,35,23,-1,23,35,36,-1,23,36,24,-1,24,36,25,-1,24,25,13,-1,25,37,38,-1,25,38,26,-1,26,38,39,-1,26,39,27,-1,27,39,40,-1,27,40,28,-1,28,40,41,-1,28,41,29,-1,29,41,42,-1,29,42,30,-1,30,42,43,-1,30,43,31,-1,31,43,44,-1,31,44,32,-1,32,44,45,-1,32,45,33,-1,33,45,46,-1,33,46,34,-1,34,46,47,-1,34,47,35,-1,35,47,48,-1,35,48,36,-1,36,48,37,-1,36,37,25,-1,37,49,50,-1,37,50,38,-1,38,50,51,-1,38,51,39,-1,39,51,52,-1,39,52,40,-1,40,52,53,-1,40,53,41,-1,41,53,54,-1,41,54,42,-1,42,54,55,-1,42,55,43,-1,43,55,56,-1,43,56,44,-1,44,56,57,-1,44,57,45,-1,45,57,58,-1,45,58,46,-1,46,58,59,-1,46,59,47,-1,47,59,60,-1,47,60,48,-1,48,60,49,-1,48,49,37,-1,49,61,62,-1,49,62,50,-1,50,62,63,-1,50,63,51,-1,51,63,64,-1,51,64,52,-1,52,64,65,-1,52,65,53,-1,53,65,66,-1,53,66,54,-1,54,66,67,-1,54,67,55,-1,55,67,68,-1,55,68,56,-1,56,68,69,-1,56,69,57,-1,57,69,70,-1,57,70,58,-1,58,70,71,-1,58,71,59,-1,59,71,72,-1,59,72,60,-1,60,72,61,-1,60,61,49,-1,61,73,74,-1,61,74,62,-1,62,74,75,-1,62,75,63,-1,63,75,76,-1,63,76,64,-1,64,76,77,-1,64,77,65,-1,65,77,78,-1,65,78,66,-1,66,78,79,-1,66,79,67,-1,67,79,80,-1,67,80,68,-1,68,80,81,-1,68,81,69,-1,69,81,82,-1,69,82,70,-1,70,82,83,-1,70,83,71,-1,71,83,84,-1,71,84,72,-1,72,84,73,-1,72,73,61,-1,73,85,86,-1,73,86,74,-1,74,86,87,-1,74,87,75,-1,75,87,88,-1,75,88,76,-1,76,88,89,-1,76,89,77,-1,77,89,90,-1,77,90,78,-1,78,90,91,-1,78,91,79,-1,79,91,92,-1,79,92,80,-1,80,92,93,-1,80,93,81,-1,81,93,94,-1,81,94,82,-1,82,94,95,-1,82,95,83,-1,83,95,96,-1,83,96,84,-1,84,96,85,-1,84,85,73,-1,85,97,98,-1,85,98,86,-1,86,98,99,-1,86,99,87,-1,87,99,100,-1,87,100,88,-1,88,100,101,-1,88,101,89,-1,89,101,102,-1,89,102,90,-1,90,102,103,-1,90,103,91,-1,91,103,104,-1,91,104,92,-1,92,104,105,-1,92,105,93,-1,93,105,106,-1,93,106,94,-1,94,106,107,-1,94,107,95,-1,95,107,108,-1,95,108,96,-1,96,108,97,-1,96,97,85,-1,97,109,110,-1,97,110,98,-1,98,110,111,-1,98,111,99,-1,99,111,112,-1,99,112,100,-1,100,112,113,-1,100,113,101,-1,101,113,114,-1,101,114,102,-1,102,114,115,-1,102,115,103,-1,103,115,116,-1,103,116,104,-1,104,116,117,-1,104,117,105,-1,105,117,118,-1,105,118,106,-1,106,118,119,-1,106,119,107,-1,107,119,120,-1,107,120,108,-1,108,120,109,-1,108,109,97,-1,109,121,122,-1,109,122,110,-1,110,122,123,-1,110,123,111,-1,111,123,124,-1,111,124,112,-1,112,124,125,-1,112,125,113,-1,113,125,126,-1,113,126,114,-1,114,126,127,-1,114,127,115,-1,115,127,128,-1,115,128,116,-1,116,128,129,-1,116,129,117,-1,117,129,130,-1,117,130,118,-1,118,130,131,-1,118,131,119,-1,119,131,132,-1,119,132,120,-1}; return value; } private int[] getalavancaFerrolhoLeft_FACES_10_151_coordIndex_2() { int[] value = {120,132,121,-1,120,121,109,-1,121,133,134,-1,121,134,122,-1,122,134,135,-1,122,135,123,-1,123,135,136,-1,123,136,124,-1,124,136,137,-1,124,137,125,-1,125,137,138,-1,125,138,126,-1,126,138,139,-1,126,139,127,-1,127,139,140,-1,127,140,128,-1,128,140,141,-1,128,141,129,-1,129,141,142,-1,129,142,130,-1,130,142,143,-1,130,143,131,-1,131,143,144,-1,131,144,132,-1,132,144,133,-1,132,133,121,-1,133,145,134,-1,134,145,135,-1,135,145,136,-1,136,145,137,-1,137,145,138,-1,138,145,139,-1,139,145,140,-1,140,145,141,-1,141,145,142,-1,142,145,143,-1,143,145,144,-1,144,145,133,-1}; return value; } /** Define subarrays using type float[] */ private float[] getalavancaFerrolhoLeft_COORD_11_151_point_1() { float[] value = {0.0f,0.08f,0.0f,0.002588f,0.07966f,0.0f,0.002241f,0.07966f,-0.001294f,0.001294f,0.07966f,-0.002241f,0.0f,0.07966f,-0.002588f,-0.001294f,0.07966f,-0.002241f,-0.002241f,0.07966f,-0.001294f,-0.002588f,0.07966f,0.0f,-0.002241f,0.07966f,0.001294f,-0.001294f,0.07966f,0.002241f,0.0f,0.07966f,0.002588f,0.001294f,0.07966f,0.002241f,0.002241f,0.07966f,0.001294f,0.0050f,0.07866f,0.0f,0.00433f,0.07866f,-0.0025f,0.0025f,0.07866f,-0.00433f,0.0f,0.07866f,-0.0050f,-0.0025f,0.07866f,-0.00433f,-0.00433f,0.07866f,-0.0025f,-0.0050f,0.07866f,0.0f,-0.00433f,0.07866f,0.0025f,-0.0025f,0.07866f,0.00433f,0.0f,0.07866f,0.0050f,0.0025f,0.07866f,0.00433f,0.00433f,0.07866f,0.0025f,0.007071f,0.07707f,0.0f,0.006124f,0.07707f,-0.003536f,0.003536f,0.07707f,-0.006124f,0.0f,0.07707f,-0.007071f,-0.003536f,0.07707f,-0.006124f,-0.006124f,0.07707f,-0.003536f,-0.007071f,0.07707f,0.0f,-0.006124f,0.07707f,0.003536f,-0.003536f,0.07707f,0.006124f,0.0f,0.07707f,0.007071f,0.003536f,0.07707f,0.006124f,0.006124f,0.07707f,0.003536f,0.00866f,0.075f,0.0f,0.0075f,0.075f,-0.00433f,0.00433f,0.075f,-0.0075f,0.0f,0.075f,-0.00866f,-0.00433f,0.075f,-0.0075f,-0.0075f,0.075f,-0.00433f,-0.00866f,0.075f,0.0f,-0.0075f,0.075f,0.00433f,-0.00433f,0.075f,0.0075f,0.0f,0.075f,0.00866f,0.00433f,0.075f,0.0075f,0.0075f,0.075f,0.00433f,0.009659f,0.07259f,0.0f,0.008365f,0.07259f,-0.00483f,0.00483f,0.07259f,-0.008365f,0.0f,0.07259f,-0.009659f,-0.00483f,0.07259f,-0.008365f,-0.008365f,0.07259f,-0.00483f,-0.009659f,0.07259f,0.0f,-0.008365f,0.07259f,0.00483f,-0.00483f,0.07259f,0.008365f,0.0f,0.07259f,0.009659f,0.00483f,0.07259f,0.008365f,0.008365f,0.07259f,0.00483f,0.01f,0.07f,0.0f,0.00866f,0.07f,-0.0050f,0.0050f,0.07f,-0.00866f,0.0f,0.07f,-0.01f,-0.0050f,0.07f,-0.00866f,-0.00866f,0.07f,-0.0050f,-0.01f,0.07f,0.0f,-0.00866f,0.07f,0.0050f,-0.0050f,0.07f,0.00866f,0.0f,0.07f,0.01f,0.0050f,0.07f,0.00866f,0.00866f,0.07f,0.0050f,0.01f,0.01f,0.0f,0.00866f,0.01f,-0.0050f,0.0050f,0.01f,-0.00866f,0.0f,0.01f,-0.01f,-0.0050f,0.01f,-0.00866f,-0.00866f,0.01f,-0.0050f,-0.01f,0.01f,0.0f,-0.00866f,0.01f,0.0050f,-0.0050f,0.01f,0.00866f,0.0f,0.01f,0.01f,0.0050f,0.01f,0.00866f,0.00866f,0.01f,0.0050f,0.009659f,0.007412f,0.0f,0.008365f,0.007412f,-0.00483f,0.00483f,0.007412f,-0.008365f,0.0f,0.007412f,-0.009659f,-0.00483f,0.007412f,-0.008365f,-0.008365f,0.007412f,-0.00483f,-0.009659f,0.007412f,0.0f,-0.008365f,0.007412f,0.00483f,-0.00483f,0.007412f,0.008365f,0.0f,0.007412f,0.009659f,0.00483f,0.007412f,0.008365f,0.008365f,0.007412f,0.00483f,0.00866f,0.0050f,0.0f,0.0075f,0.0050f,-0.00433f,0.00433f,0.0050f,-0.0075f}; return value; } private float[] getalavancaFerrolhoLeft_COORD_11_151_point_2() { float[] value = {0.0f,0.0050f,-0.00866f,-0.00433f,0.0050f,-0.0075f,-0.0075f,0.0050f,-0.00433f,-0.00866f,0.0050f,0.0f,-0.0075f,0.0050f,0.00433f,-0.00433f,0.0050f,0.0075f,0.0f,0.0050f,0.00866f,0.00433f,0.0050f,0.0075f,0.0075f,0.0050f,0.00433f,0.007071f,0.002929f,0.0f,0.006124f,0.002929f,-0.003536f,0.003536f,0.002929f,-0.006124f,0.0f,0.002929f,-0.007071f,-0.003536f,0.002929f,-0.006124f,-0.006124f,0.002929f,-0.003536f,-0.007071f,0.002929f,0.0f,-0.006124f,0.002929f,0.003536f,-0.003536f,0.002929f,0.006124f,0.0f,0.002929f,0.007071f,0.003536f,0.002929f,0.006124f,0.006124f,0.002929f,0.003536f,0.0050f,0.00134f,0.0f,0.00433f,0.00134f,-0.0025f,0.0025f,0.00134f,-0.00433f,0.0f,0.00134f,-0.0050f,-0.0025f,0.00134f,-0.00433f,-0.00433f,0.00134f,-0.0025f,-0.0050f,0.00134f,0.0f,-0.00433f,0.00134f,0.0025f,-0.0025f,0.00134f,0.00433f,0.0f,0.00134f,0.0050f,0.0025f,0.00134f,0.00433f,0.00433f,0.00134f,0.0025f,0.002588f,3.407E-4f,0.0f,0.002241f,3.407E-4f,-0.001294f,0.001294f,3.407E-4f,-0.002241f,0.0f,3.407E-4f,-0.002588f,-0.001294f,3.407E-4f,-0.002241f,-0.002241f,3.407E-4f,-0.001294f,-0.002588f,3.407E-4f,0.0f,-0.002241f,3.407E-4f,0.001294f,-0.001294f,3.407E-4f,0.002241f,0.0f,3.407E-4f,0.002588f,0.001294f,3.407E-4f,0.002241f,0.002241f,3.407E-4f,0.001294f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f}; return value; } /** Define subarrays using type int[] */ private int[] getbarrelReinforcement_FACES_9_158_coordIndex_1() { int[] value = {0,13,12,-1,0,1,13,-1,1,14,13,-1,1,2,14,-1,2,15,14,-1,2,3,15,-1,3,16,15,-1,3,4,16,-1,4,17,16,-1,4,5,17,-1,5,18,17,-1,5,6,18,-1,6,19,18,-1,6,7,19,-1,7,20,19,-1,7,8,20,-1,8,21,20,-1,8,9,21,-1,9,22,21,-1,9,10,22,-1,10,23,22,-1,10,11,23,-1,11,12,23,-1,11,0,12,-1,12,25,24,-1,12,13,25,-1,13,26,25,-1,13,14,26,-1,14,27,26,-1,14,15,27,-1,15,28,27,-1,15,16,28,-1,16,29,28,-1,16,17,29,-1,17,30,29,-1,17,18,30,-1,18,31,30,-1,18,19,31,-1,19,32,31,-1,19,20,32,-1,20,33,32,-1,20,21,33,-1,21,34,33,-1,21,22,34,-1,22,35,34,-1,22,23,35,-1,23,24,35,-1,23,12,24,-1,24,37,36,-1,24,25,37,-1,25,38,37,-1,25,26,38,-1,26,39,38,-1,26,27,39,-1,27,40,39,-1,27,28,40,-1,28,41,40,-1,28,29,41,-1,29,42,41,-1,29,30,42,-1,30,43,42,-1,30,31,43,-1,31,44,43,-1,31,32,44,-1,32,45,44,-1,32,33,45,-1,33,46,45,-1,33,34,46,-1,34,47,46,-1,34,35,47,-1,35,36,47,-1,35,24,36,-1,36,49,48,-1,36,37,49,-1,37,50,49,-1,37,38,50,-1,38,51,50,-1,38,39,51,-1,39,52,51,-1,39,40,52,-1,40,53,52,-1,40,41,53,-1,41,54,53,-1,41,42,54,-1,42,55,54,-1,42,43,55,-1,43,56,55,-1,43,44,56,-1,44,57,56,-1,44,45,57,-1,45,58,57,-1,45,46,58,-1,46,59,58,-1,46,47,59,-1,47,48,59,-1,47,36,48,-1,48,61,60,-1,48,49,61,-1,49,62,61,-1,49,50,62,-1,50,63,62,-1,50,51,63,-1,51,64,63,-1,51,52,64,-1,52,65,64,-1,52,53,65,-1,53,66,65,-1,53,54,66,-1,54,67,66,-1,54,55,67,-1,55,68,67,-1,55,56,68,-1,56,69,68,-1,56,57,69,-1,57,70,69,-1,57,58,70,-1,58,71,70,-1,58,59,71,-1,59,60,71,-1,59,48,60,-1,60,73,72,-1,60,61,73,-1,61,74,73,-1,61,62,74,-1,62,75,74,-1,62,63,75,-1,63,76,75,-1,63,64,76,-1,64,77,76,-1,64,65,77,-1,65,78,77,-1,65,66,78,-1,66,79,78,-1,66,67,79,-1,67,80,79,-1,67,68,80,-1,68,81,80,-1,68,69,81,-1,69,82,81,-1,69,70,82,-1,70,83,82,-1,70,71,83,-1,71,72,83,-1,71,60,72,-1,72,85,84,-1,72,73,85,-1,73,86,85,-1,73,74,86,-1,74,87,86,-1,74,75,87,-1,75,88,87,-1,75,76,88,-1,76,89,88,-1,76,77,89,-1,77,90,89,-1,77,78,90,-1,78,91,90,-1,78,79,91,-1,79,92,91,-1,79,80,92,-1,80,93,92,-1,80,81,93,-1,81,94,93,-1,81,82,94,-1,82,95,94,-1,82,83,95,-1,83,84,95,-1,83,72,84,-1,84,97,96,-1,84,85,97,-1,85,98,97,-1,85,86,98,-1,86,99,98,-1,86,87,99,-1,87,100,99,-1,87,88,100,-1,88,101,100,-1,88,89,101,-1,89,102,101,-1,89,90,102,-1,90,103,102,-1,90,91,103,-1,91,104,103,-1,91,92,104,-1,92,105,104,-1,92,93,105,-1,93,106,105,-1,93,94,106,-1,94,107,106,-1,94,95,107,-1,95,96,107,-1,95,84,96,-1,96,109,108,-1,96,97,109,-1,97,110,109,-1,97,98,110,-1,98,111,110,-1,98,99,111,-1,99,112,111,-1,99,100,112,-1,100,113,112,-1,100,101,113,-1,101,114,113,-1,101,102,114,-1,102,115,114,-1,102,103,115,-1,103,116,115,-1,103,104,116,-1,104,117,116,-1,104,105,117,-1,105,118,117,-1,105,106,118,-1,106,119,118,-1,106,107,119,-1,107,108,119,-1,107,96,108,-1,108,121,120,-1,108,109,121,-1,109,122,121,-1,109,110,122,-1,110,123,122,-1,110,111,123,-1,111,124,123,-1,111,112,124,-1,112,125,124,-1,112,113,125,-1,113,126,125,-1,113,114,126,-1,114,127,126,-1,114,115,127,-1,115,128,127,-1,115,116,128,-1,116,129,128,-1,116,117,129,-1,117,130,129,-1,117,118,130,-1,118,131,130,-1,118,119,131,-1,119,120,131,-1,119,108,120,-1,120,133,132,-1,120,121,133,-1,121,134,133,-1,121,122,134,-1,122,135,134,-1,122,123,135,-1,123,136,135,-1,123,124,136,-1,124,137,136,-1,124,125,137,-1}; return value; } private int[] getbarrelReinforcement_FACES_9_158_coordIndex_2() { int[] value = {125,138,137,-1,125,126,138,-1,126,139,138,-1,126,127,139,-1,127,140,139,-1,127,128,140,-1,128,141,140,-1,128,129,141,-1,129,142,141,-1,129,130,142,-1,130,143,142,-1,130,131,143,-1,131,132,143,-1,131,120,132,-1,132,145,144,-1,132,133,145,-1,133,146,145,-1,133,134,146,-1,134,147,146,-1,134,135,147,-1,135,148,147,-1,135,136,148,-1,136,149,148,-1,136,137,149,-1,137,150,149,-1,137,138,150,-1,138,151,150,-1,138,139,151,-1,139,152,151,-1,139,140,152,-1,140,153,152,-1,140,141,153,-1,141,154,153,-1,141,142,154,-1,142,155,154,-1,142,143,155,-1,143,144,155,-1,143,132,144,-1,144,157,156,-1,144,145,157,-1,145,158,157,-1,145,146,158,-1,146,159,158,-1,146,147,159,-1,147,160,159,-1,147,148,160,-1,148,161,160,-1,148,149,161,-1,149,162,161,-1,149,150,162,-1,150,163,162,-1,150,151,163,-1,151,164,163,-1,151,152,164,-1,152,165,164,-1,152,153,165,-1,153,166,165,-1,153,154,166,-1,154,167,166,-1,154,155,167,-1,155,156,167,-1,155,144,156,-1,156,169,168,-1,156,157,169,-1,157,170,169,-1,157,158,170,-1,158,171,170,-1,158,159,171,-1,159,172,171,-1,159,160,172,-1,160,173,172,-1,160,161,173,-1,161,174,173,-1,161,162,174,-1,162,175,174,-1,162,163,175,-1,163,176,175,-1,163,164,176,-1,164,177,176,-1,164,165,177,-1,165,178,177,-1,165,166,178,-1,166,179,178,-1,166,167,179,-1,167,168,179,-1,167,156,168,-1,168,181,180,-1,168,169,181,-1,169,182,181,-1,169,170,182,-1,170,183,182,-1,170,171,183,-1,171,184,183,-1,171,172,184,-1,172,185,184,-1,172,173,185,-1,173,186,185,-1,173,174,186,-1,174,187,186,-1,174,175,187,-1,175,188,187,-1,175,176,188,-1,176,189,188,-1,176,177,189,-1,177,190,189,-1,177,178,190,-1,178,191,190,-1,178,179,191,-1,179,180,191,-1,179,168,180,-1,180,193,192,-1,180,181,193,-1,181,194,193,-1,181,182,194,-1,182,195,194,-1,182,183,195,-1,183,196,195,-1,183,184,196,-1,184,197,196,-1,184,185,197,-1,185,198,197,-1,185,186,198,-1,186,199,198,-1,186,187,199,-1,187,200,199,-1,187,188,200,-1,188,201,200,-1,188,189,201,-1,189,202,201,-1,189,190,202,-1,190,203,202,-1,190,191,203,-1,191,192,203,-1,191,180,192,-1,192,205,204,-1,192,193,205,-1,193,206,205,-1,193,194,206,-1,194,207,206,-1,194,195,207,-1,195,208,207,-1,195,196,208,-1,196,209,208,-1,196,197,209,-1,197,210,209,-1,197,198,210,-1,198,211,210,-1,198,199,211,-1,199,212,211,-1,199,200,212,-1,200,213,212,-1,200,201,213,-1,201,214,213,-1,201,202,214,-1,202,215,214,-1,202,203,215,-1,203,204,215,-1,203,192,204,-1,204,1,0,-1,204,205,1,-1,205,2,1,-1,205,206,2,-1,206,3,2,-1,206,207,3,-1,207,4,3,-1,207,208,4,-1,208,5,4,-1,208,209,5,-1,209,6,5,-1,209,210,6,-1,210,7,6,-1,210,211,7,-1,211,8,7,-1,211,212,8,-1,212,9,8,-1,212,213,9,-1,213,10,9,-1,213,214,10,-1,214,11,10,-1,214,215,11,-1,215,0,11,-1,215,204,0,-1}; return value; } /** Define subarrays using type float[] */ private float[] getbarrelReinforcement_COORD_10_158_point_1() { float[] value = {0.0f,0.0f,-0.04f,0.0f,0.014f,-0.04f,0.0f,0.028f,-0.04f,0.0f,0.042f,-0.04f,0.0f,0.056f,-0.04f,0.0f,0.07f,-0.04f,0.0f,0.07f,-0.02f,0.0f,0.056f,-0.02f,0.0f,0.042f,-0.02f,0.0f,0.028f,-0.02f,0.0f,0.014f,-0.02f,0.0f,0.0f,-0.02f,0.01368f,0.0f,-0.03759f,0.01368f,0.014f,-0.03759f,0.01368f,0.028f,-0.03759f,0.01368f,0.042f,-0.03759f,0.01368f,0.056f,-0.03759f,0.01368f,0.07f,-0.03759f,0.00684f,0.07f,-0.01879f,0.00684f,0.056f,-0.01879f,0.00684f,0.042f,-0.01879f,0.00684f,0.028f,-0.01879f,0.00684f,0.014f,-0.01879f,0.00684f,0.0f,-0.01879f,0.02571f,0.0f,-0.03064f,0.02571f,0.014f,-0.03064f,0.02571f,0.028f,-0.03064f,0.02571f,0.042f,-0.03064f,0.02571f,0.056f,-0.03064f,0.02571f,0.07f,-0.03064f,0.01286f,0.07f,-0.01532f,0.01286f,0.056f,-0.01532f,0.01286f,0.042f,-0.01532f,0.01286f,0.028f,-0.01532f,0.01286f,0.014f,-0.01532f,0.01286f,0.0f,-0.01532f,0.03464f,0.0f,-0.02f,0.03464f,0.014f,-0.02f,0.03464f,0.028f,-0.02f,0.03464f,0.042f,-0.02f,0.03464f,0.056f,-0.02f,0.03464f,0.07f,-0.02f,0.01732f,0.07f,-0.01f,0.01732f,0.056f,-0.01f,0.01732f,0.042f,-0.01f,0.01732f,0.028f,-0.01f,0.01732f,0.014f,-0.01f,0.01732f,0.0f,-0.01f,0.03939f,0.0f,-0.006946f,0.03939f,0.014f,-0.006946f,0.03939f,0.028f,-0.006946f,0.03939f,0.042f,-0.006946f,0.03939f,0.056f,-0.006946f,0.03939f,0.07f,-0.006946f,0.0197f,0.07f,-0.003473f,0.0197f,0.056f,-0.003473f,0.0197f,0.042f,-0.003473f,0.0197f,0.028f,-0.003473f,0.0197f,0.014f,-0.003473f,0.0197f,0.0f,-0.003473f,0.03939f,0.0f,0.006946f,0.03939f,0.014f,0.006946f,0.03939f,0.028f,0.006946f,0.03939f,0.042f,0.006946f,0.03939f,0.056f,0.006946f,0.03939f,0.07f,0.006946f,0.0197f,0.07f,0.003473f,0.0197f,0.056f,0.003473f,0.0197f,0.042f,0.003473f,0.0197f,0.028f,0.003473f,0.0197f,0.014f,0.003473f,0.0197f,0.0f,0.003473f,0.03464f,0.0f,0.02f,0.03464f,0.014f,0.02f,0.03464f,0.028f,0.02f,0.03464f,0.042f,0.02f,0.03464f,0.056f,0.02f,0.03464f,0.07f,0.02f,0.01732f,0.07f,0.01f,0.01732f,0.056f,0.01f,0.01732f,0.042f,0.01f,0.01732f,0.028f,0.01f,0.01732f,0.014f,0.01f,0.01732f,0.0f,0.01f,0.02571f,0.0f,0.03064f,0.02571f,0.014f,0.03064f,0.02571f,0.028f,0.03064f,0.02571f,0.042f,0.03064f,0.02571f,0.056f,0.03064f,0.02571f,0.07f,0.03064f,0.01286f,0.07f,0.01532f,0.01286f,0.056f,0.01532f,0.01286f,0.042f,0.01532f,0.01286f,0.028f,0.01532f,0.01286f,0.014f,0.01532f,0.01286f,0.0f,0.01532f,0.01368f,0.0f,0.03759f,0.01368f,0.014f,0.03759f,0.01368f,0.028f,0.03759f,0.01368f,0.042f,0.03759f}; return value; } private float[] getbarrelReinforcement_COORD_10_158_point_2() { float[] value = {0.01368f,0.056f,0.03759f,0.01368f,0.07f,0.03759f,0.00684f,0.07f,0.01879f,0.00684f,0.056f,0.01879f,0.00684f,0.042f,0.01879f,0.00684f,0.028f,0.01879f,0.00684f,0.014f,0.01879f,0.00684f,0.0f,0.01879f,0.0f,0.0f,0.04f,0.0f,0.014f,0.04f,0.0f,0.028f,0.04f,0.0f,0.042f,0.04f,0.0f,0.056f,0.04f,0.0f,0.07f,0.04f,0.0f,0.07f,0.02f,0.0f,0.056f,0.02f,0.0f,0.042f,0.02f,0.0f,0.028f,0.02f,0.0f,0.014f,0.02f,0.0f,0.0f,0.02f,-0.01368f,0.0f,0.03759f,-0.01368f,0.014f,0.03759f,-0.01368f,0.028f,0.03759f,-0.01368f,0.042f,0.03759f,-0.01368f,0.056f,0.03759f,-0.01368f,0.07f,0.03759f,-0.00684f,0.07f,0.01879f,-0.00684f,0.056f,0.01879f,-0.00684f,0.042f,0.01879f,-0.00684f,0.028f,0.01879f,-0.00684f,0.014f,0.01879f,-0.00684f,0.0f,0.01879f,-0.02571f,0.0f,0.03064f,-0.02571f,0.014f,0.03064f,-0.02571f,0.028f,0.03064f,-0.02571f,0.042f,0.03064f,-0.02571f,0.056f,0.03064f,-0.02571f,0.07f,0.03064f,-0.01286f,0.07f,0.01532f,-0.01286f,0.056f,0.01532f,-0.01286f,0.042f,0.01532f,-0.01286f,0.028f,0.01532f,-0.01286f,0.014f,0.01532f,-0.01286f,0.0f,0.01532f,-0.03464f,0.0f,0.02f,-0.03464f,0.014f,0.02f,-0.03464f,0.028f,0.02f,-0.03464f,0.042f,0.02f,-0.03464f,0.056f,0.02f,-0.03464f,0.07f,0.02f,-0.01732f,0.07f,0.01f,-0.01732f,0.056f,0.01f,-0.01732f,0.042f,0.01f,-0.01732f,0.028f,0.01f,-0.01732f,0.014f,0.01f,-0.01732f,0.0f,0.01f,-0.03939f,0.0f,0.006946f,-0.03939f,0.014f,0.006946f,-0.03939f,0.028f,0.006946f,-0.03939f,0.042f,0.006946f,-0.03939f,0.056f,0.006946f,-0.03939f,0.07f,0.006946f,-0.0197f,0.07f,0.003473f,-0.0197f,0.056f,0.003473f,-0.0197f,0.042f,0.003473f,-0.0197f,0.028f,0.003473f,-0.0197f,0.014f,0.003473f,-0.0197f,0.0f,0.003473f,-0.03939f,0.0f,-0.006946f,-0.03939f,0.014f,-0.006946f,-0.03939f,0.028f,-0.006946f,-0.03939f,0.042f,-0.006946f,-0.03939f,0.056f,-0.006946f,-0.03939f,0.07f,-0.006946f,-0.0197f,0.07f,-0.003473f,-0.0197f,0.056f,-0.003473f,-0.0197f,0.042f,-0.003473f,-0.0197f,0.028f,-0.003473f,-0.0197f,0.014f,-0.003473f,-0.0197f,0.0f,-0.003473f,-0.03464f,0.0f,-0.02f,-0.03464f,0.014f,-0.02f,-0.03464f,0.028f,-0.02f,-0.03464f,0.042f,-0.02f,-0.03464f,0.056f,-0.02f,-0.03464f,0.07f,-0.02f,-0.01732f,0.07f,-0.01f,-0.01732f,0.056f,-0.01f,-0.01732f,0.042f,-0.01f,-0.01732f,0.028f,-0.01f,-0.01732f,0.014f,-0.01f,-0.01732f,0.0f,-0.01f,-0.02571f,0.0f,-0.03064f,-0.02571f,0.014f,-0.03064f,-0.02571f,0.028f,-0.03064f,-0.02571f,0.042f,-0.03064f,-0.02571f,0.056f,-0.03064f,-0.02571f,0.07f,-0.03064f,-0.01286f,0.07f,-0.01532f,-0.01286f,0.056f,-0.01532f}; return value; } private float[] getbarrelReinforcement_COORD_10_158_point_3() { float[] value = {-0.01286f,0.042f,-0.01532f,-0.01286f,0.028f,-0.01532f,-0.01286f,0.014f,-0.01532f,-0.01286f,0.0f,-0.01532f,-0.01368f,0.0f,-0.03759f,-0.01368f,0.014f,-0.03759f,-0.01368f,0.028f,-0.03759f,-0.01368f,0.042f,-0.03759f,-0.01368f,0.056f,-0.03759f,-0.01368f,0.07f,-0.03759f,-0.00684f,0.07f,-0.01879f,-0.00684f,0.056f,-0.01879f,-0.00684f,0.042f,-0.01879f,-0.00684f,0.028f,-0.01879f,-0.00684f,0.014f,-0.01879f,-0.00684f,0.0f,-0.01879f}; return value; } /** Define subarrays using type int[] */ private int[] gettrigger_FACES_9_183_coordIndex_1() { int[] value = {0,1,49,-1,49,48,0,-1,1,2,50,-1,50,49,1,-1,2,3,51,-1,51,50,2,-1,3,4,52,-1,52,51,3,-1,4,5,53,-1,53,52,4,-1,5,6,54,-1,54,53,5,-1,6,7,55,-1,55,54,6,-1,7,8,56,-1,56,55,7,-1,8,9,57,-1,57,56,8,-1,9,10,58,-1,58,57,9,-1,10,11,59,-1,59,58,10,-1,11,12,60,-1,60,59,11,-1,12,13,61,-1,61,60,12,-1,13,14,62,-1,62,61,13,-1,14,15,63,-1,63,62,14,-1,15,16,64,-1,64,63,15,-1,16,17,65,-1,65,64,16,-1,17,18,66,-1,66,65,17,-1,18,19,67,-1,67,66,18,-1,19,20,68,-1,68,67,19,-1,20,21,69,-1,69,68,20,-1,21,22,70,-1,70,69,21,-1,22,23,71,-1,71,70,22,-1,23,24,72,-1,72,71,23,-1,24,25,73,-1,73,72,24,-1,25,26,74,-1,74,73,25,-1,26,27,75,-1,75,74,26,-1,27,28,76,-1,76,75,27,-1,28,29,77,-1,77,76,28,-1,29,30,78,-1,78,77,29,-1,30,31,79,-1,79,78,30,-1,31,32,80,-1,80,79,31,-1,32,33,81,-1,81,80,32,-1,33,34,82,-1,82,81,33,-1,34,35,83,-1,83,82,34,-1,35,36,84,-1,84,83,35,-1,36,37,85,-1,85,84,36,-1,37,38,86,-1,86,85,37,-1,38,39,87,-1,87,86,38,-1,39,40,88,-1,88,87,39,-1,40,41,89,-1,89,88,40,-1,41,42,90,-1,90,89,41,-1,42,43,91,-1,91,90,42,-1,43,44,92,-1,92,91,43,-1,44,45,93,-1,93,92,44,-1,45,46,94,-1,94,93,45,-1,46,47,95,-1,95,94,46,-1,47,0,48,-1,48,95,47,-1,48,49,97,-1,97,96,48,-1,49,50,98,-1,98,97,49,-1,50,51,99,-1,99,98,50,-1,51,52,100,-1,100,99,51,-1,52,53,101,-1,101,100,52,-1,53,54,102,-1,102,101,53,-1,54,55,103,-1,103,102,54,-1,55,56,104,-1,104,103,55,-1,56,57,105,-1,105,104,56,-1,57,58,106,-1,106,105,57,-1,58,59,107,-1,107,106,58,-1,59,60,108,-1,108,107,59,-1,60,61,109,-1,109,108,60,-1,61,62,110,-1,110,109,61,-1,62,63,111,-1,111,110,62,-1,63,64,112,-1,112,111,63,-1,64,65,113,-1,113,112,64,-1,65,66,114,-1,114,113,65,-1,66,67,115,-1,115,114,66,-1,67,68,116,-1,116,115,67,-1,68,69,117,-1,117,116,68,-1,69,70,118,-1,118,117,69,-1,70,71,119,-1,119,118,70,-1,71,72,120,-1,120,119,71,-1,72,73,121,-1,121,120,72,-1,73,74,122,-1,122,121,73,-1,74,75,123,-1,123,122,74,-1,75,76,124,-1,124,123,75,-1,76,77,125,-1,125,124,76,-1,77,78,126,-1,126,125,77,-1,78,79,127,-1,127,126,78,-1,79,80,128,-1,128,127,79,-1,80,81,129,-1,129,128,80,-1,81,82,130,-1,130,129,81,-1,82,83,131,-1,131,130,82,-1,83,84,132,-1,132,131,83,-1,84,85,133,-1,133,132,84,-1,85,86,134,-1,134,133,85,-1,86,87,135,-1,135,134,86,-1,87,88,136,-1,136,135,87,-1,88,89,137,-1,137,136,88,-1,89,90,138,-1,138,137,89,-1,90,91,139,-1,139,138,90,-1,91,92,140,-1,140,139,91,-1,92,93,141,-1,141,140,92,-1,93,94,142,-1,142,141,93,-1,94,95,143,-1,143,142,94,-1,95,48,96,-1,96,143,95,-1,96,97,145,-1,145,144,96,-1,97,98,146,-1,146,145,97,-1,98,99,147,-1,147,146,98,-1,99,100,148,-1,148,147,99,-1,100,101,149,-1,149,148,100,-1,101,102,150,-1,150,149,101,-1,102,103,151,-1,151,150,102,-1,103,104,152,-1,152,151,103,-1,104,105,153,-1,153,152,104,-1,105,106,154,-1,154,153,105,-1,106,107,155,-1,155,154,106,-1,107,108,156,-1,156,155,107,-1,108,109,157,-1,157,156,108,-1,109,110,158,-1,158,157,109,-1,110,111,159,-1,159,158,110,-1,111,112,160,-1,160,159,111,-1,112,113,161,-1,161,160,112,-1,113,114,162,-1,162,161,113,-1,114,115,163,-1,163,162,114,-1,115,116,164,-1,164,163,115,-1,116,117,165,-1,165,164,116,-1,117,118,166,-1,166,165,117,-1,118,119,167,-1,167,166,118,-1,119,120,168,-1,168,167,119,-1,120,121,169,-1,169,168,120,-1,121,122,170,-1,170,169,121,-1,122,123,171,-1,171,170,122,-1,123,124,172,-1,172,171,123,-1,124,125,173,-1,173,172,124,-1}; return value; } private int[] gettrigger_FACES_9_183_coordIndex_2() { int[] value = {125,126,174,-1,174,173,125,-1,126,127,175,-1,175,174,126,-1,127,128,176,-1,176,175,127,-1,128,129,177,-1,177,176,128,-1,129,130,178,-1,178,177,129,-1,130,131,179,-1,179,178,130,-1,131,132,180,-1,180,179,131,-1,132,133,181,-1,181,180,132,-1,133,134,182,-1,182,181,133,-1,134,135,183,-1,183,182,134,-1,135,136,184,-1,184,183,135,-1,136,137,185,-1,185,184,136,-1,137,138,186,-1,186,185,137,-1,138,139,187,-1,187,186,138,-1,139,140,188,-1,188,187,139,-1,140,141,189,-1,189,188,140,-1,141,142,190,-1,190,189,141,-1,142,143,191,-1,191,190,142,-1,143,96,144,-1,144,191,143,-1,144,145,193,-1,193,192,144,-1,145,146,194,-1,194,193,145,-1,146,147,195,-1,195,194,146,-1,147,148,196,-1,196,195,147,-1,148,149,197,-1,197,196,148,-1,149,150,198,-1,198,197,149,-1,150,151,199,-1,199,198,150,-1,151,152,200,-1,200,199,151,-1,152,153,201,-1,201,200,152,-1,153,154,202,-1,202,201,153,-1,154,155,203,-1,203,202,154,-1,155,156,204,-1,204,203,155,-1,156,157,205,-1,205,204,156,-1,157,158,206,-1,206,205,157,-1,158,159,207,-1,207,206,158,-1,159,160,208,-1,208,207,159,-1,160,161,209,-1,209,208,160,-1,161,162,210,-1,210,209,161,-1,162,163,211,-1,211,210,162,-1,163,164,212,-1,212,211,163,-1,164,165,213,-1,213,212,164,-1,165,166,214,-1,214,213,165,-1,166,167,215,-1,215,214,166,-1,167,168,216,-1,216,215,167,-1,168,169,217,-1,217,216,168,-1,169,170,218,-1,218,217,169,-1,170,171,219,-1,219,218,170,-1,171,172,220,-1,220,219,171,-1,172,173,221,-1,221,220,172,-1,173,174,222,-1,222,221,173,-1,174,175,223,-1,223,222,174,-1,175,176,224,-1,224,223,175,-1,176,177,225,-1,225,224,176,-1,177,178,226,-1,226,225,177,-1,178,179,227,-1,227,226,178,-1,179,180,228,-1,228,227,179,-1,180,181,229,-1,229,228,180,-1,181,182,230,-1,230,229,181,-1,182,183,231,-1,231,230,182,-1,183,184,232,-1,232,231,183,-1,184,185,233,-1,233,232,184,-1,185,186,234,-1,234,233,185,-1,186,187,235,-1,235,234,186,-1,187,188,236,-1,236,235,187,-1,188,189,237,-1,237,236,188,-1,189,190,238,-1,238,237,189,-1,190,191,239,-1,239,238,190,-1,191,144,192,-1,192,239,191,-1,192,193,241,-1,241,240,192,-1,193,194,242,-1,242,241,193,-1,194,195,243,-1,243,242,194,-1,195,196,244,-1,244,243,195,-1,196,197,245,-1,245,244,196,-1,197,198,246,-1,246,245,197,-1,198,199,247,-1,247,246,198,-1,199,200,248,-1,248,247,199,-1,200,201,249,-1,249,248,200,-1,201,202,250,-1,250,249,201,-1,202,203,251,-1,251,250,202,-1,203,204,252,-1,252,251,203,-1,204,205,253,-1,253,252,204,-1,205,206,254,-1,254,253,205,-1,206,207,255,-1,255,254,206,-1,207,208,256,-1,256,255,207,-1,208,209,257,-1,257,256,208,-1,209,210,258,-1,258,257,209,-1,210,211,259,-1,259,258,210,-1,211,212,260,-1,260,259,211,-1,212,213,261,-1,261,260,212,-1,213,214,262,-1,262,261,213,-1,214,215,263,-1,263,262,214,-1,215,216,264,-1,264,263,215,-1,216,217,265,-1,265,264,216,-1,217,218,266,-1,266,265,217,-1,218,219,267,-1,267,266,218,-1,219,220,268,-1,268,267,219,-1,220,221,269,-1,269,268,220,-1,221,222,270,-1,270,269,221,-1,222,223,271,-1,271,270,222,-1,223,224,272,-1,272,271,223,-1,224,225,273,-1,273,272,224,-1,225,226,274,-1,274,273,225,-1,226,227,275,-1,275,274,226,-1,227,228,276,-1,276,275,227,-1,228,229,277,-1,277,276,228,-1,229,230,278,-1,278,277,229,-1,230,231,279,-1,279,278,230,-1,231,232,280,-1,280,279,231,-1,232,233,281,-1,281,280,232,-1,233,234,282,-1,282,281,233,-1,234,235,283,-1,283,282,234,-1,235,236,284,-1,284,283,235,-1,236,237,285,-1,285,284,236,-1,237,238,286,-1,286,285,237,-1,238,239,287,-1,287,286,238,-1,239,192,240,-1,240,287,239,-1,240,241,289,-1,289,288,240,-1,241,242,290,-1,290,289,241,-1,242,243,291,-1,291,290,242,-1,243,244,292,-1,292,291,243,-1,244,245,293,-1,293,292,244,-1,245,246,294,-1,294,293,245,-1,246,247,295,-1,295,294,246,-1,247,248,296,-1,296,295,247,-1,248,249,297,-1,297,296,248,-1,249,250,298,-1,298,297,249,-1}; return value; } private int[] gettrigger_FACES_9_183_coordIndex_3() { int[] value = {250,251,299,-1,299,298,250,-1,251,252,300,-1,300,299,251,-1,252,253,301,-1,301,300,252,-1,253,254,302,-1,302,301,253,-1,254,255,303,-1,303,302,254,-1,255,256,304,-1,304,303,255,-1,256,257,305,-1,305,304,256,-1,257,258,306,-1,306,305,257,-1,258,259,307,-1,307,306,258,-1,259,260,308,-1,308,307,259,-1,260,261,309,-1,309,308,260,-1,261,262,310,-1,310,309,261,-1,262,263,311,-1,311,310,262,-1,263,264,312,-1,312,311,263,-1,264,265,313,-1,313,312,264,-1,265,266,314,-1,314,313,265,-1,266,267,315,-1,315,314,266,-1,267,268,316,-1,316,315,267,-1,268,269,317,-1,317,316,268,-1,269,270,318,-1,318,317,269,-1,270,271,319,-1,319,318,270,-1,271,272,320,-1,320,319,271,-1,272,273,321,-1,321,320,272,-1,273,274,322,-1,322,321,273,-1,274,275,323,-1,323,322,274,-1,275,276,324,-1,324,323,275,-1,276,277,325,-1,325,324,276,-1,277,278,326,-1,326,325,277,-1,278,279,327,-1,327,326,278,-1,279,280,328,-1,328,327,279,-1,280,281,329,-1,329,328,280,-1,281,282,330,-1,330,329,281,-1,282,283,331,-1,331,330,282,-1,283,284,332,-1,332,331,283,-1,284,285,333,-1,333,332,284,-1,285,286,334,-1,334,333,285,-1,286,287,335,-1,335,334,286,-1,287,240,288,-1,288,335,287,-1,41,43,42,-1,17,19,18,-1,11,13,12,-1,35,37,36,-1,40,43,41,-1,11,14,13,-1,5,7,6,-1,16,19,17,-1,47,1,0,-1,35,38,37,-1,39,43,40,-1,11,15,14,-1,15,19,16,-1,11,19,15,-1,11,20,19,-1,10,20,11,-1,10,21,20,-1,9,21,10,-1,9,22,21,-1,8,22,9,-1,8,23,22,-1,7,23,8,-1,7,24,23,-1,5,24,7,-1,5,25,24,-1,4,25,5,-1,4,26,25,-1,3,26,4,-1,3,27,26,-1,3,28,27,-1,2,28,3,-1,2,29,28,-1,1,29,2,-1,1,30,29,-1,47,30,1,-1,46,30,47,-1,46,31,30,-1,46,32,31,-1,45,32,46,-1,45,33,32,-1,44,33,45,-1,44,34,33,-1,43,34,44,-1,43,35,34,-1,39,35,43,-1,39,38,35,-1,329,330,331,-1,305,306,307,-1,299,300,301,-1,323,324,325,-1,328,329,331,-1,299,301,302,-1,293,294,295,-1,304,305,307,-1,335,288,289,-1,323,325,326,-1,327,328,331,-1,299,302,303,-1,303,304,307,-1,299,303,307,-1,299,307,308,-1,298,299,308,-1,298,308,309,-1,297,298,309,-1,297,309,310,-1,296,297,310,-1,296,310,311,-1,295,296,311,-1,295,311,312,-1,293,295,312,-1,293,312,313,-1,292,293,313,-1,292,313,314,-1,291,292,314,-1,291,314,315,-1,291,315,316,-1,290,291,316,-1,290,316,317,-1,289,290,317,-1,289,317,318,-1,335,289,318,-1,334,335,318,-1,334,318,319,-1,334,319,320,-1,333,334,320,-1,333,320,321,-1,332,333,321,-1,332,321,322,-1,331,332,322,-1,331,322,323,-1,327,331,323,-1,327,323,326,-1}; return value; } /** Define subarrays using type float[] */ private float[] gettrigger_COORD_10_183_point_1() { float[] value = {-0.01681f,-4.849E-5f,-0.002732f,-0.01081f,-4.941E-5f,-0.002732f,-0.004798f,-5.033E-5f,-0.002732f,0.001209f,-5.126E-5f,-0.002732f,0.007216f,-5.219E-5f,-0.002732f,0.01322f,-5.311E-5f,-0.002732f,0.01923f,-5.403E-5f,-0.002732f,0.02063f,-0.005167f,-0.002732f,0.02204f,-0.01028f,-0.002732f,0.02344f,-0.01539f,-0.002732f,0.02485f,-0.02051f,-0.002732f,0.02625f,-0.02562f,-0.002732f,0.02766f,-0.03073f,-0.002732f,0.02633f,-0.0311f,-0.002732f,0.02499f,-0.03147f,-0.002732f,0.02366f,-0.03183f,-0.002732f,0.02233f,-0.0322f,-0.002732f,0.021f,-0.03257f,-0.002732f,0.01966f,-0.03293f,-0.002732f,0.01863f,-0.02873f,-0.002732f,0.0176f,-0.02454f,-0.002732f,0.01657f,-0.02034f,-0.002732f,0.01554f,-0.01614f,-0.002732f,0.01451f,-0.01194f,-0.002732f,0.01348f,-0.007738f,-0.002732f,0.009641f,-0.00777f,-0.002732f,0.005798f,-0.007802f,-0.002732f,0.001955f,-0.007835f,-0.002732f,-0.001888f,-0.007867f,-0.002732f,-0.005731f,-0.007899f,-0.002732f,-0.009574f,-0.007931f,-0.002732f,-0.01092f,-0.01198f,-0.002732f,-0.01228f,-0.01603f,-0.002732f,-0.01363f,-0.02008f,-0.002732f,-0.01498f,-0.02413f,-0.002732f,-0.01633f,-0.02818f,-0.002732f,-0.01768f,-0.03223f,-0.002732f,-0.01903f,-0.03191f,-0.002732f,-0.02038f,-0.0316f,-0.002732f,-0.02173f,-0.03128f,-0.002732f,-0.02308f,-0.03097f,-0.002732f,-0.02443f,-0.03065f,-0.002732f,-0.02578f,-0.03034f,-0.002732f,-0.02429f,-0.02529f,-0.002732f,-0.02279f,-0.02024f,-0.002732f,-0.0213f,-0.01519f,-0.002732f,-0.0198f,-0.01015f,-0.002732f,-0.01831f,-0.005097f,-0.002732f,-0.01681f,-4.849E-5f,-0.003542f,-0.01081f,-4.941E-5f,-0.003542f,-0.004798f,-5.033E-5f,-0.003542f,0.001209f,-5.126E-5f,-0.003542f,0.007216f,-5.219E-5f,-0.003542f,0.01322f,-5.311E-5f,-0.003542f,0.01923f,-5.403E-5f,-0.003542f,0.02063f,-0.005167f,-0.003542f,0.02204f,-0.01028f,-0.003542f,0.02344f,-0.01539f,-0.003542f,0.02485f,-0.02051f,-0.003542f,0.02625f,-0.02562f,-0.003542f,0.02766f,-0.03073f,-0.003542f,0.02633f,-0.0311f,-0.003542f,0.02499f,-0.03147f,-0.003542f,0.02366f,-0.03183f,-0.003542f,0.02233f,-0.0322f,-0.003542f,0.021f,-0.03257f,-0.003542f,0.01966f,-0.03293f,-0.003542f,0.01863f,-0.02873f,-0.003542f,0.0176f,-0.02454f,-0.003542f,0.01657f,-0.02034f,-0.003542f,0.01554f,-0.01614f,-0.003542f,0.01451f,-0.01194f,-0.003542f,0.01348f,-0.007738f,-0.003542f,0.009641f,-0.00777f,-0.003542f,0.005798f,-0.007802f,-0.003542f,0.001955f,-0.007835f,-0.003542f,-0.001888f,-0.007867f,-0.003542f,-0.005731f,-0.007899f,-0.003542f,-0.009574f,-0.007931f,-0.003542f,-0.01092f,-0.01198f,-0.003542f,-0.01228f,-0.01603f,-0.003542f,-0.01363f,-0.02008f,-0.003542f,-0.01498f,-0.02413f,-0.003542f,-0.01633f,-0.02818f,-0.003542f,-0.01768f,-0.03223f,-0.003542f,-0.01903f,-0.03191f,-0.003542f,-0.02038f,-0.0316f,-0.003542f,-0.02173f,-0.03128f,-0.003542f,-0.02308f,-0.03097f,-0.003542f,-0.02443f,-0.03065f,-0.003542f,-0.02578f,-0.03034f,-0.003542f,-0.02429f,-0.02529f,-0.003542f,-0.02279f,-0.02024f,-0.003542f,-0.0213f,-0.01519f,-0.003542f,-0.0198f,-0.01015f,-0.003542f,-0.01831f,-0.005097f,-0.003542f,-0.01681f,-4.849E-5f,-0.004352f,-0.01081f,-4.941E-5f,-0.004352f,-0.004798f,-5.033E-5f,-0.004352f,0.001209f,-5.126E-5f,-0.004352f}; return value; } private float[] gettrigger_COORD_10_183_point_2() { float[] value = {0.007216f,-5.219E-5f,-0.004352f,0.01322f,-5.311E-5f,-0.004352f,0.01923f,-5.403E-5f,-0.004352f,0.02063f,-0.005167f,-0.004352f,0.02204f,-0.01028f,-0.004352f,0.02344f,-0.01539f,-0.004352f,0.02485f,-0.02051f,-0.004352f,0.02625f,-0.02562f,-0.004352f,0.02766f,-0.03073f,-0.004352f,0.02633f,-0.0311f,-0.004352f,0.02499f,-0.03147f,-0.004352f,0.02366f,-0.03183f,-0.004352f,0.02233f,-0.0322f,-0.004352f,0.021f,-0.03257f,-0.004352f,0.01966f,-0.03293f,-0.004352f,0.01863f,-0.02873f,-0.004352f,0.0176f,-0.02454f,-0.004352f,0.01657f,-0.02034f,-0.004352f,0.01554f,-0.01614f,-0.004352f,0.01451f,-0.01194f,-0.004352f,0.01348f,-0.007738f,-0.004352f,0.009641f,-0.00777f,-0.004352f,0.005798f,-0.007802f,-0.004352f,0.001955f,-0.007835f,-0.004352f,-0.001888f,-0.007867f,-0.004352f,-0.005731f,-0.007899f,-0.004352f,-0.009574f,-0.007931f,-0.004352f,-0.01092f,-0.01198f,-0.004352f,-0.01228f,-0.01603f,-0.004352f,-0.01363f,-0.02008f,-0.004352f,-0.01498f,-0.02413f,-0.004352f,-0.01633f,-0.02818f,-0.004352f,-0.01768f,-0.03223f,-0.004352f,-0.01903f,-0.03191f,-0.004352f,-0.02038f,-0.0316f,-0.004352f,-0.02173f,-0.03128f,-0.004352f,-0.02308f,-0.03097f,-0.004352f,-0.02443f,-0.03065f,-0.004352f,-0.02578f,-0.03034f,-0.004352f,-0.02429f,-0.02529f,-0.004352f,-0.02279f,-0.02024f,-0.004352f,-0.0213f,-0.01519f,-0.004352f,-0.0198f,-0.01015f,-0.004352f,-0.01831f,-0.005097f,-0.004352f,-0.01681f,-4.849E-5f,-0.005162f,-0.01081f,-4.941E-5f,-0.005162f,-0.004798f,-5.033E-5f,-0.005162f,0.001209f,-5.126E-5f,-0.005162f,0.007216f,-5.219E-5f,-0.005162f,0.01322f,-5.311E-5f,-0.005162f,0.01923f,-5.403E-5f,-0.005162f,0.02063f,-0.005167f,-0.005162f,0.02204f,-0.01028f,-0.005162f,0.02344f,-0.01539f,-0.005162f,0.02485f,-0.02051f,-0.005162f,0.02625f,-0.02562f,-0.005162f,0.02766f,-0.03073f,-0.005162f,0.02633f,-0.0311f,-0.005162f,0.02499f,-0.03147f,-0.005162f,0.02366f,-0.03183f,-0.005162f,0.02233f,-0.0322f,-0.005162f,0.021f,-0.03257f,-0.005162f,0.01966f,-0.03293f,-0.005162f,0.01863f,-0.02873f,-0.005162f,0.0176f,-0.02454f,-0.005162f,0.01657f,-0.02034f,-0.005162f,0.01554f,-0.01614f,-0.005162f,0.01451f,-0.01194f,-0.005162f,0.01348f,-0.007738f,-0.005162f,0.009641f,-0.00777f,-0.005162f,0.005798f,-0.007802f,-0.005162f,0.001955f,-0.007835f,-0.005162f,-0.001888f,-0.007867f,-0.005162f,-0.005731f,-0.007899f,-0.005162f,-0.009574f,-0.007931f,-0.005162f,-0.01092f,-0.01198f,-0.005162f,-0.01228f,-0.01603f,-0.005162f,-0.01363f,-0.02008f,-0.005162f,-0.01498f,-0.02413f,-0.005162f,-0.01633f,-0.02818f,-0.005162f,-0.01768f,-0.03223f,-0.005162f,-0.01903f,-0.03191f,-0.005162f,-0.02038f,-0.0316f,-0.005162f,-0.02173f,-0.03128f,-0.005162f,-0.02308f,-0.03097f,-0.005162f,-0.02443f,-0.03065f,-0.005162f,-0.02578f,-0.03034f,-0.005162f,-0.02429f,-0.02529f,-0.005162f,-0.02279f,-0.02024f,-0.005162f,-0.0213f,-0.01519f,-0.005162f,-0.0198f,-0.01015f,-0.005162f,-0.01831f,-0.005097f,-0.005162f,-0.01681f,-4.849E-5f,-0.005972f,-0.01081f,-4.941E-5f,-0.005972f,-0.004798f,-5.033E-5f,-0.005972f,0.001209f,-5.126E-5f,-0.005972f,0.007216f,-5.219E-5f,-0.005972f,0.01322f,-5.311E-5f,-0.005972f,0.01923f,-5.403E-5f,-0.005972f,0.02063f,-0.005167f,-0.005972f}; return value; } private float[] gettrigger_COORD_10_183_point_3() { float[] value = {0.02204f,-0.01028f,-0.005972f,0.02344f,-0.01539f,-0.005972f,0.02485f,-0.02051f,-0.005972f,0.02625f,-0.02562f,-0.005972f,0.02766f,-0.03073f,-0.005972f,0.02633f,-0.0311f,-0.005972f,0.02499f,-0.03147f,-0.005972f,0.02366f,-0.03183f,-0.005972f,0.02233f,-0.0322f,-0.005972f,0.021f,-0.03257f,-0.005972f,0.01966f,-0.03293f,-0.005972f,0.01863f,-0.02873f,-0.005972f,0.0176f,-0.02454f,-0.005972f,0.01657f,-0.02034f,-0.005972f,0.01554f,-0.01614f,-0.005972f,0.01451f,-0.01194f,-0.005972f,0.01348f,-0.007738f,-0.005972f,0.009641f,-0.00777f,-0.005972f,0.005798f,-0.007802f,-0.005972f,0.001955f,-0.007835f,-0.005972f,-0.001888f,-0.007867f,-0.005972f,-0.005731f,-0.007899f,-0.005972f,-0.009574f,-0.007931f,-0.005972f,-0.01092f,-0.01198f,-0.005972f,-0.01228f,-0.01603f,-0.005972f,-0.01363f,-0.02008f,-0.005972f,-0.01498f,-0.02413f,-0.005972f,-0.01633f,-0.02818f,-0.005972f,-0.01768f,-0.03223f,-0.005972f,-0.01903f,-0.03191f,-0.005972f,-0.02038f,-0.0316f,-0.005972f,-0.02173f,-0.03128f,-0.005972f,-0.02308f,-0.03097f,-0.005972f,-0.02443f,-0.03065f,-0.005972f,-0.02578f,-0.03034f,-0.005972f,-0.02429f,-0.02529f,-0.005972f,-0.02279f,-0.02024f,-0.005972f,-0.0213f,-0.01519f,-0.005972f,-0.0198f,-0.01015f,-0.005972f,-0.01831f,-0.005097f,-0.005972f,-0.01681f,-4.849E-5f,-0.006783f,-0.01081f,-4.941E-5f,-0.006783f,-0.004798f,-5.033E-5f,-0.006783f,0.001209f,-5.126E-5f,-0.006783f,0.007216f,-5.219E-5f,-0.006783f,0.01322f,-5.311E-5f,-0.006783f,0.01923f,-5.403E-5f,-0.006783f,0.02063f,-0.005167f,-0.006783f,0.02204f,-0.01028f,-0.006783f,0.02344f,-0.01539f,-0.006783f,0.02485f,-0.02051f,-0.006783f,0.02625f,-0.02562f,-0.006783f,0.02766f,-0.03073f,-0.006783f,0.02633f,-0.0311f,-0.006783f,0.02499f,-0.03147f,-0.006783f,0.02366f,-0.03183f,-0.006783f,0.02233f,-0.0322f,-0.006783f,0.021f,-0.03257f,-0.006783f,0.01966f,-0.03293f,-0.006783f,0.01863f,-0.02873f,-0.006783f,0.0176f,-0.02454f,-0.006783f,0.01657f,-0.02034f,-0.006783f,0.01554f,-0.01614f,-0.006783f,0.01451f,-0.01194f,-0.006783f,0.01348f,-0.007738f,-0.006783f,0.009641f,-0.00777f,-0.006783f,0.005798f,-0.007802f,-0.006783f,0.001955f,-0.007835f,-0.006783f,-0.001888f,-0.007867f,-0.006783f,-0.005731f,-0.007899f,-0.006783f,-0.009574f,-0.007931f,-0.006783f,-0.01092f,-0.01198f,-0.006783f,-0.01228f,-0.01603f,-0.006783f,-0.01363f,-0.02008f,-0.006783f,-0.01498f,-0.02413f,-0.006783f,-0.01633f,-0.02818f,-0.006783f,-0.01768f,-0.03223f,-0.006783f,-0.01903f,-0.03191f,-0.006783f,-0.02038f,-0.0316f,-0.006783f,-0.02173f,-0.03128f,-0.006783f,-0.02308f,-0.03097f,-0.006783f,-0.02443f,-0.03065f,-0.006783f,-0.02578f,-0.03034f,-0.006783f,-0.02429f,-0.02529f,-0.006783f,-0.02279f,-0.02024f,-0.006783f,-0.0213f,-0.01519f,-0.006783f,-0.0198f,-0.01015f,-0.006783f,-0.01831f,-0.005097f,-0.006783f,-0.01681f,-4.849E-5f,-0.007593f,-0.01081f,-4.941E-5f,-0.007593f,-0.004798f,-5.033E-5f,-0.007593f,0.001209f,-5.126E-5f,-0.007593f,0.007216f,-5.219E-5f,-0.007593f,0.01322f,-5.311E-5f,-0.007593f,0.01923f,-5.403E-5f,-0.007593f,0.02063f,-0.005167f,-0.007593f,0.02204f,-0.01028f,-0.007593f,0.02344f,-0.01539f,-0.007593f,0.02485f,-0.02051f,-0.007593f,0.02625f,-0.02562f,-0.007593f}; return value; } private float[] gettrigger_COORD_10_183_point_4() { float[] value = {0.02766f,-0.03073f,-0.007593f,0.02633f,-0.0311f,-0.007593f,0.02499f,-0.03147f,-0.007593f,0.02366f,-0.03183f,-0.007593f,0.02233f,-0.0322f,-0.007593f,0.021f,-0.03257f,-0.007593f,0.01966f,-0.03293f,-0.007593f,0.01863f,-0.02873f,-0.007593f,0.0176f,-0.02454f,-0.007593f,0.01657f,-0.02034f,-0.007593f,0.01554f,-0.01614f,-0.007593f,0.01451f,-0.01194f,-0.007593f,0.01348f,-0.007738f,-0.007593f,0.009641f,-0.00777f,-0.007593f,0.005798f,-0.007802f,-0.007593f,0.001955f,-0.007835f,-0.007593f,-0.001888f,-0.007867f,-0.007593f,-0.005731f,-0.007899f,-0.007593f,-0.009574f,-0.007931f,-0.007593f,-0.01092f,-0.01198f,-0.007593f,-0.01228f,-0.01603f,-0.007593f,-0.01363f,-0.02008f,-0.007593f,-0.01498f,-0.02413f,-0.007593f,-0.01633f,-0.02818f,-0.007593f,-0.01768f,-0.03223f,-0.007593f,-0.01903f,-0.03191f,-0.007593f,-0.02038f,-0.0316f,-0.007593f,-0.02173f,-0.03128f,-0.007593f,-0.02308f,-0.03097f,-0.007593f,-0.02443f,-0.03065f,-0.007593f,-0.02578f,-0.03034f,-0.007593f,-0.02429f,-0.02529f,-0.007593f,-0.02279f,-0.02024f,-0.007593f,-0.0213f,-0.01519f,-0.007593f,-0.0198f,-0.01015f,-0.007593f,-0.01831f,-0.005097f,-0.007593f}; return value; } /** Define subarrays using type int[] */ private int[] gettopHandleBase_FACES_9_195_coordIndex_1() { int[] value = {0,1,49,-1,49,48,0,-1,1,2,50,-1,50,49,1,-1,2,3,51,-1,51,50,2,-1,3,4,52,-1,52,51,3,-1,4,5,53,-1,53,52,4,-1,5,6,54,-1,54,53,5,-1,6,7,55,-1,55,54,6,-1,7,8,56,-1,56,55,7,-1,8,9,57,-1,57,56,8,-1,9,10,58,-1,58,57,9,-1,10,11,59,-1,59,58,10,-1,11,12,60,-1,60,59,11,-1,12,13,61,-1,61,60,12,-1,13,14,62,-1,62,61,13,-1,14,15,63,-1,63,62,14,-1,15,16,64,-1,64,63,15,-1,16,17,65,-1,65,64,16,-1,17,18,66,-1,66,65,17,-1,18,19,67,-1,67,66,18,-1,19,20,68,-1,68,67,19,-1,20,21,69,-1,69,68,20,-1,21,22,70,-1,70,69,21,-1,22,23,71,-1,71,70,22,-1,23,24,72,-1,72,71,23,-1,24,25,73,-1,73,72,24,-1,25,26,74,-1,74,73,25,-1,26,27,75,-1,75,74,26,-1,27,28,76,-1,76,75,27,-1,28,29,77,-1,77,76,28,-1,29,30,78,-1,78,77,29,-1,30,31,79,-1,79,78,30,-1,31,32,80,-1,80,79,31,-1,32,33,81,-1,81,80,32,-1,33,34,82,-1,82,81,33,-1,34,35,83,-1,83,82,34,-1,35,36,84,-1,84,83,35,-1,36,37,85,-1,85,84,36,-1,37,38,86,-1,86,85,37,-1,38,39,87,-1,87,86,38,-1,39,40,88,-1,88,87,39,-1,40,41,89,-1,89,88,40,-1,41,42,90,-1,90,89,41,-1,42,43,91,-1,91,90,42,-1,43,44,92,-1,92,91,43,-1,44,45,93,-1,93,92,44,-1,45,46,94,-1,94,93,45,-1,46,47,95,-1,95,94,46,-1,47,0,48,-1,48,95,47,-1,48,49,97,-1,97,96,48,-1,49,50,98,-1,98,97,49,-1,50,51,99,-1,99,98,50,-1,51,52,100,-1,100,99,51,-1,52,53,101,-1,101,100,52,-1,53,54,102,-1,102,101,53,-1,54,55,103,-1,103,102,54,-1,55,56,104,-1,104,103,55,-1,56,57,105,-1,105,104,56,-1,57,58,106,-1,106,105,57,-1,58,59,107,-1,107,106,58,-1,59,60,108,-1,108,107,59,-1,60,61,109,-1,109,108,60,-1,61,62,110,-1,110,109,61,-1,62,63,111,-1,111,110,62,-1,63,64,112,-1,112,111,63,-1,64,65,113,-1,113,112,64,-1,65,66,114,-1,114,113,65,-1,66,67,115,-1,115,114,66,-1,67,68,116,-1,116,115,67,-1,68,69,117,-1,117,116,68,-1,69,70,118,-1,118,117,69,-1,70,71,119,-1,119,118,70,-1,71,72,120,-1,120,119,71,-1,72,73,121,-1,121,120,72,-1,73,74,122,-1,122,121,73,-1,74,75,123,-1,123,122,74,-1,75,76,124,-1,124,123,75,-1,76,77,125,-1,125,124,76,-1,77,78,126,-1,126,125,77,-1,78,79,127,-1,127,126,78,-1,79,80,128,-1,128,127,79,-1,80,81,129,-1,129,128,80,-1,81,82,130,-1,130,129,81,-1,82,83,131,-1,131,130,82,-1,83,84,132,-1,132,131,83,-1,84,85,133,-1,133,132,84,-1,85,86,134,-1,134,133,85,-1,86,87,135,-1,135,134,86,-1,87,88,136,-1,136,135,87,-1,88,89,137,-1,137,136,88,-1,89,90,138,-1,138,137,89,-1,90,91,139,-1,139,138,90,-1,91,92,140,-1,140,139,91,-1,92,93,141,-1,141,140,92,-1,93,94,142,-1,142,141,93,-1,94,95,143,-1,143,142,94,-1,95,48,96,-1,96,143,95,-1,96,97,145,-1,145,144,96,-1,97,98,146,-1,146,145,97,-1,98,99,147,-1,147,146,98,-1,99,100,148,-1,148,147,99,-1,100,101,149,-1,149,148,100,-1,101,102,150,-1,150,149,101,-1,102,103,151,-1,151,150,102,-1,103,104,152,-1,152,151,103,-1,104,105,153,-1,153,152,104,-1,105,106,154,-1,154,153,105,-1,106,107,155,-1,155,154,106,-1,107,108,156,-1,156,155,107,-1,108,109,157,-1,157,156,108,-1,109,110,158,-1,158,157,109,-1,110,111,159,-1,159,158,110,-1,111,112,160,-1,160,159,111,-1,112,113,161,-1,161,160,112,-1,113,114,162,-1,162,161,113,-1,114,115,163,-1,163,162,114,-1,115,116,164,-1,164,163,115,-1,116,117,165,-1,165,164,116,-1,117,118,166,-1,166,165,117,-1,118,119,167,-1,167,166,118,-1,119,120,168,-1,168,167,119,-1,120,121,169,-1,169,168,120,-1,121,122,170,-1,170,169,121,-1,122,123,171,-1,171,170,122,-1,123,124,172,-1,172,171,123,-1,124,125,173,-1,173,172,124,-1}; return value; } private int[] gettopHandleBase_FACES_9_195_coordIndex_2() { int[] value = {125,126,174,-1,174,173,125,-1,126,127,175,-1,175,174,126,-1,127,128,176,-1,176,175,127,-1,128,129,177,-1,177,176,128,-1,129,130,178,-1,178,177,129,-1,130,131,179,-1,179,178,130,-1,131,132,180,-1,180,179,131,-1,132,133,181,-1,181,180,132,-1,133,134,182,-1,182,181,133,-1,134,135,183,-1,183,182,134,-1,135,136,184,-1,184,183,135,-1,136,137,185,-1,185,184,136,-1,137,138,186,-1,186,185,137,-1,138,139,187,-1,187,186,138,-1,139,140,188,-1,188,187,139,-1,140,141,189,-1,189,188,140,-1,141,142,190,-1,190,189,141,-1,142,143,191,-1,191,190,142,-1,143,96,144,-1,144,191,143,-1,144,145,193,-1,193,192,144,-1,145,146,194,-1,194,193,145,-1,146,147,195,-1,195,194,146,-1,147,148,196,-1,196,195,147,-1,148,149,197,-1,197,196,148,-1,149,150,198,-1,198,197,149,-1,150,151,199,-1,199,198,150,-1,151,152,200,-1,200,199,151,-1,152,153,201,-1,201,200,152,-1,153,154,202,-1,202,201,153,-1,154,155,203,-1,203,202,154,-1,155,156,204,-1,204,203,155,-1,156,157,205,-1,205,204,156,-1,157,158,206,-1,206,205,157,-1,158,159,207,-1,207,206,158,-1,159,160,208,-1,208,207,159,-1,160,161,209,-1,209,208,160,-1,161,162,210,-1,210,209,161,-1,162,163,211,-1,211,210,162,-1,163,164,212,-1,212,211,163,-1,164,165,213,-1,213,212,164,-1,165,166,214,-1,214,213,165,-1,166,167,215,-1,215,214,166,-1,167,168,216,-1,216,215,167,-1,168,169,217,-1,217,216,168,-1,169,170,218,-1,218,217,169,-1,170,171,219,-1,219,218,170,-1,171,172,220,-1,220,219,171,-1,172,173,221,-1,221,220,172,-1,173,174,222,-1,222,221,173,-1,174,175,223,-1,223,222,174,-1,175,176,224,-1,224,223,175,-1,176,177,225,-1,225,224,176,-1,177,178,226,-1,226,225,177,-1,178,179,227,-1,227,226,178,-1,179,180,228,-1,228,227,179,-1,180,181,229,-1,229,228,180,-1,181,182,230,-1,230,229,181,-1,182,183,231,-1,231,230,182,-1,183,184,232,-1,232,231,183,-1,184,185,233,-1,233,232,184,-1,185,186,234,-1,234,233,185,-1,186,187,235,-1,235,234,186,-1,187,188,236,-1,236,235,187,-1,188,189,237,-1,237,236,188,-1,189,190,238,-1,238,237,189,-1,190,191,239,-1,239,238,190,-1,191,144,192,-1,192,239,191,-1,192,193,241,-1,241,240,192,-1,193,194,242,-1,242,241,193,-1,194,195,243,-1,243,242,194,-1,195,196,244,-1,244,243,195,-1,196,197,245,-1,245,244,196,-1,197,198,246,-1,246,245,197,-1,198,199,247,-1,247,246,198,-1,199,200,248,-1,248,247,199,-1,200,201,249,-1,249,248,200,-1,201,202,250,-1,250,249,201,-1,202,203,251,-1,251,250,202,-1,203,204,252,-1,252,251,203,-1,204,205,253,-1,253,252,204,-1,205,206,254,-1,254,253,205,-1,206,207,255,-1,255,254,206,-1,207,208,256,-1,256,255,207,-1,208,209,257,-1,257,256,208,-1,209,210,258,-1,258,257,209,-1,210,211,259,-1,259,258,210,-1,211,212,260,-1,260,259,211,-1,212,213,261,-1,261,260,212,-1,213,214,262,-1,262,261,213,-1,214,215,263,-1,263,262,214,-1,215,216,264,-1,264,263,215,-1,216,217,265,-1,265,264,216,-1,217,218,266,-1,266,265,217,-1,218,219,267,-1,267,266,218,-1,219,220,268,-1,268,267,219,-1,220,221,269,-1,269,268,220,-1,221,222,270,-1,270,269,221,-1,222,223,271,-1,271,270,222,-1,223,224,272,-1,272,271,223,-1,224,225,273,-1,273,272,224,-1,225,226,274,-1,274,273,225,-1,226,227,275,-1,275,274,226,-1,227,228,276,-1,276,275,227,-1,228,229,277,-1,277,276,228,-1,229,230,278,-1,278,277,229,-1,230,231,279,-1,279,278,230,-1,231,232,280,-1,280,279,231,-1,232,233,281,-1,281,280,232,-1,233,234,282,-1,282,281,233,-1,234,235,283,-1,283,282,234,-1,235,236,284,-1,284,283,235,-1,236,237,285,-1,285,284,236,-1,237,238,286,-1,286,285,237,-1,238,239,287,-1,287,286,238,-1,239,192,240,-1,240,287,239,-1,240,241,289,-1,289,288,240,-1,241,242,290,-1,290,289,241,-1,242,243,291,-1,291,290,242,-1,243,244,292,-1,292,291,243,-1,244,245,293,-1,293,292,244,-1,245,246,294,-1,294,293,245,-1,246,247,295,-1,295,294,246,-1,247,248,296,-1,296,295,247,-1,248,249,297,-1,297,296,248,-1,249,250,298,-1,298,297,249,-1}; return value; } private int[] gettopHandleBase_FACES_9_195_coordIndex_3() { int[] value = {250,251,299,-1,299,298,250,-1,251,252,300,-1,300,299,251,-1,252,253,301,-1,301,300,252,-1,253,254,302,-1,302,301,253,-1,254,255,303,-1,303,302,254,-1,255,256,304,-1,304,303,255,-1,256,257,305,-1,305,304,256,-1,257,258,306,-1,306,305,257,-1,258,259,307,-1,307,306,258,-1,259,260,308,-1,308,307,259,-1,260,261,309,-1,309,308,260,-1,261,262,310,-1,310,309,261,-1,262,263,311,-1,311,310,262,-1,263,264,312,-1,312,311,263,-1,264,265,313,-1,313,312,264,-1,265,266,314,-1,314,313,265,-1,266,267,315,-1,315,314,266,-1,267,268,316,-1,316,315,267,-1,268,269,317,-1,317,316,268,-1,269,270,318,-1,318,317,269,-1,270,271,319,-1,319,318,270,-1,271,272,320,-1,320,319,271,-1,272,273,321,-1,321,320,272,-1,273,274,322,-1,322,321,273,-1,274,275,323,-1,323,322,274,-1,275,276,324,-1,324,323,275,-1,276,277,325,-1,325,324,276,-1,277,278,326,-1,326,325,277,-1,278,279,327,-1,327,326,278,-1,279,280,328,-1,328,327,279,-1,280,281,329,-1,329,328,280,-1,281,282,330,-1,330,329,281,-1,282,283,331,-1,331,330,282,-1,283,284,332,-1,332,331,283,-1,284,285,333,-1,333,332,284,-1,285,286,334,-1,334,333,285,-1,286,287,335,-1,335,334,286,-1,287,240,288,-1,288,335,287,-1,11,13,12,-1,35,37,36,-1,41,43,42,-1,17,19,18,-1,11,14,13,-1,35,38,37,-1,40,43,41,-1,16,19,17,-1,11,15,14,-1,5,7,6,-1,47,1,0,-1,39,43,40,-1,35,39,38,-1,35,43,39,-1,34,43,35,-1,34,44,43,-1,33,44,34,-1,33,45,44,-1,32,45,33,-1,32,46,45,-1,31,46,32,-1,31,47,46,-1,30,47,31,-1,30,1,47,-1,29,1,30,-1,29,2,1,-1,28,2,29,-1,28,3,2,-1,27,3,28,-1,27,4,3,-1,26,4,27,-1,25,4,26,-1,25,5,4,-1,24,5,25,-1,24,7,5,-1,23,7,24,-1,23,8,7,-1,22,8,23,-1,22,9,8,-1,21,9,22,-1,21,10,9,-1,20,10,21,-1,20,11,10,-1,19,11,20,-1,19,15,11,-1,16,15,19,-1,299,300,301,-1,323,324,325,-1,329,330,331,-1,305,306,307,-1,299,301,302,-1,323,325,326,-1,328,329,331,-1,304,305,307,-1,299,302,303,-1,293,294,295,-1,335,288,289,-1,327,328,331,-1,323,326,327,-1,323,327,331,-1,322,323,331,-1,322,331,332,-1,321,322,332,-1,321,332,333,-1,320,321,333,-1,320,333,334,-1,319,320,334,-1,319,334,335,-1,318,319,335,-1,318,335,289,-1,317,318,289,-1,317,289,290,-1,316,317,290,-1,316,290,291,-1,315,316,291,-1,315,291,292,-1,314,315,292,-1,313,314,292,-1,313,292,293,-1,312,313,293,-1,312,293,295,-1,311,312,295,-1,311,295,296,-1,310,311,296,-1,310,296,297,-1,309,310,297,-1,309,297,298,-1,308,309,298,-1,308,298,299,-1,307,308,299,-1,307,299,303,-1,304,307,303,-1}; return value; } /** Define subarrays using type float[] */ private float[] gettopHandleBase_COORD_10_195_point_1() { float[] value = {-0.04943f,-4.849E-5f,-0.002732f,-0.03275f,-4.941E-5f,-0.002732f,-0.01606f,-5.033E-5f,-0.002732f,6.277E-4f,-5.126E-5f,-0.002732f,0.01731f,-5.219E-5f,-0.002732f,0.034f,-5.311E-5f,-0.002732f,0.05069f,-5.403E-5f,-0.002732f,0.05439f,-0.008671f,-0.002732f,0.05808f,-0.01729f,-0.002732f,0.06178f,-0.02591f,-0.002732f,0.06548f,-0.03452f,-0.002732f,0.06918f,-0.04314f,-0.002732f,0.07287f,-0.05176f,-0.002732f,0.07078f,-0.05246f,-0.002732f,0.06869f,-0.05317f,-0.002732f,0.06659f,-0.05387f,-0.002732f,0.0645f,-0.05458f,-0.002732f,0.06241f,-0.05528f,-0.002732f,0.06031f,-0.05598f,-0.002732f,0.05707f,-0.04862f,-0.002732f,0.05383f,-0.04126f,-0.002732f,0.05059f,-0.0339f,-0.002732f,0.04735f,-0.02653f,-0.002732f,0.04411f,-0.01917f,-0.002732f,0.04087f,-0.01181f,-0.002732f,0.02751f,-0.01185f,-0.002732f,0.01416f,-0.01189f,-0.002732f,7.964E-4f,-0.01193f,-0.002732f,-0.01256f,-0.01197f,-0.002732f,-0.02592f,-0.01201f,-0.002732f,-0.03928f,-0.01205f,-0.002732f,-0.04242f,-0.01939f,-0.002732f,-0.04556f,-0.02673f,-0.002732f,-0.0487f,-0.03408f,-0.002732f,-0.05184f,-0.04142f,-0.002732f,-0.05499f,-0.04876f,-0.002732f,-0.05813f,-0.05611f,-0.002732f,-0.06031f,-0.05511f,-0.002732f,-0.06249f,-0.05411f,-0.002732f,-0.06468f,-0.05311f,-0.002732f,-0.06686f,-0.05211f,-0.002732f,-0.06904f,-0.05111f,-0.002732f,-0.07123f,-0.05011f,-0.002732f,-0.06759f,-0.04177f,-0.002732f,-0.06396f,-0.03343f,-0.002732f,-0.06033f,-0.02508f,-0.002732f,-0.0567f,-0.01674f,-0.002732f,-0.05307f,-0.008393f,-0.002732f,-0.04943f,-4.849E-5f,-0.003542f,-0.03275f,-4.941E-5f,-0.003542f,-0.01606f,-5.033E-5f,-0.003542f,6.277E-4f,-5.126E-5f,-0.003542f,0.01731f,-5.219E-5f,-0.003542f,0.034f,-5.311E-5f,-0.003542f,0.05069f,-5.403E-5f,-0.003542f,0.05439f,-0.008671f,-0.003542f,0.05808f,-0.01729f,-0.003542f,0.06178f,-0.02591f,-0.003542f,0.06548f,-0.03452f,-0.003542f,0.06918f,-0.04314f,-0.003542f,0.07287f,-0.05176f,-0.003542f,0.07078f,-0.05246f,-0.003542f,0.06869f,-0.05317f,-0.003542f,0.06659f,-0.05387f,-0.003542f,0.0645f,-0.05458f,-0.003542f,0.06241f,-0.05528f,-0.003542f,0.06031f,-0.05598f,-0.003542f,0.05707f,-0.04862f,-0.003542f,0.05383f,-0.04126f,-0.003542f,0.05059f,-0.0339f,-0.003542f,0.04735f,-0.02653f,-0.003542f,0.04411f,-0.01917f,-0.003542f,0.04087f,-0.01181f,-0.003542f,0.02751f,-0.01185f,-0.003542f,0.01416f,-0.01189f,-0.003542f,7.964E-4f,-0.01193f,-0.003542f,-0.01256f,-0.01197f,-0.003542f,-0.02592f,-0.01201f,-0.003542f,-0.03928f,-0.01205f,-0.003542f,-0.04242f,-0.01939f,-0.003542f,-0.04556f,-0.02673f,-0.003542f,-0.0487f,-0.03408f,-0.003542f,-0.05184f,-0.04142f,-0.003542f,-0.05499f,-0.04876f,-0.003542f,-0.05813f,-0.05611f,-0.003542f,-0.06031f,-0.05511f,-0.003542f,-0.06249f,-0.05411f,-0.003542f,-0.06468f,-0.05311f,-0.003542f,-0.06686f,-0.05211f,-0.003542f,-0.06904f,-0.05111f,-0.003542f,-0.07123f,-0.05011f,-0.003542f,-0.06759f,-0.04177f,-0.003542f,-0.06396f,-0.03343f,-0.003542f,-0.06033f,-0.02508f,-0.003542f,-0.0567f,-0.01674f,-0.003542f,-0.05307f,-0.008393f,-0.003542f,-0.04943f,-4.849E-5f,-0.004352f,-0.03275f,-4.941E-5f,-0.004352f,-0.01606f,-5.033E-5f,-0.004352f,6.277E-4f,-5.126E-5f,-0.004352f}; return value; } private float[] gettopHandleBase_COORD_10_195_point_2() { float[] value = {0.01731f,-5.219E-5f,-0.004352f,0.034f,-5.311E-5f,-0.004352f,0.05069f,-5.403E-5f,-0.004352f,0.05439f,-0.008671f,-0.004352f,0.05808f,-0.01729f,-0.004352f,0.06178f,-0.02591f,-0.004352f,0.06548f,-0.03452f,-0.004352f,0.06918f,-0.04314f,-0.004352f,0.07287f,-0.05176f,-0.004352f,0.07078f,-0.05246f,-0.004352f,0.06869f,-0.05317f,-0.004352f,0.06659f,-0.05387f,-0.004352f,0.0645f,-0.05458f,-0.004352f,0.06241f,-0.05528f,-0.004352f,0.06031f,-0.05598f,-0.004352f,0.05707f,-0.04862f,-0.004352f,0.05383f,-0.04126f,-0.004352f,0.05059f,-0.0339f,-0.004352f,0.04735f,-0.02653f,-0.004352f,0.04411f,-0.01917f,-0.004352f,0.04087f,-0.01181f,-0.004352f,0.02751f,-0.01185f,-0.004352f,0.01416f,-0.01189f,-0.004352f,7.964E-4f,-0.01193f,-0.004352f,-0.01256f,-0.01197f,-0.004352f,-0.02592f,-0.01201f,-0.004352f,-0.03928f,-0.01205f,-0.004352f,-0.04242f,-0.01939f,-0.004352f,-0.04556f,-0.02673f,-0.004352f,-0.0487f,-0.03408f,-0.004352f,-0.05184f,-0.04142f,-0.004352f,-0.05499f,-0.04876f,-0.004352f,-0.05813f,-0.05611f,-0.004352f,-0.06031f,-0.05511f,-0.004352f,-0.06249f,-0.05411f,-0.004352f,-0.06468f,-0.05311f,-0.004352f,-0.06686f,-0.05211f,-0.004352f,-0.06904f,-0.05111f,-0.004352f,-0.07123f,-0.05011f,-0.004352f,-0.06759f,-0.04177f,-0.004352f,-0.06396f,-0.03343f,-0.004352f,-0.06033f,-0.02508f,-0.004352f,-0.0567f,-0.01674f,-0.004352f,-0.05307f,-0.008393f,-0.004352f,-0.04943f,-4.849E-5f,-0.005162f,-0.03275f,-4.941E-5f,-0.005162f,-0.01606f,-5.033E-5f,-0.005162f,6.277E-4f,-5.126E-5f,-0.005162f,0.01731f,-5.219E-5f,-0.005162f,0.034f,-5.311E-5f,-0.005162f,0.05069f,-5.403E-5f,-0.005162f,0.05439f,-0.008671f,-0.005162f,0.05808f,-0.01729f,-0.005162f,0.06178f,-0.02591f,-0.005162f,0.06548f,-0.03452f,-0.005162f,0.06918f,-0.04314f,-0.005162f,0.07287f,-0.05176f,-0.005162f,0.07078f,-0.05246f,-0.005162f,0.06869f,-0.05317f,-0.005162f,0.06659f,-0.05387f,-0.005162f,0.0645f,-0.05458f,-0.005162f,0.06241f,-0.05528f,-0.005162f,0.06031f,-0.05598f,-0.005162f,0.05707f,-0.04862f,-0.005162f,0.05383f,-0.04126f,-0.005162f,0.05059f,-0.0339f,-0.005162f,0.04735f,-0.02653f,-0.005162f,0.04411f,-0.01917f,-0.005162f,0.04087f,-0.01181f,-0.005162f,0.02751f,-0.01185f,-0.005162f,0.01416f,-0.01189f,-0.005162f,7.964E-4f,-0.01193f,-0.005162f,-0.01256f,-0.01197f,-0.005162f,-0.02592f,-0.01201f,-0.005162f,-0.03928f,-0.01205f,-0.005162f,-0.04242f,-0.01939f,-0.005162f,-0.04556f,-0.02673f,-0.005162f,-0.0487f,-0.03408f,-0.005162f,-0.05184f,-0.04142f,-0.005162f,-0.05499f,-0.04876f,-0.005162f,-0.05813f,-0.05611f,-0.005162f,-0.06031f,-0.05511f,-0.005162f,-0.06249f,-0.05411f,-0.005162f,-0.06468f,-0.05311f,-0.005162f,-0.06686f,-0.05211f,-0.005162f,-0.06904f,-0.05111f,-0.005162f,-0.07123f,-0.05011f,-0.005162f,-0.06759f,-0.04177f,-0.005162f,-0.06396f,-0.03343f,-0.005162f,-0.06033f,-0.02508f,-0.005162f,-0.0567f,-0.01674f,-0.005162f,-0.05307f,-0.008393f,-0.005162f,-0.04943f,-4.849E-5f,-0.005972f,-0.03275f,-4.941E-5f,-0.005972f,-0.01606f,-5.033E-5f,-0.005972f,6.277E-4f,-5.126E-5f,-0.005972f,0.01731f,-5.219E-5f,-0.005972f,0.034f,-5.311E-5f,-0.005972f,0.05069f,-5.403E-5f,-0.005972f,0.05439f,-0.008671f,-0.005972f}; return value; } private float[] gettopHandleBase_COORD_10_195_point_3() { float[] value = {0.05808f,-0.01729f,-0.005972f,0.06178f,-0.02591f,-0.005972f,0.06548f,-0.03452f,-0.005972f,0.06918f,-0.04314f,-0.005972f,0.07287f,-0.05176f,-0.005972f,0.07078f,-0.05246f,-0.005972f,0.06869f,-0.05317f,-0.005972f,0.06659f,-0.05387f,-0.005972f,0.0645f,-0.05458f,-0.005972f,0.06241f,-0.05528f,-0.005972f,0.06031f,-0.05598f,-0.005972f,0.05707f,-0.04862f,-0.005972f,0.05383f,-0.04126f,-0.005972f,0.05059f,-0.0339f,-0.005972f,0.04735f,-0.02653f,-0.005972f,0.04411f,-0.01917f,-0.005972f,0.04087f,-0.01181f,-0.005972f,0.02751f,-0.01185f,-0.005972f,0.01416f,-0.01189f,-0.005972f,7.964E-4f,-0.01193f,-0.005972f,-0.01256f,-0.01197f,-0.005972f,-0.02592f,-0.01201f,-0.005972f,-0.03928f,-0.01205f,-0.005972f,-0.04242f,-0.01939f,-0.005972f,-0.04556f,-0.02673f,-0.005972f,-0.0487f,-0.03408f,-0.005972f,-0.05184f,-0.04142f,-0.005972f,-0.05499f,-0.04876f,-0.005972f,-0.05813f,-0.05611f,-0.005972f,-0.06031f,-0.05511f,-0.005972f,-0.06249f,-0.05411f,-0.005972f,-0.06468f,-0.05311f,-0.005972f,-0.06686f,-0.05211f,-0.005972f,-0.06904f,-0.05111f,-0.005972f,-0.07123f,-0.05011f,-0.005972f,-0.06759f,-0.04177f,-0.005972f,-0.06396f,-0.03343f,-0.005972f,-0.06033f,-0.02508f,-0.005972f,-0.0567f,-0.01674f,-0.005972f,-0.05307f,-0.008393f,-0.005972f,-0.04943f,-4.849E-5f,-0.006783f,-0.03275f,-4.941E-5f,-0.006783f,-0.01606f,-5.033E-5f,-0.006783f,6.277E-4f,-5.126E-5f,-0.006783f,0.01731f,-5.219E-5f,-0.006783f,0.034f,-5.311E-5f,-0.006783f,0.05069f,-5.403E-5f,-0.006783f,0.05439f,-0.008671f,-0.006783f,0.05808f,-0.01729f,-0.006783f,0.06178f,-0.02591f,-0.006783f,0.06548f,-0.03452f,-0.006783f,0.06918f,-0.04314f,-0.006783f,0.07287f,-0.05176f,-0.006783f,0.07078f,-0.05246f,-0.006783f,0.06869f,-0.05317f,-0.006783f,0.06659f,-0.05387f,-0.006783f,0.0645f,-0.05458f,-0.006783f,0.06241f,-0.05528f,-0.006783f,0.06031f,-0.05598f,-0.006783f,0.05707f,-0.04862f,-0.006783f,0.05383f,-0.04126f,-0.006783f,0.05059f,-0.0339f,-0.006783f,0.04735f,-0.02653f,-0.006783f,0.04411f,-0.01917f,-0.006783f,0.04087f,-0.01181f,-0.006783f,0.02751f,-0.01185f,-0.006783f,0.01416f,-0.01189f,-0.006783f,7.964E-4f,-0.01193f,-0.006783f,-0.01256f,-0.01197f,-0.006783f,-0.02592f,-0.01201f,-0.006783f,-0.03928f,-0.01205f,-0.006783f,-0.04242f,-0.01939f,-0.006783f,-0.04556f,-0.02673f,-0.006783f,-0.0487f,-0.03408f,-0.006783f,-0.05184f,-0.04142f,-0.006783f,-0.05499f,-0.04876f,-0.006783f,-0.05813f,-0.05611f,-0.006783f,-0.06031f,-0.05511f,-0.006783f,-0.06249f,-0.05411f,-0.006783f,-0.06468f,-0.05311f,-0.006783f,-0.06686f,-0.05211f,-0.006783f,-0.06904f,-0.05111f,-0.006783f,-0.07123f,-0.05011f,-0.006783f,-0.06759f,-0.04177f,-0.006783f,-0.06396f,-0.03343f,-0.006783f,-0.06033f,-0.02508f,-0.006783f,-0.0567f,-0.01674f,-0.006783f,-0.05307f,-0.008393f,-0.006783f,-0.04943f,-4.849E-5f,-0.007593f,-0.03275f,-4.941E-5f,-0.007593f,-0.01606f,-5.033E-5f,-0.007593f,6.277E-4f,-5.126E-5f,-0.007593f,0.01731f,-5.219E-5f,-0.007593f,0.034f,-5.311E-5f,-0.007593f,0.05069f,-5.403E-5f,-0.007593f,0.05439f,-0.008671f,-0.007593f,0.05808f,-0.01729f,-0.007593f,0.06178f,-0.02591f,-0.007593f,0.06548f,-0.03452f,-0.007593f,0.06918f,-0.04314f,-0.007593f}; return value; } private float[] gettopHandleBase_COORD_10_195_point_4() { float[] value = {0.07287f,-0.05176f,-0.007593f,0.07078f,-0.05246f,-0.007593f,0.06869f,-0.05317f,-0.007593f,0.06659f,-0.05387f,-0.007593f,0.0645f,-0.05458f,-0.007593f,0.06241f,-0.05528f,-0.007593f,0.06031f,-0.05598f,-0.007593f,0.05707f,-0.04862f,-0.007593f,0.05383f,-0.04126f,-0.007593f,0.05059f,-0.0339f,-0.007593f,0.04735f,-0.02653f,-0.007593f,0.04411f,-0.01917f,-0.007593f,0.04087f,-0.01181f,-0.007593f,0.02751f,-0.01185f,-0.007593f,0.01416f,-0.01189f,-0.007593f,7.964E-4f,-0.01193f,-0.007593f,-0.01256f,-0.01197f,-0.007593f,-0.02592f,-0.01201f,-0.007593f,-0.03928f,-0.01205f,-0.007593f,-0.04242f,-0.01939f,-0.007593f,-0.04556f,-0.02673f,-0.007593f,-0.0487f,-0.03408f,-0.007593f,-0.05184f,-0.04142f,-0.007593f,-0.05499f,-0.04876f,-0.007593f,-0.05813f,-0.05611f,-0.007593f,-0.06031f,-0.05511f,-0.007593f,-0.06249f,-0.05411f,-0.007593f,-0.06468f,-0.05311f,-0.007593f,-0.06686f,-0.05211f,-0.007593f,-0.06904f,-0.05111f,-0.007593f,-0.07123f,-0.05011f,-0.007593f,-0.06759f,-0.04177f,-0.007593f,-0.06396f,-0.03343f,-0.007593f,-0.06033f,-0.02508f,-0.007593f,-0.0567f,-0.01674f,-0.007593f,-0.05307f,-0.008393f,-0.007593f}; return value; } /** Define subarrays using type int[] */ private int[] getbottomHandleBase_FACES_9_201_coordIndex_1() { int[] value = {0,1,49,-1,49,48,0,-1,1,2,50,-1,50,49,1,-1,2,3,51,-1,51,50,2,-1,3,4,52,-1,52,51,3,-1,4,5,53,-1,53,52,4,-1,5,6,54,-1,54,53,5,-1,6,7,55,-1,55,54,6,-1,7,8,56,-1,56,55,7,-1,8,9,57,-1,57,56,8,-1,9,10,58,-1,58,57,9,-1,10,11,59,-1,59,58,10,-1,11,12,60,-1,60,59,11,-1,12,13,61,-1,61,60,12,-1,13,14,62,-1,62,61,13,-1,14,15,63,-1,63,62,14,-1,15,16,64,-1,64,63,15,-1,16,17,65,-1,65,64,16,-1,17,18,66,-1,66,65,17,-1,18,19,67,-1,67,66,18,-1,19,20,68,-1,68,67,19,-1,20,21,69,-1,69,68,20,-1,21,22,70,-1,70,69,21,-1,22,23,71,-1,71,70,22,-1,23,24,72,-1,72,71,23,-1,24,25,73,-1,73,72,24,-1,25,26,74,-1,74,73,25,-1,26,27,75,-1,75,74,26,-1,27,28,76,-1,76,75,27,-1,28,29,77,-1,77,76,28,-1,29,30,78,-1,78,77,29,-1,30,31,79,-1,79,78,30,-1,31,32,80,-1,80,79,31,-1,32,33,81,-1,81,80,32,-1,33,34,82,-1,82,81,33,-1,34,35,83,-1,83,82,34,-1,35,36,84,-1,84,83,35,-1,36,37,85,-1,85,84,36,-1,37,38,86,-1,86,85,37,-1,38,39,87,-1,87,86,38,-1,39,40,88,-1,88,87,39,-1,40,41,89,-1,89,88,40,-1,41,42,90,-1,90,89,41,-1,42,43,91,-1,91,90,42,-1,43,44,92,-1,92,91,43,-1,44,45,93,-1,93,92,44,-1,45,46,94,-1,94,93,45,-1,46,47,95,-1,95,94,46,-1,47,0,48,-1,48,95,47,-1,48,49,97,-1,97,96,48,-1,49,50,98,-1,98,97,49,-1,50,51,99,-1,99,98,50,-1,51,52,100,-1,100,99,51,-1,52,53,101,-1,101,100,52,-1,53,54,102,-1,102,101,53,-1,54,55,103,-1,103,102,54,-1,55,56,104,-1,104,103,55,-1,56,57,105,-1,105,104,56,-1,57,58,106,-1,106,105,57,-1,58,59,107,-1,107,106,58,-1,59,60,108,-1,108,107,59,-1,60,61,109,-1,109,108,60,-1,61,62,110,-1,110,109,61,-1,62,63,111,-1,111,110,62,-1,63,64,112,-1,112,111,63,-1,64,65,113,-1,113,112,64,-1,65,66,114,-1,114,113,65,-1,66,67,115,-1,115,114,66,-1,67,68,116,-1,116,115,67,-1,68,69,117,-1,117,116,68,-1,69,70,118,-1,118,117,69,-1,70,71,119,-1,119,118,70,-1,71,72,120,-1,120,119,71,-1,72,73,121,-1,121,120,72,-1,73,74,122,-1,122,121,73,-1,74,75,123,-1,123,122,74,-1,75,76,124,-1,124,123,75,-1,76,77,125,-1,125,124,76,-1,77,78,126,-1,126,125,77,-1,78,79,127,-1,127,126,78,-1,79,80,128,-1,128,127,79,-1,80,81,129,-1,129,128,80,-1,81,82,130,-1,130,129,81,-1,82,83,131,-1,131,130,82,-1,83,84,132,-1,132,131,83,-1,84,85,133,-1,133,132,84,-1,85,86,134,-1,134,133,85,-1,86,87,135,-1,135,134,86,-1,87,88,136,-1,136,135,87,-1,88,89,137,-1,137,136,88,-1,89,90,138,-1,138,137,89,-1,90,91,139,-1,139,138,90,-1,91,92,140,-1,140,139,91,-1,92,93,141,-1,141,140,92,-1,93,94,142,-1,142,141,93,-1,94,95,143,-1,143,142,94,-1,95,48,96,-1,96,143,95,-1,96,97,145,-1,145,144,96,-1,97,98,146,-1,146,145,97,-1,98,99,147,-1,147,146,98,-1,99,100,148,-1,148,147,99,-1,100,101,149,-1,149,148,100,-1,101,102,150,-1,150,149,101,-1,102,103,151,-1,151,150,102,-1,103,104,152,-1,152,151,103,-1,104,105,153,-1,153,152,104,-1,105,106,154,-1,154,153,105,-1,106,107,155,-1,155,154,106,-1,107,108,156,-1,156,155,107,-1,108,109,157,-1,157,156,108,-1,109,110,158,-1,158,157,109,-1,110,111,159,-1,159,158,110,-1,111,112,160,-1,160,159,111,-1,112,113,161,-1,161,160,112,-1,113,114,162,-1,162,161,113,-1,114,115,163,-1,163,162,114,-1,115,116,164,-1,164,163,115,-1,116,117,165,-1,165,164,116,-1,117,118,166,-1,166,165,117,-1,118,119,167,-1,167,166,118,-1,119,120,168,-1,168,167,119,-1,120,121,169,-1,169,168,120,-1,121,122,170,-1,170,169,121,-1,122,123,171,-1,171,170,122,-1,123,124,172,-1,172,171,123,-1,124,125,173,-1,173,172,124,-1}; return value; } private int[] getbottomHandleBase_FACES_9_201_coordIndex_2() { int[] value = {125,126,174,-1,174,173,125,-1,126,127,175,-1,175,174,126,-1,127,128,176,-1,176,175,127,-1,128,129,177,-1,177,176,128,-1,129,130,178,-1,178,177,129,-1,130,131,179,-1,179,178,130,-1,131,132,180,-1,180,179,131,-1,132,133,181,-1,181,180,132,-1,133,134,182,-1,182,181,133,-1,134,135,183,-1,183,182,134,-1,135,136,184,-1,184,183,135,-1,136,137,185,-1,185,184,136,-1,137,138,186,-1,186,185,137,-1,138,139,187,-1,187,186,138,-1,139,140,188,-1,188,187,139,-1,140,141,189,-1,189,188,140,-1,141,142,190,-1,190,189,141,-1,142,143,191,-1,191,190,142,-1,143,96,144,-1,144,191,143,-1,144,145,193,-1,193,192,144,-1,145,146,194,-1,194,193,145,-1,146,147,195,-1,195,194,146,-1,147,148,196,-1,196,195,147,-1,148,149,197,-1,197,196,148,-1,149,150,198,-1,198,197,149,-1,150,151,199,-1,199,198,150,-1,151,152,200,-1,200,199,151,-1,152,153,201,-1,201,200,152,-1,153,154,202,-1,202,201,153,-1,154,155,203,-1,203,202,154,-1,155,156,204,-1,204,203,155,-1,156,157,205,-1,205,204,156,-1,157,158,206,-1,206,205,157,-1,158,159,207,-1,207,206,158,-1,159,160,208,-1,208,207,159,-1,160,161,209,-1,209,208,160,-1,161,162,210,-1,210,209,161,-1,162,163,211,-1,211,210,162,-1,163,164,212,-1,212,211,163,-1,164,165,213,-1,213,212,164,-1,165,166,214,-1,214,213,165,-1,166,167,215,-1,215,214,166,-1,167,168,216,-1,216,215,167,-1,168,169,217,-1,217,216,168,-1,169,170,218,-1,218,217,169,-1,170,171,219,-1,219,218,170,-1,171,172,220,-1,220,219,171,-1,172,173,221,-1,221,220,172,-1,173,174,222,-1,222,221,173,-1,174,175,223,-1,223,222,174,-1,175,176,224,-1,224,223,175,-1,176,177,225,-1,225,224,176,-1,177,178,226,-1,226,225,177,-1,178,179,227,-1,227,226,178,-1,179,180,228,-1,228,227,179,-1,180,181,229,-1,229,228,180,-1,181,182,230,-1,230,229,181,-1,182,183,231,-1,231,230,182,-1,183,184,232,-1,232,231,183,-1,184,185,233,-1,233,232,184,-1,185,186,234,-1,234,233,185,-1,186,187,235,-1,235,234,186,-1,187,188,236,-1,236,235,187,-1,188,189,237,-1,237,236,188,-1,189,190,238,-1,238,237,189,-1,190,191,239,-1,239,238,190,-1,191,144,192,-1,192,239,191,-1,192,193,241,-1,241,240,192,-1,193,194,242,-1,242,241,193,-1,194,195,243,-1,243,242,194,-1,195,196,244,-1,244,243,195,-1,196,197,245,-1,245,244,196,-1,197,198,246,-1,246,245,197,-1,198,199,247,-1,247,246,198,-1,199,200,248,-1,248,247,199,-1,200,201,249,-1,249,248,200,-1,201,202,250,-1,250,249,201,-1,202,203,251,-1,251,250,202,-1,203,204,252,-1,252,251,203,-1,204,205,253,-1,253,252,204,-1,205,206,254,-1,254,253,205,-1,206,207,255,-1,255,254,206,-1,207,208,256,-1,256,255,207,-1,208,209,257,-1,257,256,208,-1,209,210,258,-1,258,257,209,-1,210,211,259,-1,259,258,210,-1,211,212,260,-1,260,259,211,-1,212,213,261,-1,261,260,212,-1,213,214,262,-1,262,261,213,-1,214,215,263,-1,263,262,214,-1,215,216,264,-1,264,263,215,-1,216,217,265,-1,265,264,216,-1,217,218,266,-1,266,265,217,-1,218,219,267,-1,267,266,218,-1,219,220,268,-1,268,267,219,-1,220,221,269,-1,269,268,220,-1,221,222,270,-1,270,269,221,-1,222,223,271,-1,271,270,222,-1,223,224,272,-1,272,271,223,-1,224,225,273,-1,273,272,224,-1,225,226,274,-1,274,273,225,-1,226,227,275,-1,275,274,226,-1,227,228,276,-1,276,275,227,-1,228,229,277,-1,277,276,228,-1,229,230,278,-1,278,277,229,-1,230,231,279,-1,279,278,230,-1,231,232,280,-1,280,279,231,-1,232,233,281,-1,281,280,232,-1,233,234,282,-1,282,281,233,-1,234,235,283,-1,283,282,234,-1,235,236,284,-1,284,283,235,-1,236,237,285,-1,285,284,236,-1,237,238,286,-1,286,285,237,-1,238,239,287,-1,287,286,238,-1,239,192,240,-1,240,287,239,-1,240,241,289,-1,289,288,240,-1,241,242,290,-1,290,289,241,-1,242,243,291,-1,291,290,242,-1,243,244,292,-1,292,291,243,-1,244,245,293,-1,293,292,244,-1,245,246,294,-1,294,293,245,-1,246,247,295,-1,295,294,246,-1,247,248,296,-1,296,295,247,-1,248,249,297,-1,297,296,248,-1,249,250,298,-1,298,297,249,-1}; return value; } private int[] getbottomHandleBase_FACES_9_201_coordIndex_3() { int[] value = {250,251,299,-1,299,298,250,-1,251,252,300,-1,300,299,251,-1,252,253,301,-1,301,300,252,-1,253,254,302,-1,302,301,253,-1,254,255,303,-1,303,302,254,-1,255,256,304,-1,304,303,255,-1,256,257,305,-1,305,304,256,-1,257,258,306,-1,306,305,257,-1,258,259,307,-1,307,306,258,-1,259,260,308,-1,308,307,259,-1,260,261,309,-1,309,308,260,-1,261,262,310,-1,310,309,261,-1,262,263,311,-1,311,310,262,-1,263,264,312,-1,312,311,263,-1,264,265,313,-1,313,312,264,-1,265,266,314,-1,314,313,265,-1,266,267,315,-1,315,314,266,-1,267,268,316,-1,316,315,267,-1,268,269,317,-1,317,316,268,-1,269,270,318,-1,318,317,269,-1,270,271,319,-1,319,318,270,-1,271,272,320,-1,320,319,271,-1,272,273,321,-1,321,320,272,-1,273,274,322,-1,322,321,273,-1,274,275,323,-1,323,322,274,-1,275,276,324,-1,324,323,275,-1,276,277,325,-1,325,324,276,-1,277,278,326,-1,326,325,277,-1,278,279,327,-1,327,326,278,-1,279,280,328,-1,328,327,279,-1,280,281,329,-1,329,328,280,-1,281,282,330,-1,330,329,281,-1,282,283,331,-1,331,330,282,-1,283,284,332,-1,332,331,283,-1,284,285,333,-1,333,332,284,-1,285,286,334,-1,334,333,285,-1,286,287,335,-1,335,334,286,-1,287,240,288,-1,288,335,287,-1,11,13,12,-1,35,37,36,-1,41,43,42,-1,17,19,18,-1,11,14,13,-1,35,38,37,-1,40,43,41,-1,16,19,17,-1,11,15,14,-1,5,7,6,-1,47,1,0,-1,39,43,40,-1,35,39,38,-1,35,43,39,-1,34,43,35,-1,34,44,43,-1,33,44,34,-1,33,45,44,-1,32,45,33,-1,32,46,45,-1,31,46,32,-1,31,47,46,-1,30,47,31,-1,30,1,47,-1,29,1,30,-1,29,2,1,-1,28,2,29,-1,28,3,2,-1,27,3,28,-1,27,4,3,-1,26,4,27,-1,25,4,26,-1,25,5,4,-1,24,5,25,-1,24,7,5,-1,23,7,24,-1,23,8,7,-1,22,8,23,-1,22,9,8,-1,21,9,22,-1,21,10,9,-1,20,10,21,-1,20,11,10,-1,19,11,20,-1,19,15,11,-1,16,15,19,-1,299,300,301,-1,323,324,325,-1,329,330,331,-1,305,306,307,-1,299,301,302,-1,323,325,326,-1,328,329,331,-1,304,305,307,-1,299,302,303,-1,293,294,295,-1,335,288,289,-1,327,328,331,-1,323,326,327,-1,323,327,331,-1,322,323,331,-1,322,331,332,-1,321,322,332,-1,321,332,333,-1,320,321,333,-1,320,333,334,-1,319,320,334,-1,319,334,335,-1,318,319,335,-1,318,335,289,-1,317,318,289,-1,317,289,290,-1,316,317,290,-1,316,290,291,-1,315,316,291,-1,315,291,292,-1,314,315,292,-1,313,314,292,-1,313,292,293,-1,312,313,293,-1,312,293,295,-1,311,312,295,-1,311,295,296,-1,310,311,296,-1,310,296,297,-1,309,310,297,-1,309,297,298,-1,308,309,298,-1,308,298,299,-1,307,308,299,-1,307,299,303,-1,304,307,303,-1}; return value; } /** Define subarrays using type float[] */ private float[] getbottomHandleBase_COORD_10_201_point_1() { float[] value = {-0.04943f,-4.849E-5f,-0.002732f,-0.03275f,-4.941E-5f,-0.002732f,-0.01606f,-5.033E-5f,-0.002732f,6.277E-4f,-5.126E-5f,-0.002732f,0.01731f,-5.219E-5f,-0.002732f,0.034f,-5.311E-5f,-0.002732f,0.05069f,-5.403E-5f,-0.002732f,0.05439f,-0.008671f,-0.002732f,0.05808f,-0.01729f,-0.002732f,0.06178f,-0.02591f,-0.002732f,0.06548f,-0.03452f,-0.002732f,0.06918f,-0.04314f,-0.002732f,0.07287f,-0.05176f,-0.002732f,0.07078f,-0.05246f,-0.002732f,0.06869f,-0.05317f,-0.002732f,0.06659f,-0.05387f,-0.002732f,0.0645f,-0.05458f,-0.002732f,0.06241f,-0.05528f,-0.002732f,0.06031f,-0.05598f,-0.002732f,0.05707f,-0.04862f,-0.002732f,0.05383f,-0.04126f,-0.002732f,0.05059f,-0.0339f,-0.002732f,0.04735f,-0.02653f,-0.002732f,0.04411f,-0.01917f,-0.002732f,0.04087f,-0.01181f,-0.002732f,0.02751f,-0.01185f,-0.002732f,0.01416f,-0.01189f,-0.002732f,7.964E-4f,-0.01193f,-0.002732f,-0.01256f,-0.01197f,-0.002732f,-0.02592f,-0.01201f,-0.002732f,-0.03928f,-0.01205f,-0.002732f,-0.04242f,-0.01939f,-0.002732f,-0.04556f,-0.02673f,-0.002732f,-0.0487f,-0.03408f,-0.002732f,-0.05184f,-0.04142f,-0.002732f,-0.05499f,-0.04876f,-0.002732f,-0.05813f,-0.05611f,-0.002732f,-0.06031f,-0.05511f,-0.002732f,-0.06249f,-0.05411f,-0.002732f,-0.06468f,-0.05311f,-0.002732f,-0.06686f,-0.05211f,-0.002732f,-0.06904f,-0.05111f,-0.002732f,-0.07123f,-0.05011f,-0.002732f,-0.06759f,-0.04177f,-0.002732f,-0.06396f,-0.03343f,-0.002732f,-0.06033f,-0.02508f,-0.002732f,-0.0567f,-0.01674f,-0.002732f,-0.05307f,-0.008393f,-0.002732f,-0.04943f,-4.849E-5f,-0.003542f,-0.03275f,-4.941E-5f,-0.003542f,-0.01606f,-5.033E-5f,-0.003542f,6.277E-4f,-5.126E-5f,-0.003542f,0.01731f,-5.219E-5f,-0.003542f,0.034f,-5.311E-5f,-0.003542f,0.05069f,-5.403E-5f,-0.003542f,0.05439f,-0.008671f,-0.003542f,0.05808f,-0.01729f,-0.003542f,0.06178f,-0.02591f,-0.003542f,0.06548f,-0.03452f,-0.003542f,0.06918f,-0.04314f,-0.003542f,0.07287f,-0.05176f,-0.003542f,0.07078f,-0.05246f,-0.003542f,0.06869f,-0.05317f,-0.003542f,0.06659f,-0.05387f,-0.003542f,0.0645f,-0.05458f,-0.003542f,0.06241f,-0.05528f,-0.003542f,0.06031f,-0.05598f,-0.003542f,0.05707f,-0.04862f,-0.003542f,0.05383f,-0.04126f,-0.003542f,0.05059f,-0.0339f,-0.003542f,0.04735f,-0.02653f,-0.003542f,0.04411f,-0.01917f,-0.003542f,0.04087f,-0.01181f,-0.003542f,0.02751f,-0.01185f,-0.003542f,0.01416f,-0.01189f,-0.003542f,7.964E-4f,-0.01193f,-0.003542f,-0.01256f,-0.01197f,-0.003542f,-0.02592f,-0.01201f,-0.003542f,-0.03928f,-0.01205f,-0.003542f,-0.04242f,-0.01939f,-0.003542f,-0.04556f,-0.02673f,-0.003542f,-0.0487f,-0.03408f,-0.003542f,-0.05184f,-0.04142f,-0.003542f,-0.05499f,-0.04876f,-0.003542f,-0.05813f,-0.05611f,-0.003542f,-0.06031f,-0.05511f,-0.003542f,-0.06249f,-0.05411f,-0.003542f,-0.06468f,-0.05311f,-0.003542f,-0.06686f,-0.05211f,-0.003542f,-0.06904f,-0.05111f,-0.003542f,-0.07123f,-0.05011f,-0.003542f,-0.06759f,-0.04177f,-0.003542f,-0.06396f,-0.03343f,-0.003542f,-0.06033f,-0.02508f,-0.003542f,-0.0567f,-0.01674f,-0.003542f,-0.05307f,-0.008393f,-0.003542f,-0.04943f,-4.849E-5f,-0.004352f,-0.03275f,-4.941E-5f,-0.004352f,-0.01606f,-5.033E-5f,-0.004352f,6.277E-4f,-5.126E-5f,-0.004352f}; return value; } private float[] getbottomHandleBase_COORD_10_201_point_2() { float[] value = {0.01731f,-5.219E-5f,-0.004352f,0.034f,-5.311E-5f,-0.004352f,0.05069f,-5.403E-5f,-0.004352f,0.05439f,-0.008671f,-0.004352f,0.05808f,-0.01729f,-0.004352f,0.06178f,-0.02591f,-0.004352f,0.06548f,-0.03452f,-0.004352f,0.06918f,-0.04314f,-0.004352f,0.07287f,-0.05176f,-0.004352f,0.07078f,-0.05246f,-0.004352f,0.06869f,-0.05317f,-0.004352f,0.06659f,-0.05387f,-0.004352f,0.0645f,-0.05458f,-0.004352f,0.06241f,-0.05528f,-0.004352f,0.06031f,-0.05598f,-0.004352f,0.05707f,-0.04862f,-0.004352f,0.05383f,-0.04126f,-0.004352f,0.05059f,-0.0339f,-0.004352f,0.04735f,-0.02653f,-0.004352f,0.04411f,-0.01917f,-0.004352f,0.04087f,-0.01181f,-0.004352f,0.02751f,-0.01185f,-0.004352f,0.01416f,-0.01189f,-0.004352f,7.964E-4f,-0.01193f,-0.004352f,-0.01256f,-0.01197f,-0.004352f,-0.02592f,-0.01201f,-0.004352f,-0.03928f,-0.01205f,-0.004352f,-0.04242f,-0.01939f,-0.004352f,-0.04556f,-0.02673f,-0.004352f,-0.0487f,-0.03408f,-0.004352f,-0.05184f,-0.04142f,-0.004352f,-0.05499f,-0.04876f,-0.004352f,-0.05813f,-0.05611f,-0.004352f,-0.06031f,-0.05511f,-0.004352f,-0.06249f,-0.05411f,-0.004352f,-0.06468f,-0.05311f,-0.004352f,-0.06686f,-0.05211f,-0.004352f,-0.06904f,-0.05111f,-0.004352f,-0.07123f,-0.05011f,-0.004352f,-0.06759f,-0.04177f,-0.004352f,-0.06396f,-0.03343f,-0.004352f,-0.06033f,-0.02508f,-0.004352f,-0.0567f,-0.01674f,-0.004352f,-0.05307f,-0.008393f,-0.004352f,-0.04943f,-4.849E-5f,-0.005162f,-0.03275f,-4.941E-5f,-0.005162f,-0.01606f,-5.033E-5f,-0.005162f,6.277E-4f,-5.126E-5f,-0.005162f,0.01731f,-5.219E-5f,-0.005162f,0.034f,-5.311E-5f,-0.005162f,0.05069f,-5.403E-5f,-0.005162f,0.05439f,-0.008671f,-0.005162f,0.05808f,-0.01729f,-0.005162f,0.06178f,-0.02591f,-0.005162f,0.06548f,-0.03452f,-0.005162f,0.06918f,-0.04314f,-0.005162f,0.07287f,-0.05176f,-0.005162f,0.07078f,-0.05246f,-0.005162f,0.06869f,-0.05317f,-0.005162f,0.06659f,-0.05387f,-0.005162f,0.0645f,-0.05458f,-0.005162f,0.06241f,-0.05528f,-0.005162f,0.06031f,-0.05598f,-0.005162f,0.05707f,-0.04862f,-0.005162f,0.05383f,-0.04126f,-0.005162f,0.05059f,-0.0339f,-0.005162f,0.04735f,-0.02653f,-0.005162f,0.04411f,-0.01917f,-0.005162f,0.04087f,-0.01181f,-0.005162f,0.02751f,-0.01185f,-0.005162f,0.01416f,-0.01189f,-0.005162f,7.964E-4f,-0.01193f,-0.005162f,-0.01256f,-0.01197f,-0.005162f,-0.02592f,-0.01201f,-0.005162f,-0.03928f,-0.01205f,-0.005162f,-0.04242f,-0.01939f,-0.005162f,-0.04556f,-0.02673f,-0.005162f,-0.0487f,-0.03408f,-0.005162f,-0.05184f,-0.04142f,-0.005162f,-0.05499f,-0.04876f,-0.005162f,-0.05813f,-0.05611f,-0.005162f,-0.06031f,-0.05511f,-0.005162f,-0.06249f,-0.05411f,-0.005162f,-0.06468f,-0.05311f,-0.005162f,-0.06686f,-0.05211f,-0.005162f,-0.06904f,-0.05111f,-0.005162f,-0.07123f,-0.05011f,-0.005162f,-0.06759f,-0.04177f,-0.005162f,-0.06396f,-0.03343f,-0.005162f,-0.06033f,-0.02508f,-0.005162f,-0.0567f,-0.01674f,-0.005162f,-0.05307f,-0.008393f,-0.005162f,-0.04943f,-4.849E-5f,-0.005972f,-0.03275f,-4.941E-5f,-0.005972f,-0.01606f,-5.033E-5f,-0.005972f,6.277E-4f,-5.126E-5f,-0.005972f,0.01731f,-5.219E-5f,-0.005972f,0.034f,-5.311E-5f,-0.005972f,0.05069f,-5.403E-5f,-0.005972f,0.05439f,-0.008671f,-0.005972f}; return value; } private float[] getbottomHandleBase_COORD_10_201_point_3() { float[] value = {0.05808f,-0.01729f,-0.005972f,0.06178f,-0.02591f,-0.005972f,0.06548f,-0.03452f,-0.005972f,0.06918f,-0.04314f,-0.005972f,0.07287f,-0.05176f,-0.005972f,0.07078f,-0.05246f,-0.005972f,0.06869f,-0.05317f,-0.005972f,0.06659f,-0.05387f,-0.005972f,0.0645f,-0.05458f,-0.005972f,0.06241f,-0.05528f,-0.005972f,0.06031f,-0.05598f,-0.005972f,0.05707f,-0.04862f,-0.005972f,0.05383f,-0.04126f,-0.005972f,0.05059f,-0.0339f,-0.005972f,0.04735f,-0.02653f,-0.005972f,0.04411f,-0.01917f,-0.005972f,0.04087f,-0.01181f,-0.005972f,0.02751f,-0.01185f,-0.005972f,0.01416f,-0.01189f,-0.005972f,7.964E-4f,-0.01193f,-0.005972f,-0.01256f,-0.01197f,-0.005972f,-0.02592f,-0.01201f,-0.005972f,-0.03928f,-0.01205f,-0.005972f,-0.04242f,-0.01939f,-0.005972f,-0.04556f,-0.02673f,-0.005972f,-0.0487f,-0.03408f,-0.005972f,-0.05184f,-0.04142f,-0.005972f,-0.05499f,-0.04876f,-0.005972f,-0.05813f,-0.05611f,-0.005972f,-0.06031f,-0.05511f,-0.005972f,-0.06249f,-0.05411f,-0.005972f,-0.06468f,-0.05311f,-0.005972f,-0.06686f,-0.05211f,-0.005972f,-0.06904f,-0.05111f,-0.005972f,-0.07123f,-0.05011f,-0.005972f,-0.06759f,-0.04177f,-0.005972f,-0.06396f,-0.03343f,-0.005972f,-0.06033f,-0.02508f,-0.005972f,-0.0567f,-0.01674f,-0.005972f,-0.05307f,-0.008393f,-0.005972f,-0.04943f,-4.849E-5f,-0.006783f,-0.03275f,-4.941E-5f,-0.006783f,-0.01606f,-5.033E-5f,-0.006783f,6.277E-4f,-5.126E-5f,-0.006783f,0.01731f,-5.219E-5f,-0.006783f,0.034f,-5.311E-5f,-0.006783f,0.05069f,-5.403E-5f,-0.006783f,0.05439f,-0.008671f,-0.006783f,0.05808f,-0.01729f,-0.006783f,0.06178f,-0.02591f,-0.006783f,0.06548f,-0.03452f,-0.006783f,0.06918f,-0.04314f,-0.006783f,0.07287f,-0.05176f,-0.006783f,0.07078f,-0.05246f,-0.006783f,0.06869f,-0.05317f,-0.006783f,0.06659f,-0.05387f,-0.006783f,0.0645f,-0.05458f,-0.006783f,0.06241f,-0.05528f,-0.006783f,0.06031f,-0.05598f,-0.006783f,0.05707f,-0.04862f,-0.006783f,0.05383f,-0.04126f,-0.006783f,0.05059f,-0.0339f,-0.006783f,0.04735f,-0.02653f,-0.006783f,0.04411f,-0.01917f,-0.006783f,0.04087f,-0.01181f,-0.006783f,0.02751f,-0.01185f,-0.006783f,0.01416f,-0.01189f,-0.006783f,7.964E-4f,-0.01193f,-0.006783f,-0.01256f,-0.01197f,-0.006783f,-0.02592f,-0.01201f,-0.006783f,-0.03928f,-0.01205f,-0.006783f,-0.04242f,-0.01939f,-0.006783f,-0.04556f,-0.02673f,-0.006783f,-0.0487f,-0.03408f,-0.006783f,-0.05184f,-0.04142f,-0.006783f,-0.05499f,-0.04876f,-0.006783f,-0.05813f,-0.05611f,-0.006783f,-0.06031f,-0.05511f,-0.006783f,-0.06249f,-0.05411f,-0.006783f,-0.06468f,-0.05311f,-0.006783f,-0.06686f,-0.05211f,-0.006783f,-0.06904f,-0.05111f,-0.006783f,-0.07123f,-0.05011f,-0.006783f,-0.06759f,-0.04177f,-0.006783f,-0.06396f,-0.03343f,-0.006783f,-0.06033f,-0.02508f,-0.006783f,-0.0567f,-0.01674f,-0.006783f,-0.05307f,-0.008393f,-0.006783f,-0.04943f,-4.849E-5f,-0.007593f,-0.03275f,-4.941E-5f,-0.007593f,-0.01606f,-5.033E-5f,-0.007593f,6.277E-4f,-5.126E-5f,-0.007593f,0.01731f,-5.219E-5f,-0.007593f,0.034f,-5.311E-5f,-0.007593f,0.05069f,-5.403E-5f,-0.007593f,0.05439f,-0.008671f,-0.007593f,0.05808f,-0.01729f,-0.007593f,0.06178f,-0.02591f,-0.007593f,0.06548f,-0.03452f,-0.007593f,0.06918f,-0.04314f,-0.007593f}; return value; } private float[] getbottomHandleBase_COORD_10_201_point_4() { float[] value = {0.07287f,-0.05176f,-0.007593f,0.07078f,-0.05246f,-0.007593f,0.06869f,-0.05317f,-0.007593f,0.06659f,-0.05387f,-0.007593f,0.0645f,-0.05458f,-0.007593f,0.06241f,-0.05528f,-0.007593f,0.06031f,-0.05598f,-0.007593f,0.05707f,-0.04862f,-0.007593f,0.05383f,-0.04126f,-0.007593f,0.05059f,-0.0339f,-0.007593f,0.04735f,-0.02653f,-0.007593f,0.04411f,-0.01917f,-0.007593f,0.04087f,-0.01181f,-0.007593f,0.02751f,-0.01185f,-0.007593f,0.01416f,-0.01189f,-0.007593f,7.964E-4f,-0.01193f,-0.007593f,-0.01256f,-0.01197f,-0.007593f,-0.02592f,-0.01201f,-0.007593f,-0.03928f,-0.01205f,-0.007593f,-0.04242f,-0.01939f,-0.007593f,-0.04556f,-0.02673f,-0.007593f,-0.0487f,-0.03408f,-0.007593f,-0.05184f,-0.04142f,-0.007593f,-0.05499f,-0.04876f,-0.007593f,-0.05813f,-0.05611f,-0.007593f,-0.06031f,-0.05511f,-0.007593f,-0.06249f,-0.05411f,-0.007593f,-0.06468f,-0.05311f,-0.007593f,-0.06686f,-0.05211f,-0.007593f,-0.06904f,-0.05111f,-0.007593f,-0.07123f,-0.05011f,-0.007593f,-0.06759f,-0.04177f,-0.007593f,-0.06396f,-0.03343f,-0.007593f,-0.06033f,-0.02508f,-0.007593f,-0.0567f,-0.01674f,-0.007593f,-0.05307f,-0.008393f,-0.007593f,0.0f,0.0f,0.0f}; return value; } /** Define subarrays using type int[] */ private int[] gethandleRight_FACES_9_207_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,5,-1,0,5,6,-1,0,6,7,-1,0,7,8,-1,0,8,9,-1,0,9,10,-1,0,10,11,-1,0,11,12,-1,0,12,1,-1,1,13,14,-1,1,14,2,-1,2,14,15,-1,2,15,3,-1,3,15,16,-1,3,16,4,-1,4,16,17,-1,4,17,5,-1,5,17,18,-1,5,18,6,-1,6,18,19,-1,6,19,7,-1,7,19,20,-1,7,20,8,-1,8,20,21,-1,8,21,9,-1,9,21,22,-1,9,22,10,-1,10,22,23,-1,10,23,11,-1,11,23,24,-1,11,24,12,-1,12,24,13,-1,12,13,1,-1,13,25,26,-1,13,26,14,-1,14,26,27,-1,14,27,15,-1,15,27,28,-1,15,28,16,-1,16,28,29,-1,16,29,17,-1,17,29,30,-1,17,30,18,-1,18,30,31,-1,18,31,19,-1,19,31,32,-1,19,32,20,-1,20,32,33,-1,20,33,21,-1,21,33,34,-1,21,34,22,-1,22,34,35,-1,22,35,23,-1,23,35,36,-1,23,36,24,-1,24,36,25,-1,24,25,13,-1,25,37,38,-1,25,38,26,-1,26,38,39,-1,26,39,27,-1,27,39,40,-1,27,40,28,-1,28,40,41,-1,28,41,29,-1,29,41,42,-1,29,42,30,-1,30,42,43,-1,30,43,31,-1,31,43,44,-1,31,44,32,-1,32,44,45,-1,32,45,33,-1,33,45,46,-1,33,46,34,-1,34,46,47,-1,34,47,35,-1,35,47,48,-1,35,48,36,-1,36,48,37,-1,36,37,25,-1,37,49,50,-1,37,50,38,-1,38,50,51,-1,38,51,39,-1,39,51,52,-1,39,52,40,-1,40,52,53,-1,40,53,41,-1,41,53,54,-1,41,54,42,-1,42,54,55,-1,42,55,43,-1,43,55,56,-1,43,56,44,-1,44,56,57,-1,44,57,45,-1,45,57,58,-1,45,58,46,-1,46,58,59,-1,46,59,47,-1,47,59,60,-1,47,60,48,-1,48,60,49,-1,48,49,37,-1,49,61,62,-1,49,62,50,-1,50,62,63,-1,50,63,51,-1,51,63,64,-1,51,64,52,-1,52,64,65,-1,52,65,53,-1,53,65,66,-1,53,66,54,-1,54,66,67,-1,54,67,55,-1,55,67,68,-1,55,68,56,-1,56,68,69,-1,56,69,57,-1,57,69,70,-1,57,70,58,-1,58,70,71,-1,58,71,59,-1,59,71,72,-1,59,72,60,-1,60,72,61,-1,60,61,49,-1,61,73,74,-1,61,74,62,-1,62,74,75,-1,62,75,63,-1,63,75,76,-1,63,76,64,-1,64,76,77,-1,64,77,65,-1,65,77,78,-1,65,78,66,-1,66,78,79,-1,66,79,67,-1,67,79,80,-1,67,80,68,-1,68,80,81,-1,68,81,69,-1,69,81,82,-1,69,82,70,-1,70,82,83,-1,70,83,71,-1,71,83,84,-1,71,84,72,-1,72,84,73,-1,72,73,61,-1,73,85,86,-1,73,86,74,-1,74,86,87,-1,74,87,75,-1,75,87,88,-1,75,88,76,-1,76,88,89,-1,76,89,77,-1,77,89,90,-1,77,90,78,-1,78,90,91,-1,78,91,79,-1,79,91,92,-1,79,92,80,-1,80,92,93,-1,80,93,81,-1,81,93,94,-1,81,94,82,-1,82,94,95,-1,82,95,83,-1,83,95,96,-1,83,96,84,-1,84,96,85,-1,84,85,73,-1,85,97,98,-1,85,98,86,-1,86,98,99,-1,86,99,87,-1,87,99,100,-1,87,100,88,-1,88,100,101,-1,88,101,89,-1,89,101,102,-1,89,102,90,-1,90,102,103,-1,90,103,91,-1,91,103,104,-1,91,104,92,-1,92,104,105,-1,92,105,93,-1,93,105,106,-1,93,106,94,-1,94,106,107,-1,94,107,95,-1,95,107,108,-1,95,108,96,-1,96,108,97,-1,96,97,85,-1,97,109,110,-1,97,110,98,-1,98,110,111,-1,98,111,99,-1,99,111,112,-1,99,112,100,-1,100,112,113,-1,100,113,101,-1,101,113,114,-1,101,114,102,-1,102,114,115,-1,102,115,103,-1,103,115,116,-1,103,116,104,-1,104,116,117,-1,104,117,105,-1,105,117,118,-1,105,118,106,-1,106,118,119,-1,106,119,107,-1,107,119,120,-1,107,120,108,-1,108,120,109,-1,108,109,97,-1,109,121,122,-1,109,122,110,-1,110,122,123,-1,110,123,111,-1,111,123,124,-1,111,124,112,-1,112,124,125,-1,112,125,113,-1,113,125,126,-1,113,126,114,-1,114,126,127,-1,114,127,115,-1,115,127,128,-1,115,128,116,-1,116,128,129,-1,116,129,117,-1,117,129,130,-1,117,130,118,-1,118,130,131,-1,118,131,119,-1,119,131,132,-1,119,132,120,-1}; return value; } private int[] gethandleRight_FACES_9_207_coordIndex_2() { int[] value = {120,132,121,-1,120,121,109,-1,121,133,134,-1,121,134,122,-1,122,134,135,-1,122,135,123,-1,123,135,136,-1,123,136,124,-1,124,136,137,-1,124,137,125,-1,125,137,138,-1,125,138,126,-1,126,138,139,-1,126,139,127,-1,127,139,140,-1,127,140,128,-1,128,140,141,-1,128,141,129,-1,129,141,142,-1,129,142,130,-1,130,142,143,-1,130,143,131,-1,131,143,144,-1,131,144,132,-1,132,144,133,-1,132,133,121,-1,133,145,134,-1,134,145,135,-1,135,145,136,-1,136,145,137,-1,137,145,138,-1,138,145,139,-1,139,145,140,-1,140,145,141,-1,141,145,142,-1,142,145,143,-1,143,145,144,-1,144,145,133,-1}; return value; } /** Define subarrays using type float[] */ private float[] gethandleRight_COORD_10_207_point_1() { float[] value = {0.0f,0.145f,0.0f,0.003882f,0.1445f,0.0f,0.003362f,0.1445f,-0.001941f,0.001941f,0.1445f,-0.003362f,0.0f,0.1445f,-0.003882f,-0.001941f,0.1445f,-0.003362f,-0.003362f,0.1445f,-0.001941f,-0.003882f,0.1445f,0.0f,-0.003362f,0.1445f,0.001941f,-0.001941f,0.1445f,0.003362f,0.0f,0.1445f,0.003882f,0.001941f,0.1445f,0.003362f,0.003362f,0.1445f,0.001941f,0.0075f,0.143f,0.0f,0.006495f,0.143f,-0.00375f,0.00375f,0.143f,-0.006495f,0.0f,0.143f,-0.0075f,-0.00375f,0.143f,-0.006495f,-0.006495f,0.143f,-0.00375f,-0.0075f,0.143f,0.0f,-0.006495f,0.143f,0.00375f,-0.00375f,0.143f,0.006495f,0.0f,0.143f,0.0075f,0.00375f,0.143f,0.006495f,0.006495f,0.143f,0.00375f,0.01061f,0.1406f,0.0f,0.009186f,0.1406f,-0.005303f,0.005303f,0.1406f,-0.009186f,0.0f,0.1406f,-0.01061f,-0.005303f,0.1406f,-0.009186f,-0.009186f,0.1406f,-0.005303f,-0.01061f,0.1406f,0.0f,-0.009186f,0.1406f,0.005303f,-0.005303f,0.1406f,0.009186f,0.0f,0.1406f,0.01061f,0.005303f,0.1406f,0.009186f,0.009186f,0.1406f,0.005303f,0.01299f,0.1375f,0.0f,0.01125f,0.1375f,-0.006495f,0.006495f,0.1375f,-0.01125f,0.0f,0.1375f,-0.01299f,-0.006495f,0.1375f,-0.01125f,-0.01125f,0.1375f,-0.006495f,-0.01299f,0.1375f,0.0f,-0.01125f,0.1375f,0.006495f,-0.006495f,0.1375f,0.01125f,0.0f,0.1375f,0.01299f,0.006495f,0.1375f,0.01125f,0.01125f,0.1375f,0.006495f,0.01449f,0.1339f,0.0f,0.01255f,0.1339f,-0.007244f,0.007244f,0.1339f,-0.01255f,0.0f,0.1339f,-0.01449f,-0.007244f,0.1339f,-0.01255f,-0.01255f,0.1339f,-0.007244f,-0.01449f,0.1339f,0.0f,-0.01255f,0.1339f,0.007244f,-0.007244f,0.1339f,0.01255f,0.0f,0.1339f,0.01449f,0.007245f,0.1339f,0.01255f,0.01255f,0.1339f,0.007244f,0.015f,0.13f,0.0f,0.01299f,0.13f,-0.0075f,0.0075f,0.13f,-0.01299f,0.0f,0.13f,-0.015f,-0.0075f,0.13f,-0.01299f,-0.01299f,0.13f,-0.0075f,-0.015f,0.13f,0.0f,-0.01299f,0.13f,0.0075f,-0.0075f,0.13f,0.01299f,0.0f,0.13f,0.015f,0.0075f,0.13f,0.01299f,0.01299f,0.13f,0.0075f,0.015f,0.015f,0.0f,0.01299f,0.015f,-0.0075f,0.0075f,0.015f,-0.01299f,0.0f,0.015f,-0.015f,-0.0075f,0.015f,-0.01299f,-0.01299f,0.015f,-0.0075f,-0.015f,0.015f,0.0f,-0.01299f,0.015f,0.0075f,-0.0075f,0.015f,0.01299f,0.0f,0.015f,0.015f,0.0075f,0.015f,0.01299f,0.01299f,0.015f,0.0075f,0.01449f,0.01112f,0.0f,0.01255f,0.01112f,-0.007244f,0.007244f,0.01112f,-0.01255f,0.0f,0.01112f,-0.01449f,-0.007244f,0.01112f,-0.01255f,-0.01255f,0.01112f,-0.007244f,-0.01449f,0.01112f,0.0f,-0.01255f,0.01112f,0.007244f,-0.007244f,0.01112f,0.01255f,0.0f,0.01112f,0.01449f,0.007245f,0.01112f,0.01255f,0.01255f,0.01112f,0.007244f,0.01299f,0.0075f,0.0f,0.01125f,0.0075f,-0.006495f,0.006495f,0.0075f,-0.01125f}; return value; } private float[] gethandleRight_COORD_10_207_point_2() { float[] value = {0.0f,0.0075f,-0.01299f,-0.006495f,0.0075f,-0.01125f,-0.01125f,0.0075f,-0.006495f,-0.01299f,0.0075f,0.0f,-0.01125f,0.0075f,0.006495f,-0.006495f,0.0075f,0.01125f,0.0f,0.0075f,0.01299f,0.006495f,0.0075f,0.01125f,0.01125f,0.0075f,0.006495f,0.01061f,0.004393f,0.0f,0.009186f,0.004393f,-0.005303f,0.005303f,0.004393f,-0.009186f,0.0f,0.004393f,-0.01061f,-0.005303f,0.004393f,-0.009186f,-0.009186f,0.004393f,-0.005303f,-0.01061f,0.004393f,0.0f,-0.009186f,0.004393f,0.005303f,-0.005303f,0.004393f,0.009186f,0.0f,0.004393f,0.01061f,0.005303f,0.004393f,0.009186f,0.009186f,0.004393f,0.005303f,0.0075f,0.00201f,0.0f,0.006495f,0.00201f,-0.00375f,0.00375f,0.00201f,-0.006495f,0.0f,0.00201f,-0.0075f,-0.00375f,0.00201f,-0.006495f,-0.006495f,0.00201f,-0.00375f,-0.0075f,0.00201f,0.0f,-0.006495f,0.00201f,0.00375f,-0.00375f,0.00201f,0.006495f,0.0f,0.00201f,0.0075f,0.00375f,0.00201f,0.006495f,0.006495f,0.00201f,0.00375f,0.003882f,5.111E-4f,0.0f,0.003362f,5.111E-4f,-0.001941f,0.001941f,5.111E-4f,-0.003362f,0.0f,5.111E-4f,-0.003882f,-0.001941f,5.111E-4f,-0.003362f,-0.003362f,5.111E-4f,-0.001941f,-0.003882f,5.111E-4f,0.0f,-0.003362f,5.111E-4f,0.001941f,-0.001941f,5.111E-4f,0.003362f,0.0f,5.111E-4f,0.003882f,0.001941f,5.111E-4f,0.003362f,0.003362f,5.111E-4f,0.001941f,0.0f,0.0f,0.0f}; return value; } /** Define subarrays using type int[] */ private int[] gethandleLeft_FACES_9_213_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,5,-1,0,5,6,-1,0,6,7,-1,0,7,8,-1,0,8,9,-1,0,9,10,-1,0,10,11,-1,0,11,12,-1,0,12,1,-1,1,13,14,-1,1,14,2,-1,2,14,15,-1,2,15,3,-1,3,15,16,-1,3,16,4,-1,4,16,17,-1,4,17,5,-1,5,17,18,-1,5,18,6,-1,6,18,19,-1,6,19,7,-1,7,19,20,-1,7,20,8,-1,8,20,21,-1,8,21,9,-1,9,21,22,-1,9,22,10,-1,10,22,23,-1,10,23,11,-1,11,23,24,-1,11,24,12,-1,12,24,13,-1,12,13,1,-1,13,25,26,-1,13,26,14,-1,14,26,27,-1,14,27,15,-1,15,27,28,-1,15,28,16,-1,16,28,29,-1,16,29,17,-1,17,29,30,-1,17,30,18,-1,18,30,31,-1,18,31,19,-1,19,31,32,-1,19,32,20,-1,20,32,33,-1,20,33,21,-1,21,33,34,-1,21,34,22,-1,22,34,35,-1,22,35,23,-1,23,35,36,-1,23,36,24,-1,24,36,25,-1,24,25,13,-1,25,37,38,-1,25,38,26,-1,26,38,39,-1,26,39,27,-1,27,39,40,-1,27,40,28,-1,28,40,41,-1,28,41,29,-1,29,41,42,-1,29,42,30,-1,30,42,43,-1,30,43,31,-1,31,43,44,-1,31,44,32,-1,32,44,45,-1,32,45,33,-1,33,45,46,-1,33,46,34,-1,34,46,47,-1,34,47,35,-1,35,47,48,-1,35,48,36,-1,36,48,37,-1,36,37,25,-1,37,49,50,-1,37,50,38,-1,38,50,51,-1,38,51,39,-1,39,51,52,-1,39,52,40,-1,40,52,53,-1,40,53,41,-1,41,53,54,-1,41,54,42,-1,42,54,55,-1,42,55,43,-1,43,55,56,-1,43,56,44,-1,44,56,57,-1,44,57,45,-1,45,57,58,-1,45,58,46,-1,46,58,59,-1,46,59,47,-1,47,59,60,-1,47,60,48,-1,48,60,49,-1,48,49,37,-1,49,61,62,-1,49,62,50,-1,50,62,63,-1,50,63,51,-1,51,63,64,-1,51,64,52,-1,52,64,65,-1,52,65,53,-1,53,65,66,-1,53,66,54,-1,54,66,67,-1,54,67,55,-1,55,67,68,-1,55,68,56,-1,56,68,69,-1,56,69,57,-1,57,69,70,-1,57,70,58,-1,58,70,71,-1,58,71,59,-1,59,71,72,-1,59,72,60,-1,60,72,61,-1,60,61,49,-1,61,73,74,-1,61,74,62,-1,62,74,75,-1,62,75,63,-1,63,75,76,-1,63,76,64,-1,64,76,77,-1,64,77,65,-1,65,77,78,-1,65,78,66,-1,66,78,79,-1,66,79,67,-1,67,79,80,-1,67,80,68,-1,68,80,81,-1,68,81,69,-1,69,81,82,-1,69,82,70,-1,70,82,83,-1,70,83,71,-1,71,83,84,-1,71,84,72,-1,72,84,73,-1,72,73,61,-1,73,85,86,-1,73,86,74,-1,74,86,87,-1,74,87,75,-1,75,87,88,-1,75,88,76,-1,76,88,89,-1,76,89,77,-1,77,89,90,-1,77,90,78,-1,78,90,91,-1,78,91,79,-1,79,91,92,-1,79,92,80,-1,80,92,93,-1,80,93,81,-1,81,93,94,-1,81,94,82,-1,82,94,95,-1,82,95,83,-1,83,95,96,-1,83,96,84,-1,84,96,85,-1,84,85,73,-1,85,97,98,-1,85,98,86,-1,86,98,99,-1,86,99,87,-1,87,99,100,-1,87,100,88,-1,88,100,101,-1,88,101,89,-1,89,101,102,-1,89,102,90,-1,90,102,103,-1,90,103,91,-1,91,103,104,-1,91,104,92,-1,92,104,105,-1,92,105,93,-1,93,105,106,-1,93,106,94,-1,94,106,107,-1,94,107,95,-1,95,107,108,-1,95,108,96,-1,96,108,97,-1,96,97,85,-1,97,109,110,-1,97,110,98,-1,98,110,111,-1,98,111,99,-1,99,111,112,-1,99,112,100,-1,100,112,113,-1,100,113,101,-1,101,113,114,-1,101,114,102,-1,102,114,115,-1,102,115,103,-1,103,115,116,-1,103,116,104,-1,104,116,117,-1,104,117,105,-1,105,117,118,-1,105,118,106,-1,106,118,119,-1,106,119,107,-1,107,119,120,-1,107,120,108,-1,108,120,109,-1,108,109,97,-1,109,121,122,-1,109,122,110,-1,110,122,123,-1,110,123,111,-1,111,123,124,-1,111,124,112,-1,112,124,125,-1,112,125,113,-1,113,125,126,-1,113,126,114,-1,114,126,127,-1,114,127,115,-1,115,127,128,-1,115,128,116,-1,116,128,129,-1,116,129,117,-1,117,129,130,-1,117,130,118,-1,118,130,131,-1,118,131,119,-1,119,131,132,-1,119,132,120,-1}; return value; } private int[] gethandleLeft_FACES_9_213_coordIndex_2() { int[] value = {120,132,121,-1,120,121,109,-1,121,133,134,-1,121,134,122,-1,122,134,135,-1,122,135,123,-1,123,135,136,-1,123,136,124,-1,124,136,137,-1,124,137,125,-1,125,137,138,-1,125,138,126,-1,126,138,139,-1,126,139,127,-1,127,139,140,-1,127,140,128,-1,128,140,141,-1,128,141,129,-1,129,141,142,-1,129,142,130,-1,130,142,143,-1,130,143,131,-1,131,143,144,-1,131,144,132,-1,132,144,133,-1,132,133,121,-1,133,145,134,-1,134,145,135,-1,135,145,136,-1,136,145,137,-1,137,145,138,-1,138,145,139,-1,139,145,140,-1,140,145,141,-1,141,145,142,-1,142,145,143,-1,143,145,144,-1,144,145,133,-1}; return value; } /** Define subarrays using type float[] */ private float[] gethandleLeft_COORD_10_213_point_1() { float[] value = {0.0f,0.145f,0.0f,0.003882f,0.1445f,0.0f,0.003362f,0.1445f,-0.001941f,0.001941f,0.1445f,-0.003362f,0.0f,0.1445f,-0.003882f,-0.001941f,0.1445f,-0.003362f,-0.003362f,0.1445f,-0.001941f,-0.003882f,0.1445f,0.0f,-0.003362f,0.1445f,0.001941f,-0.001941f,0.1445f,0.003362f,0.0f,0.1445f,0.003882f,0.001941f,0.1445f,0.003362f,0.003362f,0.1445f,0.001941f,0.0075f,0.143f,0.0f,0.006495f,0.143f,-0.00375f,0.00375f,0.143f,-0.006495f,0.0f,0.143f,-0.0075f,-0.00375f,0.143f,-0.006495f,-0.006495f,0.143f,-0.00375f,-0.0075f,0.143f,0.0f,-0.006495f,0.143f,0.00375f,-0.00375f,0.143f,0.006495f,0.0f,0.143f,0.0075f,0.00375f,0.143f,0.006495f,0.006495f,0.143f,0.00375f,0.01061f,0.1406f,0.0f,0.009186f,0.1406f,-0.005303f,0.005303f,0.1406f,-0.009186f,0.0f,0.1406f,-0.01061f,-0.005303f,0.1406f,-0.009186f,-0.009186f,0.1406f,-0.005303f,-0.01061f,0.1406f,0.0f,-0.009186f,0.1406f,0.005303f,-0.005303f,0.1406f,0.009186f,0.0f,0.1406f,0.01061f,0.005303f,0.1406f,0.009186f,0.009186f,0.1406f,0.005303f,0.01299f,0.1375f,0.0f,0.01125f,0.1375f,-0.006495f,0.006495f,0.1375f,-0.01125f,0.0f,0.1375f,-0.01299f,-0.006495f,0.1375f,-0.01125f,-0.01125f,0.1375f,-0.006495f,-0.01299f,0.1375f,0.0f,-0.01125f,0.1375f,0.006495f,-0.006495f,0.1375f,0.01125f,0.0f,0.1375f,0.01299f,0.006495f,0.1375f,0.01125f,0.01125f,0.1375f,0.006495f,0.01449f,0.1339f,0.0f,0.01255f,0.1339f,-0.007244f,0.007244f,0.1339f,-0.01255f,0.0f,0.1339f,-0.01449f,-0.007244f,0.1339f,-0.01255f,-0.01255f,0.1339f,-0.007244f,-0.01449f,0.1339f,0.0f,-0.01255f,0.1339f,0.007244f,-0.007244f,0.1339f,0.01255f,0.0f,0.1339f,0.01449f,0.007244f,0.1339f,0.01255f,0.01255f,0.1339f,0.007244f,0.015f,0.13f,0.0f,0.01299f,0.13f,-0.0075f,0.0075f,0.13f,-0.01299f,0.0f,0.13f,-0.015f,-0.0075f,0.13f,-0.01299f,-0.01299f,0.13f,-0.0075f,-0.015f,0.13f,0.0f,-0.01299f,0.13f,0.0075f,-0.0075f,0.13f,0.01299f,0.0f,0.13f,0.015f,0.0075f,0.13f,0.01299f,0.01299f,0.13f,0.0075f,0.015f,0.015f,0.0f,0.01299f,0.015f,-0.0075f,0.0075f,0.015f,-0.01299f,0.0f,0.015f,-0.015f,-0.0075f,0.015f,-0.01299f,-0.01299f,0.015f,-0.0075f,-0.015f,0.015f,0.0f,-0.01299f,0.015f,0.0075f,-0.0075f,0.015f,0.01299f,0.0f,0.015f,0.015f,0.0075f,0.015f,0.01299f,0.01299f,0.015f,0.0075f,0.01449f,0.01112f,0.0f,0.01255f,0.01112f,-0.007244f,0.007244f,0.01112f,-0.01255f,0.0f,0.01112f,-0.01449f,-0.007244f,0.01112f,-0.01255f,-0.01255f,0.01112f,-0.007244f,-0.01449f,0.01112f,0.0f,-0.01255f,0.01112f,0.007244f,-0.007244f,0.01112f,0.01255f,0.0f,0.01112f,0.01449f,0.007244f,0.01112f,0.01255f,0.01255f,0.01112f,0.007244f,0.01299f,0.0075f,0.0f,0.01125f,0.0075f,-0.006495f,0.006495f,0.0075f,-0.01125f}; return value; } private float[] gethandleLeft_COORD_10_213_point_2() { float[] value = {0.0f,0.0075f,-0.01299f,-0.006495f,0.0075f,-0.01125f,-0.01125f,0.0075f,-0.006495f,-0.01299f,0.0075f,0.0f,-0.01125f,0.0075f,0.006495f,-0.006495f,0.0075f,0.01125f,0.0f,0.0075f,0.01299f,0.006495f,0.0075f,0.01125f,0.01125f,0.0075f,0.006495f,0.01061f,0.004393f,0.0f,0.009186f,0.004393f,-0.005303f,0.005303f,0.004393f,-0.009186f,0.0f,0.004393f,-0.01061f,-0.005303f,0.004393f,-0.009186f,-0.009186f,0.004393f,-0.005303f,-0.01061f,0.004393f,0.0f,-0.009186f,0.004393f,0.005303f,-0.005303f,0.004393f,0.009186f,0.0f,0.004393f,0.01061f,0.005303f,0.004393f,0.009186f,0.009186f,0.004393f,0.005303f,0.0075f,0.00201f,0.0f,0.006495f,0.00201f,-0.00375f,0.00375f,0.00201f,-0.006495f,0.0f,0.00201f,-0.0075f,-0.00375f,0.00201f,-0.006495f,-0.006495f,0.00201f,-0.00375f,-0.0075f,0.00201f,0.0f,-0.006495f,0.00201f,0.00375f,-0.00375f,0.00201f,0.006495f,0.0f,0.00201f,0.0075f,0.00375f,0.00201f,0.006495f,0.006495f,0.00201f,0.00375f,0.003882f,5.111E-4f,0.0f,0.003362f,5.111E-4f,-0.001941f,0.001941f,5.111E-4f,-0.003362f,0.0f,5.111E-4f,-0.003882f,-0.001941f,5.111E-4f,-0.003362f,-0.003362f,5.111E-4f,-0.001941f,-0.003882f,5.111E-4f,0.0f,-0.003362f,5.111E-4f,0.001941f,-0.001941f,5.111E-4f,0.003362f,0.0f,5.111E-4f,0.003882f,0.001941f,5.111E-4f,0.003362f,0.003362f,5.111E-4f,0.001941f,0.0f,0.0f,0.0f}; return value; } /** Define subarrays using type int[] */ private int[] getCylinder08_FACES_10_225_coordIndex_1() { int[] value = {0,2,1,-1,0,3,2,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,0,9,8,-1,0,10,9,-1,0,11,10,-1,0,12,11,-1,0,13,12,-1,0,14,13,-1,0,15,14,-1,0,16,15,-1,0,17,16,-1,0,18,17,-1,0,1,18,-1,1,20,19,-1,1,2,20,-1,2,21,20,-1,2,3,21,-1,3,22,21,-1,3,4,22,-1,4,23,22,-1,4,5,23,-1,5,24,23,-1,5,6,24,-1,6,25,24,-1,6,7,25,-1,7,26,25,-1,7,8,26,-1,8,27,26,-1,8,9,27,-1,9,28,27,-1,9,10,28,-1,10,29,28,-1,10,11,29,-1,11,30,29,-1,11,12,30,-1,12,31,30,-1,12,13,31,-1,13,32,31,-1,13,14,32,-1,14,33,32,-1,14,15,33,-1,15,34,33,-1,15,16,34,-1,16,35,34,-1,16,17,35,-1,17,36,35,-1,17,18,36,-1,18,19,36,-1,18,1,19,-1,19,38,37,-1,19,20,38,-1,20,39,38,-1,20,21,39,-1,21,40,39,-1,21,22,40,-1,22,41,40,-1,22,23,41,-1,23,42,41,-1,23,24,42,-1,24,43,42,-1,24,25,43,-1,25,44,43,-1,25,26,44,-1,26,45,44,-1,26,27,45,-1,27,46,45,-1,27,28,46,-1,28,47,46,-1,28,29,47,-1,29,48,47,-1,29,30,48,-1,30,49,48,-1,30,31,49,-1,31,50,49,-1,31,32,50,-1,32,51,50,-1,32,33,51,-1,33,52,51,-1,33,34,52,-1,34,53,52,-1,34,35,53,-1,35,54,53,-1,35,36,54,-1,36,37,54,-1,36,19,37,-1,37,56,55,-1,37,38,56,-1,38,57,56,-1,38,39,57,-1,39,58,57,-1,39,40,58,-1,40,59,58,-1,40,41,59,-1,41,60,59,-1,41,42,60,-1,42,61,60,-1,42,43,61,-1,43,62,61,-1,43,44,62,-1,44,63,62,-1,44,45,63,-1,45,64,63,-1,45,46,64,-1,46,65,64,-1,46,47,65,-1,47,66,65,-1,47,48,66,-1,48,67,66,-1,48,49,67,-1,49,68,67,-1,49,50,68,-1,50,69,68,-1,50,51,69,-1,51,70,69,-1,51,52,70,-1,52,71,70,-1,52,53,71,-1,53,72,71,-1,53,54,72,-1,54,55,72,-1,54,37,55,-1,55,74,73,-1,55,56,74,-1,56,75,74,-1,56,57,75,-1,57,76,75,-1,57,58,76,-1,58,77,76,-1,58,59,77,-1,59,78,77,-1,59,60,78,-1,60,79,78,-1,60,61,79,-1,61,80,79,-1,61,62,80,-1,62,81,80,-1,62,63,81,-1,63,82,81,-1,63,64,82,-1,64,83,82,-1,64,65,83,-1,65,84,83,-1,65,66,84,-1,66,85,84,-1,66,67,85,-1,67,86,85,-1,67,68,86,-1,68,87,86,-1,68,69,87,-1,69,88,87,-1,69,70,88,-1,70,89,88,-1,70,71,89,-1,71,90,89,-1,71,72,90,-1,72,73,90,-1,72,55,73,-1,73,92,91,-1,73,74,92,-1,74,93,92,-1,74,75,93,-1,75,94,93,-1,75,76,94,-1,76,95,94,-1,76,77,95,-1,77,96,95,-1,77,78,96,-1,78,97,96,-1,78,79,97,-1,79,98,97,-1,79,80,98,-1,80,99,98,-1,80,81,99,-1,81,100,99,-1,81,82,100,-1,82,101,100,-1,82,83,101,-1,83,102,101,-1,83,84,102,-1,84,103,102,-1,84,85,103,-1,85,104,103,-1,85,86,104,-1,86,105,104,-1,86,87,105,-1,87,106,105,-1,87,88,106,-1,88,107,106,-1,88,89,107,-1,89,108,107,-1,89,90,108,-1,90,91,108,-1,90,73,91,-1,109,91,92,-1,109,92,93,-1,109,93,94,-1,109,94,95,-1,109,95,96,-1,109,96,97,-1,109,97,98,-1,109,98,99,-1,109,99,100,-1,109,100,101,-1,109,101,102,-1,109,102,103,-1,109,103,104,-1,109,104,105,-1,109,105,106,-1,109,106,107,-1,109,107,108,-1,109,108,91,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCylinder08_COORD_11_225_point_1() { float[] value = {0.0f,0.0f,0.0f,0.0070f,0.0f,0.0f,0.006578f,0.0f,-0.002394f,0.005362f,0.0f,-0.0045f,0.0035f,0.0f,-0.006062f,0.001216f,0.0f,-0.006894f,-0.001216f,0.0f,-0.006894f,-0.0035f,0.0f,-0.006062f,-0.005362f,0.0f,-0.0045f,-0.006578f,0.0f,-0.002394f,-0.0070f,0.0f,0.0f,-0.006578f,0.0f,0.002394f,-0.005362f,0.0f,0.0045f,-0.0035f,0.0f,0.006062f,-0.001216f,0.0f,0.006894f,0.001216f,0.0f,0.006894f,0.0035f,0.0f,0.006062f,0.005362f,0.0f,0.0045f,0.006578f,0.0f,0.002394f,0.006677f,0.01f,0.0f,0.006274f,0.01f,-0.002284f,0.005115f,0.01f,-0.004292f,0.003338f,0.01f,-0.005782f,0.001159f,0.01f,-0.006575f,-0.001159f,0.01f,-0.006575f,-0.003338f,0.01f,-0.005782f,-0.005115f,0.01f,-0.004292f,-0.006274f,0.01f,-0.002284f,-0.006677f,0.01f,0.0f,-0.006274f,0.01f,0.002284f,-0.005115f,0.01f,0.004292f,-0.003338f,0.01f,0.005782f,-0.001159f,0.01f,0.006575f,0.001159f,0.01f,0.006575f,0.003338f,0.01f,0.005782f,0.005115f,0.01f,0.004292f,0.006274f,0.01f,0.002284f,0.00593f,0.02f,0.0f,0.005572f,0.02f,-0.002028f,0.004543f,0.02f,-0.003812f,0.002965f,0.02f,-0.005136f,0.00103f,0.02f,-0.00584f,-0.00103f,0.02f,-0.00584f,-0.002965f,0.02f,-0.005136f,-0.004543f,0.02f,-0.003812f,-0.005572f,0.02f,-0.002028f,-0.00593f,0.02f,0.0f,-0.005572f,0.02f,0.002028f,-0.004543f,0.02f,0.003812f,-0.002965f,0.02f,0.005136f,-0.00103f,0.02f,0.00584f,0.00103f,0.02f,0.00584f,0.002965f,0.02f,0.005136f,0.004543f,0.02f,0.003812f,0.005572f,0.02f,0.002028f,0.004761f,0.03f,0.0f,0.004474f,0.03f,-0.001628f,0.003647f,0.03f,-0.00306f,0.00238f,0.03f,-0.004123f,8.267E-4f,0.03f,-0.004688f,-8.267E-4f,0.03f,-0.004688f,-0.00238f,0.03f,-0.004123f,-0.003647f,0.03f,-0.00306f,-0.004474f,0.03f,-0.001628f,-0.004761f,0.03f,0.0f,-0.004474f,0.03f,0.001628f,-0.003647f,0.03f,0.00306f,-0.00238f,0.03f,0.004123f,-8.267E-4f,0.03f,0.004688f,8.267E-4f,0.03f,0.004688f,0.00238f,0.03f,0.004123f,0.003647f,0.03f,0.00306f,0.004474f,0.03f,0.001628f,0.003168f,0.04f,0.0f,0.002977f,0.04f,-0.001084f,0.002427f,0.04f,-0.002037f,0.001584f,0.04f,-0.002744f,5.502E-4f,0.04f,-0.00312f,-5.502E-4f,0.04f,-0.00312f,-0.001584f,0.04f,-0.002744f,-0.002427f,0.04f,-0.002037f,-0.002977f,0.04f,-0.001084f,-0.003168f,0.04f,0.0f,-0.002977f,0.04f,0.001084f,-0.002427f,0.04f,0.002037f,-0.001584f,0.04f,0.002744f,-5.502E-4f,0.04f,0.00312f,5.502E-4f,0.04f,0.00312f,0.001584f,0.04f,0.002744f,0.002427f,0.04f,0.002037f,0.002977f,0.04f,0.001084f,0.001153f,0.05f,0.0f,0.001083f,0.05f,-3.943E-4f,8.832E-4f,0.05f,-7.411E-4f,5.765E-4f,0.05f,-9.984E-4f,2.002E-4f,0.05f,-0.001135f,-2.002E-4f,0.05f,-0.001135f,-5.765E-4f,0.05f,-9.984E-4f,-8.832E-4f,0.05f,-7.411E-4f,-0.001083f,0.05f,-3.943E-4f}; return value; } private float[] getCylinder08_COORD_11_225_point_2() { float[] value = {-0.001153f,0.05f,0.0f,-0.001083f,0.05f,3.943E-4f,-8.832E-4f,0.05f,7.411E-4f,-5.765E-4f,0.05f,9.984E-4f,-2.002E-4f,0.05f,0.001135f,2.002E-4f,0.05f,0.001135f,5.765E-4f,0.05f,9.984E-4f,8.832E-4f,0.05f,7.411E-4f,0.001083f,0.05f,3.943E-4f,0.0f,0.05f,0.0f,1.0f,1.0f,6.0f}; return value; } /** Define subarrays using type int[] */ private int[] getTube04_FACES_10_231_coordIndex_1() { int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1}; return value; } private int[] getTube04_FACES_10_231_coordIndex_2() { int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1,216,217,229,-1,229,228,216,-1,217,218,230,-1,230,229,217,-1,218,219,231,-1,231,230,218,-1,219,220,232,-1,232,231,219,-1,220,221,233,-1,233,232,220,-1,221,222,234,-1,234,233,221,-1,222,223,235,-1,235,234,222,-1,223,224,236,-1,236,235,223,-1,224,225,237,-1,237,236,224,-1,225,226,238,-1,238,237,225,-1,226,227,239,-1,239,238,226,-1,227,216,228,-1,228,239,227,-1,228,229,241,-1,241,240,228,-1,229,230,242,-1,242,241,229,-1,230,231,243,-1,243,242,230,-1,231,232,244,-1,244,243,231,-1,232,233,245,-1,245,244,232,-1,233,234,246,-1,246,245,233,-1,234,235,247,-1,247,246,234,-1,235,236,248,-1,248,247,235,-1,236,237,249,-1,249,248,236,-1,237,238,250,-1,250,249,237,-1,238,239,251,-1,251,250,238,-1,239,228,240,-1,240,251,239,-1,240,241,253,-1,253,252,240,-1,241,242,254,-1,254,253,241,-1,242,243,255,-1,255,254,242,-1,243,244,256,-1,256,255,243,-1,244,245,257,-1,257,256,244,-1,245,246,258,-1,258,257,245,-1,246,247,259,-1,259,258,246,-1,247,248,260,-1,260,259,247,-1,248,249,261,-1,261,260,248,-1,249,250,262,-1,262,261,249,-1}; return value; } private int[] getTube04_FACES_10_231_coordIndex_3() { int[] value = {250,251,263,-1,263,262,250,-1,251,240,252,-1,252,263,251,-1,252,253,265,-1,265,264,252,-1,253,254,266,-1,266,265,253,-1,254,255,267,-1,267,266,254,-1,255,256,268,-1,268,267,255,-1,256,257,269,-1,269,268,256,-1,257,258,270,-1,270,269,257,-1,258,259,271,-1,271,270,258,-1,259,260,272,-1,272,271,259,-1,260,261,273,-1,273,272,260,-1,261,262,274,-1,274,273,261,-1,262,263,275,-1,275,274,262,-1,263,252,264,-1,264,275,263,-1,264,265,277,-1,277,276,264,-1,265,266,278,-1,278,277,265,-1,266,267,279,-1,279,278,266,-1,267,268,280,-1,280,279,267,-1,268,269,281,-1,281,280,268,-1,269,270,282,-1,282,281,269,-1,270,271,283,-1,283,282,270,-1,271,272,284,-1,284,283,271,-1,272,273,285,-1,285,284,272,-1,273,274,286,-1,286,285,273,-1,274,275,287,-1,287,286,274,-1,275,264,276,-1,276,287,275,-1,276,277,289,-1,289,288,276,-1,277,278,290,-1,290,289,277,-1,278,279,291,-1,291,290,278,-1,279,280,292,-1,292,291,279,-1,280,281,293,-1,293,292,280,-1,281,282,294,-1,294,293,281,-1,282,283,295,-1,295,294,282,-1,283,284,296,-1,296,295,283,-1,284,285,297,-1,297,296,284,-1,285,286,298,-1,298,297,285,-1,286,287,299,-1,299,298,286,-1,287,276,288,-1,288,299,287,-1,288,289,301,-1,301,300,288,-1,289,290,302,-1,302,301,289,-1,290,291,303,-1,303,302,290,-1,291,292,304,-1,304,303,291,-1,292,293,305,-1,305,304,292,-1,293,294,306,-1,306,305,293,-1,294,295,307,-1,307,306,294,-1,295,296,308,-1,308,307,295,-1,296,297,309,-1,309,308,296,-1,297,298,310,-1,310,309,297,-1,298,299,311,-1,311,310,298,-1,299,288,300,-1,300,311,299,-1,300,301,313,-1,313,312,300,-1,301,302,314,-1,314,313,301,-1,302,303,315,-1,315,314,302,-1,303,304,316,-1,316,315,303,-1,304,305,317,-1,317,316,304,-1,305,306,318,-1,318,317,305,-1,306,307,319,-1,319,318,306,-1,307,308,320,-1,320,319,307,-1,308,309,321,-1,321,320,308,-1,309,310,322,-1,322,321,309,-1,310,311,323,-1,323,322,310,-1,311,300,312,-1,312,323,311,-1,312,313,325,-1,325,324,312,-1,313,314,326,-1,326,325,313,-1,314,315,327,-1,327,326,314,-1,315,316,328,-1,328,327,315,-1,316,317,329,-1,329,328,316,-1,317,318,330,-1,330,329,317,-1,318,319,331,-1,331,330,318,-1,319,320,332,-1,332,331,319,-1,320,321,333,-1,333,332,320,-1,321,322,334,-1,334,333,321,-1,322,323,335,-1,335,334,322,-1,323,312,324,-1,324,335,323,-1,324,325,337,-1,337,336,324,-1,325,326,338,-1,338,337,325,-1,326,327,339,-1,339,338,326,-1,327,328,340,-1,340,339,327,-1,328,329,341,-1,341,340,328,-1,329,330,342,-1,342,341,329,-1,330,331,343,-1,343,342,330,-1,331,332,344,-1,344,343,331,-1,332,333,345,-1,345,344,332,-1,333,334,346,-1,346,345,333,-1,334,335,347,-1,347,346,334,-1,335,324,336,-1,336,347,335,-1,336,337,349,-1,349,348,336,-1,337,338,350,-1,350,349,337,-1,338,339,351,-1,351,350,338,-1,339,340,352,-1,352,351,339,-1,340,341,353,-1,353,352,340,-1,341,342,354,-1,354,353,341,-1,342,343,355,-1,355,354,342,-1,343,344,356,-1,356,355,343,-1,344,345,357,-1,357,356,344,-1,345,346,358,-1,358,357,345,-1,346,347,359,-1,359,358,346,-1,347,336,348,-1,348,359,347,-1,348,349,361,-1,361,360,348,-1,349,350,362,-1,362,361,349,-1,350,351,363,-1,363,362,350,-1,351,352,364,-1,364,363,351,-1,352,353,365,-1,365,364,352,-1,353,354,366,-1,366,365,353,-1,354,355,367,-1,367,366,354,-1,355,356,368,-1,368,367,355,-1,356,357,369,-1,369,368,356,-1,357,358,370,-1,370,369,357,-1,358,359,371,-1,371,370,358,-1,359,348,360,-1,360,371,359,-1,360,361,373,-1,373,372,360,-1,361,362,374,-1,374,373,361,-1,362,363,375,-1,375,374,362,-1,363,364,376,-1,376,375,363,-1,364,365,377,-1,377,376,364,-1,365,366,378,-1,378,377,365,-1,366,367,379,-1,379,378,366,-1,367,368,380,-1,380,379,367,-1,368,369,381,-1,381,380,368,-1,369,370,382,-1,382,381,369,-1,370,371,383,-1,383,382,370,-1,371,360,372,-1,372,383,371,-1,372,373,385,-1,385,384,372,-1,373,374,386,-1,386,385,373,-1,374,375,387,-1,387,386,374,-1}; return value; } private int[] getTube04_FACES_10_231_coordIndex_4() { int[] value = {375,376,388,-1,388,387,375,-1,376,377,389,-1,389,388,376,-1,377,378,390,-1,390,389,377,-1,378,379,391,-1,391,390,378,-1,379,380,392,-1,392,391,379,-1,380,381,393,-1,393,392,380,-1,381,382,394,-1,394,393,381,-1,382,383,395,-1,395,394,382,-1,383,372,384,-1,384,395,383,-1,384,385,397,-1,397,396,384,-1,385,386,398,-1,398,397,385,-1,386,387,399,-1,399,398,386,-1,387,388,400,-1,400,399,387,-1,388,389,401,-1,401,400,388,-1,389,390,402,-1,402,401,389,-1,390,391,403,-1,403,402,390,-1,391,392,404,-1,404,403,391,-1,392,393,405,-1,405,404,392,-1,393,394,406,-1,406,405,393,-1,394,395,407,-1,407,406,394,-1,395,384,396,-1,396,407,395,-1,396,397,409,-1,409,408,396,-1,397,398,410,-1,410,409,397,-1,398,399,411,-1,411,410,398,-1,399,400,412,-1,412,411,399,-1,400,401,413,-1,413,412,400,-1,401,402,414,-1,414,413,401,-1,402,403,415,-1,415,414,402,-1,403,404,416,-1,416,415,403,-1,404,405,417,-1,417,416,404,-1,405,406,418,-1,418,417,405,-1,406,407,419,-1,419,418,406,-1,407,396,408,-1,408,419,407,-1,408,409,421,-1,421,420,408,-1,409,410,422,-1,422,421,409,-1,410,411,423,-1,423,422,410,-1,411,412,424,-1,424,423,411,-1,412,413,425,-1,425,424,412,-1,413,414,426,-1,426,425,413,-1,414,415,427,-1,427,426,414,-1,415,416,428,-1,428,427,415,-1,416,417,429,-1,429,428,416,-1,417,418,430,-1,430,429,417,-1,418,419,431,-1,431,430,418,-1,419,408,420,-1,420,431,419,-1,420,421,217,-1,217,216,420,-1,421,422,218,-1,218,217,421,-1,422,423,219,-1,219,218,422,-1,423,424,220,-1,220,219,423,-1,424,425,221,-1,221,220,424,-1,425,426,222,-1,222,221,425,-1,426,427,223,-1,223,222,426,-1,427,428,224,-1,224,223,427,-1,428,429,225,-1,225,224,428,-1,429,430,226,-1,226,225,429,-1,430,431,227,-1,227,226,430,-1,431,420,216,-1,216,227,431,-1,432,433,445,-1,445,444,432,-1,433,434,446,-1,446,445,433,-1,434,435,447,-1,447,446,434,-1,435,436,448,-1,448,447,435,-1,436,437,449,-1,449,448,436,-1,437,438,450,-1,450,449,437,-1,438,439,451,-1,451,450,438,-1,439,440,452,-1,452,451,439,-1,440,441,453,-1,453,452,440,-1,441,442,454,-1,454,453,441,-1,442,443,455,-1,455,454,442,-1,443,432,444,-1,444,455,443,-1,444,445,457,-1,457,456,444,-1,445,446,458,-1,458,457,445,-1,446,447,459,-1,459,458,446,-1,447,448,460,-1,460,459,447,-1,448,449,461,-1,461,460,448,-1,449,450,462,-1,462,461,449,-1,450,451,463,-1,463,462,450,-1,451,452,464,-1,464,463,451,-1,452,453,465,-1,465,464,452,-1,453,454,466,-1,466,465,453,-1,454,455,467,-1,467,466,454,-1,455,444,456,-1,456,467,455,-1,456,457,469,-1,469,468,456,-1,457,458,470,-1,470,469,457,-1,458,459,471,-1,471,470,458,-1,459,460,472,-1,472,471,459,-1,460,461,473,-1,473,472,460,-1,461,462,474,-1,474,473,461,-1,462,463,475,-1,475,474,462,-1,463,464,476,-1,476,475,463,-1,464,465,477,-1,477,476,464,-1,465,466,478,-1,478,477,465,-1,466,467,479,-1,479,478,466,-1,467,456,468,-1,468,479,467,-1,468,469,481,-1,481,480,468,-1,469,470,482,-1,482,481,469,-1,470,471,483,-1,483,482,470,-1,471,472,484,-1,484,483,471,-1,472,473,485,-1,485,484,472,-1,473,474,486,-1,486,485,473,-1,474,475,487,-1,487,486,474,-1,475,476,488,-1,488,487,475,-1,476,477,489,-1,489,488,476,-1,477,478,490,-1,490,489,477,-1,478,479,491,-1,491,490,478,-1,479,468,480,-1,480,491,479,-1,480,481,493,-1,493,492,480,-1,481,482,494,-1,494,493,481,-1,482,483,495,-1,495,494,482,-1,483,484,496,-1,496,495,483,-1,484,485,497,-1,497,496,484,-1,485,486,498,-1,498,497,485,-1,486,487,499,-1,499,498,486,-1,487,488,500,-1,500,499,487,-1,488,489,501,-1,501,500,488,-1,489,490,502,-1,502,501,489,-1,490,491,503,-1,503,502,490,-1,491,480,492,-1,492,503,491,-1,492,493,505,-1,505,504,492,-1,493,494,506,-1,506,505,493,-1,494,495,507,-1,507,506,494,-1,495,496,508,-1,508,507,495,-1,496,497,509,-1,509,508,496,-1,497,498,510,-1,510,509,497,-1,498,499,511,-1,511,510,498,-1,499,500,512,-1,512,511,499,-1}; return value; } private int[] getTube04_FACES_10_231_coordIndex_5() { int[] value = {500,501,513,-1,513,512,500,-1,501,502,514,-1,514,513,501,-1,502,503,515,-1,515,514,502,-1,503,492,504,-1,504,515,503,-1,504,505,517,-1,517,516,504,-1,505,506,518,-1,518,517,505,-1,506,507,519,-1,519,518,506,-1,507,508,520,-1,520,519,507,-1,508,509,521,-1,521,520,508,-1,509,510,522,-1,522,521,509,-1,510,511,523,-1,523,522,510,-1,511,512,524,-1,524,523,511,-1,512,513,525,-1,525,524,512,-1,513,514,526,-1,526,525,513,-1,514,515,527,-1,527,526,514,-1,515,504,516,-1,516,527,515,-1,516,517,529,-1,529,528,516,-1,517,518,530,-1,530,529,517,-1,518,519,531,-1,531,530,518,-1,519,520,532,-1,532,531,519,-1,520,521,533,-1,533,532,520,-1,521,522,534,-1,534,533,521,-1,522,523,535,-1,535,534,522,-1,523,524,536,-1,536,535,523,-1,524,525,537,-1,537,536,524,-1,525,526,538,-1,538,537,525,-1,526,527,539,-1,539,538,526,-1,527,516,528,-1,528,539,527,-1,528,529,541,-1,541,540,528,-1,529,530,542,-1,542,541,529,-1,530,531,543,-1,543,542,530,-1,531,532,544,-1,544,543,531,-1,532,533,545,-1,545,544,532,-1,533,534,546,-1,546,545,533,-1,534,535,547,-1,547,546,534,-1,535,536,548,-1,548,547,535,-1,536,537,549,-1,549,548,536,-1,537,538,550,-1,550,549,537,-1,538,539,551,-1,551,550,538,-1,539,528,540,-1,540,551,539,-1,540,541,553,-1,553,552,540,-1,541,542,554,-1,554,553,541,-1,542,543,555,-1,555,554,542,-1,543,544,556,-1,556,555,543,-1,544,545,557,-1,557,556,544,-1,545,546,558,-1,558,557,545,-1,546,547,559,-1,559,558,546,-1,547,548,560,-1,560,559,547,-1,548,549,561,-1,561,560,548,-1,549,550,562,-1,562,561,549,-1,550,551,563,-1,563,562,550,-1,551,540,552,-1,552,563,551,-1,552,553,565,-1,565,564,552,-1,553,554,566,-1,566,565,553,-1,554,555,567,-1,567,566,554,-1,555,556,568,-1,568,567,555,-1,556,557,569,-1,569,568,556,-1,557,558,570,-1,570,569,557,-1,558,559,571,-1,571,570,558,-1,559,560,572,-1,572,571,559,-1,560,561,573,-1,573,572,560,-1,561,562,574,-1,574,573,561,-1,562,563,575,-1,575,574,562,-1,563,552,564,-1,564,575,563,-1,564,565,577,-1,577,576,564,-1,565,566,578,-1,578,577,565,-1,566,567,579,-1,579,578,566,-1,567,568,580,-1,580,579,567,-1,568,569,581,-1,581,580,568,-1,569,570,582,-1,582,581,569,-1,570,571,583,-1,583,582,570,-1,571,572,584,-1,584,583,571,-1,572,573,585,-1,585,584,572,-1,573,574,586,-1,586,585,573,-1,574,575,587,-1,587,586,574,-1,575,564,576,-1,576,587,575,-1,576,577,589,-1,589,588,576,-1,577,578,590,-1,590,589,577,-1,578,579,591,-1,591,590,578,-1,579,580,592,-1,592,591,579,-1,580,581,593,-1,593,592,580,-1,581,582,594,-1,594,593,581,-1,582,583,595,-1,595,594,582,-1,583,584,596,-1,596,595,583,-1,584,585,597,-1,597,596,584,-1,585,586,598,-1,598,597,585,-1,586,587,599,-1,599,598,586,-1,587,576,588,-1,588,599,587,-1,588,589,601,-1,601,600,588,-1,589,590,602,-1,602,601,589,-1,590,591,603,-1,603,602,590,-1,591,592,604,-1,604,603,591,-1,592,593,605,-1,605,604,592,-1,593,594,606,-1,606,605,593,-1,594,595,607,-1,607,606,594,-1,595,596,608,-1,608,607,595,-1,596,597,609,-1,609,608,596,-1,597,598,610,-1,610,609,597,-1,598,599,611,-1,611,610,598,-1,599,588,600,-1,600,611,599,-1,600,601,613,-1,613,612,600,-1,601,602,614,-1,614,613,601,-1,602,603,615,-1,615,614,602,-1,603,604,616,-1,616,615,603,-1,604,605,617,-1,617,616,604,-1,605,606,618,-1,618,617,605,-1,606,607,619,-1,619,618,606,-1,607,608,620,-1,620,619,607,-1,608,609,621,-1,621,620,608,-1,609,610,622,-1,622,621,609,-1,610,611,623,-1,623,622,610,-1,611,600,612,-1,612,623,611,-1,612,613,625,-1,625,624,612,-1,613,614,626,-1,626,625,613,-1,614,615,627,-1,627,626,614,-1,615,616,628,-1,628,627,615,-1,616,617,629,-1,629,628,616,-1,617,618,630,-1,630,629,617,-1,618,619,631,-1,631,630,618,-1,619,620,632,-1,632,631,619,-1,620,621,633,-1,633,632,620,-1,621,622,634,-1,634,633,621,-1,622,623,635,-1,635,634,622,-1,623,612,624,-1,624,635,623,-1,624,625,637,-1,637,636,624,-1}; return value; } private int[] getTube04_FACES_10_231_coordIndex_6() { int[] value = {625,626,638,-1,638,637,625,-1,626,627,639,-1,639,638,626,-1,627,628,640,-1,640,639,627,-1,628,629,641,-1,641,640,628,-1,629,630,642,-1,642,641,629,-1,630,631,643,-1,643,642,630,-1,631,632,644,-1,644,643,631,-1,632,633,645,-1,645,644,632,-1,633,634,646,-1,646,645,633,-1,634,635,647,-1,647,646,634,-1,635,624,636,-1,636,647,635,-1,636,637,433,-1,433,432,636,-1,637,638,434,-1,434,433,637,-1,638,639,435,-1,435,434,638,-1,639,640,436,-1,436,435,639,-1,640,641,437,-1,437,436,640,-1,641,642,438,-1,438,437,641,-1,642,643,439,-1,439,438,642,-1,643,644,440,-1,440,439,643,-1,644,645,441,-1,441,440,644,-1,645,646,442,-1,442,441,645,-1,646,647,443,-1,443,442,646,-1,647,636,432,-1,432,443,647,-1,648,649,667,-1,667,666,648,-1,649,650,668,-1,668,667,649,-1,650,651,669,-1,669,668,650,-1,651,652,670,-1,670,669,651,-1,652,653,671,-1,671,670,652,-1,653,654,672,-1,672,671,653,-1,654,655,673,-1,673,672,654,-1,655,656,674,-1,674,673,655,-1,656,657,675,-1,675,674,656,-1,657,658,676,-1,676,675,657,-1,658,659,677,-1,677,676,658,-1,659,660,678,-1,678,677,659,-1,660,661,679,-1,679,678,660,-1,661,662,680,-1,680,679,661,-1,662,663,681,-1,681,680,662,-1,663,664,682,-1,682,681,663,-1,664,665,683,-1,683,682,664,-1,665,648,666,-1,666,683,665,-1,666,667,685,-1,685,684,666,-1,667,668,686,-1,686,685,667,-1,668,669,687,-1,687,686,668,-1,669,670,688,-1,688,687,669,-1,670,671,689,-1,689,688,670,-1,671,672,690,-1,690,689,671,-1,672,673,691,-1,691,690,672,-1,673,674,692,-1,692,691,673,-1,674,675,693,-1,693,692,674,-1,675,676,694,-1,694,693,675,-1,676,677,695,-1,695,694,676,-1,677,678,696,-1,696,695,677,-1,678,679,697,-1,697,696,678,-1,679,680,698,-1,698,697,679,-1,680,681,699,-1,699,698,680,-1,681,682,700,-1,700,699,681,-1,682,683,701,-1,701,700,682,-1,683,666,684,-1,684,701,683,-1,684,685,703,-1,703,702,684,-1,685,686,704,-1,704,703,685,-1,686,687,705,-1,705,704,686,-1,687,688,706,-1,706,705,687,-1,688,689,707,-1,707,706,688,-1,689,690,708,-1,708,707,689,-1,690,691,709,-1,709,708,690,-1,691,692,710,-1,710,709,691,-1,692,693,711,-1,711,710,692,-1,693,694,712,-1,712,711,693,-1,694,695,713,-1,713,712,694,-1,695,696,714,-1,714,713,695,-1,696,697,715,-1,715,714,696,-1,697,698,716,-1,716,715,697,-1,698,699,717,-1,717,716,698,-1,699,700,718,-1,718,717,699,-1,700,701,719,-1,719,718,700,-1,701,684,702,-1,702,719,701,-1,702,703,721,-1,721,720,702,-1,703,704,722,-1,722,721,703,-1,704,705,723,-1,723,722,704,-1,705,706,724,-1,724,723,705,-1,706,707,725,-1,725,724,706,-1,707,708,726,-1,726,725,707,-1,708,709,727,-1,727,726,708,-1,709,710,728,-1,728,727,709,-1,710,711,729,-1,729,728,710,-1,711,712,730,-1,730,729,711,-1,712,713,731,-1,731,730,712,-1,713,714,732,-1,732,731,713,-1,714,715,733,-1,733,732,714,-1,715,716,734,-1,734,733,715,-1,716,717,735,-1,735,734,716,-1,717,718,736,-1,736,735,717,-1,718,719,737,-1,737,736,718,-1,719,702,720,-1,720,737,719,-1,720,721,739,-1,739,738,720,-1,721,722,740,-1,740,739,721,-1,722,723,741,-1,741,740,722,-1,723,724,742,-1,742,741,723,-1,724,725,743,-1,743,742,724,-1,725,726,744,-1,744,743,725,-1,726,727,745,-1,745,744,726,-1,727,728,746,-1,746,745,727,-1,728,729,747,-1,747,746,728,-1,729,730,748,-1,748,747,729,-1,730,731,749,-1,749,748,730,-1,731,732,750,-1,750,749,731,-1,732,733,751,-1,751,750,732,-1,733,734,752,-1,752,751,733,-1,734,735,753,-1,753,752,734,-1,735,736,754,-1,754,753,735,-1,736,737,755,-1,755,754,736,-1,737,720,738,-1,738,755,737,-1,664,663,662,-1,662,661,660,-1,660,659,658,-1,662,660,658,-1,658,657,656,-1,656,655,654,-1,658,656,654,-1,654,653,652,-1,652,651,650,-1,654,652,650,-1,658,654,650,-1,662,658,650,-1,650,649,648,-1,662,650,648,-1,664,662,648,-1,665,664,648,-1,739,740,741,-1,741,742,743,-1,743,744,745,-1,741,743,745,-1,745,746,747,-1,747,748,749,-1,745,747,749,-1,749,750,751,-1}; return value; } private int[] getTube04_FACES_10_231_coordIndex_7() { int[] value = {751,752,753,-1,749,751,753,-1,745,749,753,-1,741,745,753,-1,753,754,755,-1,741,753,755,-1,739,741,755,-1,738,739,755,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTube04_COORD_11_231_point_1() { float[] value = {0.0f,0.0f,-0.011f,0.0f,0.02f,-0.011f,0.0f,0.04f,-0.011f,0.0f,0.06f,-0.011f,0.0f,0.08f,-0.011f,0.0f,0.1f,-0.011f,0.0f,0.1f,-0.01f,0.0f,0.08f,-0.01f,0.0f,0.06f,-0.01f,0.0f,0.04f,-0.01f,0.0f,0.02f,-0.01f,0.0f,0.0f,-0.01f,0.003762f,0.0f,-0.01034f,0.003762f,0.02f,-0.01034f,0.003762f,0.04f,-0.01034f,0.003762f,0.06f,-0.01034f,0.003762f,0.08f,-0.01034f,0.003762f,0.1f,-0.01034f,0.00342f,0.1f,-0.009397f,0.00342f,0.08f,-0.009397f,0.00342f,0.06f,-0.009397f,0.00342f,0.04f,-0.009397f,0.00342f,0.02f,-0.009397f,0.00342f,0.0f,-0.009397f,0.007071f,0.0f,-0.008426f,0.007071f,0.02f,-0.008426f,0.007071f,0.04f,-0.008426f,0.007071f,0.06f,-0.008426f,0.007071f,0.08f,-0.008426f,0.007071f,0.1f,-0.008426f,0.006428f,0.1f,-0.00766f,0.006428f,0.08f,-0.00766f,0.006428f,0.06f,-0.00766f,0.006428f,0.04f,-0.00766f,0.006428f,0.02f,-0.00766f,0.006428f,0.0f,-0.00766f,0.009526f,0.0f,-0.0055f,0.009526f,0.02f,-0.0055f,0.009526f,0.04f,-0.0055f,0.009526f,0.06f,-0.0055f,0.009526f,0.08f,-0.0055f,0.009526f,0.1f,-0.0055f,0.00866f,0.1f,-0.0050f,0.00866f,0.08f,-0.0050f,0.00866f,0.06f,-0.0050f,0.00866f,0.04f,-0.0050f,0.00866f,0.02f,-0.0050f,0.00866f,0.0f,-0.0050f,0.01083f,0.0f,-0.00191f,0.01083f,0.02f,-0.00191f,0.01083f,0.04f,-0.00191f,0.01083f,0.06f,-0.00191f,0.01083f,0.08f,-0.00191f,0.01083f,0.1f,-0.00191f,0.009848f,0.1f,-0.001736f,0.009848f,0.08f,-0.001736f,0.009848f,0.06f,-0.001736f,0.009848f,0.04f,-0.001736f,0.009848f,0.02f,-0.001736f,0.009848f,0.0f,-0.001736f,0.01083f,0.0f,0.00191f,0.01083f,0.02f,0.00191f,0.01083f,0.04f,0.00191f,0.01083f,0.06f,0.00191f,0.01083f,0.08f,0.00191f,0.01083f,0.1f,0.00191f,0.009848f,0.1f,0.001736f,0.009848f,0.08f,0.001736f,0.009848f,0.06f,0.001736f,0.009848f,0.04f,0.001736f,0.009848f,0.02f,0.001736f,0.009848f,0.0f,0.001736f,0.009526f,0.0f,0.0055f,0.009526f,0.02f,0.0055f,0.009526f,0.04f,0.0055f,0.009526f,0.06f,0.0055f,0.009526f,0.08f,0.0055f,0.009526f,0.1f,0.0055f,0.00866f,0.1f,0.0050f,0.00866f,0.08f,0.0050f,0.00866f,0.06f,0.0050f,0.00866f,0.04f,0.0050f,0.00866f,0.02f,0.0050f,0.00866f,0.0f,0.0050f,0.007071f,0.0f,0.008426f,0.007071f,0.02f,0.008426f,0.007071f,0.04f,0.008426f,0.007071f,0.06f,0.008426f,0.007071f,0.08f,0.008426f,0.007071f,0.1f,0.008426f,0.006428f,0.1f,0.00766f,0.006428f,0.08f,0.00766f,0.006428f,0.06f,0.00766f,0.006428f,0.04f,0.00766f,0.006428f,0.02f,0.00766f,0.006428f,0.0f,0.00766f,0.003762f,0.0f,0.01034f,0.003762f,0.02f,0.01034f,0.003762f,0.04f,0.01034f,0.003762f,0.06f,0.01034f}; return value; } private float[] getTube04_COORD_11_231_point_2() { float[] value = {0.003762f,0.08f,0.01034f,0.003762f,0.1f,0.01034f,0.00342f,0.1f,0.009397f,0.00342f,0.08f,0.009397f,0.00342f,0.06f,0.009397f,0.00342f,0.04f,0.009397f,0.00342f,0.02f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.011f,0.0f,0.02f,0.011f,0.0f,0.04f,0.011f,0.0f,0.06f,0.011f,0.0f,0.08f,0.011f,0.0f,0.1f,0.011f,0.0f,0.1f,0.01f,0.0f,0.08f,0.01f,0.0f,0.06f,0.01f,0.0f,0.04f,0.01f,0.0f,0.02f,0.01f,0.0f,0.0f,0.01f,-0.003762f,0.0f,0.01034f,-0.003762f,0.02f,0.01034f,-0.003762f,0.04f,0.01034f,-0.003762f,0.06f,0.01034f,-0.003762f,0.08f,0.01034f,-0.003762f,0.1f,0.01034f,-0.00342f,0.1f,0.009397f,-0.00342f,0.08f,0.009397f,-0.00342f,0.06f,0.009397f,-0.00342f,0.04f,0.009397f,-0.00342f,0.02f,0.009397f,-0.00342f,0.0f,0.009397f,-0.007071f,0.0f,0.008426f,-0.007071f,0.02f,0.008426f,-0.007071f,0.04f,0.008426f,-0.007071f,0.06f,0.008426f,-0.007071f,0.08f,0.008426f,-0.007071f,0.1f,0.008426f,-0.006428f,0.1f,0.00766f,-0.006428f,0.08f,0.00766f,-0.006428f,0.06f,0.00766f,-0.006428f,0.04f,0.00766f,-0.006428f,0.02f,0.00766f,-0.006428f,0.0f,0.00766f,-0.009526f,0.0f,0.0055f,-0.009526f,0.02f,0.0055f,-0.009526f,0.04f,0.0055f,-0.009526f,0.06f,0.0055f,-0.009526f,0.08f,0.0055f,-0.009526f,0.1f,0.0055f,-0.00866f,0.1f,0.0050f,-0.00866f,0.08f,0.0050f,-0.00866f,0.06f,0.0050f,-0.00866f,0.04f,0.0050f,-0.00866f,0.02f,0.0050f,-0.00866f,0.0f,0.0050f,-0.01083f,0.0f,0.00191f,-0.01083f,0.02f,0.00191f,-0.01083f,0.04f,0.00191f,-0.01083f,0.06f,0.00191f,-0.01083f,0.08f,0.00191f,-0.01083f,0.1f,0.00191f,-0.009848f,0.1f,0.001736f,-0.009848f,0.08f,0.001736f,-0.009848f,0.06f,0.001736f,-0.009848f,0.04f,0.001736f,-0.009848f,0.02f,0.001736f,-0.009848f,0.0f,0.001736f,-0.01083f,0.0f,-0.00191f,-0.01083f,0.02f,-0.00191f,-0.01083f,0.04f,-0.00191f,-0.01083f,0.06f,-0.00191f,-0.01083f,0.08f,-0.00191f,-0.01083f,0.1f,-0.00191f,-0.009848f,0.1f,-0.001736f,-0.009848f,0.08f,-0.001736f,-0.009848f,0.06f,-0.001736f,-0.009848f,0.04f,-0.001736f,-0.009848f,0.02f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.009526f,0.0f,-0.0055f,-0.009526f,0.02f,-0.0055f,-0.009526f,0.04f,-0.0055f,-0.009526f,0.06f,-0.0055f,-0.009526f,0.08f,-0.0055f,-0.009526f,0.1f,-0.0055f,-0.00866f,0.1f,-0.0050f,-0.00866f,0.08f,-0.0050f,-0.00866f,0.06f,-0.0050f,-0.00866f,0.04f,-0.0050f,-0.00866f,0.02f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.007071f,0.0f,-0.008426f,-0.007071f,0.02f,-0.008426f,-0.007071f,0.04f,-0.008426f,-0.007071f,0.06f,-0.008426f,-0.007071f,0.08f,-0.008426f,-0.007071f,0.1f,-0.008426f,-0.006428f,0.1f,-0.00766f,-0.006428f,0.08f,-0.00766f}; return value; } private float[] getTube04_COORD_11_231_point_3() { float[] value = {-0.006428f,0.06f,-0.00766f,-0.006428f,0.04f,-0.00766f,-0.006428f,0.02f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.003762f,0.0f,-0.01034f,-0.003762f,0.02f,-0.01034f,-0.003762f,0.04f,-0.01034f,-0.003762f,0.06f,-0.01034f,-0.003762f,0.08f,-0.01034f,-0.003762f,0.1f,-0.01034f,-0.00342f,0.1f,-0.009397f,-0.00342f,0.08f,-0.009397f,-0.00342f,0.06f,-0.009397f,-0.00342f,0.04f,-0.009397f,-0.00342f,0.02f,-0.009397f,-0.00342f,0.0f,-0.009397f,0.0f,0.1003f,-0.011f,0.0f,0.1043f,-0.01021f,0.0f,0.1083f,-0.009416f,0.0f,0.1123f,-0.008624f,0.0f,0.1163f,-0.007832f,0.0f,0.1203f,-0.00704f,0.0f,0.1203f,-0.0064f,0.0f,0.1163f,-0.00712f,0.0f,0.1123f,-0.00784f,0.0f,0.1083f,-0.00856f,0.0f,0.1043f,-0.00928f,0.0f,0.1003f,-0.01f,0.003762f,0.1003f,-0.01034f,0.003491f,0.1043f,-0.009592f,0.00322f,0.1083f,-0.008848f,0.00295f,0.1123f,-0.008104f,0.002679f,0.1163f,-0.00736f,0.002408f,0.1203f,-0.006615f,0.002189f,0.1203f,-0.006014f,0.002435f,0.1163f,-0.006691f,0.002681f,0.1123f,-0.007367f,0.002928f,0.1083f,-0.008044f,0.003174f,0.1043f,-0.00872f,0.00342f,0.1003f,-0.009397f,0.007071f,0.1003f,-0.008426f,0.006562f,0.1043f,-0.00782f,0.006052f,0.1083f,-0.007213f,0.005543f,0.1123f,-0.006606f,0.005034f,0.1163f,-0.0060f,0.004525f,0.1203f,-0.005393f,0.004114f,0.1203f,-0.004903f,0.004577f,0.1163f,-0.005454f,0.005039f,0.1123f,-0.006006f,0.005502f,0.1083f,-0.006557f,0.005965f,0.1043f,-0.007109f,0.006428f,0.1003f,-0.00766f,0.009526f,0.1003f,-0.0055f,0.00884f,0.1043f,-0.005104f,0.008154f,0.1083f,-0.004708f,0.007469f,0.1123f,-0.004312f,0.006783f,0.1163f,-0.003916f,0.006097f,0.1203f,-0.00352f,0.005543f,0.1203f,-0.0032f,0.006166f,0.1163f,-0.00356f,0.00679f,0.1123f,-0.00392f,0.007413f,0.1083f,-0.00428f,0.008037f,0.1043f,-0.00464f,0.00866f,0.1003f,-0.0050f,0.01083f,0.1003f,-0.00191f,0.01005f,0.1043f,-0.001773f,0.009273f,0.1083f,-0.001635f,0.008493f,0.1123f,-0.001498f,0.007713f,0.1163f,-0.00136f,0.006933f,0.1203f,-0.001222f,0.006303f,0.1203f,-0.001111f,0.007012f,0.1163f,-0.001236f,0.007721f,0.1123f,-0.001361f,0.00843f,0.1083f,-0.001486f,0.009139f,0.1043f,-0.001611f,0.009848f,0.1003f,-0.001736f,0.01083f,0.1003f,0.00191f,0.01005f,0.1043f,0.001773f,0.009273f,0.1083f,0.001635f,0.008493f,0.1123f,0.001498f,0.007713f,0.1163f,0.00136f,0.006933f,0.1203f,0.001222f,0.006303f,0.1203f,0.001111f,0.007012f,0.1163f,0.001236f,0.007721f,0.1123f,0.001361f,0.00843f,0.1083f,0.001486f,0.009139f,0.1043f,0.001611f,0.009848f,0.1003f,0.001736f,0.009526f,0.1003f,0.0055f,0.00884f,0.1043f,0.005104f,0.008154f,0.1083f,0.004708f,0.007469f,0.1123f,0.004312f,0.006783f,0.1163f,0.003916f,0.006097f,0.1203f,0.00352f,0.005543f,0.1203f,0.0032f,0.006166f,0.1163f,0.00356f,0.00679f,0.1123f,0.00392f,0.007413f,0.1083f,0.00428f,0.008037f,0.1043f,0.00464f,0.00866f,0.1003f,0.0050f}; return value; } private float[] getTube04_COORD_11_231_point_4() { float[] value = {0.007071f,0.1003f,0.008426f,0.006562f,0.1043f,0.00782f,0.006052f,0.1083f,0.007213f,0.005543f,0.1123f,0.006606f,0.005034f,0.1163f,0.0060f,0.004525f,0.1203f,0.005393f,0.004114f,0.1203f,0.004903f,0.004577f,0.1163f,0.005454f,0.005039f,0.1123f,0.006006f,0.005502f,0.1083f,0.006557f,0.005965f,0.1043f,0.007109f,0.006428f,0.1003f,0.00766f,0.003762f,0.1003f,0.01034f,0.003491f,0.1043f,0.009592f,0.00322f,0.1083f,0.008848f,0.00295f,0.1123f,0.008104f,0.002679f,0.1163f,0.00736f,0.002408f,0.1203f,0.006615f,0.002189f,0.1203f,0.006014f,0.002435f,0.1163f,0.006691f,0.002681f,0.1123f,0.007367f,0.002928f,0.1083f,0.008044f,0.003174f,0.1043f,0.00872f,0.00342f,0.1003f,0.009397f,0.0f,0.1003f,0.011f,0.0f,0.1043f,0.01021f,0.0f,0.1083f,0.009416f,0.0f,0.1123f,0.008624f,0.0f,0.1163f,0.007832f,0.0f,0.1203f,0.00704f,0.0f,0.1203f,0.0064f,0.0f,0.1163f,0.00712f,0.0f,0.1123f,0.00784f,0.0f,0.1083f,0.00856f,0.0f,0.1043f,0.00928f,0.0f,0.1003f,0.01f,-0.003762f,0.1003f,0.01034f,-0.003491f,0.1043f,0.009592f,-0.00322f,0.1083f,0.008848f,-0.00295f,0.1123f,0.008104f,-0.002679f,0.1163f,0.00736f,-0.002408f,0.1203f,0.006615f,-0.002189f,0.1203f,0.006014f,-0.002435f,0.1163f,0.006691f,-0.002681f,0.1123f,0.007367f,-0.002928f,0.1083f,0.008044f,-0.003174f,0.1043f,0.00872f,-0.00342f,0.1003f,0.009397f,-0.007071f,0.1003f,0.008426f,-0.006562f,0.1043f,0.00782f,-0.006052f,0.1083f,0.007213f,-0.005543f,0.1123f,0.006606f,-0.005034f,0.1163f,0.0060f,-0.004525f,0.1203f,0.005393f,-0.004114f,0.1203f,0.004903f,-0.004577f,0.1163f,0.005454f,-0.005039f,0.1123f,0.006006f,-0.005502f,0.1083f,0.006557f,-0.005965f,0.1043f,0.007109f,-0.006428f,0.1003f,0.00766f,-0.009526f,0.1003f,0.0055f,-0.00884f,0.1043f,0.005104f,-0.008154f,0.1083f,0.004708f,-0.007469f,0.1123f,0.004312f,-0.006783f,0.1163f,0.003916f,-0.006097f,0.1203f,0.00352f,-0.005543f,0.1203f,0.0032f,-0.006166f,0.1163f,0.00356f,-0.00679f,0.1123f,0.00392f,-0.007413f,0.1083f,0.00428f,-0.008037f,0.1043f,0.00464f,-0.00866f,0.1003f,0.0050f,-0.01083f,0.1003f,0.00191f,-0.01005f,0.1043f,0.001773f,-0.009273f,0.1083f,0.001635f,-0.008493f,0.1123f,0.001498f,-0.007713f,0.1163f,0.00136f,-0.006933f,0.1203f,0.001222f,-0.006303f,0.1203f,0.001111f,-0.007012f,0.1163f,0.001236f,-0.007721f,0.1123f,0.001361f,-0.00843f,0.1083f,0.001486f,-0.009139f,0.1043f,0.001611f,-0.009848f,0.1003f,0.001736f,-0.01083f,0.1003f,-0.00191f,-0.01005f,0.1043f,-0.001773f,-0.009273f,0.1083f,-0.001635f,-0.008493f,0.1123f,-0.001498f,-0.007713f,0.1163f,-0.00136f,-0.006933f,0.1203f,-0.001222f,-0.006303f,0.1203f,-0.001111f,-0.007012f,0.1163f,-0.001236f,-0.007721f,0.1123f,-0.001361f,-0.00843f,0.1083f,-0.001486f,-0.009139f,0.1043f,-0.001611f,-0.009848f,0.1003f,-0.001736f,-0.009526f,0.1003f,-0.0055f,-0.00884f,0.1043f,-0.005104f,-0.008154f,0.1083f,-0.004708f,-0.007469f,0.1123f,-0.004312f}; return value; } private float[] getTube04_COORD_11_231_point_5() { float[] value = {-0.006783f,0.1163f,-0.003916f,-0.006097f,0.1203f,-0.00352f,-0.005543f,0.1203f,-0.0032f,-0.006166f,0.1163f,-0.00356f,-0.00679f,0.1123f,-0.00392f,-0.007413f,0.1083f,-0.00428f,-0.008037f,0.1043f,-0.00464f,-0.00866f,0.1003f,-0.0050f,-0.007071f,0.1003f,-0.008426f,-0.006562f,0.1043f,-0.00782f,-0.006052f,0.1083f,-0.007213f,-0.005543f,0.1123f,-0.006606f,-0.005034f,0.1163f,-0.0060f,-0.004525f,0.1203f,-0.005393f,-0.004114f,0.1203f,-0.004903f,-0.004577f,0.1163f,-0.005454f,-0.005039f,0.1123f,-0.006006f,-0.005502f,0.1083f,-0.006557f,-0.005965f,0.1043f,-0.007109f,-0.006428f,0.1003f,-0.00766f,-0.003762f,0.1003f,-0.01034f,-0.003491f,0.1043f,-0.009592f,-0.00322f,0.1083f,-0.008848f,-0.00295f,0.1123f,-0.008104f,-0.002679f,0.1163f,-0.00736f,-0.002408f,0.1203f,-0.006615f,-0.002189f,0.1203f,-0.006014f,-0.002435f,0.1163f,-0.006691f,-0.002681f,0.1123f,-0.007367f,-0.002928f,0.1083f,-0.008044f,-0.003174f,0.1043f,-0.00872f,-0.00342f,0.1003f,-0.009397f,0.0f,0.1204f,-0.0070f,0.0f,0.1232f,-0.0070f,0.0f,0.126f,-0.0070f,0.0f,0.1288f,-0.0070f,0.0f,0.1316f,-0.0070f,0.0f,0.1344f,-0.0070f,0.0f,0.1344f,-0.0030f,0.0f,0.1316f,-0.0030f,0.0f,0.1288f,-0.0030f,0.0f,0.126f,-0.0030f,0.0f,0.1232f,-0.0030f,0.0f,0.1204f,-0.0030f,0.002394f,0.1204f,-0.006578f,0.002394f,0.1232f,-0.006578f,0.002394f,0.126f,-0.006578f,0.002394f,0.1288f,-0.006578f,0.002394f,0.1316f,-0.006578f,0.002394f,0.1344f,-0.006578f,0.001026f,0.1344f,-0.002819f,0.001026f,0.1316f,-0.002819f,0.001026f,0.1288f,-0.002819f,0.001026f,0.126f,-0.002819f,0.001026f,0.1232f,-0.002819f,0.001026f,0.1204f,-0.002819f,0.0045f,0.1204f,-0.005362f,0.0045f,0.1232f,-0.005362f,0.0045f,0.126f,-0.005362f,0.0045f,0.1288f,-0.005362f,0.0045f,0.1316f,-0.005362f,0.0045f,0.1344f,-0.005362f,0.001928f,0.1344f,-0.002298f,0.001928f,0.1316f,-0.002298f,0.001928f,0.1288f,-0.002298f,0.001928f,0.126f,-0.002298f,0.001928f,0.1232f,-0.002298f,0.001928f,0.1204f,-0.002298f,0.006062f,0.1204f,-0.0035f,0.006062f,0.1232f,-0.0035f,0.006062f,0.126f,-0.0035f,0.006062f,0.1288f,-0.0035f,0.006062f,0.1316f,-0.0035f,0.006062f,0.1344f,-0.0035f,0.002598f,0.1344f,-0.0015f,0.002598f,0.1316f,-0.0015f,0.002598f,0.1288f,-0.0015f,0.002598f,0.126f,-0.0015f,0.002598f,0.1232f,-0.0015f,0.002598f,0.1204f,-0.0015f,0.006894f,0.1204f,-0.001216f,0.006894f,0.1232f,-0.001216f,0.006894f,0.126f,-0.001216f,0.006894f,0.1288f,-0.001216f,0.006894f,0.1316f,-0.001216f,0.006894f,0.1344f,-0.001216f,0.002954f,0.1344f,-5.209E-4f,0.002954f,0.1316f,-5.209E-4f,0.002954f,0.1288f,-5.209E-4f,0.002954f,0.126f,-5.209E-4f,0.002954f,0.1232f,-5.209E-4f,0.002954f,0.1204f,-5.209E-4f,0.006894f,0.1204f,0.001216f,0.006894f,0.1232f,0.001216f,0.006894f,0.126f,0.001216f,0.006894f,0.1288f,0.001216f,0.006894f,0.1316f,0.001216f,0.006894f,0.1344f,0.001216f,0.002954f,0.1344f,5.209E-4f,0.002954f,0.1316f,5.209E-4f}; return value; } private float[] getTube04_COORD_11_231_point_6() { float[] value = {0.002954f,0.1288f,5.209E-4f,0.002954f,0.126f,5.209E-4f,0.002954f,0.1232f,5.209E-4f,0.002954f,0.1204f,5.209E-4f,0.006062f,0.1204f,0.0035f,0.006062f,0.1232f,0.0035f,0.006062f,0.126f,0.0035f,0.006062f,0.1288f,0.0035f,0.006062f,0.1316f,0.0035f,0.006062f,0.1344f,0.0035f,0.002598f,0.1344f,0.0015f,0.002598f,0.1316f,0.0015f,0.002598f,0.1288f,0.0015f,0.002598f,0.126f,0.0015f,0.002598f,0.1232f,0.0015f,0.002598f,0.1204f,0.0015f,0.0045f,0.1204f,0.005362f,0.0045f,0.1232f,0.005362f,0.0045f,0.126f,0.005362f,0.0045f,0.1288f,0.005362f,0.0045f,0.1316f,0.005362f,0.0045f,0.1344f,0.005362f,0.001928f,0.1344f,0.002298f,0.001928f,0.1316f,0.002298f,0.001928f,0.1288f,0.002298f,0.001928f,0.126f,0.002298f,0.001928f,0.1232f,0.002298f,0.001928f,0.1204f,0.002298f,0.002394f,0.1204f,0.006578f,0.002394f,0.1232f,0.006578f,0.002394f,0.126f,0.006578f,0.002394f,0.1288f,0.006578f,0.002394f,0.1316f,0.006578f,0.002394f,0.1344f,0.006578f,0.001026f,0.1344f,0.002819f,0.001026f,0.1316f,0.002819f,0.001026f,0.1288f,0.002819f,0.001026f,0.126f,0.002819f,0.001026f,0.1232f,0.002819f,0.001026f,0.1204f,0.002819f,0.0f,0.1204f,0.0070f,0.0f,0.1232f,0.0070f,0.0f,0.126f,0.0070f,0.0f,0.1288f,0.0070f,0.0f,0.1316f,0.0070f,0.0f,0.1344f,0.0070f,0.0f,0.1344f,0.0030f,0.0f,0.1316f,0.0030f,0.0f,0.1288f,0.0030f,0.0f,0.126f,0.0030f,0.0f,0.1232f,0.0030f,0.0f,0.1204f,0.0030f,-0.002394f,0.1204f,0.006578f,-0.002394f,0.1232f,0.006578f,-0.002394f,0.126f,0.006578f,-0.002394f,0.1288f,0.006578f,-0.002394f,0.1316f,0.006578f,-0.002394f,0.1344f,0.006578f,-0.001026f,0.1344f,0.002819f,-0.001026f,0.1316f,0.002819f,-0.001026f,0.1288f,0.002819f,-0.001026f,0.126f,0.002819f,-0.001026f,0.1232f,0.002819f,-0.001026f,0.1204f,0.002819f,-0.0045f,0.1204f,0.005362f,-0.0045f,0.1232f,0.005362f,-0.0045f,0.126f,0.005362f,-0.0045f,0.1288f,0.005362f,-0.0045f,0.1316f,0.005362f,-0.0045f,0.1344f,0.005362f,-0.001928f,0.1344f,0.002298f,-0.001928f,0.1316f,0.002298f,-0.001928f,0.1288f,0.002298f,-0.001928f,0.126f,0.002298f,-0.001928f,0.1232f,0.002298f,-0.001928f,0.1204f,0.002298f,-0.006062f,0.1204f,0.0035f,-0.006062f,0.1232f,0.0035f,-0.006062f,0.126f,0.0035f,-0.006062f,0.1288f,0.0035f,-0.006062f,0.1316f,0.0035f,-0.006062f,0.1344f,0.0035f,-0.002598f,0.1344f,0.0015f,-0.002598f,0.1316f,0.0015f,-0.002598f,0.1288f,0.0015f,-0.002598f,0.126f,0.0015f,-0.002598f,0.1232f,0.0015f,-0.002598f,0.1204f,0.0015f,-0.006894f,0.1204f,0.001216f,-0.006894f,0.1232f,0.001216f,-0.006894f,0.126f,0.001216f,-0.006894f,0.1288f,0.001216f,-0.006894f,0.1316f,0.001216f,-0.006894f,0.1344f,0.001216f,-0.002954f,0.1344f,5.209E-4f,-0.002954f,0.1316f,5.209E-4f,-0.002954f,0.1288f,5.209E-4f,-0.002954f,0.126f,5.209E-4f,-0.002954f,0.1232f,5.209E-4f,-0.002954f,0.1204f,5.209E-4f}; return value; } private float[] getTube04_COORD_11_231_point_7() { float[] value = {-0.006894f,0.1204f,-0.001216f,-0.006894f,0.1232f,-0.001216f,-0.006894f,0.126f,-0.001216f,-0.006894f,0.1288f,-0.001216f,-0.006894f,0.1316f,-0.001216f,-0.006894f,0.1344f,-0.001216f,-0.002954f,0.1344f,-5.209E-4f,-0.002954f,0.1316f,-5.209E-4f,-0.002954f,0.1288f,-5.209E-4f,-0.002954f,0.126f,-5.209E-4f,-0.002954f,0.1232f,-5.209E-4f,-0.002954f,0.1204f,-5.209E-4f,-0.006062f,0.1204f,-0.0035f,-0.006062f,0.1232f,-0.0035f,-0.006062f,0.126f,-0.0035f,-0.006062f,0.1288f,-0.0035f,-0.006062f,0.1316f,-0.0035f,-0.006062f,0.1344f,-0.0035f,-0.002598f,0.1344f,-0.0015f,-0.002598f,0.1316f,-0.0015f,-0.002598f,0.1288f,-0.0015f,-0.002598f,0.126f,-0.0015f,-0.002598f,0.1232f,-0.0015f,-0.002598f,0.1204f,-0.0015f,-0.0045f,0.1204f,-0.005362f,-0.0045f,0.1232f,-0.005362f,-0.0045f,0.126f,-0.005362f,-0.0045f,0.1288f,-0.005362f,-0.0045f,0.1316f,-0.005362f,-0.0045f,0.1344f,-0.005362f,-0.001928f,0.1344f,-0.002298f,-0.001928f,0.1316f,-0.002298f,-0.001928f,0.1288f,-0.002298f,-0.001928f,0.126f,-0.002298f,-0.001928f,0.1232f,-0.002298f,-0.001928f,0.1204f,-0.002298f,-0.002394f,0.1204f,-0.006578f,-0.002394f,0.1232f,-0.006578f,-0.002394f,0.126f,-0.006578f,-0.002394f,0.1288f,-0.006578f,-0.002394f,0.1316f,-0.006578f,-0.002394f,0.1344f,-0.006578f,-0.001026f,0.1344f,-0.002819f,-0.001026f,0.1316f,-0.002819f,-0.001026f,0.1288f,-0.002819f,-0.001026f,0.126f,-0.002819f,-0.001026f,0.1232f,-0.002819f,-0.001026f,0.1204f,-0.002819f,0.013f,0.0f,0.0f,0.01222f,0.0f,-0.004446f,0.009959f,0.0f,-0.008356f,0.0065f,0.0f,-0.01126f,0.002257f,0.0f,-0.0128f,-0.002257f,0.0f,-0.0128f,-0.0065f,0.0f,-0.01126f,-0.009959f,0.0f,-0.008356f,-0.01222f,0.0f,-0.004446f,-0.013f,0.0f,0.0f,-0.01222f,0.0f,0.004446f,-0.009959f,0.0f,0.008356f,-0.0065f,0.0f,0.01126f,-0.002257f,0.0f,0.0128f,0.002257f,0.0f,0.0128f,0.0065f,0.0f,0.01126f,0.009959f,0.0f,0.008356f,0.01222f,0.0f,0.004446f,0.013f,0.0010f,0.0f,0.01222f,0.0010f,-0.004446f,0.009959f,0.0010f,-0.008356f,0.0065f,0.0010f,-0.01126f,0.002257f,0.0010f,-0.0128f,-0.002257f,0.0010f,-0.0128f,-0.0065f,0.0010f,-0.01126f,-0.009959f,0.0010f,-0.008356f,-0.01222f,0.0010f,-0.004446f,-0.013f,0.0010f,0.0f,-0.01222f,0.0010f,0.004446f,-0.009959f,0.0010f,0.008356f,-0.0065f,0.0010f,0.01126f,-0.002257f,0.0010f,0.0128f,0.002257f,0.0010f,0.0128f,0.0065f,0.0010f,0.01126f,0.009959f,0.0010f,0.008356f,0.01222f,0.0010f,0.004446f,0.013f,0.0020f,0.0f,0.01222f,0.0020f,-0.004446f,0.009959f,0.0020f,-0.008356f,0.0065f,0.0020f,-0.01126f,0.002257f,0.0020f,-0.0128f,-0.002257f,0.0020f,-0.0128f,-0.0065f,0.0020f,-0.01126f,-0.009959f,0.0020f,-0.008356f,-0.01222f,0.0020f,-0.004446f,-0.013f,0.0020f,0.0f,-0.01222f,0.0020f,0.004446f,-0.009959f,0.0020f,0.008356f,-0.0065f,0.0020f,0.01126f,-0.002257f,0.0020f,0.0128f,0.002257f,0.0020f,0.0128f,0.0065f,0.0020f,0.01126f}; return value; } private float[] getTube04_COORD_11_231_point_8() { float[] value = {0.009959f,0.0020f,0.008356f,0.01222f,0.0020f,0.004446f,0.013f,0.0030f,0.0f,0.01222f,0.0030f,-0.004446f,0.009959f,0.0030f,-0.008356f,0.0065f,0.0030f,-0.01126f,0.002257f,0.0030f,-0.0128f,-0.002257f,0.0030f,-0.0128f,-0.0065f,0.0030f,-0.01126f,-0.009959f,0.0030f,-0.008356f,-0.01222f,0.0030f,-0.004446f,-0.013f,0.0030f,0.0f,-0.01222f,0.0030f,0.004446f,-0.009959f,0.0030f,0.008356f,-0.0065f,0.0030f,0.01126f,-0.002257f,0.0030f,0.0128f,0.002257f,0.0030f,0.0128f,0.0065f,0.0030f,0.01126f,0.009959f,0.0030f,0.008356f,0.01222f,0.0030f,0.004446f,0.013f,0.0040f,0.0f,0.01222f,0.0040f,-0.004446f,0.009959f,0.0040f,-0.008356f,0.0065f,0.0040f,-0.01126f,0.002257f,0.0040f,-0.0128f,-0.002257f,0.0040f,-0.0128f,-0.0065f,0.0040f,-0.01126f,-0.009959f,0.0040f,-0.008356f,-0.01222f,0.0040f,-0.004446f,-0.013f,0.0040f,0.0f,-0.01222f,0.0040f,0.004446f,-0.009959f,0.0040f,0.008356f,-0.0065f,0.0040f,0.01126f,-0.002257f,0.0040f,0.0128f,0.002257f,0.0040f,0.0128f,0.0065f,0.0040f,0.01126f,0.009959f,0.0040f,0.008356f,0.01222f,0.0040f,0.004446f,0.013f,0.0050f,0.0f,0.01222f,0.0050f,-0.004446f,0.009959f,0.0050f,-0.008356f,0.0065f,0.0050f,-0.01126f,0.002257f,0.0050f,-0.0128f,-0.002257f,0.0050f,-0.0128f,-0.0065f,0.0050f,-0.01126f,-0.009959f,0.0050f,-0.008356f,-0.01222f,0.0050f,-0.004446f,-0.013f,0.0050f,0.0f,-0.01222f,0.0050f,0.004446f,-0.009959f,0.0050f,0.008356f,-0.0065f,0.0050f,0.01126f,-0.002257f,0.0050f,0.0128f,0.002257f,0.0050f,0.0128f,0.0065f,0.0050f,0.01126f,0.009959f,0.0050f,0.008356f,0.01222f,0.0050f,0.004446f,2.0f,2.0f,4.0f}; return value; } /** Define subarrays using type int[] */ private int[] getTube05_FACES_10_238_coordIndex_1() { int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1}; return value; } private int[] getTube05_FACES_10_238_coordIndex_2() { int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1,216,217,229,-1,229,228,216,-1,217,218,230,-1,230,229,217,-1,218,219,231,-1,231,230,218,-1,219,220,232,-1,232,231,219,-1,220,221,233,-1,233,232,220,-1,221,222,234,-1,234,233,221,-1,222,223,235,-1,235,234,222,-1,223,224,236,-1,236,235,223,-1,224,225,237,-1,237,236,224,-1,225,226,238,-1,238,237,225,-1,226,227,239,-1,239,238,226,-1,227,216,228,-1,228,239,227,-1,228,229,241,-1,241,240,228,-1,229,230,242,-1,242,241,229,-1,230,231,243,-1,243,242,230,-1,231,232,244,-1,244,243,231,-1,232,233,245,-1,245,244,232,-1,233,234,246,-1,246,245,233,-1,234,235,247,-1,247,246,234,-1,235,236,248,-1,248,247,235,-1,236,237,249,-1,249,248,236,-1,237,238,250,-1,250,249,237,-1,238,239,251,-1,251,250,238,-1,239,228,240,-1,240,251,239,-1,240,241,253,-1,253,252,240,-1,241,242,254,-1,254,253,241,-1,242,243,255,-1,255,254,242,-1,243,244,256,-1,256,255,243,-1,244,245,257,-1,257,256,244,-1,245,246,258,-1,258,257,245,-1,246,247,259,-1,259,258,246,-1,247,248,260,-1,260,259,247,-1,248,249,261,-1,261,260,248,-1,249,250,262,-1,262,261,249,-1}; return value; } private int[] getTube05_FACES_10_238_coordIndex_3() { int[] value = {250,251,263,-1,263,262,250,-1,251,240,252,-1,252,263,251,-1,252,253,265,-1,265,264,252,-1,253,254,266,-1,266,265,253,-1,254,255,267,-1,267,266,254,-1,255,256,268,-1,268,267,255,-1,256,257,269,-1,269,268,256,-1,257,258,270,-1,270,269,257,-1,258,259,271,-1,271,270,258,-1,259,260,272,-1,272,271,259,-1,260,261,273,-1,273,272,260,-1,261,262,274,-1,274,273,261,-1,262,263,275,-1,275,274,262,-1,263,252,264,-1,264,275,263,-1,264,265,277,-1,277,276,264,-1,265,266,278,-1,278,277,265,-1,266,267,279,-1,279,278,266,-1,267,268,280,-1,280,279,267,-1,268,269,281,-1,281,280,268,-1,269,270,282,-1,282,281,269,-1,270,271,283,-1,283,282,270,-1,271,272,284,-1,284,283,271,-1,272,273,285,-1,285,284,272,-1,273,274,286,-1,286,285,273,-1,274,275,287,-1,287,286,274,-1,275,264,276,-1,276,287,275,-1,276,277,289,-1,289,288,276,-1,277,278,290,-1,290,289,277,-1,278,279,291,-1,291,290,278,-1,279,280,292,-1,292,291,279,-1,280,281,293,-1,293,292,280,-1,281,282,294,-1,294,293,281,-1,282,283,295,-1,295,294,282,-1,283,284,296,-1,296,295,283,-1,284,285,297,-1,297,296,284,-1,285,286,298,-1,298,297,285,-1,286,287,299,-1,299,298,286,-1,287,276,288,-1,288,299,287,-1,288,289,301,-1,301,300,288,-1,289,290,302,-1,302,301,289,-1,290,291,303,-1,303,302,290,-1,291,292,304,-1,304,303,291,-1,292,293,305,-1,305,304,292,-1,293,294,306,-1,306,305,293,-1,294,295,307,-1,307,306,294,-1,295,296,308,-1,308,307,295,-1,296,297,309,-1,309,308,296,-1,297,298,310,-1,310,309,297,-1,298,299,311,-1,311,310,298,-1,299,288,300,-1,300,311,299,-1,300,301,313,-1,313,312,300,-1,301,302,314,-1,314,313,301,-1,302,303,315,-1,315,314,302,-1,303,304,316,-1,316,315,303,-1,304,305,317,-1,317,316,304,-1,305,306,318,-1,318,317,305,-1,306,307,319,-1,319,318,306,-1,307,308,320,-1,320,319,307,-1,308,309,321,-1,321,320,308,-1,309,310,322,-1,322,321,309,-1,310,311,323,-1,323,322,310,-1,311,300,312,-1,312,323,311,-1,312,313,325,-1,325,324,312,-1,313,314,326,-1,326,325,313,-1,314,315,327,-1,327,326,314,-1,315,316,328,-1,328,327,315,-1,316,317,329,-1,329,328,316,-1,317,318,330,-1,330,329,317,-1,318,319,331,-1,331,330,318,-1,319,320,332,-1,332,331,319,-1,320,321,333,-1,333,332,320,-1,321,322,334,-1,334,333,321,-1,322,323,335,-1,335,334,322,-1,323,312,324,-1,324,335,323,-1,324,325,337,-1,337,336,324,-1,325,326,338,-1,338,337,325,-1,326,327,339,-1,339,338,326,-1,327,328,340,-1,340,339,327,-1,328,329,341,-1,341,340,328,-1,329,330,342,-1,342,341,329,-1,330,331,343,-1,343,342,330,-1,331,332,344,-1,344,343,331,-1,332,333,345,-1,345,344,332,-1,333,334,346,-1,346,345,333,-1,334,335,347,-1,347,346,334,-1,335,324,336,-1,336,347,335,-1,336,337,349,-1,349,348,336,-1,337,338,350,-1,350,349,337,-1,338,339,351,-1,351,350,338,-1,339,340,352,-1,352,351,339,-1,340,341,353,-1,353,352,340,-1,341,342,354,-1,354,353,341,-1,342,343,355,-1,355,354,342,-1,343,344,356,-1,356,355,343,-1,344,345,357,-1,357,356,344,-1,345,346,358,-1,358,357,345,-1,346,347,359,-1,359,358,346,-1,347,336,348,-1,348,359,347,-1,348,349,361,-1,361,360,348,-1,349,350,362,-1,362,361,349,-1,350,351,363,-1,363,362,350,-1,351,352,364,-1,364,363,351,-1,352,353,365,-1,365,364,352,-1,353,354,366,-1,366,365,353,-1,354,355,367,-1,367,366,354,-1,355,356,368,-1,368,367,355,-1,356,357,369,-1,369,368,356,-1,357,358,370,-1,370,369,357,-1,358,359,371,-1,371,370,358,-1,359,348,360,-1,360,371,359,-1,360,361,373,-1,373,372,360,-1,361,362,374,-1,374,373,361,-1,362,363,375,-1,375,374,362,-1,363,364,376,-1,376,375,363,-1,364,365,377,-1,377,376,364,-1,365,366,378,-1,378,377,365,-1,366,367,379,-1,379,378,366,-1,367,368,380,-1,380,379,367,-1,368,369,381,-1,381,380,368,-1,369,370,382,-1,382,381,369,-1,370,371,383,-1,383,382,370,-1,371,360,372,-1,372,383,371,-1,372,373,385,-1,385,384,372,-1,373,374,386,-1,386,385,373,-1,374,375,387,-1,387,386,374,-1}; return value; } private int[] getTube05_FACES_10_238_coordIndex_4() { int[] value = {375,376,388,-1,388,387,375,-1,376,377,389,-1,389,388,376,-1,377,378,390,-1,390,389,377,-1,378,379,391,-1,391,390,378,-1,379,380,392,-1,392,391,379,-1,380,381,393,-1,393,392,380,-1,381,382,394,-1,394,393,381,-1,382,383,395,-1,395,394,382,-1,383,372,384,-1,384,395,383,-1,384,385,397,-1,397,396,384,-1,385,386,398,-1,398,397,385,-1,386,387,399,-1,399,398,386,-1,387,388,400,-1,400,399,387,-1,388,389,401,-1,401,400,388,-1,389,390,402,-1,402,401,389,-1,390,391,403,-1,403,402,390,-1,391,392,404,-1,404,403,391,-1,392,393,405,-1,405,404,392,-1,393,394,406,-1,406,405,393,-1,394,395,407,-1,407,406,394,-1,395,384,396,-1,396,407,395,-1,396,397,409,-1,409,408,396,-1,397,398,410,-1,410,409,397,-1,398,399,411,-1,411,410,398,-1,399,400,412,-1,412,411,399,-1,400,401,413,-1,413,412,400,-1,401,402,414,-1,414,413,401,-1,402,403,415,-1,415,414,402,-1,403,404,416,-1,416,415,403,-1,404,405,417,-1,417,416,404,-1,405,406,418,-1,418,417,405,-1,406,407,419,-1,419,418,406,-1,407,396,408,-1,408,419,407,-1,408,409,421,-1,421,420,408,-1,409,410,422,-1,422,421,409,-1,410,411,423,-1,423,422,410,-1,411,412,424,-1,424,423,411,-1,412,413,425,-1,425,424,412,-1,413,414,426,-1,426,425,413,-1,414,415,427,-1,427,426,414,-1,415,416,428,-1,428,427,415,-1,416,417,429,-1,429,428,416,-1,417,418,430,-1,430,429,417,-1,418,419,431,-1,431,430,418,-1,419,408,420,-1,420,431,419,-1,420,421,217,-1,217,216,420,-1,421,422,218,-1,218,217,421,-1,422,423,219,-1,219,218,422,-1,423,424,220,-1,220,219,423,-1,424,425,221,-1,221,220,424,-1,425,426,222,-1,222,221,425,-1,426,427,223,-1,223,222,426,-1,427,428,224,-1,224,223,427,-1,428,429,225,-1,225,224,428,-1,429,430,226,-1,226,225,429,-1,430,431,227,-1,227,226,430,-1,431,420,216,-1,216,227,431,-1,432,433,445,-1,445,444,432,-1,433,434,446,-1,446,445,433,-1,434,435,447,-1,447,446,434,-1,435,436,448,-1,448,447,435,-1,436,437,449,-1,449,448,436,-1,437,438,450,-1,450,449,437,-1,438,439,451,-1,451,450,438,-1,439,440,452,-1,452,451,439,-1,440,441,453,-1,453,452,440,-1,441,442,454,-1,454,453,441,-1,442,443,455,-1,455,454,442,-1,443,432,444,-1,444,455,443,-1,444,445,457,-1,457,456,444,-1,445,446,458,-1,458,457,445,-1,446,447,459,-1,459,458,446,-1,447,448,460,-1,460,459,447,-1,448,449,461,-1,461,460,448,-1,449,450,462,-1,462,461,449,-1,450,451,463,-1,463,462,450,-1,451,452,464,-1,464,463,451,-1,452,453,465,-1,465,464,452,-1,453,454,466,-1,466,465,453,-1,454,455,467,-1,467,466,454,-1,455,444,456,-1,456,467,455,-1,456,457,469,-1,469,468,456,-1,457,458,470,-1,470,469,457,-1,458,459,471,-1,471,470,458,-1,459,460,472,-1,472,471,459,-1,460,461,473,-1,473,472,460,-1,461,462,474,-1,474,473,461,-1,462,463,475,-1,475,474,462,-1,463,464,476,-1,476,475,463,-1,464,465,477,-1,477,476,464,-1,465,466,478,-1,478,477,465,-1,466,467,479,-1,479,478,466,-1,467,456,468,-1,468,479,467,-1,468,469,481,-1,481,480,468,-1,469,470,482,-1,482,481,469,-1,470,471,483,-1,483,482,470,-1,471,472,484,-1,484,483,471,-1,472,473,485,-1,485,484,472,-1,473,474,486,-1,486,485,473,-1,474,475,487,-1,487,486,474,-1,475,476,488,-1,488,487,475,-1,476,477,489,-1,489,488,476,-1,477,478,490,-1,490,489,477,-1,478,479,491,-1,491,490,478,-1,479,468,480,-1,480,491,479,-1,480,481,493,-1,493,492,480,-1,481,482,494,-1,494,493,481,-1,482,483,495,-1,495,494,482,-1,483,484,496,-1,496,495,483,-1,484,485,497,-1,497,496,484,-1,485,486,498,-1,498,497,485,-1,486,487,499,-1,499,498,486,-1,487,488,500,-1,500,499,487,-1,488,489,501,-1,501,500,488,-1,489,490,502,-1,502,501,489,-1,490,491,503,-1,503,502,490,-1,491,480,492,-1,492,503,491,-1,492,493,505,-1,505,504,492,-1,493,494,506,-1,506,505,493,-1,494,495,507,-1,507,506,494,-1,495,496,508,-1,508,507,495,-1,496,497,509,-1,509,508,496,-1,497,498,510,-1,510,509,497,-1,498,499,511,-1,511,510,498,-1,499,500,512,-1,512,511,499,-1}; return value; } private int[] getTube05_FACES_10_238_coordIndex_5() { int[] value = {500,501,513,-1,513,512,500,-1,501,502,514,-1,514,513,501,-1,502,503,515,-1,515,514,502,-1,503,492,504,-1,504,515,503,-1,504,505,517,-1,517,516,504,-1,505,506,518,-1,518,517,505,-1,506,507,519,-1,519,518,506,-1,507,508,520,-1,520,519,507,-1,508,509,521,-1,521,520,508,-1,509,510,522,-1,522,521,509,-1,510,511,523,-1,523,522,510,-1,511,512,524,-1,524,523,511,-1,512,513,525,-1,525,524,512,-1,513,514,526,-1,526,525,513,-1,514,515,527,-1,527,526,514,-1,515,504,516,-1,516,527,515,-1,516,517,529,-1,529,528,516,-1,517,518,530,-1,530,529,517,-1,518,519,531,-1,531,530,518,-1,519,520,532,-1,532,531,519,-1,520,521,533,-1,533,532,520,-1,521,522,534,-1,534,533,521,-1,522,523,535,-1,535,534,522,-1,523,524,536,-1,536,535,523,-1,524,525,537,-1,537,536,524,-1,525,526,538,-1,538,537,525,-1,526,527,539,-1,539,538,526,-1,527,516,528,-1,528,539,527,-1,528,529,541,-1,541,540,528,-1,529,530,542,-1,542,541,529,-1,530,531,543,-1,543,542,530,-1,531,532,544,-1,544,543,531,-1,532,533,545,-1,545,544,532,-1,533,534,546,-1,546,545,533,-1,534,535,547,-1,547,546,534,-1,535,536,548,-1,548,547,535,-1,536,537,549,-1,549,548,536,-1,537,538,550,-1,550,549,537,-1,538,539,551,-1,551,550,538,-1,539,528,540,-1,540,551,539,-1,540,541,553,-1,553,552,540,-1,541,542,554,-1,554,553,541,-1,542,543,555,-1,555,554,542,-1,543,544,556,-1,556,555,543,-1,544,545,557,-1,557,556,544,-1,545,546,558,-1,558,557,545,-1,546,547,559,-1,559,558,546,-1,547,548,560,-1,560,559,547,-1,548,549,561,-1,561,560,548,-1,549,550,562,-1,562,561,549,-1,550,551,563,-1,563,562,550,-1,551,540,552,-1,552,563,551,-1,552,553,565,-1,565,564,552,-1,553,554,566,-1,566,565,553,-1,554,555,567,-1,567,566,554,-1,555,556,568,-1,568,567,555,-1,556,557,569,-1,569,568,556,-1,557,558,570,-1,570,569,557,-1,558,559,571,-1,571,570,558,-1,559,560,572,-1,572,571,559,-1,560,561,573,-1,573,572,560,-1,561,562,574,-1,574,573,561,-1,562,563,575,-1,575,574,562,-1,563,552,564,-1,564,575,563,-1,564,565,577,-1,577,576,564,-1,565,566,578,-1,578,577,565,-1,566,567,579,-1,579,578,566,-1,567,568,580,-1,580,579,567,-1,568,569,581,-1,581,580,568,-1,569,570,582,-1,582,581,569,-1,570,571,583,-1,583,582,570,-1,571,572,584,-1,584,583,571,-1,572,573,585,-1,585,584,572,-1,573,574,586,-1,586,585,573,-1,574,575,587,-1,587,586,574,-1,575,564,576,-1,576,587,575,-1,576,577,589,-1,589,588,576,-1,577,578,590,-1,590,589,577,-1,578,579,591,-1,591,590,578,-1,579,580,592,-1,592,591,579,-1,580,581,593,-1,593,592,580,-1,581,582,594,-1,594,593,581,-1,582,583,595,-1,595,594,582,-1,583,584,596,-1,596,595,583,-1,584,585,597,-1,597,596,584,-1,585,586,598,-1,598,597,585,-1,586,587,599,-1,599,598,586,-1,587,576,588,-1,588,599,587,-1,588,589,601,-1,601,600,588,-1,589,590,602,-1,602,601,589,-1,590,591,603,-1,603,602,590,-1,591,592,604,-1,604,603,591,-1,592,593,605,-1,605,604,592,-1,593,594,606,-1,606,605,593,-1,594,595,607,-1,607,606,594,-1,595,596,608,-1,608,607,595,-1,596,597,609,-1,609,608,596,-1,597,598,610,-1,610,609,597,-1,598,599,611,-1,611,610,598,-1,599,588,600,-1,600,611,599,-1,600,601,613,-1,613,612,600,-1,601,602,614,-1,614,613,601,-1,602,603,615,-1,615,614,602,-1,603,604,616,-1,616,615,603,-1,604,605,617,-1,617,616,604,-1,605,606,618,-1,618,617,605,-1,606,607,619,-1,619,618,606,-1,607,608,620,-1,620,619,607,-1,608,609,621,-1,621,620,608,-1,609,610,622,-1,622,621,609,-1,610,611,623,-1,623,622,610,-1,611,600,612,-1,612,623,611,-1,612,613,625,-1,625,624,612,-1,613,614,626,-1,626,625,613,-1,614,615,627,-1,627,626,614,-1,615,616,628,-1,628,627,615,-1,616,617,629,-1,629,628,616,-1,617,618,630,-1,630,629,617,-1,618,619,631,-1,631,630,618,-1,619,620,632,-1,632,631,619,-1,620,621,633,-1,633,632,620,-1,621,622,634,-1,634,633,621,-1,622,623,635,-1,635,634,622,-1,623,612,624,-1,624,635,623,-1,624,625,637,-1,637,636,624,-1}; return value; } private int[] getTube05_FACES_10_238_coordIndex_6() { int[] value = {625,626,638,-1,638,637,625,-1,626,627,639,-1,639,638,626,-1,627,628,640,-1,640,639,627,-1,628,629,641,-1,641,640,628,-1,629,630,642,-1,642,641,629,-1,630,631,643,-1,643,642,630,-1,631,632,644,-1,644,643,631,-1,632,633,645,-1,645,644,632,-1,633,634,646,-1,646,645,633,-1,634,635,647,-1,647,646,634,-1,635,624,636,-1,636,647,635,-1,636,637,433,-1,433,432,636,-1,637,638,434,-1,434,433,637,-1,638,639,435,-1,435,434,638,-1,639,640,436,-1,436,435,639,-1,640,641,437,-1,437,436,640,-1,641,642,438,-1,438,437,641,-1,642,643,439,-1,439,438,642,-1,643,644,440,-1,440,439,643,-1,644,645,441,-1,441,440,644,-1,645,646,442,-1,442,441,645,-1,646,647,443,-1,443,442,646,-1,647,636,432,-1,432,443,647,-1,648,649,667,-1,667,666,648,-1,649,650,668,-1,668,667,649,-1,650,651,669,-1,669,668,650,-1,651,652,670,-1,670,669,651,-1,652,653,671,-1,671,670,652,-1,653,654,672,-1,672,671,653,-1,654,655,673,-1,673,672,654,-1,655,656,674,-1,674,673,655,-1,656,657,675,-1,675,674,656,-1,657,658,676,-1,676,675,657,-1,658,659,677,-1,677,676,658,-1,659,660,678,-1,678,677,659,-1,660,661,679,-1,679,678,660,-1,661,662,680,-1,680,679,661,-1,662,663,681,-1,681,680,662,-1,663,664,682,-1,682,681,663,-1,664,665,683,-1,683,682,664,-1,665,648,666,-1,666,683,665,-1,666,667,685,-1,685,684,666,-1,667,668,686,-1,686,685,667,-1,668,669,687,-1,687,686,668,-1,669,670,688,-1,688,687,669,-1,670,671,689,-1,689,688,670,-1,671,672,690,-1,690,689,671,-1,672,673,691,-1,691,690,672,-1,673,674,692,-1,692,691,673,-1,674,675,693,-1,693,692,674,-1,675,676,694,-1,694,693,675,-1,676,677,695,-1,695,694,676,-1,677,678,696,-1,696,695,677,-1,678,679,697,-1,697,696,678,-1,679,680,698,-1,698,697,679,-1,680,681,699,-1,699,698,680,-1,681,682,700,-1,700,699,681,-1,682,683,701,-1,701,700,682,-1,683,666,684,-1,684,701,683,-1,684,685,703,-1,703,702,684,-1,685,686,704,-1,704,703,685,-1,686,687,705,-1,705,704,686,-1,687,688,706,-1,706,705,687,-1,688,689,707,-1,707,706,688,-1,689,690,708,-1,708,707,689,-1,690,691,709,-1,709,708,690,-1,691,692,710,-1,710,709,691,-1,692,693,711,-1,711,710,692,-1,693,694,712,-1,712,711,693,-1,694,695,713,-1,713,712,694,-1,695,696,714,-1,714,713,695,-1,696,697,715,-1,715,714,696,-1,697,698,716,-1,716,715,697,-1,698,699,717,-1,717,716,698,-1,699,700,718,-1,718,717,699,-1,700,701,719,-1,719,718,700,-1,701,684,702,-1,702,719,701,-1,702,703,721,-1,721,720,702,-1,703,704,722,-1,722,721,703,-1,704,705,723,-1,723,722,704,-1,705,706,724,-1,724,723,705,-1,706,707,725,-1,725,724,706,-1,707,708,726,-1,726,725,707,-1,708,709,727,-1,727,726,708,-1,709,710,728,-1,728,727,709,-1,710,711,729,-1,729,728,710,-1,711,712,730,-1,730,729,711,-1,712,713,731,-1,731,730,712,-1,713,714,732,-1,732,731,713,-1,714,715,733,-1,733,732,714,-1,715,716,734,-1,734,733,715,-1,716,717,735,-1,735,734,716,-1,717,718,736,-1,736,735,717,-1,718,719,737,-1,737,736,718,-1,719,702,720,-1,720,737,719,-1,720,721,739,-1,739,738,720,-1,721,722,740,-1,740,739,721,-1,722,723,741,-1,741,740,722,-1,723,724,742,-1,742,741,723,-1,724,725,743,-1,743,742,724,-1,725,726,744,-1,744,743,725,-1,726,727,745,-1,745,744,726,-1,727,728,746,-1,746,745,727,-1,728,729,747,-1,747,746,728,-1,729,730,748,-1,748,747,729,-1,730,731,749,-1,749,748,730,-1,731,732,750,-1,750,749,731,-1,732,733,751,-1,751,750,732,-1,733,734,752,-1,752,751,733,-1,734,735,753,-1,753,752,734,-1,735,736,754,-1,754,753,735,-1,736,737,755,-1,755,754,736,-1,737,720,738,-1,738,755,737,-1,664,663,662,-1,662,661,660,-1,660,659,658,-1,662,660,658,-1,658,657,656,-1,656,655,654,-1,658,656,654,-1,654,653,652,-1,652,651,650,-1,654,652,650,-1,658,654,650,-1,662,658,650,-1,650,649,648,-1,662,650,648,-1,664,662,648,-1,665,664,648,-1,739,740,741,-1,741,742,743,-1,743,744,745,-1,741,743,745,-1,745,746,747,-1,747,748,749,-1,745,747,749,-1,749,750,751,-1}; return value; } private int[] getTube05_FACES_10_238_coordIndex_7() { int[] value = {751,752,753,-1,749,751,753,-1,745,749,753,-1,741,745,753,-1,753,754,755,-1,741,753,755,-1,739,741,755,-1,738,739,755,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTube05_COORD_11_238_point_1() { float[] value = {0.0f,0.0f,-0.011f,0.0f,0.02f,-0.011f,0.0f,0.04f,-0.011f,0.0f,0.06f,-0.011f,0.0f,0.08f,-0.011f,0.0f,0.1f,-0.011f,0.0f,0.1f,-0.01f,0.0f,0.08f,-0.01f,0.0f,0.06f,-0.01f,0.0f,0.04f,-0.01f,0.0f,0.02f,-0.01f,0.0f,0.0f,-0.01f,0.003762f,0.0f,-0.01034f,0.003762f,0.02f,-0.01034f,0.003762f,0.04f,-0.01034f,0.003762f,0.06f,-0.01034f,0.003762f,0.08f,-0.01034f,0.003762f,0.1f,-0.01034f,0.00342f,0.1f,-0.009397f,0.00342f,0.08f,-0.009397f,0.00342f,0.06f,-0.009397f,0.00342f,0.04f,-0.009397f,0.00342f,0.02f,-0.009397f,0.00342f,0.0f,-0.009397f,0.007071f,0.0f,-0.008426f,0.007071f,0.02f,-0.008426f,0.007071f,0.04f,-0.008426f,0.007071f,0.06f,-0.008426f,0.007071f,0.08f,-0.008426f,0.007071f,0.1f,-0.008426f,0.006428f,0.1f,-0.00766f,0.006428f,0.08f,-0.00766f,0.006428f,0.06f,-0.00766f,0.006428f,0.04f,-0.00766f,0.006428f,0.02f,-0.00766f,0.006428f,0.0f,-0.00766f,0.009526f,0.0f,-0.0055f,0.009526f,0.02f,-0.0055f,0.009526f,0.04f,-0.0055f,0.009526f,0.06f,-0.0055f,0.009526f,0.08f,-0.0055f,0.009526f,0.1f,-0.0055f,0.00866f,0.1f,-0.0050f,0.00866f,0.08f,-0.0050f,0.00866f,0.06f,-0.0050f,0.00866f,0.04f,-0.0050f,0.00866f,0.02f,-0.0050f,0.00866f,0.0f,-0.0050f,0.01083f,0.0f,-0.00191f,0.01083f,0.02f,-0.00191f,0.01083f,0.04f,-0.00191f,0.01083f,0.06f,-0.00191f,0.01083f,0.08f,-0.00191f,0.01083f,0.1f,-0.00191f,0.009848f,0.1f,-0.001736f,0.009848f,0.08f,-0.001736f,0.009848f,0.06f,-0.001736f,0.009848f,0.04f,-0.001736f,0.009848f,0.02f,-0.001736f,0.009848f,0.0f,-0.001736f,0.01083f,0.0f,0.00191f,0.01083f,0.02f,0.00191f,0.01083f,0.04f,0.00191f,0.01083f,0.06f,0.00191f,0.01083f,0.08f,0.00191f,0.01083f,0.1f,0.00191f,0.009848f,0.1f,0.001736f,0.009848f,0.08f,0.001736f,0.009848f,0.06f,0.001736f,0.009848f,0.04f,0.001736f,0.009848f,0.02f,0.001736f,0.009848f,0.0f,0.001736f,0.009526f,0.0f,0.0055f,0.009526f,0.02f,0.0055f,0.009526f,0.04f,0.0055f,0.009526f,0.06f,0.0055f,0.009526f,0.08f,0.0055f,0.009526f,0.1f,0.0055f,0.00866f,0.1f,0.0050f,0.00866f,0.08f,0.0050f,0.00866f,0.06f,0.0050f,0.00866f,0.04f,0.0050f,0.00866f,0.02f,0.0050f,0.00866f,0.0f,0.0050f,0.007071f,0.0f,0.008426f,0.007071f,0.02f,0.008426f,0.007071f,0.04f,0.008426f,0.007071f,0.06f,0.008426f,0.007071f,0.08f,0.008426f,0.007071f,0.1f,0.008426f,0.006428f,0.1f,0.00766f,0.006428f,0.08f,0.00766f,0.006428f,0.06f,0.00766f,0.006428f,0.04f,0.00766f,0.006428f,0.02f,0.00766f,0.006428f,0.0f,0.00766f,0.003762f,0.0f,0.01034f,0.003762f,0.02f,0.01034f,0.003762f,0.04f,0.01034f,0.003762f,0.06f,0.01034f}; return value; } private float[] getTube05_COORD_11_238_point_2() { float[] value = {0.003762f,0.08f,0.01034f,0.003762f,0.1f,0.01034f,0.00342f,0.1f,0.009397f,0.00342f,0.08f,0.009397f,0.00342f,0.06f,0.009397f,0.00342f,0.04f,0.009397f,0.00342f,0.02f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.011f,0.0f,0.02f,0.011f,0.0f,0.04f,0.011f,0.0f,0.06f,0.011f,0.0f,0.08f,0.011f,0.0f,0.1f,0.011f,0.0f,0.1f,0.01f,0.0f,0.08f,0.01f,0.0f,0.06f,0.01f,0.0f,0.04f,0.01f,0.0f,0.02f,0.01f,0.0f,0.0f,0.01f,-0.003762f,0.0f,0.01034f,-0.003762f,0.02f,0.01034f,-0.003762f,0.04f,0.01034f,-0.003762f,0.06f,0.01034f,-0.003762f,0.08f,0.01034f,-0.003762f,0.1f,0.01034f,-0.00342f,0.1f,0.009397f,-0.00342f,0.08f,0.009397f,-0.00342f,0.06f,0.009397f,-0.00342f,0.04f,0.009397f,-0.00342f,0.02f,0.009397f,-0.00342f,0.0f,0.009397f,-0.007071f,0.0f,0.008426f,-0.007071f,0.02f,0.008426f,-0.007071f,0.04f,0.008426f,-0.007071f,0.06f,0.008426f,-0.007071f,0.08f,0.008426f,-0.007071f,0.1f,0.008426f,-0.006428f,0.1f,0.00766f,-0.006428f,0.08f,0.00766f,-0.006428f,0.06f,0.00766f,-0.006428f,0.04f,0.00766f,-0.006428f,0.02f,0.00766f,-0.006428f,0.0f,0.00766f,-0.009526f,0.0f,0.0055f,-0.009526f,0.02f,0.0055f,-0.009526f,0.04f,0.0055f,-0.009526f,0.06f,0.0055f,-0.009526f,0.08f,0.0055f,-0.009526f,0.1f,0.0055f,-0.00866f,0.1f,0.0050f,-0.00866f,0.08f,0.0050f,-0.00866f,0.06f,0.0050f,-0.00866f,0.04f,0.0050f,-0.00866f,0.02f,0.0050f,-0.00866f,0.0f,0.0050f,-0.01083f,0.0f,0.00191f,-0.01083f,0.02f,0.00191f,-0.01083f,0.04f,0.00191f,-0.01083f,0.06f,0.00191f,-0.01083f,0.08f,0.00191f,-0.01083f,0.1f,0.00191f,-0.009848f,0.1f,0.001736f,-0.009848f,0.08f,0.001736f,-0.009848f,0.06f,0.001736f,-0.009848f,0.04f,0.001736f,-0.009848f,0.02f,0.001736f,-0.009848f,0.0f,0.001736f,-0.01083f,0.0f,-0.00191f,-0.01083f,0.02f,-0.00191f,-0.01083f,0.04f,-0.00191f,-0.01083f,0.06f,-0.00191f,-0.01083f,0.08f,-0.00191f,-0.01083f,0.1f,-0.00191f,-0.009848f,0.1f,-0.001736f,-0.009848f,0.08f,-0.001736f,-0.009848f,0.06f,-0.001736f,-0.009848f,0.04f,-0.001736f,-0.009848f,0.02f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.009526f,0.0f,-0.0055f,-0.009526f,0.02f,-0.0055f,-0.009526f,0.04f,-0.0055f,-0.009526f,0.06f,-0.0055f,-0.009526f,0.08f,-0.0055f,-0.009526f,0.1f,-0.0055f,-0.00866f,0.1f,-0.0050f,-0.00866f,0.08f,-0.0050f,-0.00866f,0.06f,-0.0050f,-0.00866f,0.04f,-0.0050f,-0.00866f,0.02f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.007071f,0.0f,-0.008426f,-0.007071f,0.02f,-0.008426f,-0.007071f,0.04f,-0.008426f,-0.007071f,0.06f,-0.008426f,-0.007071f,0.08f,-0.008426f,-0.007071f,0.1f,-0.008426f,-0.006428f,0.1f,-0.00766f,-0.006428f,0.08f,-0.00766f}; return value; } private float[] getTube05_COORD_11_238_point_3() { float[] value = {-0.006428f,0.06f,-0.00766f,-0.006428f,0.04f,-0.00766f,-0.006428f,0.02f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.003762f,0.0f,-0.01034f,-0.003762f,0.02f,-0.01034f,-0.003762f,0.04f,-0.01034f,-0.003762f,0.06f,-0.01034f,-0.003762f,0.08f,-0.01034f,-0.003762f,0.1f,-0.01034f,-0.00342f,0.1f,-0.009397f,-0.00342f,0.08f,-0.009397f,-0.00342f,0.06f,-0.009397f,-0.00342f,0.04f,-0.009397f,-0.00342f,0.02f,-0.009397f,-0.00342f,0.0f,-0.009397f,0.0f,0.1003f,-0.011f,0.0f,0.1043f,-0.01021f,0.0f,0.1083f,-0.009416f,0.0f,0.1123f,-0.008624f,0.0f,0.1163f,-0.007832f,0.0f,0.1203f,-0.00704f,0.0f,0.1203f,-0.0064f,0.0f,0.1163f,-0.00712f,0.0f,0.1123f,-0.00784f,0.0f,0.1083f,-0.00856f,0.0f,0.1043f,-0.00928f,0.0f,0.1003f,-0.01f,0.003762f,0.1003f,-0.01034f,0.003491f,0.1043f,-0.009592f,0.00322f,0.1083f,-0.008848f,0.00295f,0.1123f,-0.008104f,0.002679f,0.1163f,-0.00736f,0.002408f,0.1203f,-0.006615f,0.002189f,0.1203f,-0.006014f,0.002435f,0.1163f,-0.006691f,0.002681f,0.1123f,-0.007367f,0.002928f,0.1083f,-0.008044f,0.003174f,0.1043f,-0.00872f,0.00342f,0.1003f,-0.009397f,0.007071f,0.1003f,-0.008426f,0.006562f,0.1043f,-0.00782f,0.006052f,0.1083f,-0.007213f,0.005543f,0.1123f,-0.006606f,0.005034f,0.1163f,-0.0060f,0.004525f,0.1203f,-0.005393f,0.004114f,0.1203f,-0.004903f,0.004577f,0.1163f,-0.005454f,0.005039f,0.1123f,-0.006006f,0.005502f,0.1083f,-0.006557f,0.005965f,0.1043f,-0.007109f,0.006428f,0.1003f,-0.00766f,0.009526f,0.1003f,-0.0055f,0.00884f,0.1043f,-0.005104f,0.008154f,0.1083f,-0.004708f,0.007469f,0.1123f,-0.004312f,0.006783f,0.1163f,-0.003916f,0.006097f,0.1203f,-0.00352f,0.005543f,0.1203f,-0.0032f,0.006166f,0.1163f,-0.00356f,0.00679f,0.1123f,-0.00392f,0.007413f,0.1083f,-0.00428f,0.008037f,0.1043f,-0.00464f,0.00866f,0.1003f,-0.0050f,0.01083f,0.1003f,-0.00191f,0.01005f,0.1043f,-0.001773f,0.009273f,0.1083f,-0.001635f,0.008493f,0.1123f,-0.001498f,0.007713f,0.1163f,-0.00136f,0.006933f,0.1203f,-0.001222f,0.006303f,0.1203f,-0.001111f,0.007012f,0.1163f,-0.001236f,0.007721f,0.1123f,-0.001361f,0.00843f,0.1083f,-0.001486f,0.009139f,0.1043f,-0.001611f,0.009848f,0.1003f,-0.001736f,0.01083f,0.1003f,0.00191f,0.01005f,0.1043f,0.001773f,0.009273f,0.1083f,0.001635f,0.008493f,0.1123f,0.001498f,0.007713f,0.1163f,0.00136f,0.006933f,0.1203f,0.001222f,0.006303f,0.1203f,0.001111f,0.007012f,0.1163f,0.001236f,0.007721f,0.1123f,0.001361f,0.00843f,0.1083f,0.001486f,0.009139f,0.1043f,0.001611f,0.009848f,0.1003f,0.001736f,0.009526f,0.1003f,0.0055f,0.00884f,0.1043f,0.005104f,0.008154f,0.1083f,0.004708f,0.007469f,0.1123f,0.004312f,0.006783f,0.1163f,0.003916f,0.006097f,0.1203f,0.00352f,0.005543f,0.1203f,0.0032f,0.006166f,0.1163f,0.00356f,0.00679f,0.1123f,0.00392f,0.007413f,0.1083f,0.00428f,0.008037f,0.1043f,0.00464f,0.00866f,0.1003f,0.0050f}; return value; } private float[] getTube05_COORD_11_238_point_4() { float[] value = {0.007071f,0.1003f,0.008426f,0.006562f,0.1043f,0.00782f,0.006052f,0.1083f,0.007213f,0.005543f,0.1123f,0.006606f,0.005034f,0.1163f,0.0060f,0.004525f,0.1203f,0.005393f,0.004114f,0.1203f,0.004903f,0.004577f,0.1163f,0.005454f,0.005039f,0.1123f,0.006006f,0.005502f,0.1083f,0.006557f,0.005965f,0.1043f,0.007109f,0.006428f,0.1003f,0.00766f,0.003762f,0.1003f,0.01034f,0.003491f,0.1043f,0.009592f,0.00322f,0.1083f,0.008848f,0.00295f,0.1123f,0.008104f,0.002679f,0.1163f,0.00736f,0.002408f,0.1203f,0.006615f,0.002189f,0.1203f,0.006014f,0.002435f,0.1163f,0.006691f,0.002681f,0.1123f,0.007367f,0.002928f,0.1083f,0.008044f,0.003174f,0.1043f,0.00872f,0.00342f,0.1003f,0.009397f,0.0f,0.1003f,0.011f,0.0f,0.1043f,0.01021f,0.0f,0.1083f,0.009416f,0.0f,0.1123f,0.008624f,0.0f,0.1163f,0.007832f,0.0f,0.1203f,0.00704f,0.0f,0.1203f,0.0064f,0.0f,0.1163f,0.00712f,0.0f,0.1123f,0.00784f,0.0f,0.1083f,0.00856f,0.0f,0.1043f,0.00928f,0.0f,0.1003f,0.01f,-0.003762f,0.1003f,0.01034f,-0.003491f,0.1043f,0.009592f,-0.00322f,0.1083f,0.008848f,-0.00295f,0.1123f,0.008104f,-0.002679f,0.1163f,0.00736f,-0.002408f,0.1203f,0.006615f,-0.002189f,0.1203f,0.006014f,-0.002435f,0.1163f,0.006691f,-0.002681f,0.1123f,0.007367f,-0.002928f,0.1083f,0.008044f,-0.003174f,0.1043f,0.00872f,-0.00342f,0.1003f,0.009397f,-0.007071f,0.1003f,0.008426f,-0.006562f,0.1043f,0.00782f,-0.006052f,0.1083f,0.007213f,-0.005543f,0.1123f,0.006606f,-0.005034f,0.1163f,0.0060f,-0.004525f,0.1203f,0.005393f,-0.004114f,0.1203f,0.004903f,-0.004577f,0.1163f,0.005454f,-0.005039f,0.1123f,0.006006f,-0.005502f,0.1083f,0.006557f,-0.005965f,0.1043f,0.007109f,-0.006428f,0.1003f,0.00766f,-0.009526f,0.1003f,0.0055f,-0.00884f,0.1043f,0.005104f,-0.008154f,0.1083f,0.004708f,-0.007469f,0.1123f,0.004312f,-0.006783f,0.1163f,0.003916f,-0.006097f,0.1203f,0.00352f,-0.005543f,0.1203f,0.0032f,-0.006166f,0.1163f,0.00356f,-0.00679f,0.1123f,0.00392f,-0.007413f,0.1083f,0.00428f,-0.008037f,0.1043f,0.00464f,-0.00866f,0.1003f,0.0050f,-0.01083f,0.1003f,0.00191f,-0.01005f,0.1043f,0.001773f,-0.009273f,0.1083f,0.001635f,-0.008493f,0.1123f,0.001498f,-0.007713f,0.1163f,0.00136f,-0.006933f,0.1203f,0.001222f,-0.006303f,0.1203f,0.001111f,-0.007012f,0.1163f,0.001236f,-0.007721f,0.1123f,0.001361f,-0.00843f,0.1083f,0.001486f,-0.009139f,0.1043f,0.001611f,-0.009848f,0.1003f,0.001736f,-0.01083f,0.1003f,-0.00191f,-0.01005f,0.1043f,-0.001773f,-0.009273f,0.1083f,-0.001635f,-0.008493f,0.1123f,-0.001498f,-0.007713f,0.1163f,-0.00136f,-0.006933f,0.1203f,-0.001222f,-0.006303f,0.1203f,-0.001111f,-0.007012f,0.1163f,-0.001236f,-0.007721f,0.1123f,-0.001361f,-0.00843f,0.1083f,-0.001486f,-0.009139f,0.1043f,-0.001611f,-0.009848f,0.1003f,-0.001736f,-0.009526f,0.1003f,-0.0055f,-0.00884f,0.1043f,-0.005104f,-0.008154f,0.1083f,-0.004708f,-0.007469f,0.1123f,-0.004312f}; return value; } private float[] getTube05_COORD_11_238_point_5() { float[] value = {-0.006783f,0.1163f,-0.003916f,-0.006097f,0.1203f,-0.00352f,-0.005543f,0.1203f,-0.0032f,-0.006166f,0.1163f,-0.00356f,-0.00679f,0.1123f,-0.00392f,-0.007413f,0.1083f,-0.00428f,-0.008037f,0.1043f,-0.00464f,-0.00866f,0.1003f,-0.0050f,-0.007071f,0.1003f,-0.008426f,-0.006562f,0.1043f,-0.00782f,-0.006052f,0.1083f,-0.007213f,-0.005543f,0.1123f,-0.006606f,-0.005034f,0.1163f,-0.0060f,-0.004525f,0.1203f,-0.005393f,-0.004114f,0.1203f,-0.004903f,-0.004577f,0.1163f,-0.005454f,-0.005039f,0.1123f,-0.006006f,-0.005502f,0.1083f,-0.006557f,-0.005965f,0.1043f,-0.007109f,-0.006428f,0.1003f,-0.00766f,-0.003762f,0.1003f,-0.01034f,-0.003491f,0.1043f,-0.009592f,-0.00322f,0.1083f,-0.008848f,-0.00295f,0.1123f,-0.008104f,-0.002679f,0.1163f,-0.00736f,-0.002408f,0.1203f,-0.006615f,-0.002189f,0.1203f,-0.006014f,-0.002435f,0.1163f,-0.006691f,-0.002681f,0.1123f,-0.007367f,-0.002928f,0.1083f,-0.008044f,-0.003174f,0.1043f,-0.00872f,-0.00342f,0.1003f,-0.009397f,0.0f,0.1204f,-0.0070f,0.0f,0.1232f,-0.0070f,0.0f,0.126f,-0.0070f,0.0f,0.1288f,-0.0070f,0.0f,0.1316f,-0.0070f,0.0f,0.1344f,-0.0070f,0.0f,0.1344f,-0.0030f,0.0f,0.1316f,-0.0030f,0.0f,0.1288f,-0.0030f,0.0f,0.126f,-0.0030f,0.0f,0.1232f,-0.0030f,0.0f,0.1204f,-0.0030f,0.002394f,0.1204f,-0.006578f,0.002394f,0.1232f,-0.006578f,0.002394f,0.126f,-0.006578f,0.002394f,0.1288f,-0.006578f,0.002394f,0.1316f,-0.006578f,0.002394f,0.1344f,-0.006578f,0.001026f,0.1344f,-0.002819f,0.001026f,0.1316f,-0.002819f,0.001026f,0.1288f,-0.002819f,0.001026f,0.126f,-0.002819f,0.001026f,0.1232f,-0.002819f,0.001026f,0.1204f,-0.002819f,0.0045f,0.1204f,-0.005362f,0.0045f,0.1232f,-0.005362f,0.0045f,0.126f,-0.005362f,0.0045f,0.1288f,-0.005362f,0.0045f,0.1316f,-0.005362f,0.0045f,0.1344f,-0.005362f,0.001928f,0.1344f,-0.002298f,0.001928f,0.1316f,-0.002298f,0.001928f,0.1288f,-0.002298f,0.001928f,0.126f,-0.002298f,0.001928f,0.1232f,-0.002298f,0.001928f,0.1204f,-0.002298f,0.006062f,0.1204f,-0.0035f,0.006062f,0.1232f,-0.0035f,0.006062f,0.126f,-0.0035f,0.006062f,0.1288f,-0.0035f,0.006062f,0.1316f,-0.0035f,0.006062f,0.1344f,-0.0035f,0.002598f,0.1344f,-0.0015f,0.002598f,0.1316f,-0.0015f,0.002598f,0.1288f,-0.0015f,0.002598f,0.126f,-0.0015f,0.002598f,0.1232f,-0.0015f,0.002598f,0.1204f,-0.0015f,0.006894f,0.1204f,-0.001216f,0.006894f,0.1232f,-0.001216f,0.006894f,0.126f,-0.001216f,0.006894f,0.1288f,-0.001216f,0.006894f,0.1316f,-0.001216f,0.006894f,0.1344f,-0.001216f,0.002954f,0.1344f,-5.209E-4f,0.002954f,0.1316f,-5.209E-4f,0.002954f,0.1288f,-5.209E-4f,0.002954f,0.126f,-5.209E-4f,0.002954f,0.1232f,-5.209E-4f,0.002954f,0.1204f,-5.209E-4f,0.006894f,0.1204f,0.001216f,0.006894f,0.1232f,0.001216f,0.006894f,0.126f,0.001216f,0.006894f,0.1288f,0.001216f,0.006894f,0.1316f,0.001216f,0.006894f,0.1344f,0.001216f,0.002954f,0.1344f,5.209E-4f,0.002954f,0.1316f,5.209E-4f}; return value; } private float[] getTube05_COORD_11_238_point_6() { float[] value = {0.002954f,0.1288f,5.209E-4f,0.002954f,0.126f,5.209E-4f,0.002954f,0.1232f,5.209E-4f,0.002954f,0.1204f,5.209E-4f,0.006062f,0.1204f,0.0035f,0.006062f,0.1232f,0.0035f,0.006062f,0.126f,0.0035f,0.006062f,0.1288f,0.0035f,0.006062f,0.1316f,0.0035f,0.006062f,0.1344f,0.0035f,0.002598f,0.1344f,0.0015f,0.002598f,0.1316f,0.0015f,0.002598f,0.1288f,0.0015f,0.002598f,0.126f,0.0015f,0.002598f,0.1232f,0.0015f,0.002598f,0.1204f,0.0015f,0.0045f,0.1204f,0.005362f,0.0045f,0.1232f,0.005362f,0.0045f,0.126f,0.005362f,0.0045f,0.1288f,0.005362f,0.0045f,0.1316f,0.005362f,0.0045f,0.1344f,0.005362f,0.001928f,0.1344f,0.002298f,0.001928f,0.1316f,0.002298f,0.001928f,0.1288f,0.002298f,0.001928f,0.126f,0.002298f,0.001928f,0.1232f,0.002298f,0.001928f,0.1204f,0.002298f,0.002394f,0.1204f,0.006578f,0.002394f,0.1232f,0.006578f,0.002394f,0.126f,0.006578f,0.002394f,0.1288f,0.006578f,0.002394f,0.1316f,0.006578f,0.002394f,0.1344f,0.006578f,0.001026f,0.1344f,0.002819f,0.001026f,0.1316f,0.002819f,0.001026f,0.1288f,0.002819f,0.001026f,0.126f,0.002819f,0.001026f,0.1232f,0.002819f,0.001026f,0.1204f,0.002819f,0.0f,0.1204f,0.0070f,0.0f,0.1232f,0.0070f,0.0f,0.126f,0.0070f,0.0f,0.1288f,0.0070f,0.0f,0.1316f,0.0070f,0.0f,0.1344f,0.0070f,0.0f,0.1344f,0.0030f,0.0f,0.1316f,0.0030f,0.0f,0.1288f,0.0030f,0.0f,0.126f,0.0030f,0.0f,0.1232f,0.0030f,0.0f,0.1204f,0.0030f,-0.002394f,0.1204f,0.006578f,-0.002394f,0.1232f,0.006578f,-0.002394f,0.126f,0.006578f,-0.002394f,0.1288f,0.006578f,-0.002394f,0.1316f,0.006578f,-0.002394f,0.1344f,0.006578f,-0.001026f,0.1344f,0.002819f,-0.001026f,0.1316f,0.002819f,-0.001026f,0.1288f,0.002819f,-0.001026f,0.126f,0.002819f,-0.001026f,0.1232f,0.002819f,-0.001026f,0.1204f,0.002819f,-0.0045f,0.1204f,0.005362f,-0.0045f,0.1232f,0.005362f,-0.0045f,0.126f,0.005362f,-0.0045f,0.1288f,0.005362f,-0.0045f,0.1316f,0.005362f,-0.0045f,0.1344f,0.005362f,-0.001928f,0.1344f,0.002298f,-0.001928f,0.1316f,0.002298f,-0.001928f,0.1288f,0.002298f,-0.001928f,0.126f,0.002298f,-0.001928f,0.1232f,0.002298f,-0.001928f,0.1204f,0.002298f,-0.006062f,0.1204f,0.0035f,-0.006062f,0.1232f,0.0035f,-0.006062f,0.126f,0.0035f,-0.006062f,0.1288f,0.0035f,-0.006062f,0.1316f,0.0035f,-0.006062f,0.1344f,0.0035f,-0.002598f,0.1344f,0.0015f,-0.002598f,0.1316f,0.0015f,-0.002598f,0.1288f,0.0015f,-0.002598f,0.126f,0.0015f,-0.002598f,0.1232f,0.0015f,-0.002598f,0.1204f,0.0015f,-0.006894f,0.1204f,0.001216f,-0.006894f,0.1232f,0.001216f,-0.006894f,0.126f,0.001216f,-0.006894f,0.1288f,0.001216f,-0.006894f,0.1316f,0.001216f,-0.006894f,0.1344f,0.001216f,-0.002954f,0.1344f,5.209E-4f,-0.002954f,0.1316f,5.209E-4f,-0.002954f,0.1288f,5.209E-4f,-0.002954f,0.126f,5.209E-4f,-0.002954f,0.1232f,5.209E-4f,-0.002954f,0.1204f,5.209E-4f}; return value; } private float[] getTube05_COORD_11_238_point_7() { float[] value = {-0.006894f,0.1204f,-0.001216f,-0.006894f,0.1232f,-0.001216f,-0.006894f,0.126f,-0.001216f,-0.006894f,0.1288f,-0.001216f,-0.006894f,0.1316f,-0.001216f,-0.006894f,0.1344f,-0.001216f,-0.002954f,0.1344f,-5.209E-4f,-0.002954f,0.1316f,-5.209E-4f,-0.002954f,0.1288f,-5.209E-4f,-0.002954f,0.126f,-5.209E-4f,-0.002954f,0.1232f,-5.209E-4f,-0.002954f,0.1204f,-5.209E-4f,-0.006062f,0.1204f,-0.0035f,-0.006062f,0.1232f,-0.0035f,-0.006062f,0.126f,-0.0035f,-0.006062f,0.1288f,-0.0035f,-0.006062f,0.1316f,-0.0035f,-0.006062f,0.1344f,-0.0035f,-0.002598f,0.1344f,-0.0015f,-0.002598f,0.1316f,-0.0015f,-0.002598f,0.1288f,-0.0015f,-0.002598f,0.126f,-0.0015f,-0.002598f,0.1232f,-0.0015f,-0.002598f,0.1204f,-0.0015f,-0.0045f,0.1204f,-0.005362f,-0.0045f,0.1232f,-0.005362f,-0.0045f,0.126f,-0.005362f,-0.0045f,0.1288f,-0.005362f,-0.0045f,0.1316f,-0.005362f,-0.0045f,0.1344f,-0.005362f,-0.001928f,0.1344f,-0.002298f,-0.001928f,0.1316f,-0.002298f,-0.001928f,0.1288f,-0.002298f,-0.001928f,0.126f,-0.002298f,-0.001928f,0.1232f,-0.002298f,-0.001928f,0.1204f,-0.002298f,-0.002394f,0.1204f,-0.006578f,-0.002394f,0.1232f,-0.006578f,-0.002394f,0.126f,-0.006578f,-0.002394f,0.1288f,-0.006578f,-0.002394f,0.1316f,-0.006578f,-0.002394f,0.1344f,-0.006578f,-0.001026f,0.1344f,-0.002819f,-0.001026f,0.1316f,-0.002819f,-0.001026f,0.1288f,-0.002819f,-0.001026f,0.126f,-0.002819f,-0.001026f,0.1232f,-0.002819f,-0.001026f,0.1204f,-0.002819f,0.013f,0.0f,0.0f,0.01222f,0.0f,-0.004446f,0.009959f,0.0f,-0.008356f,0.0065f,0.0f,-0.01126f,0.002257f,0.0f,-0.0128f,-0.002257f,0.0f,-0.0128f,-0.0065f,0.0f,-0.01126f,-0.009959f,0.0f,-0.008356f,-0.01222f,0.0f,-0.004446f,-0.013f,0.0f,0.0f,-0.01222f,0.0f,0.004446f,-0.009959f,0.0f,0.008356f,-0.0065f,0.0f,0.01126f,-0.002257f,0.0f,0.0128f,0.002257f,0.0f,0.0128f,0.0065f,0.0f,0.01126f,0.009959f,0.0f,0.008356f,0.01222f,0.0f,0.004446f,0.013f,0.0010f,0.0f,0.01222f,0.0010f,-0.004446f,0.009959f,0.0010f,-0.008356f,0.0065f,0.0010f,-0.01126f,0.002257f,0.0010f,-0.0128f,-0.002257f,0.0010f,-0.0128f,-0.0065f,0.0010f,-0.01126f,-0.009959f,0.0010f,-0.008356f,-0.01222f,0.0010f,-0.004446f,-0.013f,0.0010f,0.0f,-0.01222f,0.0010f,0.004446f,-0.009959f,0.0010f,0.008356f,-0.0065f,0.0010f,0.01126f,-0.002257f,0.0010f,0.0128f,0.002257f,0.0010f,0.0128f,0.0065f,0.0010f,0.01126f,0.009959f,0.0010f,0.008356f,0.01222f,0.0010f,0.004446f,0.013f,0.0020f,0.0f,0.01222f,0.0020f,-0.004446f,0.009959f,0.0020f,-0.008356f,0.0065f,0.0020f,-0.01126f,0.002257f,0.0020f,-0.0128f,-0.002257f,0.0020f,-0.0128f,-0.0065f,0.0020f,-0.01126f,-0.009959f,0.0020f,-0.008356f,-0.01222f,0.0020f,-0.004446f,-0.013f,0.0020f,0.0f,-0.01222f,0.0020f,0.004446f,-0.009959f,0.0020f,0.008356f,-0.0065f,0.0020f,0.01126f,-0.002257f,0.0020f,0.0128f,0.002257f,0.0020f,0.0128f,0.0065f,0.0020f,0.01126f}; return value; } private float[] getTube05_COORD_11_238_point_8() { float[] value = {0.009959f,0.0020f,0.008356f,0.01222f,0.0020f,0.004446f,0.013f,0.0030f,0.0f,0.01222f,0.0030f,-0.004446f,0.009959f,0.0030f,-0.008356f,0.0065f,0.0030f,-0.01126f,0.002257f,0.0030f,-0.0128f,-0.002257f,0.0030f,-0.0128f,-0.0065f,0.0030f,-0.01126f,-0.009959f,0.0030f,-0.008356f,-0.01222f,0.0030f,-0.004446f,-0.013f,0.0030f,0.0f,-0.01222f,0.0030f,0.004446f,-0.009959f,0.0030f,0.008356f,-0.0065f,0.0030f,0.01126f,-0.002257f,0.0030f,0.0128f,0.002257f,0.0030f,0.0128f,0.0065f,0.0030f,0.01126f,0.009959f,0.0030f,0.008356f,0.01222f,0.0030f,0.004446f,0.013f,0.0040f,0.0f,0.01222f,0.0040f,-0.004446f,0.009959f,0.0040f,-0.008356f,0.0065f,0.0040f,-0.01126f,0.002257f,0.0040f,-0.0128f,-0.002257f,0.0040f,-0.0128f,-0.0065f,0.0040f,-0.01126f,-0.009959f,0.0040f,-0.008356f,-0.01222f,0.0040f,-0.004446f,-0.013f,0.0040f,0.0f,-0.01222f,0.0040f,0.004446f,-0.009959f,0.0040f,0.008356f,-0.0065f,0.0040f,0.01126f,-0.002257f,0.0040f,0.0128f,0.002257f,0.0040f,0.0128f,0.0065f,0.0040f,0.01126f,0.009959f,0.0040f,0.008356f,0.01222f,0.0040f,0.004446f,0.013f,0.0050f,0.0f,0.01222f,0.0050f,-0.004446f,0.009959f,0.0050f,-0.008356f,0.0065f,0.0050f,-0.01126f,0.002257f,0.0050f,-0.0128f,-0.002257f,0.0050f,-0.0128f,-0.0065f,0.0050f,-0.01126f,-0.009959f,0.0050f,-0.008356f,-0.01222f,0.0050f,-0.004446f,-0.013f,0.0050f,0.0f,-0.01222f,0.0050f,0.004446f,-0.009959f,0.0050f,0.008356f,-0.0065f,0.0050f,0.01126f,-0.002257f,0.0050f,0.0128f,0.002257f,0.0050f,0.0128f,0.0065f,0.0050f,0.01126f,0.009959f,0.0050f,0.008356f,0.01222f,0.0050f,0.004446f,1.0f,1.0f,1.0f}; return value; } /** Define subarrays using type int[] */ private int[] getCylinder10_FACES_10_244_coordIndex_1() { int[] value = {0,2,1,-1,0,3,2,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,0,9,8,-1,0,10,9,-1,0,11,10,-1,0,12,11,-1,0,13,12,-1,0,14,13,-1,0,15,14,-1,0,16,15,-1,0,17,16,-1,0,18,17,-1,0,1,18,-1,1,20,19,-1,1,2,20,-1,2,21,20,-1,2,3,21,-1,3,22,21,-1,3,4,22,-1,4,23,22,-1,4,5,23,-1,5,24,23,-1,5,6,24,-1,6,25,24,-1,6,7,25,-1,7,26,25,-1,7,8,26,-1,8,27,26,-1,8,9,27,-1,9,28,27,-1,9,10,28,-1,10,29,28,-1,10,11,29,-1,11,30,29,-1,11,12,30,-1,12,31,30,-1,12,13,31,-1,13,32,31,-1,13,14,32,-1,14,33,32,-1,14,15,33,-1,15,34,33,-1,15,16,34,-1,16,35,34,-1,16,17,35,-1,17,36,35,-1,17,18,36,-1,18,19,36,-1,18,1,19,-1,19,38,37,-1,19,20,38,-1,20,39,38,-1,20,21,39,-1,21,40,39,-1,21,22,40,-1,22,41,40,-1,22,23,41,-1,23,42,41,-1,23,24,42,-1,24,43,42,-1,24,25,43,-1,25,44,43,-1,25,26,44,-1,26,45,44,-1,26,27,45,-1,27,46,45,-1,27,28,46,-1,28,47,46,-1,28,29,47,-1,29,48,47,-1,29,30,48,-1,30,49,48,-1,30,31,49,-1,31,50,49,-1,31,32,50,-1,32,51,50,-1,32,33,51,-1,33,52,51,-1,33,34,52,-1,34,53,52,-1,34,35,53,-1,35,54,53,-1,35,36,54,-1,36,37,54,-1,36,19,37,-1,37,56,55,-1,37,38,56,-1,38,57,56,-1,38,39,57,-1,39,58,57,-1,39,40,58,-1,40,59,58,-1,40,41,59,-1,41,60,59,-1,41,42,60,-1,42,61,60,-1,42,43,61,-1,43,62,61,-1,43,44,62,-1,44,63,62,-1,44,45,63,-1,45,64,63,-1,45,46,64,-1,46,65,64,-1,46,47,65,-1,47,66,65,-1,47,48,66,-1,48,67,66,-1,48,49,67,-1,49,68,67,-1,49,50,68,-1,50,69,68,-1,50,51,69,-1,51,70,69,-1,51,52,70,-1,52,71,70,-1,52,53,71,-1,53,72,71,-1,53,54,72,-1,54,55,72,-1,54,37,55,-1,55,74,73,-1,55,56,74,-1,56,75,74,-1,56,57,75,-1,57,76,75,-1,57,58,76,-1,58,77,76,-1,58,59,77,-1,59,78,77,-1,59,60,78,-1,60,79,78,-1,60,61,79,-1,61,80,79,-1,61,62,80,-1,62,81,80,-1,62,63,81,-1,63,82,81,-1,63,64,82,-1,64,83,82,-1,64,65,83,-1,65,84,83,-1,65,66,84,-1,66,85,84,-1,66,67,85,-1,67,86,85,-1,67,68,86,-1,68,87,86,-1,68,69,87,-1,69,88,87,-1,69,70,88,-1,70,89,88,-1,70,71,89,-1,71,90,89,-1,71,72,90,-1,72,73,90,-1,72,55,73,-1,73,92,91,-1,73,74,92,-1,74,93,92,-1,74,75,93,-1,75,94,93,-1,75,76,94,-1,76,95,94,-1,76,77,95,-1,77,96,95,-1,77,78,96,-1,78,97,96,-1,78,79,97,-1,79,98,97,-1,79,80,98,-1,80,99,98,-1,80,81,99,-1,81,100,99,-1,81,82,100,-1,82,101,100,-1,82,83,101,-1,83,102,101,-1,83,84,102,-1,84,103,102,-1,84,85,103,-1,85,104,103,-1,85,86,104,-1,86,105,104,-1,86,87,105,-1,87,106,105,-1,87,88,106,-1,88,107,106,-1,88,89,107,-1,89,108,107,-1,89,90,108,-1,90,91,108,-1,90,73,91,-1,109,91,92,-1,109,92,93,-1,109,93,94,-1,109,94,95,-1,109,95,96,-1,109,96,97,-1,109,97,98,-1,109,98,99,-1,109,99,100,-1,109,100,101,-1,109,101,102,-1,109,102,103,-1,109,103,104,-1,109,104,105,-1,109,105,106,-1,109,106,107,-1,109,107,108,-1,109,108,91,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCylinder10_COORD_11_244_point_1() { float[] value = {0.0f,0.0f,0.0f,0.0070f,0.0f,0.0f,0.006578f,0.0f,-0.002394f,0.005362f,0.0f,-0.0045f,0.0035f,0.0f,-0.006062f,0.001216f,0.0f,-0.006894f,-0.001216f,0.0f,-0.006894f,-0.0035f,0.0f,-0.006062f,-0.005362f,0.0f,-0.0045f,-0.006578f,0.0f,-0.002394f,-0.0070f,0.0f,0.0f,-0.006578f,0.0f,0.002394f,-0.005362f,0.0f,0.0045f,-0.0035f,0.0f,0.006062f,-0.001216f,0.0f,0.006894f,0.001216f,0.0f,0.006894f,0.0035f,0.0f,0.006062f,0.005362f,0.0f,0.0045f,0.006578f,0.0f,0.002394f,0.006677f,0.01f,0.0f,0.006274f,0.01f,-0.002284f,0.005115f,0.01f,-0.004292f,0.003338f,0.01f,-0.005782f,0.001159f,0.01f,-0.006575f,-0.001159f,0.01f,-0.006575f,-0.003338f,0.01f,-0.005782f,-0.005115f,0.01f,-0.004292f,-0.006274f,0.01f,-0.002284f,-0.006677f,0.01f,0.0f,-0.006274f,0.01f,0.002284f,-0.005115f,0.01f,0.004292f,-0.003338f,0.01f,0.005782f,-0.001159f,0.01f,0.006575f,0.001159f,0.01f,0.006575f,0.003338f,0.01f,0.005782f,0.005115f,0.01f,0.004292f,0.006274f,0.01f,0.002284f,0.00593f,0.02f,0.0f,0.005572f,0.02f,-0.002028f,0.004543f,0.02f,-0.003812f,0.002965f,0.02f,-0.005136f,0.00103f,0.02f,-0.00584f,-0.00103f,0.02f,-0.00584f,-0.002965f,0.02f,-0.005136f,-0.004543f,0.02f,-0.003812f,-0.005572f,0.02f,-0.002028f,-0.00593f,0.02f,0.0f,-0.005572f,0.02f,0.002028f,-0.004543f,0.02f,0.003812f,-0.002965f,0.02f,0.005136f,-0.00103f,0.02f,0.00584f,0.00103f,0.02f,0.00584f,0.002965f,0.02f,0.005136f,0.004543f,0.02f,0.003812f,0.005572f,0.02f,0.002028f,0.004761f,0.03f,0.0f,0.004474f,0.03f,-0.001628f,0.003647f,0.03f,-0.00306f,0.00238f,0.03f,-0.004123f,8.267E-4f,0.03f,-0.004688f,-8.267E-4f,0.03f,-0.004688f,-0.00238f,0.03f,-0.004123f,-0.003647f,0.03f,-0.00306f,-0.004474f,0.03f,-0.001628f,-0.004761f,0.03f,0.0f,-0.004474f,0.03f,0.001628f,-0.003647f,0.03f,0.00306f,-0.00238f,0.03f,0.004123f,-8.267E-4f,0.03f,0.004688f,8.267E-4f,0.03f,0.004688f,0.00238f,0.03f,0.004123f,0.003647f,0.03f,0.00306f,0.004474f,0.03f,0.001628f,0.003168f,0.04f,0.0f,0.002977f,0.04f,-0.001084f,0.002427f,0.04f,-0.002037f,0.001584f,0.04f,-0.002744f,5.502E-4f,0.04f,-0.00312f,-5.502E-4f,0.04f,-0.00312f,-0.001584f,0.04f,-0.002744f,-0.002427f,0.04f,-0.002037f,-0.002977f,0.04f,-0.001084f,-0.003168f,0.04f,0.0f,-0.002977f,0.04f,0.001084f,-0.002427f,0.04f,0.002037f,-0.001584f,0.04f,0.002744f,-5.502E-4f,0.04f,0.00312f,5.502E-4f,0.04f,0.00312f,0.001584f,0.04f,0.002744f,0.002427f,0.04f,0.002037f,0.002977f,0.04f,0.001084f,0.001153f,0.05f,0.0f,0.001083f,0.05f,-3.943E-4f,8.832E-4f,0.05f,-7.411E-4f,5.765E-4f,0.05f,-9.984E-4f,2.002E-4f,0.05f,-0.001135f,-2.002E-4f,0.05f,-0.001135f,-5.765E-4f,0.05f,-9.984E-4f,-8.832E-4f,0.05f,-7.411E-4f,-0.001083f,0.05f,-3.943E-4f}; return value; } private float[] getCylinder10_COORD_11_244_point_2() { float[] value = {-0.001153f,0.05f,0.0f,-0.001083f,0.05f,3.943E-4f,-8.832E-4f,0.05f,7.411E-4f,-5.765E-4f,0.05f,9.984E-4f,-2.002E-4f,0.05f,0.001135f,2.002E-4f,0.05f,0.001135f,5.765E-4f,0.05f,9.984E-4f,8.832E-4f,0.05f,7.411E-4f,0.001083f,0.05f,3.943E-4f,0.0f,0.05f,0.0f,3.0f,3.0f,3.0f}; return value; } /** Define subarrays using type int[] */ private int[] getTube07_FACES_10_257_coordIndex_1() { int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1}; return value; } private int[] getTube07_FACES_10_257_coordIndex_2() { int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1,216,217,229,-1,229,228,216,-1,217,218,230,-1,230,229,217,-1,218,219,231,-1,231,230,218,-1,219,220,232,-1,232,231,219,-1,220,221,233,-1,233,232,220,-1,221,222,234,-1,234,233,221,-1,222,223,235,-1,235,234,222,-1,223,224,236,-1,236,235,223,-1,224,225,237,-1,237,236,224,-1,225,226,238,-1,238,237,225,-1,226,227,239,-1,239,238,226,-1,227,216,228,-1,228,239,227,-1,228,229,241,-1,241,240,228,-1,229,230,242,-1,242,241,229,-1,230,231,243,-1,243,242,230,-1,231,232,244,-1,244,243,231,-1,232,233,245,-1,245,244,232,-1,233,234,246,-1,246,245,233,-1,234,235,247,-1,247,246,234,-1,235,236,248,-1,248,247,235,-1,236,237,249,-1,249,248,236,-1,237,238,250,-1,250,249,237,-1,238,239,251,-1,251,250,238,-1,239,228,240,-1,240,251,239,-1,240,241,253,-1,253,252,240,-1,241,242,254,-1,254,253,241,-1,242,243,255,-1,255,254,242,-1,243,244,256,-1,256,255,243,-1,244,245,257,-1,257,256,244,-1,245,246,258,-1,258,257,245,-1,246,247,259,-1,259,258,246,-1,247,248,260,-1,260,259,247,-1,248,249,261,-1,261,260,248,-1,249,250,262,-1,262,261,249,-1}; return value; } private int[] getTube07_FACES_10_257_coordIndex_3() { int[] value = {250,251,263,-1,263,262,250,-1,251,240,252,-1,252,263,251,-1,252,253,265,-1,265,264,252,-1,253,254,266,-1,266,265,253,-1,254,255,267,-1,267,266,254,-1,255,256,268,-1,268,267,255,-1,256,257,269,-1,269,268,256,-1,257,258,270,-1,270,269,257,-1,258,259,271,-1,271,270,258,-1,259,260,272,-1,272,271,259,-1,260,261,273,-1,273,272,260,-1,261,262,274,-1,274,273,261,-1,262,263,275,-1,275,274,262,-1,263,252,264,-1,264,275,263,-1,264,265,277,-1,277,276,264,-1,265,266,278,-1,278,277,265,-1,266,267,279,-1,279,278,266,-1,267,268,280,-1,280,279,267,-1,268,269,281,-1,281,280,268,-1,269,270,282,-1,282,281,269,-1,270,271,283,-1,283,282,270,-1,271,272,284,-1,284,283,271,-1,272,273,285,-1,285,284,272,-1,273,274,286,-1,286,285,273,-1,274,275,287,-1,287,286,274,-1,275,264,276,-1,276,287,275,-1,276,277,289,-1,289,288,276,-1,277,278,290,-1,290,289,277,-1,278,279,291,-1,291,290,278,-1,279,280,292,-1,292,291,279,-1,280,281,293,-1,293,292,280,-1,281,282,294,-1,294,293,281,-1,282,283,295,-1,295,294,282,-1,283,284,296,-1,296,295,283,-1,284,285,297,-1,297,296,284,-1,285,286,298,-1,298,297,285,-1,286,287,299,-1,299,298,286,-1,287,276,288,-1,288,299,287,-1,288,289,301,-1,301,300,288,-1,289,290,302,-1,302,301,289,-1,290,291,303,-1,303,302,290,-1,291,292,304,-1,304,303,291,-1,292,293,305,-1,305,304,292,-1,293,294,306,-1,306,305,293,-1,294,295,307,-1,307,306,294,-1,295,296,308,-1,308,307,295,-1,296,297,309,-1,309,308,296,-1,297,298,310,-1,310,309,297,-1,298,299,311,-1,311,310,298,-1,299,288,300,-1,300,311,299,-1,300,301,313,-1,313,312,300,-1,301,302,314,-1,314,313,301,-1,302,303,315,-1,315,314,302,-1,303,304,316,-1,316,315,303,-1,304,305,317,-1,317,316,304,-1,305,306,318,-1,318,317,305,-1,306,307,319,-1,319,318,306,-1,307,308,320,-1,320,319,307,-1,308,309,321,-1,321,320,308,-1,309,310,322,-1,322,321,309,-1,310,311,323,-1,323,322,310,-1,311,300,312,-1,312,323,311,-1,312,313,325,-1,325,324,312,-1,313,314,326,-1,326,325,313,-1,314,315,327,-1,327,326,314,-1,315,316,328,-1,328,327,315,-1,316,317,329,-1,329,328,316,-1,317,318,330,-1,330,329,317,-1,318,319,331,-1,331,330,318,-1,319,320,332,-1,332,331,319,-1,320,321,333,-1,333,332,320,-1,321,322,334,-1,334,333,321,-1,322,323,335,-1,335,334,322,-1,323,312,324,-1,324,335,323,-1,324,325,337,-1,337,336,324,-1,325,326,338,-1,338,337,325,-1,326,327,339,-1,339,338,326,-1,327,328,340,-1,340,339,327,-1,328,329,341,-1,341,340,328,-1,329,330,342,-1,342,341,329,-1,330,331,343,-1,343,342,330,-1,331,332,344,-1,344,343,331,-1,332,333,345,-1,345,344,332,-1,333,334,346,-1,346,345,333,-1,334,335,347,-1,347,346,334,-1,335,324,336,-1,336,347,335,-1,336,337,349,-1,349,348,336,-1,337,338,350,-1,350,349,337,-1,338,339,351,-1,351,350,338,-1,339,340,352,-1,352,351,339,-1,340,341,353,-1,353,352,340,-1,341,342,354,-1,354,353,341,-1,342,343,355,-1,355,354,342,-1,343,344,356,-1,356,355,343,-1,344,345,357,-1,357,356,344,-1,345,346,358,-1,358,357,345,-1,346,347,359,-1,359,358,346,-1,347,336,348,-1,348,359,347,-1,348,349,361,-1,361,360,348,-1,349,350,362,-1,362,361,349,-1,350,351,363,-1,363,362,350,-1,351,352,364,-1,364,363,351,-1,352,353,365,-1,365,364,352,-1,353,354,366,-1,366,365,353,-1,354,355,367,-1,367,366,354,-1,355,356,368,-1,368,367,355,-1,356,357,369,-1,369,368,356,-1,357,358,370,-1,370,369,357,-1,358,359,371,-1,371,370,358,-1,359,348,360,-1,360,371,359,-1,360,361,373,-1,373,372,360,-1,361,362,374,-1,374,373,361,-1,362,363,375,-1,375,374,362,-1,363,364,376,-1,376,375,363,-1,364,365,377,-1,377,376,364,-1,365,366,378,-1,378,377,365,-1,366,367,379,-1,379,378,366,-1,367,368,380,-1,380,379,367,-1,368,369,381,-1,381,380,368,-1,369,370,382,-1,382,381,369,-1,370,371,383,-1,383,382,370,-1,371,360,372,-1,372,383,371,-1,372,373,385,-1,385,384,372,-1,373,374,386,-1,386,385,373,-1,374,375,387,-1,387,386,374,-1}; return value; } private int[] getTube07_FACES_10_257_coordIndex_4() { int[] value = {375,376,388,-1,388,387,375,-1,376,377,389,-1,389,388,376,-1,377,378,390,-1,390,389,377,-1,378,379,391,-1,391,390,378,-1,379,380,392,-1,392,391,379,-1,380,381,393,-1,393,392,380,-1,381,382,394,-1,394,393,381,-1,382,383,395,-1,395,394,382,-1,383,372,384,-1,384,395,383,-1,384,385,397,-1,397,396,384,-1,385,386,398,-1,398,397,385,-1,386,387,399,-1,399,398,386,-1,387,388,400,-1,400,399,387,-1,388,389,401,-1,401,400,388,-1,389,390,402,-1,402,401,389,-1,390,391,403,-1,403,402,390,-1,391,392,404,-1,404,403,391,-1,392,393,405,-1,405,404,392,-1,393,394,406,-1,406,405,393,-1,394,395,407,-1,407,406,394,-1,395,384,396,-1,396,407,395,-1,396,397,409,-1,409,408,396,-1,397,398,410,-1,410,409,397,-1,398,399,411,-1,411,410,398,-1,399,400,412,-1,412,411,399,-1,400,401,413,-1,413,412,400,-1,401,402,414,-1,414,413,401,-1,402,403,415,-1,415,414,402,-1,403,404,416,-1,416,415,403,-1,404,405,417,-1,417,416,404,-1,405,406,418,-1,418,417,405,-1,406,407,419,-1,419,418,406,-1,407,396,408,-1,408,419,407,-1,408,409,421,-1,421,420,408,-1,409,410,422,-1,422,421,409,-1,410,411,423,-1,423,422,410,-1,411,412,424,-1,424,423,411,-1,412,413,425,-1,425,424,412,-1,413,414,426,-1,426,425,413,-1,414,415,427,-1,427,426,414,-1,415,416,428,-1,428,427,415,-1,416,417,429,-1,429,428,416,-1,417,418,430,-1,430,429,417,-1,418,419,431,-1,431,430,418,-1,419,408,420,-1,420,431,419,-1,420,421,217,-1,217,216,420,-1,421,422,218,-1,218,217,421,-1,422,423,219,-1,219,218,422,-1,423,424,220,-1,220,219,423,-1,424,425,221,-1,221,220,424,-1,425,426,222,-1,222,221,425,-1,426,427,223,-1,223,222,426,-1,427,428,224,-1,224,223,427,-1,428,429,225,-1,225,224,428,-1,429,430,226,-1,226,225,429,-1,430,431,227,-1,227,226,430,-1,431,420,216,-1,216,227,431,-1,432,433,445,-1,445,444,432,-1,433,434,446,-1,446,445,433,-1,434,435,447,-1,447,446,434,-1,435,436,448,-1,448,447,435,-1,436,437,449,-1,449,448,436,-1,437,438,450,-1,450,449,437,-1,438,439,451,-1,451,450,438,-1,439,440,452,-1,452,451,439,-1,440,441,453,-1,453,452,440,-1,441,442,454,-1,454,453,441,-1,442,443,455,-1,455,454,442,-1,443,432,444,-1,444,455,443,-1,444,445,457,-1,457,456,444,-1,445,446,458,-1,458,457,445,-1,446,447,459,-1,459,458,446,-1,447,448,460,-1,460,459,447,-1,448,449,461,-1,461,460,448,-1,449,450,462,-1,462,461,449,-1,450,451,463,-1,463,462,450,-1,451,452,464,-1,464,463,451,-1,452,453,465,-1,465,464,452,-1,453,454,466,-1,466,465,453,-1,454,455,467,-1,467,466,454,-1,455,444,456,-1,456,467,455,-1,456,457,469,-1,469,468,456,-1,457,458,470,-1,470,469,457,-1,458,459,471,-1,471,470,458,-1,459,460,472,-1,472,471,459,-1,460,461,473,-1,473,472,460,-1,461,462,474,-1,474,473,461,-1,462,463,475,-1,475,474,462,-1,463,464,476,-1,476,475,463,-1,464,465,477,-1,477,476,464,-1,465,466,478,-1,478,477,465,-1,466,467,479,-1,479,478,466,-1,467,456,468,-1,468,479,467,-1,468,469,481,-1,481,480,468,-1,469,470,482,-1,482,481,469,-1,470,471,483,-1,483,482,470,-1,471,472,484,-1,484,483,471,-1,472,473,485,-1,485,484,472,-1,473,474,486,-1,486,485,473,-1,474,475,487,-1,487,486,474,-1,475,476,488,-1,488,487,475,-1,476,477,489,-1,489,488,476,-1,477,478,490,-1,490,489,477,-1,478,479,491,-1,491,490,478,-1,479,468,480,-1,480,491,479,-1,480,481,493,-1,493,492,480,-1,481,482,494,-1,494,493,481,-1,482,483,495,-1,495,494,482,-1,483,484,496,-1,496,495,483,-1,484,485,497,-1,497,496,484,-1,485,486,498,-1,498,497,485,-1,486,487,499,-1,499,498,486,-1,487,488,500,-1,500,499,487,-1,488,489,501,-1,501,500,488,-1,489,490,502,-1,502,501,489,-1,490,491,503,-1,503,502,490,-1,491,480,492,-1,492,503,491,-1,492,493,505,-1,505,504,492,-1,493,494,506,-1,506,505,493,-1,494,495,507,-1,507,506,494,-1,495,496,508,-1,508,507,495,-1,496,497,509,-1,509,508,496,-1,497,498,510,-1,510,509,497,-1,498,499,511,-1,511,510,498,-1,499,500,512,-1,512,511,499,-1}; return value; } private int[] getTube07_FACES_10_257_coordIndex_5() { int[] value = {500,501,513,-1,513,512,500,-1,501,502,514,-1,514,513,501,-1,502,503,515,-1,515,514,502,-1,503,492,504,-1,504,515,503,-1,504,505,517,-1,517,516,504,-1,505,506,518,-1,518,517,505,-1,506,507,519,-1,519,518,506,-1,507,508,520,-1,520,519,507,-1,508,509,521,-1,521,520,508,-1,509,510,522,-1,522,521,509,-1,510,511,523,-1,523,522,510,-1,511,512,524,-1,524,523,511,-1,512,513,525,-1,525,524,512,-1,513,514,526,-1,526,525,513,-1,514,515,527,-1,527,526,514,-1,515,504,516,-1,516,527,515,-1,516,517,529,-1,529,528,516,-1,517,518,530,-1,530,529,517,-1,518,519,531,-1,531,530,518,-1,519,520,532,-1,532,531,519,-1,520,521,533,-1,533,532,520,-1,521,522,534,-1,534,533,521,-1,522,523,535,-1,535,534,522,-1,523,524,536,-1,536,535,523,-1,524,525,537,-1,537,536,524,-1,525,526,538,-1,538,537,525,-1,526,527,539,-1,539,538,526,-1,527,516,528,-1,528,539,527,-1,528,529,541,-1,541,540,528,-1,529,530,542,-1,542,541,529,-1,530,531,543,-1,543,542,530,-1,531,532,544,-1,544,543,531,-1,532,533,545,-1,545,544,532,-1,533,534,546,-1,546,545,533,-1,534,535,547,-1,547,546,534,-1,535,536,548,-1,548,547,535,-1,536,537,549,-1,549,548,536,-1,537,538,550,-1,550,549,537,-1,538,539,551,-1,551,550,538,-1,539,528,540,-1,540,551,539,-1,540,541,553,-1,553,552,540,-1,541,542,554,-1,554,553,541,-1,542,543,555,-1,555,554,542,-1,543,544,556,-1,556,555,543,-1,544,545,557,-1,557,556,544,-1,545,546,558,-1,558,557,545,-1,546,547,559,-1,559,558,546,-1,547,548,560,-1,560,559,547,-1,548,549,561,-1,561,560,548,-1,549,550,562,-1,562,561,549,-1,550,551,563,-1,563,562,550,-1,551,540,552,-1,552,563,551,-1,552,553,565,-1,565,564,552,-1,553,554,566,-1,566,565,553,-1,554,555,567,-1,567,566,554,-1,555,556,568,-1,568,567,555,-1,556,557,569,-1,569,568,556,-1,557,558,570,-1,570,569,557,-1,558,559,571,-1,571,570,558,-1,559,560,572,-1,572,571,559,-1,560,561,573,-1,573,572,560,-1,561,562,574,-1,574,573,561,-1,562,563,575,-1,575,574,562,-1,563,552,564,-1,564,575,563,-1,564,565,577,-1,577,576,564,-1,565,566,578,-1,578,577,565,-1,566,567,579,-1,579,578,566,-1,567,568,580,-1,580,579,567,-1,568,569,581,-1,581,580,568,-1,569,570,582,-1,582,581,569,-1,570,571,583,-1,583,582,570,-1,571,572,584,-1,584,583,571,-1,572,573,585,-1,585,584,572,-1,573,574,586,-1,586,585,573,-1,574,575,587,-1,587,586,574,-1,575,564,576,-1,576,587,575,-1,576,577,589,-1,589,588,576,-1,577,578,590,-1,590,589,577,-1,578,579,591,-1,591,590,578,-1,579,580,592,-1,592,591,579,-1,580,581,593,-1,593,592,580,-1,581,582,594,-1,594,593,581,-1,582,583,595,-1,595,594,582,-1,583,584,596,-1,596,595,583,-1,584,585,597,-1,597,596,584,-1,585,586,598,-1,598,597,585,-1,586,587,599,-1,599,598,586,-1,587,576,588,-1,588,599,587,-1,588,589,601,-1,601,600,588,-1,589,590,602,-1,602,601,589,-1,590,591,603,-1,603,602,590,-1,591,592,604,-1,604,603,591,-1,592,593,605,-1,605,604,592,-1,593,594,606,-1,606,605,593,-1,594,595,607,-1,607,606,594,-1,595,596,608,-1,608,607,595,-1,596,597,609,-1,609,608,596,-1,597,598,610,-1,610,609,597,-1,598,599,611,-1,611,610,598,-1,599,588,600,-1,600,611,599,-1,600,601,613,-1,613,612,600,-1,601,602,614,-1,614,613,601,-1,602,603,615,-1,615,614,602,-1,603,604,616,-1,616,615,603,-1,604,605,617,-1,617,616,604,-1,605,606,618,-1,618,617,605,-1,606,607,619,-1,619,618,606,-1,607,608,620,-1,620,619,607,-1,608,609,621,-1,621,620,608,-1,609,610,622,-1,622,621,609,-1,610,611,623,-1,623,622,610,-1,611,600,612,-1,612,623,611,-1,612,613,625,-1,625,624,612,-1,613,614,626,-1,626,625,613,-1,614,615,627,-1,627,626,614,-1,615,616,628,-1,628,627,615,-1,616,617,629,-1,629,628,616,-1,617,618,630,-1,630,629,617,-1,618,619,631,-1,631,630,618,-1,619,620,632,-1,632,631,619,-1,620,621,633,-1,633,632,620,-1,621,622,634,-1,634,633,621,-1,622,623,635,-1,635,634,622,-1,623,612,624,-1,624,635,623,-1,624,625,637,-1,637,636,624,-1}; return value; } private int[] getTube07_FACES_10_257_coordIndex_6() { int[] value = {625,626,638,-1,638,637,625,-1,626,627,639,-1,639,638,626,-1,627,628,640,-1,640,639,627,-1,628,629,641,-1,641,640,628,-1,629,630,642,-1,642,641,629,-1,630,631,643,-1,643,642,630,-1,631,632,644,-1,644,643,631,-1,632,633,645,-1,645,644,632,-1,633,634,646,-1,646,645,633,-1,634,635,647,-1,647,646,634,-1,635,624,636,-1,636,647,635,-1,636,637,433,-1,433,432,636,-1,637,638,434,-1,434,433,637,-1,638,639,435,-1,435,434,638,-1,639,640,436,-1,436,435,639,-1,640,641,437,-1,437,436,640,-1,641,642,438,-1,438,437,641,-1,642,643,439,-1,439,438,642,-1,643,644,440,-1,440,439,643,-1,644,645,441,-1,441,440,644,-1,645,646,442,-1,442,441,645,-1,646,647,443,-1,443,442,646,-1,647,636,432,-1,432,443,647,-1,648,649,667,-1,667,666,648,-1,649,650,668,-1,668,667,649,-1,650,651,669,-1,669,668,650,-1,651,652,670,-1,670,669,651,-1,652,653,671,-1,671,670,652,-1,653,654,672,-1,672,671,653,-1,654,655,673,-1,673,672,654,-1,655,656,674,-1,674,673,655,-1,656,657,675,-1,675,674,656,-1,657,658,676,-1,676,675,657,-1,658,659,677,-1,677,676,658,-1,659,660,678,-1,678,677,659,-1,660,661,679,-1,679,678,660,-1,661,662,680,-1,680,679,661,-1,662,663,681,-1,681,680,662,-1,663,664,682,-1,682,681,663,-1,664,665,683,-1,683,682,664,-1,665,648,666,-1,666,683,665,-1,666,667,685,-1,685,684,666,-1,667,668,686,-1,686,685,667,-1,668,669,687,-1,687,686,668,-1,669,670,688,-1,688,687,669,-1,670,671,689,-1,689,688,670,-1,671,672,690,-1,690,689,671,-1,672,673,691,-1,691,690,672,-1,673,674,692,-1,692,691,673,-1,674,675,693,-1,693,692,674,-1,675,676,694,-1,694,693,675,-1,676,677,695,-1,695,694,676,-1,677,678,696,-1,696,695,677,-1,678,679,697,-1,697,696,678,-1,679,680,698,-1,698,697,679,-1,680,681,699,-1,699,698,680,-1,681,682,700,-1,700,699,681,-1,682,683,701,-1,701,700,682,-1,683,666,684,-1,684,701,683,-1,684,685,703,-1,703,702,684,-1,685,686,704,-1,704,703,685,-1,686,687,705,-1,705,704,686,-1,687,688,706,-1,706,705,687,-1,688,689,707,-1,707,706,688,-1,689,690,708,-1,708,707,689,-1,690,691,709,-1,709,708,690,-1,691,692,710,-1,710,709,691,-1,692,693,711,-1,711,710,692,-1,693,694,712,-1,712,711,693,-1,694,695,713,-1,713,712,694,-1,695,696,714,-1,714,713,695,-1,696,697,715,-1,715,714,696,-1,697,698,716,-1,716,715,697,-1,698,699,717,-1,717,716,698,-1,699,700,718,-1,718,717,699,-1,700,701,719,-1,719,718,700,-1,701,684,702,-1,702,719,701,-1,702,703,721,-1,721,720,702,-1,703,704,722,-1,722,721,703,-1,704,705,723,-1,723,722,704,-1,705,706,724,-1,724,723,705,-1,706,707,725,-1,725,724,706,-1,707,708,726,-1,726,725,707,-1,708,709,727,-1,727,726,708,-1,709,710,728,-1,728,727,709,-1,710,711,729,-1,729,728,710,-1,711,712,730,-1,730,729,711,-1,712,713,731,-1,731,730,712,-1,713,714,732,-1,732,731,713,-1,714,715,733,-1,733,732,714,-1,715,716,734,-1,734,733,715,-1,716,717,735,-1,735,734,716,-1,717,718,736,-1,736,735,717,-1,718,719,737,-1,737,736,718,-1,719,702,720,-1,720,737,719,-1,720,721,739,-1,739,738,720,-1,721,722,740,-1,740,739,721,-1,722,723,741,-1,741,740,722,-1,723,724,742,-1,742,741,723,-1,724,725,743,-1,743,742,724,-1,725,726,744,-1,744,743,725,-1,726,727,745,-1,745,744,726,-1,727,728,746,-1,746,745,727,-1,728,729,747,-1,747,746,728,-1,729,730,748,-1,748,747,729,-1,730,731,749,-1,749,748,730,-1,731,732,750,-1,750,749,731,-1,732,733,751,-1,751,750,732,-1,733,734,752,-1,752,751,733,-1,734,735,753,-1,753,752,734,-1,735,736,754,-1,754,753,735,-1,736,737,755,-1,755,754,736,-1,737,720,738,-1,738,755,737,-1,664,663,662,-1,662,661,660,-1,660,659,658,-1,662,660,658,-1,658,657,656,-1,656,655,654,-1,658,656,654,-1,654,653,652,-1,652,651,650,-1,654,652,650,-1,658,654,650,-1,662,658,650,-1,650,649,648,-1,662,650,648,-1,664,662,648,-1,665,664,648,-1,739,740,741,-1,741,742,743,-1,743,744,745,-1,741,743,745,-1,745,746,747,-1,747,748,749,-1,745,747,749,-1,749,750,751,-1}; return value; } private int[] getTube07_FACES_10_257_coordIndex_7() { int[] value = {751,752,753,-1,749,751,753,-1,745,749,753,-1,741,745,753,-1,753,754,755,-1,741,753,755,-1,739,741,755,-1,738,739,755,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTube07_COORD_11_257_point_1() { float[] value = {0.0f,0.0f,-0.011f,0.0f,0.02f,-0.011f,0.0f,0.04f,-0.011f,0.0f,0.06f,-0.011f,0.0f,0.08f,-0.011f,0.0f,0.1f,-0.011f,0.0f,0.1f,-0.01f,0.0f,0.08f,-0.01f,0.0f,0.06f,-0.01f,0.0f,0.04f,-0.01f,0.0f,0.02f,-0.01f,0.0f,0.0f,-0.01f,0.003762f,0.0f,-0.01034f,0.003762f,0.02f,-0.01034f,0.003762f,0.04f,-0.01034f,0.003762f,0.06f,-0.01034f,0.003762f,0.08f,-0.01034f,0.003762f,0.1f,-0.01034f,0.00342f,0.1f,-0.009397f,0.00342f,0.08f,-0.009397f,0.00342f,0.06f,-0.009397f,0.00342f,0.04f,-0.009397f,0.00342f,0.02f,-0.009397f,0.00342f,0.0f,-0.009397f,0.007071f,0.0f,-0.008426f,0.007071f,0.02f,-0.008426f,0.007071f,0.04f,-0.008426f,0.007071f,0.06f,-0.008426f,0.007071f,0.08f,-0.008426f,0.007071f,0.1f,-0.008426f,0.006428f,0.1f,-0.00766f,0.006428f,0.08f,-0.00766f,0.006428f,0.06f,-0.00766f,0.006428f,0.04f,-0.00766f,0.006428f,0.02f,-0.00766f,0.006428f,0.0f,-0.00766f,0.009526f,0.0f,-0.0055f,0.009526f,0.02f,-0.0055f,0.009526f,0.04f,-0.0055f,0.009526f,0.06f,-0.0055f,0.009526f,0.08f,-0.0055f,0.009526f,0.1f,-0.0055f,0.00866f,0.1f,-0.0050f,0.00866f,0.08f,-0.0050f,0.00866f,0.06f,-0.0050f,0.00866f,0.04f,-0.0050f,0.00866f,0.02f,-0.0050f,0.00866f,0.0f,-0.0050f,0.01083f,0.0f,-0.00191f,0.01083f,0.02f,-0.00191f,0.01083f,0.04f,-0.00191f,0.01083f,0.06f,-0.00191f,0.01083f,0.08f,-0.00191f,0.01083f,0.1f,-0.00191f,0.009848f,0.1f,-0.001736f,0.009848f,0.08f,-0.001736f,0.009848f,0.06f,-0.001736f,0.009848f,0.04f,-0.001736f,0.009848f,0.02f,-0.001736f,0.009848f,0.0f,-0.001736f,0.01083f,0.0f,0.00191f,0.01083f,0.02f,0.00191f,0.01083f,0.04f,0.00191f,0.01083f,0.06f,0.00191f,0.01083f,0.08f,0.00191f,0.01083f,0.1f,0.00191f,0.009848f,0.1f,0.001736f,0.009848f,0.08f,0.001736f,0.009848f,0.06f,0.001736f,0.009848f,0.04f,0.001736f,0.009848f,0.02f,0.001736f,0.009848f,0.0f,0.001736f,0.009526f,0.0f,0.0055f,0.009526f,0.02f,0.0055f,0.009526f,0.04f,0.0055f,0.009526f,0.06f,0.0055f,0.009526f,0.08f,0.0055f,0.009526f,0.1f,0.0055f,0.00866f,0.1f,0.0050f,0.00866f,0.08f,0.0050f,0.00866f,0.06f,0.0050f,0.00866f,0.04f,0.0050f,0.00866f,0.02f,0.0050f,0.00866f,0.0f,0.0050f,0.007071f,0.0f,0.008426f,0.007071f,0.02f,0.008426f,0.007071f,0.04f,0.008426f,0.007071f,0.06f,0.008426f,0.007071f,0.08f,0.008426f,0.007071f,0.1f,0.008426f,0.006428f,0.1f,0.00766f,0.006428f,0.08f,0.00766f,0.006428f,0.06f,0.00766f,0.006428f,0.04f,0.00766f,0.006428f,0.02f,0.00766f,0.006428f,0.0f,0.00766f,0.003762f,0.0f,0.01034f,0.003762f,0.02f,0.01034f,0.003762f,0.04f,0.01034f,0.003762f,0.06f,0.01034f}; return value; } private float[] getTube07_COORD_11_257_point_2() { float[] value = {0.003762f,0.08f,0.01034f,0.003762f,0.1f,0.01034f,0.00342f,0.1f,0.009397f,0.00342f,0.08f,0.009397f,0.00342f,0.06f,0.009397f,0.00342f,0.04f,0.009397f,0.00342f,0.02f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.011f,0.0f,0.02f,0.011f,0.0f,0.04f,0.011f,0.0f,0.06f,0.011f,0.0f,0.08f,0.011f,0.0f,0.1f,0.011f,0.0f,0.1f,0.01f,0.0f,0.08f,0.01f,0.0f,0.06f,0.01f,0.0f,0.04f,0.01f,0.0f,0.02f,0.01f,0.0f,0.0f,0.01f,-0.003762f,0.0f,0.01034f,-0.003762f,0.02f,0.01034f,-0.003762f,0.04f,0.01034f,-0.003762f,0.06f,0.01034f,-0.003762f,0.08f,0.01034f,-0.003762f,0.1f,0.01034f,-0.00342f,0.1f,0.009397f,-0.00342f,0.08f,0.009397f,-0.00342f,0.06f,0.009397f,-0.00342f,0.04f,0.009397f,-0.00342f,0.02f,0.009397f,-0.00342f,0.0f,0.009397f,-0.007071f,0.0f,0.008426f,-0.007071f,0.02f,0.008426f,-0.007071f,0.04f,0.008426f,-0.007071f,0.06f,0.008426f,-0.007071f,0.08f,0.008426f,-0.007071f,0.1f,0.008426f,-0.006428f,0.1f,0.00766f,-0.006428f,0.08f,0.00766f,-0.006428f,0.06f,0.00766f,-0.006428f,0.04f,0.00766f,-0.006428f,0.02f,0.00766f,-0.006428f,0.0f,0.00766f,-0.009526f,0.0f,0.0055f,-0.009526f,0.02f,0.0055f,-0.009526f,0.04f,0.0055f,-0.009526f,0.06f,0.0055f,-0.009526f,0.08f,0.0055f,-0.009526f,0.1f,0.0055f,-0.00866f,0.1f,0.0050f,-0.00866f,0.08f,0.0050f,-0.00866f,0.06f,0.0050f,-0.00866f,0.04f,0.0050f,-0.00866f,0.02f,0.0050f,-0.00866f,0.0f,0.0050f,-0.01083f,0.0f,0.00191f,-0.01083f,0.02f,0.00191f,-0.01083f,0.04f,0.00191f,-0.01083f,0.06f,0.00191f,-0.01083f,0.08f,0.00191f,-0.01083f,0.1f,0.00191f,-0.009848f,0.1f,0.001736f,-0.009848f,0.08f,0.001736f,-0.009848f,0.06f,0.001736f,-0.009848f,0.04f,0.001736f,-0.009848f,0.02f,0.001736f,-0.009848f,0.0f,0.001736f,-0.01083f,0.0f,-0.00191f,-0.01083f,0.02f,-0.00191f,-0.01083f,0.04f,-0.00191f,-0.01083f,0.06f,-0.00191f,-0.01083f,0.08f,-0.00191f,-0.01083f,0.1f,-0.00191f,-0.009848f,0.1f,-0.001736f,-0.009848f,0.08f,-0.001736f,-0.009848f,0.06f,-0.001736f,-0.009848f,0.04f,-0.001736f,-0.009848f,0.02f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.009526f,0.0f,-0.0055f,-0.009526f,0.02f,-0.0055f,-0.009526f,0.04f,-0.0055f,-0.009526f,0.06f,-0.0055f,-0.009526f,0.08f,-0.0055f,-0.009526f,0.1f,-0.0055f,-0.00866f,0.1f,-0.0050f,-0.00866f,0.08f,-0.0050f,-0.00866f,0.06f,-0.0050f,-0.00866f,0.04f,-0.0050f,-0.00866f,0.02f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.007071f,0.0f,-0.008426f,-0.007071f,0.02f,-0.008426f,-0.007071f,0.04f,-0.008426f,-0.007071f,0.06f,-0.008426f,-0.007071f,0.08f,-0.008426f,-0.007071f,0.1f,-0.008426f,-0.006428f,0.1f,-0.00766f,-0.006428f,0.08f,-0.00766f}; return value; } private float[] getTube07_COORD_11_257_point_3() { float[] value = {-0.006428f,0.06f,-0.00766f,-0.006428f,0.04f,-0.00766f,-0.006428f,0.02f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.003762f,0.0f,-0.01034f,-0.003762f,0.02f,-0.01034f,-0.003762f,0.04f,-0.01034f,-0.003762f,0.06f,-0.01034f,-0.003762f,0.08f,-0.01034f,-0.003762f,0.1f,-0.01034f,-0.00342f,0.1f,-0.009397f,-0.00342f,0.08f,-0.009397f,-0.00342f,0.06f,-0.009397f,-0.00342f,0.04f,-0.009397f,-0.00342f,0.02f,-0.009397f,-0.00342f,0.0f,-0.009397f,0.0f,0.1003f,-0.011f,0.0f,0.1043f,-0.01021f,0.0f,0.1083f,-0.009416f,0.0f,0.1123f,-0.008624f,0.0f,0.1163f,-0.007832f,0.0f,0.1203f,-0.00704f,0.0f,0.1203f,-0.0064f,0.0f,0.1163f,-0.00712f,0.0f,0.1123f,-0.00784f,0.0f,0.1083f,-0.00856f,0.0f,0.1043f,-0.00928f,0.0f,0.1003f,-0.01f,0.003762f,0.1003f,-0.01034f,0.003491f,0.1043f,-0.009592f,0.00322f,0.1083f,-0.008848f,0.00295f,0.1123f,-0.008104f,0.002679f,0.1163f,-0.00736f,0.002408f,0.1203f,-0.006615f,0.002189f,0.1203f,-0.006014f,0.002435f,0.1163f,-0.006691f,0.002681f,0.1123f,-0.007367f,0.002928f,0.1083f,-0.008044f,0.003174f,0.1043f,-0.00872f,0.00342f,0.1003f,-0.009397f,0.007071f,0.1003f,-0.008426f,0.006562f,0.1043f,-0.00782f,0.006052f,0.1083f,-0.007213f,0.005543f,0.1123f,-0.006606f,0.005034f,0.1163f,-0.0060f,0.004525f,0.1203f,-0.005393f,0.004114f,0.1203f,-0.004903f,0.004577f,0.1163f,-0.005454f,0.005039f,0.1123f,-0.006006f,0.005502f,0.1083f,-0.006557f,0.005965f,0.1043f,-0.007109f,0.006428f,0.1003f,-0.00766f,0.009526f,0.1003f,-0.0055f,0.00884f,0.1043f,-0.005104f,0.008154f,0.1083f,-0.004708f,0.007469f,0.1123f,-0.004312f,0.006783f,0.1163f,-0.003916f,0.006097f,0.1203f,-0.00352f,0.005543f,0.1203f,-0.0032f,0.006166f,0.1163f,-0.00356f,0.00679f,0.1123f,-0.00392f,0.007413f,0.1083f,-0.00428f,0.008037f,0.1043f,-0.00464f,0.00866f,0.1003f,-0.0050f,0.01083f,0.1003f,-0.00191f,0.01005f,0.1043f,-0.001773f,0.009273f,0.1083f,-0.001635f,0.008493f,0.1123f,-0.001498f,0.007713f,0.1163f,-0.00136f,0.006933f,0.1203f,-0.001222f,0.006303f,0.1203f,-0.001111f,0.007012f,0.1163f,-0.001236f,0.007721f,0.1123f,-0.001361f,0.00843f,0.1083f,-0.001486f,0.009139f,0.1043f,-0.001611f,0.009848f,0.1003f,-0.001736f,0.01083f,0.1003f,0.00191f,0.01005f,0.1043f,0.001773f,0.009273f,0.1083f,0.001635f,0.008493f,0.1123f,0.001498f,0.007713f,0.1163f,0.00136f,0.006933f,0.1203f,0.001222f,0.006303f,0.1203f,0.001111f,0.007012f,0.1163f,0.001236f,0.007721f,0.1123f,0.001361f,0.00843f,0.1083f,0.001486f,0.009139f,0.1043f,0.001611f,0.009848f,0.1003f,0.001736f,0.009526f,0.1003f,0.0055f,0.00884f,0.1043f,0.005104f,0.008154f,0.1083f,0.004708f,0.007469f,0.1123f,0.004312f,0.006783f,0.1163f,0.003916f,0.006097f,0.1203f,0.00352f,0.005543f,0.1203f,0.0032f,0.006166f,0.1163f,0.00356f,0.00679f,0.1123f,0.00392f,0.007413f,0.1083f,0.00428f,0.008037f,0.1043f,0.00464f,0.00866f,0.1003f,0.0050f}; return value; } private float[] getTube07_COORD_11_257_point_4() { float[] value = {0.007071f,0.1003f,0.008426f,0.006562f,0.1043f,0.00782f,0.006052f,0.1083f,0.007213f,0.005543f,0.1123f,0.006606f,0.005034f,0.1163f,0.0060f,0.004525f,0.1203f,0.005393f,0.004114f,0.1203f,0.004903f,0.004577f,0.1163f,0.005454f,0.005039f,0.1123f,0.006006f,0.005502f,0.1083f,0.006557f,0.005965f,0.1043f,0.007109f,0.006428f,0.1003f,0.00766f,0.003762f,0.1003f,0.01034f,0.003491f,0.1043f,0.009592f,0.00322f,0.1083f,0.008848f,0.00295f,0.1123f,0.008104f,0.002679f,0.1163f,0.00736f,0.002408f,0.1203f,0.006615f,0.002189f,0.1203f,0.006014f,0.002435f,0.1163f,0.006691f,0.002681f,0.1123f,0.007367f,0.002928f,0.1083f,0.008044f,0.003174f,0.1043f,0.00872f,0.00342f,0.1003f,0.009397f,0.0f,0.1003f,0.011f,0.0f,0.1043f,0.01021f,0.0f,0.1083f,0.009416f,0.0f,0.1123f,0.008624f,0.0f,0.1163f,0.007832f,0.0f,0.1203f,0.00704f,0.0f,0.1203f,0.0064f,0.0f,0.1163f,0.00712f,0.0f,0.1123f,0.00784f,0.0f,0.1083f,0.00856f,0.0f,0.1043f,0.00928f,0.0f,0.1003f,0.01f,-0.003762f,0.1003f,0.01034f,-0.003491f,0.1043f,0.009592f,-0.00322f,0.1083f,0.008848f,-0.00295f,0.1123f,0.008104f,-0.002679f,0.1163f,0.00736f,-0.002408f,0.1203f,0.006615f,-0.002189f,0.1203f,0.006014f,-0.002435f,0.1163f,0.006691f,-0.002681f,0.1123f,0.007367f,-0.002928f,0.1083f,0.008044f,-0.003174f,0.1043f,0.00872f,-0.00342f,0.1003f,0.009397f,-0.007071f,0.1003f,0.008426f,-0.006562f,0.1043f,0.00782f,-0.006052f,0.1083f,0.007213f,-0.005543f,0.1123f,0.006606f,-0.005034f,0.1163f,0.0060f,-0.004525f,0.1203f,0.005393f,-0.004114f,0.1203f,0.004903f,-0.004577f,0.1163f,0.005454f,-0.005039f,0.1123f,0.006006f,-0.005502f,0.1083f,0.006557f,-0.005965f,0.1043f,0.007109f,-0.006428f,0.1003f,0.00766f,-0.009526f,0.1003f,0.0055f,-0.00884f,0.1043f,0.005104f,-0.008154f,0.1083f,0.004708f,-0.007469f,0.1123f,0.004312f,-0.006783f,0.1163f,0.003916f,-0.006097f,0.1203f,0.00352f,-0.005543f,0.1203f,0.0032f,-0.006166f,0.1163f,0.00356f,-0.00679f,0.1123f,0.00392f,-0.007413f,0.1083f,0.00428f,-0.008037f,0.1043f,0.00464f,-0.00866f,0.1003f,0.0050f,-0.01083f,0.1003f,0.00191f,-0.01005f,0.1043f,0.001773f,-0.009273f,0.1083f,0.001635f,-0.008493f,0.1123f,0.001498f,-0.007713f,0.1163f,0.00136f,-0.006933f,0.1203f,0.001222f,-0.006303f,0.1203f,0.001111f,-0.007012f,0.1163f,0.001236f,-0.007721f,0.1123f,0.001361f,-0.00843f,0.1083f,0.001486f,-0.009139f,0.1043f,0.001611f,-0.009848f,0.1003f,0.001736f,-0.01083f,0.1003f,-0.00191f,-0.01005f,0.1043f,-0.001773f,-0.009273f,0.1083f,-0.001635f,-0.008493f,0.1123f,-0.001498f,-0.007713f,0.1163f,-0.00136f,-0.006933f,0.1203f,-0.001222f,-0.006303f,0.1203f,-0.001111f,-0.007012f,0.1163f,-0.001236f,-0.007721f,0.1123f,-0.001361f,-0.00843f,0.1083f,-0.001486f,-0.009139f,0.1043f,-0.001611f,-0.009848f,0.1003f,-0.001736f,-0.009526f,0.1003f,-0.0055f,-0.00884f,0.1043f,-0.005104f,-0.008154f,0.1083f,-0.004708f,-0.007469f,0.1123f,-0.004312f}; return value; } private float[] getTube07_COORD_11_257_point_5() { float[] value = {-0.006783f,0.1163f,-0.003916f,-0.006097f,0.1203f,-0.00352f,-0.005543f,0.1203f,-0.0032f,-0.006166f,0.1163f,-0.00356f,-0.00679f,0.1123f,-0.00392f,-0.007413f,0.1083f,-0.00428f,-0.008037f,0.1043f,-0.00464f,-0.00866f,0.1003f,-0.0050f,-0.007071f,0.1003f,-0.008426f,-0.006562f,0.1043f,-0.00782f,-0.006052f,0.1083f,-0.007213f,-0.005543f,0.1123f,-0.006606f,-0.005034f,0.1163f,-0.0060f,-0.004525f,0.1203f,-0.005393f,-0.004114f,0.1203f,-0.004903f,-0.004577f,0.1163f,-0.005454f,-0.005039f,0.1123f,-0.006006f,-0.005502f,0.1083f,-0.006557f,-0.005965f,0.1043f,-0.007109f,-0.006428f,0.1003f,-0.00766f,-0.003762f,0.1003f,-0.01034f,-0.003491f,0.1043f,-0.009592f,-0.00322f,0.1083f,-0.008848f,-0.00295f,0.1123f,-0.008104f,-0.002679f,0.1163f,-0.00736f,-0.002408f,0.1203f,-0.006615f,-0.002189f,0.1203f,-0.006014f,-0.002435f,0.1163f,-0.006691f,-0.002681f,0.1123f,-0.007367f,-0.002928f,0.1083f,-0.008044f,-0.003174f,0.1043f,-0.00872f,-0.00342f,0.1003f,-0.009397f,0.0f,0.1204f,-0.0070f,0.0f,0.1232f,-0.0070f,0.0f,0.126f,-0.0070f,0.0f,0.1288f,-0.0070f,0.0f,0.1316f,-0.0070f,0.0f,0.1344f,-0.0070f,0.0f,0.1344f,-0.0030f,0.0f,0.1316f,-0.0030f,0.0f,0.1288f,-0.0030f,0.0f,0.126f,-0.0030f,0.0f,0.1232f,-0.0030f,0.0f,0.1204f,-0.0030f,0.002394f,0.1204f,-0.006578f,0.002394f,0.1232f,-0.006578f,0.002394f,0.126f,-0.006578f,0.002394f,0.1288f,-0.006578f,0.002394f,0.1316f,-0.006578f,0.002394f,0.1344f,-0.006578f,0.001026f,0.1344f,-0.002819f,0.001026f,0.1316f,-0.002819f,0.001026f,0.1288f,-0.002819f,0.001026f,0.126f,-0.002819f,0.001026f,0.1232f,-0.002819f,0.001026f,0.1204f,-0.002819f,0.0045f,0.1204f,-0.005362f,0.0045f,0.1232f,-0.005362f,0.0045f,0.126f,-0.005362f,0.0045f,0.1288f,-0.005362f,0.0045f,0.1316f,-0.005362f,0.0045f,0.1344f,-0.005362f,0.001928f,0.1344f,-0.002298f,0.001928f,0.1316f,-0.002298f,0.001928f,0.1288f,-0.002298f,0.001928f,0.126f,-0.002298f,0.001928f,0.1232f,-0.002298f,0.001928f,0.1204f,-0.002298f,0.006062f,0.1204f,-0.0035f,0.006062f,0.1232f,-0.0035f,0.006062f,0.126f,-0.0035f,0.006062f,0.1288f,-0.0035f,0.006062f,0.1316f,-0.0035f,0.006062f,0.1344f,-0.0035f,0.002598f,0.1344f,-0.0015f,0.002598f,0.1316f,-0.0015f,0.002598f,0.1288f,-0.0015f,0.002598f,0.126f,-0.0015f,0.002598f,0.1232f,-0.0015f,0.002598f,0.1204f,-0.0015f,0.006894f,0.1204f,-0.001216f,0.006894f,0.1232f,-0.001216f,0.006894f,0.126f,-0.001216f,0.006894f,0.1288f,-0.001216f,0.006894f,0.1316f,-0.001216f,0.006894f,0.1344f,-0.001216f,0.002954f,0.1344f,-5.209E-4f,0.002954f,0.1316f,-5.209E-4f,0.002954f,0.1288f,-5.209E-4f,0.002954f,0.126f,-5.209E-4f,0.002954f,0.1232f,-5.209E-4f,0.002954f,0.1204f,-5.209E-4f,0.006894f,0.1204f,0.001216f,0.006894f,0.1232f,0.001216f,0.006894f,0.126f,0.001216f,0.006894f,0.1288f,0.001216f,0.006894f,0.1316f,0.001216f,0.006894f,0.1344f,0.001216f,0.002954f,0.1344f,5.209E-4f,0.002954f,0.1316f,5.209E-4f}; return value; } private float[] getTube07_COORD_11_257_point_6() { float[] value = {0.002954f,0.1288f,5.209E-4f,0.002954f,0.126f,5.209E-4f,0.002954f,0.1232f,5.209E-4f,0.002954f,0.1204f,5.209E-4f,0.006062f,0.1204f,0.0035f,0.006062f,0.1232f,0.0035f,0.006062f,0.126f,0.0035f,0.006062f,0.1288f,0.0035f,0.006062f,0.1316f,0.0035f,0.006062f,0.1344f,0.0035f,0.002598f,0.1344f,0.0015f,0.002598f,0.1316f,0.0015f,0.002598f,0.1288f,0.0015f,0.002598f,0.126f,0.0015f,0.002598f,0.1232f,0.0015f,0.002598f,0.1204f,0.0015f,0.0045f,0.1204f,0.005362f,0.0045f,0.1232f,0.005362f,0.0045f,0.126f,0.005362f,0.0045f,0.1288f,0.005362f,0.0045f,0.1316f,0.005362f,0.0045f,0.1344f,0.005362f,0.001928f,0.1344f,0.002298f,0.001928f,0.1316f,0.002298f,0.001928f,0.1288f,0.002298f,0.001928f,0.126f,0.002298f,0.001928f,0.1232f,0.002298f,0.001928f,0.1204f,0.002298f,0.002394f,0.1204f,0.006578f,0.002394f,0.1232f,0.006578f,0.002394f,0.126f,0.006578f,0.002394f,0.1288f,0.006578f,0.002394f,0.1316f,0.006578f,0.002394f,0.1344f,0.006578f,0.001026f,0.1344f,0.002819f,0.001026f,0.1316f,0.002819f,0.001026f,0.1288f,0.002819f,0.001026f,0.126f,0.002819f,0.001026f,0.1232f,0.002819f,0.001026f,0.1204f,0.002819f,0.0f,0.1204f,0.0070f,0.0f,0.1232f,0.0070f,0.0f,0.126f,0.0070f,0.0f,0.1288f,0.0070f,0.0f,0.1316f,0.0070f,0.0f,0.1344f,0.0070f,0.0f,0.1344f,0.0030f,0.0f,0.1316f,0.0030f,0.0f,0.1288f,0.0030f,0.0f,0.126f,0.0030f,0.0f,0.1232f,0.0030f,0.0f,0.1204f,0.0030f,-0.002394f,0.1204f,0.006578f,-0.002394f,0.1232f,0.006578f,-0.002394f,0.126f,0.006578f,-0.002394f,0.1288f,0.006578f,-0.002394f,0.1316f,0.006578f,-0.002394f,0.1344f,0.006578f,-0.001026f,0.1344f,0.002819f,-0.001026f,0.1316f,0.002819f,-0.001026f,0.1288f,0.002819f,-0.001026f,0.126f,0.002819f,-0.001026f,0.1232f,0.002819f,-0.001026f,0.1204f,0.002819f,-0.0045f,0.1204f,0.005362f,-0.0045f,0.1232f,0.005362f,-0.0045f,0.126f,0.005362f,-0.0045f,0.1288f,0.005362f,-0.0045f,0.1316f,0.005362f,-0.0045f,0.1344f,0.005362f,-0.001928f,0.1344f,0.002298f,-0.001928f,0.1316f,0.002298f,-0.001928f,0.1288f,0.002298f,-0.001928f,0.126f,0.002298f,-0.001928f,0.1232f,0.002298f,-0.001928f,0.1204f,0.002298f,-0.006062f,0.1204f,0.0035f,-0.006062f,0.1232f,0.0035f,-0.006062f,0.126f,0.0035f,-0.006062f,0.1288f,0.0035f,-0.006062f,0.1316f,0.0035f,-0.006062f,0.1344f,0.0035f,-0.002598f,0.1344f,0.0015f,-0.002598f,0.1316f,0.0015f,-0.002598f,0.1288f,0.0015f,-0.002598f,0.126f,0.0015f,-0.002598f,0.1232f,0.0015f,-0.002598f,0.1204f,0.0015f,-0.006894f,0.1204f,0.001216f,-0.006894f,0.1232f,0.001216f,-0.006894f,0.126f,0.001216f,-0.006894f,0.1288f,0.001216f,-0.006894f,0.1316f,0.001216f,-0.006894f,0.1344f,0.001216f,-0.002954f,0.1344f,5.209E-4f,-0.002954f,0.1316f,5.209E-4f,-0.002954f,0.1288f,5.209E-4f,-0.002954f,0.126f,5.209E-4f,-0.002954f,0.1232f,5.209E-4f,-0.002954f,0.1204f,5.209E-4f}; return value; } private float[] getTube07_COORD_11_257_point_7() { float[] value = {-0.006894f,0.1204f,-0.001216f,-0.006894f,0.1232f,-0.001216f,-0.006894f,0.126f,-0.001216f,-0.006894f,0.1288f,-0.001216f,-0.006894f,0.1316f,-0.001216f,-0.006894f,0.1344f,-0.001216f,-0.002954f,0.1344f,-5.209E-4f,-0.002954f,0.1316f,-5.209E-4f,-0.002954f,0.1288f,-5.209E-4f,-0.002954f,0.126f,-5.209E-4f,-0.002954f,0.1232f,-5.209E-4f,-0.002954f,0.1204f,-5.209E-4f,-0.006062f,0.1204f,-0.0035f,-0.006062f,0.1232f,-0.0035f,-0.006062f,0.126f,-0.0035f,-0.006062f,0.1288f,-0.0035f,-0.006062f,0.1316f,-0.0035f,-0.006062f,0.1344f,-0.0035f,-0.002598f,0.1344f,-0.0015f,-0.002598f,0.1316f,-0.0015f,-0.002598f,0.1288f,-0.0015f,-0.002598f,0.126f,-0.0015f,-0.002598f,0.1232f,-0.0015f,-0.002598f,0.1204f,-0.0015f,-0.0045f,0.1204f,-0.005362f,-0.0045f,0.1232f,-0.005362f,-0.0045f,0.126f,-0.005362f,-0.0045f,0.1288f,-0.005362f,-0.0045f,0.1316f,-0.005362f,-0.0045f,0.1344f,-0.005362f,-0.001928f,0.1344f,-0.002298f,-0.001928f,0.1316f,-0.002298f,-0.001928f,0.1288f,-0.002298f,-0.001928f,0.126f,-0.002298f,-0.001928f,0.1232f,-0.002298f,-0.001928f,0.1204f,-0.002298f,-0.002394f,0.1204f,-0.006578f,-0.002394f,0.1232f,-0.006578f,-0.002394f,0.126f,-0.006578f,-0.002394f,0.1288f,-0.006578f,-0.002394f,0.1316f,-0.006578f,-0.002394f,0.1344f,-0.006578f,-0.001026f,0.1344f,-0.002819f,-0.001026f,0.1316f,-0.002819f,-0.001026f,0.1288f,-0.002819f,-0.001026f,0.126f,-0.002819f,-0.001026f,0.1232f,-0.002819f,-0.001026f,0.1204f,-0.002819f,0.013f,0.0f,0.0f,0.01222f,0.0f,-0.004446f,0.009959f,0.0f,-0.008356f,0.0065f,0.0f,-0.01126f,0.002257f,0.0f,-0.0128f,-0.002257f,0.0f,-0.0128f,-0.0065f,0.0f,-0.01126f,-0.009959f,0.0f,-0.008356f,-0.01222f,0.0f,-0.004446f,-0.013f,0.0f,0.0f,-0.01222f,0.0f,0.004446f,-0.009959f,0.0f,0.008356f,-0.0065f,0.0f,0.01126f,-0.002257f,0.0f,0.0128f,0.002257f,0.0f,0.0128f,0.0065f,0.0f,0.01126f,0.009959f,0.0f,0.008356f,0.01222f,0.0f,0.004446f,0.013f,0.0010f,0.0f,0.01222f,0.0010f,-0.004446f,0.009959f,0.0010f,-0.008356f,0.0065f,0.0010f,-0.01126f,0.002257f,0.0010f,-0.0128f,-0.002257f,0.0010f,-0.0128f,-0.0065f,0.0010f,-0.01126f,-0.009959f,0.0010f,-0.008356f,-0.01222f,0.0010f,-0.004446f,-0.013f,0.0010f,0.0f,-0.01222f,0.0010f,0.004446f,-0.009959f,0.0010f,0.008356f,-0.0065f,0.0010f,0.01126f,-0.002257f,0.0010f,0.0128f,0.002257f,0.0010f,0.0128f,0.0065f,0.0010f,0.01126f,0.009959f,0.0010f,0.008356f,0.01222f,0.0010f,0.004446f,0.013f,0.0020f,0.0f,0.01222f,0.0020f,-0.004446f,0.009959f,0.0020f,-0.008356f,0.0065f,0.0020f,-0.01126f,0.002257f,0.0020f,-0.0128f,-0.002257f,0.0020f,-0.0128f,-0.0065f,0.0020f,-0.01126f,-0.009959f,0.0020f,-0.008356f,-0.01222f,0.0020f,-0.004446f,-0.013f,0.0020f,0.0f,-0.01222f,0.0020f,0.004446f,-0.009959f,0.0020f,0.008356f,-0.0065f,0.0020f,0.01126f,-0.002257f,0.0020f,0.0128f,0.002257f,0.0020f,0.0128f,0.0065f,0.0020f,0.01126f}; return value; } private float[] getTube07_COORD_11_257_point_8() { float[] value = {0.009959f,0.0020f,0.008356f,0.01222f,0.0020f,0.004446f,0.013f,0.0030f,0.0f,0.01222f,0.0030f,-0.004446f,0.009959f,0.0030f,-0.008356f,0.0065f,0.0030f,-0.01126f,0.002257f,0.0030f,-0.0128f,-0.002257f,0.0030f,-0.0128f,-0.0065f,0.0030f,-0.01126f,-0.009959f,0.0030f,-0.008356f,-0.01222f,0.0030f,-0.004446f,-0.013f,0.0030f,0.0f,-0.01222f,0.0030f,0.004446f,-0.009959f,0.0030f,0.008356f,-0.0065f,0.0030f,0.01126f,-0.002257f,0.0030f,0.0128f,0.002257f,0.0030f,0.0128f,0.0065f,0.0030f,0.01126f,0.009959f,0.0030f,0.008356f,0.01222f,0.0030f,0.004446f,0.013f,0.0040f,0.0f,0.01222f,0.0040f,-0.004446f,0.009959f,0.0040f,-0.008356f,0.0065f,0.0040f,-0.01126f,0.002257f,0.0040f,-0.0128f,-0.002257f,0.0040f,-0.0128f,-0.0065f,0.0040f,-0.01126f,-0.009959f,0.0040f,-0.008356f,-0.01222f,0.0040f,-0.004446f,-0.013f,0.0040f,0.0f,-0.01222f,0.0040f,0.004446f,-0.009959f,0.0040f,0.008356f,-0.0065f,0.0040f,0.01126f,-0.002257f,0.0040f,0.0128f,0.002257f,0.0040f,0.0128f,0.0065f,0.0040f,0.01126f,0.009959f,0.0040f,0.008356f,0.01222f,0.0040f,0.004446f,0.013f,0.0050f,0.0f,0.01222f,0.0050f,-0.004446f,0.009959f,0.0050f,-0.008356f,0.0065f,0.0050f,-0.01126f,0.002257f,0.0050f,-0.0128f,-0.002257f,0.0050f,-0.0128f,-0.0065f,0.0050f,-0.01126f,-0.009959f,0.0050f,-0.008356f,-0.01222f,0.0050f,-0.004446f,-0.013f,0.0050f,0.0f,-0.01222f,0.0050f,0.004446f,-0.009959f,0.0050f,0.008356f,-0.0065f,0.0050f,0.01126f,-0.002257f,0.0050f,0.0128f,0.002257f,0.0050f,0.0128f,0.0065f,0.0050f,0.01126f,0.009959f,0.0050f,0.008356f,0.01222f,0.0050f,0.004446f,4.0f,4.0f,4.0f}; return value; } /** Define subarrays using type int[] */ private int[] getCylinder12_FACES_10_263_coordIndex_1() { int[] value = {0,2,1,-1,0,3,2,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,0,9,8,-1,0,10,9,-1,0,11,10,-1,0,12,11,-1,0,13,12,-1,0,14,13,-1,0,15,14,-1,0,16,15,-1,0,17,16,-1,0,18,17,-1,0,1,18,-1,1,20,19,-1,1,2,20,-1,2,21,20,-1,2,3,21,-1,3,22,21,-1,3,4,22,-1,4,23,22,-1,4,5,23,-1,5,24,23,-1,5,6,24,-1,6,25,24,-1,6,7,25,-1,7,26,25,-1,7,8,26,-1,8,27,26,-1,8,9,27,-1,9,28,27,-1,9,10,28,-1,10,29,28,-1,10,11,29,-1,11,30,29,-1,11,12,30,-1,12,31,30,-1,12,13,31,-1,13,32,31,-1,13,14,32,-1,14,33,32,-1,14,15,33,-1,15,34,33,-1,15,16,34,-1,16,35,34,-1,16,17,35,-1,17,36,35,-1,17,18,36,-1,18,19,36,-1,18,1,19,-1,19,38,37,-1,19,20,38,-1,20,39,38,-1,20,21,39,-1,21,40,39,-1,21,22,40,-1,22,41,40,-1,22,23,41,-1,23,42,41,-1,23,24,42,-1,24,43,42,-1,24,25,43,-1,25,44,43,-1,25,26,44,-1,26,45,44,-1,26,27,45,-1,27,46,45,-1,27,28,46,-1,28,47,46,-1,28,29,47,-1,29,48,47,-1,29,30,48,-1,30,49,48,-1,30,31,49,-1,31,50,49,-1,31,32,50,-1,32,51,50,-1,32,33,51,-1,33,52,51,-1,33,34,52,-1,34,53,52,-1,34,35,53,-1,35,54,53,-1,35,36,54,-1,36,37,54,-1,36,19,37,-1,37,56,55,-1,37,38,56,-1,38,57,56,-1,38,39,57,-1,39,58,57,-1,39,40,58,-1,40,59,58,-1,40,41,59,-1,41,60,59,-1,41,42,60,-1,42,61,60,-1,42,43,61,-1,43,62,61,-1,43,44,62,-1,44,63,62,-1,44,45,63,-1,45,64,63,-1,45,46,64,-1,46,65,64,-1,46,47,65,-1,47,66,65,-1,47,48,66,-1,48,67,66,-1,48,49,67,-1,49,68,67,-1,49,50,68,-1,50,69,68,-1,50,51,69,-1,51,70,69,-1,51,52,70,-1,52,71,70,-1,52,53,71,-1,53,72,71,-1,53,54,72,-1,54,55,72,-1,54,37,55,-1,55,74,73,-1,55,56,74,-1,56,75,74,-1,56,57,75,-1,57,76,75,-1,57,58,76,-1,58,77,76,-1,58,59,77,-1,59,78,77,-1,59,60,78,-1,60,79,78,-1,60,61,79,-1,61,80,79,-1,61,62,80,-1,62,81,80,-1,62,63,81,-1,63,82,81,-1,63,64,82,-1,64,83,82,-1,64,65,83,-1,65,84,83,-1,65,66,84,-1,66,85,84,-1,66,67,85,-1,67,86,85,-1,67,68,86,-1,68,87,86,-1,68,69,87,-1,69,88,87,-1,69,70,88,-1,70,89,88,-1,70,71,89,-1,71,90,89,-1,71,72,90,-1,72,73,90,-1,72,55,73,-1,73,92,91,-1,73,74,92,-1,74,93,92,-1,74,75,93,-1,75,94,93,-1,75,76,94,-1,76,95,94,-1,76,77,95,-1,77,96,95,-1,77,78,96,-1,78,97,96,-1,78,79,97,-1,79,98,97,-1,79,80,98,-1,80,99,98,-1,80,81,99,-1,81,100,99,-1,81,82,100,-1,82,101,100,-1,82,83,101,-1,83,102,101,-1,83,84,102,-1,84,103,102,-1,84,85,103,-1,85,104,103,-1,85,86,104,-1,86,105,104,-1,86,87,105,-1,87,106,105,-1,87,88,106,-1,88,107,106,-1,88,89,107,-1,89,108,107,-1,89,90,108,-1,90,91,108,-1,90,73,91,-1,109,91,92,-1,109,92,93,-1,109,93,94,-1,109,94,95,-1,109,95,96,-1,109,96,97,-1,109,97,98,-1,109,98,99,-1,109,99,100,-1,109,100,101,-1,109,101,102,-1,109,102,103,-1,109,103,104,-1,109,104,105,-1,109,105,106,-1,109,106,107,-1,109,107,108,-1,109,108,91,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCylinder12_COORD_11_263_point_1() { float[] value = {0.0f,0.0f,0.0f,0.0070f,0.0f,0.0f,0.006578f,0.0f,-0.002394f,0.005362f,0.0f,-0.0045f,0.0035f,0.0f,-0.006062f,0.001216f,0.0f,-0.006894f,-0.001216f,0.0f,-0.006894f,-0.0035f,0.0f,-0.006062f,-0.005362f,0.0f,-0.0045f,-0.006578f,0.0f,-0.002394f,-0.0070f,0.0f,0.0f,-0.006578f,0.0f,0.002394f,-0.005362f,0.0f,0.0045f,-0.0035f,0.0f,0.006062f,-0.001216f,0.0f,0.006894f,0.001216f,0.0f,0.006894f,0.0035f,0.0f,0.006062f,0.005362f,0.0f,0.0045f,0.006578f,0.0f,0.002394f,0.006677f,0.01f,0.0f,0.006274f,0.01f,-0.002284f,0.005115f,0.01f,-0.004292f,0.003338f,0.01f,-0.005782f,0.001159f,0.01f,-0.006575f,-0.001159f,0.01f,-0.006575f,-0.003338f,0.01f,-0.005782f,-0.005115f,0.01f,-0.004292f,-0.006274f,0.01f,-0.002284f,-0.006677f,0.01f,0.0f,-0.006274f,0.01f,0.002284f,-0.005115f,0.01f,0.004292f,-0.003338f,0.01f,0.005782f,-0.001159f,0.01f,0.006575f,0.001159f,0.01f,0.006575f,0.003338f,0.01f,0.005782f,0.005115f,0.01f,0.004292f,0.006274f,0.01f,0.002284f,0.00593f,0.02f,0.0f,0.005572f,0.02f,-0.002028f,0.004543f,0.02f,-0.003812f,0.002965f,0.02f,-0.005136f,0.00103f,0.02f,-0.00584f,-0.00103f,0.02f,-0.00584f,-0.002965f,0.02f,-0.005136f,-0.004543f,0.02f,-0.003812f,-0.005572f,0.02f,-0.002028f,-0.00593f,0.02f,0.0f,-0.005572f,0.02f,0.002028f,-0.004543f,0.02f,0.003812f,-0.002965f,0.02f,0.005136f,-0.00103f,0.02f,0.00584f,0.00103f,0.02f,0.00584f,0.002965f,0.02f,0.005136f,0.004543f,0.02f,0.003812f,0.005572f,0.02f,0.002028f,0.004761f,0.03f,0.0f,0.004474f,0.03f,-0.001628f,0.003647f,0.03f,-0.00306f,0.00238f,0.03f,-0.004123f,8.267E-4f,0.03f,-0.004688f,-8.267E-4f,0.03f,-0.004688f,-0.00238f,0.03f,-0.004123f,-0.003647f,0.03f,-0.00306f,-0.004474f,0.03f,-0.001628f,-0.004761f,0.03f,0.0f,-0.004474f,0.03f,0.001628f,-0.003647f,0.03f,0.00306f,-0.00238f,0.03f,0.004123f,-8.267E-4f,0.03f,0.004688f,8.267E-4f,0.03f,0.004688f,0.00238f,0.03f,0.004123f,0.003647f,0.03f,0.00306f,0.004474f,0.03f,0.001628f,0.003168f,0.04f,0.0f,0.002977f,0.04f,-0.001084f,0.002427f,0.04f,-0.002037f,0.001584f,0.04f,-0.002744f,5.502E-4f,0.04f,-0.00312f,-5.502E-4f,0.04f,-0.00312f,-0.001584f,0.04f,-0.002744f,-0.002427f,0.04f,-0.002037f,-0.002977f,0.04f,-0.001084f,-0.003168f,0.04f,0.0f,-0.002977f,0.04f,0.001084f,-0.002427f,0.04f,0.002037f,-0.001584f,0.04f,0.002744f,-5.502E-4f,0.04f,0.00312f,5.502E-4f,0.04f,0.00312f,0.001584f,0.04f,0.002744f,0.002427f,0.04f,0.002037f,0.002977f,0.04f,0.001084f,0.001153f,0.05f,0.0f,0.001083f,0.05f,-3.943E-4f,8.832E-4f,0.05f,-7.411E-4f,5.765E-4f,0.05f,-9.984E-4f,2.002E-4f,0.05f,-0.001135f,-2.002E-4f,0.05f,-0.001135f,-5.765E-4f,0.05f,-9.984E-4f,-8.832E-4f,0.05f,-7.411E-4f,-0.001083f,0.05f,-3.943E-4f}; return value; } private float[] getCylinder12_COORD_11_263_point_2() { float[] value = {-0.001153f,0.05f,0.0f,-0.001083f,0.05f,3.943E-4f,-8.832E-4f,0.05f,7.411E-4f,-5.765E-4f,0.05f,9.984E-4f,-2.002E-4f,0.05f,0.001135f,2.002E-4f,0.05f,0.001135f,5.765E-4f,0.05f,9.984E-4f,8.832E-4f,0.05f,7.411E-4f,0.001083f,0.05f,3.943E-4f,0.0f,0.05f,0.0f,5.0f,5.0f,5.0f}; return value; } /** Define subarrays using type int[] */ private int[] getTube08_FACES_10_270_coordIndex_1() { int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1}; return value; } private int[] getTube08_FACES_10_270_coordIndex_2() { int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1,216,217,229,-1,229,228,216,-1,217,218,230,-1,230,229,217,-1,218,219,231,-1,231,230,218,-1,219,220,232,-1,232,231,219,-1,220,221,233,-1,233,232,220,-1,221,222,234,-1,234,233,221,-1,222,223,235,-1,235,234,222,-1,223,224,236,-1,236,235,223,-1,224,225,237,-1,237,236,224,-1,225,226,238,-1,238,237,225,-1,226,227,239,-1,239,238,226,-1,227,216,228,-1,228,239,227,-1,228,229,241,-1,241,240,228,-1,229,230,242,-1,242,241,229,-1,230,231,243,-1,243,242,230,-1,231,232,244,-1,244,243,231,-1,232,233,245,-1,245,244,232,-1,233,234,246,-1,246,245,233,-1,234,235,247,-1,247,246,234,-1,235,236,248,-1,248,247,235,-1,236,237,249,-1,249,248,236,-1,237,238,250,-1,250,249,237,-1,238,239,251,-1,251,250,238,-1,239,228,240,-1,240,251,239,-1,240,241,253,-1,253,252,240,-1,241,242,254,-1,254,253,241,-1,242,243,255,-1,255,254,242,-1,243,244,256,-1,256,255,243,-1,244,245,257,-1,257,256,244,-1,245,246,258,-1,258,257,245,-1,246,247,259,-1,259,258,246,-1,247,248,260,-1,260,259,247,-1,248,249,261,-1,261,260,248,-1,249,250,262,-1,262,261,249,-1}; return value; } private int[] getTube08_FACES_10_270_coordIndex_3() { int[] value = {250,251,263,-1,263,262,250,-1,251,240,252,-1,252,263,251,-1,252,253,265,-1,265,264,252,-1,253,254,266,-1,266,265,253,-1,254,255,267,-1,267,266,254,-1,255,256,268,-1,268,267,255,-1,256,257,269,-1,269,268,256,-1,257,258,270,-1,270,269,257,-1,258,259,271,-1,271,270,258,-1,259,260,272,-1,272,271,259,-1,260,261,273,-1,273,272,260,-1,261,262,274,-1,274,273,261,-1,262,263,275,-1,275,274,262,-1,263,252,264,-1,264,275,263,-1,264,265,277,-1,277,276,264,-1,265,266,278,-1,278,277,265,-1,266,267,279,-1,279,278,266,-1,267,268,280,-1,280,279,267,-1,268,269,281,-1,281,280,268,-1,269,270,282,-1,282,281,269,-1,270,271,283,-1,283,282,270,-1,271,272,284,-1,284,283,271,-1,272,273,285,-1,285,284,272,-1,273,274,286,-1,286,285,273,-1,274,275,287,-1,287,286,274,-1,275,264,276,-1,276,287,275,-1,276,277,289,-1,289,288,276,-1,277,278,290,-1,290,289,277,-1,278,279,291,-1,291,290,278,-1,279,280,292,-1,292,291,279,-1,280,281,293,-1,293,292,280,-1,281,282,294,-1,294,293,281,-1,282,283,295,-1,295,294,282,-1,283,284,296,-1,296,295,283,-1,284,285,297,-1,297,296,284,-1,285,286,298,-1,298,297,285,-1,286,287,299,-1,299,298,286,-1,287,276,288,-1,288,299,287,-1,288,289,301,-1,301,300,288,-1,289,290,302,-1,302,301,289,-1,290,291,303,-1,303,302,290,-1,291,292,304,-1,304,303,291,-1,292,293,305,-1,305,304,292,-1,293,294,306,-1,306,305,293,-1,294,295,307,-1,307,306,294,-1,295,296,308,-1,308,307,295,-1,296,297,309,-1,309,308,296,-1,297,298,310,-1,310,309,297,-1,298,299,311,-1,311,310,298,-1,299,288,300,-1,300,311,299,-1,300,301,313,-1,313,312,300,-1,301,302,314,-1,314,313,301,-1,302,303,315,-1,315,314,302,-1,303,304,316,-1,316,315,303,-1,304,305,317,-1,317,316,304,-1,305,306,318,-1,318,317,305,-1,306,307,319,-1,319,318,306,-1,307,308,320,-1,320,319,307,-1,308,309,321,-1,321,320,308,-1,309,310,322,-1,322,321,309,-1,310,311,323,-1,323,322,310,-1,311,300,312,-1,312,323,311,-1,312,313,325,-1,325,324,312,-1,313,314,326,-1,326,325,313,-1,314,315,327,-1,327,326,314,-1,315,316,328,-1,328,327,315,-1,316,317,329,-1,329,328,316,-1,317,318,330,-1,330,329,317,-1,318,319,331,-1,331,330,318,-1,319,320,332,-1,332,331,319,-1,320,321,333,-1,333,332,320,-1,321,322,334,-1,334,333,321,-1,322,323,335,-1,335,334,322,-1,323,312,324,-1,324,335,323,-1,324,325,337,-1,337,336,324,-1,325,326,338,-1,338,337,325,-1,326,327,339,-1,339,338,326,-1,327,328,340,-1,340,339,327,-1,328,329,341,-1,341,340,328,-1,329,330,342,-1,342,341,329,-1,330,331,343,-1,343,342,330,-1,331,332,344,-1,344,343,331,-1,332,333,345,-1,345,344,332,-1,333,334,346,-1,346,345,333,-1,334,335,347,-1,347,346,334,-1,335,324,336,-1,336,347,335,-1,336,337,349,-1,349,348,336,-1,337,338,350,-1,350,349,337,-1,338,339,351,-1,351,350,338,-1,339,340,352,-1,352,351,339,-1,340,341,353,-1,353,352,340,-1,341,342,354,-1,354,353,341,-1,342,343,355,-1,355,354,342,-1,343,344,356,-1,356,355,343,-1,344,345,357,-1,357,356,344,-1,345,346,358,-1,358,357,345,-1,346,347,359,-1,359,358,346,-1,347,336,348,-1,348,359,347,-1,348,349,361,-1,361,360,348,-1,349,350,362,-1,362,361,349,-1,350,351,363,-1,363,362,350,-1,351,352,364,-1,364,363,351,-1,352,353,365,-1,365,364,352,-1,353,354,366,-1,366,365,353,-1,354,355,367,-1,367,366,354,-1,355,356,368,-1,368,367,355,-1,356,357,369,-1,369,368,356,-1,357,358,370,-1,370,369,357,-1,358,359,371,-1,371,370,358,-1,359,348,360,-1,360,371,359,-1,360,361,373,-1,373,372,360,-1,361,362,374,-1,374,373,361,-1,362,363,375,-1,375,374,362,-1,363,364,376,-1,376,375,363,-1,364,365,377,-1,377,376,364,-1,365,366,378,-1,378,377,365,-1,366,367,379,-1,379,378,366,-1,367,368,380,-1,380,379,367,-1,368,369,381,-1,381,380,368,-1,369,370,382,-1,382,381,369,-1,370,371,383,-1,383,382,370,-1,371,360,372,-1,372,383,371,-1,372,373,385,-1,385,384,372,-1,373,374,386,-1,386,385,373,-1,374,375,387,-1,387,386,374,-1}; return value; } private int[] getTube08_FACES_10_270_coordIndex_4() { int[] value = {375,376,388,-1,388,387,375,-1,376,377,389,-1,389,388,376,-1,377,378,390,-1,390,389,377,-1,378,379,391,-1,391,390,378,-1,379,380,392,-1,392,391,379,-1,380,381,393,-1,393,392,380,-1,381,382,394,-1,394,393,381,-1,382,383,395,-1,395,394,382,-1,383,372,384,-1,384,395,383,-1,384,385,397,-1,397,396,384,-1,385,386,398,-1,398,397,385,-1,386,387,399,-1,399,398,386,-1,387,388,400,-1,400,399,387,-1,388,389,401,-1,401,400,388,-1,389,390,402,-1,402,401,389,-1,390,391,403,-1,403,402,390,-1,391,392,404,-1,404,403,391,-1,392,393,405,-1,405,404,392,-1,393,394,406,-1,406,405,393,-1,394,395,407,-1,407,406,394,-1,395,384,396,-1,396,407,395,-1,396,397,409,-1,409,408,396,-1,397,398,410,-1,410,409,397,-1,398,399,411,-1,411,410,398,-1,399,400,412,-1,412,411,399,-1,400,401,413,-1,413,412,400,-1,401,402,414,-1,414,413,401,-1,402,403,415,-1,415,414,402,-1,403,404,416,-1,416,415,403,-1,404,405,417,-1,417,416,404,-1,405,406,418,-1,418,417,405,-1,406,407,419,-1,419,418,406,-1,407,396,408,-1,408,419,407,-1,408,409,421,-1,421,420,408,-1,409,410,422,-1,422,421,409,-1,410,411,423,-1,423,422,410,-1,411,412,424,-1,424,423,411,-1,412,413,425,-1,425,424,412,-1,413,414,426,-1,426,425,413,-1,414,415,427,-1,427,426,414,-1,415,416,428,-1,428,427,415,-1,416,417,429,-1,429,428,416,-1,417,418,430,-1,430,429,417,-1,418,419,431,-1,431,430,418,-1,419,408,420,-1,420,431,419,-1,420,421,217,-1,217,216,420,-1,421,422,218,-1,218,217,421,-1,422,423,219,-1,219,218,422,-1,423,424,220,-1,220,219,423,-1,424,425,221,-1,221,220,424,-1,425,426,222,-1,222,221,425,-1,426,427,223,-1,223,222,426,-1,427,428,224,-1,224,223,427,-1,428,429,225,-1,225,224,428,-1,429,430,226,-1,226,225,429,-1,430,431,227,-1,227,226,430,-1,431,420,216,-1,216,227,431,-1,432,433,445,-1,445,444,432,-1,433,434,446,-1,446,445,433,-1,434,435,447,-1,447,446,434,-1,435,436,448,-1,448,447,435,-1,436,437,449,-1,449,448,436,-1,437,438,450,-1,450,449,437,-1,438,439,451,-1,451,450,438,-1,439,440,452,-1,452,451,439,-1,440,441,453,-1,453,452,440,-1,441,442,454,-1,454,453,441,-1,442,443,455,-1,455,454,442,-1,443,432,444,-1,444,455,443,-1,444,445,457,-1,457,456,444,-1,445,446,458,-1,458,457,445,-1,446,447,459,-1,459,458,446,-1,447,448,460,-1,460,459,447,-1,448,449,461,-1,461,460,448,-1,449,450,462,-1,462,461,449,-1,450,451,463,-1,463,462,450,-1,451,452,464,-1,464,463,451,-1,452,453,465,-1,465,464,452,-1,453,454,466,-1,466,465,453,-1,454,455,467,-1,467,466,454,-1,455,444,456,-1,456,467,455,-1,456,457,469,-1,469,468,456,-1,457,458,470,-1,470,469,457,-1,458,459,471,-1,471,470,458,-1,459,460,472,-1,472,471,459,-1,460,461,473,-1,473,472,460,-1,461,462,474,-1,474,473,461,-1,462,463,475,-1,475,474,462,-1,463,464,476,-1,476,475,463,-1,464,465,477,-1,477,476,464,-1,465,466,478,-1,478,477,465,-1,466,467,479,-1,479,478,466,-1,467,456,468,-1,468,479,467,-1,468,469,481,-1,481,480,468,-1,469,470,482,-1,482,481,469,-1,470,471,483,-1,483,482,470,-1,471,472,484,-1,484,483,471,-1,472,473,485,-1,485,484,472,-1,473,474,486,-1,486,485,473,-1,474,475,487,-1,487,486,474,-1,475,476,488,-1,488,487,475,-1,476,477,489,-1,489,488,476,-1,477,478,490,-1,490,489,477,-1,478,479,491,-1,491,490,478,-1,479,468,480,-1,480,491,479,-1,480,481,493,-1,493,492,480,-1,481,482,494,-1,494,493,481,-1,482,483,495,-1,495,494,482,-1,483,484,496,-1,496,495,483,-1,484,485,497,-1,497,496,484,-1,485,486,498,-1,498,497,485,-1,486,487,499,-1,499,498,486,-1,487,488,500,-1,500,499,487,-1,488,489,501,-1,501,500,488,-1,489,490,502,-1,502,501,489,-1,490,491,503,-1,503,502,490,-1,491,480,492,-1,492,503,491,-1,492,493,505,-1,505,504,492,-1,493,494,506,-1,506,505,493,-1,494,495,507,-1,507,506,494,-1,495,496,508,-1,508,507,495,-1,496,497,509,-1,509,508,496,-1,497,498,510,-1,510,509,497,-1,498,499,511,-1,511,510,498,-1,499,500,512,-1,512,511,499,-1}; return value; } private int[] getTube08_FACES_10_270_coordIndex_5() { int[] value = {500,501,513,-1,513,512,500,-1,501,502,514,-1,514,513,501,-1,502,503,515,-1,515,514,502,-1,503,492,504,-1,504,515,503,-1,504,505,517,-1,517,516,504,-1,505,506,518,-1,518,517,505,-1,506,507,519,-1,519,518,506,-1,507,508,520,-1,520,519,507,-1,508,509,521,-1,521,520,508,-1,509,510,522,-1,522,521,509,-1,510,511,523,-1,523,522,510,-1,511,512,524,-1,524,523,511,-1,512,513,525,-1,525,524,512,-1,513,514,526,-1,526,525,513,-1,514,515,527,-1,527,526,514,-1,515,504,516,-1,516,527,515,-1,516,517,529,-1,529,528,516,-1,517,518,530,-1,530,529,517,-1,518,519,531,-1,531,530,518,-1,519,520,532,-1,532,531,519,-1,520,521,533,-1,533,532,520,-1,521,522,534,-1,534,533,521,-1,522,523,535,-1,535,534,522,-1,523,524,536,-1,536,535,523,-1,524,525,537,-1,537,536,524,-1,525,526,538,-1,538,537,525,-1,526,527,539,-1,539,538,526,-1,527,516,528,-1,528,539,527,-1,528,529,541,-1,541,540,528,-1,529,530,542,-1,542,541,529,-1,530,531,543,-1,543,542,530,-1,531,532,544,-1,544,543,531,-1,532,533,545,-1,545,544,532,-1,533,534,546,-1,546,545,533,-1,534,535,547,-1,547,546,534,-1,535,536,548,-1,548,547,535,-1,536,537,549,-1,549,548,536,-1,537,538,550,-1,550,549,537,-1,538,539,551,-1,551,550,538,-1,539,528,540,-1,540,551,539,-1,540,541,553,-1,553,552,540,-1,541,542,554,-1,554,553,541,-1,542,543,555,-1,555,554,542,-1,543,544,556,-1,556,555,543,-1,544,545,557,-1,557,556,544,-1,545,546,558,-1,558,557,545,-1,546,547,559,-1,559,558,546,-1,547,548,560,-1,560,559,547,-1,548,549,561,-1,561,560,548,-1,549,550,562,-1,562,561,549,-1,550,551,563,-1,563,562,550,-1,551,540,552,-1,552,563,551,-1,552,553,565,-1,565,564,552,-1,553,554,566,-1,566,565,553,-1,554,555,567,-1,567,566,554,-1,555,556,568,-1,568,567,555,-1,556,557,569,-1,569,568,556,-1,557,558,570,-1,570,569,557,-1,558,559,571,-1,571,570,558,-1,559,560,572,-1,572,571,559,-1,560,561,573,-1,573,572,560,-1,561,562,574,-1,574,573,561,-1,562,563,575,-1,575,574,562,-1,563,552,564,-1,564,575,563,-1,564,565,577,-1,577,576,564,-1,565,566,578,-1,578,577,565,-1,566,567,579,-1,579,578,566,-1,567,568,580,-1,580,579,567,-1,568,569,581,-1,581,580,568,-1,569,570,582,-1,582,581,569,-1,570,571,583,-1,583,582,570,-1,571,572,584,-1,584,583,571,-1,572,573,585,-1,585,584,572,-1,573,574,586,-1,586,585,573,-1,574,575,587,-1,587,586,574,-1,575,564,576,-1,576,587,575,-1,576,577,589,-1,589,588,576,-1,577,578,590,-1,590,589,577,-1,578,579,591,-1,591,590,578,-1,579,580,592,-1,592,591,579,-1,580,581,593,-1,593,592,580,-1,581,582,594,-1,594,593,581,-1,582,583,595,-1,595,594,582,-1,583,584,596,-1,596,595,583,-1,584,585,597,-1,597,596,584,-1,585,586,598,-1,598,597,585,-1,586,587,599,-1,599,598,586,-1,587,576,588,-1,588,599,587,-1,588,589,601,-1,601,600,588,-1,589,590,602,-1,602,601,589,-1,590,591,603,-1,603,602,590,-1,591,592,604,-1,604,603,591,-1,592,593,605,-1,605,604,592,-1,593,594,606,-1,606,605,593,-1,594,595,607,-1,607,606,594,-1,595,596,608,-1,608,607,595,-1,596,597,609,-1,609,608,596,-1,597,598,610,-1,610,609,597,-1,598,599,611,-1,611,610,598,-1,599,588,600,-1,600,611,599,-1,600,601,613,-1,613,612,600,-1,601,602,614,-1,614,613,601,-1,602,603,615,-1,615,614,602,-1,603,604,616,-1,616,615,603,-1,604,605,617,-1,617,616,604,-1,605,606,618,-1,618,617,605,-1,606,607,619,-1,619,618,606,-1,607,608,620,-1,620,619,607,-1,608,609,621,-1,621,620,608,-1,609,610,622,-1,622,621,609,-1,610,611,623,-1,623,622,610,-1,611,600,612,-1,612,623,611,-1,612,613,625,-1,625,624,612,-1,613,614,626,-1,626,625,613,-1,614,615,627,-1,627,626,614,-1,615,616,628,-1,628,627,615,-1,616,617,629,-1,629,628,616,-1,617,618,630,-1,630,629,617,-1,618,619,631,-1,631,630,618,-1,619,620,632,-1,632,631,619,-1,620,621,633,-1,633,632,620,-1,621,622,634,-1,634,633,621,-1,622,623,635,-1,635,634,622,-1,623,612,624,-1,624,635,623,-1,624,625,637,-1,637,636,624,-1}; return value; } private int[] getTube08_FACES_10_270_coordIndex_6() { int[] value = {625,626,638,-1,638,637,625,-1,626,627,639,-1,639,638,626,-1,627,628,640,-1,640,639,627,-1,628,629,641,-1,641,640,628,-1,629,630,642,-1,642,641,629,-1,630,631,643,-1,643,642,630,-1,631,632,644,-1,644,643,631,-1,632,633,645,-1,645,644,632,-1,633,634,646,-1,646,645,633,-1,634,635,647,-1,647,646,634,-1,635,624,636,-1,636,647,635,-1,636,637,433,-1,433,432,636,-1,637,638,434,-1,434,433,637,-1,638,639,435,-1,435,434,638,-1,639,640,436,-1,436,435,639,-1,640,641,437,-1,437,436,640,-1,641,642,438,-1,438,437,641,-1,642,643,439,-1,439,438,642,-1,643,644,440,-1,440,439,643,-1,644,645,441,-1,441,440,644,-1,645,646,442,-1,442,441,645,-1,646,647,443,-1,443,442,646,-1,647,636,432,-1,432,443,647,-1,648,649,667,-1,667,666,648,-1,649,650,668,-1,668,667,649,-1,650,651,669,-1,669,668,650,-1,651,652,670,-1,670,669,651,-1,652,653,671,-1,671,670,652,-1,653,654,672,-1,672,671,653,-1,654,655,673,-1,673,672,654,-1,655,656,674,-1,674,673,655,-1,656,657,675,-1,675,674,656,-1,657,658,676,-1,676,675,657,-1,658,659,677,-1,677,676,658,-1,659,660,678,-1,678,677,659,-1,660,661,679,-1,679,678,660,-1,661,662,680,-1,680,679,661,-1,662,663,681,-1,681,680,662,-1,663,664,682,-1,682,681,663,-1,664,665,683,-1,683,682,664,-1,665,648,666,-1,666,683,665,-1,666,667,685,-1,685,684,666,-1,667,668,686,-1,686,685,667,-1,668,669,687,-1,687,686,668,-1,669,670,688,-1,688,687,669,-1,670,671,689,-1,689,688,670,-1,671,672,690,-1,690,689,671,-1,672,673,691,-1,691,690,672,-1,673,674,692,-1,692,691,673,-1,674,675,693,-1,693,692,674,-1,675,676,694,-1,694,693,675,-1,676,677,695,-1,695,694,676,-1,677,678,696,-1,696,695,677,-1,678,679,697,-1,697,696,678,-1,679,680,698,-1,698,697,679,-1,680,681,699,-1,699,698,680,-1,681,682,700,-1,700,699,681,-1,682,683,701,-1,701,700,682,-1,683,666,684,-1,684,701,683,-1,684,685,703,-1,703,702,684,-1,685,686,704,-1,704,703,685,-1,686,687,705,-1,705,704,686,-1,687,688,706,-1,706,705,687,-1,688,689,707,-1,707,706,688,-1,689,690,708,-1,708,707,689,-1,690,691,709,-1,709,708,690,-1,691,692,710,-1,710,709,691,-1,692,693,711,-1,711,710,692,-1,693,694,712,-1,712,711,693,-1,694,695,713,-1,713,712,694,-1,695,696,714,-1,714,713,695,-1,696,697,715,-1,715,714,696,-1,697,698,716,-1,716,715,697,-1,698,699,717,-1,717,716,698,-1,699,700,718,-1,718,717,699,-1,700,701,719,-1,719,718,700,-1,701,684,702,-1,702,719,701,-1,702,703,721,-1,721,720,702,-1,703,704,722,-1,722,721,703,-1,704,705,723,-1,723,722,704,-1,705,706,724,-1,724,723,705,-1,706,707,725,-1,725,724,706,-1,707,708,726,-1,726,725,707,-1,708,709,727,-1,727,726,708,-1,709,710,728,-1,728,727,709,-1,710,711,729,-1,729,728,710,-1,711,712,730,-1,730,729,711,-1,712,713,731,-1,731,730,712,-1,713,714,732,-1,732,731,713,-1,714,715,733,-1,733,732,714,-1,715,716,734,-1,734,733,715,-1,716,717,735,-1,735,734,716,-1,717,718,736,-1,736,735,717,-1,718,719,737,-1,737,736,718,-1,719,702,720,-1,720,737,719,-1,720,721,739,-1,739,738,720,-1,721,722,740,-1,740,739,721,-1,722,723,741,-1,741,740,722,-1,723,724,742,-1,742,741,723,-1,724,725,743,-1,743,742,724,-1,725,726,744,-1,744,743,725,-1,726,727,745,-1,745,744,726,-1,727,728,746,-1,746,745,727,-1,728,729,747,-1,747,746,728,-1,729,730,748,-1,748,747,729,-1,730,731,749,-1,749,748,730,-1,731,732,750,-1,750,749,731,-1,732,733,751,-1,751,750,732,-1,733,734,752,-1,752,751,733,-1,734,735,753,-1,753,752,734,-1,735,736,754,-1,754,753,735,-1,736,737,755,-1,755,754,736,-1,737,720,738,-1,738,755,737,-1,664,663,662,-1,662,661,660,-1,660,659,658,-1,662,660,658,-1,658,657,656,-1,656,655,654,-1,658,656,654,-1,654,653,652,-1,652,651,650,-1,654,652,650,-1,658,654,650,-1,662,658,650,-1,650,649,648,-1,662,650,648,-1,664,662,648,-1,665,664,648,-1,739,740,741,-1,741,742,743,-1,743,744,745,-1,741,743,745,-1,745,746,747,-1,747,748,749,-1,745,747,749,-1,749,750,751,-1}; return value; } private int[] getTube08_FACES_10_270_coordIndex_7() { int[] value = {751,752,753,-1,749,751,753,-1,745,749,753,-1,741,745,753,-1,753,754,755,-1,741,753,755,-1,739,741,755,-1,738,739,755,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTube08_COORD_11_270_point_1() { float[] value = {0.0f,0.0f,-0.011f,0.0f,0.02f,-0.011f,0.0f,0.04f,-0.011f,0.0f,0.06f,-0.011f,0.0f,0.08f,-0.011f,0.0f,0.1f,-0.011f,0.0f,0.1f,-0.01f,0.0f,0.08f,-0.01f,0.0f,0.06f,-0.01f,0.0f,0.04f,-0.01f,0.0f,0.02f,-0.01f,0.0f,0.0f,-0.01f,0.003762f,0.0f,-0.01034f,0.003762f,0.02f,-0.01034f,0.003762f,0.04f,-0.01034f,0.003762f,0.06f,-0.01034f,0.003762f,0.08f,-0.01034f,0.003762f,0.1f,-0.01034f,0.00342f,0.1f,-0.009397f,0.00342f,0.08f,-0.009397f,0.00342f,0.06f,-0.009397f,0.00342f,0.04f,-0.009397f,0.00342f,0.02f,-0.009397f,0.00342f,0.0f,-0.009397f,0.007071f,0.0f,-0.008426f,0.007071f,0.02f,-0.008426f,0.007071f,0.04f,-0.008426f,0.007071f,0.06f,-0.008426f,0.007071f,0.08f,-0.008426f,0.007071f,0.1f,-0.008426f,0.006428f,0.1f,-0.00766f,0.006428f,0.08f,-0.00766f,0.006428f,0.06f,-0.00766f,0.006428f,0.04f,-0.00766f,0.006428f,0.02f,-0.00766f,0.006428f,0.0f,-0.00766f,0.009526f,0.0f,-0.0055f,0.009526f,0.02f,-0.0055f,0.009526f,0.04f,-0.0055f,0.009526f,0.06f,-0.0055f,0.009526f,0.08f,-0.0055f,0.009526f,0.1f,-0.0055f,0.00866f,0.1f,-0.0050f,0.00866f,0.08f,-0.0050f,0.00866f,0.06f,-0.0050f,0.00866f,0.04f,-0.0050f,0.00866f,0.02f,-0.0050f,0.00866f,0.0f,-0.0050f,0.01083f,0.0f,-0.00191f,0.01083f,0.02f,-0.00191f,0.01083f,0.04f,-0.00191f,0.01083f,0.06f,-0.00191f,0.01083f,0.08f,-0.00191f,0.01083f,0.1f,-0.00191f,0.009848f,0.1f,-0.001736f,0.009848f,0.08f,-0.001736f,0.009848f,0.06f,-0.001736f,0.009848f,0.04f,-0.001736f,0.009848f,0.02f,-0.001736f,0.009848f,0.0f,-0.001736f,0.01083f,0.0f,0.00191f,0.01083f,0.02f,0.00191f,0.01083f,0.04f,0.00191f,0.01083f,0.06f,0.00191f,0.01083f,0.08f,0.00191f,0.01083f,0.1f,0.00191f,0.009848f,0.1f,0.001736f,0.009848f,0.08f,0.001736f,0.009848f,0.06f,0.001736f,0.009848f,0.04f,0.001736f,0.009848f,0.02f,0.001736f,0.009848f,0.0f,0.001736f,0.009526f,0.0f,0.0055f,0.009526f,0.02f,0.0055f,0.009526f,0.04f,0.0055f,0.009526f,0.06f,0.0055f,0.009526f,0.08f,0.0055f,0.009526f,0.1f,0.0055f,0.00866f,0.1f,0.0050f,0.00866f,0.08f,0.0050f,0.00866f,0.06f,0.0050f,0.00866f,0.04f,0.0050f,0.00866f,0.02f,0.0050f,0.00866f,0.0f,0.0050f,0.007071f,0.0f,0.008426f,0.007071f,0.02f,0.008426f,0.007071f,0.04f,0.008426f,0.007071f,0.06f,0.008426f,0.007071f,0.08f,0.008426f,0.007071f,0.1f,0.008426f,0.006428f,0.1f,0.00766f,0.006428f,0.08f,0.00766f,0.006428f,0.06f,0.00766f,0.006428f,0.04f,0.00766f,0.006428f,0.02f,0.00766f,0.006428f,0.0f,0.00766f,0.003762f,0.0f,0.01034f,0.003762f,0.02f,0.01034f,0.003762f,0.04f,0.01034f,0.003762f,0.06f,0.01034f}; return value; } private float[] getTube08_COORD_11_270_point_2() { float[] value = {0.003762f,0.08f,0.01034f,0.003762f,0.1f,0.01034f,0.00342f,0.1f,0.009397f,0.00342f,0.08f,0.009397f,0.00342f,0.06f,0.009397f,0.00342f,0.04f,0.009397f,0.00342f,0.02f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.011f,0.0f,0.02f,0.011f,0.0f,0.04f,0.011f,0.0f,0.06f,0.011f,0.0f,0.08f,0.011f,0.0f,0.1f,0.011f,0.0f,0.1f,0.01f,0.0f,0.08f,0.01f,0.0f,0.06f,0.01f,0.0f,0.04f,0.01f,0.0f,0.02f,0.01f,0.0f,0.0f,0.01f,-0.003762f,0.0f,0.01034f,-0.003762f,0.02f,0.01034f,-0.003762f,0.04f,0.01034f,-0.003762f,0.06f,0.01034f,-0.003762f,0.08f,0.01034f,-0.003762f,0.1f,0.01034f,-0.00342f,0.1f,0.009397f,-0.00342f,0.08f,0.009397f,-0.00342f,0.06f,0.009397f,-0.00342f,0.04f,0.009397f,-0.00342f,0.02f,0.009397f,-0.00342f,0.0f,0.009397f,-0.007071f,0.0f,0.008426f,-0.007071f,0.02f,0.008426f,-0.007071f,0.04f,0.008426f,-0.007071f,0.06f,0.008426f,-0.007071f,0.08f,0.008426f,-0.007071f,0.1f,0.008426f,-0.006428f,0.1f,0.00766f,-0.006428f,0.08f,0.00766f,-0.006428f,0.06f,0.00766f,-0.006428f,0.04f,0.00766f,-0.006428f,0.02f,0.00766f,-0.006428f,0.0f,0.00766f,-0.009526f,0.0f,0.0055f,-0.009526f,0.02f,0.0055f,-0.009526f,0.04f,0.0055f,-0.009526f,0.06f,0.0055f,-0.009526f,0.08f,0.0055f,-0.009526f,0.1f,0.0055f,-0.00866f,0.1f,0.0050f,-0.00866f,0.08f,0.0050f,-0.00866f,0.06f,0.0050f,-0.00866f,0.04f,0.0050f,-0.00866f,0.02f,0.0050f,-0.00866f,0.0f,0.0050f,-0.01083f,0.0f,0.00191f,-0.01083f,0.02f,0.00191f,-0.01083f,0.04f,0.00191f,-0.01083f,0.06f,0.00191f,-0.01083f,0.08f,0.00191f,-0.01083f,0.1f,0.00191f,-0.009848f,0.1f,0.001736f,-0.009848f,0.08f,0.001736f,-0.009848f,0.06f,0.001736f,-0.009848f,0.04f,0.001736f,-0.009848f,0.02f,0.001736f,-0.009848f,0.0f,0.001736f,-0.01083f,0.0f,-0.00191f,-0.01083f,0.02f,-0.00191f,-0.01083f,0.04f,-0.00191f,-0.01083f,0.06f,-0.00191f,-0.01083f,0.08f,-0.00191f,-0.01083f,0.1f,-0.00191f,-0.009848f,0.1f,-0.001736f,-0.009848f,0.08f,-0.001736f,-0.009848f,0.06f,-0.001736f,-0.009848f,0.04f,-0.001736f,-0.009848f,0.02f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.009526f,0.0f,-0.0055f,-0.009526f,0.02f,-0.0055f,-0.009526f,0.04f,-0.0055f,-0.009526f,0.06f,-0.0055f,-0.009526f,0.08f,-0.0055f,-0.009526f,0.1f,-0.0055f,-0.00866f,0.1f,-0.0050f,-0.00866f,0.08f,-0.0050f,-0.00866f,0.06f,-0.0050f,-0.00866f,0.04f,-0.0050f,-0.00866f,0.02f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.007071f,0.0f,-0.008426f,-0.007071f,0.02f,-0.008426f,-0.007071f,0.04f,-0.008426f,-0.007071f,0.06f,-0.008426f,-0.007071f,0.08f,-0.008426f,-0.007071f,0.1f,-0.008426f,-0.006428f,0.1f,-0.00766f,-0.006428f,0.08f,-0.00766f}; return value; } private float[] getTube08_COORD_11_270_point_3() { float[] value = {-0.006428f,0.06f,-0.00766f,-0.006428f,0.04f,-0.00766f,-0.006428f,0.02f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.003762f,0.0f,-0.01034f,-0.003762f,0.02f,-0.01034f,-0.003762f,0.04f,-0.01034f,-0.003762f,0.06f,-0.01034f,-0.003762f,0.08f,-0.01034f,-0.003762f,0.1f,-0.01034f,-0.00342f,0.1f,-0.009397f,-0.00342f,0.08f,-0.009397f,-0.00342f,0.06f,-0.009397f,-0.00342f,0.04f,-0.009397f,-0.00342f,0.02f,-0.009397f,-0.00342f,0.0f,-0.009397f,0.0f,0.1003f,-0.011f,0.0f,0.1043f,-0.01021f,0.0f,0.1083f,-0.009416f,0.0f,0.1123f,-0.008624f,0.0f,0.1163f,-0.007832f,0.0f,0.1203f,-0.00704f,0.0f,0.1203f,-0.0064f,0.0f,0.1163f,-0.00712f,0.0f,0.1123f,-0.00784f,0.0f,0.1083f,-0.00856f,0.0f,0.1043f,-0.00928f,0.0f,0.1003f,-0.01f,0.003762f,0.1003f,-0.01034f,0.003491f,0.1043f,-0.009592f,0.00322f,0.1083f,-0.008848f,0.00295f,0.1123f,-0.008104f,0.002679f,0.1163f,-0.00736f,0.002408f,0.1203f,-0.006615f,0.002189f,0.1203f,-0.006014f,0.002435f,0.1163f,-0.006691f,0.002681f,0.1123f,-0.007367f,0.002928f,0.1083f,-0.008044f,0.003174f,0.1043f,-0.00872f,0.00342f,0.1003f,-0.009397f,0.007071f,0.1003f,-0.008426f,0.006562f,0.1043f,-0.00782f,0.006052f,0.1083f,-0.007213f,0.005543f,0.1123f,-0.006606f,0.005034f,0.1163f,-0.0060f,0.004525f,0.1203f,-0.005393f,0.004114f,0.1203f,-0.004903f,0.004577f,0.1163f,-0.005454f,0.005039f,0.1123f,-0.006006f,0.005502f,0.1083f,-0.006557f,0.005965f,0.1043f,-0.007109f,0.006428f,0.1003f,-0.00766f,0.009526f,0.1003f,-0.0055f,0.00884f,0.1043f,-0.005104f,0.008154f,0.1083f,-0.004708f,0.007469f,0.1123f,-0.004312f,0.006783f,0.1163f,-0.003916f,0.006097f,0.1203f,-0.00352f,0.005543f,0.1203f,-0.0032f,0.006166f,0.1163f,-0.00356f,0.00679f,0.1123f,-0.00392f,0.007413f,0.1083f,-0.00428f,0.008037f,0.1043f,-0.00464f,0.00866f,0.1003f,-0.0050f,0.01083f,0.1003f,-0.00191f,0.01005f,0.1043f,-0.001773f,0.009273f,0.1083f,-0.001635f,0.008493f,0.1123f,-0.001498f,0.007713f,0.1163f,-0.00136f,0.006933f,0.1203f,-0.001222f,0.006303f,0.1203f,-0.001111f,0.007012f,0.1163f,-0.001236f,0.007721f,0.1123f,-0.001361f,0.00843f,0.1083f,-0.001486f,0.009139f,0.1043f,-0.001611f,0.009848f,0.1003f,-0.001736f,0.01083f,0.1003f,0.00191f,0.01005f,0.1043f,0.001773f,0.009273f,0.1083f,0.001635f,0.008493f,0.1123f,0.001498f,0.007713f,0.1163f,0.00136f,0.006933f,0.1203f,0.001222f,0.006303f,0.1203f,0.001111f,0.007012f,0.1163f,0.001236f,0.007721f,0.1123f,0.001361f,0.00843f,0.1083f,0.001486f,0.009139f,0.1043f,0.001611f,0.009848f,0.1003f,0.001736f,0.009526f,0.1003f,0.0055f,0.00884f,0.1043f,0.005104f,0.008154f,0.1083f,0.004708f,0.007469f,0.1123f,0.004312f,0.006783f,0.1163f,0.003916f,0.006097f,0.1203f,0.00352f,0.005543f,0.1203f,0.0032f,0.006166f,0.1163f,0.00356f,0.00679f,0.1123f,0.00392f,0.007413f,0.1083f,0.00428f,0.008037f,0.1043f,0.00464f,0.00866f,0.1003f,0.0050f}; return value; } private float[] getTube08_COORD_11_270_point_4() { float[] value = {0.007071f,0.1003f,0.008426f,0.006562f,0.1043f,0.00782f,0.006052f,0.1083f,0.007213f,0.005543f,0.1123f,0.006606f,0.005034f,0.1163f,0.0060f,0.004525f,0.1203f,0.005393f,0.004114f,0.1203f,0.004903f,0.004577f,0.1163f,0.005454f,0.005039f,0.1123f,0.006006f,0.005502f,0.1083f,0.006557f,0.005965f,0.1043f,0.007109f,0.006428f,0.1003f,0.00766f,0.003762f,0.1003f,0.01034f,0.003491f,0.1043f,0.009592f,0.00322f,0.1083f,0.008848f,0.00295f,0.1123f,0.008104f,0.002679f,0.1163f,0.00736f,0.002408f,0.1203f,0.006615f,0.002189f,0.1203f,0.006014f,0.002435f,0.1163f,0.006691f,0.002681f,0.1123f,0.007367f,0.002928f,0.1083f,0.008044f,0.003174f,0.1043f,0.00872f,0.00342f,0.1003f,0.009397f,0.0f,0.1003f,0.011f,0.0f,0.1043f,0.01021f,0.0f,0.1083f,0.009416f,0.0f,0.1123f,0.008624f,0.0f,0.1163f,0.007832f,0.0f,0.1203f,0.00704f,0.0f,0.1203f,0.0064f,0.0f,0.1163f,0.00712f,0.0f,0.1123f,0.00784f,0.0f,0.1083f,0.00856f,0.0f,0.1043f,0.00928f,0.0f,0.1003f,0.01f,-0.003762f,0.1003f,0.01034f,-0.003491f,0.1043f,0.009592f,-0.00322f,0.1083f,0.008848f,-0.00295f,0.1123f,0.008104f,-0.002679f,0.1163f,0.00736f,-0.002408f,0.1203f,0.006615f,-0.002189f,0.1203f,0.006014f,-0.002435f,0.1163f,0.006691f,-0.002681f,0.1123f,0.007367f,-0.002928f,0.1083f,0.008044f,-0.003174f,0.1043f,0.00872f,-0.00342f,0.1003f,0.009397f,-0.007071f,0.1003f,0.008426f,-0.006562f,0.1043f,0.00782f,-0.006052f,0.1083f,0.007213f,-0.005543f,0.1123f,0.006606f,-0.005034f,0.1163f,0.0060f,-0.004525f,0.1203f,0.005393f,-0.004114f,0.1203f,0.004903f,-0.004577f,0.1163f,0.005454f,-0.005039f,0.1123f,0.006006f,-0.005502f,0.1083f,0.006557f,-0.005965f,0.1043f,0.007109f,-0.006428f,0.1003f,0.00766f,-0.009526f,0.1003f,0.0055f,-0.00884f,0.1043f,0.005104f,-0.008154f,0.1083f,0.004708f,-0.007469f,0.1123f,0.004312f,-0.006783f,0.1163f,0.003916f,-0.006097f,0.1203f,0.00352f,-0.005543f,0.1203f,0.0032f,-0.006166f,0.1163f,0.00356f,-0.00679f,0.1123f,0.00392f,-0.007413f,0.1083f,0.00428f,-0.008037f,0.1043f,0.00464f,-0.00866f,0.1003f,0.0050f,-0.01083f,0.1003f,0.00191f,-0.01005f,0.1043f,0.001773f,-0.009273f,0.1083f,0.001635f,-0.008493f,0.1123f,0.001498f,-0.007713f,0.1163f,0.00136f,-0.006933f,0.1203f,0.001222f,-0.006303f,0.1203f,0.001111f,-0.007012f,0.1163f,0.001236f,-0.007721f,0.1123f,0.001361f,-0.00843f,0.1083f,0.001486f,-0.009139f,0.1043f,0.001611f,-0.009848f,0.1003f,0.001736f,-0.01083f,0.1003f,-0.00191f,-0.01005f,0.1043f,-0.001773f,-0.009273f,0.1083f,-0.001635f,-0.008493f,0.1123f,-0.001498f,-0.007713f,0.1163f,-0.00136f,-0.006933f,0.1203f,-0.001222f,-0.006303f,0.1203f,-0.001111f,-0.007012f,0.1163f,-0.001236f,-0.007721f,0.1123f,-0.001361f,-0.00843f,0.1083f,-0.001486f,-0.009139f,0.1043f,-0.001611f,-0.009848f,0.1003f,-0.001736f,-0.009526f,0.1003f,-0.0055f,-0.00884f,0.1043f,-0.005104f,-0.008154f,0.1083f,-0.004708f,-0.007469f,0.1123f,-0.004312f}; return value; } private float[] getTube08_COORD_11_270_point_5() { float[] value = {-0.006783f,0.1163f,-0.003916f,-0.006097f,0.1203f,-0.00352f,-0.005543f,0.1203f,-0.0032f,-0.006166f,0.1163f,-0.00356f,-0.00679f,0.1123f,-0.00392f,-0.007413f,0.1083f,-0.00428f,-0.008037f,0.1043f,-0.00464f,-0.00866f,0.1003f,-0.0050f,-0.007071f,0.1003f,-0.008426f,-0.006562f,0.1043f,-0.00782f,-0.006052f,0.1083f,-0.007213f,-0.005543f,0.1123f,-0.006606f,-0.005034f,0.1163f,-0.0060f,-0.004525f,0.1203f,-0.005393f,-0.004114f,0.1203f,-0.004903f,-0.004577f,0.1163f,-0.005454f,-0.005039f,0.1123f,-0.006006f,-0.005502f,0.1083f,-0.006557f,-0.005965f,0.1043f,-0.007109f,-0.006428f,0.1003f,-0.00766f,-0.003762f,0.1003f,-0.01034f,-0.003491f,0.1043f,-0.009592f,-0.00322f,0.1083f,-0.008848f,-0.00295f,0.1123f,-0.008104f,-0.002679f,0.1163f,-0.00736f,-0.002408f,0.1203f,-0.006615f,-0.002189f,0.1203f,-0.006014f,-0.002435f,0.1163f,-0.006691f,-0.002681f,0.1123f,-0.007367f,-0.002928f,0.1083f,-0.008044f,-0.003174f,0.1043f,-0.00872f,-0.00342f,0.1003f,-0.009397f,0.0f,0.1204f,-0.0070f,0.0f,0.1232f,-0.0070f,0.0f,0.126f,-0.0070f,0.0f,0.1288f,-0.0070f,0.0f,0.1316f,-0.0070f,0.0f,0.1344f,-0.0070f,0.0f,0.1344f,-0.0030f,0.0f,0.1316f,-0.0030f,0.0f,0.1288f,-0.0030f,0.0f,0.126f,-0.0030f,0.0f,0.1232f,-0.0030f,0.0f,0.1204f,-0.0030f,0.002394f,0.1204f,-0.006578f,0.002394f,0.1232f,-0.006578f,0.002394f,0.126f,-0.006578f,0.002394f,0.1288f,-0.006578f,0.002394f,0.1316f,-0.006578f,0.002394f,0.1344f,-0.006578f,0.001026f,0.1344f,-0.002819f,0.001026f,0.1316f,-0.002819f,0.001026f,0.1288f,-0.002819f,0.001026f,0.126f,-0.002819f,0.001026f,0.1232f,-0.002819f,0.001026f,0.1204f,-0.002819f,0.0045f,0.1204f,-0.005362f,0.0045f,0.1232f,-0.005362f,0.0045f,0.126f,-0.005362f,0.0045f,0.1288f,-0.005362f,0.0045f,0.1316f,-0.005362f,0.0045f,0.1344f,-0.005362f,0.001928f,0.1344f,-0.002298f,0.001928f,0.1316f,-0.002298f,0.001928f,0.1288f,-0.002298f,0.001928f,0.126f,-0.002298f,0.001928f,0.1232f,-0.002298f,0.001928f,0.1204f,-0.002298f,0.006062f,0.1204f,-0.0035f,0.006062f,0.1232f,-0.0035f,0.006062f,0.126f,-0.0035f,0.006062f,0.1288f,-0.0035f,0.006062f,0.1316f,-0.0035f,0.006062f,0.1344f,-0.0035f,0.002598f,0.1344f,-0.0015f,0.002598f,0.1316f,-0.0015f,0.002598f,0.1288f,-0.0015f,0.002598f,0.126f,-0.0015f,0.002598f,0.1232f,-0.0015f,0.002598f,0.1204f,-0.0015f,0.006894f,0.1204f,-0.001216f,0.006894f,0.1232f,-0.001216f,0.006894f,0.126f,-0.001216f,0.006894f,0.1288f,-0.001216f,0.006894f,0.1316f,-0.001216f,0.006894f,0.1344f,-0.001216f,0.002954f,0.1344f,-5.209E-4f,0.002954f,0.1316f,-5.209E-4f,0.002954f,0.1288f,-5.209E-4f,0.002954f,0.126f,-5.209E-4f,0.002954f,0.1232f,-5.209E-4f,0.002954f,0.1204f,-5.209E-4f,0.006894f,0.1204f,0.001216f,0.006894f,0.1232f,0.001216f,0.006894f,0.126f,0.001216f,0.006894f,0.1288f,0.001216f,0.006894f,0.1316f,0.001216f,0.006894f,0.1344f,0.001216f,0.002954f,0.1344f,5.209E-4f,0.002954f,0.1316f,5.209E-4f}; return value; } private float[] getTube08_COORD_11_270_point_6() { float[] value = {0.002954f,0.1288f,5.209E-4f,0.002954f,0.126f,5.209E-4f,0.002954f,0.1232f,5.209E-4f,0.002954f,0.1204f,5.209E-4f,0.006062f,0.1204f,0.0035f,0.006062f,0.1232f,0.0035f,0.006062f,0.126f,0.0035f,0.006062f,0.1288f,0.0035f,0.006062f,0.1316f,0.0035f,0.006062f,0.1344f,0.0035f,0.002598f,0.1344f,0.0015f,0.002598f,0.1316f,0.0015f,0.002598f,0.1288f,0.0015f,0.002598f,0.126f,0.0015f,0.002598f,0.1232f,0.0015f,0.002598f,0.1204f,0.0015f,0.0045f,0.1204f,0.005362f,0.0045f,0.1232f,0.005362f,0.0045f,0.126f,0.005362f,0.0045f,0.1288f,0.005362f,0.0045f,0.1316f,0.005362f,0.0045f,0.1344f,0.005362f,0.001928f,0.1344f,0.002298f,0.001928f,0.1316f,0.002298f,0.001928f,0.1288f,0.002298f,0.001928f,0.126f,0.002298f,0.001928f,0.1232f,0.002298f,0.001928f,0.1204f,0.002298f,0.002394f,0.1204f,0.006578f,0.002394f,0.1232f,0.006578f,0.002394f,0.126f,0.006578f,0.002394f,0.1288f,0.006578f,0.002394f,0.1316f,0.006578f,0.002394f,0.1344f,0.006578f,0.001026f,0.1344f,0.002819f,0.001026f,0.1316f,0.002819f,0.001026f,0.1288f,0.002819f,0.001026f,0.126f,0.002819f,0.001026f,0.1232f,0.002819f,0.001026f,0.1204f,0.002819f,0.0f,0.1204f,0.0070f,0.0f,0.1232f,0.0070f,0.0f,0.126f,0.0070f,0.0f,0.1288f,0.0070f,0.0f,0.1316f,0.0070f,0.0f,0.1344f,0.0070f,0.0f,0.1344f,0.0030f,0.0f,0.1316f,0.0030f,0.0f,0.1288f,0.0030f,0.0f,0.126f,0.0030f,0.0f,0.1232f,0.0030f,0.0f,0.1204f,0.0030f,-0.002394f,0.1204f,0.006578f,-0.002394f,0.1232f,0.006578f,-0.002394f,0.126f,0.006578f,-0.002394f,0.1288f,0.006578f,-0.002394f,0.1316f,0.006578f,-0.002394f,0.1344f,0.006578f,-0.001026f,0.1344f,0.002819f,-0.001026f,0.1316f,0.002819f,-0.001026f,0.1288f,0.002819f,-0.001026f,0.126f,0.002819f,-0.001026f,0.1232f,0.002819f,-0.001026f,0.1204f,0.002819f,-0.0045f,0.1204f,0.005362f,-0.0045f,0.1232f,0.005362f,-0.0045f,0.126f,0.005362f,-0.0045f,0.1288f,0.005362f,-0.0045f,0.1316f,0.005362f,-0.0045f,0.1344f,0.005362f,-0.001928f,0.1344f,0.002298f,-0.001928f,0.1316f,0.002298f,-0.001928f,0.1288f,0.002298f,-0.001928f,0.126f,0.002298f,-0.001928f,0.1232f,0.002298f,-0.001928f,0.1204f,0.002298f,-0.006062f,0.1204f,0.0035f,-0.006062f,0.1232f,0.0035f,-0.006062f,0.126f,0.0035f,-0.006062f,0.1288f,0.0035f,-0.006062f,0.1316f,0.0035f,-0.006062f,0.1344f,0.0035f,-0.002598f,0.1344f,0.0015f,-0.002598f,0.1316f,0.0015f,-0.002598f,0.1288f,0.0015f,-0.002598f,0.126f,0.0015f,-0.002598f,0.1232f,0.0015f,-0.002598f,0.1204f,0.0015f,-0.006894f,0.1204f,0.001216f,-0.006894f,0.1232f,0.001216f,-0.006894f,0.126f,0.001216f,-0.006894f,0.1288f,0.001216f,-0.006894f,0.1316f,0.001216f,-0.006894f,0.1344f,0.001216f,-0.002954f,0.1344f,5.209E-4f,-0.002954f,0.1316f,5.209E-4f,-0.002954f,0.1288f,5.209E-4f,-0.002954f,0.126f,5.209E-4f,-0.002954f,0.1232f,5.209E-4f,-0.002954f,0.1204f,5.209E-4f}; return value; } private float[] getTube08_COORD_11_270_point_7() { float[] value = {-0.006894f,0.1204f,-0.001216f,-0.006894f,0.1232f,-0.001216f,-0.006894f,0.126f,-0.001216f,-0.006894f,0.1288f,-0.001216f,-0.006894f,0.1316f,-0.001216f,-0.006894f,0.1344f,-0.001216f,-0.002954f,0.1344f,-5.209E-4f,-0.002954f,0.1316f,-5.209E-4f,-0.002954f,0.1288f,-5.209E-4f,-0.002954f,0.126f,-5.209E-4f,-0.002954f,0.1232f,-5.209E-4f,-0.002954f,0.1204f,-5.209E-4f,-0.006062f,0.1204f,-0.0035f,-0.006062f,0.1232f,-0.0035f,-0.006062f,0.126f,-0.0035f,-0.006062f,0.1288f,-0.0035f,-0.006062f,0.1316f,-0.0035f,-0.006062f,0.1344f,-0.0035f,-0.002598f,0.1344f,-0.0015f,-0.002598f,0.1316f,-0.0015f,-0.002598f,0.1288f,-0.0015f,-0.002598f,0.126f,-0.0015f,-0.002598f,0.1232f,-0.0015f,-0.002598f,0.1204f,-0.0015f,-0.0045f,0.1204f,-0.005362f,-0.0045f,0.1232f,-0.005362f,-0.0045f,0.126f,-0.005362f,-0.0045f,0.1288f,-0.005362f,-0.0045f,0.1316f,-0.005362f,-0.0045f,0.1344f,-0.005362f,-0.001928f,0.1344f,-0.002298f,-0.001928f,0.1316f,-0.002298f,-0.001928f,0.1288f,-0.002298f,-0.001928f,0.126f,-0.002298f,-0.001928f,0.1232f,-0.002298f,-0.001928f,0.1204f,-0.002298f,-0.002394f,0.1204f,-0.006578f,-0.002394f,0.1232f,-0.006578f,-0.002394f,0.126f,-0.006578f,-0.002394f,0.1288f,-0.006578f,-0.002394f,0.1316f,-0.006578f,-0.002394f,0.1344f,-0.006578f,-0.001026f,0.1344f,-0.002819f,-0.001026f,0.1316f,-0.002819f,-0.001026f,0.1288f,-0.002819f,-0.001026f,0.126f,-0.002819f,-0.001026f,0.1232f,-0.002819f,-0.001026f,0.1204f,-0.002819f,0.013f,0.0f,0.0f,0.01222f,0.0f,-0.004446f,0.009959f,0.0f,-0.008356f,0.0065f,0.0f,-0.01126f,0.002257f,0.0f,-0.0128f,-0.002257f,0.0f,-0.0128f,-0.0065f,0.0f,-0.01126f,-0.009959f,0.0f,-0.008356f,-0.01222f,0.0f,-0.004446f,-0.013f,0.0f,0.0f,-0.01222f,0.0f,0.004446f,-0.009959f,0.0f,0.008356f,-0.0065f,0.0f,0.01126f,-0.002257f,0.0f,0.0128f,0.002257f,0.0f,0.0128f,0.0065f,0.0f,0.01126f,0.009959f,0.0f,0.008356f,0.01222f,0.0f,0.004446f,0.013f,0.0010f,0.0f,0.01222f,0.0010f,-0.004446f,0.009959f,0.0010f,-0.008356f,0.0065f,0.0010f,-0.01126f,0.002257f,0.0010f,-0.0128f,-0.002257f,0.0010f,-0.0128f,-0.0065f,0.0010f,-0.01126f,-0.009959f,0.0010f,-0.008356f,-0.01222f,0.0010f,-0.004446f,-0.013f,0.0010f,0.0f,-0.01222f,0.0010f,0.004446f,-0.009959f,0.0010f,0.008356f,-0.0065f,0.0010f,0.01126f,-0.002257f,0.0010f,0.0128f,0.002257f,0.0010f,0.0128f,0.0065f,0.0010f,0.01126f,0.009959f,0.0010f,0.008356f,0.01222f,0.0010f,0.004446f,0.013f,0.0020f,0.0f,0.01222f,0.0020f,-0.004446f,0.009959f,0.0020f,-0.008356f,0.0065f,0.0020f,-0.01126f,0.002257f,0.0020f,-0.0128f,-0.002257f,0.0020f,-0.0128f,-0.0065f,0.0020f,-0.01126f,-0.009959f,0.0020f,-0.008356f,-0.01222f,0.0020f,-0.004446f,-0.013f,0.0020f,0.0f,-0.01222f,0.0020f,0.004446f,-0.009959f,0.0020f,0.008356f,-0.0065f,0.0020f,0.01126f,-0.002257f,0.0020f,0.0128f,0.002257f,0.0020f,0.0128f,0.0065f,0.0020f,0.01126f}; return value; } private float[] getTube08_COORD_11_270_point_8() { float[] value = {0.009959f,0.0020f,0.008356f,0.01222f,0.0020f,0.004446f,0.013f,0.0030f,0.0f,0.01222f,0.0030f,-0.004446f,0.009959f,0.0030f,-0.008356f,0.0065f,0.0030f,-0.01126f,0.002257f,0.0030f,-0.0128f,-0.002257f,0.0030f,-0.0128f,-0.0065f,0.0030f,-0.01126f,-0.009959f,0.0030f,-0.008356f,-0.01222f,0.0030f,-0.004446f,-0.013f,0.0030f,0.0f,-0.01222f,0.0030f,0.004446f,-0.009959f,0.0030f,0.008356f,-0.0065f,0.0030f,0.01126f,-0.002257f,0.0030f,0.0128f,0.002257f,0.0030f,0.0128f,0.0065f,0.0030f,0.01126f,0.009959f,0.0030f,0.008356f,0.01222f,0.0030f,0.004446f,0.013f,0.0040f,0.0f,0.01222f,0.0040f,-0.004446f,0.009959f,0.0040f,-0.008356f,0.0065f,0.0040f,-0.01126f,0.002257f,0.0040f,-0.0128f,-0.002257f,0.0040f,-0.0128f,-0.0065f,0.0040f,-0.01126f,-0.009959f,0.0040f,-0.008356f,-0.01222f,0.0040f,-0.004446f,-0.013f,0.0040f,0.0f,-0.01222f,0.0040f,0.004446f,-0.009959f,0.0040f,0.008356f,-0.0065f,0.0040f,0.01126f,-0.002257f,0.0040f,0.0128f,0.002257f,0.0040f,0.0128f,0.0065f,0.0040f,0.01126f,0.009959f,0.0040f,0.008356f,0.01222f,0.0040f,0.004446f,0.013f,0.0050f,0.0f,0.01222f,0.0050f,-0.004446f,0.009959f,0.0050f,-0.008356f,0.0065f,0.0050f,-0.01126f,0.002257f,0.0050f,-0.0128f,-0.002257f,0.0050f,-0.0128f,-0.0065f,0.0050f,-0.01126f,-0.009959f,0.0050f,-0.008356f,-0.01222f,0.0050f,-0.004446f,-0.013f,0.0050f,0.0f,-0.01222f,0.0050f,0.004446f,-0.009959f,0.0050f,0.008356f,-0.0065f,0.0050f,0.01126f,-0.002257f,0.0050f,0.0128f,0.002257f,0.0050f,0.0128f,0.0065f,0.0050f,0.01126f,0.009959f,0.0050f,0.008356f,0.01222f,0.0050f,0.004446f,6.0f,6.0f,6.0f}; return value; } /** Define subarrays using type int[] */ private int[] getCylinder13_FACES_10_276_coordIndex_1() { int[] value = {0,2,1,-1,0,3,2,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,0,9,8,-1,0,10,9,-1,0,11,10,-1,0,12,11,-1,0,13,12,-1,0,14,13,-1,0,15,14,-1,0,16,15,-1,0,17,16,-1,0,18,17,-1,0,1,18,-1,1,20,19,-1,1,2,20,-1,2,21,20,-1,2,3,21,-1,3,22,21,-1,3,4,22,-1,4,23,22,-1,4,5,23,-1,5,24,23,-1,5,6,24,-1,6,25,24,-1,6,7,25,-1,7,26,25,-1,7,8,26,-1,8,27,26,-1,8,9,27,-1,9,28,27,-1,9,10,28,-1,10,29,28,-1,10,11,29,-1,11,30,29,-1,11,12,30,-1,12,31,30,-1,12,13,31,-1,13,32,31,-1,13,14,32,-1,14,33,32,-1,14,15,33,-1,15,34,33,-1,15,16,34,-1,16,35,34,-1,16,17,35,-1,17,36,35,-1,17,18,36,-1,18,19,36,-1,18,1,19,-1,19,38,37,-1,19,20,38,-1,20,39,38,-1,20,21,39,-1,21,40,39,-1,21,22,40,-1,22,41,40,-1,22,23,41,-1,23,42,41,-1,23,24,42,-1,24,43,42,-1,24,25,43,-1,25,44,43,-1,25,26,44,-1,26,45,44,-1,26,27,45,-1,27,46,45,-1,27,28,46,-1,28,47,46,-1,28,29,47,-1,29,48,47,-1,29,30,48,-1,30,49,48,-1,30,31,49,-1,31,50,49,-1,31,32,50,-1,32,51,50,-1,32,33,51,-1,33,52,51,-1,33,34,52,-1,34,53,52,-1,34,35,53,-1,35,54,53,-1,35,36,54,-1,36,37,54,-1,36,19,37,-1,37,56,55,-1,37,38,56,-1,38,57,56,-1,38,39,57,-1,39,58,57,-1,39,40,58,-1,40,59,58,-1,40,41,59,-1,41,60,59,-1,41,42,60,-1,42,61,60,-1,42,43,61,-1,43,62,61,-1,43,44,62,-1,44,63,62,-1,44,45,63,-1,45,64,63,-1,45,46,64,-1,46,65,64,-1,46,47,65,-1,47,66,65,-1,47,48,66,-1,48,67,66,-1,48,49,67,-1,49,68,67,-1,49,50,68,-1,50,69,68,-1,50,51,69,-1,51,70,69,-1,51,52,70,-1,52,71,70,-1,52,53,71,-1,53,72,71,-1,53,54,72,-1,54,55,72,-1,54,37,55,-1,55,74,73,-1,55,56,74,-1,56,75,74,-1,56,57,75,-1,57,76,75,-1,57,58,76,-1,58,77,76,-1,58,59,77,-1,59,78,77,-1,59,60,78,-1,60,79,78,-1,60,61,79,-1,61,80,79,-1,61,62,80,-1,62,81,80,-1,62,63,81,-1,63,82,81,-1,63,64,82,-1,64,83,82,-1,64,65,83,-1,65,84,83,-1,65,66,84,-1,66,85,84,-1,66,67,85,-1,67,86,85,-1,67,68,86,-1,68,87,86,-1,68,69,87,-1,69,88,87,-1,69,70,88,-1,70,89,88,-1,70,71,89,-1,71,90,89,-1,71,72,90,-1,72,73,90,-1,72,55,73,-1,73,92,91,-1,73,74,92,-1,74,93,92,-1,74,75,93,-1,75,94,93,-1,75,76,94,-1,76,95,94,-1,76,77,95,-1,77,96,95,-1,77,78,96,-1,78,97,96,-1,78,79,97,-1,79,98,97,-1,79,80,98,-1,80,99,98,-1,80,81,99,-1,81,100,99,-1,81,82,100,-1,82,101,100,-1,82,83,101,-1,83,102,101,-1,83,84,102,-1,84,103,102,-1,84,85,103,-1,85,104,103,-1,85,86,104,-1,86,105,104,-1,86,87,105,-1,87,106,105,-1,87,88,106,-1,88,107,106,-1,88,89,107,-1,89,108,107,-1,89,90,108,-1,90,91,108,-1,90,73,91,-1,109,91,92,-1,109,92,93,-1,109,93,94,-1,109,94,95,-1,109,95,96,-1,109,96,97,-1,109,97,98,-1,109,98,99,-1,109,99,100,-1,109,100,101,-1,109,101,102,-1,109,102,103,-1,109,103,104,-1,109,104,105,-1,109,105,106,-1,109,106,107,-1,109,107,108,-1,109,108,91,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCylinder13_COORD_11_276_point_1() { float[] value = {0.0f,0.0f,0.0f,0.0070f,0.0f,0.0f,0.006578f,0.0f,-0.002394f,0.005362f,0.0f,-0.0045f,0.0035f,0.0f,-0.006062f,0.001216f,0.0f,-0.006894f,-0.001216f,0.0f,-0.006894f,-0.0035f,0.0f,-0.006062f,-0.005362f,0.0f,-0.0045f,-0.006578f,0.0f,-0.002394f,-0.0070f,0.0f,0.0f,-0.006578f,0.0f,0.002394f,-0.005362f,0.0f,0.0045f,-0.0035f,0.0f,0.006062f,-0.001216f,0.0f,0.006894f,0.001216f,0.0f,0.006894f,0.0035f,0.0f,0.006062f,0.005362f,0.0f,0.0045f,0.006578f,0.0f,0.002394f,0.006677f,0.01f,0.0f,0.006274f,0.01f,-0.002284f,0.005115f,0.01f,-0.004292f,0.003338f,0.01f,-0.005782f,0.001159f,0.01f,-0.006575f,-0.001159f,0.01f,-0.006575f,-0.003338f,0.01f,-0.005782f,-0.005115f,0.01f,-0.004292f,-0.006274f,0.01f,-0.002284f,-0.006677f,0.01f,0.0f,-0.006274f,0.01f,0.002284f,-0.005115f,0.01f,0.004292f,-0.003338f,0.01f,0.005782f,-0.001159f,0.01f,0.006575f,0.001159f,0.01f,0.006575f,0.003338f,0.01f,0.005782f,0.005115f,0.01f,0.004292f,0.006274f,0.01f,0.002284f,0.00593f,0.02f,0.0f,0.005572f,0.02f,-0.002028f,0.004543f,0.02f,-0.003812f,0.002965f,0.02f,-0.005136f,0.00103f,0.02f,-0.00584f,-0.00103f,0.02f,-0.00584f,-0.002965f,0.02f,-0.005136f,-0.004543f,0.02f,-0.003812f,-0.005572f,0.02f,-0.002028f,-0.00593f,0.02f,0.0f,-0.005572f,0.02f,0.002028f,-0.004543f,0.02f,0.003812f,-0.002965f,0.02f,0.005136f,-0.00103f,0.02f,0.00584f,0.00103f,0.02f,0.00584f,0.002965f,0.02f,0.005136f,0.004543f,0.02f,0.003812f,0.005572f,0.02f,0.002028f,0.004761f,0.03f,0.0f,0.004474f,0.03f,-0.001628f,0.003647f,0.03f,-0.00306f,0.00238f,0.03f,-0.004123f,8.267E-4f,0.03f,-0.004688f,-8.267E-4f,0.03f,-0.004688f,-0.00238f,0.03f,-0.004123f,-0.003647f,0.03f,-0.00306f,-0.004474f,0.03f,-0.001628f,-0.004761f,0.03f,0.0f,-0.004474f,0.03f,0.001628f,-0.003647f,0.03f,0.00306f,-0.00238f,0.03f,0.004123f,-8.267E-4f,0.03f,0.004688f,8.267E-4f,0.03f,0.004688f,0.00238f,0.03f,0.004123f,0.003647f,0.03f,0.00306f,0.004474f,0.03f,0.001628f,0.003168f,0.04f,0.0f,0.002977f,0.04f,-0.001084f,0.002427f,0.04f,-0.002037f,0.001584f,0.04f,-0.002744f,5.502E-4f,0.04f,-0.00312f,-5.502E-4f,0.04f,-0.00312f,-0.001584f,0.04f,-0.002744f,-0.002427f,0.04f,-0.002037f,-0.002977f,0.04f,-0.001084f,-0.003168f,0.04f,0.0f,-0.002977f,0.04f,0.001084f,-0.002427f,0.04f,0.002037f,-0.001584f,0.04f,0.002744f,-5.502E-4f,0.04f,0.00312f,5.502E-4f,0.04f,0.00312f,0.001584f,0.04f,0.002744f,0.002427f,0.04f,0.002037f,0.002977f,0.04f,0.001084f,0.001153f,0.05f,0.0f,0.001083f,0.05f,-3.943E-4f,8.832E-4f,0.05f,-7.411E-4f,5.765E-4f,0.05f,-9.984E-4f,2.002E-4f,0.05f,-0.001135f,-2.002E-4f,0.05f,-0.001135f,-5.765E-4f,0.05f,-9.984E-4f,-8.832E-4f,0.05f,-7.411E-4f,-0.001083f,0.05f,-3.943E-4f}; return value; } private float[] getCylinder13_COORD_11_276_point_2() { float[] value = {-0.001153f,0.05f,0.0f,-0.001083f,0.05f,3.943E-4f,-8.832E-4f,0.05f,7.411E-4f,-5.765E-4f,0.05f,9.984E-4f,-2.002E-4f,0.05f,0.001135f,2.002E-4f,0.05f,0.001135f,5.765E-4f,0.05f,9.984E-4f,8.832E-4f,0.05f,7.411E-4f,0.001083f,0.05f,3.943E-4f,0.0f,0.05f,0.0f,7.0f,7.0f,7.0f}; return value; } /** Define subarrays using type int[] */ private int[] getTube09_FACES_10_283_coordIndex_1() { int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1}; return value; } private int[] getTube09_FACES_10_283_coordIndex_2() { int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1,216,217,229,-1,229,228,216,-1,217,218,230,-1,230,229,217,-1,218,219,231,-1,231,230,218,-1,219,220,232,-1,232,231,219,-1,220,221,233,-1,233,232,220,-1,221,222,234,-1,234,233,221,-1,222,223,235,-1,235,234,222,-1,223,224,236,-1,236,235,223,-1,224,225,237,-1,237,236,224,-1,225,226,238,-1,238,237,225,-1,226,227,239,-1,239,238,226,-1,227,216,228,-1,228,239,227,-1,228,229,241,-1,241,240,228,-1,229,230,242,-1,242,241,229,-1,230,231,243,-1,243,242,230,-1,231,232,244,-1,244,243,231,-1,232,233,245,-1,245,244,232,-1,233,234,246,-1,246,245,233,-1,234,235,247,-1,247,246,234,-1,235,236,248,-1,248,247,235,-1,236,237,249,-1,249,248,236,-1,237,238,250,-1,250,249,237,-1,238,239,251,-1,251,250,238,-1,239,228,240,-1,240,251,239,-1,240,241,253,-1,253,252,240,-1,241,242,254,-1,254,253,241,-1,242,243,255,-1,255,254,242,-1,243,244,256,-1,256,255,243,-1,244,245,257,-1,257,256,244,-1,245,246,258,-1,258,257,245,-1,246,247,259,-1,259,258,246,-1,247,248,260,-1,260,259,247,-1,248,249,261,-1,261,260,248,-1,249,250,262,-1,262,261,249,-1}; return value; } private int[] getTube09_FACES_10_283_coordIndex_3() { int[] value = {250,251,263,-1,263,262,250,-1,251,240,252,-1,252,263,251,-1,252,253,265,-1,265,264,252,-1,253,254,266,-1,266,265,253,-1,254,255,267,-1,267,266,254,-1,255,256,268,-1,268,267,255,-1,256,257,269,-1,269,268,256,-1,257,258,270,-1,270,269,257,-1,258,259,271,-1,271,270,258,-1,259,260,272,-1,272,271,259,-1,260,261,273,-1,273,272,260,-1,261,262,274,-1,274,273,261,-1,262,263,275,-1,275,274,262,-1,263,252,264,-1,264,275,263,-1,264,265,277,-1,277,276,264,-1,265,266,278,-1,278,277,265,-1,266,267,279,-1,279,278,266,-1,267,268,280,-1,280,279,267,-1,268,269,281,-1,281,280,268,-1,269,270,282,-1,282,281,269,-1,270,271,283,-1,283,282,270,-1,271,272,284,-1,284,283,271,-1,272,273,285,-1,285,284,272,-1,273,274,286,-1,286,285,273,-1,274,275,287,-1,287,286,274,-1,275,264,276,-1,276,287,275,-1,276,277,289,-1,289,288,276,-1,277,278,290,-1,290,289,277,-1,278,279,291,-1,291,290,278,-1,279,280,292,-1,292,291,279,-1,280,281,293,-1,293,292,280,-1,281,282,294,-1,294,293,281,-1,282,283,295,-1,295,294,282,-1,283,284,296,-1,296,295,283,-1,284,285,297,-1,297,296,284,-1,285,286,298,-1,298,297,285,-1,286,287,299,-1,299,298,286,-1,287,276,288,-1,288,299,287,-1,288,289,301,-1,301,300,288,-1,289,290,302,-1,302,301,289,-1,290,291,303,-1,303,302,290,-1,291,292,304,-1,304,303,291,-1,292,293,305,-1,305,304,292,-1,293,294,306,-1,306,305,293,-1,294,295,307,-1,307,306,294,-1,295,296,308,-1,308,307,295,-1,296,297,309,-1,309,308,296,-1,297,298,310,-1,310,309,297,-1,298,299,311,-1,311,310,298,-1,299,288,300,-1,300,311,299,-1,300,301,313,-1,313,312,300,-1,301,302,314,-1,314,313,301,-1,302,303,315,-1,315,314,302,-1,303,304,316,-1,316,315,303,-1,304,305,317,-1,317,316,304,-1,305,306,318,-1,318,317,305,-1,306,307,319,-1,319,318,306,-1,307,308,320,-1,320,319,307,-1,308,309,321,-1,321,320,308,-1,309,310,322,-1,322,321,309,-1,310,311,323,-1,323,322,310,-1,311,300,312,-1,312,323,311,-1,312,313,325,-1,325,324,312,-1,313,314,326,-1,326,325,313,-1,314,315,327,-1,327,326,314,-1,315,316,328,-1,328,327,315,-1,316,317,329,-1,329,328,316,-1,317,318,330,-1,330,329,317,-1,318,319,331,-1,331,330,318,-1,319,320,332,-1,332,331,319,-1,320,321,333,-1,333,332,320,-1,321,322,334,-1,334,333,321,-1,322,323,335,-1,335,334,322,-1,323,312,324,-1,324,335,323,-1,324,325,337,-1,337,336,324,-1,325,326,338,-1,338,337,325,-1,326,327,339,-1,339,338,326,-1,327,328,340,-1,340,339,327,-1,328,329,341,-1,341,340,328,-1,329,330,342,-1,342,341,329,-1,330,331,343,-1,343,342,330,-1,331,332,344,-1,344,343,331,-1,332,333,345,-1,345,344,332,-1,333,334,346,-1,346,345,333,-1,334,335,347,-1,347,346,334,-1,335,324,336,-1,336,347,335,-1,336,337,349,-1,349,348,336,-1,337,338,350,-1,350,349,337,-1,338,339,351,-1,351,350,338,-1,339,340,352,-1,352,351,339,-1,340,341,353,-1,353,352,340,-1,341,342,354,-1,354,353,341,-1,342,343,355,-1,355,354,342,-1,343,344,356,-1,356,355,343,-1,344,345,357,-1,357,356,344,-1,345,346,358,-1,358,357,345,-1,346,347,359,-1,359,358,346,-1,347,336,348,-1,348,359,347,-1,348,349,361,-1,361,360,348,-1,349,350,362,-1,362,361,349,-1,350,351,363,-1,363,362,350,-1,351,352,364,-1,364,363,351,-1,352,353,365,-1,365,364,352,-1,353,354,366,-1,366,365,353,-1,354,355,367,-1,367,366,354,-1,355,356,368,-1,368,367,355,-1,356,357,369,-1,369,368,356,-1,357,358,370,-1,370,369,357,-1,358,359,371,-1,371,370,358,-1,359,348,360,-1,360,371,359,-1,360,361,373,-1,373,372,360,-1,361,362,374,-1,374,373,361,-1,362,363,375,-1,375,374,362,-1,363,364,376,-1,376,375,363,-1,364,365,377,-1,377,376,364,-1,365,366,378,-1,378,377,365,-1,366,367,379,-1,379,378,366,-1,367,368,380,-1,380,379,367,-1,368,369,381,-1,381,380,368,-1,369,370,382,-1,382,381,369,-1,370,371,383,-1,383,382,370,-1,371,360,372,-1,372,383,371,-1,372,373,385,-1,385,384,372,-1,373,374,386,-1,386,385,373,-1,374,375,387,-1,387,386,374,-1}; return value; } private int[] getTube09_FACES_10_283_coordIndex_4() { int[] value = {375,376,388,-1,388,387,375,-1,376,377,389,-1,389,388,376,-1,377,378,390,-1,390,389,377,-1,378,379,391,-1,391,390,378,-1,379,380,392,-1,392,391,379,-1,380,381,393,-1,393,392,380,-1,381,382,394,-1,394,393,381,-1,382,383,395,-1,395,394,382,-1,383,372,384,-1,384,395,383,-1,384,385,397,-1,397,396,384,-1,385,386,398,-1,398,397,385,-1,386,387,399,-1,399,398,386,-1,387,388,400,-1,400,399,387,-1,388,389,401,-1,401,400,388,-1,389,390,402,-1,402,401,389,-1,390,391,403,-1,403,402,390,-1,391,392,404,-1,404,403,391,-1,392,393,405,-1,405,404,392,-1,393,394,406,-1,406,405,393,-1,394,395,407,-1,407,406,394,-1,395,384,396,-1,396,407,395,-1,396,397,409,-1,409,408,396,-1,397,398,410,-1,410,409,397,-1,398,399,411,-1,411,410,398,-1,399,400,412,-1,412,411,399,-1,400,401,413,-1,413,412,400,-1,401,402,414,-1,414,413,401,-1,402,403,415,-1,415,414,402,-1,403,404,416,-1,416,415,403,-1,404,405,417,-1,417,416,404,-1,405,406,418,-1,418,417,405,-1,406,407,419,-1,419,418,406,-1,407,396,408,-1,408,419,407,-1,408,409,421,-1,421,420,408,-1,409,410,422,-1,422,421,409,-1,410,411,423,-1,423,422,410,-1,411,412,424,-1,424,423,411,-1,412,413,425,-1,425,424,412,-1,413,414,426,-1,426,425,413,-1,414,415,427,-1,427,426,414,-1,415,416,428,-1,428,427,415,-1,416,417,429,-1,429,428,416,-1,417,418,430,-1,430,429,417,-1,418,419,431,-1,431,430,418,-1,419,408,420,-1,420,431,419,-1,420,421,217,-1,217,216,420,-1,421,422,218,-1,218,217,421,-1,422,423,219,-1,219,218,422,-1,423,424,220,-1,220,219,423,-1,424,425,221,-1,221,220,424,-1,425,426,222,-1,222,221,425,-1,426,427,223,-1,223,222,426,-1,427,428,224,-1,224,223,427,-1,428,429,225,-1,225,224,428,-1,429,430,226,-1,226,225,429,-1,430,431,227,-1,227,226,430,-1,431,420,216,-1,216,227,431,-1,432,433,445,-1,445,444,432,-1,433,434,446,-1,446,445,433,-1,434,435,447,-1,447,446,434,-1,435,436,448,-1,448,447,435,-1,436,437,449,-1,449,448,436,-1,437,438,450,-1,450,449,437,-1,438,439,451,-1,451,450,438,-1,439,440,452,-1,452,451,439,-1,440,441,453,-1,453,452,440,-1,441,442,454,-1,454,453,441,-1,442,443,455,-1,455,454,442,-1,443,432,444,-1,444,455,443,-1,444,445,457,-1,457,456,444,-1,445,446,458,-1,458,457,445,-1,446,447,459,-1,459,458,446,-1,447,448,460,-1,460,459,447,-1,448,449,461,-1,461,460,448,-1,449,450,462,-1,462,461,449,-1,450,451,463,-1,463,462,450,-1,451,452,464,-1,464,463,451,-1,452,453,465,-1,465,464,452,-1,453,454,466,-1,466,465,453,-1,454,455,467,-1,467,466,454,-1,455,444,456,-1,456,467,455,-1,456,457,469,-1,469,468,456,-1,457,458,470,-1,470,469,457,-1,458,459,471,-1,471,470,458,-1,459,460,472,-1,472,471,459,-1,460,461,473,-1,473,472,460,-1,461,462,474,-1,474,473,461,-1,462,463,475,-1,475,474,462,-1,463,464,476,-1,476,475,463,-1,464,465,477,-1,477,476,464,-1,465,466,478,-1,478,477,465,-1,466,467,479,-1,479,478,466,-1,467,456,468,-1,468,479,467,-1,468,469,481,-1,481,480,468,-1,469,470,482,-1,482,481,469,-1,470,471,483,-1,483,482,470,-1,471,472,484,-1,484,483,471,-1,472,473,485,-1,485,484,472,-1,473,474,486,-1,486,485,473,-1,474,475,487,-1,487,486,474,-1,475,476,488,-1,488,487,475,-1,476,477,489,-1,489,488,476,-1,477,478,490,-1,490,489,477,-1,478,479,491,-1,491,490,478,-1,479,468,480,-1,480,491,479,-1,480,481,493,-1,493,492,480,-1,481,482,494,-1,494,493,481,-1,482,483,495,-1,495,494,482,-1,483,484,496,-1,496,495,483,-1,484,485,497,-1,497,496,484,-1,485,486,498,-1,498,497,485,-1,486,487,499,-1,499,498,486,-1,487,488,500,-1,500,499,487,-1,488,489,501,-1,501,500,488,-1,489,490,502,-1,502,501,489,-1,490,491,503,-1,503,502,490,-1,491,480,492,-1,492,503,491,-1,492,493,505,-1,505,504,492,-1,493,494,506,-1,506,505,493,-1,494,495,507,-1,507,506,494,-1,495,496,508,-1,508,507,495,-1,496,497,509,-1,509,508,496,-1,497,498,510,-1,510,509,497,-1,498,499,511,-1,511,510,498,-1,499,500,512,-1,512,511,499,-1}; return value; } private int[] getTube09_FACES_10_283_coordIndex_5() { int[] value = {500,501,513,-1,513,512,500,-1,501,502,514,-1,514,513,501,-1,502,503,515,-1,515,514,502,-1,503,492,504,-1,504,515,503,-1,504,505,517,-1,517,516,504,-1,505,506,518,-1,518,517,505,-1,506,507,519,-1,519,518,506,-1,507,508,520,-1,520,519,507,-1,508,509,521,-1,521,520,508,-1,509,510,522,-1,522,521,509,-1,510,511,523,-1,523,522,510,-1,511,512,524,-1,524,523,511,-1,512,513,525,-1,525,524,512,-1,513,514,526,-1,526,525,513,-1,514,515,527,-1,527,526,514,-1,515,504,516,-1,516,527,515,-1,516,517,529,-1,529,528,516,-1,517,518,530,-1,530,529,517,-1,518,519,531,-1,531,530,518,-1,519,520,532,-1,532,531,519,-1,520,521,533,-1,533,532,520,-1,521,522,534,-1,534,533,521,-1,522,523,535,-1,535,534,522,-1,523,524,536,-1,536,535,523,-1,524,525,537,-1,537,536,524,-1,525,526,538,-1,538,537,525,-1,526,527,539,-1,539,538,526,-1,527,516,528,-1,528,539,527,-1,528,529,541,-1,541,540,528,-1,529,530,542,-1,542,541,529,-1,530,531,543,-1,543,542,530,-1,531,532,544,-1,544,543,531,-1,532,533,545,-1,545,544,532,-1,533,534,546,-1,546,545,533,-1,534,535,547,-1,547,546,534,-1,535,536,548,-1,548,547,535,-1,536,537,549,-1,549,548,536,-1,537,538,550,-1,550,549,537,-1,538,539,551,-1,551,550,538,-1,539,528,540,-1,540,551,539,-1,540,541,553,-1,553,552,540,-1,541,542,554,-1,554,553,541,-1,542,543,555,-1,555,554,542,-1,543,544,556,-1,556,555,543,-1,544,545,557,-1,557,556,544,-1,545,546,558,-1,558,557,545,-1,546,547,559,-1,559,558,546,-1,547,548,560,-1,560,559,547,-1,548,549,561,-1,561,560,548,-1,549,550,562,-1,562,561,549,-1,550,551,563,-1,563,562,550,-1,551,540,552,-1,552,563,551,-1,552,553,565,-1,565,564,552,-1,553,554,566,-1,566,565,553,-1,554,555,567,-1,567,566,554,-1,555,556,568,-1,568,567,555,-1,556,557,569,-1,569,568,556,-1,557,558,570,-1,570,569,557,-1,558,559,571,-1,571,570,558,-1,559,560,572,-1,572,571,559,-1,560,561,573,-1,573,572,560,-1,561,562,574,-1,574,573,561,-1,562,563,575,-1,575,574,562,-1,563,552,564,-1,564,575,563,-1,564,565,577,-1,577,576,564,-1,565,566,578,-1,578,577,565,-1,566,567,579,-1,579,578,566,-1,567,568,580,-1,580,579,567,-1,568,569,581,-1,581,580,568,-1,569,570,582,-1,582,581,569,-1,570,571,583,-1,583,582,570,-1,571,572,584,-1,584,583,571,-1,572,573,585,-1,585,584,572,-1,573,574,586,-1,586,585,573,-1,574,575,587,-1,587,586,574,-1,575,564,576,-1,576,587,575,-1,576,577,589,-1,589,588,576,-1,577,578,590,-1,590,589,577,-1,578,579,591,-1,591,590,578,-1,579,580,592,-1,592,591,579,-1,580,581,593,-1,593,592,580,-1,581,582,594,-1,594,593,581,-1,582,583,595,-1,595,594,582,-1,583,584,596,-1,596,595,583,-1,584,585,597,-1,597,596,584,-1,585,586,598,-1,598,597,585,-1,586,587,599,-1,599,598,586,-1,587,576,588,-1,588,599,587,-1,588,589,601,-1,601,600,588,-1,589,590,602,-1,602,601,589,-1,590,591,603,-1,603,602,590,-1,591,592,604,-1,604,603,591,-1,592,593,605,-1,605,604,592,-1,593,594,606,-1,606,605,593,-1,594,595,607,-1,607,606,594,-1,595,596,608,-1,608,607,595,-1,596,597,609,-1,609,608,596,-1,597,598,610,-1,610,609,597,-1,598,599,611,-1,611,610,598,-1,599,588,600,-1,600,611,599,-1,600,601,613,-1,613,612,600,-1,601,602,614,-1,614,613,601,-1,602,603,615,-1,615,614,602,-1,603,604,616,-1,616,615,603,-1,604,605,617,-1,617,616,604,-1,605,606,618,-1,618,617,605,-1,606,607,619,-1,619,618,606,-1,607,608,620,-1,620,619,607,-1,608,609,621,-1,621,620,608,-1,609,610,622,-1,622,621,609,-1,610,611,623,-1,623,622,610,-1,611,600,612,-1,612,623,611,-1,612,613,625,-1,625,624,612,-1,613,614,626,-1,626,625,613,-1,614,615,627,-1,627,626,614,-1,615,616,628,-1,628,627,615,-1,616,617,629,-1,629,628,616,-1,617,618,630,-1,630,629,617,-1,618,619,631,-1,631,630,618,-1,619,620,632,-1,632,631,619,-1,620,621,633,-1,633,632,620,-1,621,622,634,-1,634,633,621,-1,622,623,635,-1,635,634,622,-1,623,612,624,-1,624,635,623,-1,624,625,637,-1,637,636,624,-1}; return value; } private int[] getTube09_FACES_10_283_coordIndex_6() { int[] value = {625,626,638,-1,638,637,625,-1,626,627,639,-1,639,638,626,-1,627,628,640,-1,640,639,627,-1,628,629,641,-1,641,640,628,-1,629,630,642,-1,642,641,629,-1,630,631,643,-1,643,642,630,-1,631,632,644,-1,644,643,631,-1,632,633,645,-1,645,644,632,-1,633,634,646,-1,646,645,633,-1,634,635,647,-1,647,646,634,-1,635,624,636,-1,636,647,635,-1,636,637,433,-1,433,432,636,-1,637,638,434,-1,434,433,637,-1,638,639,435,-1,435,434,638,-1,639,640,436,-1,436,435,639,-1,640,641,437,-1,437,436,640,-1,641,642,438,-1,438,437,641,-1,642,643,439,-1,439,438,642,-1,643,644,440,-1,440,439,643,-1,644,645,441,-1,441,440,644,-1,645,646,442,-1,442,441,645,-1,646,647,443,-1,443,442,646,-1,647,636,432,-1,432,443,647,-1,648,649,667,-1,667,666,648,-1,649,650,668,-1,668,667,649,-1,650,651,669,-1,669,668,650,-1,651,652,670,-1,670,669,651,-1,652,653,671,-1,671,670,652,-1,653,654,672,-1,672,671,653,-1,654,655,673,-1,673,672,654,-1,655,656,674,-1,674,673,655,-1,656,657,675,-1,675,674,656,-1,657,658,676,-1,676,675,657,-1,658,659,677,-1,677,676,658,-1,659,660,678,-1,678,677,659,-1,660,661,679,-1,679,678,660,-1,661,662,680,-1,680,679,661,-1,662,663,681,-1,681,680,662,-1,663,664,682,-1,682,681,663,-1,664,665,683,-1,683,682,664,-1,665,648,666,-1,666,683,665,-1,666,667,685,-1,685,684,666,-1,667,668,686,-1,686,685,667,-1,668,669,687,-1,687,686,668,-1,669,670,688,-1,688,687,669,-1,670,671,689,-1,689,688,670,-1,671,672,690,-1,690,689,671,-1,672,673,691,-1,691,690,672,-1,673,674,692,-1,692,691,673,-1,674,675,693,-1,693,692,674,-1,675,676,694,-1,694,693,675,-1,676,677,695,-1,695,694,676,-1,677,678,696,-1,696,695,677,-1,678,679,697,-1,697,696,678,-1,679,680,698,-1,698,697,679,-1,680,681,699,-1,699,698,680,-1,681,682,700,-1,700,699,681,-1,682,683,701,-1,701,700,682,-1,683,666,684,-1,684,701,683,-1,684,685,703,-1,703,702,684,-1,685,686,704,-1,704,703,685,-1,686,687,705,-1,705,704,686,-1,687,688,706,-1,706,705,687,-1,688,689,707,-1,707,706,688,-1,689,690,708,-1,708,707,689,-1,690,691,709,-1,709,708,690,-1,691,692,710,-1,710,709,691,-1,692,693,711,-1,711,710,692,-1,693,694,712,-1,712,711,693,-1,694,695,713,-1,713,712,694,-1,695,696,714,-1,714,713,695,-1,696,697,715,-1,715,714,696,-1,697,698,716,-1,716,715,697,-1,698,699,717,-1,717,716,698,-1,699,700,718,-1,718,717,699,-1,700,701,719,-1,719,718,700,-1,701,684,702,-1,702,719,701,-1,702,703,721,-1,721,720,702,-1,703,704,722,-1,722,721,703,-1,704,705,723,-1,723,722,704,-1,705,706,724,-1,724,723,705,-1,706,707,725,-1,725,724,706,-1,707,708,726,-1,726,725,707,-1,708,709,727,-1,727,726,708,-1,709,710,728,-1,728,727,709,-1,710,711,729,-1,729,728,710,-1,711,712,730,-1,730,729,711,-1,712,713,731,-1,731,730,712,-1,713,714,732,-1,732,731,713,-1,714,715,733,-1,733,732,714,-1,715,716,734,-1,734,733,715,-1,716,717,735,-1,735,734,716,-1,717,718,736,-1,736,735,717,-1,718,719,737,-1,737,736,718,-1,719,702,720,-1,720,737,719,-1,720,721,739,-1,739,738,720,-1,721,722,740,-1,740,739,721,-1,722,723,741,-1,741,740,722,-1,723,724,742,-1,742,741,723,-1,724,725,743,-1,743,742,724,-1,725,726,744,-1,744,743,725,-1,726,727,745,-1,745,744,726,-1,727,728,746,-1,746,745,727,-1,728,729,747,-1,747,746,728,-1,729,730,748,-1,748,747,729,-1,730,731,749,-1,749,748,730,-1,731,732,750,-1,750,749,731,-1,732,733,751,-1,751,750,732,-1,733,734,752,-1,752,751,733,-1,734,735,753,-1,753,752,734,-1,735,736,754,-1,754,753,735,-1,736,737,755,-1,755,754,736,-1,737,720,738,-1,738,755,737,-1,664,663,662,-1,662,661,660,-1,660,659,658,-1,662,660,658,-1,658,657,656,-1,656,655,654,-1,658,656,654,-1,654,653,652,-1,652,651,650,-1,654,652,650,-1,658,654,650,-1,662,658,650,-1,650,649,648,-1,662,650,648,-1,664,662,648,-1,665,664,648,-1,739,740,741,-1,741,742,743,-1,743,744,745,-1,741,743,745,-1,745,746,747,-1,747,748,749,-1,745,747,749,-1,749,750,751,-1}; return value; } private int[] getTube09_FACES_10_283_coordIndex_7() { int[] value = {751,752,753,-1,749,751,753,-1,745,749,753,-1,741,745,753,-1,753,754,755,-1,741,753,755,-1,739,741,755,-1,738,739,755,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTube09_COORD_11_283_point_1() { float[] value = {0.0f,0.0f,-0.011f,0.0f,0.02f,-0.011f,0.0f,0.04f,-0.011f,0.0f,0.06f,-0.011f,0.0f,0.08f,-0.011f,0.0f,0.1f,-0.011f,0.0f,0.1f,-0.01f,0.0f,0.08f,-0.01f,0.0f,0.06f,-0.01f,0.0f,0.04f,-0.01f,0.0f,0.02f,-0.01f,0.0f,0.0f,-0.01f,0.003762f,0.0f,-0.01034f,0.003762f,0.02f,-0.01034f,0.003762f,0.04f,-0.01034f,0.003762f,0.06f,-0.01034f,0.003762f,0.08f,-0.01034f,0.003762f,0.1f,-0.01034f,0.00342f,0.1f,-0.009397f,0.00342f,0.08f,-0.009397f,0.00342f,0.06f,-0.009397f,0.00342f,0.04f,-0.009397f,0.00342f,0.02f,-0.009397f,0.00342f,0.0f,-0.009397f,0.007071f,0.0f,-0.008426f,0.007071f,0.02f,-0.008426f,0.007071f,0.04f,-0.008426f,0.007071f,0.06f,-0.008426f,0.007071f,0.08f,-0.008426f,0.007071f,0.1f,-0.008426f,0.006428f,0.1f,-0.00766f,0.006428f,0.08f,-0.00766f,0.006428f,0.06f,-0.00766f,0.006428f,0.04f,-0.00766f,0.006428f,0.02f,-0.00766f,0.006428f,0.0f,-0.00766f,0.009526f,0.0f,-0.0055f,0.009526f,0.02f,-0.0055f,0.009526f,0.04f,-0.0055f,0.009526f,0.06f,-0.0055f,0.009526f,0.08f,-0.0055f,0.009526f,0.1f,-0.0055f,0.00866f,0.1f,-0.0050f,0.00866f,0.08f,-0.0050f,0.00866f,0.06f,-0.0050f,0.00866f,0.04f,-0.0050f,0.00866f,0.02f,-0.0050f,0.00866f,0.0f,-0.0050f,0.01083f,0.0f,-0.00191f,0.01083f,0.02f,-0.00191f,0.01083f,0.04f,-0.00191f,0.01083f,0.06f,-0.00191f,0.01083f,0.08f,-0.00191f,0.01083f,0.1f,-0.00191f,0.009848f,0.1f,-0.001736f,0.009848f,0.08f,-0.001736f,0.009848f,0.06f,-0.001736f,0.009848f,0.04f,-0.001736f,0.009848f,0.02f,-0.001736f,0.009848f,0.0f,-0.001736f,0.01083f,0.0f,0.00191f,0.01083f,0.02f,0.00191f,0.01083f,0.04f,0.00191f,0.01083f,0.06f,0.00191f,0.01083f,0.08f,0.00191f,0.01083f,0.1f,0.00191f,0.009848f,0.1f,0.001736f,0.009848f,0.08f,0.001736f,0.009848f,0.06f,0.001736f,0.009848f,0.04f,0.001736f,0.009848f,0.02f,0.001736f,0.009848f,0.0f,0.001736f,0.009526f,0.0f,0.0055f,0.009526f,0.02f,0.0055f,0.009526f,0.04f,0.0055f,0.009526f,0.06f,0.0055f,0.009526f,0.08f,0.0055f,0.009526f,0.1f,0.0055f,0.00866f,0.1f,0.0050f,0.00866f,0.08f,0.0050f,0.00866f,0.06f,0.0050f,0.00866f,0.04f,0.0050f,0.00866f,0.02f,0.0050f,0.00866f,0.0f,0.0050f,0.007071f,0.0f,0.008426f,0.007071f,0.02f,0.008426f,0.007071f,0.04f,0.008426f,0.007071f,0.06f,0.008426f,0.007071f,0.08f,0.008426f,0.007071f,0.1f,0.008426f,0.006428f,0.1f,0.00766f,0.006428f,0.08f,0.00766f,0.006428f,0.06f,0.00766f,0.006428f,0.04f,0.00766f,0.006428f,0.02f,0.00766f,0.006428f,0.0f,0.00766f,0.003762f,0.0f,0.01034f,0.003762f,0.02f,0.01034f,0.003762f,0.04f,0.01034f,0.003762f,0.06f,0.01034f}; return value; } private float[] getTube09_COORD_11_283_point_2() { float[] value = {0.003762f,0.08f,0.01034f,0.003762f,0.1f,0.01034f,0.00342f,0.1f,0.009397f,0.00342f,0.08f,0.009397f,0.00342f,0.06f,0.009397f,0.00342f,0.04f,0.009397f,0.00342f,0.02f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.011f,0.0f,0.02f,0.011f,0.0f,0.04f,0.011f,0.0f,0.06f,0.011f,0.0f,0.08f,0.011f,0.0f,0.1f,0.011f,0.0f,0.1f,0.01f,0.0f,0.08f,0.01f,0.0f,0.06f,0.01f,0.0f,0.04f,0.01f,0.0f,0.02f,0.01f,0.0f,0.0f,0.01f,-0.003762f,0.0f,0.01034f,-0.003762f,0.02f,0.01034f,-0.003762f,0.04f,0.01034f,-0.003762f,0.06f,0.01034f,-0.003762f,0.08f,0.01034f,-0.003762f,0.1f,0.01034f,-0.00342f,0.1f,0.009397f,-0.00342f,0.08f,0.009397f,-0.00342f,0.06f,0.009397f,-0.00342f,0.04f,0.009397f,-0.00342f,0.02f,0.009397f,-0.00342f,0.0f,0.009397f,-0.007071f,0.0f,0.008426f,-0.007071f,0.02f,0.008426f,-0.007071f,0.04f,0.008426f,-0.007071f,0.06f,0.008426f,-0.007071f,0.08f,0.008426f,-0.007071f,0.1f,0.008426f,-0.006428f,0.1f,0.00766f,-0.006428f,0.08f,0.00766f,-0.006428f,0.06f,0.00766f,-0.006428f,0.04f,0.00766f,-0.006428f,0.02f,0.00766f,-0.006428f,0.0f,0.00766f,-0.009526f,0.0f,0.0055f,-0.009526f,0.02f,0.0055f,-0.009526f,0.04f,0.0055f,-0.009526f,0.06f,0.0055f,-0.009526f,0.08f,0.0055f,-0.009526f,0.1f,0.0055f,-0.00866f,0.1f,0.0050f,-0.00866f,0.08f,0.0050f,-0.00866f,0.06f,0.0050f,-0.00866f,0.04f,0.0050f,-0.00866f,0.02f,0.0050f,-0.00866f,0.0f,0.0050f,-0.01083f,0.0f,0.00191f,-0.01083f,0.02f,0.00191f,-0.01083f,0.04f,0.00191f,-0.01083f,0.06f,0.00191f,-0.01083f,0.08f,0.00191f,-0.01083f,0.1f,0.00191f,-0.009848f,0.1f,0.001736f,-0.009848f,0.08f,0.001736f,-0.009848f,0.06f,0.001736f,-0.009848f,0.04f,0.001736f,-0.009848f,0.02f,0.001736f,-0.009848f,0.0f,0.001736f,-0.01083f,0.0f,-0.00191f,-0.01083f,0.02f,-0.00191f,-0.01083f,0.04f,-0.00191f,-0.01083f,0.06f,-0.00191f,-0.01083f,0.08f,-0.00191f,-0.01083f,0.1f,-0.00191f,-0.009848f,0.1f,-0.001736f,-0.009848f,0.08f,-0.001736f,-0.009848f,0.06f,-0.001736f,-0.009848f,0.04f,-0.001736f,-0.009848f,0.02f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.009526f,0.0f,-0.0055f,-0.009526f,0.02f,-0.0055f,-0.009526f,0.04f,-0.0055f,-0.009526f,0.06f,-0.0055f,-0.009526f,0.08f,-0.0055f,-0.009526f,0.1f,-0.0055f,-0.00866f,0.1f,-0.0050f,-0.00866f,0.08f,-0.0050f,-0.00866f,0.06f,-0.0050f,-0.00866f,0.04f,-0.0050f,-0.00866f,0.02f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.007071f,0.0f,-0.008426f,-0.007071f,0.02f,-0.008426f,-0.007071f,0.04f,-0.008426f,-0.007071f,0.06f,-0.008426f,-0.007071f,0.08f,-0.008426f,-0.007071f,0.1f,-0.008426f,-0.006428f,0.1f,-0.00766f,-0.006428f,0.08f,-0.00766f}; return value; } private float[] getTube09_COORD_11_283_point_3() { float[] value = {-0.006428f,0.06f,-0.00766f,-0.006428f,0.04f,-0.00766f,-0.006428f,0.02f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.003762f,0.0f,-0.01034f,-0.003762f,0.02f,-0.01034f,-0.003762f,0.04f,-0.01034f,-0.003762f,0.06f,-0.01034f,-0.003762f,0.08f,-0.01034f,-0.003762f,0.1f,-0.01034f,-0.00342f,0.1f,-0.009397f,-0.00342f,0.08f,-0.009397f,-0.00342f,0.06f,-0.009397f,-0.00342f,0.04f,-0.009397f,-0.00342f,0.02f,-0.009397f,-0.00342f,0.0f,-0.009397f,0.0f,0.1003f,-0.011f,0.0f,0.1043f,-0.01021f,0.0f,0.1083f,-0.009416f,0.0f,0.1123f,-0.008624f,0.0f,0.1163f,-0.007832f,0.0f,0.1203f,-0.00704f,0.0f,0.1203f,-0.0064f,0.0f,0.1163f,-0.00712f,0.0f,0.1123f,-0.00784f,0.0f,0.1083f,-0.00856f,0.0f,0.1043f,-0.00928f,0.0f,0.1003f,-0.01f,0.003762f,0.1003f,-0.01034f,0.003491f,0.1043f,-0.009592f,0.00322f,0.1083f,-0.008848f,0.00295f,0.1123f,-0.008104f,0.002679f,0.1163f,-0.00736f,0.002408f,0.1203f,-0.006615f,0.002189f,0.1203f,-0.006014f,0.002435f,0.1163f,-0.006691f,0.002681f,0.1123f,-0.007367f,0.002928f,0.1083f,-0.008044f,0.003174f,0.1043f,-0.00872f,0.00342f,0.1003f,-0.009397f,0.007071f,0.1003f,-0.008426f,0.006562f,0.1043f,-0.00782f,0.006052f,0.1083f,-0.007213f,0.005543f,0.1123f,-0.006606f,0.005034f,0.1163f,-0.0060f,0.004525f,0.1203f,-0.005393f,0.004114f,0.1203f,-0.004903f,0.004577f,0.1163f,-0.005454f,0.005039f,0.1123f,-0.006006f,0.005502f,0.1083f,-0.006557f,0.005965f,0.1043f,-0.007109f,0.006428f,0.1003f,-0.00766f,0.009526f,0.1003f,-0.0055f,0.00884f,0.1043f,-0.005104f,0.008154f,0.1083f,-0.004708f,0.007469f,0.1123f,-0.004312f,0.006783f,0.1163f,-0.003916f,0.006097f,0.1203f,-0.00352f,0.005543f,0.1203f,-0.0032f,0.006166f,0.1163f,-0.00356f,0.00679f,0.1123f,-0.00392f,0.007413f,0.1083f,-0.00428f,0.008037f,0.1043f,-0.00464f,0.00866f,0.1003f,-0.0050f,0.01083f,0.1003f,-0.00191f,0.01005f,0.1043f,-0.001773f,0.009273f,0.1083f,-0.001635f,0.008493f,0.1123f,-0.001498f,0.007713f,0.1163f,-0.00136f,0.006933f,0.1203f,-0.001222f,0.006303f,0.1203f,-0.001111f,0.007012f,0.1163f,-0.001236f,0.007721f,0.1123f,-0.001361f,0.00843f,0.1083f,-0.001486f,0.009139f,0.1043f,-0.001611f,0.009848f,0.1003f,-0.001736f,0.01083f,0.1003f,0.00191f,0.01005f,0.1043f,0.001773f,0.009273f,0.1083f,0.001635f,0.008493f,0.1123f,0.001498f,0.007713f,0.1163f,0.00136f,0.006933f,0.1203f,0.001222f,0.006303f,0.1203f,0.001111f,0.007012f,0.1163f,0.001236f,0.007721f,0.1123f,0.001361f,0.00843f,0.1083f,0.001486f,0.009139f,0.1043f,0.001611f,0.009848f,0.1003f,0.001736f,0.009526f,0.1003f,0.0055f,0.00884f,0.1043f,0.005104f,0.008154f,0.1083f,0.004708f,0.007469f,0.1123f,0.004312f,0.006783f,0.1163f,0.003916f,0.006097f,0.1203f,0.00352f,0.005543f,0.1203f,0.0032f,0.006166f,0.1163f,0.00356f,0.00679f,0.1123f,0.00392f,0.007413f,0.1083f,0.00428f,0.008037f,0.1043f,0.00464f,0.00866f,0.1003f,0.0050f}; return value; } private float[] getTube09_COORD_11_283_point_4() { float[] value = {0.007071f,0.1003f,0.008426f,0.006562f,0.1043f,0.00782f,0.006052f,0.1083f,0.007213f,0.005543f,0.1123f,0.006606f,0.005034f,0.1163f,0.0060f,0.004525f,0.1203f,0.005393f,0.004114f,0.1203f,0.004903f,0.004577f,0.1163f,0.005454f,0.005039f,0.1123f,0.006006f,0.005502f,0.1083f,0.006557f,0.005965f,0.1043f,0.007109f,0.006428f,0.1003f,0.00766f,0.003762f,0.1003f,0.01034f,0.003491f,0.1043f,0.009592f,0.00322f,0.1083f,0.008848f,0.00295f,0.1123f,0.008104f,0.002679f,0.1163f,0.00736f,0.002408f,0.1203f,0.006615f,0.002189f,0.1203f,0.006014f,0.002435f,0.1163f,0.006691f,0.002681f,0.1123f,0.007367f,0.002928f,0.1083f,0.008044f,0.003174f,0.1043f,0.00872f,0.00342f,0.1003f,0.009397f,0.0f,0.1003f,0.011f,0.0f,0.1043f,0.01021f,0.0f,0.1083f,0.009416f,0.0f,0.1123f,0.008624f,0.0f,0.1163f,0.007832f,0.0f,0.1203f,0.00704f,0.0f,0.1203f,0.0064f,0.0f,0.1163f,0.00712f,0.0f,0.1123f,0.00784f,0.0f,0.1083f,0.00856f,0.0f,0.1043f,0.00928f,0.0f,0.1003f,0.01f,-0.003762f,0.1003f,0.01034f,-0.003491f,0.1043f,0.009592f,-0.00322f,0.1083f,0.008848f,-0.00295f,0.1123f,0.008104f,-0.002679f,0.1163f,0.00736f,-0.002408f,0.1203f,0.006615f,-0.002189f,0.1203f,0.006014f,-0.002435f,0.1163f,0.006691f,-0.002681f,0.1123f,0.007367f,-0.002928f,0.1083f,0.008044f,-0.003174f,0.1043f,0.00872f,-0.00342f,0.1003f,0.009397f,-0.007071f,0.1003f,0.008426f,-0.006562f,0.1043f,0.00782f,-0.006052f,0.1083f,0.007213f,-0.005543f,0.1123f,0.006606f,-0.005034f,0.1163f,0.0060f,-0.004525f,0.1203f,0.005393f,-0.004114f,0.1203f,0.004903f,-0.004577f,0.1163f,0.005454f,-0.005039f,0.1123f,0.006006f,-0.005502f,0.1083f,0.006557f,-0.005965f,0.1043f,0.007109f,-0.006428f,0.1003f,0.00766f,-0.009526f,0.1003f,0.0055f,-0.00884f,0.1043f,0.005104f,-0.008154f,0.1083f,0.004708f,-0.007469f,0.1123f,0.004312f,-0.006783f,0.1163f,0.003916f,-0.006097f,0.1203f,0.00352f,-0.005543f,0.1203f,0.0032f,-0.006166f,0.1163f,0.00356f,-0.00679f,0.1123f,0.00392f,-0.007413f,0.1083f,0.00428f,-0.008037f,0.1043f,0.00464f,-0.00866f,0.1003f,0.0050f,-0.01083f,0.1003f,0.00191f,-0.01005f,0.1043f,0.001773f,-0.009273f,0.1083f,0.001635f,-0.008493f,0.1123f,0.001498f,-0.007713f,0.1163f,0.00136f,-0.006933f,0.1203f,0.001222f,-0.006303f,0.1203f,0.001111f,-0.007012f,0.1163f,0.001236f,-0.007721f,0.1123f,0.001361f,-0.00843f,0.1083f,0.001486f,-0.009139f,0.1043f,0.001611f,-0.009848f,0.1003f,0.001736f,-0.01083f,0.1003f,-0.00191f,-0.01005f,0.1043f,-0.001773f,-0.009273f,0.1083f,-0.001635f,-0.008493f,0.1123f,-0.001498f,-0.007713f,0.1163f,-0.00136f,-0.006933f,0.1203f,-0.001222f,-0.006303f,0.1203f,-0.001111f,-0.007012f,0.1163f,-0.001236f,-0.007721f,0.1123f,-0.001361f,-0.00843f,0.1083f,-0.001486f,-0.009139f,0.1043f,-0.001611f,-0.009848f,0.1003f,-0.001736f,-0.009526f,0.1003f,-0.0055f,-0.00884f,0.1043f,-0.005104f,-0.008154f,0.1083f,-0.004708f,-0.007469f,0.1123f,-0.004312f}; return value; } private float[] getTube09_COORD_11_283_point_5() { float[] value = {-0.006783f,0.1163f,-0.003916f,-0.006097f,0.1203f,-0.00352f,-0.005543f,0.1203f,-0.0032f,-0.006166f,0.1163f,-0.00356f,-0.00679f,0.1123f,-0.00392f,-0.007413f,0.1083f,-0.00428f,-0.008037f,0.1043f,-0.00464f,-0.00866f,0.1003f,-0.0050f,-0.007071f,0.1003f,-0.008426f,-0.006562f,0.1043f,-0.00782f,-0.006052f,0.1083f,-0.007213f,-0.005543f,0.1123f,-0.006606f,-0.005034f,0.1163f,-0.0060f,-0.004525f,0.1203f,-0.005393f,-0.004114f,0.1203f,-0.004903f,-0.004577f,0.1163f,-0.005454f,-0.005039f,0.1123f,-0.006006f,-0.005502f,0.1083f,-0.006557f,-0.005965f,0.1043f,-0.007109f,-0.006428f,0.1003f,-0.00766f,-0.003762f,0.1003f,-0.01034f,-0.003491f,0.1043f,-0.009592f,-0.00322f,0.1083f,-0.008848f,-0.00295f,0.1123f,-0.008104f,-0.002679f,0.1163f,-0.00736f,-0.002408f,0.1203f,-0.006615f,-0.002189f,0.1203f,-0.006014f,-0.002435f,0.1163f,-0.006691f,-0.002681f,0.1123f,-0.007367f,-0.002928f,0.1083f,-0.008044f,-0.003174f,0.1043f,-0.00872f,-0.00342f,0.1003f,-0.009397f,0.0f,0.1204f,-0.0070f,0.0f,0.1232f,-0.0070f,0.0f,0.126f,-0.0070f,0.0f,0.1288f,-0.0070f,0.0f,0.1316f,-0.0070f,0.0f,0.1344f,-0.0070f,0.0f,0.1344f,-0.0030f,0.0f,0.1316f,-0.0030f,0.0f,0.1288f,-0.0030f,0.0f,0.126f,-0.0030f,0.0f,0.1232f,-0.0030f,0.0f,0.1204f,-0.0030f,0.002394f,0.1204f,-0.006578f,0.002394f,0.1232f,-0.006578f,0.002394f,0.126f,-0.006578f,0.002394f,0.1288f,-0.006578f,0.002394f,0.1316f,-0.006578f,0.002394f,0.1344f,-0.006578f,0.001026f,0.1344f,-0.002819f,0.001026f,0.1316f,-0.002819f,0.001026f,0.1288f,-0.002819f,0.001026f,0.126f,-0.002819f,0.001026f,0.1232f,-0.002819f,0.001026f,0.1204f,-0.002819f,0.0045f,0.1204f,-0.005362f,0.0045f,0.1232f,-0.005362f,0.0045f,0.126f,-0.005362f,0.0045f,0.1288f,-0.005362f,0.0045f,0.1316f,-0.005362f,0.0045f,0.1344f,-0.005362f,0.001928f,0.1344f,-0.002298f,0.001928f,0.1316f,-0.002298f,0.001928f,0.1288f,-0.002298f,0.001928f,0.126f,-0.002298f,0.001928f,0.1232f,-0.002298f,0.001928f,0.1204f,-0.002298f,0.006062f,0.1204f,-0.0035f,0.006062f,0.1232f,-0.0035f,0.006062f,0.126f,-0.0035f,0.006062f,0.1288f,-0.0035f,0.006062f,0.1316f,-0.0035f,0.006062f,0.1344f,-0.0035f,0.002598f,0.1344f,-0.0015f,0.002598f,0.1316f,-0.0015f,0.002598f,0.1288f,-0.0015f,0.002598f,0.126f,-0.0015f,0.002598f,0.1232f,-0.0015f,0.002598f,0.1204f,-0.0015f,0.006894f,0.1204f,-0.001216f,0.006894f,0.1232f,-0.001216f,0.006894f,0.126f,-0.001216f,0.006894f,0.1288f,-0.001216f,0.006894f,0.1316f,-0.001216f,0.006894f,0.1344f,-0.001216f,0.002954f,0.1344f,-5.209E-4f,0.002954f,0.1316f,-5.209E-4f,0.002954f,0.1288f,-5.209E-4f,0.002954f,0.126f,-5.209E-4f,0.002954f,0.1232f,-5.209E-4f,0.002954f,0.1204f,-5.209E-4f,0.006894f,0.1204f,0.001216f,0.006894f,0.1232f,0.001216f,0.006894f,0.126f,0.001216f,0.006894f,0.1288f,0.001216f,0.006894f,0.1316f,0.001216f,0.006894f,0.1344f,0.001216f,0.002954f,0.1344f,5.209E-4f,0.002954f,0.1316f,5.209E-4f}; return value; } private float[] getTube09_COORD_11_283_point_6() { float[] value = {0.002954f,0.1288f,5.209E-4f,0.002954f,0.126f,5.209E-4f,0.002954f,0.1232f,5.209E-4f,0.002954f,0.1204f,5.209E-4f,0.006062f,0.1204f,0.0035f,0.006062f,0.1232f,0.0035f,0.006062f,0.126f,0.0035f,0.006062f,0.1288f,0.0035f,0.006062f,0.1316f,0.0035f,0.006062f,0.1344f,0.0035f,0.002598f,0.1344f,0.0015f,0.002598f,0.1316f,0.0015f,0.002598f,0.1288f,0.0015f,0.002598f,0.126f,0.0015f,0.002598f,0.1232f,0.0015f,0.002598f,0.1204f,0.0015f,0.0045f,0.1204f,0.005362f,0.0045f,0.1232f,0.005362f,0.0045f,0.126f,0.005362f,0.0045f,0.1288f,0.005362f,0.0045f,0.1316f,0.005362f,0.0045f,0.1344f,0.005362f,0.001928f,0.1344f,0.002298f,0.001928f,0.1316f,0.002298f,0.001928f,0.1288f,0.002298f,0.001928f,0.126f,0.002298f,0.001928f,0.1232f,0.002298f,0.001928f,0.1204f,0.002298f,0.002394f,0.1204f,0.006578f,0.002394f,0.1232f,0.006578f,0.002394f,0.126f,0.006578f,0.002394f,0.1288f,0.006578f,0.002394f,0.1316f,0.006578f,0.002394f,0.1344f,0.006578f,0.001026f,0.1344f,0.002819f,0.001026f,0.1316f,0.002819f,0.001026f,0.1288f,0.002819f,0.001026f,0.126f,0.002819f,0.001026f,0.1232f,0.002819f,0.001026f,0.1204f,0.002819f,0.0f,0.1204f,0.0070f,0.0f,0.1232f,0.0070f,0.0f,0.126f,0.0070f,0.0f,0.1288f,0.0070f,0.0f,0.1316f,0.0070f,0.0f,0.1344f,0.0070f,0.0f,0.1344f,0.0030f,0.0f,0.1316f,0.0030f,0.0f,0.1288f,0.0030f,0.0f,0.126f,0.0030f,0.0f,0.1232f,0.0030f,0.0f,0.1204f,0.0030f,-0.002394f,0.1204f,0.006578f,-0.002394f,0.1232f,0.006578f,-0.002394f,0.126f,0.006578f,-0.002394f,0.1288f,0.006578f,-0.002394f,0.1316f,0.006578f,-0.002394f,0.1344f,0.006578f,-0.001026f,0.1344f,0.002819f,-0.001026f,0.1316f,0.002819f,-0.001026f,0.1288f,0.002819f,-0.001026f,0.126f,0.002819f,-0.001026f,0.1232f,0.002819f,-0.001026f,0.1204f,0.002819f,-0.0045f,0.1204f,0.005362f,-0.0045f,0.1232f,0.005362f,-0.0045f,0.126f,0.005362f,-0.0045f,0.1288f,0.005362f,-0.0045f,0.1316f,0.005362f,-0.0045f,0.1344f,0.005362f,-0.001928f,0.1344f,0.002298f,-0.001928f,0.1316f,0.002298f,-0.001928f,0.1288f,0.002298f,-0.001928f,0.126f,0.002298f,-0.001928f,0.1232f,0.002298f,-0.001928f,0.1204f,0.002298f,-0.006062f,0.1204f,0.0035f,-0.006062f,0.1232f,0.0035f,-0.006062f,0.126f,0.0035f,-0.006062f,0.1288f,0.0035f,-0.006062f,0.1316f,0.0035f,-0.006062f,0.1344f,0.0035f,-0.002598f,0.1344f,0.0015f,-0.002598f,0.1316f,0.0015f,-0.002598f,0.1288f,0.0015f,-0.002598f,0.126f,0.0015f,-0.002598f,0.1232f,0.0015f,-0.002598f,0.1204f,0.0015f,-0.006894f,0.1204f,0.001216f,-0.006894f,0.1232f,0.001216f,-0.006894f,0.126f,0.001216f,-0.006894f,0.1288f,0.001216f,-0.006894f,0.1316f,0.001216f,-0.006894f,0.1344f,0.001216f,-0.002954f,0.1344f,5.209E-4f,-0.002954f,0.1316f,5.209E-4f,-0.002954f,0.1288f,5.209E-4f,-0.002954f,0.126f,5.209E-4f,-0.002954f,0.1232f,5.209E-4f,-0.002954f,0.1204f,5.209E-4f}; return value; } private float[] getTube09_COORD_11_283_point_7() { float[] value = {-0.006894f,0.1204f,-0.001216f,-0.006894f,0.1232f,-0.001216f,-0.006894f,0.126f,-0.001216f,-0.006894f,0.1288f,-0.001216f,-0.006894f,0.1316f,-0.001216f,-0.006894f,0.1344f,-0.001216f,-0.002954f,0.1344f,-5.209E-4f,-0.002954f,0.1316f,-5.209E-4f,-0.002954f,0.1288f,-5.209E-4f,-0.002954f,0.126f,-5.209E-4f,-0.002954f,0.1232f,-5.209E-4f,-0.002954f,0.1204f,-5.209E-4f,-0.006062f,0.1204f,-0.0035f,-0.006062f,0.1232f,-0.0035f,-0.006062f,0.126f,-0.0035f,-0.006062f,0.1288f,-0.0035f,-0.006062f,0.1316f,-0.0035f,-0.006062f,0.1344f,-0.0035f,-0.002598f,0.1344f,-0.0015f,-0.002598f,0.1316f,-0.0015f,-0.002598f,0.1288f,-0.0015f,-0.002598f,0.126f,-0.0015f,-0.002598f,0.1232f,-0.0015f,-0.002598f,0.1204f,-0.0015f,-0.0045f,0.1204f,-0.005362f,-0.0045f,0.1232f,-0.005362f,-0.0045f,0.126f,-0.005362f,-0.0045f,0.1288f,-0.005362f,-0.0045f,0.1316f,-0.005362f,-0.0045f,0.1344f,-0.005362f,-0.001928f,0.1344f,-0.002298f,-0.001928f,0.1316f,-0.002298f,-0.001928f,0.1288f,-0.002298f,-0.001928f,0.126f,-0.002298f,-0.001928f,0.1232f,-0.002298f,-0.001928f,0.1204f,-0.002298f,-0.002394f,0.1204f,-0.006578f,-0.002394f,0.1232f,-0.006578f,-0.002394f,0.126f,-0.006578f,-0.002394f,0.1288f,-0.006578f,-0.002394f,0.1316f,-0.006578f,-0.002394f,0.1344f,-0.006578f,-0.001026f,0.1344f,-0.002819f,-0.001026f,0.1316f,-0.002819f,-0.001026f,0.1288f,-0.002819f,-0.001026f,0.126f,-0.002819f,-0.001026f,0.1232f,-0.002819f,-0.001026f,0.1204f,-0.002819f,0.013f,0.0f,0.0f,0.01222f,0.0f,-0.004446f,0.009959f,0.0f,-0.008356f,0.0065f,0.0f,-0.01126f,0.002257f,0.0f,-0.0128f,-0.002257f,0.0f,-0.0128f,-0.0065f,0.0f,-0.01126f,-0.009959f,0.0f,-0.008356f,-0.01222f,0.0f,-0.004446f,-0.013f,0.0f,0.0f,-0.01222f,0.0f,0.004446f,-0.009959f,0.0f,0.008356f,-0.0065f,0.0f,0.01126f,-0.002257f,0.0f,0.0128f,0.002257f,0.0f,0.0128f,0.0065f,0.0f,0.01126f,0.009959f,0.0f,0.008356f,0.01222f,0.0f,0.004446f,0.013f,0.0010f,0.0f,0.01222f,0.0010f,-0.004446f,0.009959f,0.0010f,-0.008356f,0.0065f,0.0010f,-0.01126f,0.002257f,0.0010f,-0.0128f,-0.002257f,0.0010f,-0.0128f,-0.0065f,0.0010f,-0.01126f,-0.009959f,0.0010f,-0.008356f,-0.01222f,0.0010f,-0.004446f,-0.013f,0.0010f,0.0f,-0.01222f,0.0010f,0.004446f,-0.009959f,0.0010f,0.008356f,-0.0065f,0.0010f,0.01126f,-0.002257f,0.0010f,0.0128f,0.002257f,0.0010f,0.0128f,0.0065f,0.0010f,0.01126f,0.009959f,0.0010f,0.008356f,0.01222f,0.0010f,0.004446f,0.013f,0.0020f,0.0f,0.01222f,0.0020f,-0.004446f,0.009959f,0.0020f,-0.008356f,0.0065f,0.0020f,-0.01126f,0.002257f,0.0020f,-0.0128f,-0.002257f,0.0020f,-0.0128f,-0.0065f,0.0020f,-0.01126f,-0.009959f,0.0020f,-0.008356f,-0.01222f,0.0020f,-0.004446f,-0.013f,0.0020f,0.0f,-0.01222f,0.0020f,0.004446f,-0.009959f,0.0020f,0.008356f,-0.0065f,0.0020f,0.01126f,-0.002257f,0.0020f,0.0128f,0.002257f,0.0020f,0.0128f,0.0065f,0.0020f,0.01126f}; return value; } private float[] getTube09_COORD_11_283_point_8() { float[] value = {0.009959f,0.0020f,0.008356f,0.01222f,0.0020f,0.004446f,0.013f,0.0030f,0.0f,0.01222f,0.0030f,-0.004446f,0.009959f,0.0030f,-0.008356f,0.0065f,0.0030f,-0.01126f,0.002257f,0.0030f,-0.0128f,-0.002257f,0.0030f,-0.0128f,-0.0065f,0.0030f,-0.01126f,-0.009959f,0.0030f,-0.008356f,-0.01222f,0.0030f,-0.004446f,-0.013f,0.0030f,0.0f,-0.01222f,0.0030f,0.004446f,-0.009959f,0.0030f,0.008356f,-0.0065f,0.0030f,0.01126f,-0.002257f,0.0030f,0.0128f,0.002257f,0.0030f,0.0128f,0.0065f,0.0030f,0.01126f,0.009959f,0.0030f,0.008356f,0.01222f,0.0030f,0.004446f,0.013f,0.0040f,0.0f,0.01222f,0.0040f,-0.004446f,0.009959f,0.0040f,-0.008356f,0.0065f,0.0040f,-0.01126f,0.002257f,0.0040f,-0.0128f,-0.002257f,0.0040f,-0.0128f,-0.0065f,0.0040f,-0.01126f,-0.009959f,0.0040f,-0.008356f,-0.01222f,0.0040f,-0.004446f,-0.013f,0.0040f,0.0f,-0.01222f,0.0040f,0.004446f,-0.009959f,0.0040f,0.008356f,-0.0065f,0.0040f,0.01126f,-0.002257f,0.0040f,0.0128f,0.002257f,0.0040f,0.0128f,0.0065f,0.0040f,0.01126f,0.009959f,0.0040f,0.008356f,0.01222f,0.0040f,0.004446f,0.013f,0.0050f,0.0f,0.01222f,0.0050f,-0.004446f,0.009959f,0.0050f,-0.008356f,0.0065f,0.0050f,-0.01126f,0.002257f,0.0050f,-0.0128f,-0.002257f,0.0050f,-0.0128f,-0.0065f,0.0050f,-0.01126f,-0.009959f,0.0050f,-0.008356f,-0.01222f,0.0050f,-0.004446f,-0.013f,0.0050f,0.0f,-0.01222f,0.0050f,0.004446f,-0.009959f,0.0050f,0.008356f,-0.0065f,0.0050f,0.01126f,-0.002257f,0.0050f,0.0128f,0.002257f,0.0050f,0.0128f,0.0065f,0.0050f,0.01126f,0.009959f,0.0050f,0.008356f,0.01222f,0.0050f,0.004446f,8.0f,8.0f,8.0f}; return value; } /** Define subarrays using type int[] */ private int[] getCylinder14_FACES_10_289_coordIndex_1() { int[] value = {0,2,1,-1,0,3,2,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,0,9,8,-1,0,10,9,-1,0,11,10,-1,0,12,11,-1,0,13,12,-1,0,14,13,-1,0,15,14,-1,0,16,15,-1,0,17,16,-1,0,18,17,-1,0,1,18,-1,1,20,19,-1,1,2,20,-1,2,21,20,-1,2,3,21,-1,3,22,21,-1,3,4,22,-1,4,23,22,-1,4,5,23,-1,5,24,23,-1,5,6,24,-1,6,25,24,-1,6,7,25,-1,7,26,25,-1,7,8,26,-1,8,27,26,-1,8,9,27,-1,9,28,27,-1,9,10,28,-1,10,29,28,-1,10,11,29,-1,11,30,29,-1,11,12,30,-1,12,31,30,-1,12,13,31,-1,13,32,31,-1,13,14,32,-1,14,33,32,-1,14,15,33,-1,15,34,33,-1,15,16,34,-1,16,35,34,-1,16,17,35,-1,17,36,35,-1,17,18,36,-1,18,19,36,-1,18,1,19,-1,19,38,37,-1,19,20,38,-1,20,39,38,-1,20,21,39,-1,21,40,39,-1,21,22,40,-1,22,41,40,-1,22,23,41,-1,23,42,41,-1,23,24,42,-1,24,43,42,-1,24,25,43,-1,25,44,43,-1,25,26,44,-1,26,45,44,-1,26,27,45,-1,27,46,45,-1,27,28,46,-1,28,47,46,-1,28,29,47,-1,29,48,47,-1,29,30,48,-1,30,49,48,-1,30,31,49,-1,31,50,49,-1,31,32,50,-1,32,51,50,-1,32,33,51,-1,33,52,51,-1,33,34,52,-1,34,53,52,-1,34,35,53,-1,35,54,53,-1,35,36,54,-1,36,37,54,-1,36,19,37,-1,37,56,55,-1,37,38,56,-1,38,57,56,-1,38,39,57,-1,39,58,57,-1,39,40,58,-1,40,59,58,-1,40,41,59,-1,41,60,59,-1,41,42,60,-1,42,61,60,-1,42,43,61,-1,43,62,61,-1,43,44,62,-1,44,63,62,-1,44,45,63,-1,45,64,63,-1,45,46,64,-1,46,65,64,-1,46,47,65,-1,47,66,65,-1,47,48,66,-1,48,67,66,-1,48,49,67,-1,49,68,67,-1,49,50,68,-1,50,69,68,-1,50,51,69,-1,51,70,69,-1,51,52,70,-1,52,71,70,-1,52,53,71,-1,53,72,71,-1,53,54,72,-1,54,55,72,-1,54,37,55,-1,55,74,73,-1,55,56,74,-1,56,75,74,-1,56,57,75,-1,57,76,75,-1,57,58,76,-1,58,77,76,-1,58,59,77,-1,59,78,77,-1,59,60,78,-1,60,79,78,-1,60,61,79,-1,61,80,79,-1,61,62,80,-1,62,81,80,-1,62,63,81,-1,63,82,81,-1,63,64,82,-1,64,83,82,-1,64,65,83,-1,65,84,83,-1,65,66,84,-1,66,85,84,-1,66,67,85,-1,67,86,85,-1,67,68,86,-1,68,87,86,-1,68,69,87,-1,69,88,87,-1,69,70,88,-1,70,89,88,-1,70,71,89,-1,71,90,89,-1,71,72,90,-1,72,73,90,-1,72,55,73,-1,73,92,91,-1,73,74,92,-1,74,93,92,-1,74,75,93,-1,75,94,93,-1,75,76,94,-1,76,95,94,-1,76,77,95,-1,77,96,95,-1,77,78,96,-1,78,97,96,-1,78,79,97,-1,79,98,97,-1,79,80,98,-1,80,99,98,-1,80,81,99,-1,81,100,99,-1,81,82,100,-1,82,101,100,-1,82,83,101,-1,83,102,101,-1,83,84,102,-1,84,103,102,-1,84,85,103,-1,85,104,103,-1,85,86,104,-1,86,105,104,-1,86,87,105,-1,87,106,105,-1,87,88,106,-1,88,107,106,-1,88,89,107,-1,89,108,107,-1,89,90,108,-1,90,91,108,-1,90,73,91,-1,109,91,92,-1,109,92,93,-1,109,93,94,-1,109,94,95,-1,109,95,96,-1,109,96,97,-1,109,97,98,-1,109,98,99,-1,109,99,100,-1,109,100,101,-1,109,101,102,-1,109,102,103,-1,109,103,104,-1,109,104,105,-1,109,105,106,-1,109,106,107,-1,109,107,108,-1,109,108,91,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCylinder14_COORD_11_289_point_1() { float[] value = {0.0f,0.0f,0.0f,0.0070f,0.0f,0.0f,0.006578f,0.0f,-0.002394f,0.005362f,0.0f,-0.0045f,0.0035f,0.0f,-0.006062f,0.001216f,0.0f,-0.006894f,-0.001216f,0.0f,-0.006894f,-0.0035f,0.0f,-0.006062f,-0.005362f,0.0f,-0.0045f,-0.006578f,0.0f,-0.002394f,-0.0070f,0.0f,0.0f,-0.006578f,0.0f,0.002394f,-0.005362f,0.0f,0.0045f,-0.0035f,0.0f,0.006062f,-0.001216f,0.0f,0.006894f,0.001216f,0.0f,0.006894f,0.0035f,0.0f,0.006062f,0.005362f,0.0f,0.0045f,0.006578f,0.0f,0.002394f,0.006677f,0.01f,0.0f,0.006274f,0.01f,-0.002284f,0.005115f,0.01f,-0.004292f,0.003338f,0.01f,-0.005782f,0.001159f,0.01f,-0.006575f,-0.001159f,0.01f,-0.006575f,-0.003338f,0.01f,-0.005782f,-0.005115f,0.01f,-0.004292f,-0.006274f,0.01f,-0.002284f,-0.006677f,0.01f,0.0f,-0.006274f,0.01f,0.002284f,-0.005115f,0.01f,0.004292f,-0.003338f,0.01f,0.005782f,-0.001159f,0.01f,0.006575f,0.001159f,0.01f,0.006575f,0.003338f,0.01f,0.005782f,0.005115f,0.01f,0.004292f,0.006274f,0.01f,0.002284f,0.00593f,0.02f,0.0f,0.005572f,0.02f,-0.002028f,0.004543f,0.02f,-0.003812f,0.002965f,0.02f,-0.005136f,0.00103f,0.02f,-0.00584f,-0.00103f,0.02f,-0.00584f,-0.002965f,0.02f,-0.005136f,-0.004543f,0.02f,-0.003812f,-0.005572f,0.02f,-0.002028f,-0.00593f,0.02f,0.0f,-0.005572f,0.02f,0.002028f,-0.004543f,0.02f,0.003812f,-0.002965f,0.02f,0.005136f,-0.00103f,0.02f,0.00584f,0.00103f,0.02f,0.00584f,0.002965f,0.02f,0.005136f,0.004543f,0.02f,0.003812f,0.005572f,0.02f,0.002028f,0.004761f,0.03f,0.0f,0.004474f,0.03f,-0.001628f,0.003647f,0.03f,-0.00306f,0.00238f,0.03f,-0.004123f,8.267E-4f,0.03f,-0.004688f,-8.267E-4f,0.03f,-0.004688f,-0.00238f,0.03f,-0.004123f,-0.003647f,0.03f,-0.00306f,-0.004474f,0.03f,-0.001628f,-0.004761f,0.03f,0.0f,-0.004474f,0.03f,0.001628f,-0.003647f,0.03f,0.00306f,-0.00238f,0.03f,0.004123f,-8.267E-4f,0.03f,0.004688f,8.267E-4f,0.03f,0.004688f,0.00238f,0.03f,0.004123f,0.003647f,0.03f,0.00306f,0.004474f,0.03f,0.001628f,0.003168f,0.04f,0.0f,0.002977f,0.04f,-0.001084f,0.002427f,0.04f,-0.002037f,0.001584f,0.04f,-0.002744f,5.502E-4f,0.04f,-0.00312f,-5.502E-4f,0.04f,-0.00312f,-0.001584f,0.04f,-0.002744f,-0.002427f,0.04f,-0.002037f,-0.002977f,0.04f,-0.001084f,-0.003168f,0.04f,0.0f,-0.002977f,0.04f,0.001084f,-0.002427f,0.04f,0.002037f,-0.001584f,0.04f,0.002744f,-5.502E-4f,0.04f,0.00312f,5.502E-4f,0.04f,0.00312f,0.001584f,0.04f,0.002744f,0.002427f,0.04f,0.002037f,0.002977f,0.04f,0.001084f,0.001153f,0.05f,0.0f,0.001083f,0.05f,-3.943E-4f,8.832E-4f,0.05f,-7.411E-4f,5.765E-4f,0.05f,-9.984E-4f,2.002E-4f,0.05f,-0.001135f,-2.002E-4f,0.05f,-0.001135f,-5.765E-4f,0.05f,-9.984E-4f,-8.832E-4f,0.05f,-7.411E-4f,-0.001083f,0.05f,-3.943E-4f}; return value; } private float[] getCylinder14_COORD_11_289_point_2() { float[] value = {-0.001153f,0.05f,0.0f,-0.001083f,0.05f,3.943E-4f,-8.832E-4f,0.05f,7.411E-4f,-5.765E-4f,0.05f,9.984E-4f,-2.002E-4f,0.05f,0.001135f,2.002E-4f,0.05f,0.001135f,5.765E-4f,0.05f,9.984E-4f,8.832E-4f,0.05f,7.411E-4f,0.001083f,0.05f,3.943E-4f,0.0f,0.05f,0.0f,0.0f,0.0f,1.0f}; return value; } /** Define subarrays using type int[] */ private int[] getTube10_FACES_10_296_coordIndex_1() { int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1}; return value; } private int[] getTube10_FACES_10_296_coordIndex_2() { int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1,216,217,229,-1,229,228,216,-1,217,218,230,-1,230,229,217,-1,218,219,231,-1,231,230,218,-1,219,220,232,-1,232,231,219,-1,220,221,233,-1,233,232,220,-1,221,222,234,-1,234,233,221,-1,222,223,235,-1,235,234,222,-1,223,224,236,-1,236,235,223,-1,224,225,237,-1,237,236,224,-1,225,226,238,-1,238,237,225,-1,226,227,239,-1,239,238,226,-1,227,216,228,-1,228,239,227,-1,228,229,241,-1,241,240,228,-1,229,230,242,-1,242,241,229,-1,230,231,243,-1,243,242,230,-1,231,232,244,-1,244,243,231,-1,232,233,245,-1,245,244,232,-1,233,234,246,-1,246,245,233,-1,234,235,247,-1,247,246,234,-1,235,236,248,-1,248,247,235,-1,236,237,249,-1,249,248,236,-1,237,238,250,-1,250,249,237,-1,238,239,251,-1,251,250,238,-1,239,228,240,-1,240,251,239,-1,240,241,253,-1,253,252,240,-1,241,242,254,-1,254,253,241,-1,242,243,255,-1,255,254,242,-1,243,244,256,-1,256,255,243,-1,244,245,257,-1,257,256,244,-1,245,246,258,-1,258,257,245,-1,246,247,259,-1,259,258,246,-1,247,248,260,-1,260,259,247,-1,248,249,261,-1,261,260,248,-1,249,250,262,-1,262,261,249,-1}; return value; } private int[] getTube10_FACES_10_296_coordIndex_3() { int[] value = {250,251,263,-1,263,262,250,-1,251,240,252,-1,252,263,251,-1,252,253,265,-1,265,264,252,-1,253,254,266,-1,266,265,253,-1,254,255,267,-1,267,266,254,-1,255,256,268,-1,268,267,255,-1,256,257,269,-1,269,268,256,-1,257,258,270,-1,270,269,257,-1,258,259,271,-1,271,270,258,-1,259,260,272,-1,272,271,259,-1,260,261,273,-1,273,272,260,-1,261,262,274,-1,274,273,261,-1,262,263,275,-1,275,274,262,-1,263,252,264,-1,264,275,263,-1,264,265,277,-1,277,276,264,-1,265,266,278,-1,278,277,265,-1,266,267,279,-1,279,278,266,-1,267,268,280,-1,280,279,267,-1,268,269,281,-1,281,280,268,-1,269,270,282,-1,282,281,269,-1,270,271,283,-1,283,282,270,-1,271,272,284,-1,284,283,271,-1,272,273,285,-1,285,284,272,-1,273,274,286,-1,286,285,273,-1,274,275,287,-1,287,286,274,-1,275,264,276,-1,276,287,275,-1,276,277,289,-1,289,288,276,-1,277,278,290,-1,290,289,277,-1,278,279,291,-1,291,290,278,-1,279,280,292,-1,292,291,279,-1,280,281,293,-1,293,292,280,-1,281,282,294,-1,294,293,281,-1,282,283,295,-1,295,294,282,-1,283,284,296,-1,296,295,283,-1,284,285,297,-1,297,296,284,-1,285,286,298,-1,298,297,285,-1,286,287,299,-1,299,298,286,-1,287,276,288,-1,288,299,287,-1,288,289,301,-1,301,300,288,-1,289,290,302,-1,302,301,289,-1,290,291,303,-1,303,302,290,-1,291,292,304,-1,304,303,291,-1,292,293,305,-1,305,304,292,-1,293,294,306,-1,306,305,293,-1,294,295,307,-1,307,306,294,-1,295,296,308,-1,308,307,295,-1,296,297,309,-1,309,308,296,-1,297,298,310,-1,310,309,297,-1,298,299,311,-1,311,310,298,-1,299,288,300,-1,300,311,299,-1,300,301,313,-1,313,312,300,-1,301,302,314,-1,314,313,301,-1,302,303,315,-1,315,314,302,-1,303,304,316,-1,316,315,303,-1,304,305,317,-1,317,316,304,-1,305,306,318,-1,318,317,305,-1,306,307,319,-1,319,318,306,-1,307,308,320,-1,320,319,307,-1,308,309,321,-1,321,320,308,-1,309,310,322,-1,322,321,309,-1,310,311,323,-1,323,322,310,-1,311,300,312,-1,312,323,311,-1,312,313,325,-1,325,324,312,-1,313,314,326,-1,326,325,313,-1,314,315,327,-1,327,326,314,-1,315,316,328,-1,328,327,315,-1,316,317,329,-1,329,328,316,-1,317,318,330,-1,330,329,317,-1,318,319,331,-1,331,330,318,-1,319,320,332,-1,332,331,319,-1,320,321,333,-1,333,332,320,-1,321,322,334,-1,334,333,321,-1,322,323,335,-1,335,334,322,-1,323,312,324,-1,324,335,323,-1,324,325,337,-1,337,336,324,-1,325,326,338,-1,338,337,325,-1,326,327,339,-1,339,338,326,-1,327,328,340,-1,340,339,327,-1,328,329,341,-1,341,340,328,-1,329,330,342,-1,342,341,329,-1,330,331,343,-1,343,342,330,-1,331,332,344,-1,344,343,331,-1,332,333,345,-1,345,344,332,-1,333,334,346,-1,346,345,333,-1,334,335,347,-1,347,346,334,-1,335,324,336,-1,336,347,335,-1,336,337,349,-1,349,348,336,-1,337,338,350,-1,350,349,337,-1,338,339,351,-1,351,350,338,-1,339,340,352,-1,352,351,339,-1,340,341,353,-1,353,352,340,-1,341,342,354,-1,354,353,341,-1,342,343,355,-1,355,354,342,-1,343,344,356,-1,356,355,343,-1,344,345,357,-1,357,356,344,-1,345,346,358,-1,358,357,345,-1,346,347,359,-1,359,358,346,-1,347,336,348,-1,348,359,347,-1,348,349,361,-1,361,360,348,-1,349,350,362,-1,362,361,349,-1,350,351,363,-1,363,362,350,-1,351,352,364,-1,364,363,351,-1,352,353,365,-1,365,364,352,-1,353,354,366,-1,366,365,353,-1,354,355,367,-1,367,366,354,-1,355,356,368,-1,368,367,355,-1,356,357,369,-1,369,368,356,-1,357,358,370,-1,370,369,357,-1,358,359,371,-1,371,370,358,-1,359,348,360,-1,360,371,359,-1,360,361,373,-1,373,372,360,-1,361,362,374,-1,374,373,361,-1,362,363,375,-1,375,374,362,-1,363,364,376,-1,376,375,363,-1,364,365,377,-1,377,376,364,-1,365,366,378,-1,378,377,365,-1,366,367,379,-1,379,378,366,-1,367,368,380,-1,380,379,367,-1,368,369,381,-1,381,380,368,-1,369,370,382,-1,382,381,369,-1,370,371,383,-1,383,382,370,-1,371,360,372,-1,372,383,371,-1,372,373,385,-1,385,384,372,-1,373,374,386,-1,386,385,373,-1,374,375,387,-1,387,386,374,-1}; return value; } private int[] getTube10_FACES_10_296_coordIndex_4() { int[] value = {375,376,388,-1,388,387,375,-1,376,377,389,-1,389,388,376,-1,377,378,390,-1,390,389,377,-1,378,379,391,-1,391,390,378,-1,379,380,392,-1,392,391,379,-1,380,381,393,-1,393,392,380,-1,381,382,394,-1,394,393,381,-1,382,383,395,-1,395,394,382,-1,383,372,384,-1,384,395,383,-1,384,385,397,-1,397,396,384,-1,385,386,398,-1,398,397,385,-1,386,387,399,-1,399,398,386,-1,387,388,400,-1,400,399,387,-1,388,389,401,-1,401,400,388,-1,389,390,402,-1,402,401,389,-1,390,391,403,-1,403,402,390,-1,391,392,404,-1,404,403,391,-1,392,393,405,-1,405,404,392,-1,393,394,406,-1,406,405,393,-1,394,395,407,-1,407,406,394,-1,395,384,396,-1,396,407,395,-1,396,397,409,-1,409,408,396,-1,397,398,410,-1,410,409,397,-1,398,399,411,-1,411,410,398,-1,399,400,412,-1,412,411,399,-1,400,401,413,-1,413,412,400,-1,401,402,414,-1,414,413,401,-1,402,403,415,-1,415,414,402,-1,403,404,416,-1,416,415,403,-1,404,405,417,-1,417,416,404,-1,405,406,418,-1,418,417,405,-1,406,407,419,-1,419,418,406,-1,407,396,408,-1,408,419,407,-1,408,409,421,-1,421,420,408,-1,409,410,422,-1,422,421,409,-1,410,411,423,-1,423,422,410,-1,411,412,424,-1,424,423,411,-1,412,413,425,-1,425,424,412,-1,413,414,426,-1,426,425,413,-1,414,415,427,-1,427,426,414,-1,415,416,428,-1,428,427,415,-1,416,417,429,-1,429,428,416,-1,417,418,430,-1,430,429,417,-1,418,419,431,-1,431,430,418,-1,419,408,420,-1,420,431,419,-1,420,421,217,-1,217,216,420,-1,421,422,218,-1,218,217,421,-1,422,423,219,-1,219,218,422,-1,423,424,220,-1,220,219,423,-1,424,425,221,-1,221,220,424,-1,425,426,222,-1,222,221,425,-1,426,427,223,-1,223,222,426,-1,427,428,224,-1,224,223,427,-1,428,429,225,-1,225,224,428,-1,429,430,226,-1,226,225,429,-1,430,431,227,-1,227,226,430,-1,431,420,216,-1,216,227,431,-1,432,433,445,-1,445,444,432,-1,433,434,446,-1,446,445,433,-1,434,435,447,-1,447,446,434,-1,435,436,448,-1,448,447,435,-1,436,437,449,-1,449,448,436,-1,437,438,450,-1,450,449,437,-1,438,439,451,-1,451,450,438,-1,439,440,452,-1,452,451,439,-1,440,441,453,-1,453,452,440,-1,441,442,454,-1,454,453,441,-1,442,443,455,-1,455,454,442,-1,443,432,444,-1,444,455,443,-1,444,445,457,-1,457,456,444,-1,445,446,458,-1,458,457,445,-1,446,447,459,-1,459,458,446,-1,447,448,460,-1,460,459,447,-1,448,449,461,-1,461,460,448,-1,449,450,462,-1,462,461,449,-1,450,451,463,-1,463,462,450,-1,451,452,464,-1,464,463,451,-1,452,453,465,-1,465,464,452,-1,453,454,466,-1,466,465,453,-1,454,455,467,-1,467,466,454,-1,455,444,456,-1,456,467,455,-1,456,457,469,-1,469,468,456,-1,457,458,470,-1,470,469,457,-1,458,459,471,-1,471,470,458,-1,459,460,472,-1,472,471,459,-1,460,461,473,-1,473,472,460,-1,461,462,474,-1,474,473,461,-1,462,463,475,-1,475,474,462,-1,463,464,476,-1,476,475,463,-1,464,465,477,-1,477,476,464,-1,465,466,478,-1,478,477,465,-1,466,467,479,-1,479,478,466,-1,467,456,468,-1,468,479,467,-1,468,469,481,-1,481,480,468,-1,469,470,482,-1,482,481,469,-1,470,471,483,-1,483,482,470,-1,471,472,484,-1,484,483,471,-1,472,473,485,-1,485,484,472,-1,473,474,486,-1,486,485,473,-1,474,475,487,-1,487,486,474,-1,475,476,488,-1,488,487,475,-1,476,477,489,-1,489,488,476,-1,477,478,490,-1,490,489,477,-1,478,479,491,-1,491,490,478,-1,479,468,480,-1,480,491,479,-1,480,481,493,-1,493,492,480,-1,481,482,494,-1,494,493,481,-1,482,483,495,-1,495,494,482,-1,483,484,496,-1,496,495,483,-1,484,485,497,-1,497,496,484,-1,485,486,498,-1,498,497,485,-1,486,487,499,-1,499,498,486,-1,487,488,500,-1,500,499,487,-1,488,489,501,-1,501,500,488,-1,489,490,502,-1,502,501,489,-1,490,491,503,-1,503,502,490,-1,491,480,492,-1,492,503,491,-1,492,493,505,-1,505,504,492,-1,493,494,506,-1,506,505,493,-1,494,495,507,-1,507,506,494,-1,495,496,508,-1,508,507,495,-1,496,497,509,-1,509,508,496,-1,497,498,510,-1,510,509,497,-1,498,499,511,-1,511,510,498,-1,499,500,512,-1,512,511,499,-1}; return value; } private int[] getTube10_FACES_10_296_coordIndex_5() { int[] value = {500,501,513,-1,513,512,500,-1,501,502,514,-1,514,513,501,-1,502,503,515,-1,515,514,502,-1,503,492,504,-1,504,515,503,-1,504,505,517,-1,517,516,504,-1,505,506,518,-1,518,517,505,-1,506,507,519,-1,519,518,506,-1,507,508,520,-1,520,519,507,-1,508,509,521,-1,521,520,508,-1,509,510,522,-1,522,521,509,-1,510,511,523,-1,523,522,510,-1,511,512,524,-1,524,523,511,-1,512,513,525,-1,525,524,512,-1,513,514,526,-1,526,525,513,-1,514,515,527,-1,527,526,514,-1,515,504,516,-1,516,527,515,-1,516,517,529,-1,529,528,516,-1,517,518,530,-1,530,529,517,-1,518,519,531,-1,531,530,518,-1,519,520,532,-1,532,531,519,-1,520,521,533,-1,533,532,520,-1,521,522,534,-1,534,533,521,-1,522,523,535,-1,535,534,522,-1,523,524,536,-1,536,535,523,-1,524,525,537,-1,537,536,524,-1,525,526,538,-1,538,537,525,-1,526,527,539,-1,539,538,526,-1,527,516,528,-1,528,539,527,-1,528,529,541,-1,541,540,528,-1,529,530,542,-1,542,541,529,-1,530,531,543,-1,543,542,530,-1,531,532,544,-1,544,543,531,-1,532,533,545,-1,545,544,532,-1,533,534,546,-1,546,545,533,-1,534,535,547,-1,547,546,534,-1,535,536,548,-1,548,547,535,-1,536,537,549,-1,549,548,536,-1,537,538,550,-1,550,549,537,-1,538,539,551,-1,551,550,538,-1,539,528,540,-1,540,551,539,-1,540,541,553,-1,553,552,540,-1,541,542,554,-1,554,553,541,-1,542,543,555,-1,555,554,542,-1,543,544,556,-1,556,555,543,-1,544,545,557,-1,557,556,544,-1,545,546,558,-1,558,557,545,-1,546,547,559,-1,559,558,546,-1,547,548,560,-1,560,559,547,-1,548,549,561,-1,561,560,548,-1,549,550,562,-1,562,561,549,-1,550,551,563,-1,563,562,550,-1,551,540,552,-1,552,563,551,-1,552,553,565,-1,565,564,552,-1,553,554,566,-1,566,565,553,-1,554,555,567,-1,567,566,554,-1,555,556,568,-1,568,567,555,-1,556,557,569,-1,569,568,556,-1,557,558,570,-1,570,569,557,-1,558,559,571,-1,571,570,558,-1,559,560,572,-1,572,571,559,-1,560,561,573,-1,573,572,560,-1,561,562,574,-1,574,573,561,-1,562,563,575,-1,575,574,562,-1,563,552,564,-1,564,575,563,-1,564,565,577,-1,577,576,564,-1,565,566,578,-1,578,577,565,-1,566,567,579,-1,579,578,566,-1,567,568,580,-1,580,579,567,-1,568,569,581,-1,581,580,568,-1,569,570,582,-1,582,581,569,-1,570,571,583,-1,583,582,570,-1,571,572,584,-1,584,583,571,-1,572,573,585,-1,585,584,572,-1,573,574,586,-1,586,585,573,-1,574,575,587,-1,587,586,574,-1,575,564,576,-1,576,587,575,-1,576,577,589,-1,589,588,576,-1,577,578,590,-1,590,589,577,-1,578,579,591,-1,591,590,578,-1,579,580,592,-1,592,591,579,-1,580,581,593,-1,593,592,580,-1,581,582,594,-1,594,593,581,-1,582,583,595,-1,595,594,582,-1,583,584,596,-1,596,595,583,-1,584,585,597,-1,597,596,584,-1,585,586,598,-1,598,597,585,-1,586,587,599,-1,599,598,586,-1,587,576,588,-1,588,599,587,-1,588,589,601,-1,601,600,588,-1,589,590,602,-1,602,601,589,-1,590,591,603,-1,603,602,590,-1,591,592,604,-1,604,603,591,-1,592,593,605,-1,605,604,592,-1,593,594,606,-1,606,605,593,-1,594,595,607,-1,607,606,594,-1,595,596,608,-1,608,607,595,-1,596,597,609,-1,609,608,596,-1,597,598,610,-1,610,609,597,-1,598,599,611,-1,611,610,598,-1,599,588,600,-1,600,611,599,-1,600,601,613,-1,613,612,600,-1,601,602,614,-1,614,613,601,-1,602,603,615,-1,615,614,602,-1,603,604,616,-1,616,615,603,-1,604,605,617,-1,617,616,604,-1,605,606,618,-1,618,617,605,-1,606,607,619,-1,619,618,606,-1,607,608,620,-1,620,619,607,-1,608,609,621,-1,621,620,608,-1,609,610,622,-1,622,621,609,-1,610,611,623,-1,623,622,610,-1,611,600,612,-1,612,623,611,-1,612,613,625,-1,625,624,612,-1,613,614,626,-1,626,625,613,-1,614,615,627,-1,627,626,614,-1,615,616,628,-1,628,627,615,-1,616,617,629,-1,629,628,616,-1,617,618,630,-1,630,629,617,-1,618,619,631,-1,631,630,618,-1,619,620,632,-1,632,631,619,-1,620,621,633,-1,633,632,620,-1,621,622,634,-1,634,633,621,-1,622,623,635,-1,635,634,622,-1,623,612,624,-1,624,635,623,-1,624,625,637,-1,637,636,624,-1}; return value; } private int[] getTube10_FACES_10_296_coordIndex_6() { int[] value = {625,626,638,-1,638,637,625,-1,626,627,639,-1,639,638,626,-1,627,628,640,-1,640,639,627,-1,628,629,641,-1,641,640,628,-1,629,630,642,-1,642,641,629,-1,630,631,643,-1,643,642,630,-1,631,632,644,-1,644,643,631,-1,632,633,645,-1,645,644,632,-1,633,634,646,-1,646,645,633,-1,634,635,647,-1,647,646,634,-1,635,624,636,-1,636,647,635,-1,636,637,433,-1,433,432,636,-1,637,638,434,-1,434,433,637,-1,638,639,435,-1,435,434,638,-1,639,640,436,-1,436,435,639,-1,640,641,437,-1,437,436,640,-1,641,642,438,-1,438,437,641,-1,642,643,439,-1,439,438,642,-1,643,644,440,-1,440,439,643,-1,644,645,441,-1,441,440,644,-1,645,646,442,-1,442,441,645,-1,646,647,443,-1,443,442,646,-1,647,636,432,-1,432,443,647,-1,648,649,667,-1,667,666,648,-1,649,650,668,-1,668,667,649,-1,650,651,669,-1,669,668,650,-1,651,652,670,-1,670,669,651,-1,652,653,671,-1,671,670,652,-1,653,654,672,-1,672,671,653,-1,654,655,673,-1,673,672,654,-1,655,656,674,-1,674,673,655,-1,656,657,675,-1,675,674,656,-1,657,658,676,-1,676,675,657,-1,658,659,677,-1,677,676,658,-1,659,660,678,-1,678,677,659,-1,660,661,679,-1,679,678,660,-1,661,662,680,-1,680,679,661,-1,662,663,681,-1,681,680,662,-1,663,664,682,-1,682,681,663,-1,664,665,683,-1,683,682,664,-1,665,648,666,-1,666,683,665,-1,666,667,685,-1,685,684,666,-1,667,668,686,-1,686,685,667,-1,668,669,687,-1,687,686,668,-1,669,670,688,-1,688,687,669,-1,670,671,689,-1,689,688,670,-1,671,672,690,-1,690,689,671,-1,672,673,691,-1,691,690,672,-1,673,674,692,-1,692,691,673,-1,674,675,693,-1,693,692,674,-1,675,676,694,-1,694,693,675,-1,676,677,695,-1,695,694,676,-1,677,678,696,-1,696,695,677,-1,678,679,697,-1,697,696,678,-1,679,680,698,-1,698,697,679,-1,680,681,699,-1,699,698,680,-1,681,682,700,-1,700,699,681,-1,682,683,701,-1,701,700,682,-1,683,666,684,-1,684,701,683,-1,684,685,703,-1,703,702,684,-1,685,686,704,-1,704,703,685,-1,686,687,705,-1,705,704,686,-1,687,688,706,-1,706,705,687,-1,688,689,707,-1,707,706,688,-1,689,690,708,-1,708,707,689,-1,690,691,709,-1,709,708,690,-1,691,692,710,-1,710,709,691,-1,692,693,711,-1,711,710,692,-1,693,694,712,-1,712,711,693,-1,694,695,713,-1,713,712,694,-1,695,696,714,-1,714,713,695,-1,696,697,715,-1,715,714,696,-1,697,698,716,-1,716,715,697,-1,698,699,717,-1,717,716,698,-1,699,700,718,-1,718,717,699,-1,700,701,719,-1,719,718,700,-1,701,684,702,-1,702,719,701,-1,702,703,721,-1,721,720,702,-1,703,704,722,-1,722,721,703,-1,704,705,723,-1,723,722,704,-1,705,706,724,-1,724,723,705,-1,706,707,725,-1,725,724,706,-1,707,708,726,-1,726,725,707,-1,708,709,727,-1,727,726,708,-1,709,710,728,-1,728,727,709,-1,710,711,729,-1,729,728,710,-1,711,712,730,-1,730,729,711,-1,712,713,731,-1,731,730,712,-1,713,714,732,-1,732,731,713,-1,714,715,733,-1,733,732,714,-1,715,716,734,-1,734,733,715,-1,716,717,735,-1,735,734,716,-1,717,718,736,-1,736,735,717,-1,718,719,737,-1,737,736,718,-1,719,702,720,-1,720,737,719,-1,720,721,739,-1,739,738,720,-1,721,722,740,-1,740,739,721,-1,722,723,741,-1,741,740,722,-1,723,724,742,-1,742,741,723,-1,724,725,743,-1,743,742,724,-1,725,726,744,-1,744,743,725,-1,726,727,745,-1,745,744,726,-1,727,728,746,-1,746,745,727,-1,728,729,747,-1,747,746,728,-1,729,730,748,-1,748,747,729,-1,730,731,749,-1,749,748,730,-1,731,732,750,-1,750,749,731,-1,732,733,751,-1,751,750,732,-1,733,734,752,-1,752,751,733,-1,734,735,753,-1,753,752,734,-1,735,736,754,-1,754,753,735,-1,736,737,755,-1,755,754,736,-1,737,720,738,-1,738,755,737,-1,664,663,662,-1,662,661,660,-1,660,659,658,-1,662,660,658,-1,658,657,656,-1,656,655,654,-1,658,656,654,-1,654,653,652,-1,652,651,650,-1,654,652,650,-1,658,654,650,-1,662,658,650,-1,650,649,648,-1,662,650,648,-1,664,662,648,-1,665,664,648,-1,739,740,741,-1,741,742,743,-1,743,744,745,-1,741,743,745,-1,745,746,747,-1,747,748,749,-1,745,747,749,-1,749,750,751,-1}; return value; } private int[] getTube10_FACES_10_296_coordIndex_7() { int[] value = {751,752,753,-1,749,751,753,-1,745,749,753,-1,741,745,753,-1,753,754,755,-1,741,753,755,-1,739,741,755,-1,738,739,755,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTube10_COORD_11_296_point_1() { float[] value = {0.0f,0.0f,-0.011f,0.0f,0.02f,-0.011f,0.0f,0.04f,-0.011f,0.0f,0.06f,-0.011f,0.0f,0.08f,-0.011f,0.0f,0.1f,-0.011f,0.0f,0.1f,-0.01f,0.0f,0.08f,-0.01f,0.0f,0.06f,-0.01f,0.0f,0.04f,-0.01f,0.0f,0.02f,-0.01f,0.0f,0.0f,-0.01f,0.003762f,0.0f,-0.01034f,0.003762f,0.02f,-0.01034f,0.003762f,0.04f,-0.01034f,0.003762f,0.06f,-0.01034f,0.003762f,0.08f,-0.01034f,0.003762f,0.1f,-0.01034f,0.00342f,0.1f,-0.009397f,0.00342f,0.08f,-0.009397f,0.00342f,0.06f,-0.009397f,0.00342f,0.04f,-0.009397f,0.00342f,0.02f,-0.009397f,0.00342f,0.0f,-0.009397f,0.007071f,0.0f,-0.008426f,0.007071f,0.02f,-0.008426f,0.007071f,0.04f,-0.008426f,0.007071f,0.06f,-0.008426f,0.007071f,0.08f,-0.008426f,0.007071f,0.1f,-0.008426f,0.006428f,0.1f,-0.00766f,0.006428f,0.08f,-0.00766f,0.006428f,0.06f,-0.00766f,0.006428f,0.04f,-0.00766f,0.006428f,0.02f,-0.00766f,0.006428f,0.0f,-0.00766f,0.009526f,0.0f,-0.0055f,0.009526f,0.02f,-0.0055f,0.009526f,0.04f,-0.0055f,0.009526f,0.06f,-0.0055f,0.009526f,0.08f,-0.0055f,0.009526f,0.1f,-0.0055f,0.00866f,0.1f,-0.0050f,0.00866f,0.08f,-0.0050f,0.00866f,0.06f,-0.0050f,0.00866f,0.04f,-0.0050f,0.00866f,0.02f,-0.0050f,0.00866f,0.0f,-0.0050f,0.01083f,0.0f,-0.00191f,0.01083f,0.02f,-0.00191f,0.01083f,0.04f,-0.00191f,0.01083f,0.06f,-0.00191f,0.01083f,0.08f,-0.00191f,0.01083f,0.1f,-0.00191f,0.009848f,0.1f,-0.001736f,0.009848f,0.08f,-0.001736f,0.009848f,0.06f,-0.001736f,0.009848f,0.04f,-0.001736f,0.009848f,0.02f,-0.001736f,0.009848f,0.0f,-0.001736f,0.01083f,0.0f,0.00191f,0.01083f,0.02f,0.00191f,0.01083f,0.04f,0.00191f,0.01083f,0.06f,0.00191f,0.01083f,0.08f,0.00191f,0.01083f,0.1f,0.00191f,0.009848f,0.1f,0.001736f,0.009848f,0.08f,0.001736f,0.009848f,0.06f,0.001736f,0.009848f,0.04f,0.001736f,0.009848f,0.02f,0.001736f,0.009848f,0.0f,0.001736f,0.009526f,0.0f,0.0055f,0.009526f,0.02f,0.0055f,0.009526f,0.04f,0.0055f,0.009526f,0.06f,0.0055f,0.009526f,0.08f,0.0055f,0.009526f,0.1f,0.0055f,0.00866f,0.1f,0.0050f,0.00866f,0.08f,0.0050f,0.00866f,0.06f,0.0050f,0.00866f,0.04f,0.0050f,0.00866f,0.02f,0.0050f,0.00866f,0.0f,0.0050f,0.007071f,0.0f,0.008426f,0.007071f,0.02f,0.008426f,0.007071f,0.04f,0.008426f,0.007071f,0.06f,0.008426f,0.007071f,0.08f,0.008426f,0.007071f,0.1f,0.008426f,0.006428f,0.1f,0.00766f,0.006428f,0.08f,0.00766f,0.006428f,0.06f,0.00766f,0.006428f,0.04f,0.00766f,0.006428f,0.02f,0.00766f,0.006428f,0.0f,0.00766f,0.003762f,0.0f,0.01034f,0.003762f,0.02f,0.01034f,0.003762f,0.04f,0.01034f,0.003762f,0.06f,0.01034f}; return value; } private float[] getTube10_COORD_11_296_point_2() { float[] value = {0.003762f,0.08f,0.01034f,0.003762f,0.1f,0.01034f,0.00342f,0.1f,0.009397f,0.00342f,0.08f,0.009397f,0.00342f,0.06f,0.009397f,0.00342f,0.04f,0.009397f,0.00342f,0.02f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.011f,0.0f,0.02f,0.011f,0.0f,0.04f,0.011f,0.0f,0.06f,0.011f,0.0f,0.08f,0.011f,0.0f,0.1f,0.011f,0.0f,0.1f,0.01f,0.0f,0.08f,0.01f,0.0f,0.06f,0.01f,0.0f,0.04f,0.01f,0.0f,0.02f,0.01f,0.0f,0.0f,0.01f,-0.003762f,0.0f,0.01034f,-0.003762f,0.02f,0.01034f,-0.003762f,0.04f,0.01034f,-0.003762f,0.06f,0.01034f,-0.003762f,0.08f,0.01034f,-0.003762f,0.1f,0.01034f,-0.00342f,0.1f,0.009397f,-0.00342f,0.08f,0.009397f,-0.00342f,0.06f,0.009397f,-0.00342f,0.04f,0.009397f,-0.00342f,0.02f,0.009397f,-0.00342f,0.0f,0.009397f,-0.007071f,0.0f,0.008426f,-0.007071f,0.02f,0.008426f,-0.007071f,0.04f,0.008426f,-0.007071f,0.06f,0.008426f,-0.007071f,0.08f,0.008426f,-0.007071f,0.1f,0.008426f,-0.006428f,0.1f,0.00766f,-0.006428f,0.08f,0.00766f,-0.006428f,0.06f,0.00766f,-0.006428f,0.04f,0.00766f,-0.006428f,0.02f,0.00766f,-0.006428f,0.0f,0.00766f,-0.009526f,0.0f,0.0055f,-0.009526f,0.02f,0.0055f,-0.009526f,0.04f,0.0055f,-0.009526f,0.06f,0.0055f,-0.009526f,0.08f,0.0055f,-0.009526f,0.1f,0.0055f,-0.00866f,0.1f,0.0050f,-0.00866f,0.08f,0.0050f,-0.00866f,0.06f,0.0050f,-0.00866f,0.04f,0.0050f,-0.00866f,0.02f,0.0050f,-0.00866f,0.0f,0.0050f,-0.01083f,0.0f,0.00191f,-0.01083f,0.02f,0.00191f,-0.01083f,0.04f,0.00191f,-0.01083f,0.06f,0.00191f,-0.01083f,0.08f,0.00191f,-0.01083f,0.1f,0.00191f,-0.009848f,0.1f,0.001736f,-0.009848f,0.08f,0.001736f,-0.009848f,0.06f,0.001736f,-0.009848f,0.04f,0.001736f,-0.009848f,0.02f,0.001736f,-0.009848f,0.0f,0.001736f,-0.01083f,0.0f,-0.00191f,-0.01083f,0.02f,-0.00191f,-0.01083f,0.04f,-0.00191f,-0.01083f,0.06f,-0.00191f,-0.01083f,0.08f,-0.00191f,-0.01083f,0.1f,-0.00191f,-0.009848f,0.1f,-0.001736f,-0.009848f,0.08f,-0.001736f,-0.009848f,0.06f,-0.001736f,-0.009848f,0.04f,-0.001736f,-0.009848f,0.02f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.009526f,0.0f,-0.0055f,-0.009526f,0.02f,-0.0055f,-0.009526f,0.04f,-0.0055f,-0.009526f,0.06f,-0.0055f,-0.009526f,0.08f,-0.0055f,-0.009526f,0.1f,-0.0055f,-0.00866f,0.1f,-0.0050f,-0.00866f,0.08f,-0.0050f,-0.00866f,0.06f,-0.0050f,-0.00866f,0.04f,-0.0050f,-0.00866f,0.02f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.007071f,0.0f,-0.008426f,-0.007071f,0.02f,-0.008426f,-0.007071f,0.04f,-0.008426f,-0.007071f,0.06f,-0.008426f,-0.007071f,0.08f,-0.008426f,-0.007071f,0.1f,-0.008426f,-0.006428f,0.1f,-0.00766f,-0.006428f,0.08f,-0.00766f}; return value; } private float[] getTube10_COORD_11_296_point_3() { float[] value = {-0.006428f,0.06f,-0.00766f,-0.006428f,0.04f,-0.00766f,-0.006428f,0.02f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.003762f,0.0f,-0.01034f,-0.003762f,0.02f,-0.01034f,-0.003762f,0.04f,-0.01034f,-0.003762f,0.06f,-0.01034f,-0.003762f,0.08f,-0.01034f,-0.003762f,0.1f,-0.01034f,-0.00342f,0.1f,-0.009397f,-0.00342f,0.08f,-0.009397f,-0.00342f,0.06f,-0.009397f,-0.00342f,0.04f,-0.009397f,-0.00342f,0.02f,-0.009397f,-0.00342f,0.0f,-0.009397f,0.0f,0.1003f,-0.011f,0.0f,0.1043f,-0.01021f,0.0f,0.1083f,-0.009416f,0.0f,0.1123f,-0.008624f,0.0f,0.1163f,-0.007832f,0.0f,0.1203f,-0.00704f,0.0f,0.1203f,-0.0064f,0.0f,0.1163f,-0.00712f,0.0f,0.1123f,-0.00784f,0.0f,0.1083f,-0.00856f,0.0f,0.1043f,-0.00928f,0.0f,0.1003f,-0.01f,0.003762f,0.1003f,-0.01034f,0.003491f,0.1043f,-0.009592f,0.00322f,0.1083f,-0.008848f,0.00295f,0.1123f,-0.008104f,0.002679f,0.1163f,-0.00736f,0.002408f,0.1203f,-0.006615f,0.002189f,0.1203f,-0.006014f,0.002435f,0.1163f,-0.006691f,0.002681f,0.1123f,-0.007367f,0.002928f,0.1083f,-0.008044f,0.003174f,0.1043f,-0.00872f,0.00342f,0.1003f,-0.009397f,0.007071f,0.1003f,-0.008426f,0.006562f,0.1043f,-0.00782f,0.006052f,0.1083f,-0.007213f,0.005543f,0.1123f,-0.006606f,0.005034f,0.1163f,-0.0060f,0.004525f,0.1203f,-0.005393f,0.004114f,0.1203f,-0.004903f,0.004577f,0.1163f,-0.005454f,0.005039f,0.1123f,-0.006006f,0.005502f,0.1083f,-0.006557f,0.005965f,0.1043f,-0.007109f,0.006428f,0.1003f,-0.00766f,0.009526f,0.1003f,-0.0055f,0.00884f,0.1043f,-0.005104f,0.008154f,0.1083f,-0.004708f,0.007469f,0.1123f,-0.004312f,0.006783f,0.1163f,-0.003916f,0.006097f,0.1203f,-0.00352f,0.005543f,0.1203f,-0.0032f,0.006166f,0.1163f,-0.00356f,0.00679f,0.1123f,-0.00392f,0.007413f,0.1083f,-0.00428f,0.008037f,0.1043f,-0.00464f,0.00866f,0.1003f,-0.0050f,0.01083f,0.1003f,-0.00191f,0.01005f,0.1043f,-0.001773f,0.009273f,0.1083f,-0.001635f,0.008493f,0.1123f,-0.001498f,0.007713f,0.1163f,-0.00136f,0.006933f,0.1203f,-0.001222f,0.006303f,0.1203f,-0.001111f,0.007012f,0.1163f,-0.001236f,0.007721f,0.1123f,-0.001361f,0.00843f,0.1083f,-0.001486f,0.009139f,0.1043f,-0.001611f,0.009848f,0.1003f,-0.001736f,0.01083f,0.1003f,0.00191f,0.01005f,0.1043f,0.001773f,0.009273f,0.1083f,0.001635f,0.008493f,0.1123f,0.001498f,0.007713f,0.1163f,0.00136f,0.006933f,0.1203f,0.001222f,0.006303f,0.1203f,0.001111f,0.007012f,0.1163f,0.001236f,0.007721f,0.1123f,0.001361f,0.00843f,0.1083f,0.001486f,0.009139f,0.1043f,0.001611f,0.009848f,0.1003f,0.001736f,0.009526f,0.1003f,0.0055f,0.00884f,0.1043f,0.005104f,0.008154f,0.1083f,0.004708f,0.007469f,0.1123f,0.004312f,0.006783f,0.1163f,0.003916f,0.006097f,0.1203f,0.00352f,0.005543f,0.1203f,0.0032f,0.006166f,0.1163f,0.00356f,0.00679f,0.1123f,0.00392f,0.007413f,0.1083f,0.00428f,0.008037f,0.1043f,0.00464f,0.00866f,0.1003f,0.0050f}; return value; } private float[] getTube10_COORD_11_296_point_4() { float[] value = {0.007071f,0.1003f,0.008426f,0.006562f,0.1043f,0.00782f,0.006052f,0.1083f,0.007213f,0.005543f,0.1123f,0.006606f,0.005034f,0.1163f,0.0060f,0.004525f,0.1203f,0.005393f,0.004114f,0.1203f,0.004903f,0.004577f,0.1163f,0.005454f,0.005039f,0.1123f,0.006006f,0.005502f,0.1083f,0.006557f,0.005965f,0.1043f,0.007109f,0.006428f,0.1003f,0.00766f,0.003762f,0.1003f,0.01034f,0.003491f,0.1043f,0.009592f,0.00322f,0.1083f,0.008848f,0.00295f,0.1123f,0.008104f,0.002679f,0.1163f,0.00736f,0.002408f,0.1203f,0.006615f,0.002189f,0.1203f,0.006014f,0.002435f,0.1163f,0.006691f,0.002681f,0.1123f,0.007367f,0.002928f,0.1083f,0.008044f,0.003174f,0.1043f,0.00872f,0.00342f,0.1003f,0.009397f,0.0f,0.1003f,0.011f,0.0f,0.1043f,0.01021f,0.0f,0.1083f,0.009416f,0.0f,0.1123f,0.008624f,0.0f,0.1163f,0.007832f,0.0f,0.1203f,0.00704f,0.0f,0.1203f,0.0064f,0.0f,0.1163f,0.00712f,0.0f,0.1123f,0.00784f,0.0f,0.1083f,0.00856f,0.0f,0.1043f,0.00928f,0.0f,0.1003f,0.01f,-0.003762f,0.1003f,0.01034f,-0.003491f,0.1043f,0.009592f,-0.00322f,0.1083f,0.008848f,-0.00295f,0.1123f,0.008104f,-0.002679f,0.1163f,0.00736f,-0.002408f,0.1203f,0.006615f,-0.002189f,0.1203f,0.006014f,-0.002435f,0.1163f,0.006691f,-0.002681f,0.1123f,0.007367f,-0.002928f,0.1083f,0.008044f,-0.003174f,0.1043f,0.00872f,-0.00342f,0.1003f,0.009397f,-0.007071f,0.1003f,0.008426f,-0.006562f,0.1043f,0.00782f,-0.006052f,0.1083f,0.007213f,-0.005543f,0.1123f,0.006606f,-0.005034f,0.1163f,0.0060f,-0.004525f,0.1203f,0.005393f,-0.004114f,0.1203f,0.004903f,-0.004577f,0.1163f,0.005454f,-0.005039f,0.1123f,0.006006f,-0.005502f,0.1083f,0.006557f,-0.005965f,0.1043f,0.007109f,-0.006428f,0.1003f,0.00766f,-0.009526f,0.1003f,0.0055f,-0.00884f,0.1043f,0.005104f,-0.008154f,0.1083f,0.004708f,-0.007469f,0.1123f,0.004312f,-0.006783f,0.1163f,0.003916f,-0.006097f,0.1203f,0.00352f,-0.005543f,0.1203f,0.0032f,-0.006166f,0.1163f,0.00356f,-0.00679f,0.1123f,0.00392f,-0.007413f,0.1083f,0.00428f,-0.008037f,0.1043f,0.00464f,-0.00866f,0.1003f,0.0050f,-0.01083f,0.1003f,0.00191f,-0.01005f,0.1043f,0.001773f,-0.009273f,0.1083f,0.001635f,-0.008493f,0.1123f,0.001498f,-0.007713f,0.1163f,0.00136f,-0.006933f,0.1203f,0.001222f,-0.006303f,0.1203f,0.001111f,-0.007012f,0.1163f,0.001236f,-0.007721f,0.1123f,0.001361f,-0.00843f,0.1083f,0.001486f,-0.009139f,0.1043f,0.001611f,-0.009848f,0.1003f,0.001736f,-0.01083f,0.1003f,-0.00191f,-0.01005f,0.1043f,-0.001773f,-0.009273f,0.1083f,-0.001635f,-0.008493f,0.1123f,-0.001498f,-0.007713f,0.1163f,-0.00136f,-0.006933f,0.1203f,-0.001222f,-0.006303f,0.1203f,-0.001111f,-0.007012f,0.1163f,-0.001236f,-0.007721f,0.1123f,-0.001361f,-0.00843f,0.1083f,-0.001486f,-0.009139f,0.1043f,-0.001611f,-0.009848f,0.1003f,-0.001736f,-0.009526f,0.1003f,-0.0055f,-0.00884f,0.1043f,-0.005104f,-0.008154f,0.1083f,-0.004708f,-0.007469f,0.1123f,-0.004312f}; return value; } private float[] getTube10_COORD_11_296_point_5() { float[] value = {-0.006783f,0.1163f,-0.003916f,-0.006097f,0.1203f,-0.00352f,-0.005543f,0.1203f,-0.0032f,-0.006166f,0.1163f,-0.00356f,-0.00679f,0.1123f,-0.00392f,-0.007413f,0.1083f,-0.00428f,-0.008037f,0.1043f,-0.00464f,-0.00866f,0.1003f,-0.0050f,-0.007071f,0.1003f,-0.008426f,-0.006562f,0.1043f,-0.00782f,-0.006052f,0.1083f,-0.007213f,-0.005543f,0.1123f,-0.006606f,-0.005034f,0.1163f,-0.0060f,-0.004525f,0.1203f,-0.005393f,-0.004114f,0.1203f,-0.004903f,-0.004577f,0.1163f,-0.005454f,-0.005039f,0.1123f,-0.006006f,-0.005502f,0.1083f,-0.006557f,-0.005965f,0.1043f,-0.007109f,-0.006428f,0.1003f,-0.00766f,-0.003762f,0.1003f,-0.01034f,-0.003491f,0.1043f,-0.009592f,-0.00322f,0.1083f,-0.008848f,-0.00295f,0.1123f,-0.008104f,-0.002679f,0.1163f,-0.00736f,-0.002408f,0.1203f,-0.006615f,-0.002189f,0.1203f,-0.006014f,-0.002435f,0.1163f,-0.006691f,-0.002681f,0.1123f,-0.007367f,-0.002928f,0.1083f,-0.008044f,-0.003174f,0.1043f,-0.00872f,-0.00342f,0.1003f,-0.009397f,0.0f,0.1204f,-0.0070f,0.0f,0.1232f,-0.0070f,0.0f,0.126f,-0.0070f,0.0f,0.1288f,-0.0070f,0.0f,0.1316f,-0.0070f,0.0f,0.1344f,-0.0070f,0.0f,0.1344f,-0.0030f,0.0f,0.1316f,-0.0030f,0.0f,0.1288f,-0.0030f,0.0f,0.126f,-0.0030f,0.0f,0.1232f,-0.0030f,0.0f,0.1204f,-0.0030f,0.002394f,0.1204f,-0.006578f,0.002394f,0.1232f,-0.006578f,0.002394f,0.126f,-0.006578f,0.002394f,0.1288f,-0.006578f,0.002394f,0.1316f,-0.006578f,0.002394f,0.1344f,-0.006578f,0.001026f,0.1344f,-0.002819f,0.001026f,0.1316f,-0.002819f,0.001026f,0.1288f,-0.002819f,0.001026f,0.126f,-0.002819f,0.001026f,0.1232f,-0.002819f,0.001026f,0.1204f,-0.002819f,0.0045f,0.1204f,-0.005362f,0.0045f,0.1232f,-0.005362f,0.0045f,0.126f,-0.005362f,0.0045f,0.1288f,-0.005362f,0.0045f,0.1316f,-0.005362f,0.0045f,0.1344f,-0.005362f,0.001928f,0.1344f,-0.002298f,0.001928f,0.1316f,-0.002298f,0.001928f,0.1288f,-0.002298f,0.001928f,0.126f,-0.002298f,0.001928f,0.1232f,-0.002298f,0.001928f,0.1204f,-0.002298f,0.006062f,0.1204f,-0.0035f,0.006062f,0.1232f,-0.0035f,0.006062f,0.126f,-0.0035f,0.006062f,0.1288f,-0.0035f,0.006062f,0.1316f,-0.0035f,0.006062f,0.1344f,-0.0035f,0.002598f,0.1344f,-0.0015f,0.002598f,0.1316f,-0.0015f,0.002598f,0.1288f,-0.0015f,0.002598f,0.126f,-0.0015f,0.002598f,0.1232f,-0.0015f,0.002598f,0.1204f,-0.0015f,0.006894f,0.1204f,-0.001216f,0.006894f,0.1232f,-0.001216f,0.006894f,0.126f,-0.001216f,0.006894f,0.1288f,-0.001216f,0.006894f,0.1316f,-0.001216f,0.006894f,0.1344f,-0.001216f,0.002954f,0.1344f,-5.209E-4f,0.002954f,0.1316f,-5.209E-4f,0.002954f,0.1288f,-5.209E-4f,0.002954f,0.126f,-5.209E-4f,0.002954f,0.1232f,-5.209E-4f,0.002954f,0.1204f,-5.209E-4f,0.006894f,0.1204f,0.001216f,0.006894f,0.1232f,0.001216f,0.006894f,0.126f,0.001216f,0.006894f,0.1288f,0.001216f,0.006894f,0.1316f,0.001216f,0.006894f,0.1344f,0.001216f,0.002954f,0.1344f,5.209E-4f,0.002954f,0.1316f,5.209E-4f}; return value; } private float[] getTube10_COORD_11_296_point_6() { float[] value = {0.002954f,0.1288f,5.209E-4f,0.002954f,0.126f,5.209E-4f,0.002954f,0.1232f,5.209E-4f,0.002954f,0.1204f,5.209E-4f,0.006062f,0.1204f,0.0035f,0.006062f,0.1232f,0.0035f,0.006062f,0.126f,0.0035f,0.006062f,0.1288f,0.0035f,0.006062f,0.1316f,0.0035f,0.006062f,0.1344f,0.0035f,0.002598f,0.1344f,0.0015f,0.002598f,0.1316f,0.0015f,0.002598f,0.1288f,0.0015f,0.002598f,0.126f,0.0015f,0.002598f,0.1232f,0.0015f,0.002598f,0.1204f,0.0015f,0.0045f,0.1204f,0.005362f,0.0045f,0.1232f,0.005362f,0.0045f,0.126f,0.005362f,0.0045f,0.1288f,0.005362f,0.0045f,0.1316f,0.005362f,0.0045f,0.1344f,0.005362f,0.001928f,0.1344f,0.002298f,0.001928f,0.1316f,0.002298f,0.001928f,0.1288f,0.002298f,0.001928f,0.126f,0.002298f,0.001928f,0.1232f,0.002298f,0.001928f,0.1204f,0.002298f,0.002394f,0.1204f,0.006578f,0.002394f,0.1232f,0.006578f,0.002394f,0.126f,0.006578f,0.002394f,0.1288f,0.006578f,0.002394f,0.1316f,0.006578f,0.002394f,0.1344f,0.006578f,0.001026f,0.1344f,0.002819f,0.001026f,0.1316f,0.002819f,0.001026f,0.1288f,0.002819f,0.001026f,0.126f,0.002819f,0.001026f,0.1232f,0.002819f,0.001026f,0.1204f,0.002819f,0.0f,0.1204f,0.0070f,0.0f,0.1232f,0.0070f,0.0f,0.126f,0.0070f,0.0f,0.1288f,0.0070f,0.0f,0.1316f,0.0070f,0.0f,0.1344f,0.0070f,0.0f,0.1344f,0.0030f,0.0f,0.1316f,0.0030f,0.0f,0.1288f,0.0030f,0.0f,0.126f,0.0030f,0.0f,0.1232f,0.0030f,0.0f,0.1204f,0.0030f,-0.002394f,0.1204f,0.006578f,-0.002394f,0.1232f,0.006578f,-0.002394f,0.126f,0.006578f,-0.002394f,0.1288f,0.006578f,-0.002394f,0.1316f,0.006578f,-0.002394f,0.1344f,0.006578f,-0.001026f,0.1344f,0.002819f,-0.001026f,0.1316f,0.002819f,-0.001026f,0.1288f,0.002819f,-0.001026f,0.126f,0.002819f,-0.001026f,0.1232f,0.002819f,-0.001026f,0.1204f,0.002819f,-0.0045f,0.1204f,0.005362f,-0.0045f,0.1232f,0.005362f,-0.0045f,0.126f,0.005362f,-0.0045f,0.1288f,0.005362f,-0.0045f,0.1316f,0.005362f,-0.0045f,0.1344f,0.005362f,-0.001928f,0.1344f,0.002298f,-0.001928f,0.1316f,0.002298f,-0.001928f,0.1288f,0.002298f,-0.001928f,0.126f,0.002298f,-0.001928f,0.1232f,0.002298f,-0.001928f,0.1204f,0.002298f,-0.006062f,0.1204f,0.0035f,-0.006062f,0.1232f,0.0035f,-0.006062f,0.126f,0.0035f,-0.006062f,0.1288f,0.0035f,-0.006062f,0.1316f,0.0035f,-0.006062f,0.1344f,0.0035f,-0.002598f,0.1344f,0.0015f,-0.002598f,0.1316f,0.0015f,-0.002598f,0.1288f,0.0015f,-0.002598f,0.126f,0.0015f,-0.002598f,0.1232f,0.0015f,-0.002598f,0.1204f,0.0015f,-0.006894f,0.1204f,0.001216f,-0.006894f,0.1232f,0.001216f,-0.006894f,0.126f,0.001216f,-0.006894f,0.1288f,0.001216f,-0.006894f,0.1316f,0.001216f,-0.006894f,0.1344f,0.001216f,-0.002954f,0.1344f,5.209E-4f,-0.002954f,0.1316f,5.209E-4f,-0.002954f,0.1288f,5.209E-4f,-0.002954f,0.126f,5.209E-4f,-0.002954f,0.1232f,5.209E-4f,-0.002954f,0.1204f,5.209E-4f}; return value; } private float[] getTube10_COORD_11_296_point_7() { float[] value = {-0.006894f,0.1204f,-0.001216f,-0.006894f,0.1232f,-0.001216f,-0.006894f,0.126f,-0.001216f,-0.006894f,0.1288f,-0.001216f,-0.006894f,0.1316f,-0.001216f,-0.006894f,0.1344f,-0.001216f,-0.002954f,0.1344f,-5.209E-4f,-0.002954f,0.1316f,-5.209E-4f,-0.002954f,0.1288f,-5.209E-4f,-0.002954f,0.126f,-5.209E-4f,-0.002954f,0.1232f,-5.209E-4f,-0.002954f,0.1204f,-5.209E-4f,-0.006062f,0.1204f,-0.0035f,-0.006062f,0.1232f,-0.0035f,-0.006062f,0.126f,-0.0035f,-0.006062f,0.1288f,-0.0035f,-0.006062f,0.1316f,-0.0035f,-0.006062f,0.1344f,-0.0035f,-0.002598f,0.1344f,-0.0015f,-0.002598f,0.1316f,-0.0015f,-0.002598f,0.1288f,-0.0015f,-0.002598f,0.126f,-0.0015f,-0.002598f,0.1232f,-0.0015f,-0.002598f,0.1204f,-0.0015f,-0.0045f,0.1204f,-0.005362f,-0.0045f,0.1232f,-0.005362f,-0.0045f,0.126f,-0.005362f,-0.0045f,0.1288f,-0.005362f,-0.0045f,0.1316f,-0.005362f,-0.0045f,0.1344f,-0.005362f,-0.001928f,0.1344f,-0.002298f,-0.001928f,0.1316f,-0.002298f,-0.001928f,0.1288f,-0.002298f,-0.001928f,0.126f,-0.002298f,-0.001928f,0.1232f,-0.002298f,-0.001928f,0.1204f,-0.002298f,-0.002394f,0.1204f,-0.006578f,-0.002394f,0.1232f,-0.006578f,-0.002394f,0.126f,-0.006578f,-0.002394f,0.1288f,-0.006578f,-0.002394f,0.1316f,-0.006578f,-0.002394f,0.1344f,-0.006578f,-0.001026f,0.1344f,-0.002819f,-0.001026f,0.1316f,-0.002819f,-0.001026f,0.1288f,-0.002819f,-0.001026f,0.126f,-0.002819f,-0.001026f,0.1232f,-0.002819f,-0.001026f,0.1204f,-0.002819f,0.013f,0.0f,0.0f,0.01222f,0.0f,-0.004446f,0.009959f,0.0f,-0.008356f,0.0065f,0.0f,-0.01126f,0.002257f,0.0f,-0.0128f,-0.002257f,0.0f,-0.0128f,-0.0065f,0.0f,-0.01126f,-0.009959f,0.0f,-0.008356f,-0.01222f,0.0f,-0.004446f,-0.013f,0.0f,0.0f,-0.01222f,0.0f,0.004446f,-0.009959f,0.0f,0.008356f,-0.0065f,0.0f,0.01126f,-0.002257f,0.0f,0.0128f,0.002257f,0.0f,0.0128f,0.0065f,0.0f,0.01126f,0.009959f,0.0f,0.008356f,0.01222f,0.0f,0.004446f,0.013f,0.0010f,0.0f,0.01222f,0.0010f,-0.004446f,0.009959f,0.0010f,-0.008356f,0.0065f,0.0010f,-0.01126f,0.002257f,0.0010f,-0.0128f,-0.002257f,0.0010f,-0.0128f,-0.0065f,0.0010f,-0.01126f,-0.009959f,0.0010f,-0.008356f,-0.01222f,0.0010f,-0.004446f,-0.013f,0.0010f,0.0f,-0.01222f,0.0010f,0.004446f,-0.009959f,0.0010f,0.008356f,-0.0065f,0.0010f,0.01126f,-0.002257f,0.0010f,0.0128f,0.002257f,0.0010f,0.0128f,0.0065f,0.0010f,0.01126f,0.009959f,0.0010f,0.008356f,0.01222f,0.0010f,0.004446f,0.013f,0.0020f,0.0f,0.01222f,0.0020f,-0.004446f,0.009959f,0.0020f,-0.008356f,0.0065f,0.0020f,-0.01126f,0.002257f,0.0020f,-0.0128f,-0.002257f,0.0020f,-0.0128f,-0.0065f,0.0020f,-0.01126f,-0.009959f,0.0020f,-0.008356f,-0.01222f,0.0020f,-0.004446f,-0.013f,0.0020f,0.0f,-0.01222f,0.0020f,0.004446f,-0.009959f,0.0020f,0.008356f,-0.0065f,0.0020f,0.01126f,-0.002257f,0.0020f,0.0128f,0.002257f,0.0020f,0.0128f,0.0065f,0.0020f,0.01126f}; return value; } private float[] getTube10_COORD_11_296_point_8() { float[] value = {0.009959f,0.0020f,0.008356f,0.01222f,0.0020f,0.004446f,0.013f,0.0030f,0.0f,0.01222f,0.0030f,-0.004446f,0.009959f,0.0030f,-0.008356f,0.0065f,0.0030f,-0.01126f,0.002257f,0.0030f,-0.0128f,-0.002257f,0.0030f,-0.0128f,-0.0065f,0.0030f,-0.01126f,-0.009959f,0.0030f,-0.008356f,-0.01222f,0.0030f,-0.004446f,-0.013f,0.0030f,0.0f,-0.01222f,0.0030f,0.004446f,-0.009959f,0.0030f,0.008356f,-0.0065f,0.0030f,0.01126f,-0.002257f,0.0030f,0.0128f,0.002257f,0.0030f,0.0128f,0.0065f,0.0030f,0.01126f,0.009959f,0.0030f,0.008356f,0.01222f,0.0030f,0.004446f,0.013f,0.0040f,0.0f,0.01222f,0.0040f,-0.004446f,0.009959f,0.0040f,-0.008356f,0.0065f,0.0040f,-0.01126f,0.002257f,0.0040f,-0.0128f,-0.002257f,0.0040f,-0.0128f,-0.0065f,0.0040f,-0.01126f,-0.009959f,0.0040f,-0.008356f,-0.01222f,0.0040f,-0.004446f,-0.013f,0.0040f,0.0f,-0.01222f,0.0040f,0.004446f,-0.009959f,0.0040f,0.008356f,-0.0065f,0.0040f,0.01126f,-0.002257f,0.0040f,0.0128f,0.002257f,0.0040f,0.0128f,0.0065f,0.0040f,0.01126f,0.009959f,0.0040f,0.008356f,0.01222f,0.0040f,0.004446f,0.013f,0.0050f,0.0f,0.01222f,0.0050f,-0.004446f,0.009959f,0.0050f,-0.008356f,0.0065f,0.0050f,-0.01126f,0.002257f,0.0050f,-0.0128f,-0.002257f,0.0050f,-0.0128f,-0.0065f,0.0050f,-0.01126f,-0.009959f,0.0050f,-0.008356f,-0.01222f,0.0050f,-0.004446f,-0.013f,0.0050f,0.0f,-0.01222f,0.0050f,0.004446f,-0.009959f,0.0050f,0.008356f,-0.0065f,0.0050f,0.01126f,-0.002257f,0.0050f,0.0128f,0.002257f,0.0050f,0.0128f,0.0065f,0.0050f,0.01126f,0.009959f,0.0050f,0.008356f,0.01222f,0.0050f,0.004446f,0.0f,1.0f,0.0f}; return value; } /** Define subarrays using type int[] */ private int[] getCylinder15_FACES_10_302_coordIndex_1() { int[] value = {0,2,1,-1,0,3,2,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,0,9,8,-1,0,10,9,-1,0,11,10,-1,0,12,11,-1,0,13,12,-1,0,14,13,-1,0,15,14,-1,0,16,15,-1,0,17,16,-1,0,18,17,-1,0,1,18,-1,1,20,19,-1,1,2,20,-1,2,21,20,-1,2,3,21,-1,3,22,21,-1,3,4,22,-1,4,23,22,-1,4,5,23,-1,5,24,23,-1,5,6,24,-1,6,25,24,-1,6,7,25,-1,7,26,25,-1,7,8,26,-1,8,27,26,-1,8,9,27,-1,9,28,27,-1,9,10,28,-1,10,29,28,-1,10,11,29,-1,11,30,29,-1,11,12,30,-1,12,31,30,-1,12,13,31,-1,13,32,31,-1,13,14,32,-1,14,33,32,-1,14,15,33,-1,15,34,33,-1,15,16,34,-1,16,35,34,-1,16,17,35,-1,17,36,35,-1,17,18,36,-1,18,19,36,-1,18,1,19,-1,19,38,37,-1,19,20,38,-1,20,39,38,-1,20,21,39,-1,21,40,39,-1,21,22,40,-1,22,41,40,-1,22,23,41,-1,23,42,41,-1,23,24,42,-1,24,43,42,-1,24,25,43,-1,25,44,43,-1,25,26,44,-1,26,45,44,-1,26,27,45,-1,27,46,45,-1,27,28,46,-1,28,47,46,-1,28,29,47,-1,29,48,47,-1,29,30,48,-1,30,49,48,-1,30,31,49,-1,31,50,49,-1,31,32,50,-1,32,51,50,-1,32,33,51,-1,33,52,51,-1,33,34,52,-1,34,53,52,-1,34,35,53,-1,35,54,53,-1,35,36,54,-1,36,37,54,-1,36,19,37,-1,37,56,55,-1,37,38,56,-1,38,57,56,-1,38,39,57,-1,39,58,57,-1,39,40,58,-1,40,59,58,-1,40,41,59,-1,41,60,59,-1,41,42,60,-1,42,61,60,-1,42,43,61,-1,43,62,61,-1,43,44,62,-1,44,63,62,-1,44,45,63,-1,45,64,63,-1,45,46,64,-1,46,65,64,-1,46,47,65,-1,47,66,65,-1,47,48,66,-1,48,67,66,-1,48,49,67,-1,49,68,67,-1,49,50,68,-1,50,69,68,-1,50,51,69,-1,51,70,69,-1,51,52,70,-1,52,71,70,-1,52,53,71,-1,53,72,71,-1,53,54,72,-1,54,55,72,-1,54,37,55,-1,55,74,73,-1,55,56,74,-1,56,75,74,-1,56,57,75,-1,57,76,75,-1,57,58,76,-1,58,77,76,-1,58,59,77,-1,59,78,77,-1,59,60,78,-1,60,79,78,-1,60,61,79,-1,61,80,79,-1,61,62,80,-1,62,81,80,-1,62,63,81,-1,63,82,81,-1,63,64,82,-1,64,83,82,-1,64,65,83,-1,65,84,83,-1,65,66,84,-1,66,85,84,-1,66,67,85,-1,67,86,85,-1,67,68,86,-1,68,87,86,-1,68,69,87,-1,69,88,87,-1,69,70,88,-1,70,89,88,-1,70,71,89,-1,71,90,89,-1,71,72,90,-1,72,73,90,-1,72,55,73,-1,73,92,91,-1,73,74,92,-1,74,93,92,-1,74,75,93,-1,75,94,93,-1,75,76,94,-1,76,95,94,-1,76,77,95,-1,77,96,95,-1,77,78,96,-1,78,97,96,-1,78,79,97,-1,79,98,97,-1,79,80,98,-1,80,99,98,-1,80,81,99,-1,81,100,99,-1,81,82,100,-1,82,101,100,-1,82,83,101,-1,83,102,101,-1,83,84,102,-1,84,103,102,-1,84,85,103,-1,85,104,103,-1,85,86,104,-1,86,105,104,-1,86,87,105,-1,87,106,105,-1,87,88,106,-1,88,107,106,-1,88,89,107,-1,89,108,107,-1,89,90,108,-1,90,91,108,-1,90,73,91,-1,109,91,92,-1,109,92,93,-1,109,93,94,-1,109,94,95,-1,109,95,96,-1,109,96,97,-1,109,97,98,-1,109,98,99,-1,109,99,100,-1,109,100,101,-1,109,101,102,-1,109,102,103,-1,109,103,104,-1,109,104,105,-1,109,105,106,-1,109,106,107,-1,109,107,108,-1,109,108,91,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCylinder15_COORD_11_302_point_1() { float[] value = {0.0f,0.0f,0.0f,0.0070f,0.0f,0.0f,0.006578f,0.0f,-0.002394f,0.005362f,0.0f,-0.0045f,0.0035f,0.0f,-0.006062f,0.001216f,0.0f,-0.006894f,-0.001216f,0.0f,-0.006894f,-0.0035f,0.0f,-0.006062f,-0.005362f,0.0f,-0.0045f,-0.006578f,0.0f,-0.002394f,-0.0070f,0.0f,0.0f,-0.006578f,0.0f,0.002394f,-0.005362f,0.0f,0.0045f,-0.0035f,0.0f,0.006062f,-0.001216f,0.0f,0.006894f,0.001216f,0.0f,0.006894f,0.0035f,0.0f,0.006062f,0.005362f,0.0f,0.0045f,0.006578f,0.0f,0.002394f,0.006677f,0.01f,0.0f,0.006274f,0.01f,-0.002284f,0.005115f,0.01f,-0.004292f,0.003338f,0.01f,-0.005782f,0.001159f,0.01f,-0.006575f,-0.001159f,0.01f,-0.006575f,-0.003338f,0.01f,-0.005782f,-0.005115f,0.01f,-0.004292f,-0.006274f,0.01f,-0.002284f,-0.006677f,0.01f,0.0f,-0.006274f,0.01f,0.002284f,-0.005115f,0.01f,0.004292f,-0.003338f,0.01f,0.005782f,-0.001159f,0.01f,0.006575f,0.001159f,0.01f,0.006575f,0.003338f,0.01f,0.005782f,0.005115f,0.01f,0.004292f,0.006274f,0.01f,0.002284f,0.00593f,0.02f,0.0f,0.005572f,0.02f,-0.002028f,0.004543f,0.02f,-0.003812f,0.002965f,0.02f,-0.005136f,0.00103f,0.02f,-0.00584f,-0.00103f,0.02f,-0.00584f,-0.002965f,0.02f,-0.005136f,-0.004543f,0.02f,-0.003812f,-0.005572f,0.02f,-0.002028f,-0.00593f,0.02f,0.0f,-0.005572f,0.02f,0.002028f,-0.004543f,0.02f,0.003812f,-0.002965f,0.02f,0.005136f,-0.00103f,0.02f,0.00584f,0.00103f,0.02f,0.00584f,0.002965f,0.02f,0.005136f,0.004543f,0.02f,0.003812f,0.005572f,0.02f,0.002028f,0.004761f,0.03f,0.0f,0.004474f,0.03f,-0.001628f,0.003647f,0.03f,-0.00306f,0.00238f,0.03f,-0.004123f,8.267E-4f,0.03f,-0.004688f,-8.267E-4f,0.03f,-0.004688f,-0.00238f,0.03f,-0.004123f,-0.003647f,0.03f,-0.00306f,-0.004474f,0.03f,-0.001628f,-0.004761f,0.03f,0.0f,-0.004474f,0.03f,0.001628f,-0.003647f,0.03f,0.00306f,-0.00238f,0.03f,0.004123f,-8.267E-4f,0.03f,0.004688f,8.267E-4f,0.03f,0.004688f,0.00238f,0.03f,0.004123f,0.003647f,0.03f,0.00306f,0.004474f,0.03f,0.001628f,0.003168f,0.04f,0.0f,0.002977f,0.04f,-0.001084f,0.002427f,0.04f,-0.002037f,0.001584f,0.04f,-0.002744f,5.502E-4f,0.04f,-0.00312f,-5.502E-4f,0.04f,-0.00312f,-0.001584f,0.04f,-0.002744f,-0.002427f,0.04f,-0.002037f,-0.002977f,0.04f,-0.001084f,-0.003168f,0.04f,0.0f,-0.002977f,0.04f,0.001084f,-0.002427f,0.04f,0.002037f,-0.001584f,0.04f,0.002744f,-5.502E-4f,0.04f,0.00312f,5.502E-4f,0.04f,0.00312f,0.001584f,0.04f,0.002744f,0.002427f,0.04f,0.002037f,0.002977f,0.04f,0.001084f,0.001153f,0.05f,0.0f,0.001083f,0.05f,-3.943E-4f,8.832E-4f,0.05f,-7.411E-4f,5.765E-4f,0.05f,-9.984E-4f,2.002E-4f,0.05f,-0.001135f,-2.002E-4f,0.05f,-0.001135f,-5.765E-4f,0.05f,-9.984E-4f,-8.832E-4f,0.05f,-7.411E-4f,-0.001083f,0.05f,-3.943E-4f}; return value; } private float[] getCylinder15_COORD_11_302_point_2() { float[] value = {-0.001153f,0.05f,0.0f,-0.001083f,0.05f,3.943E-4f,-8.832E-4f,0.05f,7.411E-4f,-5.765E-4f,0.05f,9.984E-4f,-2.002E-4f,0.05f,0.001135f,2.002E-4f,0.05f,0.001135f,5.765E-4f,0.05f,9.984E-4f,8.832E-4f,0.05f,7.411E-4f,0.001083f,0.05f,3.943E-4f,0.0f,0.05f,0.0f,1.0f,0.0f,0.0f}; return value; } /** Define subarrays using type int[] */ private int[] getTube11_FACES_10_309_coordIndex_1() { int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1}; return value; } private int[] getTube11_FACES_10_309_coordIndex_2() { int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1,216,217,229,-1,229,228,216,-1,217,218,230,-1,230,229,217,-1,218,219,231,-1,231,230,218,-1,219,220,232,-1,232,231,219,-1,220,221,233,-1,233,232,220,-1,221,222,234,-1,234,233,221,-1,222,223,235,-1,235,234,222,-1,223,224,236,-1,236,235,223,-1,224,225,237,-1,237,236,224,-1,225,226,238,-1,238,237,225,-1,226,227,239,-1,239,238,226,-1,227,216,228,-1,228,239,227,-1,228,229,241,-1,241,240,228,-1,229,230,242,-1,242,241,229,-1,230,231,243,-1,243,242,230,-1,231,232,244,-1,244,243,231,-1,232,233,245,-1,245,244,232,-1,233,234,246,-1,246,245,233,-1,234,235,247,-1,247,246,234,-1,235,236,248,-1,248,247,235,-1,236,237,249,-1,249,248,236,-1,237,238,250,-1,250,249,237,-1,238,239,251,-1,251,250,238,-1,239,228,240,-1,240,251,239,-1,240,241,253,-1,253,252,240,-1,241,242,254,-1,254,253,241,-1,242,243,255,-1,255,254,242,-1,243,244,256,-1,256,255,243,-1,244,245,257,-1,257,256,244,-1,245,246,258,-1,258,257,245,-1,246,247,259,-1,259,258,246,-1,247,248,260,-1,260,259,247,-1,248,249,261,-1,261,260,248,-1,249,250,262,-1,262,261,249,-1}; return value; } private int[] getTube11_FACES_10_309_coordIndex_3() { int[] value = {250,251,263,-1,263,262,250,-1,251,240,252,-1,252,263,251,-1,252,253,265,-1,265,264,252,-1,253,254,266,-1,266,265,253,-1,254,255,267,-1,267,266,254,-1,255,256,268,-1,268,267,255,-1,256,257,269,-1,269,268,256,-1,257,258,270,-1,270,269,257,-1,258,259,271,-1,271,270,258,-1,259,260,272,-1,272,271,259,-1,260,261,273,-1,273,272,260,-1,261,262,274,-1,274,273,261,-1,262,263,275,-1,275,274,262,-1,263,252,264,-1,264,275,263,-1,264,265,277,-1,277,276,264,-1,265,266,278,-1,278,277,265,-1,266,267,279,-1,279,278,266,-1,267,268,280,-1,280,279,267,-1,268,269,281,-1,281,280,268,-1,269,270,282,-1,282,281,269,-1,270,271,283,-1,283,282,270,-1,271,272,284,-1,284,283,271,-1,272,273,285,-1,285,284,272,-1,273,274,286,-1,286,285,273,-1,274,275,287,-1,287,286,274,-1,275,264,276,-1,276,287,275,-1,276,277,289,-1,289,288,276,-1,277,278,290,-1,290,289,277,-1,278,279,291,-1,291,290,278,-1,279,280,292,-1,292,291,279,-1,280,281,293,-1,293,292,280,-1,281,282,294,-1,294,293,281,-1,282,283,295,-1,295,294,282,-1,283,284,296,-1,296,295,283,-1,284,285,297,-1,297,296,284,-1,285,286,298,-1,298,297,285,-1,286,287,299,-1,299,298,286,-1,287,276,288,-1,288,299,287,-1,288,289,301,-1,301,300,288,-1,289,290,302,-1,302,301,289,-1,290,291,303,-1,303,302,290,-1,291,292,304,-1,304,303,291,-1,292,293,305,-1,305,304,292,-1,293,294,306,-1,306,305,293,-1,294,295,307,-1,307,306,294,-1,295,296,308,-1,308,307,295,-1,296,297,309,-1,309,308,296,-1,297,298,310,-1,310,309,297,-1,298,299,311,-1,311,310,298,-1,299,288,300,-1,300,311,299,-1,300,301,313,-1,313,312,300,-1,301,302,314,-1,314,313,301,-1,302,303,315,-1,315,314,302,-1,303,304,316,-1,316,315,303,-1,304,305,317,-1,317,316,304,-1,305,306,318,-1,318,317,305,-1,306,307,319,-1,319,318,306,-1,307,308,320,-1,320,319,307,-1,308,309,321,-1,321,320,308,-1,309,310,322,-1,322,321,309,-1,310,311,323,-1,323,322,310,-1,311,300,312,-1,312,323,311,-1,312,313,325,-1,325,324,312,-1,313,314,326,-1,326,325,313,-1,314,315,327,-1,327,326,314,-1,315,316,328,-1,328,327,315,-1,316,317,329,-1,329,328,316,-1,317,318,330,-1,330,329,317,-1,318,319,331,-1,331,330,318,-1,319,320,332,-1,332,331,319,-1,320,321,333,-1,333,332,320,-1,321,322,334,-1,334,333,321,-1,322,323,335,-1,335,334,322,-1,323,312,324,-1,324,335,323,-1,324,325,337,-1,337,336,324,-1,325,326,338,-1,338,337,325,-1,326,327,339,-1,339,338,326,-1,327,328,340,-1,340,339,327,-1,328,329,341,-1,341,340,328,-1,329,330,342,-1,342,341,329,-1,330,331,343,-1,343,342,330,-1,331,332,344,-1,344,343,331,-1,332,333,345,-1,345,344,332,-1,333,334,346,-1,346,345,333,-1,334,335,347,-1,347,346,334,-1,335,324,336,-1,336,347,335,-1,336,337,349,-1,349,348,336,-1,337,338,350,-1,350,349,337,-1,338,339,351,-1,351,350,338,-1,339,340,352,-1,352,351,339,-1,340,341,353,-1,353,352,340,-1,341,342,354,-1,354,353,341,-1,342,343,355,-1,355,354,342,-1,343,344,356,-1,356,355,343,-1,344,345,357,-1,357,356,344,-1,345,346,358,-1,358,357,345,-1,346,347,359,-1,359,358,346,-1,347,336,348,-1,348,359,347,-1,348,349,361,-1,361,360,348,-1,349,350,362,-1,362,361,349,-1,350,351,363,-1,363,362,350,-1,351,352,364,-1,364,363,351,-1,352,353,365,-1,365,364,352,-1,353,354,366,-1,366,365,353,-1,354,355,367,-1,367,366,354,-1,355,356,368,-1,368,367,355,-1,356,357,369,-1,369,368,356,-1,357,358,370,-1,370,369,357,-1,358,359,371,-1,371,370,358,-1,359,348,360,-1,360,371,359,-1,360,361,373,-1,373,372,360,-1,361,362,374,-1,374,373,361,-1,362,363,375,-1,375,374,362,-1,363,364,376,-1,376,375,363,-1,364,365,377,-1,377,376,364,-1,365,366,378,-1,378,377,365,-1,366,367,379,-1,379,378,366,-1,367,368,380,-1,380,379,367,-1,368,369,381,-1,381,380,368,-1,369,370,382,-1,382,381,369,-1,370,371,383,-1,383,382,370,-1,371,360,372,-1,372,383,371,-1,372,373,385,-1,385,384,372,-1,373,374,386,-1,386,385,373,-1,374,375,387,-1,387,386,374,-1}; return value; } private int[] getTube11_FACES_10_309_coordIndex_4() { int[] value = {375,376,388,-1,388,387,375,-1,376,377,389,-1,389,388,376,-1,377,378,390,-1,390,389,377,-1,378,379,391,-1,391,390,378,-1,379,380,392,-1,392,391,379,-1,380,381,393,-1,393,392,380,-1,381,382,394,-1,394,393,381,-1,382,383,395,-1,395,394,382,-1,383,372,384,-1,384,395,383,-1,384,385,397,-1,397,396,384,-1,385,386,398,-1,398,397,385,-1,386,387,399,-1,399,398,386,-1,387,388,400,-1,400,399,387,-1,388,389,401,-1,401,400,388,-1,389,390,402,-1,402,401,389,-1,390,391,403,-1,403,402,390,-1,391,392,404,-1,404,403,391,-1,392,393,405,-1,405,404,392,-1,393,394,406,-1,406,405,393,-1,394,395,407,-1,407,406,394,-1,395,384,396,-1,396,407,395,-1,396,397,409,-1,409,408,396,-1,397,398,410,-1,410,409,397,-1,398,399,411,-1,411,410,398,-1,399,400,412,-1,412,411,399,-1,400,401,413,-1,413,412,400,-1,401,402,414,-1,414,413,401,-1,402,403,415,-1,415,414,402,-1,403,404,416,-1,416,415,403,-1,404,405,417,-1,417,416,404,-1,405,406,418,-1,418,417,405,-1,406,407,419,-1,419,418,406,-1,407,396,408,-1,408,419,407,-1,408,409,421,-1,421,420,408,-1,409,410,422,-1,422,421,409,-1,410,411,423,-1,423,422,410,-1,411,412,424,-1,424,423,411,-1,412,413,425,-1,425,424,412,-1,413,414,426,-1,426,425,413,-1,414,415,427,-1,427,426,414,-1,415,416,428,-1,428,427,415,-1,416,417,429,-1,429,428,416,-1,417,418,430,-1,430,429,417,-1,418,419,431,-1,431,430,418,-1,419,408,420,-1,420,431,419,-1,420,421,217,-1,217,216,420,-1,421,422,218,-1,218,217,421,-1,422,423,219,-1,219,218,422,-1,423,424,220,-1,220,219,423,-1,424,425,221,-1,221,220,424,-1,425,426,222,-1,222,221,425,-1,426,427,223,-1,223,222,426,-1,427,428,224,-1,224,223,427,-1,428,429,225,-1,225,224,428,-1,429,430,226,-1,226,225,429,-1,430,431,227,-1,227,226,430,-1,431,420,216,-1,216,227,431,-1,432,433,445,-1,445,444,432,-1,433,434,446,-1,446,445,433,-1,434,435,447,-1,447,446,434,-1,435,436,448,-1,448,447,435,-1,436,437,449,-1,449,448,436,-1,437,438,450,-1,450,449,437,-1,438,439,451,-1,451,450,438,-1,439,440,452,-1,452,451,439,-1,440,441,453,-1,453,452,440,-1,441,442,454,-1,454,453,441,-1,442,443,455,-1,455,454,442,-1,443,432,444,-1,444,455,443,-1,444,445,457,-1,457,456,444,-1,445,446,458,-1,458,457,445,-1,446,447,459,-1,459,458,446,-1,447,448,460,-1,460,459,447,-1,448,449,461,-1,461,460,448,-1,449,450,462,-1,462,461,449,-1,450,451,463,-1,463,462,450,-1,451,452,464,-1,464,463,451,-1,452,453,465,-1,465,464,452,-1,453,454,466,-1,466,465,453,-1,454,455,467,-1,467,466,454,-1,455,444,456,-1,456,467,455,-1,456,457,469,-1,469,468,456,-1,457,458,470,-1,470,469,457,-1,458,459,471,-1,471,470,458,-1,459,460,472,-1,472,471,459,-1,460,461,473,-1,473,472,460,-1,461,462,474,-1,474,473,461,-1,462,463,475,-1,475,474,462,-1,463,464,476,-1,476,475,463,-1,464,465,477,-1,477,476,464,-1,465,466,478,-1,478,477,465,-1,466,467,479,-1,479,478,466,-1,467,456,468,-1,468,479,467,-1,468,469,481,-1,481,480,468,-1,469,470,482,-1,482,481,469,-1,470,471,483,-1,483,482,470,-1,471,472,484,-1,484,483,471,-1,472,473,485,-1,485,484,472,-1,473,474,486,-1,486,485,473,-1,474,475,487,-1,487,486,474,-1,475,476,488,-1,488,487,475,-1,476,477,489,-1,489,488,476,-1,477,478,490,-1,490,489,477,-1,478,479,491,-1,491,490,478,-1,479,468,480,-1,480,491,479,-1,480,481,493,-1,493,492,480,-1,481,482,494,-1,494,493,481,-1,482,483,495,-1,495,494,482,-1,483,484,496,-1,496,495,483,-1,484,485,497,-1,497,496,484,-1,485,486,498,-1,498,497,485,-1,486,487,499,-1,499,498,486,-1,487,488,500,-1,500,499,487,-1,488,489,501,-1,501,500,488,-1,489,490,502,-1,502,501,489,-1,490,491,503,-1,503,502,490,-1,491,480,492,-1,492,503,491,-1,492,493,505,-1,505,504,492,-1,493,494,506,-1,506,505,493,-1,494,495,507,-1,507,506,494,-1,495,496,508,-1,508,507,495,-1,496,497,509,-1,509,508,496,-1,497,498,510,-1,510,509,497,-1,498,499,511,-1,511,510,498,-1,499,500,512,-1,512,511,499,-1}; return value; } private int[] getTube11_FACES_10_309_coordIndex_5() { int[] value = {500,501,513,-1,513,512,500,-1,501,502,514,-1,514,513,501,-1,502,503,515,-1,515,514,502,-1,503,492,504,-1,504,515,503,-1,504,505,517,-1,517,516,504,-1,505,506,518,-1,518,517,505,-1,506,507,519,-1,519,518,506,-1,507,508,520,-1,520,519,507,-1,508,509,521,-1,521,520,508,-1,509,510,522,-1,522,521,509,-1,510,511,523,-1,523,522,510,-1,511,512,524,-1,524,523,511,-1,512,513,525,-1,525,524,512,-1,513,514,526,-1,526,525,513,-1,514,515,527,-1,527,526,514,-1,515,504,516,-1,516,527,515,-1,516,517,529,-1,529,528,516,-1,517,518,530,-1,530,529,517,-1,518,519,531,-1,531,530,518,-1,519,520,532,-1,532,531,519,-1,520,521,533,-1,533,532,520,-1,521,522,534,-1,534,533,521,-1,522,523,535,-1,535,534,522,-1,523,524,536,-1,536,535,523,-1,524,525,537,-1,537,536,524,-1,525,526,538,-1,538,537,525,-1,526,527,539,-1,539,538,526,-1,527,516,528,-1,528,539,527,-1,528,529,541,-1,541,540,528,-1,529,530,542,-1,542,541,529,-1,530,531,543,-1,543,542,530,-1,531,532,544,-1,544,543,531,-1,532,533,545,-1,545,544,532,-1,533,534,546,-1,546,545,533,-1,534,535,547,-1,547,546,534,-1,535,536,548,-1,548,547,535,-1,536,537,549,-1,549,548,536,-1,537,538,550,-1,550,549,537,-1,538,539,551,-1,551,550,538,-1,539,528,540,-1,540,551,539,-1,540,541,553,-1,553,552,540,-1,541,542,554,-1,554,553,541,-1,542,543,555,-1,555,554,542,-1,543,544,556,-1,556,555,543,-1,544,545,557,-1,557,556,544,-1,545,546,558,-1,558,557,545,-1,546,547,559,-1,559,558,546,-1,547,548,560,-1,560,559,547,-1,548,549,561,-1,561,560,548,-1,549,550,562,-1,562,561,549,-1,550,551,563,-1,563,562,550,-1,551,540,552,-1,552,563,551,-1,552,553,565,-1,565,564,552,-1,553,554,566,-1,566,565,553,-1,554,555,567,-1,567,566,554,-1,555,556,568,-1,568,567,555,-1,556,557,569,-1,569,568,556,-1,557,558,570,-1,570,569,557,-1,558,559,571,-1,571,570,558,-1,559,560,572,-1,572,571,559,-1,560,561,573,-1,573,572,560,-1,561,562,574,-1,574,573,561,-1,562,563,575,-1,575,574,562,-1,563,552,564,-1,564,575,563,-1,564,565,577,-1,577,576,564,-1,565,566,578,-1,578,577,565,-1,566,567,579,-1,579,578,566,-1,567,568,580,-1,580,579,567,-1,568,569,581,-1,581,580,568,-1,569,570,582,-1,582,581,569,-1,570,571,583,-1,583,582,570,-1,571,572,584,-1,584,583,571,-1,572,573,585,-1,585,584,572,-1,573,574,586,-1,586,585,573,-1,574,575,587,-1,587,586,574,-1,575,564,576,-1,576,587,575,-1,576,577,589,-1,589,588,576,-1,577,578,590,-1,590,589,577,-1,578,579,591,-1,591,590,578,-1,579,580,592,-1,592,591,579,-1,580,581,593,-1,593,592,580,-1,581,582,594,-1,594,593,581,-1,582,583,595,-1,595,594,582,-1,583,584,596,-1,596,595,583,-1,584,585,597,-1,597,596,584,-1,585,586,598,-1,598,597,585,-1,586,587,599,-1,599,598,586,-1,587,576,588,-1,588,599,587,-1,588,589,601,-1,601,600,588,-1,589,590,602,-1,602,601,589,-1,590,591,603,-1,603,602,590,-1,591,592,604,-1,604,603,591,-1,592,593,605,-1,605,604,592,-1,593,594,606,-1,606,605,593,-1,594,595,607,-1,607,606,594,-1,595,596,608,-1,608,607,595,-1,596,597,609,-1,609,608,596,-1,597,598,610,-1,610,609,597,-1,598,599,611,-1,611,610,598,-1,599,588,600,-1,600,611,599,-1,600,601,613,-1,613,612,600,-1,601,602,614,-1,614,613,601,-1,602,603,615,-1,615,614,602,-1,603,604,616,-1,616,615,603,-1,604,605,617,-1,617,616,604,-1,605,606,618,-1,618,617,605,-1,606,607,619,-1,619,618,606,-1,607,608,620,-1,620,619,607,-1,608,609,621,-1,621,620,608,-1,609,610,622,-1,622,621,609,-1,610,611,623,-1,623,622,610,-1,611,600,612,-1,612,623,611,-1,612,613,625,-1,625,624,612,-1,613,614,626,-1,626,625,613,-1,614,615,627,-1,627,626,614,-1,615,616,628,-1,628,627,615,-1,616,617,629,-1,629,628,616,-1,617,618,630,-1,630,629,617,-1,618,619,631,-1,631,630,618,-1,619,620,632,-1,632,631,619,-1,620,621,633,-1,633,632,620,-1,621,622,634,-1,634,633,621,-1,622,623,635,-1,635,634,622,-1,623,612,624,-1,624,635,623,-1,624,625,637,-1,637,636,624,-1}; return value; } private int[] getTube11_FACES_10_309_coordIndex_6() { int[] value = {625,626,638,-1,638,637,625,-1,626,627,639,-1,639,638,626,-1,627,628,640,-1,640,639,627,-1,628,629,641,-1,641,640,628,-1,629,630,642,-1,642,641,629,-1,630,631,643,-1,643,642,630,-1,631,632,644,-1,644,643,631,-1,632,633,645,-1,645,644,632,-1,633,634,646,-1,646,645,633,-1,634,635,647,-1,647,646,634,-1,635,624,636,-1,636,647,635,-1,636,637,433,-1,433,432,636,-1,637,638,434,-1,434,433,637,-1,638,639,435,-1,435,434,638,-1,639,640,436,-1,436,435,639,-1,640,641,437,-1,437,436,640,-1,641,642,438,-1,438,437,641,-1,642,643,439,-1,439,438,642,-1,643,644,440,-1,440,439,643,-1,644,645,441,-1,441,440,644,-1,645,646,442,-1,442,441,645,-1,646,647,443,-1,443,442,646,-1,647,636,432,-1,432,443,647,-1,648,649,667,-1,667,666,648,-1,649,650,668,-1,668,667,649,-1,650,651,669,-1,669,668,650,-1,651,652,670,-1,670,669,651,-1,652,653,671,-1,671,670,652,-1,653,654,672,-1,672,671,653,-1,654,655,673,-1,673,672,654,-1,655,656,674,-1,674,673,655,-1,656,657,675,-1,675,674,656,-1,657,658,676,-1,676,675,657,-1,658,659,677,-1,677,676,658,-1,659,660,678,-1,678,677,659,-1,660,661,679,-1,679,678,660,-1,661,662,680,-1,680,679,661,-1,662,663,681,-1,681,680,662,-1,663,664,682,-1,682,681,663,-1,664,665,683,-1,683,682,664,-1,665,648,666,-1,666,683,665,-1,666,667,685,-1,685,684,666,-1,667,668,686,-1,686,685,667,-1,668,669,687,-1,687,686,668,-1,669,670,688,-1,688,687,669,-1,670,671,689,-1,689,688,670,-1,671,672,690,-1,690,689,671,-1,672,673,691,-1,691,690,672,-1,673,674,692,-1,692,691,673,-1,674,675,693,-1,693,692,674,-1,675,676,694,-1,694,693,675,-1,676,677,695,-1,695,694,676,-1,677,678,696,-1,696,695,677,-1,678,679,697,-1,697,696,678,-1,679,680,698,-1,698,697,679,-1,680,681,699,-1,699,698,680,-1,681,682,700,-1,700,699,681,-1,682,683,701,-1,701,700,682,-1,683,666,684,-1,684,701,683,-1,684,685,703,-1,703,702,684,-1,685,686,704,-1,704,703,685,-1,686,687,705,-1,705,704,686,-1,687,688,706,-1,706,705,687,-1,688,689,707,-1,707,706,688,-1,689,690,708,-1,708,707,689,-1,690,691,709,-1,709,708,690,-1,691,692,710,-1,710,709,691,-1,692,693,711,-1,711,710,692,-1,693,694,712,-1,712,711,693,-1,694,695,713,-1,713,712,694,-1,695,696,714,-1,714,713,695,-1,696,697,715,-1,715,714,696,-1,697,698,716,-1,716,715,697,-1,698,699,717,-1,717,716,698,-1,699,700,718,-1,718,717,699,-1,700,701,719,-1,719,718,700,-1,701,684,702,-1,702,719,701,-1,702,703,721,-1,721,720,702,-1,703,704,722,-1,722,721,703,-1,704,705,723,-1,723,722,704,-1,705,706,724,-1,724,723,705,-1,706,707,725,-1,725,724,706,-1,707,708,726,-1,726,725,707,-1,708,709,727,-1,727,726,708,-1,709,710,728,-1,728,727,709,-1,710,711,729,-1,729,728,710,-1,711,712,730,-1,730,729,711,-1,712,713,731,-1,731,730,712,-1,713,714,732,-1,732,731,713,-1,714,715,733,-1,733,732,714,-1,715,716,734,-1,734,733,715,-1,716,717,735,-1,735,734,716,-1,717,718,736,-1,736,735,717,-1,718,719,737,-1,737,736,718,-1,719,702,720,-1,720,737,719,-1,720,721,739,-1,739,738,720,-1,721,722,740,-1,740,739,721,-1,722,723,741,-1,741,740,722,-1,723,724,742,-1,742,741,723,-1,724,725,743,-1,743,742,724,-1,725,726,744,-1,744,743,725,-1,726,727,745,-1,745,744,726,-1,727,728,746,-1,746,745,727,-1,728,729,747,-1,747,746,728,-1,729,730,748,-1,748,747,729,-1,730,731,749,-1,749,748,730,-1,731,732,750,-1,750,749,731,-1,732,733,751,-1,751,750,732,-1,733,734,752,-1,752,751,733,-1,734,735,753,-1,753,752,734,-1,735,736,754,-1,754,753,735,-1,736,737,755,-1,755,754,736,-1,737,720,738,-1,738,755,737,-1,664,663,662,-1,662,661,660,-1,660,659,658,-1,662,660,658,-1,658,657,656,-1,656,655,654,-1,658,656,654,-1,654,653,652,-1,652,651,650,-1,654,652,650,-1,658,654,650,-1,662,658,650,-1,650,649,648,-1,662,650,648,-1,664,662,648,-1,665,664,648,-1,739,740,741,-1,741,742,743,-1,743,744,745,-1,741,743,745,-1,745,746,747,-1,747,748,749,-1,745,747,749,-1,749,750,751,-1}; return value; } private int[] getTube11_FACES_10_309_coordIndex_7() { int[] value = {751,752,753,-1,749,751,753,-1,745,749,753,-1,741,745,753,-1,753,754,755,-1,741,753,755,-1,739,741,755,-1,738,739,755,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTube11_COORD_11_309_point_1() { float[] value = {0.0f,0.0f,-0.011f,0.0f,0.02f,-0.011f,0.0f,0.04f,-0.011f,0.0f,0.06f,-0.011f,0.0f,0.08f,-0.011f,0.0f,0.1f,-0.011f,0.0f,0.1f,-0.01f,0.0f,0.08f,-0.01f,0.0f,0.06f,-0.01f,0.0f,0.04f,-0.01f,0.0f,0.02f,-0.01f,0.0f,0.0f,-0.01f,0.003762f,0.0f,-0.01034f,0.003762f,0.02f,-0.01034f,0.003762f,0.04f,-0.01034f,0.003762f,0.06f,-0.01034f,0.003762f,0.08f,-0.01034f,0.003762f,0.1f,-0.01034f,0.00342f,0.1f,-0.009397f,0.00342f,0.08f,-0.009397f,0.00342f,0.06f,-0.009397f,0.00342f,0.04f,-0.009397f,0.00342f,0.02f,-0.009397f,0.00342f,0.0f,-0.009397f,0.007071f,0.0f,-0.008426f,0.007071f,0.02f,-0.008426f,0.007071f,0.04f,-0.008426f,0.007071f,0.06f,-0.008426f,0.007071f,0.08f,-0.008426f,0.007071f,0.1f,-0.008426f,0.006428f,0.1f,-0.00766f,0.006428f,0.08f,-0.00766f,0.006428f,0.06f,-0.00766f,0.006428f,0.04f,-0.00766f,0.006428f,0.02f,-0.00766f,0.006428f,0.0f,-0.00766f,0.009526f,0.0f,-0.0055f,0.009526f,0.02f,-0.0055f,0.009526f,0.04f,-0.0055f,0.009526f,0.06f,-0.0055f,0.009526f,0.08f,-0.0055f,0.009526f,0.1f,-0.0055f,0.00866f,0.1f,-0.0050f,0.00866f,0.08f,-0.0050f,0.00866f,0.06f,-0.0050f,0.00866f,0.04f,-0.0050f,0.00866f,0.02f,-0.0050f,0.00866f,0.0f,-0.0050f,0.01083f,0.0f,-0.00191f,0.01083f,0.02f,-0.00191f,0.01083f,0.04f,-0.00191f,0.01083f,0.06f,-0.00191f,0.01083f,0.08f,-0.00191f,0.01083f,0.1f,-0.00191f,0.009848f,0.1f,-0.001736f,0.009848f,0.08f,-0.001736f,0.009848f,0.06f,-0.001736f,0.009848f,0.04f,-0.001736f,0.009848f,0.02f,-0.001736f,0.009848f,0.0f,-0.001736f,0.01083f,0.0f,0.00191f,0.01083f,0.02f,0.00191f,0.01083f,0.04f,0.00191f,0.01083f,0.06f,0.00191f,0.01083f,0.08f,0.00191f,0.01083f,0.1f,0.00191f,0.009848f,0.1f,0.001736f,0.009848f,0.08f,0.001736f,0.009848f,0.06f,0.001736f,0.009848f,0.04f,0.001736f,0.009848f,0.02f,0.001736f,0.009848f,0.0f,0.001736f,0.009526f,0.0f,0.0055f,0.009526f,0.02f,0.0055f,0.009526f,0.04f,0.0055f,0.009526f,0.06f,0.0055f,0.009526f,0.08f,0.0055f,0.009526f,0.1f,0.0055f,0.00866f,0.1f,0.0050f,0.00866f,0.08f,0.0050f,0.00866f,0.06f,0.0050f,0.00866f,0.04f,0.0050f,0.00866f,0.02f,0.0050f,0.00866f,0.0f,0.0050f,0.007071f,0.0f,0.008426f,0.007071f,0.02f,0.008426f,0.007071f,0.04f,0.008426f,0.007071f,0.06f,0.008426f,0.007071f,0.08f,0.008426f,0.007071f,0.1f,0.008426f,0.006428f,0.1f,0.00766f,0.006428f,0.08f,0.00766f,0.006428f,0.06f,0.00766f,0.006428f,0.04f,0.00766f,0.006428f,0.02f,0.00766f,0.006428f,0.0f,0.00766f,0.003762f,0.0f,0.01034f,0.003762f,0.02f,0.01034f,0.003762f,0.04f,0.01034f,0.003762f,0.06f,0.01034f}; return value; } private float[] getTube11_COORD_11_309_point_2() { float[] value = {0.003762f,0.08f,0.01034f,0.003762f,0.1f,0.01034f,0.00342f,0.1f,0.009397f,0.00342f,0.08f,0.009397f,0.00342f,0.06f,0.009397f,0.00342f,0.04f,0.009397f,0.00342f,0.02f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.011f,0.0f,0.02f,0.011f,0.0f,0.04f,0.011f,0.0f,0.06f,0.011f,0.0f,0.08f,0.011f,0.0f,0.1f,0.011f,0.0f,0.1f,0.01f,0.0f,0.08f,0.01f,0.0f,0.06f,0.01f,0.0f,0.04f,0.01f,0.0f,0.02f,0.01f,0.0f,0.0f,0.01f,-0.003762f,0.0f,0.01034f,-0.003762f,0.02f,0.01034f,-0.003762f,0.04f,0.01034f,-0.003762f,0.06f,0.01034f,-0.003762f,0.08f,0.01034f,-0.003762f,0.1f,0.01034f,-0.00342f,0.1f,0.009397f,-0.00342f,0.08f,0.009397f,-0.00342f,0.06f,0.009397f,-0.00342f,0.04f,0.009397f,-0.00342f,0.02f,0.009397f,-0.00342f,0.0f,0.009397f,-0.007071f,0.0f,0.008426f,-0.007071f,0.02f,0.008426f,-0.007071f,0.04f,0.008426f,-0.007071f,0.06f,0.008426f,-0.007071f,0.08f,0.008426f,-0.007071f,0.1f,0.008426f,-0.006428f,0.1f,0.00766f,-0.006428f,0.08f,0.00766f,-0.006428f,0.06f,0.00766f,-0.006428f,0.04f,0.00766f,-0.006428f,0.02f,0.00766f,-0.006428f,0.0f,0.00766f,-0.009526f,0.0f,0.0055f,-0.009526f,0.02f,0.0055f,-0.009526f,0.04f,0.0055f,-0.009526f,0.06f,0.0055f,-0.009526f,0.08f,0.0055f,-0.009526f,0.1f,0.0055f,-0.00866f,0.1f,0.0050f,-0.00866f,0.08f,0.0050f,-0.00866f,0.06f,0.0050f,-0.00866f,0.04f,0.0050f,-0.00866f,0.02f,0.0050f,-0.00866f,0.0f,0.0050f,-0.01083f,0.0f,0.00191f,-0.01083f,0.02f,0.00191f,-0.01083f,0.04f,0.00191f,-0.01083f,0.06f,0.00191f,-0.01083f,0.08f,0.00191f,-0.01083f,0.1f,0.00191f,-0.009848f,0.1f,0.001736f,-0.009848f,0.08f,0.001736f,-0.009848f,0.06f,0.001736f,-0.009848f,0.04f,0.001736f,-0.009848f,0.02f,0.001736f,-0.009848f,0.0f,0.001736f,-0.01083f,0.0f,-0.00191f,-0.01083f,0.02f,-0.00191f,-0.01083f,0.04f,-0.00191f,-0.01083f,0.06f,-0.00191f,-0.01083f,0.08f,-0.00191f,-0.01083f,0.1f,-0.00191f,-0.009848f,0.1f,-0.001736f,-0.009848f,0.08f,-0.001736f,-0.009848f,0.06f,-0.001736f,-0.009848f,0.04f,-0.001736f,-0.009848f,0.02f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.009526f,0.0f,-0.0055f,-0.009526f,0.02f,-0.0055f,-0.009526f,0.04f,-0.0055f,-0.009526f,0.06f,-0.0055f,-0.009526f,0.08f,-0.0055f,-0.009526f,0.1f,-0.0055f,-0.00866f,0.1f,-0.0050f,-0.00866f,0.08f,-0.0050f,-0.00866f,0.06f,-0.0050f,-0.00866f,0.04f,-0.0050f,-0.00866f,0.02f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.007071f,0.0f,-0.008426f,-0.007071f,0.02f,-0.008426f,-0.007071f,0.04f,-0.008426f,-0.007071f,0.06f,-0.008426f,-0.007071f,0.08f,-0.008426f,-0.007071f,0.1f,-0.008426f,-0.006428f,0.1f,-0.00766f,-0.006428f,0.08f,-0.00766f}; return value; } private float[] getTube11_COORD_11_309_point_3() { float[] value = {-0.006428f,0.06f,-0.00766f,-0.006428f,0.04f,-0.00766f,-0.006428f,0.02f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.003762f,0.0f,-0.01034f,-0.003762f,0.02f,-0.01034f,-0.003762f,0.04f,-0.01034f,-0.003762f,0.06f,-0.01034f,-0.003762f,0.08f,-0.01034f,-0.003762f,0.1f,-0.01034f,-0.00342f,0.1f,-0.009397f,-0.00342f,0.08f,-0.009397f,-0.00342f,0.06f,-0.009397f,-0.00342f,0.04f,-0.009397f,-0.00342f,0.02f,-0.009397f,-0.00342f,0.0f,-0.009397f,0.0f,0.1003f,-0.011f,0.0f,0.1043f,-0.01021f,0.0f,0.1083f,-0.009416f,0.0f,0.1123f,-0.008624f,0.0f,0.1163f,-0.007832f,0.0f,0.1203f,-0.00704f,0.0f,0.1203f,-0.0064f,0.0f,0.1163f,-0.00712f,0.0f,0.1123f,-0.00784f,0.0f,0.1083f,-0.00856f,0.0f,0.1043f,-0.00928f,0.0f,0.1003f,-0.01f,0.003762f,0.1003f,-0.01034f,0.003491f,0.1043f,-0.009592f,0.00322f,0.1083f,-0.008848f,0.00295f,0.1123f,-0.008104f,0.002679f,0.1163f,-0.00736f,0.002408f,0.1203f,-0.006615f,0.002189f,0.1203f,-0.006014f,0.002435f,0.1163f,-0.006691f,0.002681f,0.1123f,-0.007367f,0.002928f,0.1083f,-0.008044f,0.003174f,0.1043f,-0.00872f,0.00342f,0.1003f,-0.009397f,0.007071f,0.1003f,-0.008426f,0.006562f,0.1043f,-0.00782f,0.006052f,0.1083f,-0.007213f,0.005543f,0.1123f,-0.006606f,0.005034f,0.1163f,-0.0060f,0.004525f,0.1203f,-0.005393f,0.004114f,0.1203f,-0.004903f,0.004577f,0.1163f,-0.005454f,0.005039f,0.1123f,-0.006006f,0.005502f,0.1083f,-0.006557f,0.005965f,0.1043f,-0.007109f,0.006428f,0.1003f,-0.00766f,0.009526f,0.1003f,-0.0055f,0.00884f,0.1043f,-0.005104f,0.008154f,0.1083f,-0.004708f,0.007469f,0.1123f,-0.004312f,0.006783f,0.1163f,-0.003916f,0.006097f,0.1203f,-0.00352f,0.005543f,0.1203f,-0.0032f,0.006166f,0.1163f,-0.00356f,0.00679f,0.1123f,-0.00392f,0.007413f,0.1083f,-0.00428f,0.008037f,0.1043f,-0.00464f,0.00866f,0.1003f,-0.0050f,0.01083f,0.1003f,-0.00191f,0.01005f,0.1043f,-0.001773f,0.009273f,0.1083f,-0.001635f,0.008493f,0.1123f,-0.001498f,0.007713f,0.1163f,-0.00136f,0.006933f,0.1203f,-0.001222f,0.006303f,0.1203f,-0.001111f,0.007012f,0.1163f,-0.001236f,0.007721f,0.1123f,-0.001361f,0.00843f,0.1083f,-0.001486f,0.009139f,0.1043f,-0.001611f,0.009848f,0.1003f,-0.001736f,0.01083f,0.1003f,0.00191f,0.01005f,0.1043f,0.001773f,0.009273f,0.1083f,0.001635f,0.008493f,0.1123f,0.001498f,0.007713f,0.1163f,0.00136f,0.006933f,0.1203f,0.001222f,0.006303f,0.1203f,0.001111f,0.007012f,0.1163f,0.001236f,0.007721f,0.1123f,0.001361f,0.00843f,0.1083f,0.001486f,0.009139f,0.1043f,0.001611f,0.009848f,0.1003f,0.001736f,0.009526f,0.1003f,0.0055f,0.00884f,0.1043f,0.005104f,0.008154f,0.1083f,0.004708f,0.007469f,0.1123f,0.004312f,0.006783f,0.1163f,0.003916f,0.006097f,0.1203f,0.00352f,0.005543f,0.1203f,0.0032f,0.006166f,0.1163f,0.00356f,0.00679f,0.1123f,0.00392f,0.007413f,0.1083f,0.00428f,0.008037f,0.1043f,0.00464f,0.00866f,0.1003f,0.0050f}; return value; } private float[] getTube11_COORD_11_309_point_4() { float[] value = {0.007071f,0.1003f,0.008426f,0.006562f,0.1043f,0.00782f,0.006052f,0.1083f,0.007213f,0.005543f,0.1123f,0.006606f,0.005034f,0.1163f,0.0060f,0.004525f,0.1203f,0.005393f,0.004114f,0.1203f,0.004903f,0.004577f,0.1163f,0.005454f,0.005039f,0.1123f,0.006006f,0.005502f,0.1083f,0.006557f,0.005965f,0.1043f,0.007109f,0.006428f,0.1003f,0.00766f,0.003762f,0.1003f,0.01034f,0.003491f,0.1043f,0.009592f,0.00322f,0.1083f,0.008848f,0.00295f,0.1123f,0.008104f,0.002679f,0.1163f,0.00736f,0.002408f,0.1203f,0.006615f,0.002189f,0.1203f,0.006014f,0.002435f,0.1163f,0.006691f,0.002681f,0.1123f,0.007367f,0.002928f,0.1083f,0.008044f,0.003174f,0.1043f,0.00872f,0.00342f,0.1003f,0.009397f,0.0f,0.1003f,0.011f,0.0f,0.1043f,0.01021f,0.0f,0.1083f,0.009416f,0.0f,0.1123f,0.008624f,0.0f,0.1163f,0.007832f,0.0f,0.1203f,0.00704f,0.0f,0.1203f,0.0064f,0.0f,0.1163f,0.00712f,0.0f,0.1123f,0.00784f,0.0f,0.1083f,0.00856f,0.0f,0.1043f,0.00928f,0.0f,0.1003f,0.01f,-0.003762f,0.1003f,0.01034f,-0.003491f,0.1043f,0.009592f,-0.00322f,0.1083f,0.008848f,-0.00295f,0.1123f,0.008104f,-0.002679f,0.1163f,0.00736f,-0.002408f,0.1203f,0.006615f,-0.002189f,0.1203f,0.006014f,-0.002435f,0.1163f,0.006691f,-0.002681f,0.1123f,0.007367f,-0.002928f,0.1083f,0.008044f,-0.003174f,0.1043f,0.00872f,-0.00342f,0.1003f,0.009397f,-0.007071f,0.1003f,0.008426f,-0.006562f,0.1043f,0.00782f,-0.006052f,0.1083f,0.007213f,-0.005543f,0.1123f,0.006606f,-0.005034f,0.1163f,0.0060f,-0.004525f,0.1203f,0.005393f,-0.004114f,0.1203f,0.004903f,-0.004577f,0.1163f,0.005454f,-0.005039f,0.1123f,0.006006f,-0.005502f,0.1083f,0.006557f,-0.005965f,0.1043f,0.007109f,-0.006428f,0.1003f,0.00766f,-0.009526f,0.1003f,0.0055f,-0.00884f,0.1043f,0.005104f,-0.008154f,0.1083f,0.004708f,-0.007469f,0.1123f,0.004312f,-0.006783f,0.1163f,0.003916f,-0.006097f,0.1203f,0.00352f,-0.005543f,0.1203f,0.0032f,-0.006166f,0.1163f,0.00356f,-0.00679f,0.1123f,0.00392f,-0.007413f,0.1083f,0.00428f,-0.008037f,0.1043f,0.00464f,-0.00866f,0.1003f,0.0050f,-0.01083f,0.1003f,0.00191f,-0.01005f,0.1043f,0.001773f,-0.009273f,0.1083f,0.001635f,-0.008493f,0.1123f,0.001498f,-0.007713f,0.1163f,0.00136f,-0.006933f,0.1203f,0.001222f,-0.006303f,0.1203f,0.001111f,-0.007012f,0.1163f,0.001236f,-0.007721f,0.1123f,0.001361f,-0.00843f,0.1083f,0.001486f,-0.009139f,0.1043f,0.001611f,-0.009848f,0.1003f,0.001736f,-0.01083f,0.1003f,-0.00191f,-0.01005f,0.1043f,-0.001773f,-0.009273f,0.1083f,-0.001635f,-0.008493f,0.1123f,-0.001498f,-0.007713f,0.1163f,-0.00136f,-0.006933f,0.1203f,-0.001222f,-0.006303f,0.1203f,-0.001111f,-0.007012f,0.1163f,-0.001236f,-0.007721f,0.1123f,-0.001361f,-0.00843f,0.1083f,-0.001486f,-0.009139f,0.1043f,-0.001611f,-0.009848f,0.1003f,-0.001736f,-0.009526f,0.1003f,-0.0055f,-0.00884f,0.1043f,-0.005104f,-0.008154f,0.1083f,-0.004708f,-0.007469f,0.1123f,-0.004312f}; return value; } private float[] getTube11_COORD_11_309_point_5() { float[] value = {-0.006783f,0.1163f,-0.003916f,-0.006097f,0.1203f,-0.00352f,-0.005543f,0.1203f,-0.0032f,-0.006166f,0.1163f,-0.00356f,-0.00679f,0.1123f,-0.00392f,-0.007413f,0.1083f,-0.00428f,-0.008037f,0.1043f,-0.00464f,-0.00866f,0.1003f,-0.0050f,-0.007071f,0.1003f,-0.008426f,-0.006562f,0.1043f,-0.00782f,-0.006052f,0.1083f,-0.007213f,-0.005543f,0.1123f,-0.006606f,-0.005034f,0.1163f,-0.0060f,-0.004525f,0.1203f,-0.005393f,-0.004114f,0.1203f,-0.004903f,-0.004577f,0.1163f,-0.005454f,-0.005039f,0.1123f,-0.006006f,-0.005502f,0.1083f,-0.006557f,-0.005965f,0.1043f,-0.007109f,-0.006428f,0.1003f,-0.00766f,-0.003762f,0.1003f,-0.01034f,-0.003491f,0.1043f,-0.009592f,-0.00322f,0.1083f,-0.008848f,-0.00295f,0.1123f,-0.008104f,-0.002679f,0.1163f,-0.00736f,-0.002408f,0.1203f,-0.006615f,-0.002189f,0.1203f,-0.006014f,-0.002435f,0.1163f,-0.006691f,-0.002681f,0.1123f,-0.007367f,-0.002928f,0.1083f,-0.008044f,-0.003174f,0.1043f,-0.00872f,-0.00342f,0.1003f,-0.009397f,0.0f,0.1204f,-0.0070f,0.0f,0.1232f,-0.0070f,0.0f,0.126f,-0.0070f,0.0f,0.1288f,-0.0070f,0.0f,0.1316f,-0.0070f,0.0f,0.1344f,-0.0070f,0.0f,0.1344f,-0.0030f,0.0f,0.1316f,-0.0030f,0.0f,0.1288f,-0.0030f,0.0f,0.126f,-0.0030f,0.0f,0.1232f,-0.0030f,0.0f,0.1204f,-0.0030f,0.002394f,0.1204f,-0.006578f,0.002394f,0.1232f,-0.006578f,0.002394f,0.126f,-0.006578f,0.002394f,0.1288f,-0.006578f,0.002394f,0.1316f,-0.006578f,0.002394f,0.1344f,-0.006578f,0.001026f,0.1344f,-0.002819f,0.001026f,0.1316f,-0.002819f,0.001026f,0.1288f,-0.002819f,0.001026f,0.126f,-0.002819f,0.001026f,0.1232f,-0.002819f,0.001026f,0.1204f,-0.002819f,0.0045f,0.1204f,-0.005362f,0.0045f,0.1232f,-0.005362f,0.0045f,0.126f,-0.005362f,0.0045f,0.1288f,-0.005362f,0.0045f,0.1316f,-0.005362f,0.0045f,0.1344f,-0.005362f,0.001928f,0.1344f,-0.002298f,0.001928f,0.1316f,-0.002298f,0.001928f,0.1288f,-0.002298f,0.001928f,0.126f,-0.002298f,0.001928f,0.1232f,-0.002298f,0.001928f,0.1204f,-0.002298f,0.006062f,0.1204f,-0.0035f,0.006062f,0.1232f,-0.0035f,0.006062f,0.126f,-0.0035f,0.006062f,0.1288f,-0.0035f,0.006062f,0.1316f,-0.0035f,0.006062f,0.1344f,-0.0035f,0.002598f,0.1344f,-0.0015f,0.002598f,0.1316f,-0.0015f,0.002598f,0.1288f,-0.0015f,0.002598f,0.126f,-0.0015f,0.002598f,0.1232f,-0.0015f,0.002598f,0.1204f,-0.0015f,0.006894f,0.1204f,-0.001216f,0.006894f,0.1232f,-0.001216f,0.006894f,0.126f,-0.001216f,0.006894f,0.1288f,-0.001216f,0.006894f,0.1316f,-0.001216f,0.006894f,0.1344f,-0.001216f,0.002954f,0.1344f,-5.209E-4f,0.002954f,0.1316f,-5.209E-4f,0.002954f,0.1288f,-5.209E-4f,0.002954f,0.126f,-5.209E-4f,0.002954f,0.1232f,-5.209E-4f,0.002954f,0.1204f,-5.209E-4f,0.006894f,0.1204f,0.001216f,0.006894f,0.1232f,0.001216f,0.006894f,0.126f,0.001216f,0.006894f,0.1288f,0.001216f,0.006894f,0.1316f,0.001216f,0.006894f,0.1344f,0.001216f,0.002954f,0.1344f,5.209E-4f,0.002954f,0.1316f,5.209E-4f}; return value; } private float[] getTube11_COORD_11_309_point_6() { float[] value = {0.002954f,0.1288f,5.209E-4f,0.002954f,0.126f,5.209E-4f,0.002954f,0.1232f,5.209E-4f,0.002954f,0.1204f,5.209E-4f,0.006062f,0.1204f,0.0035f,0.006062f,0.1232f,0.0035f,0.006062f,0.126f,0.0035f,0.006062f,0.1288f,0.0035f,0.006062f,0.1316f,0.0035f,0.006062f,0.1344f,0.0035f,0.002598f,0.1344f,0.0015f,0.002598f,0.1316f,0.0015f,0.002598f,0.1288f,0.0015f,0.002598f,0.126f,0.0015f,0.002598f,0.1232f,0.0015f,0.002598f,0.1204f,0.0015f,0.0045f,0.1204f,0.005362f,0.0045f,0.1232f,0.005362f,0.0045f,0.126f,0.005362f,0.0045f,0.1288f,0.005362f,0.0045f,0.1316f,0.005362f,0.0045f,0.1344f,0.005362f,0.001928f,0.1344f,0.002298f,0.001928f,0.1316f,0.002298f,0.001928f,0.1288f,0.002298f,0.001928f,0.126f,0.002298f,0.001928f,0.1232f,0.002298f,0.001928f,0.1204f,0.002298f,0.002394f,0.1204f,0.006578f,0.002394f,0.1232f,0.006578f,0.002394f,0.126f,0.006578f,0.002394f,0.1288f,0.006578f,0.002394f,0.1316f,0.006578f,0.002394f,0.1344f,0.006578f,0.001026f,0.1344f,0.002819f,0.001026f,0.1316f,0.002819f,0.001026f,0.1288f,0.002819f,0.001026f,0.126f,0.002819f,0.001026f,0.1232f,0.002819f,0.001026f,0.1204f,0.002819f,0.0f,0.1204f,0.0070f,0.0f,0.1232f,0.0070f,0.0f,0.126f,0.0070f,0.0f,0.1288f,0.0070f,0.0f,0.1316f,0.0070f,0.0f,0.1344f,0.0070f,0.0f,0.1344f,0.0030f,0.0f,0.1316f,0.0030f,0.0f,0.1288f,0.0030f,0.0f,0.126f,0.0030f,0.0f,0.1232f,0.0030f,0.0f,0.1204f,0.0030f,-0.002394f,0.1204f,0.006578f,-0.002394f,0.1232f,0.006578f,-0.002394f,0.126f,0.006578f,-0.002394f,0.1288f,0.006578f,-0.002394f,0.1316f,0.006578f,-0.002394f,0.1344f,0.006578f,-0.001026f,0.1344f,0.002819f,-0.001026f,0.1316f,0.002819f,-0.001026f,0.1288f,0.002819f,-0.001026f,0.126f,0.002819f,-0.001026f,0.1232f,0.002819f,-0.001026f,0.1204f,0.002819f,-0.0045f,0.1204f,0.005362f,-0.0045f,0.1232f,0.005362f,-0.0045f,0.126f,0.005362f,-0.0045f,0.1288f,0.005362f,-0.0045f,0.1316f,0.005362f,-0.0045f,0.1344f,0.005362f,-0.001928f,0.1344f,0.002298f,-0.001928f,0.1316f,0.002298f,-0.001928f,0.1288f,0.002298f,-0.001928f,0.126f,0.002298f,-0.001928f,0.1232f,0.002298f,-0.001928f,0.1204f,0.002298f,-0.006062f,0.1204f,0.0035f,-0.006062f,0.1232f,0.0035f,-0.006062f,0.126f,0.0035f,-0.006062f,0.1288f,0.0035f,-0.006062f,0.1316f,0.0035f,-0.006062f,0.1344f,0.0035f,-0.002598f,0.1344f,0.0015f,-0.002598f,0.1316f,0.0015f,-0.002598f,0.1288f,0.0015f,-0.002598f,0.126f,0.0015f,-0.002598f,0.1232f,0.0015f,-0.002598f,0.1204f,0.0015f,-0.006894f,0.1204f,0.001216f,-0.006894f,0.1232f,0.001216f,-0.006894f,0.126f,0.001216f,-0.006894f,0.1288f,0.001216f,-0.006894f,0.1316f,0.001216f,-0.006894f,0.1344f,0.001216f,-0.002954f,0.1344f,5.209E-4f,-0.002954f,0.1316f,5.209E-4f,-0.002954f,0.1288f,5.209E-4f,-0.002954f,0.126f,5.209E-4f,-0.002954f,0.1232f,5.209E-4f,-0.002954f,0.1204f,5.209E-4f}; return value; } private float[] getTube11_COORD_11_309_point_7() { float[] value = {-0.006894f,0.1204f,-0.001216f,-0.006894f,0.1232f,-0.001216f,-0.006894f,0.126f,-0.001216f,-0.006894f,0.1288f,-0.001216f,-0.006894f,0.1316f,-0.001216f,-0.006894f,0.1344f,-0.001216f,-0.002954f,0.1344f,-5.209E-4f,-0.002954f,0.1316f,-5.209E-4f,-0.002954f,0.1288f,-5.209E-4f,-0.002954f,0.126f,-5.209E-4f,-0.002954f,0.1232f,-5.209E-4f,-0.002954f,0.1204f,-5.209E-4f,-0.006062f,0.1204f,-0.0035f,-0.006062f,0.1232f,-0.0035f,-0.006062f,0.126f,-0.0035f,-0.006062f,0.1288f,-0.0035f,-0.006062f,0.1316f,-0.0035f,-0.006062f,0.1344f,-0.0035f,-0.002598f,0.1344f,-0.0015f,-0.002598f,0.1316f,-0.0015f,-0.002598f,0.1288f,-0.0015f,-0.002598f,0.126f,-0.0015f,-0.002598f,0.1232f,-0.0015f,-0.002598f,0.1204f,-0.0015f,-0.0045f,0.1204f,-0.005362f,-0.0045f,0.1232f,-0.005362f,-0.0045f,0.126f,-0.005362f,-0.0045f,0.1288f,-0.005362f,-0.0045f,0.1316f,-0.005362f,-0.0045f,0.1344f,-0.005362f,-0.001928f,0.1344f,-0.002298f,-0.001928f,0.1316f,-0.002298f,-0.001928f,0.1288f,-0.002298f,-0.001928f,0.126f,-0.002298f,-0.001928f,0.1232f,-0.002298f,-0.001928f,0.1204f,-0.002298f,-0.002394f,0.1204f,-0.006578f,-0.002394f,0.1232f,-0.006578f,-0.002394f,0.126f,-0.006578f,-0.002394f,0.1288f,-0.006578f,-0.002394f,0.1316f,-0.006578f,-0.002394f,0.1344f,-0.006578f,-0.001026f,0.1344f,-0.002819f,-0.001026f,0.1316f,-0.002819f,-0.001026f,0.1288f,-0.002819f,-0.001026f,0.126f,-0.002819f,-0.001026f,0.1232f,-0.002819f,-0.001026f,0.1204f,-0.002819f,0.013f,0.0f,0.0f,0.01222f,0.0f,-0.004446f,0.009959f,0.0f,-0.008356f,0.0065f,0.0f,-0.01126f,0.002257f,0.0f,-0.0128f,-0.002257f,0.0f,-0.0128f,-0.0065f,0.0f,-0.01126f,-0.009959f,0.0f,-0.008356f,-0.01222f,0.0f,-0.004446f,-0.013f,0.0f,0.0f,-0.01222f,0.0f,0.004446f,-0.009959f,0.0f,0.008356f,-0.0065f,0.0f,0.01126f,-0.002257f,0.0f,0.0128f,0.002257f,0.0f,0.0128f,0.0065f,0.0f,0.01126f,0.009959f,0.0f,0.008356f,0.01222f,0.0f,0.004446f,0.013f,0.0010f,0.0f,0.01222f,0.0010f,-0.004446f,0.009959f,0.0010f,-0.008356f,0.0065f,0.0010f,-0.01126f,0.002257f,0.0010f,-0.0128f,-0.002257f,0.0010f,-0.0128f,-0.0065f,0.0010f,-0.01126f,-0.009959f,0.0010f,-0.008356f,-0.01222f,0.0010f,-0.004446f,-0.013f,0.0010f,0.0f,-0.01222f,0.0010f,0.004446f,-0.009959f,0.0010f,0.008356f,-0.0065f,0.0010f,0.01126f,-0.002257f,0.0010f,0.0128f,0.002257f,0.0010f,0.0128f,0.0065f,0.0010f,0.01126f,0.009959f,0.0010f,0.008356f,0.01222f,0.0010f,0.004446f,0.013f,0.0020f,0.0f,0.01222f,0.0020f,-0.004446f,0.009959f,0.0020f,-0.008356f,0.0065f,0.0020f,-0.01126f,0.002257f,0.0020f,-0.0128f,-0.002257f,0.0020f,-0.0128f,-0.0065f,0.0020f,-0.01126f,-0.009959f,0.0020f,-0.008356f,-0.01222f,0.0020f,-0.004446f,-0.013f,0.0020f,0.0f,-0.01222f,0.0020f,0.004446f,-0.009959f,0.0020f,0.008356f,-0.0065f,0.0020f,0.01126f,-0.002257f,0.0020f,0.0128f,0.002257f,0.0020f,0.0128f,0.0065f,0.0020f,0.01126f}; return value; } private float[] getTube11_COORD_11_309_point_8() { float[] value = {0.009959f,0.0020f,0.008356f,0.01222f,0.0020f,0.004446f,0.013f,0.0030f,0.0f,0.01222f,0.0030f,-0.004446f,0.009959f,0.0030f,-0.008356f,0.0065f,0.0030f,-0.01126f,0.002257f,0.0030f,-0.0128f,-0.002257f,0.0030f,-0.0128f,-0.0065f,0.0030f,-0.01126f,-0.009959f,0.0030f,-0.008356f,-0.01222f,0.0030f,-0.004446f,-0.013f,0.0030f,0.0f,-0.01222f,0.0030f,0.004446f,-0.009959f,0.0030f,0.008356f,-0.0065f,0.0030f,0.01126f,-0.002257f,0.0030f,0.0128f,0.002257f,0.0030f,0.0128f,0.0065f,0.0030f,0.01126f,0.009959f,0.0030f,0.008356f,0.01222f,0.0030f,0.004446f,0.013f,0.0040f,0.0f,0.01222f,0.0040f,-0.004446f,0.009959f,0.0040f,-0.008356f,0.0065f,0.0040f,-0.01126f,0.002257f,0.0040f,-0.0128f,-0.002257f,0.0040f,-0.0128f,-0.0065f,0.0040f,-0.01126f,-0.009959f,0.0040f,-0.008356f,-0.01222f,0.0040f,-0.004446f,-0.013f,0.0040f,0.0f,-0.01222f,0.0040f,0.004446f,-0.009959f,0.0040f,0.008356f,-0.0065f,0.0040f,0.01126f,-0.002257f,0.0040f,0.0128f,0.002257f,0.0040f,0.0128f,0.0065f,0.0040f,0.01126f,0.009959f,0.0040f,0.008356f,0.01222f,0.0040f,0.004446f,0.013f,0.0050f,0.0f,0.01222f,0.0050f,-0.004446f,0.009959f,0.0050f,-0.008356f,0.0065f,0.0050f,-0.01126f,0.002257f,0.0050f,-0.0128f,-0.002257f,0.0050f,-0.0128f,-0.0065f,0.0050f,-0.01126f,-0.009959f,0.0050f,-0.008356f,-0.01222f,0.0050f,-0.004446f,-0.013f,0.0050f,0.0f,-0.01222f,0.0050f,0.004446f,-0.009959f,0.0050f,0.008356f,-0.0065f,0.0050f,0.01126f,-0.002257f,0.0050f,0.0128f,0.002257f,0.0050f,0.0128f,0.0065f,0.0050f,0.01126f,0.009959f,0.0050f,0.008356f,0.01222f,0.0050f,0.004446f,1.0f,0.0f,1.0f}; return value; } /** Define subarrays using type int[] */ private int[] getCylinder16_FACES_10_315_coordIndex_1() { int[] value = {0,2,1,-1,0,3,2,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,0,9,8,-1,0,10,9,-1,0,11,10,-1,0,12,11,-1,0,13,12,-1,0,14,13,-1,0,15,14,-1,0,16,15,-1,0,17,16,-1,0,18,17,-1,0,1,18,-1,1,20,19,-1,1,2,20,-1,2,21,20,-1,2,3,21,-1,3,22,21,-1,3,4,22,-1,4,23,22,-1,4,5,23,-1,5,24,23,-1,5,6,24,-1,6,25,24,-1,6,7,25,-1,7,26,25,-1,7,8,26,-1,8,27,26,-1,8,9,27,-1,9,28,27,-1,9,10,28,-1,10,29,28,-1,10,11,29,-1,11,30,29,-1,11,12,30,-1,12,31,30,-1,12,13,31,-1,13,32,31,-1,13,14,32,-1,14,33,32,-1,14,15,33,-1,15,34,33,-1,15,16,34,-1,16,35,34,-1,16,17,35,-1,17,36,35,-1,17,18,36,-1,18,19,36,-1,18,1,19,-1,19,38,37,-1,19,20,38,-1,20,39,38,-1,20,21,39,-1,21,40,39,-1,21,22,40,-1,22,41,40,-1,22,23,41,-1,23,42,41,-1,23,24,42,-1,24,43,42,-1,24,25,43,-1,25,44,43,-1,25,26,44,-1,26,45,44,-1,26,27,45,-1,27,46,45,-1,27,28,46,-1,28,47,46,-1,28,29,47,-1,29,48,47,-1,29,30,48,-1,30,49,48,-1,30,31,49,-1,31,50,49,-1,31,32,50,-1,32,51,50,-1,32,33,51,-1,33,52,51,-1,33,34,52,-1,34,53,52,-1,34,35,53,-1,35,54,53,-1,35,36,54,-1,36,37,54,-1,36,19,37,-1,37,56,55,-1,37,38,56,-1,38,57,56,-1,38,39,57,-1,39,58,57,-1,39,40,58,-1,40,59,58,-1,40,41,59,-1,41,60,59,-1,41,42,60,-1,42,61,60,-1,42,43,61,-1,43,62,61,-1,43,44,62,-1,44,63,62,-1,44,45,63,-1,45,64,63,-1,45,46,64,-1,46,65,64,-1,46,47,65,-1,47,66,65,-1,47,48,66,-1,48,67,66,-1,48,49,67,-1,49,68,67,-1,49,50,68,-1,50,69,68,-1,50,51,69,-1,51,70,69,-1,51,52,70,-1,52,71,70,-1,52,53,71,-1,53,72,71,-1,53,54,72,-1,54,55,72,-1,54,37,55,-1,55,74,73,-1,55,56,74,-1,56,75,74,-1,56,57,75,-1,57,76,75,-1,57,58,76,-1,58,77,76,-1,58,59,77,-1,59,78,77,-1,59,60,78,-1,60,79,78,-1,60,61,79,-1,61,80,79,-1,61,62,80,-1,62,81,80,-1,62,63,81,-1,63,82,81,-1,63,64,82,-1,64,83,82,-1,64,65,83,-1,65,84,83,-1,65,66,84,-1,66,85,84,-1,66,67,85,-1,67,86,85,-1,67,68,86,-1,68,87,86,-1,68,69,87,-1,69,88,87,-1,69,70,88,-1,70,89,88,-1,70,71,89,-1,71,90,89,-1,71,72,90,-1,72,73,90,-1,72,55,73,-1,73,92,91,-1,73,74,92,-1,74,93,92,-1,74,75,93,-1,75,94,93,-1,75,76,94,-1,76,95,94,-1,76,77,95,-1,77,96,95,-1,77,78,96,-1,78,97,96,-1,78,79,97,-1,79,98,97,-1,79,80,98,-1,80,99,98,-1,80,81,99,-1,81,100,99,-1,81,82,100,-1,82,101,100,-1,82,83,101,-1,83,102,101,-1,83,84,102,-1,84,103,102,-1,84,85,103,-1,85,104,103,-1,85,86,104,-1,86,105,104,-1,86,87,105,-1,87,106,105,-1,87,88,106,-1,88,107,106,-1,88,89,107,-1,89,108,107,-1,89,90,108,-1,90,91,108,-1,90,73,91,-1,109,91,92,-1,109,92,93,-1,109,93,94,-1,109,94,95,-1,109,95,96,-1,109,96,97,-1,109,97,98,-1,109,98,99,-1,109,99,100,-1,109,100,101,-1,109,101,102,-1,109,102,103,-1,109,103,104,-1,109,104,105,-1,109,105,106,-1,109,106,107,-1,109,107,108,-1,109,108,91,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCylinder16_COORD_11_315_point_1() { float[] value = {0.0f,0.0f,0.0f,0.0070f,0.0f,0.0f,0.006578f,0.0f,-0.002394f,0.005362f,0.0f,-0.0045f,0.0035f,0.0f,-0.006062f,0.001216f,0.0f,-0.006894f,-0.001216f,0.0f,-0.006894f,-0.0035f,0.0f,-0.006062f,-0.005362f,0.0f,-0.0045f,-0.006578f,0.0f,-0.002394f,-0.0070f,0.0f,0.0f,-0.006578f,0.0f,0.002394f,-0.005362f,0.0f,0.0045f,-0.0035f,0.0f,0.006062f,-0.001216f,0.0f,0.006894f,0.001216f,0.0f,0.006894f,0.0035f,0.0f,0.006062f,0.005362f,0.0f,0.0045f,0.006578f,0.0f,0.002394f,0.006677f,0.01f,0.0f,0.006274f,0.01f,-0.002284f,0.005115f,0.01f,-0.004292f,0.003338f,0.01f,-0.005782f,0.001159f,0.01f,-0.006575f,-0.001159f,0.01f,-0.006575f,-0.003338f,0.01f,-0.005782f,-0.005115f,0.01f,-0.004292f,-0.006274f,0.01f,-0.002284f,-0.006677f,0.01f,0.0f,-0.006274f,0.01f,0.002284f,-0.005115f,0.01f,0.004292f,-0.003338f,0.01f,0.005782f,-0.001159f,0.01f,0.006575f,0.001159f,0.01f,0.006575f,0.003338f,0.01f,0.005782f,0.005115f,0.01f,0.004292f,0.006274f,0.01f,0.002284f,0.00593f,0.02f,0.0f,0.005572f,0.02f,-0.002028f,0.004543f,0.02f,-0.003812f,0.002965f,0.02f,-0.005136f,0.00103f,0.02f,-0.00584f,-0.00103f,0.02f,-0.00584f,-0.002965f,0.02f,-0.005136f,-0.004543f,0.02f,-0.003812f,-0.005572f,0.02f,-0.002028f,-0.00593f,0.02f,0.0f,-0.005572f,0.02f,0.002028f,-0.004543f,0.02f,0.003812f,-0.002965f,0.02f,0.005136f,-0.00103f,0.02f,0.00584f,0.00103f,0.02f,0.00584f,0.002965f,0.02f,0.005136f,0.004543f,0.02f,0.003812f,0.005572f,0.02f,0.002028f,0.004761f,0.03f,0.0f,0.004474f,0.03f,-0.001628f,0.003647f,0.03f,-0.00306f,0.00238f,0.03f,-0.004123f,8.267E-4f,0.03f,-0.004688f,-8.267E-4f,0.03f,-0.004688f,-0.00238f,0.03f,-0.004123f,-0.003647f,0.03f,-0.00306f,-0.004474f,0.03f,-0.001628f,-0.004761f,0.03f,0.0f,-0.004474f,0.03f,0.001628f,-0.003647f,0.03f,0.00306f,-0.00238f,0.03f,0.004123f,-8.267E-4f,0.03f,0.004688f,8.267E-4f,0.03f,0.004688f,0.00238f,0.03f,0.004123f,0.003647f,0.03f,0.00306f,0.004474f,0.03f,0.001628f,0.003168f,0.04f,0.0f,0.002977f,0.04f,-0.001084f,0.002427f,0.04f,-0.002037f,0.001584f,0.04f,-0.002744f,5.502E-4f,0.04f,-0.00312f,-5.502E-4f,0.04f,-0.00312f,-0.001584f,0.04f,-0.002744f,-0.002427f,0.04f,-0.002037f,-0.002977f,0.04f,-0.001084f,-0.003168f,0.04f,0.0f,-0.002977f,0.04f,0.001084f,-0.002427f,0.04f,0.002037f,-0.001584f,0.04f,0.002744f,-5.502E-4f,0.04f,0.00312f,5.502E-4f,0.04f,0.00312f,0.001584f,0.04f,0.002744f,0.002427f,0.04f,0.002037f,0.002977f,0.04f,0.001084f,0.001153f,0.05f,0.0f,0.001083f,0.05f,-3.943E-4f,8.832E-4f,0.05f,-7.411E-4f,5.765E-4f,0.05f,-9.984E-4f,2.002E-4f,0.05f,-0.001135f,-2.002E-4f,0.05f,-0.001135f,-5.765E-4f,0.05f,-9.984E-4f,-8.832E-4f,0.05f,-7.411E-4f,-0.001083f,0.05f,-3.943E-4f}; return value; } private float[] getCylinder16_COORD_11_315_point_2() { float[] value = {-0.001153f,0.05f,0.0f,-0.001083f,0.05f,3.943E-4f,-8.832E-4f,0.05f,7.411E-4f,-5.765E-4f,0.05f,9.984E-4f,-2.002E-4f,0.05f,0.001135f,2.002E-4f,0.05f,0.001135f,5.765E-4f,0.05f,9.984E-4f,8.832E-4f,0.05f,7.411E-4f,0.001083f,0.05f,3.943E-4f,0.0f,0.05f,0.0f,1.0f,1.0f,0.0f}; return value; } /** Define subarrays using type int[] */ private int[] getTube12_FACES_10_322_coordIndex_1() { int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1}; return value; } private int[] getTube12_FACES_10_322_coordIndex_2() { int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1,216,217,229,-1,229,228,216,-1,217,218,230,-1,230,229,217,-1,218,219,231,-1,231,230,218,-1,219,220,232,-1,232,231,219,-1,220,221,233,-1,233,232,220,-1,221,222,234,-1,234,233,221,-1,222,223,235,-1,235,234,222,-1,223,224,236,-1,236,235,223,-1,224,225,237,-1,237,236,224,-1,225,226,238,-1,238,237,225,-1,226,227,239,-1,239,238,226,-1,227,216,228,-1,228,239,227,-1,228,229,241,-1,241,240,228,-1,229,230,242,-1,242,241,229,-1,230,231,243,-1,243,242,230,-1,231,232,244,-1,244,243,231,-1,232,233,245,-1,245,244,232,-1,233,234,246,-1,246,245,233,-1,234,235,247,-1,247,246,234,-1,235,236,248,-1,248,247,235,-1,236,237,249,-1,249,248,236,-1,237,238,250,-1,250,249,237,-1,238,239,251,-1,251,250,238,-1,239,228,240,-1,240,251,239,-1,240,241,253,-1,253,252,240,-1,241,242,254,-1,254,253,241,-1,242,243,255,-1,255,254,242,-1,243,244,256,-1,256,255,243,-1,244,245,257,-1,257,256,244,-1,245,246,258,-1,258,257,245,-1,246,247,259,-1,259,258,246,-1,247,248,260,-1,260,259,247,-1,248,249,261,-1,261,260,248,-1,249,250,262,-1,262,261,249,-1}; return value; } private int[] getTube12_FACES_10_322_coordIndex_3() { int[] value = {250,251,263,-1,263,262,250,-1,251,240,252,-1,252,263,251,-1,252,253,265,-1,265,264,252,-1,253,254,266,-1,266,265,253,-1,254,255,267,-1,267,266,254,-1,255,256,268,-1,268,267,255,-1,256,257,269,-1,269,268,256,-1,257,258,270,-1,270,269,257,-1,258,259,271,-1,271,270,258,-1,259,260,272,-1,272,271,259,-1,260,261,273,-1,273,272,260,-1,261,262,274,-1,274,273,261,-1,262,263,275,-1,275,274,262,-1,263,252,264,-1,264,275,263,-1,264,265,277,-1,277,276,264,-1,265,266,278,-1,278,277,265,-1,266,267,279,-1,279,278,266,-1,267,268,280,-1,280,279,267,-1,268,269,281,-1,281,280,268,-1,269,270,282,-1,282,281,269,-1,270,271,283,-1,283,282,270,-1,271,272,284,-1,284,283,271,-1,272,273,285,-1,285,284,272,-1,273,274,286,-1,286,285,273,-1,274,275,287,-1,287,286,274,-1,275,264,276,-1,276,287,275,-1,276,277,289,-1,289,288,276,-1,277,278,290,-1,290,289,277,-1,278,279,291,-1,291,290,278,-1,279,280,292,-1,292,291,279,-1,280,281,293,-1,293,292,280,-1,281,282,294,-1,294,293,281,-1,282,283,295,-1,295,294,282,-1,283,284,296,-1,296,295,283,-1,284,285,297,-1,297,296,284,-1,285,286,298,-1,298,297,285,-1,286,287,299,-1,299,298,286,-1,287,276,288,-1,288,299,287,-1,288,289,301,-1,301,300,288,-1,289,290,302,-1,302,301,289,-1,290,291,303,-1,303,302,290,-1,291,292,304,-1,304,303,291,-1,292,293,305,-1,305,304,292,-1,293,294,306,-1,306,305,293,-1,294,295,307,-1,307,306,294,-1,295,296,308,-1,308,307,295,-1,296,297,309,-1,309,308,296,-1,297,298,310,-1,310,309,297,-1,298,299,311,-1,311,310,298,-1,299,288,300,-1,300,311,299,-1,300,301,313,-1,313,312,300,-1,301,302,314,-1,314,313,301,-1,302,303,315,-1,315,314,302,-1,303,304,316,-1,316,315,303,-1,304,305,317,-1,317,316,304,-1,305,306,318,-1,318,317,305,-1,306,307,319,-1,319,318,306,-1,307,308,320,-1,320,319,307,-1,308,309,321,-1,321,320,308,-1,309,310,322,-1,322,321,309,-1,310,311,323,-1,323,322,310,-1,311,300,312,-1,312,323,311,-1,312,313,325,-1,325,324,312,-1,313,314,326,-1,326,325,313,-1,314,315,327,-1,327,326,314,-1,315,316,328,-1,328,327,315,-1,316,317,329,-1,329,328,316,-1,317,318,330,-1,330,329,317,-1,318,319,331,-1,331,330,318,-1,319,320,332,-1,332,331,319,-1,320,321,333,-1,333,332,320,-1,321,322,334,-1,334,333,321,-1,322,323,335,-1,335,334,322,-1,323,312,324,-1,324,335,323,-1,324,325,337,-1,337,336,324,-1,325,326,338,-1,338,337,325,-1,326,327,339,-1,339,338,326,-1,327,328,340,-1,340,339,327,-1,328,329,341,-1,341,340,328,-1,329,330,342,-1,342,341,329,-1,330,331,343,-1,343,342,330,-1,331,332,344,-1,344,343,331,-1,332,333,345,-1,345,344,332,-1,333,334,346,-1,346,345,333,-1,334,335,347,-1,347,346,334,-1,335,324,336,-1,336,347,335,-1,336,337,349,-1,349,348,336,-1,337,338,350,-1,350,349,337,-1,338,339,351,-1,351,350,338,-1,339,340,352,-1,352,351,339,-1,340,341,353,-1,353,352,340,-1,341,342,354,-1,354,353,341,-1,342,343,355,-1,355,354,342,-1,343,344,356,-1,356,355,343,-1,344,345,357,-1,357,356,344,-1,345,346,358,-1,358,357,345,-1,346,347,359,-1,359,358,346,-1,347,336,348,-1,348,359,347,-1,348,349,361,-1,361,360,348,-1,349,350,362,-1,362,361,349,-1,350,351,363,-1,363,362,350,-1,351,352,364,-1,364,363,351,-1,352,353,365,-1,365,364,352,-1,353,354,366,-1,366,365,353,-1,354,355,367,-1,367,366,354,-1,355,356,368,-1,368,367,355,-1,356,357,369,-1,369,368,356,-1,357,358,370,-1,370,369,357,-1,358,359,371,-1,371,370,358,-1,359,348,360,-1,360,371,359,-1,360,361,373,-1,373,372,360,-1,361,362,374,-1,374,373,361,-1,362,363,375,-1,375,374,362,-1,363,364,376,-1,376,375,363,-1,364,365,377,-1,377,376,364,-1,365,366,378,-1,378,377,365,-1,366,367,379,-1,379,378,366,-1,367,368,380,-1,380,379,367,-1,368,369,381,-1,381,380,368,-1,369,370,382,-1,382,381,369,-1,370,371,383,-1,383,382,370,-1,371,360,372,-1,372,383,371,-1,372,373,385,-1,385,384,372,-1,373,374,386,-1,386,385,373,-1,374,375,387,-1,387,386,374,-1}; return value; } private int[] getTube12_FACES_10_322_coordIndex_4() { int[] value = {375,376,388,-1,388,387,375,-1,376,377,389,-1,389,388,376,-1,377,378,390,-1,390,389,377,-1,378,379,391,-1,391,390,378,-1,379,380,392,-1,392,391,379,-1,380,381,393,-1,393,392,380,-1,381,382,394,-1,394,393,381,-1,382,383,395,-1,395,394,382,-1,383,372,384,-1,384,395,383,-1,384,385,397,-1,397,396,384,-1,385,386,398,-1,398,397,385,-1,386,387,399,-1,399,398,386,-1,387,388,400,-1,400,399,387,-1,388,389,401,-1,401,400,388,-1,389,390,402,-1,402,401,389,-1,390,391,403,-1,403,402,390,-1,391,392,404,-1,404,403,391,-1,392,393,405,-1,405,404,392,-1,393,394,406,-1,406,405,393,-1,394,395,407,-1,407,406,394,-1,395,384,396,-1,396,407,395,-1,396,397,409,-1,409,408,396,-1,397,398,410,-1,410,409,397,-1,398,399,411,-1,411,410,398,-1,399,400,412,-1,412,411,399,-1,400,401,413,-1,413,412,400,-1,401,402,414,-1,414,413,401,-1,402,403,415,-1,415,414,402,-1,403,404,416,-1,416,415,403,-1,404,405,417,-1,417,416,404,-1,405,406,418,-1,418,417,405,-1,406,407,419,-1,419,418,406,-1,407,396,408,-1,408,419,407,-1,408,409,421,-1,421,420,408,-1,409,410,422,-1,422,421,409,-1,410,411,423,-1,423,422,410,-1,411,412,424,-1,424,423,411,-1,412,413,425,-1,425,424,412,-1,413,414,426,-1,426,425,413,-1,414,415,427,-1,427,426,414,-1,415,416,428,-1,428,427,415,-1,416,417,429,-1,429,428,416,-1,417,418,430,-1,430,429,417,-1,418,419,431,-1,431,430,418,-1,419,408,420,-1,420,431,419,-1,420,421,217,-1,217,216,420,-1,421,422,218,-1,218,217,421,-1,422,423,219,-1,219,218,422,-1,423,424,220,-1,220,219,423,-1,424,425,221,-1,221,220,424,-1,425,426,222,-1,222,221,425,-1,426,427,223,-1,223,222,426,-1,427,428,224,-1,224,223,427,-1,428,429,225,-1,225,224,428,-1,429,430,226,-1,226,225,429,-1,430,431,227,-1,227,226,430,-1,431,420,216,-1,216,227,431,-1,432,433,445,-1,445,444,432,-1,433,434,446,-1,446,445,433,-1,434,435,447,-1,447,446,434,-1,435,436,448,-1,448,447,435,-1,436,437,449,-1,449,448,436,-1,437,438,450,-1,450,449,437,-1,438,439,451,-1,451,450,438,-1,439,440,452,-1,452,451,439,-1,440,441,453,-1,453,452,440,-1,441,442,454,-1,454,453,441,-1,442,443,455,-1,455,454,442,-1,443,432,444,-1,444,455,443,-1,444,445,457,-1,457,456,444,-1,445,446,458,-1,458,457,445,-1,446,447,459,-1,459,458,446,-1,447,448,460,-1,460,459,447,-1,448,449,461,-1,461,460,448,-1,449,450,462,-1,462,461,449,-1,450,451,463,-1,463,462,450,-1,451,452,464,-1,464,463,451,-1,452,453,465,-1,465,464,452,-1,453,454,466,-1,466,465,453,-1,454,455,467,-1,467,466,454,-1,455,444,456,-1,456,467,455,-1,456,457,469,-1,469,468,456,-1,457,458,470,-1,470,469,457,-1,458,459,471,-1,471,470,458,-1,459,460,472,-1,472,471,459,-1,460,461,473,-1,473,472,460,-1,461,462,474,-1,474,473,461,-1,462,463,475,-1,475,474,462,-1,463,464,476,-1,476,475,463,-1,464,465,477,-1,477,476,464,-1,465,466,478,-1,478,477,465,-1,466,467,479,-1,479,478,466,-1,467,456,468,-1,468,479,467,-1,468,469,481,-1,481,480,468,-1,469,470,482,-1,482,481,469,-1,470,471,483,-1,483,482,470,-1,471,472,484,-1,484,483,471,-1,472,473,485,-1,485,484,472,-1,473,474,486,-1,486,485,473,-1,474,475,487,-1,487,486,474,-1,475,476,488,-1,488,487,475,-1,476,477,489,-1,489,488,476,-1,477,478,490,-1,490,489,477,-1,478,479,491,-1,491,490,478,-1,479,468,480,-1,480,491,479,-1,480,481,493,-1,493,492,480,-1,481,482,494,-1,494,493,481,-1,482,483,495,-1,495,494,482,-1,483,484,496,-1,496,495,483,-1,484,485,497,-1,497,496,484,-1,485,486,498,-1,498,497,485,-1,486,487,499,-1,499,498,486,-1,487,488,500,-1,500,499,487,-1,488,489,501,-1,501,500,488,-1,489,490,502,-1,502,501,489,-1,490,491,503,-1,503,502,490,-1,491,480,492,-1,492,503,491,-1,492,493,505,-1,505,504,492,-1,493,494,506,-1,506,505,493,-1,494,495,507,-1,507,506,494,-1,495,496,508,-1,508,507,495,-1,496,497,509,-1,509,508,496,-1,497,498,510,-1,510,509,497,-1,498,499,511,-1,511,510,498,-1,499,500,512,-1,512,511,499,-1}; return value; } private int[] getTube12_FACES_10_322_coordIndex_5() { int[] value = {500,501,513,-1,513,512,500,-1,501,502,514,-1,514,513,501,-1,502,503,515,-1,515,514,502,-1,503,492,504,-1,504,515,503,-1,504,505,517,-1,517,516,504,-1,505,506,518,-1,518,517,505,-1,506,507,519,-1,519,518,506,-1,507,508,520,-1,520,519,507,-1,508,509,521,-1,521,520,508,-1,509,510,522,-1,522,521,509,-1,510,511,523,-1,523,522,510,-1,511,512,524,-1,524,523,511,-1,512,513,525,-1,525,524,512,-1,513,514,526,-1,526,525,513,-1,514,515,527,-1,527,526,514,-1,515,504,516,-1,516,527,515,-1,516,517,529,-1,529,528,516,-1,517,518,530,-1,530,529,517,-1,518,519,531,-1,531,530,518,-1,519,520,532,-1,532,531,519,-1,520,521,533,-1,533,532,520,-1,521,522,534,-1,534,533,521,-1,522,523,535,-1,535,534,522,-1,523,524,536,-1,536,535,523,-1,524,525,537,-1,537,536,524,-1,525,526,538,-1,538,537,525,-1,526,527,539,-1,539,538,526,-1,527,516,528,-1,528,539,527,-1,528,529,541,-1,541,540,528,-1,529,530,542,-1,542,541,529,-1,530,531,543,-1,543,542,530,-1,531,532,544,-1,544,543,531,-1,532,533,545,-1,545,544,532,-1,533,534,546,-1,546,545,533,-1,534,535,547,-1,547,546,534,-1,535,536,548,-1,548,547,535,-1,536,537,549,-1,549,548,536,-1,537,538,550,-1,550,549,537,-1,538,539,551,-1,551,550,538,-1,539,528,540,-1,540,551,539,-1,540,541,553,-1,553,552,540,-1,541,542,554,-1,554,553,541,-1,542,543,555,-1,555,554,542,-1,543,544,556,-1,556,555,543,-1,544,545,557,-1,557,556,544,-1,545,546,558,-1,558,557,545,-1,546,547,559,-1,559,558,546,-1,547,548,560,-1,560,559,547,-1,548,549,561,-1,561,560,548,-1,549,550,562,-1,562,561,549,-1,550,551,563,-1,563,562,550,-1,551,540,552,-1,552,563,551,-1,552,553,565,-1,565,564,552,-1,553,554,566,-1,566,565,553,-1,554,555,567,-1,567,566,554,-1,555,556,568,-1,568,567,555,-1,556,557,569,-1,569,568,556,-1,557,558,570,-1,570,569,557,-1,558,559,571,-1,571,570,558,-1,559,560,572,-1,572,571,559,-1,560,561,573,-1,573,572,560,-1,561,562,574,-1,574,573,561,-1,562,563,575,-1,575,574,562,-1,563,552,564,-1,564,575,563,-1,564,565,577,-1,577,576,564,-1,565,566,578,-1,578,577,565,-1,566,567,579,-1,579,578,566,-1,567,568,580,-1,580,579,567,-1,568,569,581,-1,581,580,568,-1,569,570,582,-1,582,581,569,-1,570,571,583,-1,583,582,570,-1,571,572,584,-1,584,583,571,-1,572,573,585,-1,585,584,572,-1,573,574,586,-1,586,585,573,-1,574,575,587,-1,587,586,574,-1,575,564,576,-1,576,587,575,-1,576,577,589,-1,589,588,576,-1,577,578,590,-1,590,589,577,-1,578,579,591,-1,591,590,578,-1,579,580,592,-1,592,591,579,-1,580,581,593,-1,593,592,580,-1,581,582,594,-1,594,593,581,-1,582,583,595,-1,595,594,582,-1,583,584,596,-1,596,595,583,-1,584,585,597,-1,597,596,584,-1,585,586,598,-1,598,597,585,-1,586,587,599,-1,599,598,586,-1,587,576,588,-1,588,599,587,-1,588,589,601,-1,601,600,588,-1,589,590,602,-1,602,601,589,-1,590,591,603,-1,603,602,590,-1,591,592,604,-1,604,603,591,-1,592,593,605,-1,605,604,592,-1,593,594,606,-1,606,605,593,-1,594,595,607,-1,607,606,594,-1,595,596,608,-1,608,607,595,-1,596,597,609,-1,609,608,596,-1,597,598,610,-1,610,609,597,-1,598,599,611,-1,611,610,598,-1,599,588,600,-1,600,611,599,-1,600,601,613,-1,613,612,600,-1,601,602,614,-1,614,613,601,-1,602,603,615,-1,615,614,602,-1,603,604,616,-1,616,615,603,-1,604,605,617,-1,617,616,604,-1,605,606,618,-1,618,617,605,-1,606,607,619,-1,619,618,606,-1,607,608,620,-1,620,619,607,-1,608,609,621,-1,621,620,608,-1,609,610,622,-1,622,621,609,-1,610,611,623,-1,623,622,610,-1,611,600,612,-1,612,623,611,-1,612,613,625,-1,625,624,612,-1,613,614,626,-1,626,625,613,-1,614,615,627,-1,627,626,614,-1,615,616,628,-1,628,627,615,-1,616,617,629,-1,629,628,616,-1,617,618,630,-1,630,629,617,-1,618,619,631,-1,631,630,618,-1,619,620,632,-1,632,631,619,-1,620,621,633,-1,633,632,620,-1,621,622,634,-1,634,633,621,-1,622,623,635,-1,635,634,622,-1,623,612,624,-1,624,635,623,-1,624,625,637,-1,637,636,624,-1}; return value; } private int[] getTube12_FACES_10_322_coordIndex_6() { int[] value = {625,626,638,-1,638,637,625,-1,626,627,639,-1,639,638,626,-1,627,628,640,-1,640,639,627,-1,628,629,641,-1,641,640,628,-1,629,630,642,-1,642,641,629,-1,630,631,643,-1,643,642,630,-1,631,632,644,-1,644,643,631,-1,632,633,645,-1,645,644,632,-1,633,634,646,-1,646,645,633,-1,634,635,647,-1,647,646,634,-1,635,624,636,-1,636,647,635,-1,636,637,433,-1,433,432,636,-1,637,638,434,-1,434,433,637,-1,638,639,435,-1,435,434,638,-1,639,640,436,-1,436,435,639,-1,640,641,437,-1,437,436,640,-1,641,642,438,-1,438,437,641,-1,642,643,439,-1,439,438,642,-1,643,644,440,-1,440,439,643,-1,644,645,441,-1,441,440,644,-1,645,646,442,-1,442,441,645,-1,646,647,443,-1,443,442,646,-1,647,636,432,-1,432,443,647,-1,648,649,667,-1,667,666,648,-1,649,650,668,-1,668,667,649,-1,650,651,669,-1,669,668,650,-1,651,652,670,-1,670,669,651,-1,652,653,671,-1,671,670,652,-1,653,654,672,-1,672,671,653,-1,654,655,673,-1,673,672,654,-1,655,656,674,-1,674,673,655,-1,656,657,675,-1,675,674,656,-1,657,658,676,-1,676,675,657,-1,658,659,677,-1,677,676,658,-1,659,660,678,-1,678,677,659,-1,660,661,679,-1,679,678,660,-1,661,662,680,-1,680,679,661,-1,662,663,681,-1,681,680,662,-1,663,664,682,-1,682,681,663,-1,664,665,683,-1,683,682,664,-1,665,648,666,-1,666,683,665,-1,666,667,685,-1,685,684,666,-1,667,668,686,-1,686,685,667,-1,668,669,687,-1,687,686,668,-1,669,670,688,-1,688,687,669,-1,670,671,689,-1,689,688,670,-1,671,672,690,-1,690,689,671,-1,672,673,691,-1,691,690,672,-1,673,674,692,-1,692,691,673,-1,674,675,693,-1,693,692,674,-1,675,676,694,-1,694,693,675,-1,676,677,695,-1,695,694,676,-1,677,678,696,-1,696,695,677,-1,678,679,697,-1,697,696,678,-1,679,680,698,-1,698,697,679,-1,680,681,699,-1,699,698,680,-1,681,682,700,-1,700,699,681,-1,682,683,701,-1,701,700,682,-1,683,666,684,-1,684,701,683,-1,684,685,703,-1,703,702,684,-1,685,686,704,-1,704,703,685,-1,686,687,705,-1,705,704,686,-1,687,688,706,-1,706,705,687,-1,688,689,707,-1,707,706,688,-1,689,690,708,-1,708,707,689,-1,690,691,709,-1,709,708,690,-1,691,692,710,-1,710,709,691,-1,692,693,711,-1,711,710,692,-1,693,694,712,-1,712,711,693,-1,694,695,713,-1,713,712,694,-1,695,696,714,-1,714,713,695,-1,696,697,715,-1,715,714,696,-1,697,698,716,-1,716,715,697,-1,698,699,717,-1,717,716,698,-1,699,700,718,-1,718,717,699,-1,700,701,719,-1,719,718,700,-1,701,684,702,-1,702,719,701,-1,702,703,721,-1,721,720,702,-1,703,704,722,-1,722,721,703,-1,704,705,723,-1,723,722,704,-1,705,706,724,-1,724,723,705,-1,706,707,725,-1,725,724,706,-1,707,708,726,-1,726,725,707,-1,708,709,727,-1,727,726,708,-1,709,710,728,-1,728,727,709,-1,710,711,729,-1,729,728,710,-1,711,712,730,-1,730,729,711,-1,712,713,731,-1,731,730,712,-1,713,714,732,-1,732,731,713,-1,714,715,733,-1,733,732,714,-1,715,716,734,-1,734,733,715,-1,716,717,735,-1,735,734,716,-1,717,718,736,-1,736,735,717,-1,718,719,737,-1,737,736,718,-1,719,702,720,-1,720,737,719,-1,720,721,739,-1,739,738,720,-1,721,722,740,-1,740,739,721,-1,722,723,741,-1,741,740,722,-1,723,724,742,-1,742,741,723,-1,724,725,743,-1,743,742,724,-1,725,726,744,-1,744,743,725,-1,726,727,745,-1,745,744,726,-1,727,728,746,-1,746,745,727,-1,728,729,747,-1,747,746,728,-1,729,730,748,-1,748,747,729,-1,730,731,749,-1,749,748,730,-1,731,732,750,-1,750,749,731,-1,732,733,751,-1,751,750,732,-1,733,734,752,-1,752,751,733,-1,734,735,753,-1,753,752,734,-1,735,736,754,-1,754,753,735,-1,736,737,755,-1,755,754,736,-1,737,720,738,-1,738,755,737,-1,664,663,662,-1,662,661,660,-1,660,659,658,-1,662,660,658,-1,658,657,656,-1,656,655,654,-1,658,656,654,-1,654,653,652,-1,652,651,650,-1,654,652,650,-1,658,654,650,-1,662,658,650,-1,650,649,648,-1,662,650,648,-1,664,662,648,-1,665,664,648,-1,739,740,741,-1,741,742,743,-1,743,744,745,-1,741,743,745,-1,745,746,747,-1,747,748,749,-1,745,747,749,-1,749,750,751,-1}; return value; } private int[] getTube12_FACES_10_322_coordIndex_7() { int[] value = {751,752,753,-1,749,751,753,-1,745,749,753,-1,741,745,753,-1,753,754,755,-1,741,753,755,-1,739,741,755,-1,738,739,755,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTube12_COORD_11_322_point_1() { float[] value = {0.0f,0.0f,-0.011f,0.0f,0.02f,-0.011f,0.0f,0.04f,-0.011f,0.0f,0.06f,-0.011f,0.0f,0.08f,-0.011f,0.0f,0.1f,-0.011f,0.0f,0.1f,-0.01f,0.0f,0.08f,-0.01f,0.0f,0.06f,-0.01f,0.0f,0.04f,-0.01f,0.0f,0.02f,-0.01f,0.0f,0.0f,-0.01f,0.003762f,0.0f,-0.01034f,0.003762f,0.02f,-0.01034f,0.003762f,0.04f,-0.01034f,0.003762f,0.06f,-0.01034f,0.003762f,0.08f,-0.01034f,0.003762f,0.1f,-0.01034f,0.00342f,0.1f,-0.009397f,0.00342f,0.08f,-0.009397f,0.00342f,0.06f,-0.009397f,0.00342f,0.04f,-0.009397f,0.00342f,0.02f,-0.009397f,0.00342f,0.0f,-0.009397f,0.007071f,0.0f,-0.008426f,0.007071f,0.02f,-0.008426f,0.007071f,0.04f,-0.008426f,0.007071f,0.06f,-0.008426f,0.007071f,0.08f,-0.008426f,0.007071f,0.1f,-0.008426f,0.006428f,0.1f,-0.00766f,0.006428f,0.08f,-0.00766f,0.006428f,0.06f,-0.00766f,0.006428f,0.04f,-0.00766f,0.006428f,0.02f,-0.00766f,0.006428f,0.0f,-0.00766f,0.009526f,0.0f,-0.0055f,0.009526f,0.02f,-0.0055f,0.009526f,0.04f,-0.0055f,0.009526f,0.06f,-0.0055f,0.009526f,0.08f,-0.0055f,0.009526f,0.1f,-0.0055f,0.00866f,0.1f,-0.0050f,0.00866f,0.08f,-0.0050f,0.00866f,0.06f,-0.0050f,0.00866f,0.04f,-0.0050f,0.00866f,0.02f,-0.0050f,0.00866f,0.0f,-0.0050f,0.01083f,0.0f,-0.00191f,0.01083f,0.02f,-0.00191f,0.01083f,0.04f,-0.00191f,0.01083f,0.06f,-0.00191f,0.01083f,0.08f,-0.00191f,0.01083f,0.1f,-0.00191f,0.009848f,0.1f,-0.001736f,0.009848f,0.08f,-0.001736f,0.009848f,0.06f,-0.001736f,0.009848f,0.04f,-0.001736f,0.009848f,0.02f,-0.001736f,0.009848f,0.0f,-0.001736f,0.01083f,0.0f,0.00191f,0.01083f,0.02f,0.00191f,0.01083f,0.04f,0.00191f,0.01083f,0.06f,0.00191f,0.01083f,0.08f,0.00191f,0.01083f,0.1f,0.00191f,0.009848f,0.1f,0.001736f,0.009848f,0.08f,0.001736f,0.009848f,0.06f,0.001736f,0.009848f,0.04f,0.001736f,0.009848f,0.02f,0.001736f,0.009848f,0.0f,0.001736f,0.009526f,0.0f,0.0055f,0.009526f,0.02f,0.0055f,0.009526f,0.04f,0.0055f,0.009526f,0.06f,0.0055f,0.009526f,0.08f,0.0055f,0.009526f,0.1f,0.0055f,0.00866f,0.1f,0.0050f,0.00866f,0.08f,0.0050f,0.00866f,0.06f,0.0050f,0.00866f,0.04f,0.0050f,0.00866f,0.02f,0.0050f,0.00866f,0.0f,0.0050f,0.007071f,0.0f,0.008426f,0.007071f,0.02f,0.008426f,0.007071f,0.04f,0.008426f,0.007071f,0.06f,0.008426f,0.007071f,0.08f,0.008426f,0.007071f,0.1f,0.008426f,0.006428f,0.1f,0.00766f,0.006428f,0.08f,0.00766f,0.006428f,0.06f,0.00766f,0.006428f,0.04f,0.00766f,0.006428f,0.02f,0.00766f,0.006428f,0.0f,0.00766f,0.003762f,0.0f,0.01034f,0.003762f,0.02f,0.01034f,0.003762f,0.04f,0.01034f,0.003762f,0.06f,0.01034f}; return value; } private float[] getTube12_COORD_11_322_point_2() { float[] value = {0.003762f,0.08f,0.01034f,0.003762f,0.1f,0.01034f,0.00342f,0.1f,0.009397f,0.00342f,0.08f,0.009397f,0.00342f,0.06f,0.009397f,0.00342f,0.04f,0.009397f,0.00342f,0.02f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.011f,0.0f,0.02f,0.011f,0.0f,0.04f,0.011f,0.0f,0.06f,0.011f,0.0f,0.08f,0.011f,0.0f,0.1f,0.011f,0.0f,0.1f,0.01f,0.0f,0.08f,0.01f,0.0f,0.06f,0.01f,0.0f,0.04f,0.01f,0.0f,0.02f,0.01f,0.0f,0.0f,0.01f,-0.003762f,0.0f,0.01034f,-0.003762f,0.02f,0.01034f,-0.003762f,0.04f,0.01034f,-0.003762f,0.06f,0.01034f,-0.003762f,0.08f,0.01034f,-0.003762f,0.1f,0.01034f,-0.00342f,0.1f,0.009397f,-0.00342f,0.08f,0.009397f,-0.00342f,0.06f,0.009397f,-0.00342f,0.04f,0.009397f,-0.00342f,0.02f,0.009397f,-0.00342f,0.0f,0.009397f,-0.007071f,0.0f,0.008426f,-0.007071f,0.02f,0.008426f,-0.007071f,0.04f,0.008426f,-0.007071f,0.06f,0.008426f,-0.007071f,0.08f,0.008426f,-0.007071f,0.1f,0.008426f,-0.006428f,0.1f,0.00766f,-0.006428f,0.08f,0.00766f,-0.006428f,0.06f,0.00766f,-0.006428f,0.04f,0.00766f,-0.006428f,0.02f,0.00766f,-0.006428f,0.0f,0.00766f,-0.009526f,0.0f,0.0055f,-0.009526f,0.02f,0.0055f,-0.009526f,0.04f,0.0055f,-0.009526f,0.06f,0.0055f,-0.009526f,0.08f,0.0055f,-0.009526f,0.1f,0.0055f,-0.00866f,0.1f,0.0050f,-0.00866f,0.08f,0.0050f,-0.00866f,0.06f,0.0050f,-0.00866f,0.04f,0.0050f,-0.00866f,0.02f,0.0050f,-0.00866f,0.0f,0.0050f,-0.01083f,0.0f,0.00191f,-0.01083f,0.02f,0.00191f,-0.01083f,0.04f,0.00191f,-0.01083f,0.06f,0.00191f,-0.01083f,0.08f,0.00191f,-0.01083f,0.1f,0.00191f,-0.009848f,0.1f,0.001736f,-0.009848f,0.08f,0.001736f,-0.009848f,0.06f,0.001736f,-0.009848f,0.04f,0.001736f,-0.009848f,0.02f,0.001736f,-0.009848f,0.0f,0.001736f,-0.01083f,0.0f,-0.00191f,-0.01083f,0.02f,-0.00191f,-0.01083f,0.04f,-0.00191f,-0.01083f,0.06f,-0.00191f,-0.01083f,0.08f,-0.00191f,-0.01083f,0.1f,-0.00191f,-0.009848f,0.1f,-0.001736f,-0.009848f,0.08f,-0.001736f,-0.009848f,0.06f,-0.001736f,-0.009848f,0.04f,-0.001736f,-0.009848f,0.02f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.009526f,0.0f,-0.0055f,-0.009526f,0.02f,-0.0055f,-0.009526f,0.04f,-0.0055f,-0.009526f,0.06f,-0.0055f,-0.009526f,0.08f,-0.0055f,-0.009526f,0.1f,-0.0055f,-0.00866f,0.1f,-0.0050f,-0.00866f,0.08f,-0.0050f,-0.00866f,0.06f,-0.0050f,-0.00866f,0.04f,-0.0050f,-0.00866f,0.02f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.007071f,0.0f,-0.008426f,-0.007071f,0.02f,-0.008426f,-0.007071f,0.04f,-0.008426f,-0.007071f,0.06f,-0.008426f,-0.007071f,0.08f,-0.008426f,-0.007071f,0.1f,-0.008426f,-0.006428f,0.1f,-0.00766f,-0.006428f,0.08f,-0.00766f}; return value; } private float[] getTube12_COORD_11_322_point_3() { float[] value = {-0.006428f,0.06f,-0.00766f,-0.006428f,0.04f,-0.00766f,-0.006428f,0.02f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.003762f,0.0f,-0.01034f,-0.003762f,0.02f,-0.01034f,-0.003762f,0.04f,-0.01034f,-0.003762f,0.06f,-0.01034f,-0.003762f,0.08f,-0.01034f,-0.003762f,0.1f,-0.01034f,-0.00342f,0.1f,-0.009397f,-0.00342f,0.08f,-0.009397f,-0.00342f,0.06f,-0.009397f,-0.00342f,0.04f,-0.009397f,-0.00342f,0.02f,-0.009397f,-0.00342f,0.0f,-0.009397f,0.0f,0.1003f,-0.011f,0.0f,0.1043f,-0.01021f,0.0f,0.1083f,-0.009416f,0.0f,0.1123f,-0.008624f,0.0f,0.1163f,-0.007832f,0.0f,0.1203f,-0.00704f,0.0f,0.1203f,-0.0064f,0.0f,0.1163f,-0.00712f,0.0f,0.1123f,-0.00784f,0.0f,0.1083f,-0.00856f,0.0f,0.1043f,-0.00928f,0.0f,0.1003f,-0.01f,0.003762f,0.1003f,-0.01034f,0.003491f,0.1043f,-0.009592f,0.00322f,0.1083f,-0.008848f,0.00295f,0.1123f,-0.008104f,0.002679f,0.1163f,-0.00736f,0.002408f,0.1203f,-0.006615f,0.002189f,0.1203f,-0.006014f,0.002435f,0.1163f,-0.006691f,0.002681f,0.1123f,-0.007367f,0.002928f,0.1083f,-0.008044f,0.003174f,0.1043f,-0.00872f,0.00342f,0.1003f,-0.009397f,0.007071f,0.1003f,-0.008426f,0.006562f,0.1043f,-0.00782f,0.006052f,0.1083f,-0.007213f,0.005543f,0.1123f,-0.006606f,0.005034f,0.1163f,-0.0060f,0.004525f,0.1203f,-0.005393f,0.004114f,0.1203f,-0.004903f,0.004577f,0.1163f,-0.005454f,0.005039f,0.1123f,-0.006006f,0.005502f,0.1083f,-0.006557f,0.005965f,0.1043f,-0.007109f,0.006428f,0.1003f,-0.00766f,0.009526f,0.1003f,-0.0055f,0.00884f,0.1043f,-0.005104f,0.008154f,0.1083f,-0.004708f,0.007469f,0.1123f,-0.004312f,0.006783f,0.1163f,-0.003916f,0.006097f,0.1203f,-0.00352f,0.005543f,0.1203f,-0.0032f,0.006166f,0.1163f,-0.00356f,0.00679f,0.1123f,-0.00392f,0.007413f,0.1083f,-0.00428f,0.008037f,0.1043f,-0.00464f,0.00866f,0.1003f,-0.0050f,0.01083f,0.1003f,-0.00191f,0.01005f,0.1043f,-0.001773f,0.009273f,0.1083f,-0.001635f,0.008493f,0.1123f,-0.001498f,0.007713f,0.1163f,-0.00136f,0.006933f,0.1203f,-0.001222f,0.006303f,0.1203f,-0.001111f,0.007012f,0.1163f,-0.001236f,0.007721f,0.1123f,-0.001361f,0.00843f,0.1083f,-0.001486f,0.009139f,0.1043f,-0.001611f,0.009848f,0.1003f,-0.001736f,0.01083f,0.1003f,0.00191f,0.01005f,0.1043f,0.001773f,0.009273f,0.1083f,0.001635f,0.008493f,0.1123f,0.001498f,0.007713f,0.1163f,0.00136f,0.006933f,0.1203f,0.001222f,0.006303f,0.1203f,0.001111f,0.007012f,0.1163f,0.001236f,0.007721f,0.1123f,0.001361f,0.00843f,0.1083f,0.001486f,0.009139f,0.1043f,0.001611f,0.009848f,0.1003f,0.001736f,0.009526f,0.1003f,0.0055f,0.00884f,0.1043f,0.005104f,0.008154f,0.1083f,0.004708f,0.007469f,0.1123f,0.004312f,0.006783f,0.1163f,0.003916f,0.006097f,0.1203f,0.00352f,0.005543f,0.1203f,0.0032f,0.006166f,0.1163f,0.00356f,0.00679f,0.1123f,0.00392f,0.007413f,0.1083f,0.00428f,0.008037f,0.1043f,0.00464f,0.00866f,0.1003f,0.0050f}; return value; } private float[] getTube12_COORD_11_322_point_4() { float[] value = {0.007071f,0.1003f,0.008426f,0.006562f,0.1043f,0.00782f,0.006052f,0.1083f,0.007213f,0.005543f,0.1123f,0.006606f,0.005034f,0.1163f,0.0060f,0.004525f,0.1203f,0.005393f,0.004114f,0.1203f,0.004903f,0.004577f,0.1163f,0.005454f,0.005039f,0.1123f,0.006006f,0.005502f,0.1083f,0.006557f,0.005965f,0.1043f,0.007109f,0.006428f,0.1003f,0.00766f,0.003762f,0.1003f,0.01034f,0.003491f,0.1043f,0.009592f,0.00322f,0.1083f,0.008848f,0.00295f,0.1123f,0.008104f,0.002679f,0.1163f,0.00736f,0.002408f,0.1203f,0.006615f,0.002189f,0.1203f,0.006014f,0.002435f,0.1163f,0.006691f,0.002681f,0.1123f,0.007367f,0.002928f,0.1083f,0.008044f,0.003174f,0.1043f,0.00872f,0.00342f,0.1003f,0.009397f,0.0f,0.1003f,0.011f,0.0f,0.1043f,0.01021f,0.0f,0.1083f,0.009416f,0.0f,0.1123f,0.008624f,0.0f,0.1163f,0.007832f,0.0f,0.1203f,0.00704f,0.0f,0.1203f,0.0064f,0.0f,0.1163f,0.00712f,0.0f,0.1123f,0.00784f,0.0f,0.1083f,0.00856f,0.0f,0.1043f,0.00928f,0.0f,0.1003f,0.01f,-0.003762f,0.1003f,0.01034f,-0.003491f,0.1043f,0.009592f,-0.00322f,0.1083f,0.008848f,-0.00295f,0.1123f,0.008104f,-0.002679f,0.1163f,0.00736f,-0.002408f,0.1203f,0.006615f,-0.002189f,0.1203f,0.006014f,-0.002435f,0.1163f,0.006691f,-0.002681f,0.1123f,0.007367f,-0.002928f,0.1083f,0.008044f,-0.003174f,0.1043f,0.00872f,-0.00342f,0.1003f,0.009397f,-0.007071f,0.1003f,0.008426f,-0.006562f,0.1043f,0.00782f,-0.006052f,0.1083f,0.007213f,-0.005543f,0.1123f,0.006606f,-0.005034f,0.1163f,0.0060f,-0.004525f,0.1203f,0.005393f,-0.004114f,0.1203f,0.004903f,-0.004577f,0.1163f,0.005454f,-0.005039f,0.1123f,0.006006f,-0.005502f,0.1083f,0.006557f,-0.005965f,0.1043f,0.007109f,-0.006428f,0.1003f,0.00766f,-0.009526f,0.1003f,0.0055f,-0.00884f,0.1043f,0.005104f,-0.008154f,0.1083f,0.004708f,-0.007469f,0.1123f,0.004312f,-0.006783f,0.1163f,0.003916f,-0.006097f,0.1203f,0.00352f,-0.005543f,0.1203f,0.0032f,-0.006166f,0.1163f,0.00356f,-0.00679f,0.1123f,0.00392f,-0.007413f,0.1083f,0.00428f,-0.008037f,0.1043f,0.00464f,-0.00866f,0.1003f,0.0050f,-0.01083f,0.1003f,0.00191f,-0.01005f,0.1043f,0.001773f,-0.009273f,0.1083f,0.001635f,-0.008493f,0.1123f,0.001498f,-0.007713f,0.1163f,0.00136f,-0.006933f,0.1203f,0.001222f,-0.006303f,0.1203f,0.001111f,-0.007012f,0.1163f,0.001236f,-0.007721f,0.1123f,0.001361f,-0.00843f,0.1083f,0.001486f,-0.009139f,0.1043f,0.001611f,-0.009848f,0.1003f,0.001736f,-0.01083f,0.1003f,-0.00191f,-0.01005f,0.1043f,-0.001773f,-0.009273f,0.1083f,-0.001635f,-0.008493f,0.1123f,-0.001498f,-0.007713f,0.1163f,-0.00136f,-0.006933f,0.1203f,-0.001222f,-0.006303f,0.1203f,-0.001111f,-0.007012f,0.1163f,-0.001236f,-0.007721f,0.1123f,-0.001361f,-0.00843f,0.1083f,-0.001486f,-0.009139f,0.1043f,-0.001611f,-0.009848f,0.1003f,-0.001736f,-0.009526f,0.1003f,-0.0055f,-0.00884f,0.1043f,-0.005104f,-0.008154f,0.1083f,-0.004708f,-0.007469f,0.1123f,-0.004312f}; return value; } private float[] getTube12_COORD_11_322_point_5() { float[] value = {-0.006783f,0.1163f,-0.003916f,-0.006097f,0.1203f,-0.00352f,-0.005543f,0.1203f,-0.0032f,-0.006166f,0.1163f,-0.00356f,-0.00679f,0.1123f,-0.00392f,-0.007413f,0.1083f,-0.00428f,-0.008037f,0.1043f,-0.00464f,-0.00866f,0.1003f,-0.0050f,-0.007071f,0.1003f,-0.008426f,-0.006562f,0.1043f,-0.00782f,-0.006052f,0.1083f,-0.007213f,-0.005543f,0.1123f,-0.006606f,-0.005034f,0.1163f,-0.0060f,-0.004525f,0.1203f,-0.005393f,-0.004114f,0.1203f,-0.004903f,-0.004577f,0.1163f,-0.005454f,-0.005039f,0.1123f,-0.006006f,-0.005502f,0.1083f,-0.006557f,-0.005965f,0.1043f,-0.007109f,-0.006428f,0.1003f,-0.00766f,-0.003762f,0.1003f,-0.01034f,-0.003491f,0.1043f,-0.009592f,-0.00322f,0.1083f,-0.008848f,-0.00295f,0.1123f,-0.008104f,-0.002679f,0.1163f,-0.00736f,-0.002408f,0.1203f,-0.006615f,-0.002189f,0.1203f,-0.006014f,-0.002435f,0.1163f,-0.006691f,-0.002681f,0.1123f,-0.007367f,-0.002928f,0.1083f,-0.008044f,-0.003174f,0.1043f,-0.00872f,-0.00342f,0.1003f,-0.009397f,0.0f,0.1204f,-0.0070f,0.0f,0.1232f,-0.0070f,0.0f,0.126f,-0.0070f,0.0f,0.1288f,-0.0070f,0.0f,0.1316f,-0.0070f,0.0f,0.1344f,-0.0070f,0.0f,0.1344f,-0.0030f,0.0f,0.1316f,-0.0030f,0.0f,0.1288f,-0.0030f,0.0f,0.126f,-0.0030f,0.0f,0.1232f,-0.0030f,0.0f,0.1204f,-0.0030f,0.002394f,0.1204f,-0.006578f,0.002394f,0.1232f,-0.006578f,0.002394f,0.126f,-0.006578f,0.002394f,0.1288f,-0.006578f,0.002394f,0.1316f,-0.006578f,0.002394f,0.1344f,-0.006578f,0.001026f,0.1344f,-0.002819f,0.001026f,0.1316f,-0.002819f,0.001026f,0.1288f,-0.002819f,0.001026f,0.126f,-0.002819f,0.001026f,0.1232f,-0.002819f,0.001026f,0.1204f,-0.002819f,0.0045f,0.1204f,-0.005362f,0.0045f,0.1232f,-0.005362f,0.0045f,0.126f,-0.005362f,0.0045f,0.1288f,-0.005362f,0.0045f,0.1316f,-0.005362f,0.0045f,0.1344f,-0.005362f,0.001928f,0.1344f,-0.002298f,0.001928f,0.1316f,-0.002298f,0.001928f,0.1288f,-0.002298f,0.001928f,0.126f,-0.002298f,0.001928f,0.1232f,-0.002298f,0.001928f,0.1204f,-0.002298f,0.006062f,0.1204f,-0.0035f,0.006062f,0.1232f,-0.0035f,0.006062f,0.126f,-0.0035f,0.006062f,0.1288f,-0.0035f,0.006062f,0.1316f,-0.0035f,0.006062f,0.1344f,-0.0035f,0.002598f,0.1344f,-0.0015f,0.002598f,0.1316f,-0.0015f,0.002598f,0.1288f,-0.0015f,0.002598f,0.126f,-0.0015f,0.002598f,0.1232f,-0.0015f,0.002598f,0.1204f,-0.0015f,0.006894f,0.1204f,-0.001216f,0.006894f,0.1232f,-0.001216f,0.006894f,0.126f,-0.001216f,0.006894f,0.1288f,-0.001216f,0.006894f,0.1316f,-0.001216f,0.006894f,0.1344f,-0.001216f,0.002954f,0.1344f,-5.209E-4f,0.002954f,0.1316f,-5.209E-4f,0.002954f,0.1288f,-5.209E-4f,0.002954f,0.126f,-5.209E-4f,0.002954f,0.1232f,-5.209E-4f,0.002954f,0.1204f,-5.209E-4f,0.006894f,0.1204f,0.001216f,0.006894f,0.1232f,0.001216f,0.006894f,0.126f,0.001216f,0.006894f,0.1288f,0.001216f,0.006894f,0.1316f,0.001216f,0.006894f,0.1344f,0.001216f,0.002954f,0.1344f,5.209E-4f,0.002954f,0.1316f,5.209E-4f}; return value; } private float[] getTube12_COORD_11_322_point_6() { float[] value = {0.002954f,0.1288f,5.209E-4f,0.002954f,0.126f,5.209E-4f,0.002954f,0.1232f,5.209E-4f,0.002954f,0.1204f,5.209E-4f,0.006062f,0.1204f,0.0035f,0.006062f,0.1232f,0.0035f,0.006062f,0.126f,0.0035f,0.006062f,0.1288f,0.0035f,0.006062f,0.1316f,0.0035f,0.006062f,0.1344f,0.0035f,0.002598f,0.1344f,0.0015f,0.002598f,0.1316f,0.0015f,0.002598f,0.1288f,0.0015f,0.002598f,0.126f,0.0015f,0.002598f,0.1232f,0.0015f,0.002598f,0.1204f,0.0015f,0.0045f,0.1204f,0.005362f,0.0045f,0.1232f,0.005362f,0.0045f,0.126f,0.005362f,0.0045f,0.1288f,0.005362f,0.0045f,0.1316f,0.005362f,0.0045f,0.1344f,0.005362f,0.001928f,0.1344f,0.002298f,0.001928f,0.1316f,0.002298f,0.001928f,0.1288f,0.002298f,0.001928f,0.126f,0.002298f,0.001928f,0.1232f,0.002298f,0.001928f,0.1204f,0.002298f,0.002394f,0.1204f,0.006578f,0.002394f,0.1232f,0.006578f,0.002394f,0.126f,0.006578f,0.002394f,0.1288f,0.006578f,0.002394f,0.1316f,0.006578f,0.002394f,0.1344f,0.006578f,0.001026f,0.1344f,0.002819f,0.001026f,0.1316f,0.002819f,0.001026f,0.1288f,0.002819f,0.001026f,0.126f,0.002819f,0.001026f,0.1232f,0.002819f,0.001026f,0.1204f,0.002819f,0.0f,0.1204f,0.0070f,0.0f,0.1232f,0.0070f,0.0f,0.126f,0.0070f,0.0f,0.1288f,0.0070f,0.0f,0.1316f,0.0070f,0.0f,0.1344f,0.0070f,0.0f,0.1344f,0.0030f,0.0f,0.1316f,0.0030f,0.0f,0.1288f,0.0030f,0.0f,0.126f,0.0030f,0.0f,0.1232f,0.0030f,0.0f,0.1204f,0.0030f,-0.002394f,0.1204f,0.006578f,-0.002394f,0.1232f,0.006578f,-0.002394f,0.126f,0.006578f,-0.002394f,0.1288f,0.006578f,-0.002394f,0.1316f,0.006578f,-0.002394f,0.1344f,0.006578f,-0.001026f,0.1344f,0.002819f,-0.001026f,0.1316f,0.002819f,-0.001026f,0.1288f,0.002819f,-0.001026f,0.126f,0.002819f,-0.001026f,0.1232f,0.002819f,-0.001026f,0.1204f,0.002819f,-0.0045f,0.1204f,0.005362f,-0.0045f,0.1232f,0.005362f,-0.0045f,0.126f,0.005362f,-0.0045f,0.1288f,0.005362f,-0.0045f,0.1316f,0.005362f,-0.0045f,0.1344f,0.005362f,-0.001928f,0.1344f,0.002298f,-0.001928f,0.1316f,0.002298f,-0.001928f,0.1288f,0.002298f,-0.001928f,0.126f,0.002298f,-0.001928f,0.1232f,0.002298f,-0.001928f,0.1204f,0.002298f,-0.006062f,0.1204f,0.0035f,-0.006062f,0.1232f,0.0035f,-0.006062f,0.126f,0.0035f,-0.006062f,0.1288f,0.0035f,-0.006062f,0.1316f,0.0035f,-0.006062f,0.1344f,0.0035f,-0.002598f,0.1344f,0.0015f,-0.002598f,0.1316f,0.0015f,-0.002598f,0.1288f,0.0015f,-0.002598f,0.126f,0.0015f,-0.002598f,0.1232f,0.0015f,-0.002598f,0.1204f,0.0015f,-0.006894f,0.1204f,0.001216f,-0.006894f,0.1232f,0.001216f,-0.006894f,0.126f,0.001216f,-0.006894f,0.1288f,0.001216f,-0.006894f,0.1316f,0.001216f,-0.006894f,0.1344f,0.001216f,-0.002954f,0.1344f,5.209E-4f,-0.002954f,0.1316f,5.209E-4f,-0.002954f,0.1288f,5.209E-4f,-0.002954f,0.126f,5.209E-4f,-0.002954f,0.1232f,5.209E-4f,-0.002954f,0.1204f,5.209E-4f}; return value; } private float[] getTube12_COORD_11_322_point_7() { float[] value = {-0.006894f,0.1204f,-0.001216f,-0.006894f,0.1232f,-0.001216f,-0.006894f,0.126f,-0.001216f,-0.006894f,0.1288f,-0.001216f,-0.006894f,0.1316f,-0.001216f,-0.006894f,0.1344f,-0.001216f,-0.002954f,0.1344f,-5.209E-4f,-0.002954f,0.1316f,-5.209E-4f,-0.002954f,0.1288f,-5.209E-4f,-0.002954f,0.126f,-5.209E-4f,-0.002954f,0.1232f,-5.209E-4f,-0.002954f,0.1204f,-5.209E-4f,-0.006062f,0.1204f,-0.0035f,-0.006062f,0.1232f,-0.0035f,-0.006062f,0.126f,-0.0035f,-0.006062f,0.1288f,-0.0035f,-0.006062f,0.1316f,-0.0035f,-0.006062f,0.1344f,-0.0035f,-0.002598f,0.1344f,-0.0015f,-0.002598f,0.1316f,-0.0015f,-0.002598f,0.1288f,-0.0015f,-0.002598f,0.126f,-0.0015f,-0.002598f,0.1232f,-0.0015f,-0.002598f,0.1204f,-0.0015f,-0.0045f,0.1204f,-0.005362f,-0.0045f,0.1232f,-0.005362f,-0.0045f,0.126f,-0.005362f,-0.0045f,0.1288f,-0.005362f,-0.0045f,0.1316f,-0.005362f,-0.0045f,0.1344f,-0.005362f,-0.001928f,0.1344f,-0.002298f,-0.001928f,0.1316f,-0.002298f,-0.001928f,0.1288f,-0.002298f,-0.001928f,0.126f,-0.002298f,-0.001928f,0.1232f,-0.002298f,-0.001928f,0.1204f,-0.002298f,-0.002394f,0.1204f,-0.006578f,-0.002394f,0.1232f,-0.006578f,-0.002394f,0.126f,-0.006578f,-0.002394f,0.1288f,-0.006578f,-0.002394f,0.1316f,-0.006578f,-0.002394f,0.1344f,-0.006578f,-0.001026f,0.1344f,-0.002819f,-0.001026f,0.1316f,-0.002819f,-0.001026f,0.1288f,-0.002819f,-0.001026f,0.126f,-0.002819f,-0.001026f,0.1232f,-0.002819f,-0.001026f,0.1204f,-0.002819f,0.013f,0.0f,0.0f,0.01222f,0.0f,-0.004446f,0.009959f,0.0f,-0.008356f,0.0065f,0.0f,-0.01126f,0.002257f,0.0f,-0.0128f,-0.002257f,0.0f,-0.0128f,-0.0065f,0.0f,-0.01126f,-0.009959f,0.0f,-0.008356f,-0.01222f,0.0f,-0.004446f,-0.013f,0.0f,0.0f,-0.01222f,0.0f,0.004446f,-0.009959f,0.0f,0.008356f,-0.0065f,0.0f,0.01126f,-0.002257f,0.0f,0.0128f,0.002257f,0.0f,0.0128f,0.0065f,0.0f,0.01126f,0.009959f,0.0f,0.008356f,0.01222f,0.0f,0.004446f,0.013f,0.0010f,0.0f,0.01222f,0.0010f,-0.004446f,0.009959f,0.0010f,-0.008356f,0.0065f,0.0010f,-0.01126f,0.002257f,0.0010f,-0.0128f,-0.002257f,0.0010f,-0.0128f,-0.0065f,0.0010f,-0.01126f,-0.009959f,0.0010f,-0.008356f,-0.01222f,0.0010f,-0.004446f,-0.013f,0.0010f,0.0f,-0.01222f,0.0010f,0.004446f,-0.009959f,0.0010f,0.008356f,-0.0065f,0.0010f,0.01126f,-0.002257f,0.0010f,0.0128f,0.002257f,0.0010f,0.0128f,0.0065f,0.0010f,0.01126f,0.009959f,0.0010f,0.008356f,0.01222f,0.0010f,0.004446f,0.013f,0.0020f,0.0f,0.01222f,0.0020f,-0.004446f,0.009959f,0.0020f,-0.008356f,0.0065f,0.0020f,-0.01126f,0.002257f,0.0020f,-0.0128f,-0.002257f,0.0020f,-0.0128f,-0.0065f,0.0020f,-0.01126f,-0.009959f,0.0020f,-0.008356f,-0.01222f,0.0020f,-0.004446f,-0.013f,0.0020f,0.0f,-0.01222f,0.0020f,0.004446f,-0.009959f,0.0020f,0.008356f,-0.0065f,0.0020f,0.01126f,-0.002257f,0.0020f,0.0128f,0.002257f,0.0020f,0.0128f,0.0065f,0.0020f,0.01126f}; return value; } private float[] getTube12_COORD_11_322_point_8() { float[] value = {0.009959f,0.0020f,0.008356f,0.01222f,0.0020f,0.004446f,0.013f,0.0030f,0.0f,0.01222f,0.0030f,-0.004446f,0.009959f,0.0030f,-0.008356f,0.0065f,0.0030f,-0.01126f,0.002257f,0.0030f,-0.0128f,-0.002257f,0.0030f,-0.0128f,-0.0065f,0.0030f,-0.01126f,-0.009959f,0.0030f,-0.008356f,-0.01222f,0.0030f,-0.004446f,-0.013f,0.0030f,0.0f,-0.01222f,0.0030f,0.004446f,-0.009959f,0.0030f,0.008356f,-0.0065f,0.0030f,0.01126f,-0.002257f,0.0030f,0.0128f,0.002257f,0.0030f,0.0128f,0.0065f,0.0030f,0.01126f,0.009959f,0.0030f,0.008356f,0.01222f,0.0030f,0.004446f,0.013f,0.0040f,0.0f,0.01222f,0.0040f,-0.004446f,0.009959f,0.0040f,-0.008356f,0.0065f,0.0040f,-0.01126f,0.002257f,0.0040f,-0.0128f,-0.002257f,0.0040f,-0.0128f,-0.0065f,0.0040f,-0.01126f,-0.009959f,0.0040f,-0.008356f,-0.01222f,0.0040f,-0.004446f,-0.013f,0.0040f,0.0f,-0.01222f,0.0040f,0.004446f,-0.009959f,0.0040f,0.008356f,-0.0065f,0.0040f,0.01126f,-0.002257f,0.0040f,0.0128f,0.002257f,0.0040f,0.0128f,0.0065f,0.0040f,0.01126f,0.009959f,0.0040f,0.008356f,0.01222f,0.0040f,0.004446f,0.013f,0.0050f,0.0f,0.01222f,0.0050f,-0.004446f,0.009959f,0.0050f,-0.008356f,0.0065f,0.0050f,-0.01126f,0.002257f,0.0050f,-0.0128f,-0.002257f,0.0050f,-0.0128f,-0.0065f,0.0050f,-0.01126f,-0.009959f,0.0050f,-0.008356f,-0.01222f,0.0050f,-0.004446f,-0.013f,0.0050f,0.0f,-0.01222f,0.0050f,0.004446f,-0.009959f,0.0050f,0.008356f,-0.0065f,0.0050f,0.01126f,-0.002257f,0.0050f,0.0128f,0.002257f,0.0050f,0.0128f,0.0065f,0.0050f,0.01126f,0.009959f,0.0050f,0.008356f,0.01222f,0.0050f,0.004446f,1.0f,1.0f,2.0f}; return value; } /** Define subarrays using type int[] */ private int[] getCylinder17_FACES_10_328_coordIndex_1() { int[] value = {0,2,1,-1,0,3,2,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,0,9,8,-1,0,10,9,-1,0,11,10,-1,0,12,11,-1,0,13,12,-1,0,14,13,-1,0,15,14,-1,0,16,15,-1,0,17,16,-1,0,18,17,-1,0,1,18,-1,1,20,19,-1,1,2,20,-1,2,21,20,-1,2,3,21,-1,3,22,21,-1,3,4,22,-1,4,23,22,-1,4,5,23,-1,5,24,23,-1,5,6,24,-1,6,25,24,-1,6,7,25,-1,7,26,25,-1,7,8,26,-1,8,27,26,-1,8,9,27,-1,9,28,27,-1,9,10,28,-1,10,29,28,-1,10,11,29,-1,11,30,29,-1,11,12,30,-1,12,31,30,-1,12,13,31,-1,13,32,31,-1,13,14,32,-1,14,33,32,-1,14,15,33,-1,15,34,33,-1,15,16,34,-1,16,35,34,-1,16,17,35,-1,17,36,35,-1,17,18,36,-1,18,19,36,-1,18,1,19,-1,19,38,37,-1,19,20,38,-1,20,39,38,-1,20,21,39,-1,21,40,39,-1,21,22,40,-1,22,41,40,-1,22,23,41,-1,23,42,41,-1,23,24,42,-1,24,43,42,-1,24,25,43,-1,25,44,43,-1,25,26,44,-1,26,45,44,-1,26,27,45,-1,27,46,45,-1,27,28,46,-1,28,47,46,-1,28,29,47,-1,29,48,47,-1,29,30,48,-1,30,49,48,-1,30,31,49,-1,31,50,49,-1,31,32,50,-1,32,51,50,-1,32,33,51,-1,33,52,51,-1,33,34,52,-1,34,53,52,-1,34,35,53,-1,35,54,53,-1,35,36,54,-1,36,37,54,-1,36,19,37,-1,37,56,55,-1,37,38,56,-1,38,57,56,-1,38,39,57,-1,39,58,57,-1,39,40,58,-1,40,59,58,-1,40,41,59,-1,41,60,59,-1,41,42,60,-1,42,61,60,-1,42,43,61,-1,43,62,61,-1,43,44,62,-1,44,63,62,-1,44,45,63,-1,45,64,63,-1,45,46,64,-1,46,65,64,-1,46,47,65,-1,47,66,65,-1,47,48,66,-1,48,67,66,-1,48,49,67,-1,49,68,67,-1,49,50,68,-1,50,69,68,-1,50,51,69,-1,51,70,69,-1,51,52,70,-1,52,71,70,-1,52,53,71,-1,53,72,71,-1,53,54,72,-1,54,55,72,-1,54,37,55,-1,55,74,73,-1,55,56,74,-1,56,75,74,-1,56,57,75,-1,57,76,75,-1,57,58,76,-1,58,77,76,-1,58,59,77,-1,59,78,77,-1,59,60,78,-1,60,79,78,-1,60,61,79,-1,61,80,79,-1,61,62,80,-1,62,81,80,-1,62,63,81,-1,63,82,81,-1,63,64,82,-1,64,83,82,-1,64,65,83,-1,65,84,83,-1,65,66,84,-1,66,85,84,-1,66,67,85,-1,67,86,85,-1,67,68,86,-1,68,87,86,-1,68,69,87,-1,69,88,87,-1,69,70,88,-1,70,89,88,-1,70,71,89,-1,71,90,89,-1,71,72,90,-1,72,73,90,-1,72,55,73,-1,73,92,91,-1,73,74,92,-1,74,93,92,-1,74,75,93,-1,75,94,93,-1,75,76,94,-1,76,95,94,-1,76,77,95,-1,77,96,95,-1,77,78,96,-1,78,97,96,-1,78,79,97,-1,79,98,97,-1,79,80,98,-1,80,99,98,-1,80,81,99,-1,81,100,99,-1,81,82,100,-1,82,101,100,-1,82,83,101,-1,83,102,101,-1,83,84,102,-1,84,103,102,-1,84,85,103,-1,85,104,103,-1,85,86,104,-1,86,105,104,-1,86,87,105,-1,87,106,105,-1,87,88,106,-1,88,107,106,-1,88,89,107,-1,89,108,107,-1,89,90,108,-1,90,91,108,-1,90,73,91,-1,109,91,92,-1,109,92,93,-1,109,93,94,-1,109,94,95,-1,109,95,96,-1,109,96,97,-1,109,97,98,-1,109,98,99,-1,109,99,100,-1,109,100,101,-1,109,101,102,-1,109,102,103,-1,109,103,104,-1,109,104,105,-1,109,105,106,-1,109,106,107,-1,109,107,108,-1,109,108,91,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCylinder17_COORD_11_328_point_1() { float[] value = {0.0f,0.0f,0.0f,0.0070f,0.0f,0.0f,0.006578f,0.0f,-0.002394f,0.005362f,0.0f,-0.0045f,0.0035f,0.0f,-0.006062f,0.001216f,0.0f,-0.006894f,-0.001216f,0.0f,-0.006894f,-0.0035f,0.0f,-0.006062f,-0.005362f,0.0f,-0.0045f,-0.006578f,0.0f,-0.002394f,-0.0070f,0.0f,0.0f,-0.006578f,0.0f,0.002394f,-0.005362f,0.0f,0.0045f,-0.0035f,0.0f,0.006062f,-0.001216f,0.0f,0.006894f,0.001216f,0.0f,0.006894f,0.0035f,0.0f,0.006062f,0.005362f,0.0f,0.0045f,0.006578f,0.0f,0.002394f,0.006677f,0.01f,0.0f,0.006274f,0.01f,-0.002284f,0.005115f,0.01f,-0.004292f,0.003338f,0.01f,-0.005782f,0.001159f,0.01f,-0.006575f,-0.001159f,0.01f,-0.006575f,-0.003338f,0.01f,-0.005782f,-0.005115f,0.01f,-0.004292f,-0.006274f,0.01f,-0.002284f,-0.006677f,0.01f,0.0f,-0.006274f,0.01f,0.002284f,-0.005115f,0.01f,0.004292f,-0.003338f,0.01f,0.005782f,-0.001159f,0.01f,0.006575f,0.001159f,0.01f,0.006575f,0.003338f,0.01f,0.005782f,0.005115f,0.01f,0.004292f,0.006274f,0.01f,0.002284f,0.00593f,0.02f,0.0f,0.005572f,0.02f,-0.002028f,0.004543f,0.02f,-0.003812f,0.002965f,0.02f,-0.005136f,0.00103f,0.02f,-0.00584f,-0.00103f,0.02f,-0.00584f,-0.002965f,0.02f,-0.005136f,-0.004543f,0.02f,-0.003812f,-0.005572f,0.02f,-0.002028f,-0.00593f,0.02f,0.0f,-0.005572f,0.02f,0.002028f,-0.004543f,0.02f,0.003812f,-0.002965f,0.02f,0.005136f,-0.00103f,0.02f,0.00584f,0.00103f,0.02f,0.00584f,0.002965f,0.02f,0.005136f,0.004543f,0.02f,0.003812f,0.005572f,0.02f,0.002028f,0.004761f,0.03f,0.0f,0.004474f,0.03f,-0.001628f,0.003647f,0.03f,-0.00306f,0.00238f,0.03f,-0.004123f,8.267E-4f,0.03f,-0.004688f,-8.267E-4f,0.03f,-0.004688f,-0.00238f,0.03f,-0.004123f,-0.003647f,0.03f,-0.00306f,-0.004474f,0.03f,-0.001628f,-0.004761f,0.03f,0.0f,-0.004474f,0.03f,0.001628f,-0.003647f,0.03f,0.00306f,-0.00238f,0.03f,0.004123f,-8.267E-4f,0.03f,0.004688f,8.267E-4f,0.03f,0.004688f,0.00238f,0.03f,0.004123f,0.003647f,0.03f,0.00306f,0.004474f,0.03f,0.001628f,0.003168f,0.04f,0.0f,0.002977f,0.04f,-0.001084f,0.002427f,0.04f,-0.002037f,0.001584f,0.04f,-0.002744f,5.502E-4f,0.04f,-0.00312f,-5.502E-4f,0.04f,-0.00312f,-0.001584f,0.04f,-0.002744f,-0.002427f,0.04f,-0.002037f,-0.002977f,0.04f,-0.001084f,-0.003168f,0.04f,0.0f,-0.002977f,0.04f,0.001084f,-0.002427f,0.04f,0.002037f,-0.001584f,0.04f,0.002744f,-5.502E-4f,0.04f,0.00312f,5.502E-4f,0.04f,0.00312f,0.001584f,0.04f,0.002744f,0.002427f,0.04f,0.002037f,0.002977f,0.04f,0.001084f,0.001153f,0.05f,0.0f,0.001083f,0.05f,-3.943E-4f,8.832E-4f,0.05f,-7.411E-4f,5.765E-4f,0.05f,-9.984E-4f,2.002E-4f,0.05f,-0.001135f,-2.002E-4f,0.05f,-0.001135f,-5.765E-4f,0.05f,-9.984E-4f,-8.832E-4f,0.05f,-7.411E-4f,-0.001083f,0.05f,-3.943E-4f}; return value; } private float[] getCylinder17_COORD_11_328_point_2() { float[] value = {-0.001153f,0.05f,0.0f,-0.001083f,0.05f,3.943E-4f,-8.832E-4f,0.05f,7.411E-4f,-5.765E-4f,0.05f,9.984E-4f,-2.002E-4f,0.05f,0.001135f,2.002E-4f,0.05f,0.001135f,5.765E-4f,0.05f,9.984E-4f,8.832E-4f,0.05f,7.411E-4f,0.001083f,0.05f,3.943E-4f,0.0f,0.05f,0.0f,1.0f,2.0f,1.0f}; return value; } /** Define subarrays using type int[] */ private int[] getTube13_FACES_10_335_coordIndex_1() { int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1}; return value; } private int[] getTube13_FACES_10_335_coordIndex_2() { int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1,216,217,229,-1,229,228,216,-1,217,218,230,-1,230,229,217,-1,218,219,231,-1,231,230,218,-1,219,220,232,-1,232,231,219,-1,220,221,233,-1,233,232,220,-1,221,222,234,-1,234,233,221,-1,222,223,235,-1,235,234,222,-1,223,224,236,-1,236,235,223,-1,224,225,237,-1,237,236,224,-1,225,226,238,-1,238,237,225,-1,226,227,239,-1,239,238,226,-1,227,216,228,-1,228,239,227,-1,228,229,241,-1,241,240,228,-1,229,230,242,-1,242,241,229,-1,230,231,243,-1,243,242,230,-1,231,232,244,-1,244,243,231,-1,232,233,245,-1,245,244,232,-1,233,234,246,-1,246,245,233,-1,234,235,247,-1,247,246,234,-1,235,236,248,-1,248,247,235,-1,236,237,249,-1,249,248,236,-1,237,238,250,-1,250,249,237,-1,238,239,251,-1,251,250,238,-1,239,228,240,-1,240,251,239,-1,240,241,253,-1,253,252,240,-1,241,242,254,-1,254,253,241,-1,242,243,255,-1,255,254,242,-1,243,244,256,-1,256,255,243,-1,244,245,257,-1,257,256,244,-1,245,246,258,-1,258,257,245,-1,246,247,259,-1,259,258,246,-1,247,248,260,-1,260,259,247,-1,248,249,261,-1,261,260,248,-1,249,250,262,-1,262,261,249,-1}; return value; } private int[] getTube13_FACES_10_335_coordIndex_3() { int[] value = {250,251,263,-1,263,262,250,-1,251,240,252,-1,252,263,251,-1,252,253,265,-1,265,264,252,-1,253,254,266,-1,266,265,253,-1,254,255,267,-1,267,266,254,-1,255,256,268,-1,268,267,255,-1,256,257,269,-1,269,268,256,-1,257,258,270,-1,270,269,257,-1,258,259,271,-1,271,270,258,-1,259,260,272,-1,272,271,259,-1,260,261,273,-1,273,272,260,-1,261,262,274,-1,274,273,261,-1,262,263,275,-1,275,274,262,-1,263,252,264,-1,264,275,263,-1,264,265,277,-1,277,276,264,-1,265,266,278,-1,278,277,265,-1,266,267,279,-1,279,278,266,-1,267,268,280,-1,280,279,267,-1,268,269,281,-1,281,280,268,-1,269,270,282,-1,282,281,269,-1,270,271,283,-1,283,282,270,-1,271,272,284,-1,284,283,271,-1,272,273,285,-1,285,284,272,-1,273,274,286,-1,286,285,273,-1,274,275,287,-1,287,286,274,-1,275,264,276,-1,276,287,275,-1,276,277,289,-1,289,288,276,-1,277,278,290,-1,290,289,277,-1,278,279,291,-1,291,290,278,-1,279,280,292,-1,292,291,279,-1,280,281,293,-1,293,292,280,-1,281,282,294,-1,294,293,281,-1,282,283,295,-1,295,294,282,-1,283,284,296,-1,296,295,283,-1,284,285,297,-1,297,296,284,-1,285,286,298,-1,298,297,285,-1,286,287,299,-1,299,298,286,-1,287,276,288,-1,288,299,287,-1,288,289,301,-1,301,300,288,-1,289,290,302,-1,302,301,289,-1,290,291,303,-1,303,302,290,-1,291,292,304,-1,304,303,291,-1,292,293,305,-1,305,304,292,-1,293,294,306,-1,306,305,293,-1,294,295,307,-1,307,306,294,-1,295,296,308,-1,308,307,295,-1,296,297,309,-1,309,308,296,-1,297,298,310,-1,310,309,297,-1,298,299,311,-1,311,310,298,-1,299,288,300,-1,300,311,299,-1,300,301,313,-1,313,312,300,-1,301,302,314,-1,314,313,301,-1,302,303,315,-1,315,314,302,-1,303,304,316,-1,316,315,303,-1,304,305,317,-1,317,316,304,-1,305,306,318,-1,318,317,305,-1,306,307,319,-1,319,318,306,-1,307,308,320,-1,320,319,307,-1,308,309,321,-1,321,320,308,-1,309,310,322,-1,322,321,309,-1,310,311,323,-1,323,322,310,-1,311,300,312,-1,312,323,311,-1,312,313,325,-1,325,324,312,-1,313,314,326,-1,326,325,313,-1,314,315,327,-1,327,326,314,-1,315,316,328,-1,328,327,315,-1,316,317,329,-1,329,328,316,-1,317,318,330,-1,330,329,317,-1,318,319,331,-1,331,330,318,-1,319,320,332,-1,332,331,319,-1,320,321,333,-1,333,332,320,-1,321,322,334,-1,334,333,321,-1,322,323,335,-1,335,334,322,-1,323,312,324,-1,324,335,323,-1,324,325,337,-1,337,336,324,-1,325,326,338,-1,338,337,325,-1,326,327,339,-1,339,338,326,-1,327,328,340,-1,340,339,327,-1,328,329,341,-1,341,340,328,-1,329,330,342,-1,342,341,329,-1,330,331,343,-1,343,342,330,-1,331,332,344,-1,344,343,331,-1,332,333,345,-1,345,344,332,-1,333,334,346,-1,346,345,333,-1,334,335,347,-1,347,346,334,-1,335,324,336,-1,336,347,335,-1,336,337,349,-1,349,348,336,-1,337,338,350,-1,350,349,337,-1,338,339,351,-1,351,350,338,-1,339,340,352,-1,352,351,339,-1,340,341,353,-1,353,352,340,-1,341,342,354,-1,354,353,341,-1,342,343,355,-1,355,354,342,-1,343,344,356,-1,356,355,343,-1,344,345,357,-1,357,356,344,-1,345,346,358,-1,358,357,345,-1,346,347,359,-1,359,358,346,-1,347,336,348,-1,348,359,347,-1,348,349,361,-1,361,360,348,-1,349,350,362,-1,362,361,349,-1,350,351,363,-1,363,362,350,-1,351,352,364,-1,364,363,351,-1,352,353,365,-1,365,364,352,-1,353,354,366,-1,366,365,353,-1,354,355,367,-1,367,366,354,-1,355,356,368,-1,368,367,355,-1,356,357,369,-1,369,368,356,-1,357,358,370,-1,370,369,357,-1,358,359,371,-1,371,370,358,-1,359,348,360,-1,360,371,359,-1,360,361,373,-1,373,372,360,-1,361,362,374,-1,374,373,361,-1,362,363,375,-1,375,374,362,-1,363,364,376,-1,376,375,363,-1,364,365,377,-1,377,376,364,-1,365,366,378,-1,378,377,365,-1,366,367,379,-1,379,378,366,-1,367,368,380,-1,380,379,367,-1,368,369,381,-1,381,380,368,-1,369,370,382,-1,382,381,369,-1,370,371,383,-1,383,382,370,-1,371,360,372,-1,372,383,371,-1,372,373,385,-1,385,384,372,-1,373,374,386,-1,386,385,373,-1,374,375,387,-1,387,386,374,-1}; return value; } private int[] getTube13_FACES_10_335_coordIndex_4() { int[] value = {375,376,388,-1,388,387,375,-1,376,377,389,-1,389,388,376,-1,377,378,390,-1,390,389,377,-1,378,379,391,-1,391,390,378,-1,379,380,392,-1,392,391,379,-1,380,381,393,-1,393,392,380,-1,381,382,394,-1,394,393,381,-1,382,383,395,-1,395,394,382,-1,383,372,384,-1,384,395,383,-1,384,385,397,-1,397,396,384,-1,385,386,398,-1,398,397,385,-1,386,387,399,-1,399,398,386,-1,387,388,400,-1,400,399,387,-1,388,389,401,-1,401,400,388,-1,389,390,402,-1,402,401,389,-1,390,391,403,-1,403,402,390,-1,391,392,404,-1,404,403,391,-1,392,393,405,-1,405,404,392,-1,393,394,406,-1,406,405,393,-1,394,395,407,-1,407,406,394,-1,395,384,396,-1,396,407,395,-1,396,397,409,-1,409,408,396,-1,397,398,410,-1,410,409,397,-1,398,399,411,-1,411,410,398,-1,399,400,412,-1,412,411,399,-1,400,401,413,-1,413,412,400,-1,401,402,414,-1,414,413,401,-1,402,403,415,-1,415,414,402,-1,403,404,416,-1,416,415,403,-1,404,405,417,-1,417,416,404,-1,405,406,418,-1,418,417,405,-1,406,407,419,-1,419,418,406,-1,407,396,408,-1,408,419,407,-1,408,409,421,-1,421,420,408,-1,409,410,422,-1,422,421,409,-1,410,411,423,-1,423,422,410,-1,411,412,424,-1,424,423,411,-1,412,413,425,-1,425,424,412,-1,413,414,426,-1,426,425,413,-1,414,415,427,-1,427,426,414,-1,415,416,428,-1,428,427,415,-1,416,417,429,-1,429,428,416,-1,417,418,430,-1,430,429,417,-1,418,419,431,-1,431,430,418,-1,419,408,420,-1,420,431,419,-1,420,421,217,-1,217,216,420,-1,421,422,218,-1,218,217,421,-1,422,423,219,-1,219,218,422,-1,423,424,220,-1,220,219,423,-1,424,425,221,-1,221,220,424,-1,425,426,222,-1,222,221,425,-1,426,427,223,-1,223,222,426,-1,427,428,224,-1,224,223,427,-1,428,429,225,-1,225,224,428,-1,429,430,226,-1,226,225,429,-1,430,431,227,-1,227,226,430,-1,431,420,216,-1,216,227,431,-1,432,433,445,-1,445,444,432,-1,433,434,446,-1,446,445,433,-1,434,435,447,-1,447,446,434,-1,435,436,448,-1,448,447,435,-1,436,437,449,-1,449,448,436,-1,437,438,450,-1,450,449,437,-1,438,439,451,-1,451,450,438,-1,439,440,452,-1,452,451,439,-1,440,441,453,-1,453,452,440,-1,441,442,454,-1,454,453,441,-1,442,443,455,-1,455,454,442,-1,443,432,444,-1,444,455,443,-1,444,445,457,-1,457,456,444,-1,445,446,458,-1,458,457,445,-1,446,447,459,-1,459,458,446,-1,447,448,460,-1,460,459,447,-1,448,449,461,-1,461,460,448,-1,449,450,462,-1,462,461,449,-1,450,451,463,-1,463,462,450,-1,451,452,464,-1,464,463,451,-1,452,453,465,-1,465,464,452,-1,453,454,466,-1,466,465,453,-1,454,455,467,-1,467,466,454,-1,455,444,456,-1,456,467,455,-1,456,457,469,-1,469,468,456,-1,457,458,470,-1,470,469,457,-1,458,459,471,-1,471,470,458,-1,459,460,472,-1,472,471,459,-1,460,461,473,-1,473,472,460,-1,461,462,474,-1,474,473,461,-1,462,463,475,-1,475,474,462,-1,463,464,476,-1,476,475,463,-1,464,465,477,-1,477,476,464,-1,465,466,478,-1,478,477,465,-1,466,467,479,-1,479,478,466,-1,467,456,468,-1,468,479,467,-1,468,469,481,-1,481,480,468,-1,469,470,482,-1,482,481,469,-1,470,471,483,-1,483,482,470,-1,471,472,484,-1,484,483,471,-1,472,473,485,-1,485,484,472,-1,473,474,486,-1,486,485,473,-1,474,475,487,-1,487,486,474,-1,475,476,488,-1,488,487,475,-1,476,477,489,-1,489,488,476,-1,477,478,490,-1,490,489,477,-1,478,479,491,-1,491,490,478,-1,479,468,480,-1,480,491,479,-1,480,481,493,-1,493,492,480,-1,481,482,494,-1,494,493,481,-1,482,483,495,-1,495,494,482,-1,483,484,496,-1,496,495,483,-1,484,485,497,-1,497,496,484,-1,485,486,498,-1,498,497,485,-1,486,487,499,-1,499,498,486,-1,487,488,500,-1,500,499,487,-1,488,489,501,-1,501,500,488,-1,489,490,502,-1,502,501,489,-1,490,491,503,-1,503,502,490,-1,491,480,492,-1,492,503,491,-1,492,493,505,-1,505,504,492,-1,493,494,506,-1,506,505,493,-1,494,495,507,-1,507,506,494,-1,495,496,508,-1,508,507,495,-1,496,497,509,-1,509,508,496,-1,497,498,510,-1,510,509,497,-1,498,499,511,-1,511,510,498,-1,499,500,512,-1,512,511,499,-1}; return value; } private int[] getTube13_FACES_10_335_coordIndex_5() { int[] value = {500,501,513,-1,513,512,500,-1,501,502,514,-1,514,513,501,-1,502,503,515,-1,515,514,502,-1,503,492,504,-1,504,515,503,-1,504,505,517,-1,517,516,504,-1,505,506,518,-1,518,517,505,-1,506,507,519,-1,519,518,506,-1,507,508,520,-1,520,519,507,-1,508,509,521,-1,521,520,508,-1,509,510,522,-1,522,521,509,-1,510,511,523,-1,523,522,510,-1,511,512,524,-1,524,523,511,-1,512,513,525,-1,525,524,512,-1,513,514,526,-1,526,525,513,-1,514,515,527,-1,527,526,514,-1,515,504,516,-1,516,527,515,-1,516,517,529,-1,529,528,516,-1,517,518,530,-1,530,529,517,-1,518,519,531,-1,531,530,518,-1,519,520,532,-1,532,531,519,-1,520,521,533,-1,533,532,520,-1,521,522,534,-1,534,533,521,-1,522,523,535,-1,535,534,522,-1,523,524,536,-1,536,535,523,-1,524,525,537,-1,537,536,524,-1,525,526,538,-1,538,537,525,-1,526,527,539,-1,539,538,526,-1,527,516,528,-1,528,539,527,-1,528,529,541,-1,541,540,528,-1,529,530,542,-1,542,541,529,-1,530,531,543,-1,543,542,530,-1,531,532,544,-1,544,543,531,-1,532,533,545,-1,545,544,532,-1,533,534,546,-1,546,545,533,-1,534,535,547,-1,547,546,534,-1,535,536,548,-1,548,547,535,-1,536,537,549,-1,549,548,536,-1,537,538,550,-1,550,549,537,-1,538,539,551,-1,551,550,538,-1,539,528,540,-1,540,551,539,-1,540,541,553,-1,553,552,540,-1,541,542,554,-1,554,553,541,-1,542,543,555,-1,555,554,542,-1,543,544,556,-1,556,555,543,-1,544,545,557,-1,557,556,544,-1,545,546,558,-1,558,557,545,-1,546,547,559,-1,559,558,546,-1,547,548,560,-1,560,559,547,-1,548,549,561,-1,561,560,548,-1,549,550,562,-1,562,561,549,-1,550,551,563,-1,563,562,550,-1,551,540,552,-1,552,563,551,-1,552,553,565,-1,565,564,552,-1,553,554,566,-1,566,565,553,-1,554,555,567,-1,567,566,554,-1,555,556,568,-1,568,567,555,-1,556,557,569,-1,569,568,556,-1,557,558,570,-1,570,569,557,-1,558,559,571,-1,571,570,558,-1,559,560,572,-1,572,571,559,-1,560,561,573,-1,573,572,560,-1,561,562,574,-1,574,573,561,-1,562,563,575,-1,575,574,562,-1,563,552,564,-1,564,575,563,-1,564,565,577,-1,577,576,564,-1,565,566,578,-1,578,577,565,-1,566,567,579,-1,579,578,566,-1,567,568,580,-1,580,579,567,-1,568,569,581,-1,581,580,568,-1,569,570,582,-1,582,581,569,-1,570,571,583,-1,583,582,570,-1,571,572,584,-1,584,583,571,-1,572,573,585,-1,585,584,572,-1,573,574,586,-1,586,585,573,-1,574,575,587,-1,587,586,574,-1,575,564,576,-1,576,587,575,-1,576,577,589,-1,589,588,576,-1,577,578,590,-1,590,589,577,-1,578,579,591,-1,591,590,578,-1,579,580,592,-1,592,591,579,-1,580,581,593,-1,593,592,580,-1,581,582,594,-1,594,593,581,-1,582,583,595,-1,595,594,582,-1,583,584,596,-1,596,595,583,-1,584,585,597,-1,597,596,584,-1,585,586,598,-1,598,597,585,-1,586,587,599,-1,599,598,586,-1,587,576,588,-1,588,599,587,-1,588,589,601,-1,601,600,588,-1,589,590,602,-1,602,601,589,-1,590,591,603,-1,603,602,590,-1,591,592,604,-1,604,603,591,-1,592,593,605,-1,605,604,592,-1,593,594,606,-1,606,605,593,-1,594,595,607,-1,607,606,594,-1,595,596,608,-1,608,607,595,-1,596,597,609,-1,609,608,596,-1,597,598,610,-1,610,609,597,-1,598,599,611,-1,611,610,598,-1,599,588,600,-1,600,611,599,-1,600,601,613,-1,613,612,600,-1,601,602,614,-1,614,613,601,-1,602,603,615,-1,615,614,602,-1,603,604,616,-1,616,615,603,-1,604,605,617,-1,617,616,604,-1,605,606,618,-1,618,617,605,-1,606,607,619,-1,619,618,606,-1,607,608,620,-1,620,619,607,-1,608,609,621,-1,621,620,608,-1,609,610,622,-1,622,621,609,-1,610,611,623,-1,623,622,610,-1,611,600,612,-1,612,623,611,-1,612,613,625,-1,625,624,612,-1,613,614,626,-1,626,625,613,-1,614,615,627,-1,627,626,614,-1,615,616,628,-1,628,627,615,-1,616,617,629,-1,629,628,616,-1,617,618,630,-1,630,629,617,-1,618,619,631,-1,631,630,618,-1,619,620,632,-1,632,631,619,-1,620,621,633,-1,633,632,620,-1,621,622,634,-1,634,633,621,-1,622,623,635,-1,635,634,622,-1,623,612,624,-1,624,635,623,-1,624,625,637,-1,637,636,624,-1}; return value; } private int[] getTube13_FACES_10_335_coordIndex_6() { int[] value = {625,626,638,-1,638,637,625,-1,626,627,639,-1,639,638,626,-1,627,628,640,-1,640,639,627,-1,628,629,641,-1,641,640,628,-1,629,630,642,-1,642,641,629,-1,630,631,643,-1,643,642,630,-1,631,632,644,-1,644,643,631,-1,632,633,645,-1,645,644,632,-1,633,634,646,-1,646,645,633,-1,634,635,647,-1,647,646,634,-1,635,624,636,-1,636,647,635,-1,636,637,433,-1,433,432,636,-1,637,638,434,-1,434,433,637,-1,638,639,435,-1,435,434,638,-1,639,640,436,-1,436,435,639,-1,640,641,437,-1,437,436,640,-1,641,642,438,-1,438,437,641,-1,642,643,439,-1,439,438,642,-1,643,644,440,-1,440,439,643,-1,644,645,441,-1,441,440,644,-1,645,646,442,-1,442,441,645,-1,646,647,443,-1,443,442,646,-1,647,636,432,-1,432,443,647,-1,648,649,667,-1,667,666,648,-1,649,650,668,-1,668,667,649,-1,650,651,669,-1,669,668,650,-1,651,652,670,-1,670,669,651,-1,652,653,671,-1,671,670,652,-1,653,654,672,-1,672,671,653,-1,654,655,673,-1,673,672,654,-1,655,656,674,-1,674,673,655,-1,656,657,675,-1,675,674,656,-1,657,658,676,-1,676,675,657,-1,658,659,677,-1,677,676,658,-1,659,660,678,-1,678,677,659,-1,660,661,679,-1,679,678,660,-1,661,662,680,-1,680,679,661,-1,662,663,681,-1,681,680,662,-1,663,664,682,-1,682,681,663,-1,664,665,683,-1,683,682,664,-1,665,648,666,-1,666,683,665,-1,666,667,685,-1,685,684,666,-1,667,668,686,-1,686,685,667,-1,668,669,687,-1,687,686,668,-1,669,670,688,-1,688,687,669,-1,670,671,689,-1,689,688,670,-1,671,672,690,-1,690,689,671,-1,672,673,691,-1,691,690,672,-1,673,674,692,-1,692,691,673,-1,674,675,693,-1,693,692,674,-1,675,676,694,-1,694,693,675,-1,676,677,695,-1,695,694,676,-1,677,678,696,-1,696,695,677,-1,678,679,697,-1,697,696,678,-1,679,680,698,-1,698,697,679,-1,680,681,699,-1,699,698,680,-1,681,682,700,-1,700,699,681,-1,682,683,701,-1,701,700,682,-1,683,666,684,-1,684,701,683,-1,684,685,703,-1,703,702,684,-1,685,686,704,-1,704,703,685,-1,686,687,705,-1,705,704,686,-1,687,688,706,-1,706,705,687,-1,688,689,707,-1,707,706,688,-1,689,690,708,-1,708,707,689,-1,690,691,709,-1,709,708,690,-1,691,692,710,-1,710,709,691,-1,692,693,711,-1,711,710,692,-1,693,694,712,-1,712,711,693,-1,694,695,713,-1,713,712,694,-1,695,696,714,-1,714,713,695,-1,696,697,715,-1,715,714,696,-1,697,698,716,-1,716,715,697,-1,698,699,717,-1,717,716,698,-1,699,700,718,-1,718,717,699,-1,700,701,719,-1,719,718,700,-1,701,684,702,-1,702,719,701,-1,702,703,721,-1,721,720,702,-1,703,704,722,-1,722,721,703,-1,704,705,723,-1,723,722,704,-1,705,706,724,-1,724,723,705,-1,706,707,725,-1,725,724,706,-1,707,708,726,-1,726,725,707,-1,708,709,727,-1,727,726,708,-1,709,710,728,-1,728,727,709,-1,710,711,729,-1,729,728,710,-1,711,712,730,-1,730,729,711,-1,712,713,731,-1,731,730,712,-1,713,714,732,-1,732,731,713,-1,714,715,733,-1,733,732,714,-1,715,716,734,-1,734,733,715,-1,716,717,735,-1,735,734,716,-1,717,718,736,-1,736,735,717,-1,718,719,737,-1,737,736,718,-1,719,702,720,-1,720,737,719,-1,720,721,739,-1,739,738,720,-1,721,722,740,-1,740,739,721,-1,722,723,741,-1,741,740,722,-1,723,724,742,-1,742,741,723,-1,724,725,743,-1,743,742,724,-1,725,726,744,-1,744,743,725,-1,726,727,745,-1,745,744,726,-1,727,728,746,-1,746,745,727,-1,728,729,747,-1,747,746,728,-1,729,730,748,-1,748,747,729,-1,730,731,749,-1,749,748,730,-1,731,732,750,-1,750,749,731,-1,732,733,751,-1,751,750,732,-1,733,734,752,-1,752,751,733,-1,734,735,753,-1,753,752,734,-1,735,736,754,-1,754,753,735,-1,736,737,755,-1,755,754,736,-1,737,720,738,-1,738,755,737,-1,664,663,662,-1,662,661,660,-1,660,659,658,-1,662,660,658,-1,658,657,656,-1,656,655,654,-1,658,656,654,-1,654,653,652,-1,652,651,650,-1,654,652,650,-1,658,654,650,-1,662,658,650,-1,650,649,648,-1,662,650,648,-1,664,662,648,-1,665,664,648,-1,739,740,741,-1,741,742,743,-1,743,744,745,-1,741,743,745,-1,745,746,747,-1,747,748,749,-1,745,747,749,-1,749,750,751,-1}; return value; } private int[] getTube13_FACES_10_335_coordIndex_7() { int[] value = {751,752,753,-1,749,751,753,-1,745,749,753,-1,741,745,753,-1,753,754,755,-1,741,753,755,-1,739,741,755,-1,738,739,755,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTube13_COORD_11_335_point_1() { float[] value = {0.0f,0.0f,-0.011f,0.0f,0.02f,-0.011f,0.0f,0.04f,-0.011f,0.0f,0.06f,-0.011f,0.0f,0.08f,-0.011f,0.0f,0.1f,-0.011f,0.0f,0.1f,-0.01f,0.0f,0.08f,-0.01f,0.0f,0.06f,-0.01f,0.0f,0.04f,-0.01f,0.0f,0.02f,-0.01f,0.0f,0.0f,-0.01f,0.003762f,0.0f,-0.01034f,0.003762f,0.02f,-0.01034f,0.003762f,0.04f,-0.01034f,0.003762f,0.06f,-0.01034f,0.003762f,0.08f,-0.01034f,0.003762f,0.1f,-0.01034f,0.00342f,0.1f,-0.009397f,0.00342f,0.08f,-0.009397f,0.00342f,0.06f,-0.009397f,0.00342f,0.04f,-0.009397f,0.00342f,0.02f,-0.009397f,0.00342f,0.0f,-0.009397f,0.007071f,0.0f,-0.008426f,0.007071f,0.02f,-0.008426f,0.007071f,0.04f,-0.008426f,0.007071f,0.06f,-0.008426f,0.007071f,0.08f,-0.008426f,0.007071f,0.1f,-0.008426f,0.006428f,0.1f,-0.00766f,0.006428f,0.08f,-0.00766f,0.006428f,0.06f,-0.00766f,0.006428f,0.04f,-0.00766f,0.006428f,0.02f,-0.00766f,0.006428f,0.0f,-0.00766f,0.009526f,0.0f,-0.0055f,0.009526f,0.02f,-0.0055f,0.009526f,0.04f,-0.0055f,0.009526f,0.06f,-0.0055f,0.009526f,0.08f,-0.0055f,0.009526f,0.1f,-0.0055f,0.00866f,0.1f,-0.0050f,0.00866f,0.08f,-0.0050f,0.00866f,0.06f,-0.0050f,0.00866f,0.04f,-0.0050f,0.00866f,0.02f,-0.0050f,0.00866f,0.0f,-0.0050f,0.01083f,0.0f,-0.00191f,0.01083f,0.02f,-0.00191f,0.01083f,0.04f,-0.00191f,0.01083f,0.06f,-0.00191f,0.01083f,0.08f,-0.00191f,0.01083f,0.1f,-0.00191f,0.009848f,0.1f,-0.001736f,0.009848f,0.08f,-0.001736f,0.009848f,0.06f,-0.001736f,0.009848f,0.04f,-0.001736f,0.009848f,0.02f,-0.001736f,0.009848f,0.0f,-0.001736f,0.01083f,0.0f,0.00191f,0.01083f,0.02f,0.00191f,0.01083f,0.04f,0.00191f,0.01083f,0.06f,0.00191f,0.01083f,0.08f,0.00191f,0.01083f,0.1f,0.00191f,0.009848f,0.1f,0.001736f,0.009848f,0.08f,0.001736f,0.009848f,0.06f,0.001736f,0.009848f,0.04f,0.001736f,0.009848f,0.02f,0.001736f,0.009848f,0.0f,0.001736f,0.009526f,0.0f,0.0055f,0.009526f,0.02f,0.0055f,0.009526f,0.04f,0.0055f,0.009526f,0.06f,0.0055f,0.009526f,0.08f,0.0055f,0.009526f,0.1f,0.0055f,0.00866f,0.1f,0.0050f,0.00866f,0.08f,0.0050f,0.00866f,0.06f,0.0050f,0.00866f,0.04f,0.0050f,0.00866f,0.02f,0.0050f,0.00866f,0.0f,0.0050f,0.007071f,0.0f,0.008426f,0.007071f,0.02f,0.008426f,0.007071f,0.04f,0.008426f,0.007071f,0.06f,0.008426f,0.007071f,0.08f,0.008426f,0.007071f,0.1f,0.008426f,0.006428f,0.1f,0.00766f,0.006428f,0.08f,0.00766f,0.006428f,0.06f,0.00766f,0.006428f,0.04f,0.00766f,0.006428f,0.02f,0.00766f,0.006428f,0.0f,0.00766f,0.003762f,0.0f,0.01034f,0.003762f,0.02f,0.01034f,0.003762f,0.04f,0.01034f,0.003762f,0.06f,0.01034f}; return value; } private float[] getTube13_COORD_11_335_point_2() { float[] value = {0.003762f,0.08f,0.01034f,0.003762f,0.1f,0.01034f,0.00342f,0.1f,0.009397f,0.00342f,0.08f,0.009397f,0.00342f,0.06f,0.009397f,0.00342f,0.04f,0.009397f,0.00342f,0.02f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.011f,0.0f,0.02f,0.011f,0.0f,0.04f,0.011f,0.0f,0.06f,0.011f,0.0f,0.08f,0.011f,0.0f,0.1f,0.011f,0.0f,0.1f,0.01f,0.0f,0.08f,0.01f,0.0f,0.06f,0.01f,0.0f,0.04f,0.01f,0.0f,0.02f,0.01f,0.0f,0.0f,0.01f,-0.003762f,0.0f,0.01034f,-0.003762f,0.02f,0.01034f,-0.003762f,0.04f,0.01034f,-0.003762f,0.06f,0.01034f,-0.003762f,0.08f,0.01034f,-0.003762f,0.1f,0.01034f,-0.00342f,0.1f,0.009397f,-0.00342f,0.08f,0.009397f,-0.00342f,0.06f,0.009397f,-0.00342f,0.04f,0.009397f,-0.00342f,0.02f,0.009397f,-0.00342f,0.0f,0.009397f,-0.007071f,0.0f,0.008426f,-0.007071f,0.02f,0.008426f,-0.007071f,0.04f,0.008426f,-0.007071f,0.06f,0.008426f,-0.007071f,0.08f,0.008426f,-0.007071f,0.1f,0.008426f,-0.006428f,0.1f,0.00766f,-0.006428f,0.08f,0.00766f,-0.006428f,0.06f,0.00766f,-0.006428f,0.04f,0.00766f,-0.006428f,0.02f,0.00766f,-0.006428f,0.0f,0.00766f,-0.009526f,0.0f,0.0055f,-0.009526f,0.02f,0.0055f,-0.009526f,0.04f,0.0055f,-0.009526f,0.06f,0.0055f,-0.009526f,0.08f,0.0055f,-0.009526f,0.1f,0.0055f,-0.00866f,0.1f,0.0050f,-0.00866f,0.08f,0.0050f,-0.00866f,0.06f,0.0050f,-0.00866f,0.04f,0.0050f,-0.00866f,0.02f,0.0050f,-0.00866f,0.0f,0.0050f,-0.01083f,0.0f,0.00191f,-0.01083f,0.02f,0.00191f,-0.01083f,0.04f,0.00191f,-0.01083f,0.06f,0.00191f,-0.01083f,0.08f,0.00191f,-0.01083f,0.1f,0.00191f,-0.009848f,0.1f,0.001736f,-0.009848f,0.08f,0.001736f,-0.009848f,0.06f,0.001736f,-0.009848f,0.04f,0.001736f,-0.009848f,0.02f,0.001736f,-0.009848f,0.0f,0.001736f,-0.01083f,0.0f,-0.00191f,-0.01083f,0.02f,-0.00191f,-0.01083f,0.04f,-0.00191f,-0.01083f,0.06f,-0.00191f,-0.01083f,0.08f,-0.00191f,-0.01083f,0.1f,-0.00191f,-0.009848f,0.1f,-0.001736f,-0.009848f,0.08f,-0.001736f,-0.009848f,0.06f,-0.001736f,-0.009848f,0.04f,-0.001736f,-0.009848f,0.02f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.009526f,0.0f,-0.0055f,-0.009526f,0.02f,-0.0055f,-0.009526f,0.04f,-0.0055f,-0.009526f,0.06f,-0.0055f,-0.009526f,0.08f,-0.0055f,-0.009526f,0.1f,-0.0055f,-0.00866f,0.1f,-0.0050f,-0.00866f,0.08f,-0.0050f,-0.00866f,0.06f,-0.0050f,-0.00866f,0.04f,-0.0050f,-0.00866f,0.02f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.007071f,0.0f,-0.008426f,-0.007071f,0.02f,-0.008426f,-0.007071f,0.04f,-0.008426f,-0.007071f,0.06f,-0.008426f,-0.007071f,0.08f,-0.008426f,-0.007071f,0.1f,-0.008426f,-0.006428f,0.1f,-0.00766f,-0.006428f,0.08f,-0.00766f}; return value; } private float[] getTube13_COORD_11_335_point_3() { float[] value = {-0.006428f,0.06f,-0.00766f,-0.006428f,0.04f,-0.00766f,-0.006428f,0.02f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.003762f,0.0f,-0.01034f,-0.003762f,0.02f,-0.01034f,-0.003762f,0.04f,-0.01034f,-0.003762f,0.06f,-0.01034f,-0.003762f,0.08f,-0.01034f,-0.003762f,0.1f,-0.01034f,-0.00342f,0.1f,-0.009397f,-0.00342f,0.08f,-0.009397f,-0.00342f,0.06f,-0.009397f,-0.00342f,0.04f,-0.009397f,-0.00342f,0.02f,-0.009397f,-0.00342f,0.0f,-0.009397f,0.0f,0.1003f,-0.011f,0.0f,0.1043f,-0.01021f,0.0f,0.1083f,-0.009416f,0.0f,0.1123f,-0.008624f,0.0f,0.1163f,-0.007832f,0.0f,0.1203f,-0.00704f,0.0f,0.1203f,-0.0064f,0.0f,0.1163f,-0.00712f,0.0f,0.1123f,-0.00784f,0.0f,0.1083f,-0.00856f,0.0f,0.1043f,-0.00928f,0.0f,0.1003f,-0.01f,0.003762f,0.1003f,-0.01034f,0.003491f,0.1043f,-0.009592f,0.00322f,0.1083f,-0.008848f,0.00295f,0.1123f,-0.008104f,0.002679f,0.1163f,-0.00736f,0.002408f,0.1203f,-0.006615f,0.002189f,0.1203f,-0.006014f,0.002435f,0.1163f,-0.006691f,0.002681f,0.1123f,-0.007367f,0.002928f,0.1083f,-0.008044f,0.003174f,0.1043f,-0.00872f,0.00342f,0.1003f,-0.009397f,0.007071f,0.1003f,-0.008426f,0.006562f,0.1043f,-0.00782f,0.006052f,0.1083f,-0.007213f,0.005543f,0.1123f,-0.006606f,0.005034f,0.1163f,-0.0060f,0.004525f,0.1203f,-0.005393f,0.004114f,0.1203f,-0.004903f,0.004577f,0.1163f,-0.005454f,0.005039f,0.1123f,-0.006006f,0.005502f,0.1083f,-0.006557f,0.005965f,0.1043f,-0.007109f,0.006428f,0.1003f,-0.00766f,0.009526f,0.1003f,-0.0055f,0.00884f,0.1043f,-0.005104f,0.008154f,0.1083f,-0.004708f,0.007469f,0.1123f,-0.004312f,0.006783f,0.1163f,-0.003916f,0.006097f,0.1203f,-0.00352f,0.005543f,0.1203f,-0.0032f,0.006166f,0.1163f,-0.00356f,0.00679f,0.1123f,-0.00392f,0.007413f,0.1083f,-0.00428f,0.008037f,0.1043f,-0.00464f,0.00866f,0.1003f,-0.0050f,0.01083f,0.1003f,-0.00191f,0.01005f,0.1043f,-0.001773f,0.009273f,0.1083f,-0.001635f,0.008493f,0.1123f,-0.001498f,0.007713f,0.1163f,-0.00136f,0.006933f,0.1203f,-0.001222f,0.006303f,0.1203f,-0.001111f,0.007012f,0.1163f,-0.001236f,0.007721f,0.1123f,-0.001361f,0.00843f,0.1083f,-0.001486f,0.009139f,0.1043f,-0.001611f,0.009848f,0.1003f,-0.001736f,0.01083f,0.1003f,0.00191f,0.01005f,0.1043f,0.001773f,0.009273f,0.1083f,0.001635f,0.008493f,0.1123f,0.001498f,0.007713f,0.1163f,0.00136f,0.006933f,0.1203f,0.001222f,0.006303f,0.1203f,0.001111f,0.007012f,0.1163f,0.001236f,0.007721f,0.1123f,0.001361f,0.00843f,0.1083f,0.001486f,0.009139f,0.1043f,0.001611f,0.009848f,0.1003f,0.001736f,0.009526f,0.1003f,0.0055f,0.00884f,0.1043f,0.005104f,0.008154f,0.1083f,0.004708f,0.007469f,0.1123f,0.004312f,0.006783f,0.1163f,0.003916f,0.006097f,0.1203f,0.00352f,0.005543f,0.1203f,0.0032f,0.006166f,0.1163f,0.00356f,0.00679f,0.1123f,0.00392f,0.007413f,0.1083f,0.00428f,0.008037f,0.1043f,0.00464f,0.00866f,0.1003f,0.0050f}; return value; } private float[] getTube13_COORD_11_335_point_4() { float[] value = {0.007071f,0.1003f,0.008426f,0.006562f,0.1043f,0.00782f,0.006052f,0.1083f,0.007213f,0.005543f,0.1123f,0.006606f,0.005034f,0.1163f,0.0060f,0.004525f,0.1203f,0.005393f,0.004114f,0.1203f,0.004903f,0.004577f,0.1163f,0.005454f,0.005039f,0.1123f,0.006006f,0.005502f,0.1083f,0.006557f,0.005965f,0.1043f,0.007109f,0.006428f,0.1003f,0.00766f,0.003762f,0.1003f,0.01034f,0.003491f,0.1043f,0.009592f,0.00322f,0.1083f,0.008848f,0.00295f,0.1123f,0.008104f,0.002679f,0.1163f,0.00736f,0.002408f,0.1203f,0.006615f,0.002189f,0.1203f,0.006014f,0.002435f,0.1163f,0.006691f,0.002681f,0.1123f,0.007367f,0.002928f,0.1083f,0.008044f,0.003174f,0.1043f,0.00872f,0.00342f,0.1003f,0.009397f,0.0f,0.1003f,0.011f,0.0f,0.1043f,0.01021f,0.0f,0.1083f,0.009416f,0.0f,0.1123f,0.008624f,0.0f,0.1163f,0.007832f,0.0f,0.1203f,0.00704f,0.0f,0.1203f,0.0064f,0.0f,0.1163f,0.00712f,0.0f,0.1123f,0.00784f,0.0f,0.1083f,0.00856f,0.0f,0.1043f,0.00928f,0.0f,0.1003f,0.01f,-0.003762f,0.1003f,0.01034f,-0.003491f,0.1043f,0.009592f,-0.00322f,0.1083f,0.008848f,-0.00295f,0.1123f,0.008104f,-0.002679f,0.1163f,0.00736f,-0.002408f,0.1203f,0.006615f,-0.002189f,0.1203f,0.006014f,-0.002435f,0.1163f,0.006691f,-0.002681f,0.1123f,0.007367f,-0.002928f,0.1083f,0.008044f,-0.003174f,0.1043f,0.00872f,-0.00342f,0.1003f,0.009397f,-0.007071f,0.1003f,0.008426f,-0.006562f,0.1043f,0.00782f,-0.006052f,0.1083f,0.007213f,-0.005543f,0.1123f,0.006606f,-0.005034f,0.1163f,0.0060f,-0.004525f,0.1203f,0.005393f,-0.004114f,0.1203f,0.004903f,-0.004577f,0.1163f,0.005454f,-0.005039f,0.1123f,0.006006f,-0.005502f,0.1083f,0.006557f,-0.005965f,0.1043f,0.007109f,-0.006428f,0.1003f,0.00766f,-0.009526f,0.1003f,0.0055f,-0.00884f,0.1043f,0.005104f,-0.008154f,0.1083f,0.004708f,-0.007469f,0.1123f,0.004312f,-0.006783f,0.1163f,0.003916f,-0.006097f,0.1203f,0.00352f,-0.005543f,0.1203f,0.0032f,-0.006166f,0.1163f,0.00356f,-0.00679f,0.1123f,0.00392f,-0.007413f,0.1083f,0.00428f,-0.008037f,0.1043f,0.00464f,-0.00866f,0.1003f,0.0050f,-0.01083f,0.1003f,0.00191f,-0.01005f,0.1043f,0.001773f,-0.009273f,0.1083f,0.001635f,-0.008493f,0.1123f,0.001498f,-0.007713f,0.1163f,0.00136f,-0.006933f,0.1203f,0.001222f,-0.006303f,0.1203f,0.001111f,-0.007012f,0.1163f,0.001236f,-0.007721f,0.1123f,0.001361f,-0.00843f,0.1083f,0.001486f,-0.009139f,0.1043f,0.001611f,-0.009848f,0.1003f,0.001736f,-0.01083f,0.1003f,-0.00191f,-0.01005f,0.1043f,-0.001773f,-0.009273f,0.1083f,-0.001635f,-0.008493f,0.1123f,-0.001498f,-0.007713f,0.1163f,-0.00136f,-0.006933f,0.1203f,-0.001222f,-0.006303f,0.1203f,-0.001111f,-0.007012f,0.1163f,-0.001236f,-0.007721f,0.1123f,-0.001361f,-0.00843f,0.1083f,-0.001486f,-0.009139f,0.1043f,-0.001611f,-0.009848f,0.1003f,-0.001736f,-0.009526f,0.1003f,-0.0055f,-0.00884f,0.1043f,-0.005104f,-0.008154f,0.1083f,-0.004708f,-0.007469f,0.1123f,-0.004312f}; return value; } private float[] getTube13_COORD_11_335_point_5() { float[] value = {-0.006783f,0.1163f,-0.003916f,-0.006097f,0.1203f,-0.00352f,-0.005543f,0.1203f,-0.0032f,-0.006166f,0.1163f,-0.00356f,-0.00679f,0.1123f,-0.00392f,-0.007413f,0.1083f,-0.00428f,-0.008037f,0.1043f,-0.00464f,-0.00866f,0.1003f,-0.0050f,-0.007071f,0.1003f,-0.008426f,-0.006562f,0.1043f,-0.00782f,-0.006052f,0.1083f,-0.007213f,-0.005543f,0.1123f,-0.006606f,-0.005034f,0.1163f,-0.0060f,-0.004525f,0.1203f,-0.005393f,-0.004114f,0.1203f,-0.004903f,-0.004577f,0.1163f,-0.005454f,-0.005039f,0.1123f,-0.006006f,-0.005502f,0.1083f,-0.006557f,-0.005965f,0.1043f,-0.007109f,-0.006428f,0.1003f,-0.00766f,-0.003762f,0.1003f,-0.01034f,-0.003491f,0.1043f,-0.009592f,-0.00322f,0.1083f,-0.008848f,-0.00295f,0.1123f,-0.008104f,-0.002679f,0.1163f,-0.00736f,-0.002408f,0.1203f,-0.006615f,-0.002189f,0.1203f,-0.006014f,-0.002435f,0.1163f,-0.006691f,-0.002681f,0.1123f,-0.007367f,-0.002928f,0.1083f,-0.008044f,-0.003174f,0.1043f,-0.00872f,-0.00342f,0.1003f,-0.009397f,0.0f,0.1204f,-0.0070f,0.0f,0.1232f,-0.0070f,0.0f,0.126f,-0.0070f,0.0f,0.1288f,-0.0070f,0.0f,0.1316f,-0.0070f,0.0f,0.1344f,-0.0070f,0.0f,0.1344f,-0.0030f,0.0f,0.1316f,-0.0030f,0.0f,0.1288f,-0.0030f,0.0f,0.126f,-0.0030f,0.0f,0.1232f,-0.0030f,0.0f,0.1204f,-0.0030f,0.002394f,0.1204f,-0.006578f,0.002394f,0.1232f,-0.006578f,0.002394f,0.126f,-0.006578f,0.002394f,0.1288f,-0.006578f,0.002394f,0.1316f,-0.006578f,0.002394f,0.1344f,-0.006578f,0.001026f,0.1344f,-0.002819f,0.001026f,0.1316f,-0.002819f,0.001026f,0.1288f,-0.002819f,0.001026f,0.126f,-0.002819f,0.001026f,0.1232f,-0.002819f,0.001026f,0.1204f,-0.002819f,0.0045f,0.1204f,-0.005362f,0.0045f,0.1232f,-0.005362f,0.0045f,0.126f,-0.005362f,0.0045f,0.1288f,-0.005362f,0.0045f,0.1316f,-0.005362f,0.0045f,0.1344f,-0.005362f,0.001928f,0.1344f,-0.002298f,0.001928f,0.1316f,-0.002298f,0.001928f,0.1288f,-0.002298f,0.001928f,0.126f,-0.002298f,0.001928f,0.1232f,-0.002298f,0.001928f,0.1204f,-0.002298f,0.006062f,0.1204f,-0.0035f,0.006062f,0.1232f,-0.0035f,0.006062f,0.126f,-0.0035f,0.006062f,0.1288f,-0.0035f,0.006062f,0.1316f,-0.0035f,0.006062f,0.1344f,-0.0035f,0.002598f,0.1344f,-0.0015f,0.002598f,0.1316f,-0.0015f,0.002598f,0.1288f,-0.0015f,0.002598f,0.126f,-0.0015f,0.002598f,0.1232f,-0.0015f,0.002598f,0.1204f,-0.0015f,0.006894f,0.1204f,-0.001216f,0.006894f,0.1232f,-0.001216f,0.006894f,0.126f,-0.001216f,0.006894f,0.1288f,-0.001216f,0.006894f,0.1316f,-0.001216f,0.006894f,0.1344f,-0.001216f,0.002954f,0.1344f,-5.209E-4f,0.002954f,0.1316f,-5.209E-4f,0.002954f,0.1288f,-5.209E-4f,0.002954f,0.126f,-5.209E-4f,0.002954f,0.1232f,-5.209E-4f,0.002954f,0.1204f,-5.209E-4f,0.006894f,0.1204f,0.001216f,0.006894f,0.1232f,0.001216f,0.006894f,0.126f,0.001216f,0.006894f,0.1288f,0.001216f,0.006894f,0.1316f,0.001216f,0.006894f,0.1344f,0.001216f,0.002954f,0.1344f,5.209E-4f,0.002954f,0.1316f,5.209E-4f}; return value; } private float[] getTube13_COORD_11_335_point_6() { float[] value = {0.002954f,0.1288f,5.209E-4f,0.002954f,0.126f,5.209E-4f,0.002954f,0.1232f,5.209E-4f,0.002954f,0.1204f,5.209E-4f,0.006062f,0.1204f,0.0035f,0.006062f,0.1232f,0.0035f,0.006062f,0.126f,0.0035f,0.006062f,0.1288f,0.0035f,0.006062f,0.1316f,0.0035f,0.006062f,0.1344f,0.0035f,0.002598f,0.1344f,0.0015f,0.002598f,0.1316f,0.0015f,0.002598f,0.1288f,0.0015f,0.002598f,0.126f,0.0015f,0.002598f,0.1232f,0.0015f,0.002598f,0.1204f,0.0015f,0.0045f,0.1204f,0.005362f,0.0045f,0.1232f,0.005362f,0.0045f,0.126f,0.005362f,0.0045f,0.1288f,0.005362f,0.0045f,0.1316f,0.005362f,0.0045f,0.1344f,0.005362f,0.001928f,0.1344f,0.002298f,0.001928f,0.1316f,0.002298f,0.001928f,0.1288f,0.002298f,0.001928f,0.126f,0.002298f,0.001928f,0.1232f,0.002298f,0.001928f,0.1204f,0.002298f,0.002394f,0.1204f,0.006578f,0.002394f,0.1232f,0.006578f,0.002394f,0.126f,0.006578f,0.002394f,0.1288f,0.006578f,0.002394f,0.1316f,0.006578f,0.002394f,0.1344f,0.006578f,0.001026f,0.1344f,0.002819f,0.001026f,0.1316f,0.002819f,0.001026f,0.1288f,0.002819f,0.001026f,0.126f,0.002819f,0.001026f,0.1232f,0.002819f,0.001026f,0.1204f,0.002819f,0.0f,0.1204f,0.0070f,0.0f,0.1232f,0.0070f,0.0f,0.126f,0.0070f,0.0f,0.1288f,0.0070f,0.0f,0.1316f,0.0070f,0.0f,0.1344f,0.0070f,0.0f,0.1344f,0.0030f,0.0f,0.1316f,0.0030f,0.0f,0.1288f,0.0030f,0.0f,0.126f,0.0030f,0.0f,0.1232f,0.0030f,0.0f,0.1204f,0.0030f,-0.002394f,0.1204f,0.006578f,-0.002394f,0.1232f,0.006578f,-0.002394f,0.126f,0.006578f,-0.002394f,0.1288f,0.006578f,-0.002394f,0.1316f,0.006578f,-0.002394f,0.1344f,0.006578f,-0.001026f,0.1344f,0.002819f,-0.001026f,0.1316f,0.002819f,-0.001026f,0.1288f,0.002819f,-0.001026f,0.126f,0.002819f,-0.001026f,0.1232f,0.002819f,-0.001026f,0.1204f,0.002819f,-0.0045f,0.1204f,0.005362f,-0.0045f,0.1232f,0.005362f,-0.0045f,0.126f,0.005362f,-0.0045f,0.1288f,0.005362f,-0.0045f,0.1316f,0.005362f,-0.0045f,0.1344f,0.005362f,-0.001928f,0.1344f,0.002298f,-0.001928f,0.1316f,0.002298f,-0.001928f,0.1288f,0.002298f,-0.001928f,0.126f,0.002298f,-0.001928f,0.1232f,0.002298f,-0.001928f,0.1204f,0.002298f,-0.006062f,0.1204f,0.0035f,-0.006062f,0.1232f,0.0035f,-0.006062f,0.126f,0.0035f,-0.006062f,0.1288f,0.0035f,-0.006062f,0.1316f,0.0035f,-0.006062f,0.1344f,0.0035f,-0.002598f,0.1344f,0.0015f,-0.002598f,0.1316f,0.0015f,-0.002598f,0.1288f,0.0015f,-0.002598f,0.126f,0.0015f,-0.002598f,0.1232f,0.0015f,-0.002598f,0.1204f,0.0015f,-0.006894f,0.1204f,0.001216f,-0.006894f,0.1232f,0.001216f,-0.006894f,0.126f,0.001216f,-0.006894f,0.1288f,0.001216f,-0.006894f,0.1316f,0.001216f,-0.006894f,0.1344f,0.001216f,-0.002954f,0.1344f,5.209E-4f,-0.002954f,0.1316f,5.209E-4f,-0.002954f,0.1288f,5.209E-4f,-0.002954f,0.126f,5.209E-4f,-0.002954f,0.1232f,5.209E-4f,-0.002954f,0.1204f,5.209E-4f}; return value; } private float[] getTube13_COORD_11_335_point_7() { float[] value = {-0.006894f,0.1204f,-0.001216f,-0.006894f,0.1232f,-0.001216f,-0.006894f,0.126f,-0.001216f,-0.006894f,0.1288f,-0.001216f,-0.006894f,0.1316f,-0.001216f,-0.006894f,0.1344f,-0.001216f,-0.002954f,0.1344f,-5.209E-4f,-0.002954f,0.1316f,-5.209E-4f,-0.002954f,0.1288f,-5.209E-4f,-0.002954f,0.126f,-5.209E-4f,-0.002954f,0.1232f,-5.209E-4f,-0.002954f,0.1204f,-5.209E-4f,-0.006062f,0.1204f,-0.0035f,-0.006062f,0.1232f,-0.0035f,-0.006062f,0.126f,-0.0035f,-0.006062f,0.1288f,-0.0035f,-0.006062f,0.1316f,-0.0035f,-0.006062f,0.1344f,-0.0035f,-0.002598f,0.1344f,-0.0015f,-0.002598f,0.1316f,-0.0015f,-0.002598f,0.1288f,-0.0015f,-0.002598f,0.126f,-0.0015f,-0.002598f,0.1232f,-0.0015f,-0.002598f,0.1204f,-0.0015f,-0.0045f,0.1204f,-0.005362f,-0.0045f,0.1232f,-0.005362f,-0.0045f,0.126f,-0.005362f,-0.0045f,0.1288f,-0.005362f,-0.0045f,0.1316f,-0.005362f,-0.0045f,0.1344f,-0.005362f,-0.001928f,0.1344f,-0.002298f,-0.001928f,0.1316f,-0.002298f,-0.001928f,0.1288f,-0.002298f,-0.001928f,0.126f,-0.002298f,-0.001928f,0.1232f,-0.002298f,-0.001928f,0.1204f,-0.002298f,-0.002394f,0.1204f,-0.006578f,-0.002394f,0.1232f,-0.006578f,-0.002394f,0.126f,-0.006578f,-0.002394f,0.1288f,-0.006578f,-0.002394f,0.1316f,-0.006578f,-0.002394f,0.1344f,-0.006578f,-0.001026f,0.1344f,-0.002819f,-0.001026f,0.1316f,-0.002819f,-0.001026f,0.1288f,-0.002819f,-0.001026f,0.126f,-0.002819f,-0.001026f,0.1232f,-0.002819f,-0.001026f,0.1204f,-0.002819f,0.013f,0.0f,0.0f,0.01222f,0.0f,-0.004446f,0.009959f,0.0f,-0.008356f,0.0065f,0.0f,-0.01126f,0.002257f,0.0f,-0.0128f,-0.002257f,0.0f,-0.0128f,-0.0065f,0.0f,-0.01126f,-0.009959f,0.0f,-0.008356f,-0.01222f,0.0f,-0.004446f,-0.013f,0.0f,0.0f,-0.01222f,0.0f,0.004446f,-0.009959f,0.0f,0.008356f,-0.0065f,0.0f,0.01126f,-0.002257f,0.0f,0.0128f,0.002257f,0.0f,0.0128f,0.0065f,0.0f,0.01126f,0.009959f,0.0f,0.008356f,0.01222f,0.0f,0.004446f,0.013f,0.0010f,0.0f,0.01222f,0.0010f,-0.004446f,0.009959f,0.0010f,-0.008356f,0.0065f,0.0010f,-0.01126f,0.002257f,0.0010f,-0.0128f,-0.002257f,0.0010f,-0.0128f,-0.0065f,0.0010f,-0.01126f,-0.009959f,0.0010f,-0.008356f,-0.01222f,0.0010f,-0.004446f,-0.013f,0.0010f,0.0f,-0.01222f,0.0010f,0.004446f,-0.009959f,0.0010f,0.008356f,-0.0065f,0.0010f,0.01126f,-0.002257f,0.0010f,0.0128f,0.002257f,0.0010f,0.0128f,0.0065f,0.0010f,0.01126f,0.009959f,0.0010f,0.008356f,0.01222f,0.0010f,0.004446f,0.013f,0.0020f,0.0f,0.01222f,0.0020f,-0.004446f,0.009959f,0.0020f,-0.008356f,0.0065f,0.0020f,-0.01126f,0.002257f,0.0020f,-0.0128f,-0.002257f,0.0020f,-0.0128f,-0.0065f,0.0020f,-0.01126f,-0.009959f,0.0020f,-0.008356f,-0.01222f,0.0020f,-0.004446f,-0.013f,0.0020f,0.0f,-0.01222f,0.0020f,0.004446f,-0.009959f,0.0020f,0.008356f,-0.0065f,0.0020f,0.01126f,-0.002257f,0.0020f,0.0128f,0.002257f,0.0020f,0.0128f,0.0065f,0.0020f,0.01126f}; return value; } private float[] getTube13_COORD_11_335_point_8() { float[] value = {0.009959f,0.0020f,0.008356f,0.01222f,0.0020f,0.004446f,0.013f,0.0030f,0.0f,0.01222f,0.0030f,-0.004446f,0.009959f,0.0030f,-0.008356f,0.0065f,0.0030f,-0.01126f,0.002257f,0.0030f,-0.0128f,-0.002257f,0.0030f,-0.0128f,-0.0065f,0.0030f,-0.01126f,-0.009959f,0.0030f,-0.008356f,-0.01222f,0.0030f,-0.004446f,-0.013f,0.0030f,0.0f,-0.01222f,0.0030f,0.004446f,-0.009959f,0.0030f,0.008356f,-0.0065f,0.0030f,0.01126f,-0.002257f,0.0030f,0.0128f,0.002257f,0.0030f,0.0128f,0.0065f,0.0030f,0.01126f,0.009959f,0.0030f,0.008356f,0.01222f,0.0030f,0.004446f,0.013f,0.0040f,0.0f,0.01222f,0.0040f,-0.004446f,0.009959f,0.0040f,-0.008356f,0.0065f,0.0040f,-0.01126f,0.002257f,0.0040f,-0.0128f,-0.002257f,0.0040f,-0.0128f,-0.0065f,0.0040f,-0.01126f,-0.009959f,0.0040f,-0.008356f,-0.01222f,0.0040f,-0.004446f,-0.013f,0.0040f,0.0f,-0.01222f,0.0040f,0.004446f,-0.009959f,0.0040f,0.008356f,-0.0065f,0.0040f,0.01126f,-0.002257f,0.0040f,0.0128f,0.002257f,0.0040f,0.0128f,0.0065f,0.0040f,0.01126f,0.009959f,0.0040f,0.008356f,0.01222f,0.0040f,0.004446f,0.013f,0.0050f,0.0f,0.01222f,0.0050f,-0.004446f,0.009959f,0.0050f,-0.008356f,0.0065f,0.0050f,-0.01126f,0.002257f,0.0050f,-0.0128f,-0.002257f,0.0050f,-0.0128f,-0.0065f,0.0050f,-0.01126f,-0.009959f,0.0050f,-0.008356f,-0.01222f,0.0050f,-0.004446f,-0.013f,0.0050f,0.0f,-0.01222f,0.0050f,0.004446f,-0.009959f,0.0050f,0.008356f,-0.0065f,0.0050f,0.01126f,-0.002257f,0.0050f,0.0128f,0.002257f,0.0050f,0.0128f,0.0065f,0.0050f,0.01126f,0.009959f,0.0050f,0.008356f,0.01222f,0.0050f,0.004446f,1.0f,2.0f,2.0f}; return value; } /** Define subarrays using type int[] */ private int[] getCylinder18_FACES_10_341_coordIndex_1() { int[] value = {0,2,1,-1,0,3,2,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,0,9,8,-1,0,10,9,-1,0,11,10,-1,0,12,11,-1,0,13,12,-1,0,14,13,-1,0,15,14,-1,0,16,15,-1,0,17,16,-1,0,18,17,-1,0,1,18,-1,1,20,19,-1,1,2,20,-1,2,21,20,-1,2,3,21,-1,3,22,21,-1,3,4,22,-1,4,23,22,-1,4,5,23,-1,5,24,23,-1,5,6,24,-1,6,25,24,-1,6,7,25,-1,7,26,25,-1,7,8,26,-1,8,27,26,-1,8,9,27,-1,9,28,27,-1,9,10,28,-1,10,29,28,-1,10,11,29,-1,11,30,29,-1,11,12,30,-1,12,31,30,-1,12,13,31,-1,13,32,31,-1,13,14,32,-1,14,33,32,-1,14,15,33,-1,15,34,33,-1,15,16,34,-1,16,35,34,-1,16,17,35,-1,17,36,35,-1,17,18,36,-1,18,19,36,-1,18,1,19,-1,19,38,37,-1,19,20,38,-1,20,39,38,-1,20,21,39,-1,21,40,39,-1,21,22,40,-1,22,41,40,-1,22,23,41,-1,23,42,41,-1,23,24,42,-1,24,43,42,-1,24,25,43,-1,25,44,43,-1,25,26,44,-1,26,45,44,-1,26,27,45,-1,27,46,45,-1,27,28,46,-1,28,47,46,-1,28,29,47,-1,29,48,47,-1,29,30,48,-1,30,49,48,-1,30,31,49,-1,31,50,49,-1,31,32,50,-1,32,51,50,-1,32,33,51,-1,33,52,51,-1,33,34,52,-1,34,53,52,-1,34,35,53,-1,35,54,53,-1,35,36,54,-1,36,37,54,-1,36,19,37,-1,37,56,55,-1,37,38,56,-1,38,57,56,-1,38,39,57,-1,39,58,57,-1,39,40,58,-1,40,59,58,-1,40,41,59,-1,41,60,59,-1,41,42,60,-1,42,61,60,-1,42,43,61,-1,43,62,61,-1,43,44,62,-1,44,63,62,-1,44,45,63,-1,45,64,63,-1,45,46,64,-1,46,65,64,-1,46,47,65,-1,47,66,65,-1,47,48,66,-1,48,67,66,-1,48,49,67,-1,49,68,67,-1,49,50,68,-1,50,69,68,-1,50,51,69,-1,51,70,69,-1,51,52,70,-1,52,71,70,-1,52,53,71,-1,53,72,71,-1,53,54,72,-1,54,55,72,-1,54,37,55,-1,55,74,73,-1,55,56,74,-1,56,75,74,-1,56,57,75,-1,57,76,75,-1,57,58,76,-1,58,77,76,-1,58,59,77,-1,59,78,77,-1,59,60,78,-1,60,79,78,-1,60,61,79,-1,61,80,79,-1,61,62,80,-1,62,81,80,-1,62,63,81,-1,63,82,81,-1,63,64,82,-1,64,83,82,-1,64,65,83,-1,65,84,83,-1,65,66,84,-1,66,85,84,-1,66,67,85,-1,67,86,85,-1,67,68,86,-1,68,87,86,-1,68,69,87,-1,69,88,87,-1,69,70,88,-1,70,89,88,-1,70,71,89,-1,71,90,89,-1,71,72,90,-1,72,73,90,-1,72,55,73,-1,73,92,91,-1,73,74,92,-1,74,93,92,-1,74,75,93,-1,75,94,93,-1,75,76,94,-1,76,95,94,-1,76,77,95,-1,77,96,95,-1,77,78,96,-1,78,97,96,-1,78,79,97,-1,79,98,97,-1,79,80,98,-1,80,99,98,-1,80,81,99,-1,81,100,99,-1,81,82,100,-1,82,101,100,-1,82,83,101,-1,83,102,101,-1,83,84,102,-1,84,103,102,-1,84,85,103,-1,85,104,103,-1,85,86,104,-1,86,105,104,-1,86,87,105,-1,87,106,105,-1,87,88,106,-1,88,107,106,-1,88,89,107,-1,89,108,107,-1,89,90,108,-1,90,91,108,-1,90,73,91,-1,109,91,92,-1,109,92,93,-1,109,93,94,-1,109,94,95,-1,109,95,96,-1,109,96,97,-1,109,97,98,-1,109,98,99,-1,109,99,100,-1,109,100,101,-1,109,101,102,-1,109,102,103,-1,109,103,104,-1,109,104,105,-1,109,105,106,-1,109,106,107,-1,109,107,108,-1,109,108,91,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCylinder18_COORD_11_341_point_1() { float[] value = {0.0f,0.0f,0.0f,0.0070f,0.0f,0.0f,0.006578f,0.0f,-0.002394f,0.005362f,0.0f,-0.0045f,0.0035f,0.0f,-0.006062f,0.001216f,0.0f,-0.006894f,-0.001216f,0.0f,-0.006894f,-0.0035f,0.0f,-0.006062f,-0.005362f,0.0f,-0.0045f,-0.006578f,0.0f,-0.002394f,-0.0070f,0.0f,0.0f,-0.006578f,0.0f,0.002394f,-0.005362f,0.0f,0.0045f,-0.0035f,0.0f,0.006062f,-0.001216f,0.0f,0.006894f,0.001216f,0.0f,0.006894f,0.0035f,0.0f,0.006062f,0.005362f,0.0f,0.0045f,0.006578f,0.0f,0.002394f,0.006677f,0.01f,0.0f,0.006274f,0.01f,-0.002284f,0.005115f,0.01f,-0.004292f,0.003338f,0.01f,-0.005782f,0.001159f,0.01f,-0.006575f,-0.001159f,0.01f,-0.006575f,-0.003338f,0.01f,-0.005782f,-0.005115f,0.01f,-0.004292f,-0.006274f,0.01f,-0.002284f,-0.006677f,0.01f,0.0f,-0.006274f,0.01f,0.002284f,-0.005115f,0.01f,0.004292f,-0.003338f,0.01f,0.005782f,-0.001159f,0.01f,0.006575f,0.001159f,0.01f,0.006575f,0.003338f,0.01f,0.005782f,0.005115f,0.01f,0.004292f,0.006274f,0.01f,0.002284f,0.00593f,0.02f,0.0f,0.005572f,0.02f,-0.002028f,0.004543f,0.02f,-0.003812f,0.002965f,0.02f,-0.005136f,0.00103f,0.02f,-0.00584f,-0.00103f,0.02f,-0.00584f,-0.002965f,0.02f,-0.005136f,-0.004543f,0.02f,-0.003812f,-0.005572f,0.02f,-0.002028f,-0.00593f,0.02f,0.0f,-0.005572f,0.02f,0.002028f,-0.004543f,0.02f,0.003812f,-0.002965f,0.02f,0.005136f,-0.00103f,0.02f,0.00584f,0.00103f,0.02f,0.00584f,0.002965f,0.02f,0.005136f,0.004543f,0.02f,0.003812f,0.005572f,0.02f,0.002028f,0.004761f,0.03f,0.0f,0.004474f,0.03f,-0.001628f,0.003647f,0.03f,-0.00306f,0.00238f,0.03f,-0.004123f,8.267E-4f,0.03f,-0.004688f,-8.267E-4f,0.03f,-0.004688f,-0.00238f,0.03f,-0.004123f,-0.003647f,0.03f,-0.00306f,-0.004474f,0.03f,-0.001628f,-0.004761f,0.03f,0.0f,-0.004474f,0.03f,0.001628f,-0.003647f,0.03f,0.00306f,-0.00238f,0.03f,0.004123f,-8.267E-4f,0.03f,0.004688f,8.267E-4f,0.03f,0.004688f,0.00238f,0.03f,0.004123f,0.003647f,0.03f,0.00306f,0.004474f,0.03f,0.001628f,0.003168f,0.04f,0.0f,0.002977f,0.04f,-0.001084f,0.002427f,0.04f,-0.002037f,0.001584f,0.04f,-0.002744f,5.502E-4f,0.04f,-0.00312f,-5.502E-4f,0.04f,-0.00312f,-0.001584f,0.04f,-0.002744f,-0.002427f,0.04f,-0.002037f,-0.002977f,0.04f,-0.001084f,-0.003168f,0.04f,0.0f,-0.002977f,0.04f,0.001084f,-0.002427f,0.04f,0.002037f,-0.001584f,0.04f,0.002744f,-5.502E-4f,0.04f,0.00312f,5.502E-4f,0.04f,0.00312f,0.001584f,0.04f,0.002744f,0.002427f,0.04f,0.002037f,0.002977f,0.04f,0.001084f,0.001153f,0.05f,0.0f,0.001083f,0.05f,-3.943E-4f,8.832E-4f,0.05f,-7.411E-4f,5.765E-4f,0.05f,-9.984E-4f,2.002E-4f,0.05f,-0.001135f,-2.002E-4f,0.05f,-0.001135f,-5.765E-4f,0.05f,-9.984E-4f,-8.832E-4f,0.05f,-7.411E-4f,-0.001083f,0.05f,-3.943E-4f}; return value; } private float[] getCylinder18_COORD_11_341_point_2() { float[] value = {-0.001153f,0.05f,0.0f,-0.001083f,0.05f,3.943E-4f,-8.832E-4f,0.05f,7.411E-4f,-5.765E-4f,0.05f,9.984E-4f,-2.002E-4f,0.05f,0.001135f,2.002E-4f,0.05f,0.001135f,5.765E-4f,0.05f,9.984E-4f,8.832E-4f,0.05f,7.411E-4f,0.001083f,0.05f,3.943E-4f,0.0f,0.05f,0.0f,1.0f,2.0f,3.0f}; return value; } /** Define subarrays using type int[] */ private int[] getTube14_FACES_10_348_coordIndex_1() { int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1}; return value; } private int[] getTube14_FACES_10_348_coordIndex_2() { int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1,216,217,229,-1,229,228,216,-1,217,218,230,-1,230,229,217,-1,218,219,231,-1,231,230,218,-1,219,220,232,-1,232,231,219,-1,220,221,233,-1,233,232,220,-1,221,222,234,-1,234,233,221,-1,222,223,235,-1,235,234,222,-1,223,224,236,-1,236,235,223,-1,224,225,237,-1,237,236,224,-1,225,226,238,-1,238,237,225,-1,226,227,239,-1,239,238,226,-1,227,216,228,-1,228,239,227,-1,228,229,241,-1,241,240,228,-1,229,230,242,-1,242,241,229,-1,230,231,243,-1,243,242,230,-1,231,232,244,-1,244,243,231,-1,232,233,245,-1,245,244,232,-1,233,234,246,-1,246,245,233,-1,234,235,247,-1,247,246,234,-1,235,236,248,-1,248,247,235,-1,236,237,249,-1,249,248,236,-1,237,238,250,-1,250,249,237,-1,238,239,251,-1,251,250,238,-1,239,228,240,-1,240,251,239,-1,240,241,253,-1,253,252,240,-1,241,242,254,-1,254,253,241,-1,242,243,255,-1,255,254,242,-1,243,244,256,-1,256,255,243,-1,244,245,257,-1,257,256,244,-1,245,246,258,-1,258,257,245,-1,246,247,259,-1,259,258,246,-1,247,248,260,-1,260,259,247,-1,248,249,261,-1,261,260,248,-1,249,250,262,-1,262,261,249,-1}; return value; } private int[] getTube14_FACES_10_348_coordIndex_3() { int[] value = {250,251,263,-1,263,262,250,-1,251,240,252,-1,252,263,251,-1,252,253,265,-1,265,264,252,-1,253,254,266,-1,266,265,253,-1,254,255,267,-1,267,266,254,-1,255,256,268,-1,268,267,255,-1,256,257,269,-1,269,268,256,-1,257,258,270,-1,270,269,257,-1,258,259,271,-1,271,270,258,-1,259,260,272,-1,272,271,259,-1,260,261,273,-1,273,272,260,-1,261,262,274,-1,274,273,261,-1,262,263,275,-1,275,274,262,-1,263,252,264,-1,264,275,263,-1,264,265,277,-1,277,276,264,-1,265,266,278,-1,278,277,265,-1,266,267,279,-1,279,278,266,-1,267,268,280,-1,280,279,267,-1,268,269,281,-1,281,280,268,-1,269,270,282,-1,282,281,269,-1,270,271,283,-1,283,282,270,-1,271,272,284,-1,284,283,271,-1,272,273,285,-1,285,284,272,-1,273,274,286,-1,286,285,273,-1,274,275,287,-1,287,286,274,-1,275,264,276,-1,276,287,275,-1,276,277,289,-1,289,288,276,-1,277,278,290,-1,290,289,277,-1,278,279,291,-1,291,290,278,-1,279,280,292,-1,292,291,279,-1,280,281,293,-1,293,292,280,-1,281,282,294,-1,294,293,281,-1,282,283,295,-1,295,294,282,-1,283,284,296,-1,296,295,283,-1,284,285,297,-1,297,296,284,-1,285,286,298,-1,298,297,285,-1,286,287,299,-1,299,298,286,-1,287,276,288,-1,288,299,287,-1,288,289,301,-1,301,300,288,-1,289,290,302,-1,302,301,289,-1,290,291,303,-1,303,302,290,-1,291,292,304,-1,304,303,291,-1,292,293,305,-1,305,304,292,-1,293,294,306,-1,306,305,293,-1,294,295,307,-1,307,306,294,-1,295,296,308,-1,308,307,295,-1,296,297,309,-1,309,308,296,-1,297,298,310,-1,310,309,297,-1,298,299,311,-1,311,310,298,-1,299,288,300,-1,300,311,299,-1,300,301,313,-1,313,312,300,-1,301,302,314,-1,314,313,301,-1,302,303,315,-1,315,314,302,-1,303,304,316,-1,316,315,303,-1,304,305,317,-1,317,316,304,-1,305,306,318,-1,318,317,305,-1,306,307,319,-1,319,318,306,-1,307,308,320,-1,320,319,307,-1,308,309,321,-1,321,320,308,-1,309,310,322,-1,322,321,309,-1,310,311,323,-1,323,322,310,-1,311,300,312,-1,312,323,311,-1,312,313,325,-1,325,324,312,-1,313,314,326,-1,326,325,313,-1,314,315,327,-1,327,326,314,-1,315,316,328,-1,328,327,315,-1,316,317,329,-1,329,328,316,-1,317,318,330,-1,330,329,317,-1,318,319,331,-1,331,330,318,-1,319,320,332,-1,332,331,319,-1,320,321,333,-1,333,332,320,-1,321,322,334,-1,334,333,321,-1,322,323,335,-1,335,334,322,-1,323,312,324,-1,324,335,323,-1,324,325,337,-1,337,336,324,-1,325,326,338,-1,338,337,325,-1,326,327,339,-1,339,338,326,-1,327,328,340,-1,340,339,327,-1,328,329,341,-1,341,340,328,-1,329,330,342,-1,342,341,329,-1,330,331,343,-1,343,342,330,-1,331,332,344,-1,344,343,331,-1,332,333,345,-1,345,344,332,-1,333,334,346,-1,346,345,333,-1,334,335,347,-1,347,346,334,-1,335,324,336,-1,336,347,335,-1,336,337,349,-1,349,348,336,-1,337,338,350,-1,350,349,337,-1,338,339,351,-1,351,350,338,-1,339,340,352,-1,352,351,339,-1,340,341,353,-1,353,352,340,-1,341,342,354,-1,354,353,341,-1,342,343,355,-1,355,354,342,-1,343,344,356,-1,356,355,343,-1,344,345,357,-1,357,356,344,-1,345,346,358,-1,358,357,345,-1,346,347,359,-1,359,358,346,-1,347,336,348,-1,348,359,347,-1,348,349,361,-1,361,360,348,-1,349,350,362,-1,362,361,349,-1,350,351,363,-1,363,362,350,-1,351,352,364,-1,364,363,351,-1,352,353,365,-1,365,364,352,-1,353,354,366,-1,366,365,353,-1,354,355,367,-1,367,366,354,-1,355,356,368,-1,368,367,355,-1,356,357,369,-1,369,368,356,-1,357,358,370,-1,370,369,357,-1,358,359,371,-1,371,370,358,-1,359,348,360,-1,360,371,359,-1,360,361,373,-1,373,372,360,-1,361,362,374,-1,374,373,361,-1,362,363,375,-1,375,374,362,-1,363,364,376,-1,376,375,363,-1,364,365,377,-1,377,376,364,-1,365,366,378,-1,378,377,365,-1,366,367,379,-1,379,378,366,-1,367,368,380,-1,380,379,367,-1,368,369,381,-1,381,380,368,-1,369,370,382,-1,382,381,369,-1,370,371,383,-1,383,382,370,-1,371,360,372,-1,372,383,371,-1,372,373,385,-1,385,384,372,-1,373,374,386,-1,386,385,373,-1,374,375,387,-1,387,386,374,-1}; return value; } private int[] getTube14_FACES_10_348_coordIndex_4() { int[] value = {375,376,388,-1,388,387,375,-1,376,377,389,-1,389,388,376,-1,377,378,390,-1,390,389,377,-1,378,379,391,-1,391,390,378,-1,379,380,392,-1,392,391,379,-1,380,381,393,-1,393,392,380,-1,381,382,394,-1,394,393,381,-1,382,383,395,-1,395,394,382,-1,383,372,384,-1,384,395,383,-1,384,385,397,-1,397,396,384,-1,385,386,398,-1,398,397,385,-1,386,387,399,-1,399,398,386,-1,387,388,400,-1,400,399,387,-1,388,389,401,-1,401,400,388,-1,389,390,402,-1,402,401,389,-1,390,391,403,-1,403,402,390,-1,391,392,404,-1,404,403,391,-1,392,393,405,-1,405,404,392,-1,393,394,406,-1,406,405,393,-1,394,395,407,-1,407,406,394,-1,395,384,396,-1,396,407,395,-1,396,397,409,-1,409,408,396,-1,397,398,410,-1,410,409,397,-1,398,399,411,-1,411,410,398,-1,399,400,412,-1,412,411,399,-1,400,401,413,-1,413,412,400,-1,401,402,414,-1,414,413,401,-1,402,403,415,-1,415,414,402,-1,403,404,416,-1,416,415,403,-1,404,405,417,-1,417,416,404,-1,405,406,418,-1,418,417,405,-1,406,407,419,-1,419,418,406,-1,407,396,408,-1,408,419,407,-1,408,409,421,-1,421,420,408,-1,409,410,422,-1,422,421,409,-1,410,411,423,-1,423,422,410,-1,411,412,424,-1,424,423,411,-1,412,413,425,-1,425,424,412,-1,413,414,426,-1,426,425,413,-1,414,415,427,-1,427,426,414,-1,415,416,428,-1,428,427,415,-1,416,417,429,-1,429,428,416,-1,417,418,430,-1,430,429,417,-1,418,419,431,-1,431,430,418,-1,419,408,420,-1,420,431,419,-1,420,421,217,-1,217,216,420,-1,421,422,218,-1,218,217,421,-1,422,423,219,-1,219,218,422,-1,423,424,220,-1,220,219,423,-1,424,425,221,-1,221,220,424,-1,425,426,222,-1,222,221,425,-1,426,427,223,-1,223,222,426,-1,427,428,224,-1,224,223,427,-1,428,429,225,-1,225,224,428,-1,429,430,226,-1,226,225,429,-1,430,431,227,-1,227,226,430,-1,431,420,216,-1,216,227,431,-1,432,433,445,-1,445,444,432,-1,433,434,446,-1,446,445,433,-1,434,435,447,-1,447,446,434,-1,435,436,448,-1,448,447,435,-1,436,437,449,-1,449,448,436,-1,437,438,450,-1,450,449,437,-1,438,439,451,-1,451,450,438,-1,439,440,452,-1,452,451,439,-1,440,441,453,-1,453,452,440,-1,441,442,454,-1,454,453,441,-1,442,443,455,-1,455,454,442,-1,443,432,444,-1,444,455,443,-1,444,445,457,-1,457,456,444,-1,445,446,458,-1,458,457,445,-1,446,447,459,-1,459,458,446,-1,447,448,460,-1,460,459,447,-1,448,449,461,-1,461,460,448,-1,449,450,462,-1,462,461,449,-1,450,451,463,-1,463,462,450,-1,451,452,464,-1,464,463,451,-1,452,453,465,-1,465,464,452,-1,453,454,466,-1,466,465,453,-1,454,455,467,-1,467,466,454,-1,455,444,456,-1,456,467,455,-1,456,457,469,-1,469,468,456,-1,457,458,470,-1,470,469,457,-1,458,459,471,-1,471,470,458,-1,459,460,472,-1,472,471,459,-1,460,461,473,-1,473,472,460,-1,461,462,474,-1,474,473,461,-1,462,463,475,-1,475,474,462,-1,463,464,476,-1,476,475,463,-1,464,465,477,-1,477,476,464,-1,465,466,478,-1,478,477,465,-1,466,467,479,-1,479,478,466,-1,467,456,468,-1,468,479,467,-1,468,469,481,-1,481,480,468,-1,469,470,482,-1,482,481,469,-1,470,471,483,-1,483,482,470,-1,471,472,484,-1,484,483,471,-1,472,473,485,-1,485,484,472,-1,473,474,486,-1,486,485,473,-1,474,475,487,-1,487,486,474,-1,475,476,488,-1,488,487,475,-1,476,477,489,-1,489,488,476,-1,477,478,490,-1,490,489,477,-1,478,479,491,-1,491,490,478,-1,479,468,480,-1,480,491,479,-1,480,481,493,-1,493,492,480,-1,481,482,494,-1,494,493,481,-1,482,483,495,-1,495,494,482,-1,483,484,496,-1,496,495,483,-1,484,485,497,-1,497,496,484,-1,485,486,498,-1,498,497,485,-1,486,487,499,-1,499,498,486,-1,487,488,500,-1,500,499,487,-1,488,489,501,-1,501,500,488,-1,489,490,502,-1,502,501,489,-1,490,491,503,-1,503,502,490,-1,491,480,492,-1,492,503,491,-1,492,493,505,-1,505,504,492,-1,493,494,506,-1,506,505,493,-1,494,495,507,-1,507,506,494,-1,495,496,508,-1,508,507,495,-1,496,497,509,-1,509,508,496,-1,497,498,510,-1,510,509,497,-1,498,499,511,-1,511,510,498,-1,499,500,512,-1,512,511,499,-1}; return value; } private int[] getTube14_FACES_10_348_coordIndex_5() { int[] value = {500,501,513,-1,513,512,500,-1,501,502,514,-1,514,513,501,-1,502,503,515,-1,515,514,502,-1,503,492,504,-1,504,515,503,-1,504,505,517,-1,517,516,504,-1,505,506,518,-1,518,517,505,-1,506,507,519,-1,519,518,506,-1,507,508,520,-1,520,519,507,-1,508,509,521,-1,521,520,508,-1,509,510,522,-1,522,521,509,-1,510,511,523,-1,523,522,510,-1,511,512,524,-1,524,523,511,-1,512,513,525,-1,525,524,512,-1,513,514,526,-1,526,525,513,-1,514,515,527,-1,527,526,514,-1,515,504,516,-1,516,527,515,-1,516,517,529,-1,529,528,516,-1,517,518,530,-1,530,529,517,-1,518,519,531,-1,531,530,518,-1,519,520,532,-1,532,531,519,-1,520,521,533,-1,533,532,520,-1,521,522,534,-1,534,533,521,-1,522,523,535,-1,535,534,522,-1,523,524,536,-1,536,535,523,-1,524,525,537,-1,537,536,524,-1,525,526,538,-1,538,537,525,-1,526,527,539,-1,539,538,526,-1,527,516,528,-1,528,539,527,-1,528,529,541,-1,541,540,528,-1,529,530,542,-1,542,541,529,-1,530,531,543,-1,543,542,530,-1,531,532,544,-1,544,543,531,-1,532,533,545,-1,545,544,532,-1,533,534,546,-1,546,545,533,-1,534,535,547,-1,547,546,534,-1,535,536,548,-1,548,547,535,-1,536,537,549,-1,549,548,536,-1,537,538,550,-1,550,549,537,-1,538,539,551,-1,551,550,538,-1,539,528,540,-1,540,551,539,-1,540,541,553,-1,553,552,540,-1,541,542,554,-1,554,553,541,-1,542,543,555,-1,555,554,542,-1,543,544,556,-1,556,555,543,-1,544,545,557,-1,557,556,544,-1,545,546,558,-1,558,557,545,-1,546,547,559,-1,559,558,546,-1,547,548,560,-1,560,559,547,-1,548,549,561,-1,561,560,548,-1,549,550,562,-1,562,561,549,-1,550,551,563,-1,563,562,550,-1,551,540,552,-1,552,563,551,-1,552,553,565,-1,565,564,552,-1,553,554,566,-1,566,565,553,-1,554,555,567,-1,567,566,554,-1,555,556,568,-1,568,567,555,-1,556,557,569,-1,569,568,556,-1,557,558,570,-1,570,569,557,-1,558,559,571,-1,571,570,558,-1,559,560,572,-1,572,571,559,-1,560,561,573,-1,573,572,560,-1,561,562,574,-1,574,573,561,-1,562,563,575,-1,575,574,562,-1,563,552,564,-1,564,575,563,-1,564,565,577,-1,577,576,564,-1,565,566,578,-1,578,577,565,-1,566,567,579,-1,579,578,566,-1,567,568,580,-1,580,579,567,-1,568,569,581,-1,581,580,568,-1,569,570,582,-1,582,581,569,-1,570,571,583,-1,583,582,570,-1,571,572,584,-1,584,583,571,-1,572,573,585,-1,585,584,572,-1,573,574,586,-1,586,585,573,-1,574,575,587,-1,587,586,574,-1,575,564,576,-1,576,587,575,-1,576,577,589,-1,589,588,576,-1,577,578,590,-1,590,589,577,-1,578,579,591,-1,591,590,578,-1,579,580,592,-1,592,591,579,-1,580,581,593,-1,593,592,580,-1,581,582,594,-1,594,593,581,-1,582,583,595,-1,595,594,582,-1,583,584,596,-1,596,595,583,-1,584,585,597,-1,597,596,584,-1,585,586,598,-1,598,597,585,-1,586,587,599,-1,599,598,586,-1,587,576,588,-1,588,599,587,-1,588,589,601,-1,601,600,588,-1,589,590,602,-1,602,601,589,-1,590,591,603,-1,603,602,590,-1,591,592,604,-1,604,603,591,-1,592,593,605,-1,605,604,592,-1,593,594,606,-1,606,605,593,-1,594,595,607,-1,607,606,594,-1,595,596,608,-1,608,607,595,-1,596,597,609,-1,609,608,596,-1,597,598,610,-1,610,609,597,-1,598,599,611,-1,611,610,598,-1,599,588,600,-1,600,611,599,-1,600,601,613,-1,613,612,600,-1,601,602,614,-1,614,613,601,-1,602,603,615,-1,615,614,602,-1,603,604,616,-1,616,615,603,-1,604,605,617,-1,617,616,604,-1,605,606,618,-1,618,617,605,-1,606,607,619,-1,619,618,606,-1,607,608,620,-1,620,619,607,-1,608,609,621,-1,621,620,608,-1,609,610,622,-1,622,621,609,-1,610,611,623,-1,623,622,610,-1,611,600,612,-1,612,623,611,-1,612,613,625,-1,625,624,612,-1,613,614,626,-1,626,625,613,-1,614,615,627,-1,627,626,614,-1,615,616,628,-1,628,627,615,-1,616,617,629,-1,629,628,616,-1,617,618,630,-1,630,629,617,-1,618,619,631,-1,631,630,618,-1,619,620,632,-1,632,631,619,-1,620,621,633,-1,633,632,620,-1,621,622,634,-1,634,633,621,-1,622,623,635,-1,635,634,622,-1,623,612,624,-1,624,635,623,-1,624,625,637,-1,637,636,624,-1}; return value; } private int[] getTube14_FACES_10_348_coordIndex_6() { int[] value = {625,626,638,-1,638,637,625,-1,626,627,639,-1,639,638,626,-1,627,628,640,-1,640,639,627,-1,628,629,641,-1,641,640,628,-1,629,630,642,-1,642,641,629,-1,630,631,643,-1,643,642,630,-1,631,632,644,-1,644,643,631,-1,632,633,645,-1,645,644,632,-1,633,634,646,-1,646,645,633,-1,634,635,647,-1,647,646,634,-1,635,624,636,-1,636,647,635,-1,636,637,433,-1,433,432,636,-1,637,638,434,-1,434,433,637,-1,638,639,435,-1,435,434,638,-1,639,640,436,-1,436,435,639,-1,640,641,437,-1,437,436,640,-1,641,642,438,-1,438,437,641,-1,642,643,439,-1,439,438,642,-1,643,644,440,-1,440,439,643,-1,644,645,441,-1,441,440,644,-1,645,646,442,-1,442,441,645,-1,646,647,443,-1,443,442,646,-1,647,636,432,-1,432,443,647,-1,648,649,667,-1,667,666,648,-1,649,650,668,-1,668,667,649,-1,650,651,669,-1,669,668,650,-1,651,652,670,-1,670,669,651,-1,652,653,671,-1,671,670,652,-1,653,654,672,-1,672,671,653,-1,654,655,673,-1,673,672,654,-1,655,656,674,-1,674,673,655,-1,656,657,675,-1,675,674,656,-1,657,658,676,-1,676,675,657,-1,658,659,677,-1,677,676,658,-1,659,660,678,-1,678,677,659,-1,660,661,679,-1,679,678,660,-1,661,662,680,-1,680,679,661,-1,662,663,681,-1,681,680,662,-1,663,664,682,-1,682,681,663,-1,664,665,683,-1,683,682,664,-1,665,648,666,-1,666,683,665,-1,666,667,685,-1,685,684,666,-1,667,668,686,-1,686,685,667,-1,668,669,687,-1,687,686,668,-1,669,670,688,-1,688,687,669,-1,670,671,689,-1,689,688,670,-1,671,672,690,-1,690,689,671,-1,672,673,691,-1,691,690,672,-1,673,674,692,-1,692,691,673,-1,674,675,693,-1,693,692,674,-1,675,676,694,-1,694,693,675,-1,676,677,695,-1,695,694,676,-1,677,678,696,-1,696,695,677,-1,678,679,697,-1,697,696,678,-1,679,680,698,-1,698,697,679,-1,680,681,699,-1,699,698,680,-1,681,682,700,-1,700,699,681,-1,682,683,701,-1,701,700,682,-1,683,666,684,-1,684,701,683,-1,684,685,703,-1,703,702,684,-1,685,686,704,-1,704,703,685,-1,686,687,705,-1,705,704,686,-1,687,688,706,-1,706,705,687,-1,688,689,707,-1,707,706,688,-1,689,690,708,-1,708,707,689,-1,690,691,709,-1,709,708,690,-1,691,692,710,-1,710,709,691,-1,692,693,711,-1,711,710,692,-1,693,694,712,-1,712,711,693,-1,694,695,713,-1,713,712,694,-1,695,696,714,-1,714,713,695,-1,696,697,715,-1,715,714,696,-1,697,698,716,-1,716,715,697,-1,698,699,717,-1,717,716,698,-1,699,700,718,-1,718,717,699,-1,700,701,719,-1,719,718,700,-1,701,684,702,-1,702,719,701,-1,702,703,721,-1,721,720,702,-1,703,704,722,-1,722,721,703,-1,704,705,723,-1,723,722,704,-1,705,706,724,-1,724,723,705,-1,706,707,725,-1,725,724,706,-1,707,708,726,-1,726,725,707,-1,708,709,727,-1,727,726,708,-1,709,710,728,-1,728,727,709,-1,710,711,729,-1,729,728,710,-1,711,712,730,-1,730,729,711,-1,712,713,731,-1,731,730,712,-1,713,714,732,-1,732,731,713,-1,714,715,733,-1,733,732,714,-1,715,716,734,-1,734,733,715,-1,716,717,735,-1,735,734,716,-1,717,718,736,-1,736,735,717,-1,718,719,737,-1,737,736,718,-1,719,702,720,-1,720,737,719,-1,720,721,739,-1,739,738,720,-1,721,722,740,-1,740,739,721,-1,722,723,741,-1,741,740,722,-1,723,724,742,-1,742,741,723,-1,724,725,743,-1,743,742,724,-1,725,726,744,-1,744,743,725,-1,726,727,745,-1,745,744,726,-1,727,728,746,-1,746,745,727,-1,728,729,747,-1,747,746,728,-1,729,730,748,-1,748,747,729,-1,730,731,749,-1,749,748,730,-1,731,732,750,-1,750,749,731,-1,732,733,751,-1,751,750,732,-1,733,734,752,-1,752,751,733,-1,734,735,753,-1,753,752,734,-1,735,736,754,-1,754,753,735,-1,736,737,755,-1,755,754,736,-1,737,720,738,-1,738,755,737,-1,664,663,662,-1,662,661,660,-1,660,659,658,-1,662,660,658,-1,658,657,656,-1,656,655,654,-1,658,656,654,-1,654,653,652,-1,652,651,650,-1,654,652,650,-1,658,654,650,-1,662,658,650,-1,650,649,648,-1,662,650,648,-1,664,662,648,-1,665,664,648,-1,739,740,741,-1,741,742,743,-1,743,744,745,-1,741,743,745,-1,745,746,747,-1,747,748,749,-1,745,747,749,-1,749,750,751,-1}; return value; } private int[] getTube14_FACES_10_348_coordIndex_7() { int[] value = {751,752,753,-1,749,751,753,-1,745,749,753,-1,741,745,753,-1,753,754,755,-1,741,753,755,-1,739,741,755,-1,738,739,755,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTube14_COORD_11_348_point_1() { float[] value = {0.0f,0.0f,-0.011f,0.0f,0.02f,-0.011f,0.0f,0.04f,-0.011f,0.0f,0.06f,-0.011f,0.0f,0.08f,-0.011f,0.0f,0.1f,-0.011f,0.0f,0.1f,-0.01f,0.0f,0.08f,-0.01f,0.0f,0.06f,-0.01f,0.0f,0.04f,-0.01f,0.0f,0.02f,-0.01f,0.0f,0.0f,-0.01f,0.003762f,0.0f,-0.01034f,0.003762f,0.02f,-0.01034f,0.003762f,0.04f,-0.01034f,0.003762f,0.06f,-0.01034f,0.003762f,0.08f,-0.01034f,0.003762f,0.1f,-0.01034f,0.00342f,0.1f,-0.009397f,0.00342f,0.08f,-0.009397f,0.00342f,0.06f,-0.009397f,0.00342f,0.04f,-0.009397f,0.00342f,0.02f,-0.009397f,0.00342f,0.0f,-0.009397f,0.007071f,0.0f,-0.008426f,0.007071f,0.02f,-0.008426f,0.007071f,0.04f,-0.008426f,0.007071f,0.06f,-0.008426f,0.007071f,0.08f,-0.008426f,0.007071f,0.1f,-0.008426f,0.006428f,0.1f,-0.00766f,0.006428f,0.08f,-0.00766f,0.006428f,0.06f,-0.00766f,0.006428f,0.04f,-0.00766f,0.006428f,0.02f,-0.00766f,0.006428f,0.0f,-0.00766f,0.009526f,0.0f,-0.0055f,0.009526f,0.02f,-0.0055f,0.009526f,0.04f,-0.0055f,0.009526f,0.06f,-0.0055f,0.009526f,0.08f,-0.0055f,0.009526f,0.1f,-0.0055f,0.00866f,0.1f,-0.0050f,0.00866f,0.08f,-0.0050f,0.00866f,0.06f,-0.0050f,0.00866f,0.04f,-0.0050f,0.00866f,0.02f,-0.0050f,0.00866f,0.0f,-0.0050f,0.01083f,0.0f,-0.00191f,0.01083f,0.02f,-0.00191f,0.01083f,0.04f,-0.00191f,0.01083f,0.06f,-0.00191f,0.01083f,0.08f,-0.00191f,0.01083f,0.1f,-0.00191f,0.009848f,0.1f,-0.001736f,0.009848f,0.08f,-0.001736f,0.009848f,0.06f,-0.001736f,0.009848f,0.04f,-0.001736f,0.009848f,0.02f,-0.001736f,0.009848f,0.0f,-0.001736f,0.01083f,0.0f,0.00191f,0.01083f,0.02f,0.00191f,0.01083f,0.04f,0.00191f,0.01083f,0.06f,0.00191f,0.01083f,0.08f,0.00191f,0.01083f,0.1f,0.00191f,0.009848f,0.1f,0.001736f,0.009848f,0.08f,0.001736f,0.009848f,0.06f,0.001736f,0.009848f,0.04f,0.001736f,0.009848f,0.02f,0.001736f,0.009848f,0.0f,0.001736f,0.009526f,0.0f,0.0055f,0.009526f,0.02f,0.0055f,0.009526f,0.04f,0.0055f,0.009526f,0.06f,0.0055f,0.009526f,0.08f,0.0055f,0.009526f,0.1f,0.0055f,0.00866f,0.1f,0.0050f,0.00866f,0.08f,0.0050f,0.00866f,0.06f,0.0050f,0.00866f,0.04f,0.0050f,0.00866f,0.02f,0.0050f,0.00866f,0.0f,0.0050f,0.007071f,0.0f,0.008426f,0.007071f,0.02f,0.008426f,0.007071f,0.04f,0.008426f,0.007071f,0.06f,0.008426f,0.007071f,0.08f,0.008426f,0.007071f,0.1f,0.008426f,0.006428f,0.1f,0.00766f,0.006428f,0.08f,0.00766f,0.006428f,0.06f,0.00766f,0.006428f,0.04f,0.00766f,0.006428f,0.02f,0.00766f,0.006428f,0.0f,0.00766f,0.003762f,0.0f,0.01034f,0.003762f,0.02f,0.01034f,0.003762f,0.04f,0.01034f,0.003762f,0.06f,0.01034f}; return value; } private float[] getTube14_COORD_11_348_point_2() { float[] value = {0.003762f,0.08f,0.01034f,0.003762f,0.1f,0.01034f,0.00342f,0.1f,0.009397f,0.00342f,0.08f,0.009397f,0.00342f,0.06f,0.009397f,0.00342f,0.04f,0.009397f,0.00342f,0.02f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.011f,0.0f,0.02f,0.011f,0.0f,0.04f,0.011f,0.0f,0.06f,0.011f,0.0f,0.08f,0.011f,0.0f,0.1f,0.011f,0.0f,0.1f,0.01f,0.0f,0.08f,0.01f,0.0f,0.06f,0.01f,0.0f,0.04f,0.01f,0.0f,0.02f,0.01f,0.0f,0.0f,0.01f,-0.003762f,0.0f,0.01034f,-0.003762f,0.02f,0.01034f,-0.003762f,0.04f,0.01034f,-0.003762f,0.06f,0.01034f,-0.003762f,0.08f,0.01034f,-0.003762f,0.1f,0.01034f,-0.00342f,0.1f,0.009397f,-0.00342f,0.08f,0.009397f,-0.00342f,0.06f,0.009397f,-0.00342f,0.04f,0.009397f,-0.00342f,0.02f,0.009397f,-0.00342f,0.0f,0.009397f,-0.007071f,0.0f,0.008426f,-0.007071f,0.02f,0.008426f,-0.007071f,0.04f,0.008426f,-0.007071f,0.06f,0.008426f,-0.007071f,0.08f,0.008426f,-0.007071f,0.1f,0.008426f,-0.006428f,0.1f,0.00766f,-0.006428f,0.08f,0.00766f,-0.006428f,0.06f,0.00766f,-0.006428f,0.04f,0.00766f,-0.006428f,0.02f,0.00766f,-0.006428f,0.0f,0.00766f,-0.009526f,0.0f,0.0055f,-0.009526f,0.02f,0.0055f,-0.009526f,0.04f,0.0055f,-0.009526f,0.06f,0.0055f,-0.009526f,0.08f,0.0055f,-0.009526f,0.1f,0.0055f,-0.00866f,0.1f,0.0050f,-0.00866f,0.08f,0.0050f,-0.00866f,0.06f,0.0050f,-0.00866f,0.04f,0.0050f,-0.00866f,0.02f,0.0050f,-0.00866f,0.0f,0.0050f,-0.01083f,0.0f,0.00191f,-0.01083f,0.02f,0.00191f,-0.01083f,0.04f,0.00191f,-0.01083f,0.06f,0.00191f,-0.01083f,0.08f,0.00191f,-0.01083f,0.1f,0.00191f,-0.009848f,0.1f,0.001736f,-0.009848f,0.08f,0.001736f,-0.009848f,0.06f,0.001736f,-0.009848f,0.04f,0.001736f,-0.009848f,0.02f,0.001736f,-0.009848f,0.0f,0.001736f,-0.01083f,0.0f,-0.00191f,-0.01083f,0.02f,-0.00191f,-0.01083f,0.04f,-0.00191f,-0.01083f,0.06f,-0.00191f,-0.01083f,0.08f,-0.00191f,-0.01083f,0.1f,-0.00191f,-0.009848f,0.1f,-0.001736f,-0.009848f,0.08f,-0.001736f,-0.009848f,0.06f,-0.001736f,-0.009848f,0.04f,-0.001736f,-0.009848f,0.02f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.009526f,0.0f,-0.0055f,-0.009526f,0.02f,-0.0055f,-0.009526f,0.04f,-0.0055f,-0.009526f,0.06f,-0.0055f,-0.009526f,0.08f,-0.0055f,-0.009526f,0.1f,-0.0055f,-0.00866f,0.1f,-0.0050f,-0.00866f,0.08f,-0.0050f,-0.00866f,0.06f,-0.0050f,-0.00866f,0.04f,-0.0050f,-0.00866f,0.02f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.007071f,0.0f,-0.008426f,-0.007071f,0.02f,-0.008426f,-0.007071f,0.04f,-0.008426f,-0.007071f,0.06f,-0.008426f,-0.007071f,0.08f,-0.008426f,-0.007071f,0.1f,-0.008426f,-0.006428f,0.1f,-0.00766f,-0.006428f,0.08f,-0.00766f}; return value; } private float[] getTube14_COORD_11_348_point_3() { float[] value = {-0.006428f,0.06f,-0.00766f,-0.006428f,0.04f,-0.00766f,-0.006428f,0.02f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.003762f,0.0f,-0.01034f,-0.003762f,0.02f,-0.01034f,-0.003762f,0.04f,-0.01034f,-0.003762f,0.06f,-0.01034f,-0.003762f,0.08f,-0.01034f,-0.003762f,0.1f,-0.01034f,-0.00342f,0.1f,-0.009397f,-0.00342f,0.08f,-0.009397f,-0.00342f,0.06f,-0.009397f,-0.00342f,0.04f,-0.009397f,-0.00342f,0.02f,-0.009397f,-0.00342f,0.0f,-0.009397f,0.0f,0.1003f,-0.011f,0.0f,0.1043f,-0.01021f,0.0f,0.1083f,-0.009416f,0.0f,0.1123f,-0.008624f,0.0f,0.1163f,-0.007832f,0.0f,0.1203f,-0.00704f,0.0f,0.1203f,-0.0064f,0.0f,0.1163f,-0.00712f,0.0f,0.1123f,-0.00784f,0.0f,0.1083f,-0.00856f,0.0f,0.1043f,-0.00928f,0.0f,0.1003f,-0.01f,0.003762f,0.1003f,-0.01034f,0.003491f,0.1043f,-0.009592f,0.00322f,0.1083f,-0.008848f,0.00295f,0.1123f,-0.008104f,0.002679f,0.1163f,-0.00736f,0.002408f,0.1203f,-0.006615f,0.002189f,0.1203f,-0.006014f,0.002435f,0.1163f,-0.006691f,0.002681f,0.1123f,-0.007367f,0.002928f,0.1083f,-0.008044f,0.003174f,0.1043f,-0.00872f,0.00342f,0.1003f,-0.009397f,0.007071f,0.1003f,-0.008426f,0.006562f,0.1043f,-0.00782f,0.006052f,0.1083f,-0.007213f,0.005543f,0.1123f,-0.006606f,0.005034f,0.1163f,-0.0060f,0.004525f,0.1203f,-0.005393f,0.004114f,0.1203f,-0.004903f,0.004577f,0.1163f,-0.005454f,0.005039f,0.1123f,-0.006006f,0.005502f,0.1083f,-0.006557f,0.005965f,0.1043f,-0.007109f,0.006428f,0.1003f,-0.00766f,0.009526f,0.1003f,-0.0055f,0.00884f,0.1043f,-0.005104f,0.008154f,0.1083f,-0.004708f,0.007469f,0.1123f,-0.004312f,0.006783f,0.1163f,-0.003916f,0.006097f,0.1203f,-0.00352f,0.005543f,0.1203f,-0.0032f,0.006166f,0.1163f,-0.00356f,0.00679f,0.1123f,-0.00392f,0.007413f,0.1083f,-0.00428f,0.008037f,0.1043f,-0.00464f,0.00866f,0.1003f,-0.0050f,0.01083f,0.1003f,-0.00191f,0.01005f,0.1043f,-0.001773f,0.009273f,0.1083f,-0.001635f,0.008493f,0.1123f,-0.001498f,0.007713f,0.1163f,-0.00136f,0.006933f,0.1203f,-0.001222f,0.006303f,0.1203f,-0.001111f,0.007012f,0.1163f,-0.001236f,0.007721f,0.1123f,-0.001361f,0.00843f,0.1083f,-0.001486f,0.009139f,0.1043f,-0.001611f,0.009848f,0.1003f,-0.001736f,0.01083f,0.1003f,0.00191f,0.01005f,0.1043f,0.001773f,0.009273f,0.1083f,0.001635f,0.008493f,0.1123f,0.001498f,0.007713f,0.1163f,0.00136f,0.006933f,0.1203f,0.001222f,0.006303f,0.1203f,0.001111f,0.007012f,0.1163f,0.001236f,0.007721f,0.1123f,0.001361f,0.00843f,0.1083f,0.001486f,0.009139f,0.1043f,0.001611f,0.009848f,0.1003f,0.001736f,0.009526f,0.1003f,0.0055f,0.00884f,0.1043f,0.005104f,0.008154f,0.1083f,0.004708f,0.007469f,0.1123f,0.004312f,0.006783f,0.1163f,0.003916f,0.006097f,0.1203f,0.00352f,0.005543f,0.1203f,0.0032f,0.006166f,0.1163f,0.00356f,0.00679f,0.1123f,0.00392f,0.007413f,0.1083f,0.00428f,0.008037f,0.1043f,0.00464f,0.00866f,0.1003f,0.0050f}; return value; } private float[] getTube14_COORD_11_348_point_4() { float[] value = {0.007071f,0.1003f,0.008426f,0.006562f,0.1043f,0.00782f,0.006052f,0.1083f,0.007213f,0.005543f,0.1123f,0.006606f,0.005034f,0.1163f,0.0060f,0.004525f,0.1203f,0.005393f,0.004114f,0.1203f,0.004903f,0.004577f,0.1163f,0.005454f,0.005039f,0.1123f,0.006006f,0.005502f,0.1083f,0.006557f,0.005965f,0.1043f,0.007109f,0.006428f,0.1003f,0.00766f,0.003762f,0.1003f,0.01034f,0.003491f,0.1043f,0.009592f,0.00322f,0.1083f,0.008848f,0.00295f,0.1123f,0.008104f,0.002679f,0.1163f,0.00736f,0.002408f,0.1203f,0.006615f,0.002189f,0.1203f,0.006014f,0.002435f,0.1163f,0.006691f,0.002681f,0.1123f,0.007367f,0.002928f,0.1083f,0.008044f,0.003174f,0.1043f,0.00872f,0.00342f,0.1003f,0.009397f,0.0f,0.1003f,0.011f,0.0f,0.1043f,0.01021f,0.0f,0.1083f,0.009416f,0.0f,0.1123f,0.008624f,0.0f,0.1163f,0.007832f,0.0f,0.1203f,0.00704f,0.0f,0.1203f,0.0064f,0.0f,0.1163f,0.00712f,0.0f,0.1123f,0.00784f,0.0f,0.1083f,0.00856f,0.0f,0.1043f,0.00928f,0.0f,0.1003f,0.01f,-0.003762f,0.1003f,0.01034f,-0.003491f,0.1043f,0.009592f,-0.00322f,0.1083f,0.008848f,-0.00295f,0.1123f,0.008104f,-0.002679f,0.1163f,0.00736f,-0.002408f,0.1203f,0.006615f,-0.002189f,0.1203f,0.006014f,-0.002435f,0.1163f,0.006691f,-0.002681f,0.1123f,0.007367f,-0.002928f,0.1083f,0.008044f,-0.003174f,0.1043f,0.00872f,-0.00342f,0.1003f,0.009397f,-0.007071f,0.1003f,0.008426f,-0.006562f,0.1043f,0.00782f,-0.006052f,0.1083f,0.007213f,-0.005543f,0.1123f,0.006606f,-0.005034f,0.1163f,0.0060f,-0.004525f,0.1203f,0.005393f,-0.004114f,0.1203f,0.004903f,-0.004577f,0.1163f,0.005454f,-0.005039f,0.1123f,0.006006f,-0.005502f,0.1083f,0.006557f,-0.005965f,0.1043f,0.007109f,-0.006428f,0.1003f,0.00766f,-0.009526f,0.1003f,0.0055f,-0.00884f,0.1043f,0.005104f,-0.008154f,0.1083f,0.004708f,-0.007469f,0.1123f,0.004312f,-0.006783f,0.1163f,0.003916f,-0.006097f,0.1203f,0.00352f,-0.005543f,0.1203f,0.0032f,-0.006166f,0.1163f,0.00356f,-0.00679f,0.1123f,0.00392f,-0.007413f,0.1083f,0.00428f,-0.008037f,0.1043f,0.00464f,-0.00866f,0.1003f,0.0050f,-0.01083f,0.1003f,0.00191f,-0.01005f,0.1043f,0.001773f,-0.009273f,0.1083f,0.001635f,-0.008493f,0.1123f,0.001498f,-0.007713f,0.1163f,0.00136f,-0.006933f,0.1203f,0.001222f,-0.006303f,0.1203f,0.001111f,-0.007012f,0.1163f,0.001236f,-0.007721f,0.1123f,0.001361f,-0.00843f,0.1083f,0.001486f,-0.009139f,0.1043f,0.001611f,-0.009848f,0.1003f,0.001736f,-0.01083f,0.1003f,-0.00191f,-0.01005f,0.1043f,-0.001773f,-0.009273f,0.1083f,-0.001635f,-0.008493f,0.1123f,-0.001498f,-0.007713f,0.1163f,-0.00136f,-0.006933f,0.1203f,-0.001222f,-0.006303f,0.1203f,-0.001111f,-0.007012f,0.1163f,-0.001236f,-0.007721f,0.1123f,-0.001361f,-0.00843f,0.1083f,-0.001486f,-0.009139f,0.1043f,-0.001611f,-0.009848f,0.1003f,-0.001736f,-0.009526f,0.1003f,-0.0055f,-0.00884f,0.1043f,-0.005104f,-0.008154f,0.1083f,-0.004708f,-0.007469f,0.1123f,-0.004312f}; return value; } private float[] getTube14_COORD_11_348_point_5() { float[] value = {-0.006783f,0.1163f,-0.003916f,-0.006097f,0.1203f,-0.00352f,-0.005543f,0.1203f,-0.0032f,-0.006166f,0.1163f,-0.00356f,-0.00679f,0.1123f,-0.00392f,-0.007413f,0.1083f,-0.00428f,-0.008037f,0.1043f,-0.00464f,-0.00866f,0.1003f,-0.0050f,-0.007071f,0.1003f,-0.008426f,-0.006562f,0.1043f,-0.00782f,-0.006052f,0.1083f,-0.007213f,-0.005543f,0.1123f,-0.006606f,-0.005034f,0.1163f,-0.0060f,-0.004525f,0.1203f,-0.005393f,-0.004114f,0.1203f,-0.004903f,-0.004577f,0.1163f,-0.005454f,-0.005039f,0.1123f,-0.006006f,-0.005502f,0.1083f,-0.006557f,-0.005965f,0.1043f,-0.007109f,-0.006428f,0.1003f,-0.00766f,-0.003762f,0.1003f,-0.01034f,-0.003491f,0.1043f,-0.009592f,-0.00322f,0.1083f,-0.008848f,-0.00295f,0.1123f,-0.008104f,-0.002679f,0.1163f,-0.00736f,-0.002408f,0.1203f,-0.006615f,-0.002189f,0.1203f,-0.006014f,-0.002435f,0.1163f,-0.006691f,-0.002681f,0.1123f,-0.007367f,-0.002928f,0.1083f,-0.008044f,-0.003174f,0.1043f,-0.00872f,-0.00342f,0.1003f,-0.009397f,0.0f,0.1204f,-0.0070f,0.0f,0.1232f,-0.0070f,0.0f,0.126f,-0.0070f,0.0f,0.1288f,-0.0070f,0.0f,0.1316f,-0.0070f,0.0f,0.1344f,-0.0070f,0.0f,0.1344f,-0.0030f,0.0f,0.1316f,-0.0030f,0.0f,0.1288f,-0.0030f,0.0f,0.126f,-0.0030f,0.0f,0.1232f,-0.0030f,0.0f,0.1204f,-0.0030f,0.002394f,0.1204f,-0.006578f,0.002394f,0.1232f,-0.006578f,0.002394f,0.126f,-0.006578f,0.002394f,0.1288f,-0.006578f,0.002394f,0.1316f,-0.006578f,0.002394f,0.1344f,-0.006578f,0.001026f,0.1344f,-0.002819f,0.001026f,0.1316f,-0.002819f,0.001026f,0.1288f,-0.002819f,0.001026f,0.126f,-0.002819f,0.001026f,0.1232f,-0.002819f,0.001026f,0.1204f,-0.002819f,0.0045f,0.1204f,-0.005362f,0.0045f,0.1232f,-0.005362f,0.0045f,0.126f,-0.005362f,0.0045f,0.1288f,-0.005362f,0.0045f,0.1316f,-0.005362f,0.0045f,0.1344f,-0.005362f,0.001928f,0.1344f,-0.002298f,0.001928f,0.1316f,-0.002298f,0.001928f,0.1288f,-0.002298f,0.001928f,0.126f,-0.002298f,0.001928f,0.1232f,-0.002298f,0.001928f,0.1204f,-0.002298f,0.006062f,0.1204f,-0.0035f,0.006062f,0.1232f,-0.0035f,0.006062f,0.126f,-0.0035f,0.006062f,0.1288f,-0.0035f,0.006062f,0.1316f,-0.0035f,0.006062f,0.1344f,-0.0035f,0.002598f,0.1344f,-0.0015f,0.002598f,0.1316f,-0.0015f,0.002598f,0.1288f,-0.0015f,0.002598f,0.126f,-0.0015f,0.002598f,0.1232f,-0.0015f,0.002598f,0.1204f,-0.0015f,0.006894f,0.1204f,-0.001216f,0.006894f,0.1232f,-0.001216f,0.006894f,0.126f,-0.001216f,0.006894f,0.1288f,-0.001216f,0.006894f,0.1316f,-0.001216f,0.006894f,0.1344f,-0.001216f,0.002954f,0.1344f,-5.209E-4f,0.002954f,0.1316f,-5.209E-4f,0.002954f,0.1288f,-5.209E-4f,0.002954f,0.126f,-5.209E-4f,0.002954f,0.1232f,-5.209E-4f,0.002954f,0.1204f,-5.209E-4f,0.006894f,0.1204f,0.001216f,0.006894f,0.1232f,0.001216f,0.006894f,0.126f,0.001216f,0.006894f,0.1288f,0.001216f,0.006894f,0.1316f,0.001216f,0.006894f,0.1344f,0.001216f,0.002954f,0.1344f,5.209E-4f,0.002954f,0.1316f,5.209E-4f}; return value; } private float[] getTube14_COORD_11_348_point_6() { float[] value = {0.002954f,0.1288f,5.209E-4f,0.002954f,0.126f,5.209E-4f,0.002954f,0.1232f,5.209E-4f,0.002954f,0.1204f,5.209E-4f,0.006062f,0.1204f,0.0035f,0.006062f,0.1232f,0.0035f,0.006062f,0.126f,0.0035f,0.006062f,0.1288f,0.0035f,0.006062f,0.1316f,0.0035f,0.006062f,0.1344f,0.0035f,0.002598f,0.1344f,0.0015f,0.002598f,0.1316f,0.0015f,0.002598f,0.1288f,0.0015f,0.002598f,0.126f,0.0015f,0.002598f,0.1232f,0.0015f,0.002598f,0.1204f,0.0015f,0.0045f,0.1204f,0.005362f,0.0045f,0.1232f,0.005362f,0.0045f,0.126f,0.005362f,0.0045f,0.1288f,0.005362f,0.0045f,0.1316f,0.005362f,0.0045f,0.1344f,0.005362f,0.001928f,0.1344f,0.002298f,0.001928f,0.1316f,0.002298f,0.001928f,0.1288f,0.002298f,0.001928f,0.126f,0.002298f,0.001928f,0.1232f,0.002298f,0.001928f,0.1204f,0.002298f,0.002394f,0.1204f,0.006578f,0.002394f,0.1232f,0.006578f,0.002394f,0.126f,0.006578f,0.002394f,0.1288f,0.006578f,0.002394f,0.1316f,0.006578f,0.002394f,0.1344f,0.006578f,0.001026f,0.1344f,0.002819f,0.001026f,0.1316f,0.002819f,0.001026f,0.1288f,0.002819f,0.001026f,0.126f,0.002819f,0.001026f,0.1232f,0.002819f,0.001026f,0.1204f,0.002819f,0.0f,0.1204f,0.0070f,0.0f,0.1232f,0.0070f,0.0f,0.126f,0.0070f,0.0f,0.1288f,0.0070f,0.0f,0.1316f,0.0070f,0.0f,0.1344f,0.0070f,0.0f,0.1344f,0.0030f,0.0f,0.1316f,0.0030f,0.0f,0.1288f,0.0030f,0.0f,0.126f,0.0030f,0.0f,0.1232f,0.0030f,0.0f,0.1204f,0.0030f,-0.002394f,0.1204f,0.006578f,-0.002394f,0.1232f,0.006578f,-0.002394f,0.126f,0.006578f,-0.002394f,0.1288f,0.006578f,-0.002394f,0.1316f,0.006578f,-0.002394f,0.1344f,0.006578f,-0.001026f,0.1344f,0.002819f,-0.001026f,0.1316f,0.002819f,-0.001026f,0.1288f,0.002819f,-0.001026f,0.126f,0.002819f,-0.001026f,0.1232f,0.002819f,-0.001026f,0.1204f,0.002819f,-0.0045f,0.1204f,0.005362f,-0.0045f,0.1232f,0.005362f,-0.0045f,0.126f,0.005362f,-0.0045f,0.1288f,0.005362f,-0.0045f,0.1316f,0.005362f,-0.0045f,0.1344f,0.005362f,-0.001928f,0.1344f,0.002298f,-0.001928f,0.1316f,0.002298f,-0.001928f,0.1288f,0.002298f,-0.001928f,0.126f,0.002298f,-0.001928f,0.1232f,0.002298f,-0.001928f,0.1204f,0.002298f,-0.006062f,0.1204f,0.0035f,-0.006062f,0.1232f,0.0035f,-0.006062f,0.126f,0.0035f,-0.006062f,0.1288f,0.0035f,-0.006062f,0.1316f,0.0035f,-0.006062f,0.1344f,0.0035f,-0.002598f,0.1344f,0.0015f,-0.002598f,0.1316f,0.0015f,-0.002598f,0.1288f,0.0015f,-0.002598f,0.126f,0.0015f,-0.002598f,0.1232f,0.0015f,-0.002598f,0.1204f,0.0015f,-0.006894f,0.1204f,0.001216f,-0.006894f,0.1232f,0.001216f,-0.006894f,0.126f,0.001216f,-0.006894f,0.1288f,0.001216f,-0.006894f,0.1316f,0.001216f,-0.006894f,0.1344f,0.001216f,-0.002954f,0.1344f,5.209E-4f,-0.002954f,0.1316f,5.209E-4f,-0.002954f,0.1288f,5.209E-4f,-0.002954f,0.126f,5.209E-4f,-0.002954f,0.1232f,5.209E-4f,-0.002954f,0.1204f,5.209E-4f}; return value; } private float[] getTube14_COORD_11_348_point_7() { float[] value = {-0.006894f,0.1204f,-0.001216f,-0.006894f,0.1232f,-0.001216f,-0.006894f,0.126f,-0.001216f,-0.006894f,0.1288f,-0.001216f,-0.006894f,0.1316f,-0.001216f,-0.006894f,0.1344f,-0.001216f,-0.002954f,0.1344f,-5.209E-4f,-0.002954f,0.1316f,-5.209E-4f,-0.002954f,0.1288f,-5.209E-4f,-0.002954f,0.126f,-5.209E-4f,-0.002954f,0.1232f,-5.209E-4f,-0.002954f,0.1204f,-5.209E-4f,-0.006062f,0.1204f,-0.0035f,-0.006062f,0.1232f,-0.0035f,-0.006062f,0.126f,-0.0035f,-0.006062f,0.1288f,-0.0035f,-0.006062f,0.1316f,-0.0035f,-0.006062f,0.1344f,-0.0035f,-0.002598f,0.1344f,-0.0015f,-0.002598f,0.1316f,-0.0015f,-0.002598f,0.1288f,-0.0015f,-0.002598f,0.126f,-0.0015f,-0.002598f,0.1232f,-0.0015f,-0.002598f,0.1204f,-0.0015f,-0.0045f,0.1204f,-0.005362f,-0.0045f,0.1232f,-0.005362f,-0.0045f,0.126f,-0.005362f,-0.0045f,0.1288f,-0.005362f,-0.0045f,0.1316f,-0.005362f,-0.0045f,0.1344f,-0.005362f,-0.001928f,0.1344f,-0.002298f,-0.001928f,0.1316f,-0.002298f,-0.001928f,0.1288f,-0.002298f,-0.001928f,0.126f,-0.002298f,-0.001928f,0.1232f,-0.002298f,-0.001928f,0.1204f,-0.002298f,-0.002394f,0.1204f,-0.006578f,-0.002394f,0.1232f,-0.006578f,-0.002394f,0.126f,-0.006578f,-0.002394f,0.1288f,-0.006578f,-0.002394f,0.1316f,-0.006578f,-0.002394f,0.1344f,-0.006578f,-0.001026f,0.1344f,-0.002819f,-0.001026f,0.1316f,-0.002819f,-0.001026f,0.1288f,-0.002819f,-0.001026f,0.126f,-0.002819f,-0.001026f,0.1232f,-0.002819f,-0.001026f,0.1204f,-0.002819f,0.013f,0.0f,0.0f,0.01222f,0.0f,-0.004446f,0.009959f,0.0f,-0.008356f,0.0065f,0.0f,-0.01126f,0.002257f,0.0f,-0.0128f,-0.002257f,0.0f,-0.0128f,-0.0065f,0.0f,-0.01126f,-0.009959f,0.0f,-0.008356f,-0.01222f,0.0f,-0.004446f,-0.013f,0.0f,0.0f,-0.01222f,0.0f,0.004446f,-0.009959f,0.0f,0.008356f,-0.0065f,0.0f,0.01126f,-0.002257f,0.0f,0.0128f,0.002257f,0.0f,0.0128f,0.0065f,0.0f,0.01126f,0.009959f,0.0f,0.008356f,0.01222f,0.0f,0.004446f,0.013f,0.0010f,0.0f,0.01222f,0.0010f,-0.004446f,0.009959f,0.0010f,-0.008356f,0.0065f,0.0010f,-0.01126f,0.002257f,0.0010f,-0.0128f,-0.002257f,0.0010f,-0.0128f,-0.0065f,0.0010f,-0.01126f,-0.009959f,0.0010f,-0.008356f,-0.01222f,0.0010f,-0.004446f,-0.013f,0.0010f,0.0f,-0.01222f,0.0010f,0.004446f,-0.009959f,0.0010f,0.008356f,-0.0065f,0.0010f,0.01126f,-0.002257f,0.0010f,0.0128f,0.002257f,0.0010f,0.0128f,0.0065f,0.0010f,0.01126f,0.009959f,0.0010f,0.008356f,0.01222f,0.0010f,0.004446f,0.013f,0.0020f,0.0f,0.01222f,0.0020f,-0.004446f,0.009959f,0.0020f,-0.008356f,0.0065f,0.0020f,-0.01126f,0.002257f,0.0020f,-0.0128f,-0.002257f,0.0020f,-0.0128f,-0.0065f,0.0020f,-0.01126f,-0.009959f,0.0020f,-0.008356f,-0.01222f,0.0020f,-0.004446f,-0.013f,0.0020f,0.0f,-0.01222f,0.0020f,0.004446f,-0.009959f,0.0020f,0.008356f,-0.0065f,0.0020f,0.01126f,-0.002257f,0.0020f,0.0128f,0.002257f,0.0020f,0.0128f,0.0065f,0.0020f,0.01126f}; return value; } private float[] getTube14_COORD_11_348_point_8() { float[] value = {0.009959f,0.0020f,0.008356f,0.01222f,0.0020f,0.004446f,0.013f,0.0030f,0.0f,0.01222f,0.0030f,-0.004446f,0.009959f,0.0030f,-0.008356f,0.0065f,0.0030f,-0.01126f,0.002257f,0.0030f,-0.0128f,-0.002257f,0.0030f,-0.0128f,-0.0065f,0.0030f,-0.01126f,-0.009959f,0.0030f,-0.008356f,-0.01222f,0.0030f,-0.004446f,-0.013f,0.0030f,0.0f,-0.01222f,0.0030f,0.004446f,-0.009959f,0.0030f,0.008356f,-0.0065f,0.0030f,0.01126f,-0.002257f,0.0030f,0.0128f,0.002257f,0.0030f,0.0128f,0.0065f,0.0030f,0.01126f,0.009959f,0.0030f,0.008356f,0.01222f,0.0030f,0.004446f,0.013f,0.0040f,0.0f,0.01222f,0.0040f,-0.004446f,0.009959f,0.0040f,-0.008356f,0.0065f,0.0040f,-0.01126f,0.002257f,0.0040f,-0.0128f,-0.002257f,0.0040f,-0.0128f,-0.0065f,0.0040f,-0.01126f,-0.009959f,0.0040f,-0.008356f,-0.01222f,0.0040f,-0.004446f,-0.013f,0.0040f,0.0f,-0.01222f,0.0040f,0.004446f,-0.009959f,0.0040f,0.008356f,-0.0065f,0.0040f,0.01126f,-0.002257f,0.0040f,0.0128f,0.002257f,0.0040f,0.0128f,0.0065f,0.0040f,0.01126f,0.009959f,0.0040f,0.008356f,0.01222f,0.0040f,0.004446f,0.013f,0.0050f,0.0f,0.01222f,0.0050f,-0.004446f,0.009959f,0.0050f,-0.008356f,0.0065f,0.0050f,-0.01126f,0.002257f,0.0050f,-0.0128f,-0.002257f,0.0050f,-0.0128f,-0.0065f,0.0050f,-0.01126f,-0.009959f,0.0050f,-0.008356f,-0.01222f,0.0050f,-0.004446f,-0.013f,0.0050f,0.0f,-0.01222f,0.0050f,0.004446f,-0.009959f,0.0050f,0.008356f,-0.0065f,0.0050f,0.01126f,-0.002257f,0.0050f,0.0128f,0.002257f,0.0050f,0.0128f,0.0065f,0.0050f,0.01126f,0.009959f,0.0050f,0.008356f,0.01222f,0.0050f,0.004446f,1.0f,2.0f,4.0f}; return value; } /** Define subarrays using type int[] */ private int[] getCylinder19_FACES_10_354_coordIndex_1() { int[] value = {0,2,1,-1,0,3,2,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,0,9,8,-1,0,10,9,-1,0,11,10,-1,0,12,11,-1,0,13,12,-1,0,14,13,-1,0,15,14,-1,0,16,15,-1,0,17,16,-1,0,18,17,-1,0,1,18,-1,1,20,19,-1,1,2,20,-1,2,21,20,-1,2,3,21,-1,3,22,21,-1,3,4,22,-1,4,23,22,-1,4,5,23,-1,5,24,23,-1,5,6,24,-1,6,25,24,-1,6,7,25,-1,7,26,25,-1,7,8,26,-1,8,27,26,-1,8,9,27,-1,9,28,27,-1,9,10,28,-1,10,29,28,-1,10,11,29,-1,11,30,29,-1,11,12,30,-1,12,31,30,-1,12,13,31,-1,13,32,31,-1,13,14,32,-1,14,33,32,-1,14,15,33,-1,15,34,33,-1,15,16,34,-1,16,35,34,-1,16,17,35,-1,17,36,35,-1,17,18,36,-1,18,19,36,-1,18,1,19,-1,19,38,37,-1,19,20,38,-1,20,39,38,-1,20,21,39,-1,21,40,39,-1,21,22,40,-1,22,41,40,-1,22,23,41,-1,23,42,41,-1,23,24,42,-1,24,43,42,-1,24,25,43,-1,25,44,43,-1,25,26,44,-1,26,45,44,-1,26,27,45,-1,27,46,45,-1,27,28,46,-1,28,47,46,-1,28,29,47,-1,29,48,47,-1,29,30,48,-1,30,49,48,-1,30,31,49,-1,31,50,49,-1,31,32,50,-1,32,51,50,-1,32,33,51,-1,33,52,51,-1,33,34,52,-1,34,53,52,-1,34,35,53,-1,35,54,53,-1,35,36,54,-1,36,37,54,-1,36,19,37,-1,37,56,55,-1,37,38,56,-1,38,57,56,-1,38,39,57,-1,39,58,57,-1,39,40,58,-1,40,59,58,-1,40,41,59,-1,41,60,59,-1,41,42,60,-1,42,61,60,-1,42,43,61,-1,43,62,61,-1,43,44,62,-1,44,63,62,-1,44,45,63,-1,45,64,63,-1,45,46,64,-1,46,65,64,-1,46,47,65,-1,47,66,65,-1,47,48,66,-1,48,67,66,-1,48,49,67,-1,49,68,67,-1,49,50,68,-1,50,69,68,-1,50,51,69,-1,51,70,69,-1,51,52,70,-1,52,71,70,-1,52,53,71,-1,53,72,71,-1,53,54,72,-1,54,55,72,-1,54,37,55,-1,55,74,73,-1,55,56,74,-1,56,75,74,-1,56,57,75,-1,57,76,75,-1,57,58,76,-1,58,77,76,-1,58,59,77,-1,59,78,77,-1,59,60,78,-1,60,79,78,-1,60,61,79,-1,61,80,79,-1,61,62,80,-1,62,81,80,-1,62,63,81,-1,63,82,81,-1,63,64,82,-1,64,83,82,-1,64,65,83,-1,65,84,83,-1,65,66,84,-1,66,85,84,-1,66,67,85,-1,67,86,85,-1,67,68,86,-1,68,87,86,-1,68,69,87,-1,69,88,87,-1,69,70,88,-1,70,89,88,-1,70,71,89,-1,71,90,89,-1,71,72,90,-1,72,73,90,-1,72,55,73,-1,73,92,91,-1,73,74,92,-1,74,93,92,-1,74,75,93,-1,75,94,93,-1,75,76,94,-1,76,95,94,-1,76,77,95,-1,77,96,95,-1,77,78,96,-1,78,97,96,-1,78,79,97,-1,79,98,97,-1,79,80,98,-1,80,99,98,-1,80,81,99,-1,81,100,99,-1,81,82,100,-1,82,101,100,-1,82,83,101,-1,83,102,101,-1,83,84,102,-1,84,103,102,-1,84,85,103,-1,85,104,103,-1,85,86,104,-1,86,105,104,-1,86,87,105,-1,87,106,105,-1,87,88,106,-1,88,107,106,-1,88,89,107,-1,89,108,107,-1,89,90,108,-1,90,91,108,-1,90,73,91,-1,109,91,92,-1,109,92,93,-1,109,93,94,-1,109,94,95,-1,109,95,96,-1,109,96,97,-1,109,97,98,-1,109,98,99,-1,109,99,100,-1,109,100,101,-1,109,101,102,-1,109,102,103,-1,109,103,104,-1,109,104,105,-1,109,105,106,-1,109,106,107,-1,109,107,108,-1,109,108,91,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCylinder19_COORD_11_354_point_1() { float[] value = {0.0f,0.0f,0.0f,0.0070f,0.0f,0.0f,0.006578f,0.0f,-0.002394f,0.005362f,0.0f,-0.0045f,0.0035f,0.0f,-0.006062f,0.001216f,0.0f,-0.006894f,-0.001216f,0.0f,-0.006894f,-0.0035f,0.0f,-0.006062f,-0.005362f,0.0f,-0.0045f,-0.006578f,0.0f,-0.002394f,-0.0070f,0.0f,0.0f,-0.006578f,0.0f,0.002394f,-0.005362f,0.0f,0.0045f,-0.0035f,0.0f,0.006062f,-0.001216f,0.0f,0.006894f,0.001216f,0.0f,0.006894f,0.0035f,0.0f,0.006062f,0.005362f,0.0f,0.0045f,0.006578f,0.0f,0.002394f,0.006677f,0.01f,0.0f,0.006274f,0.01f,-0.002284f,0.005115f,0.01f,-0.004292f,0.003338f,0.01f,-0.005782f,0.001159f,0.01f,-0.006575f,-0.001159f,0.01f,-0.006575f,-0.003338f,0.01f,-0.005782f,-0.005115f,0.01f,-0.004292f,-0.006274f,0.01f,-0.002284f,-0.006677f,0.01f,0.0f,-0.006274f,0.01f,0.002284f,-0.005115f,0.01f,0.004292f,-0.003338f,0.01f,0.005782f,-0.001159f,0.01f,0.006575f,0.001159f,0.01f,0.006575f,0.003338f,0.01f,0.005782f,0.005115f,0.01f,0.004292f,0.006274f,0.01f,0.002284f,0.00593f,0.02f,0.0f,0.005572f,0.02f,-0.002028f,0.004543f,0.02f,-0.003812f,0.002965f,0.02f,-0.005136f,0.00103f,0.02f,-0.00584f,-0.00103f,0.02f,-0.00584f,-0.002965f,0.02f,-0.005136f,-0.004543f,0.02f,-0.003812f,-0.005572f,0.02f,-0.002028f,-0.00593f,0.02f,0.0f,-0.005572f,0.02f,0.002028f,-0.004543f,0.02f,0.003812f,-0.002965f,0.02f,0.005136f,-0.00103f,0.02f,0.00584f,0.00103f,0.02f,0.00584f,0.002965f,0.02f,0.005136f,0.004543f,0.02f,0.003812f,0.005572f,0.02f,0.002028f,0.004761f,0.03f,0.0f,0.004474f,0.03f,-0.001628f,0.003647f,0.03f,-0.00306f,0.00238f,0.03f,-0.004123f,8.267E-4f,0.03f,-0.004688f,-8.267E-4f,0.03f,-0.004688f,-0.00238f,0.03f,-0.004123f,-0.003647f,0.03f,-0.00306f,-0.004474f,0.03f,-0.001628f,-0.004761f,0.03f,0.0f,-0.004474f,0.03f,0.001628f,-0.003647f,0.03f,0.00306f,-0.00238f,0.03f,0.004123f,-8.267E-4f,0.03f,0.004688f,8.267E-4f,0.03f,0.004688f,0.00238f,0.03f,0.004123f,0.003647f,0.03f,0.00306f,0.004474f,0.03f,0.001628f,0.003168f,0.04f,0.0f,0.002977f,0.04f,-0.001084f,0.002427f,0.04f,-0.002037f,0.001584f,0.04f,-0.002744f,5.502E-4f,0.04f,-0.00312f,-5.502E-4f,0.04f,-0.00312f,-0.001584f,0.04f,-0.002744f,-0.002427f,0.04f,-0.002037f,-0.002977f,0.04f,-0.001084f,-0.003168f,0.04f,0.0f,-0.002977f,0.04f,0.001084f,-0.002427f,0.04f,0.002037f,-0.001584f,0.04f,0.002744f,-5.502E-4f,0.04f,0.00312f,5.502E-4f,0.04f,0.00312f,0.001584f,0.04f,0.002744f,0.002427f,0.04f,0.002037f,0.002977f,0.04f,0.001084f,0.001153f,0.05f,0.0f,0.001083f,0.05f,-3.943E-4f,8.832E-4f,0.05f,-7.411E-4f,5.765E-4f,0.05f,-9.984E-4f,2.002E-4f,0.05f,-0.001135f,-2.002E-4f,0.05f,-0.001135f,-5.765E-4f,0.05f,-9.984E-4f,-8.832E-4f,0.05f,-7.411E-4f,-0.001083f,0.05f,-3.943E-4f}; return value; } private float[] getCylinder19_COORD_11_354_point_2() { float[] value = {-0.001153f,0.05f,0.0f,-0.001083f,0.05f,3.943E-4f,-8.832E-4f,0.05f,7.411E-4f,-5.765E-4f,0.05f,9.984E-4f,-2.002E-4f,0.05f,0.001135f,2.002E-4f,0.05f,0.001135f,5.765E-4f,0.05f,9.984E-4f,8.832E-4f,0.05f,7.411E-4f,0.001083f,0.05f,3.943E-4f,0.0f,0.05f,0.0f,1.0f,2.0f,5.0f}; return value; } /** Define subarrays using type int[] */ private int[] getextBarrel_FACES_9_373_coordIndex_1() { int[] value = {0,13,12,-1,0,1,13,-1,1,14,13,-1,1,2,14,-1,2,15,14,-1,2,3,15,-1,3,16,15,-1,3,4,16,-1,4,17,16,-1,4,5,17,-1,5,18,17,-1,5,6,18,-1,6,19,18,-1,6,7,19,-1,7,20,19,-1,7,8,20,-1,8,21,20,-1,8,9,21,-1,9,22,21,-1,9,10,22,-1,10,23,22,-1,10,11,23,-1,11,12,23,-1,11,0,12,-1,12,25,24,-1,12,13,25,-1,13,26,25,-1,13,14,26,-1,14,27,26,-1,14,15,27,-1,15,28,27,-1,15,16,28,-1,16,29,28,-1,16,17,29,-1,17,30,29,-1,17,18,30,-1,18,31,30,-1,18,19,31,-1,19,32,31,-1,19,20,32,-1,20,33,32,-1,20,21,33,-1,21,34,33,-1,21,22,34,-1,22,35,34,-1,22,23,35,-1,23,24,35,-1,23,12,24,-1,24,37,36,-1,24,25,37,-1,25,38,37,-1,25,26,38,-1,26,39,38,-1,26,27,39,-1,27,40,39,-1,27,28,40,-1,28,41,40,-1,28,29,41,-1,29,42,41,-1,29,30,42,-1,30,43,42,-1,30,31,43,-1,31,44,43,-1,31,32,44,-1,32,45,44,-1,32,33,45,-1,33,46,45,-1,33,34,46,-1,34,47,46,-1,34,35,47,-1,35,36,47,-1,35,24,36,-1,36,49,48,-1,36,37,49,-1,37,50,49,-1,37,38,50,-1,38,51,50,-1,38,39,51,-1,39,52,51,-1,39,40,52,-1,40,53,52,-1,40,41,53,-1,41,54,53,-1,41,42,54,-1,42,55,54,-1,42,43,55,-1,43,56,55,-1,43,44,56,-1,44,57,56,-1,44,45,57,-1,45,58,57,-1,45,46,58,-1,46,59,58,-1,46,47,59,-1,47,48,59,-1,47,36,48,-1,48,61,60,-1,48,49,61,-1,49,62,61,-1,49,50,62,-1,50,63,62,-1,50,51,63,-1,51,64,63,-1,51,52,64,-1,52,65,64,-1,52,53,65,-1,53,66,65,-1,53,54,66,-1,54,67,66,-1,54,55,67,-1,55,68,67,-1,55,56,68,-1,56,69,68,-1,56,57,69,-1,57,70,69,-1,57,58,70,-1,58,71,70,-1,58,59,71,-1,59,60,71,-1,59,48,60,-1,60,73,72,-1,60,61,73,-1,61,74,73,-1,61,62,74,-1,62,75,74,-1,62,63,75,-1,63,76,75,-1,63,64,76,-1,64,77,76,-1,64,65,77,-1,65,78,77,-1,65,66,78,-1,66,79,78,-1,66,67,79,-1,67,80,79,-1,67,68,80,-1,68,81,80,-1,68,69,81,-1,69,82,81,-1,69,70,82,-1,70,83,82,-1,70,71,83,-1,71,72,83,-1,71,60,72,-1,72,85,84,-1,72,73,85,-1,73,86,85,-1,73,74,86,-1,74,87,86,-1,74,75,87,-1,75,88,87,-1,75,76,88,-1,76,89,88,-1,76,77,89,-1,77,90,89,-1,77,78,90,-1,78,91,90,-1,78,79,91,-1,79,92,91,-1,79,80,92,-1,80,93,92,-1,80,81,93,-1,81,94,93,-1,81,82,94,-1,82,95,94,-1,82,83,95,-1,83,84,95,-1,83,72,84,-1,84,97,96,-1,84,85,97,-1,85,98,97,-1,85,86,98,-1,86,99,98,-1,86,87,99,-1,87,100,99,-1,87,88,100,-1,88,101,100,-1,88,89,101,-1,89,102,101,-1,89,90,102,-1,90,103,102,-1,90,91,103,-1,91,104,103,-1,91,92,104,-1,92,105,104,-1,92,93,105,-1,93,106,105,-1,93,94,106,-1,94,107,106,-1,94,95,107,-1,95,96,107,-1,95,84,96,-1,96,109,108,-1,96,97,109,-1,97,110,109,-1,97,98,110,-1,98,111,110,-1,98,99,111,-1,99,112,111,-1,99,100,112,-1,100,113,112,-1,100,101,113,-1,101,114,113,-1,101,102,114,-1,102,115,114,-1,102,103,115,-1,103,116,115,-1,103,104,116,-1,104,117,116,-1,104,105,117,-1,105,118,117,-1,105,106,118,-1,106,119,118,-1,106,107,119,-1,107,108,119,-1,107,96,108,-1,108,121,120,-1,108,109,121,-1,109,122,121,-1,109,110,122,-1,110,123,122,-1,110,111,123,-1,111,124,123,-1,111,112,124,-1,112,125,124,-1,112,113,125,-1,113,126,125,-1,113,114,126,-1,114,127,126,-1,114,115,127,-1,115,128,127,-1,115,116,128,-1,116,129,128,-1,116,117,129,-1,117,130,129,-1,117,118,130,-1,118,131,130,-1,118,119,131,-1,119,120,131,-1,119,108,120,-1,120,133,132,-1,120,121,133,-1,121,134,133,-1,121,122,134,-1,122,135,134,-1,122,123,135,-1,123,136,135,-1,123,124,136,-1,124,137,136,-1,124,125,137,-1}; return value; } private int[] getextBarrel_FACES_9_373_coordIndex_2() { int[] value = {125,138,137,-1,125,126,138,-1,126,139,138,-1,126,127,139,-1,127,140,139,-1,127,128,140,-1,128,141,140,-1,128,129,141,-1,129,142,141,-1,129,130,142,-1,130,143,142,-1,130,131,143,-1,131,132,143,-1,131,120,132,-1,132,145,144,-1,132,133,145,-1,133,146,145,-1,133,134,146,-1,134,147,146,-1,134,135,147,-1,135,148,147,-1,135,136,148,-1,136,149,148,-1,136,137,149,-1,137,150,149,-1,137,138,150,-1,138,151,150,-1,138,139,151,-1,139,152,151,-1,139,140,152,-1,140,153,152,-1,140,141,153,-1,141,154,153,-1,141,142,154,-1,142,155,154,-1,142,143,155,-1,143,144,155,-1,143,132,144,-1,144,157,156,-1,144,145,157,-1,145,158,157,-1,145,146,158,-1,146,159,158,-1,146,147,159,-1,147,160,159,-1,147,148,160,-1,148,161,160,-1,148,149,161,-1,149,162,161,-1,149,150,162,-1,150,163,162,-1,150,151,163,-1,151,164,163,-1,151,152,164,-1,152,165,164,-1,152,153,165,-1,153,166,165,-1,153,154,166,-1,154,167,166,-1,154,155,167,-1,155,156,167,-1,155,144,156,-1,156,169,168,-1,156,157,169,-1,157,170,169,-1,157,158,170,-1,158,171,170,-1,158,159,171,-1,159,172,171,-1,159,160,172,-1,160,173,172,-1,160,161,173,-1,161,174,173,-1,161,162,174,-1,162,175,174,-1,162,163,175,-1,163,176,175,-1,163,164,176,-1,164,177,176,-1,164,165,177,-1,165,178,177,-1,165,166,178,-1,166,179,178,-1,166,167,179,-1,167,168,179,-1,167,156,168,-1,168,181,180,-1,168,169,181,-1,169,182,181,-1,169,170,182,-1,170,183,182,-1,170,171,183,-1,171,184,183,-1,171,172,184,-1,172,185,184,-1,172,173,185,-1,173,186,185,-1,173,174,186,-1,174,187,186,-1,174,175,187,-1,175,188,187,-1,175,176,188,-1,176,189,188,-1,176,177,189,-1,177,190,189,-1,177,178,190,-1,178,191,190,-1,178,179,191,-1,179,180,191,-1,179,168,180,-1,180,193,192,-1,180,181,193,-1,181,194,193,-1,181,182,194,-1,182,195,194,-1,182,183,195,-1,183,196,195,-1,183,184,196,-1,184,197,196,-1,184,185,197,-1,185,198,197,-1,185,186,198,-1,186,199,198,-1,186,187,199,-1,187,200,199,-1,187,188,200,-1,188,201,200,-1,188,189,201,-1,189,202,201,-1,189,190,202,-1,190,203,202,-1,190,191,203,-1,191,192,203,-1,191,180,192,-1,192,205,204,-1,192,193,205,-1,193,206,205,-1,193,194,206,-1,194,207,206,-1,194,195,207,-1,195,208,207,-1,195,196,208,-1,196,209,208,-1,196,197,209,-1,197,210,209,-1,197,198,210,-1,198,211,210,-1,198,199,211,-1,199,212,211,-1,199,200,212,-1,200,213,212,-1,200,201,213,-1,201,214,213,-1,201,202,214,-1,202,215,214,-1,202,203,215,-1,203,204,215,-1,203,192,204,-1,204,1,0,-1,204,205,1,-1,205,2,1,-1,205,206,2,-1,206,3,2,-1,206,207,3,-1,207,4,3,-1,207,208,4,-1,208,5,4,-1,208,209,5,-1,209,6,5,-1,209,210,6,-1,210,7,6,-1,210,211,7,-1,211,8,7,-1,211,212,8,-1,212,9,8,-1,212,213,9,-1,213,10,9,-1,213,214,10,-1,214,11,10,-1,214,215,11,-1,215,0,11,-1,215,204,0,-1}; return value; } /** Define subarrays using type float[] */ private float[] getextBarrel_COORD_10_373_point_1() { float[] value = {0.0f,0.0f,-0.02f,0.0f,0.14f,-0.02f,0.0f,0.28f,-0.02f,0.0f,0.42f,-0.02f,0.0f,0.56f,-0.02f,0.0f,0.7f,-0.02f,0.0f,0.7f,-0.01f,0.0f,0.56f,-0.01f,0.0f,0.42f,-0.01f,0.0f,0.28f,-0.01f,0.0f,0.14f,-0.01f,0.0f,0.0f,-0.01f,0.00684f,0.0f,-0.01879f,0.00684f,0.14f,-0.01879f,0.00684f,0.28f,-0.01879f,0.00684f,0.42f,-0.01879f,0.00684f,0.56f,-0.01879f,0.00684f,0.7f,-0.01879f,0.00342f,0.7f,-0.009397f,0.00342f,0.56f,-0.009397f,0.00342f,0.42f,-0.009397f,0.00342f,0.28f,-0.009397f,0.00342f,0.14f,-0.009397f,0.00342f,0.0f,-0.009397f,0.01286f,0.0f,-0.01532f,0.01286f,0.14f,-0.01532f,0.01286f,0.28f,-0.01532f,0.01286f,0.42f,-0.01532f,0.01286f,0.56f,-0.01532f,0.01286f,0.7f,-0.01532f,0.006428f,0.7f,-0.00766f,0.006428f,0.56f,-0.00766f,0.006428f,0.42f,-0.00766f,0.006428f,0.28f,-0.00766f,0.006428f,0.14f,-0.00766f,0.006428f,0.0f,-0.00766f,0.01732f,0.0f,-0.01f,0.01732f,0.14f,-0.01f,0.01732f,0.28f,-0.01f,0.01732f,0.42f,-0.01f,0.01732f,0.56f,-0.01f,0.01732f,0.7f,-0.01f,0.00866f,0.7f,-0.0050f,0.00866f,0.56f,-0.0050f,0.00866f,0.42f,-0.0050f,0.00866f,0.28f,-0.0050f,0.00866f,0.14f,-0.0050f,0.00866f,0.0f,-0.0050f,0.0197f,0.0f,-0.003473f,0.0197f,0.14f,-0.003473f,0.0197f,0.28f,-0.003473f,0.0197f,0.42f,-0.003473f,0.0197f,0.56f,-0.003473f,0.0197f,0.7f,-0.003473f,0.009848f,0.7f,-0.001736f,0.009848f,0.56f,-0.001736f,0.009848f,0.42f,-0.001736f,0.009848f,0.28f,-0.001736f,0.009848f,0.14f,-0.001736f,0.009848f,0.0f,-0.001736f,0.0197f,0.0f,0.003473f,0.0197f,0.14f,0.003473f,0.0197f,0.28f,0.003473f,0.0197f,0.42f,0.003473f,0.0197f,0.56f,0.003473f,0.0197f,0.7f,0.003473f,0.009848f,0.7f,0.001736f,0.009848f,0.56f,0.001736f,0.009848f,0.42f,0.001736f,0.009848f,0.28f,0.001736f,0.009848f,0.14f,0.001736f,0.009848f,0.0f,0.001736f,0.01732f,0.0f,0.01f,0.01732f,0.14f,0.01f,0.01732f,0.28f,0.01f,0.01732f,0.42f,0.01f,0.01732f,0.56f,0.01f,0.01732f,0.7f,0.01f,0.00866f,0.7f,0.0050f,0.00866f,0.56f,0.0050f,0.00866f,0.42f,0.0050f,0.00866f,0.28f,0.0050f,0.00866f,0.14f,0.0050f,0.00866f,0.0f,0.0050f,0.01286f,0.0f,0.01532f,0.01286f,0.14f,0.01532f,0.01286f,0.28f,0.01532f,0.01286f,0.42f,0.01532f,0.01286f,0.56f,0.01532f,0.01286f,0.7f,0.01532f,0.006428f,0.7f,0.00766f,0.006428f,0.56f,0.00766f,0.006428f,0.42f,0.00766f,0.006428f,0.28f,0.00766f,0.006428f,0.14f,0.00766f,0.006428f,0.0f,0.00766f,0.00684f,0.0f,0.01879f,0.00684f,0.14f,0.01879f,0.00684f,0.28f,0.01879f,0.00684f,0.42f,0.01879f}; return value; } private float[] getextBarrel_COORD_10_373_point_2() { float[] value = {0.00684f,0.56f,0.01879f,0.00684f,0.7f,0.01879f,0.00342f,0.7f,0.009397f,0.00342f,0.56f,0.009397f,0.00342f,0.42f,0.009397f,0.00342f,0.28f,0.009397f,0.00342f,0.14f,0.009397f,0.00342f,0.0f,0.009397f,0.0f,0.0f,0.02f,0.0f,0.14f,0.02f,0.0f,0.28f,0.02f,0.0f,0.42f,0.02f,0.0f,0.56f,0.02f,0.0f,0.7f,0.02f,0.0f,0.7f,0.01f,0.0f,0.56f,0.01f,0.0f,0.42f,0.01f,0.0f,0.28f,0.01f,0.0f,0.14f,0.01f,0.0f,0.0f,0.01f,-0.00684f,0.0f,0.01879f,-0.00684f,0.14f,0.01879f,-0.00684f,0.28f,0.01879f,-0.00684f,0.42f,0.01879f,-0.00684f,0.56f,0.01879f,-0.00684f,0.7f,0.01879f,-0.00342f,0.7f,0.009397f,-0.00342f,0.56f,0.009397f,-0.00342f,0.42f,0.009397f,-0.00342f,0.28f,0.009397f,-0.00342f,0.14f,0.009397f,-0.00342f,0.0f,0.009397f,-0.01286f,0.0f,0.01532f,-0.01286f,0.14f,0.01532f,-0.01286f,0.28f,0.01532f,-0.01286f,0.42f,0.01532f,-0.01286f,0.56f,0.01532f,-0.01286f,0.7f,0.01532f,-0.006428f,0.7f,0.00766f,-0.006428f,0.56f,0.00766f,-0.006428f,0.42f,0.00766f,-0.006428f,0.28f,0.00766f,-0.006428f,0.14f,0.00766f,-0.006428f,0.0f,0.00766f,-0.01732f,0.0f,0.01f,-0.01732f,0.14f,0.01f,-0.01732f,0.28f,0.01f,-0.01732f,0.42f,0.01f,-0.01732f,0.56f,0.01f,-0.01732f,0.7f,0.01f,-0.00866f,0.7f,0.0050f,-0.00866f,0.56f,0.0050f,-0.00866f,0.42f,0.0050f,-0.00866f,0.28f,0.0050f,-0.00866f,0.14f,0.0050f,-0.00866f,0.0f,0.0050f,-0.0197f,0.0f,0.003473f,-0.0197f,0.14f,0.003473f,-0.0197f,0.28f,0.003473f,-0.0197f,0.42f,0.003473f,-0.0197f,0.56f,0.003473f,-0.0197f,0.7f,0.003473f,-0.009848f,0.7f,0.001736f,-0.009848f,0.56f,0.001736f,-0.009848f,0.42f,0.001736f,-0.009848f,0.28f,0.001736f,-0.009848f,0.14f,0.001736f,-0.009848f,0.0f,0.001736f,-0.0197f,0.0f,-0.003473f,-0.0197f,0.14f,-0.003473f,-0.0197f,0.28f,-0.003473f,-0.0197f,0.42f,-0.003473f,-0.0197f,0.56f,-0.003473f,-0.0197f,0.7f,-0.003473f,-0.009848f,0.7f,-0.001736f,-0.009848f,0.56f,-0.001736f,-0.009848f,0.42f,-0.001736f,-0.009848f,0.28f,-0.001736f,-0.009848f,0.14f,-0.001736f,-0.009848f,0.0f,-0.001736f,-0.01732f,0.0f,-0.01f,-0.01732f,0.14f,-0.01f,-0.01732f,0.28f,-0.01f,-0.01732f,0.42f,-0.01f,-0.01732f,0.56f,-0.01f,-0.01732f,0.7f,-0.01f,-0.00866f,0.7f,-0.0050f,-0.00866f,0.56f,-0.0050f,-0.00866f,0.42f,-0.0050f,-0.00866f,0.28f,-0.0050f,-0.00866f,0.14f,-0.0050f,-0.00866f,0.0f,-0.0050f,-0.01286f,0.0f,-0.01532f,-0.01286f,0.14f,-0.01532f,-0.01286f,0.28f,-0.01532f,-0.01286f,0.42f,-0.01532f,-0.01286f,0.56f,-0.01532f,-0.01286f,0.7f,-0.01532f,-0.006428f,0.7f,-0.00766f,-0.006428f,0.56f,-0.00766f}; return value; } private float[] getextBarrel_COORD_10_373_point_3() { float[] value = {-0.006428f,0.42f,-0.00766f,-0.006428f,0.28f,-0.00766f,-0.006428f,0.14f,-0.00766f,-0.006428f,0.0f,-0.00766f,-0.00684f,0.0f,-0.01879f,-0.00684f,0.14f,-0.01879f,-0.00684f,0.28f,-0.01879f,-0.00684f,0.42f,-0.01879f,-0.00684f,0.56f,-0.01879f,-0.00684f,0.7f,-0.01879f,-0.00342f,0.7f,-0.009397f,-0.00342f,0.56f,-0.009397f,-0.00342f,0.42f,-0.009397f,-0.00342f,0.28f,-0.009397f,-0.00342f,0.14f,-0.009397f,-0.00342f,0.0f,-0.009397f}; return value; } /** Large attribute array: IndexedFaceSet DEF='Tube06-FACES' coordIndex field, scene-graph level=10, element #62, 6032 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 MFInt32Object getTube06_FACES_10_62_coordIndex() { MFInt32Object Tube06_FACES_10_62_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTube06_FACES_10_62_coordIndex_1())) .append(new MFInt32Object(getTube06_FACES_10_62_coordIndex_2())) .append(new MFInt32Object(getTube06_FACES_10_62_coordIndex_3())) .append(new MFInt32Object(getTube06_FACES_10_62_coordIndex_4())) .append(new MFInt32Object(getTube06_FACES_10_62_coordIndex_5())) .append(new MFInt32Object(getTube06_FACES_10_62_coordIndex_6())) .append(new MFInt32Object(getTube06_FACES_10_62_coordIndex_7())); return Tube06_FACES_10_62_coordIndex; } /** Large attribute array: Coordinate DEF='Tube06-COORD' point field, scene-graph level=11, element #62, 2268 total numbers made up of 756 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 MFVec3fObject getTube06_COORD_11_62_point() { MFVec3fObject Tube06_COORD_11_62_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTube06_COORD_11_62_point_1())) .append(new MFVec3fObject(getTube06_COORD_11_62_point_2())) .append(new MFVec3fObject(getTube06_COORD_11_62_point_3())) .append(new MFVec3fObject(getTube06_COORD_11_62_point_4())) .append(new MFVec3fObject(getTube06_COORD_11_62_point_5())) .append(new MFVec3fObject(getTube06_COORD_11_62_point_6())) .append(new MFVec3fObject(getTube06_COORD_11_62_point_7())) .append(new MFVec3fObject(getTube06_COORD_11_62_point_8())); return Tube06_COORD_11_62_point; } /** Large attribute array: IndexedFaceSet DEF='Cylinder11-FACES' coordIndex field, scene-graph level=10, element #68, 864 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getCylinder11_FACES_10_68_coordIndex() { MFInt32Object Cylinder11_FACES_10_68_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getCylinder11_FACES_10_68_coordIndex_1())); return Cylinder11_FACES_10_68_coordIndex; } /** Large attribute array: Coordinate DEF='Cylinder11-COORD' point field, scene-graph level=11, element #68, 330 total numbers made up of 110 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 MFVec3fObject getCylinder11_COORD_11_68_point() { MFVec3fObject Cylinder11_COORD_11_68_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCylinder11_COORD_11_68_point_1())) .append(new MFVec3fObject(getCylinder11_COORD_11_68_point_2())); return Cylinder11_COORD_11_68_point; } /** Large attribute array: IndexedFaceSet DEF='bottomBofyBase-FACES' coordIndex field, scene-graph level=9, element #75, 2672 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 MFInt32Object getbottomBofyBase_FACES_9_75_coordIndex() { MFInt32Object bottomBofyBase_FACES_9_75_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getbottomBofyBase_FACES_9_75_coordIndex_1())) .append(new MFInt32Object(getbottomBofyBase_FACES_9_75_coordIndex_2())) .append(new MFInt32Object(getbottomBofyBase_FACES_9_75_coordIndex_3())); return bottomBofyBase_FACES_9_75_coordIndex; } /** Large attribute array: Coordinate DEF='bottomBofyBase-COORD' point field, scene-graph level=10, element #75, 1008 total numbers made up of 336 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getbottomBofyBase_COORD_10_75_point() { MFVec3fObject bottomBofyBase_COORD_10_75_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getbottomBofyBase_COORD_10_75_point_1())) .append(new MFVec3fObject(getbottomBofyBase_COORD_10_75_point_2())) .append(new MFVec3fObject(getbottomBofyBase_COORD_10_75_point_3())) .append(new MFVec3fObject(getbottomBofyBase_COORD_10_75_point_4())); return bottomBofyBase_COORD_10_75_point; } /** Large attribute array: IndexedFaceSet DEF='upperBodyBase-FACES' coordIndex field, scene-graph level=9, element #81, 2672 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 MFInt32Object getupperBodyBase_FACES_9_81_coordIndex() { MFInt32Object upperBodyBase_FACES_9_81_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getupperBodyBase_FACES_9_81_coordIndex_1())) .append(new MFInt32Object(getupperBodyBase_FACES_9_81_coordIndex_2())) .append(new MFInt32Object(getupperBodyBase_FACES_9_81_coordIndex_3())); return upperBodyBase_FACES_9_81_coordIndex; } /** Large attribute array: Coordinate DEF='upperBodyBase-COORD' point field, scene-graph level=10, element #81, 1008 total numbers made up of 336 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject getupperBodyBase_COORD_10_81_point() { MFVec3fObject upperBodyBase_COORD_10_81_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getupperBodyBase_COORD_10_81_point_1())) .append(new MFVec3fObject(getupperBodyBase_COORD_10_81_point_2())) .append(new MFVec3fObject(getupperBodyBase_COORD_10_81_point_3())) .append(new MFVec3fObject(getupperBodyBase_COORD_10_81_point_4())); return upperBodyBase_COORD_10_81_point; } /** Large attribute array: IndexedFaceSet DEF='Tube16-FACES' coordIndex field, scene-graph level=13, element #89, 6032 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 MFInt32Object getTube16_FACES_13_89_coordIndex() { MFInt32Object Tube16_FACES_13_89_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTube16_FACES_13_89_coordIndex_1())) .append(new MFInt32Object(getTube16_FACES_13_89_coordIndex_2())) .append(new MFInt32Object(getTube16_FACES_13_89_coordIndex_3())) .append(new MFInt32Object(getTube16_FACES_13_89_coordIndex_4())) .append(new MFInt32Object(getTube16_FACES_13_89_coordIndex_5())) .append(new MFInt32Object(getTube16_FACES_13_89_coordIndex_6())) .append(new MFInt32Object(getTube16_FACES_13_89_coordIndex_7())); return Tube16_FACES_13_89_coordIndex; } /** Large attribute array: Coordinate DEF='Tube16-COORD' point field, scene-graph level=14, element #89, 2271 total numbers made up of 757 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 MFVec3fObject getTube16_COORD_14_89_point() { MFVec3fObject Tube16_COORD_14_89_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTube16_COORD_14_89_point_1())) .append(new MFVec3fObject(getTube16_COORD_14_89_point_2())) .append(new MFVec3fObject(getTube16_COORD_14_89_point_3())) .append(new MFVec3fObject(getTube16_COORD_14_89_point_4())) .append(new MFVec3fObject(getTube16_COORD_14_89_point_5())) .append(new MFVec3fObject(getTube16_COORD_14_89_point_6())) .append(new MFVec3fObject(getTube16_COORD_14_89_point_7())) .append(new MFVec3fObject(getTube16_COORD_14_89_point_8())); return Tube16_COORD_14_89_point; } /** Large attribute array: IndexedFaceSet DEF='Cylinder21-FACES' coordIndex field, scene-graph level=11, element #105, 864 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getCylinder21_FACES_11_105_coordIndex() { MFInt32Object Cylinder21_FACES_11_105_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getCylinder21_FACES_11_105_coordIndex_1())); return Cylinder21_FACES_11_105_coordIndex; } /** Large attribute array: Coordinate DEF='Cylinder21-COORD' point field, scene-graph level=12, element #105, 333 total numbers made up of 111 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 MFVec3fObject getCylinder21_COORD_12_105_point() { MFVec3fObject Cylinder21_COORD_12_105_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCylinder21_COORD_12_105_point_1())) .append(new MFVec3fObject(getCylinder21_COORD_12_105_point_2())); return Cylinder21_COORD_12_105_point; } /** Large attribute array: IndexedFaceSet DEF='Tube15-FACES' coordIndex field, scene-graph level=10, element #125, 6032 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 MFInt32Object getTube15_FACES_10_125_coordIndex() { MFInt32Object Tube15_FACES_10_125_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTube15_FACES_10_125_coordIndex_1())) .append(new MFInt32Object(getTube15_FACES_10_125_coordIndex_2())) .append(new MFInt32Object(getTube15_FACES_10_125_coordIndex_3())) .append(new MFInt32Object(getTube15_FACES_10_125_coordIndex_4())) .append(new MFInt32Object(getTube15_FACES_10_125_coordIndex_5())) .append(new MFInt32Object(getTube15_FACES_10_125_coordIndex_6())) .append(new MFInt32Object(getTube15_FACES_10_125_coordIndex_7())); return Tube15_FACES_10_125_coordIndex; } /** Large attribute array: Coordinate DEF='Tube15-COORD' point field, scene-graph level=11, element #125, 2271 total numbers made up of 757 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 MFVec3fObject getTube15_COORD_11_125_point() { MFVec3fObject Tube15_COORD_11_125_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTube15_COORD_11_125_point_1())) .append(new MFVec3fObject(getTube15_COORD_11_125_point_2())) .append(new MFVec3fObject(getTube15_COORD_11_125_point_3())) .append(new MFVec3fObject(getTube15_COORD_11_125_point_4())) .append(new MFVec3fObject(getTube15_COORD_11_125_point_5())) .append(new MFVec3fObject(getTube15_COORD_11_125_point_6())) .append(new MFVec3fObject(getTube15_COORD_11_125_point_7())) .append(new MFVec3fObject(getTube15_COORD_11_125_point_8())); return Tube15_COORD_11_125_point; } /** Large attribute array: IndexedFaceSet DEF='Cylinder20-FACES' coordIndex field, scene-graph level=10, element #131, 864 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getCylinder20_FACES_10_131_coordIndex() { MFInt32Object Cylinder20_FACES_10_131_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getCylinder20_FACES_10_131_coordIndex_1())); return Cylinder20_FACES_10_131_coordIndex; } /** Large attribute array: Coordinate DEF='Cylinder20-COORD' point field, scene-graph level=11, element #131, 333 total numbers made up of 111 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 MFVec3fObject getCylinder20_COORD_11_131_point() { MFVec3fObject Cylinder20_COORD_11_131_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCylinder20_COORD_11_131_point_1())) .append(new MFVec3fObject(getCylinder20_COORD_11_131_point_2())); return Cylinder20_COORD_11_131_point; } /** Large attribute array: IndexedFaceSet DEF='alavancaFerrolhoRight-FACES' coordIndex field, scene-graph level=10, element #139, 1152 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 MFInt32Object getalavancaFerrolhoRight_FACES_10_139_coordIndex() { MFInt32Object alavancaFerrolhoRight_FACES_10_139_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getalavancaFerrolhoRight_FACES_10_139_coordIndex_1())) .append(new MFInt32Object(getalavancaFerrolhoRight_FACES_10_139_coordIndex_2())); return alavancaFerrolhoRight_FACES_10_139_coordIndex; } /** Large attribute array: Coordinate DEF='alavancaFerrolhoRight-COORD' point field, scene-graph level=11, element #139, 438 total numbers made up of 146 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 MFVec3fObject getalavancaFerrolhoRight_COORD_11_139_point() { MFVec3fObject alavancaFerrolhoRight_COORD_11_139_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getalavancaFerrolhoRight_COORD_11_139_point_1())) .append(new MFVec3fObject(getalavancaFerrolhoRight_COORD_11_139_point_2())); return alavancaFerrolhoRight_COORD_11_139_point; } /** Large attribute array: IndexedFaceSet DEF='alavancaAlavancaFerrolhoRight-FACES' coordIndex field, scene-graph level=10, element #145, 4352 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 MFInt32Object getalavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex() { MFInt32Object alavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getalavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex_1())) .append(new MFInt32Object(getalavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex_2())) .append(new MFInt32Object(getalavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex_3())) .append(new MFInt32Object(getalavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex_4())) .append(new MFInt32Object(getalavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex_5())); return alavancaAlavancaFerrolhoRight_FACES_10_145_coordIndex; } /** Large attribute array: Coordinate DEF='alavancaAlavancaFerrolhoRight-COORD' point field, scene-graph level=11, element #145, 1638 total numbers made up of 546 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 MFVec3fObject getalavancaAlavancaFerrolhoRight_COORD_11_145_point() { MFVec3fObject alavancaAlavancaFerrolhoRight_COORD_11_145_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getalavancaAlavancaFerrolhoRight_COORD_11_145_point_1())) .append(new MFVec3fObject(getalavancaAlavancaFerrolhoRight_COORD_11_145_point_2())) .append(new MFVec3fObject(getalavancaAlavancaFerrolhoRight_COORD_11_145_point_3())) .append(new MFVec3fObject(getalavancaAlavancaFerrolhoRight_COORD_11_145_point_4())) .append(new MFVec3fObject(getalavancaAlavancaFerrolhoRight_COORD_11_145_point_5())) .append(new MFVec3fObject(getalavancaAlavancaFerrolhoRight_COORD_11_145_point_6())); return alavancaAlavancaFerrolhoRight_COORD_11_145_point; } /** Large attribute array: IndexedFaceSet DEF='alavancaFerrolhoLeft-FACES' coordIndex field, scene-graph level=10, element #151, 1152 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 MFInt32Object getalavancaFerrolhoLeft_FACES_10_151_coordIndex() { MFInt32Object alavancaFerrolhoLeft_FACES_10_151_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getalavancaFerrolhoLeft_FACES_10_151_coordIndex_1())) .append(new MFInt32Object(getalavancaFerrolhoLeft_FACES_10_151_coordIndex_2())); return alavancaFerrolhoLeft_FACES_10_151_coordIndex; } /** Large attribute array: Coordinate DEF='alavancaFerrolhoLeft-COORD' point field, scene-graph level=11, element #151, 441 total numbers made up of 147 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 MFVec3fObject getalavancaFerrolhoLeft_COORD_11_151_point() { MFVec3fObject alavancaFerrolhoLeft_COORD_11_151_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getalavancaFerrolhoLeft_COORD_11_151_point_1())) .append(new MFVec3fObject(getalavancaFerrolhoLeft_COORD_11_151_point_2())); return alavancaFerrolhoLeft_COORD_11_151_point; } /** Large attribute array: IndexedFaceSet DEF='barrelReinforcement-FACES' coordIndex field, scene-graph level=9, element #158, 1728 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getbarrelReinforcement_FACES_9_158_coordIndex() { MFInt32Object barrelReinforcement_FACES_9_158_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getbarrelReinforcement_FACES_9_158_coordIndex_1())) .append(new MFInt32Object(getbarrelReinforcement_FACES_9_158_coordIndex_2())); return barrelReinforcement_FACES_9_158_coordIndex; } /** Large attribute array: Coordinate DEF='barrelReinforcement-COORD' point field, scene-graph level=10, element #158, 648 total numbers made up of 216 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 MFVec3fObject getbarrelReinforcement_COORD_10_158_point() { MFVec3fObject barrelReinforcement_COORD_10_158_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getbarrelReinforcement_COORD_10_158_point_1())) .append(new MFVec3fObject(getbarrelReinforcement_COORD_10_158_point_2())) .append(new MFVec3fObject(getbarrelReinforcement_COORD_10_158_point_3())); return barrelReinforcement_COORD_10_158_point; } /** Large attribute array: IndexedFaceSet DEF='trigger-FACES' coordIndex field, scene-graph level=9, element #183, 2672 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 MFInt32Object gettrigger_FACES_9_183_coordIndex() { MFInt32Object trigger_FACES_9_183_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(gettrigger_FACES_9_183_coordIndex_1())) .append(new MFInt32Object(gettrigger_FACES_9_183_coordIndex_2())) .append(new MFInt32Object(gettrigger_FACES_9_183_coordIndex_3())); return trigger_FACES_9_183_coordIndex; } /** Large attribute array: Coordinate DEF='trigger-COORD' point field, scene-graph level=10, element #183, 1008 total numbers made up of 336 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject gettrigger_COORD_10_183_point() { MFVec3fObject trigger_COORD_10_183_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(gettrigger_COORD_10_183_point_1())) .append(new MFVec3fObject(gettrigger_COORD_10_183_point_2())) .append(new MFVec3fObject(gettrigger_COORD_10_183_point_3())) .append(new MFVec3fObject(gettrigger_COORD_10_183_point_4())); return trigger_COORD_10_183_point; } /** Large attribute array: IndexedFaceSet DEF='topHandleBase-FACES' coordIndex field, scene-graph level=9, element #195, 2672 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 MFInt32Object gettopHandleBase_FACES_9_195_coordIndex() { MFInt32Object topHandleBase_FACES_9_195_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(gettopHandleBase_FACES_9_195_coordIndex_1())) .append(new MFInt32Object(gettopHandleBase_FACES_9_195_coordIndex_2())) .append(new MFInt32Object(gettopHandleBase_FACES_9_195_coordIndex_3())); return topHandleBase_FACES_9_195_coordIndex; } /** Large attribute array: Coordinate DEF='topHandleBase-COORD' point field, scene-graph level=10, element #195, 1008 total numbers made up of 336 3-tuple values. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFVec3fObject gettopHandleBase_COORD_10_195_point() { MFVec3fObject topHandleBase_COORD_10_195_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(gettopHandleBase_COORD_10_195_point_1())) .append(new MFVec3fObject(gettopHandleBase_COORD_10_195_point_2())) .append(new MFVec3fObject(gettopHandleBase_COORD_10_195_point_3())) .append(new MFVec3fObject(gettopHandleBase_COORD_10_195_point_4())); return topHandleBase_COORD_10_195_point; } /** Large attribute array: IndexedFaceSet DEF='bottomHandleBase-FACES' coordIndex field, scene-graph level=9, element #201, 2672 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 MFInt32Object getbottomHandleBase_FACES_9_201_coordIndex() { MFInt32Object bottomHandleBase_FACES_9_201_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getbottomHandleBase_FACES_9_201_coordIndex_1())) .append(new MFInt32Object(getbottomHandleBase_FACES_9_201_coordIndex_2())) .append(new MFInt32Object(getbottomHandleBase_FACES_9_201_coordIndex_3())); return bottomHandleBase_FACES_9_201_coordIndex; } /** Large attribute array: Coordinate DEF='bottomHandleBase-COORD' point field, scene-graph level=10, element #201, 1011 total numbers made up of 337 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 MFVec3fObject getbottomHandleBase_COORD_10_201_point() { MFVec3fObject bottomHandleBase_COORD_10_201_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getbottomHandleBase_COORD_10_201_point_1())) .append(new MFVec3fObject(getbottomHandleBase_COORD_10_201_point_2())) .append(new MFVec3fObject(getbottomHandleBase_COORD_10_201_point_3())) .append(new MFVec3fObject(getbottomHandleBase_COORD_10_201_point_4())); return bottomHandleBase_COORD_10_201_point; } /** Large attribute array: IndexedFaceSet DEF='handleRight-FACES' coordIndex field, scene-graph level=9, element #207, 1152 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 MFInt32Object gethandleRight_FACES_9_207_coordIndex() { MFInt32Object handleRight_FACES_9_207_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(gethandleRight_FACES_9_207_coordIndex_1())) .append(new MFInt32Object(gethandleRight_FACES_9_207_coordIndex_2())); return handleRight_FACES_9_207_coordIndex; } /** Large attribute array: Coordinate DEF='handleRight-COORD' point field, scene-graph level=10, element #207, 438 total numbers made up of 146 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 MFVec3fObject gethandleRight_COORD_10_207_point() { MFVec3fObject handleRight_COORD_10_207_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(gethandleRight_COORD_10_207_point_1())) .append(new MFVec3fObject(gethandleRight_COORD_10_207_point_2())); return handleRight_COORD_10_207_point; } /** Large attribute array: IndexedFaceSet DEF='handleLeft-FACES' coordIndex field, scene-graph level=9, element #213, 1152 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 MFInt32Object gethandleLeft_FACES_9_213_coordIndex() { MFInt32Object handleLeft_FACES_9_213_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(gethandleLeft_FACES_9_213_coordIndex_1())) .append(new MFInt32Object(gethandleLeft_FACES_9_213_coordIndex_2())); return handleLeft_FACES_9_213_coordIndex; } /** Large attribute array: Coordinate DEF='handleLeft-COORD' point field, scene-graph level=10, element #213, 438 total numbers made up of 146 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 MFVec3fObject gethandleLeft_COORD_10_213_point() { MFVec3fObject handleLeft_COORD_10_213_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(gethandleLeft_COORD_10_213_point_1())) .append(new MFVec3fObject(gethandleLeft_COORD_10_213_point_2())); return handleLeft_COORD_10_213_point; } /** Large attribute array: IndexedFaceSet DEF='Cylinder08-FACES' coordIndex field, scene-graph level=10, element #225, 864 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getCylinder08_FACES_10_225_coordIndex() { MFInt32Object Cylinder08_FACES_10_225_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getCylinder08_FACES_10_225_coordIndex_1())); return Cylinder08_FACES_10_225_coordIndex; } /** Large attribute array: Coordinate DEF='Cylinder08-COORD' point field, scene-graph level=11, element #225, 333 total numbers made up of 111 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 MFVec3fObject getCylinder08_COORD_11_225_point() { MFVec3fObject Cylinder08_COORD_11_225_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCylinder08_COORD_11_225_point_1())) .append(new MFVec3fObject(getCylinder08_COORD_11_225_point_2())); return Cylinder08_COORD_11_225_point; } /** Large attribute array: IndexedFaceSet DEF='Tube04-FACES' coordIndex field, scene-graph level=10, element #231, 6032 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 MFInt32Object getTube04_FACES_10_231_coordIndex() { MFInt32Object Tube04_FACES_10_231_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTube04_FACES_10_231_coordIndex_1())) .append(new MFInt32Object(getTube04_FACES_10_231_coordIndex_2())) .append(new MFInt32Object(getTube04_FACES_10_231_coordIndex_3())) .append(new MFInt32Object(getTube04_FACES_10_231_coordIndex_4())) .append(new MFInt32Object(getTube04_FACES_10_231_coordIndex_5())) .append(new MFInt32Object(getTube04_FACES_10_231_coordIndex_6())) .append(new MFInt32Object(getTube04_FACES_10_231_coordIndex_7())); return Tube04_FACES_10_231_coordIndex; } /** Large attribute array: Coordinate DEF='Tube04-COORD' point field, scene-graph level=11, element #231, 2271 total numbers made up of 757 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 MFVec3fObject getTube04_COORD_11_231_point() { MFVec3fObject Tube04_COORD_11_231_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTube04_COORD_11_231_point_1())) .append(new MFVec3fObject(getTube04_COORD_11_231_point_2())) .append(new MFVec3fObject(getTube04_COORD_11_231_point_3())) .append(new MFVec3fObject(getTube04_COORD_11_231_point_4())) .append(new MFVec3fObject(getTube04_COORD_11_231_point_5())) .append(new MFVec3fObject(getTube04_COORD_11_231_point_6())) .append(new MFVec3fObject(getTube04_COORD_11_231_point_7())) .append(new MFVec3fObject(getTube04_COORD_11_231_point_8())); return Tube04_COORD_11_231_point; } /** Large attribute array: IndexedFaceSet DEF='Tube05-FACES' coordIndex field, scene-graph level=10, element #238, 6032 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 MFInt32Object getTube05_FACES_10_238_coordIndex() { MFInt32Object Tube05_FACES_10_238_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTube05_FACES_10_238_coordIndex_1())) .append(new MFInt32Object(getTube05_FACES_10_238_coordIndex_2())) .append(new MFInt32Object(getTube05_FACES_10_238_coordIndex_3())) .append(new MFInt32Object(getTube05_FACES_10_238_coordIndex_4())) .append(new MFInt32Object(getTube05_FACES_10_238_coordIndex_5())) .append(new MFInt32Object(getTube05_FACES_10_238_coordIndex_6())) .append(new MFInt32Object(getTube05_FACES_10_238_coordIndex_7())); return Tube05_FACES_10_238_coordIndex; } /** Large attribute array: Coordinate DEF='Tube05-COORD' point field, scene-graph level=11, element #238, 2271 total numbers made up of 757 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 MFVec3fObject getTube05_COORD_11_238_point() { MFVec3fObject Tube05_COORD_11_238_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTube05_COORD_11_238_point_1())) .append(new MFVec3fObject(getTube05_COORD_11_238_point_2())) .append(new MFVec3fObject(getTube05_COORD_11_238_point_3())) .append(new MFVec3fObject(getTube05_COORD_11_238_point_4())) .append(new MFVec3fObject(getTube05_COORD_11_238_point_5())) .append(new MFVec3fObject(getTube05_COORD_11_238_point_6())) .append(new MFVec3fObject(getTube05_COORD_11_238_point_7())) .append(new MFVec3fObject(getTube05_COORD_11_238_point_8())); return Tube05_COORD_11_238_point; } /** Large attribute array: IndexedFaceSet DEF='Cylinder10-FACES' coordIndex field, scene-graph level=10, element #244, 864 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getCylinder10_FACES_10_244_coordIndex() { MFInt32Object Cylinder10_FACES_10_244_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getCylinder10_FACES_10_244_coordIndex_1())); return Cylinder10_FACES_10_244_coordIndex; } /** Large attribute array: Coordinate DEF='Cylinder10-COORD' point field, scene-graph level=11, element #244, 333 total numbers made up of 111 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 MFVec3fObject getCylinder10_COORD_11_244_point() { MFVec3fObject Cylinder10_COORD_11_244_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCylinder10_COORD_11_244_point_1())) .append(new MFVec3fObject(getCylinder10_COORD_11_244_point_2())); return Cylinder10_COORD_11_244_point; } /** Large attribute array: IndexedFaceSet DEF='Tube07-FACES' coordIndex field, scene-graph level=10, element #257, 6032 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 MFInt32Object getTube07_FACES_10_257_coordIndex() { MFInt32Object Tube07_FACES_10_257_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTube07_FACES_10_257_coordIndex_1())) .append(new MFInt32Object(getTube07_FACES_10_257_coordIndex_2())) .append(new MFInt32Object(getTube07_FACES_10_257_coordIndex_3())) .append(new MFInt32Object(getTube07_FACES_10_257_coordIndex_4())) .append(new MFInt32Object(getTube07_FACES_10_257_coordIndex_5())) .append(new MFInt32Object(getTube07_FACES_10_257_coordIndex_6())) .append(new MFInt32Object(getTube07_FACES_10_257_coordIndex_7())); return Tube07_FACES_10_257_coordIndex; } /** Large attribute array: Coordinate DEF='Tube07-COORD' point field, scene-graph level=11, element #257, 2271 total numbers made up of 757 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 MFVec3fObject getTube07_COORD_11_257_point() { MFVec3fObject Tube07_COORD_11_257_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTube07_COORD_11_257_point_1())) .append(new MFVec3fObject(getTube07_COORD_11_257_point_2())) .append(new MFVec3fObject(getTube07_COORD_11_257_point_3())) .append(new MFVec3fObject(getTube07_COORD_11_257_point_4())) .append(new MFVec3fObject(getTube07_COORD_11_257_point_5())) .append(new MFVec3fObject(getTube07_COORD_11_257_point_6())) .append(new MFVec3fObject(getTube07_COORD_11_257_point_7())) .append(new MFVec3fObject(getTube07_COORD_11_257_point_8())); return Tube07_COORD_11_257_point; } /** Large attribute array: IndexedFaceSet DEF='Cylinder12-FACES' coordIndex field, scene-graph level=10, element #263, 864 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getCylinder12_FACES_10_263_coordIndex() { MFInt32Object Cylinder12_FACES_10_263_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getCylinder12_FACES_10_263_coordIndex_1())); return Cylinder12_FACES_10_263_coordIndex; } /** Large attribute array: Coordinate DEF='Cylinder12-COORD' point field, scene-graph level=11, element #263, 333 total numbers made up of 111 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 MFVec3fObject getCylinder12_COORD_11_263_point() { MFVec3fObject Cylinder12_COORD_11_263_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCylinder12_COORD_11_263_point_1())) .append(new MFVec3fObject(getCylinder12_COORD_11_263_point_2())); return Cylinder12_COORD_11_263_point; } /** Large attribute array: IndexedFaceSet DEF='Tube08-FACES' coordIndex field, scene-graph level=10, element #270, 6032 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 MFInt32Object getTube08_FACES_10_270_coordIndex() { MFInt32Object Tube08_FACES_10_270_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTube08_FACES_10_270_coordIndex_1())) .append(new MFInt32Object(getTube08_FACES_10_270_coordIndex_2())) .append(new MFInt32Object(getTube08_FACES_10_270_coordIndex_3())) .append(new MFInt32Object(getTube08_FACES_10_270_coordIndex_4())) .append(new MFInt32Object(getTube08_FACES_10_270_coordIndex_5())) .append(new MFInt32Object(getTube08_FACES_10_270_coordIndex_6())) .append(new MFInt32Object(getTube08_FACES_10_270_coordIndex_7())); return Tube08_FACES_10_270_coordIndex; } /** Large attribute array: Coordinate DEF='Tube08-COORD' point field, scene-graph level=11, element #270, 2271 total numbers made up of 757 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 MFVec3fObject getTube08_COORD_11_270_point() { MFVec3fObject Tube08_COORD_11_270_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTube08_COORD_11_270_point_1())) .append(new MFVec3fObject(getTube08_COORD_11_270_point_2())) .append(new MFVec3fObject(getTube08_COORD_11_270_point_3())) .append(new MFVec3fObject(getTube08_COORD_11_270_point_4())) .append(new MFVec3fObject(getTube08_COORD_11_270_point_5())) .append(new MFVec3fObject(getTube08_COORD_11_270_point_6())) .append(new MFVec3fObject(getTube08_COORD_11_270_point_7())) .append(new MFVec3fObject(getTube08_COORD_11_270_point_8())); return Tube08_COORD_11_270_point; } /** Large attribute array: IndexedFaceSet DEF='Cylinder13-FACES' coordIndex field, scene-graph level=10, element #276, 864 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getCylinder13_FACES_10_276_coordIndex() { MFInt32Object Cylinder13_FACES_10_276_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getCylinder13_FACES_10_276_coordIndex_1())); return Cylinder13_FACES_10_276_coordIndex; } /** Large attribute array: Coordinate DEF='Cylinder13-COORD' point field, scene-graph level=11, element #276, 333 total numbers made up of 111 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 MFVec3fObject getCylinder13_COORD_11_276_point() { MFVec3fObject Cylinder13_COORD_11_276_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCylinder13_COORD_11_276_point_1())) .append(new MFVec3fObject(getCylinder13_COORD_11_276_point_2())); return Cylinder13_COORD_11_276_point; } /** Large attribute array: IndexedFaceSet DEF='Tube09-FACES' coordIndex field, scene-graph level=10, element #283, 6032 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 MFInt32Object getTube09_FACES_10_283_coordIndex() { MFInt32Object Tube09_FACES_10_283_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTube09_FACES_10_283_coordIndex_1())) .append(new MFInt32Object(getTube09_FACES_10_283_coordIndex_2())) .append(new MFInt32Object(getTube09_FACES_10_283_coordIndex_3())) .append(new MFInt32Object(getTube09_FACES_10_283_coordIndex_4())) .append(new MFInt32Object(getTube09_FACES_10_283_coordIndex_5())) .append(new MFInt32Object(getTube09_FACES_10_283_coordIndex_6())) .append(new MFInt32Object(getTube09_FACES_10_283_coordIndex_7())); return Tube09_FACES_10_283_coordIndex; } /** Large attribute array: Coordinate DEF='Tube09-COORD' point field, scene-graph level=11, element #283, 2271 total numbers made up of 757 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 MFVec3fObject getTube09_COORD_11_283_point() { MFVec3fObject Tube09_COORD_11_283_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTube09_COORD_11_283_point_1())) .append(new MFVec3fObject(getTube09_COORD_11_283_point_2())) .append(new MFVec3fObject(getTube09_COORD_11_283_point_3())) .append(new MFVec3fObject(getTube09_COORD_11_283_point_4())) .append(new MFVec3fObject(getTube09_COORD_11_283_point_5())) .append(new MFVec3fObject(getTube09_COORD_11_283_point_6())) .append(new MFVec3fObject(getTube09_COORD_11_283_point_7())) .append(new MFVec3fObject(getTube09_COORD_11_283_point_8())); return Tube09_COORD_11_283_point; } /** Large attribute array: IndexedFaceSet DEF='Cylinder14-FACES' coordIndex field, scene-graph level=10, element #289, 864 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getCylinder14_FACES_10_289_coordIndex() { MFInt32Object Cylinder14_FACES_10_289_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getCylinder14_FACES_10_289_coordIndex_1())); return Cylinder14_FACES_10_289_coordIndex; } /** Large attribute array: Coordinate DEF='Cylinder14-COORD' point field, scene-graph level=11, element #289, 333 total numbers made up of 111 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 MFVec3fObject getCylinder14_COORD_11_289_point() { MFVec3fObject Cylinder14_COORD_11_289_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCylinder14_COORD_11_289_point_1())) .append(new MFVec3fObject(getCylinder14_COORD_11_289_point_2())); return Cylinder14_COORD_11_289_point; } /** Large attribute array: IndexedFaceSet DEF='Tube10-FACES' coordIndex field, scene-graph level=10, element #296, 6032 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 MFInt32Object getTube10_FACES_10_296_coordIndex() { MFInt32Object Tube10_FACES_10_296_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTube10_FACES_10_296_coordIndex_1())) .append(new MFInt32Object(getTube10_FACES_10_296_coordIndex_2())) .append(new MFInt32Object(getTube10_FACES_10_296_coordIndex_3())) .append(new MFInt32Object(getTube10_FACES_10_296_coordIndex_4())) .append(new MFInt32Object(getTube10_FACES_10_296_coordIndex_5())) .append(new MFInt32Object(getTube10_FACES_10_296_coordIndex_6())) .append(new MFInt32Object(getTube10_FACES_10_296_coordIndex_7())); return Tube10_FACES_10_296_coordIndex; } /** Large attribute array: Coordinate DEF='Tube10-COORD' point field, scene-graph level=11, element #296, 2271 total numbers made up of 757 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 MFVec3fObject getTube10_COORD_11_296_point() { MFVec3fObject Tube10_COORD_11_296_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTube10_COORD_11_296_point_1())) .append(new MFVec3fObject(getTube10_COORD_11_296_point_2())) .append(new MFVec3fObject(getTube10_COORD_11_296_point_3())) .append(new MFVec3fObject(getTube10_COORD_11_296_point_4())) .append(new MFVec3fObject(getTube10_COORD_11_296_point_5())) .append(new MFVec3fObject(getTube10_COORD_11_296_point_6())) .append(new MFVec3fObject(getTube10_COORD_11_296_point_7())) .append(new MFVec3fObject(getTube10_COORD_11_296_point_8())); return Tube10_COORD_11_296_point; } /** Large attribute array: IndexedFaceSet DEF='Cylinder15-FACES' coordIndex field, scene-graph level=10, element #302, 864 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getCylinder15_FACES_10_302_coordIndex() { MFInt32Object Cylinder15_FACES_10_302_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getCylinder15_FACES_10_302_coordIndex_1())); return Cylinder15_FACES_10_302_coordIndex; } /** Large attribute array: Coordinate DEF='Cylinder15-COORD' point field, scene-graph level=11, element #302, 333 total numbers made up of 111 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 MFVec3fObject getCylinder15_COORD_11_302_point() { MFVec3fObject Cylinder15_COORD_11_302_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCylinder15_COORD_11_302_point_1())) .append(new MFVec3fObject(getCylinder15_COORD_11_302_point_2())); return Cylinder15_COORD_11_302_point; } /** Large attribute array: IndexedFaceSet DEF='Tube11-FACES' coordIndex field, scene-graph level=10, element #309, 6032 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 MFInt32Object getTube11_FACES_10_309_coordIndex() { MFInt32Object Tube11_FACES_10_309_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTube11_FACES_10_309_coordIndex_1())) .append(new MFInt32Object(getTube11_FACES_10_309_coordIndex_2())) .append(new MFInt32Object(getTube11_FACES_10_309_coordIndex_3())) .append(new MFInt32Object(getTube11_FACES_10_309_coordIndex_4())) .append(new MFInt32Object(getTube11_FACES_10_309_coordIndex_5())) .append(new MFInt32Object(getTube11_FACES_10_309_coordIndex_6())) .append(new MFInt32Object(getTube11_FACES_10_309_coordIndex_7())); return Tube11_FACES_10_309_coordIndex; } /** Large attribute array: Coordinate DEF='Tube11-COORD' point field, scene-graph level=11, element #309, 2271 total numbers made up of 757 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 MFVec3fObject getTube11_COORD_11_309_point() { MFVec3fObject Tube11_COORD_11_309_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTube11_COORD_11_309_point_1())) .append(new MFVec3fObject(getTube11_COORD_11_309_point_2())) .append(new MFVec3fObject(getTube11_COORD_11_309_point_3())) .append(new MFVec3fObject(getTube11_COORD_11_309_point_4())) .append(new MFVec3fObject(getTube11_COORD_11_309_point_5())) .append(new MFVec3fObject(getTube11_COORD_11_309_point_6())) .append(new MFVec3fObject(getTube11_COORD_11_309_point_7())) .append(new MFVec3fObject(getTube11_COORD_11_309_point_8())); return Tube11_COORD_11_309_point; } /** Large attribute array: IndexedFaceSet DEF='Cylinder16-FACES' coordIndex field, scene-graph level=10, element #315, 864 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getCylinder16_FACES_10_315_coordIndex() { MFInt32Object Cylinder16_FACES_10_315_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getCylinder16_FACES_10_315_coordIndex_1())); return Cylinder16_FACES_10_315_coordIndex; } /** Large attribute array: Coordinate DEF='Cylinder16-COORD' point field, scene-graph level=11, element #315, 333 total numbers made up of 111 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 MFVec3fObject getCylinder16_COORD_11_315_point() { MFVec3fObject Cylinder16_COORD_11_315_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCylinder16_COORD_11_315_point_1())) .append(new MFVec3fObject(getCylinder16_COORD_11_315_point_2())); return Cylinder16_COORD_11_315_point; } /** Large attribute array: IndexedFaceSet DEF='Tube12-FACES' coordIndex field, scene-graph level=10, element #322, 6032 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 MFInt32Object getTube12_FACES_10_322_coordIndex() { MFInt32Object Tube12_FACES_10_322_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTube12_FACES_10_322_coordIndex_1())) .append(new MFInt32Object(getTube12_FACES_10_322_coordIndex_2())) .append(new MFInt32Object(getTube12_FACES_10_322_coordIndex_3())) .append(new MFInt32Object(getTube12_FACES_10_322_coordIndex_4())) .append(new MFInt32Object(getTube12_FACES_10_322_coordIndex_5())) .append(new MFInt32Object(getTube12_FACES_10_322_coordIndex_6())) .append(new MFInt32Object(getTube12_FACES_10_322_coordIndex_7())); return Tube12_FACES_10_322_coordIndex; } /** Large attribute array: Coordinate DEF='Tube12-COORD' point field, scene-graph level=11, element #322, 2271 total numbers made up of 757 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 MFVec3fObject getTube12_COORD_11_322_point() { MFVec3fObject Tube12_COORD_11_322_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTube12_COORD_11_322_point_1())) .append(new MFVec3fObject(getTube12_COORD_11_322_point_2())) .append(new MFVec3fObject(getTube12_COORD_11_322_point_3())) .append(new MFVec3fObject(getTube12_COORD_11_322_point_4())) .append(new MFVec3fObject(getTube12_COORD_11_322_point_5())) .append(new MFVec3fObject(getTube12_COORD_11_322_point_6())) .append(new MFVec3fObject(getTube12_COORD_11_322_point_7())) .append(new MFVec3fObject(getTube12_COORD_11_322_point_8())); return Tube12_COORD_11_322_point; } /** Large attribute array: IndexedFaceSet DEF='Cylinder17-FACES' coordIndex field, scene-graph level=10, element #328, 864 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getCylinder17_FACES_10_328_coordIndex() { MFInt32Object Cylinder17_FACES_10_328_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getCylinder17_FACES_10_328_coordIndex_1())); return Cylinder17_FACES_10_328_coordIndex; } /** Large attribute array: Coordinate DEF='Cylinder17-COORD' point field, scene-graph level=11, element #328, 333 total numbers made up of 111 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 MFVec3fObject getCylinder17_COORD_11_328_point() { MFVec3fObject Cylinder17_COORD_11_328_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCylinder17_COORD_11_328_point_1())) .append(new MFVec3fObject(getCylinder17_COORD_11_328_point_2())); return Cylinder17_COORD_11_328_point; } /** Large attribute array: IndexedFaceSet DEF='Tube13-FACES' coordIndex field, scene-graph level=10, element #335, 6032 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 MFInt32Object getTube13_FACES_10_335_coordIndex() { MFInt32Object Tube13_FACES_10_335_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTube13_FACES_10_335_coordIndex_1())) .append(new MFInt32Object(getTube13_FACES_10_335_coordIndex_2())) .append(new MFInt32Object(getTube13_FACES_10_335_coordIndex_3())) .append(new MFInt32Object(getTube13_FACES_10_335_coordIndex_4())) .append(new MFInt32Object(getTube13_FACES_10_335_coordIndex_5())) .append(new MFInt32Object(getTube13_FACES_10_335_coordIndex_6())) .append(new MFInt32Object(getTube13_FACES_10_335_coordIndex_7())); return Tube13_FACES_10_335_coordIndex; } /** Large attribute array: Coordinate DEF='Tube13-COORD' point field, scene-graph level=11, element #335, 2271 total numbers made up of 757 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 MFVec3fObject getTube13_COORD_11_335_point() { MFVec3fObject Tube13_COORD_11_335_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTube13_COORD_11_335_point_1())) .append(new MFVec3fObject(getTube13_COORD_11_335_point_2())) .append(new MFVec3fObject(getTube13_COORD_11_335_point_3())) .append(new MFVec3fObject(getTube13_COORD_11_335_point_4())) .append(new MFVec3fObject(getTube13_COORD_11_335_point_5())) .append(new MFVec3fObject(getTube13_COORD_11_335_point_6())) .append(new MFVec3fObject(getTube13_COORD_11_335_point_7())) .append(new MFVec3fObject(getTube13_COORD_11_335_point_8())); return Tube13_COORD_11_335_point; } /** Large attribute array: IndexedFaceSet DEF='Cylinder18-FACES' coordIndex field, scene-graph level=10, element #341, 864 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getCylinder18_FACES_10_341_coordIndex() { MFInt32Object Cylinder18_FACES_10_341_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getCylinder18_FACES_10_341_coordIndex_1())); return Cylinder18_FACES_10_341_coordIndex; } /** Large attribute array: Coordinate DEF='Cylinder18-COORD' point field, scene-graph level=11, element #341, 333 total numbers made up of 111 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 MFVec3fObject getCylinder18_COORD_11_341_point() { MFVec3fObject Cylinder18_COORD_11_341_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCylinder18_COORD_11_341_point_1())) .append(new MFVec3fObject(getCylinder18_COORD_11_341_point_2())); return Cylinder18_COORD_11_341_point; } /** Large attribute array: IndexedFaceSet DEF='Tube14-FACES' coordIndex field, scene-graph level=10, element #348, 6032 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 MFInt32Object getTube14_FACES_10_348_coordIndex() { MFInt32Object Tube14_FACES_10_348_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTube14_FACES_10_348_coordIndex_1())) .append(new MFInt32Object(getTube14_FACES_10_348_coordIndex_2())) .append(new MFInt32Object(getTube14_FACES_10_348_coordIndex_3())) .append(new MFInt32Object(getTube14_FACES_10_348_coordIndex_4())) .append(new MFInt32Object(getTube14_FACES_10_348_coordIndex_5())) .append(new MFInt32Object(getTube14_FACES_10_348_coordIndex_6())) .append(new MFInt32Object(getTube14_FACES_10_348_coordIndex_7())); return Tube14_FACES_10_348_coordIndex; } /** Large attribute array: Coordinate DEF='Tube14-COORD' point field, scene-graph level=11, element #348, 2271 total numbers made up of 757 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 MFVec3fObject getTube14_COORD_11_348_point() { MFVec3fObject Tube14_COORD_11_348_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTube14_COORD_11_348_point_1())) .append(new MFVec3fObject(getTube14_COORD_11_348_point_2())) .append(new MFVec3fObject(getTube14_COORD_11_348_point_3())) .append(new MFVec3fObject(getTube14_COORD_11_348_point_4())) .append(new MFVec3fObject(getTube14_COORD_11_348_point_5())) .append(new MFVec3fObject(getTube14_COORD_11_348_point_6())) .append(new MFVec3fObject(getTube14_COORD_11_348_point_7())) .append(new MFVec3fObject(getTube14_COORD_11_348_point_8())); return Tube14_COORD_11_348_point; } /** Large attribute array: IndexedFaceSet DEF='Cylinder19-FACES' coordIndex field, scene-graph level=10, element #354, 864 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getCylinder19_FACES_10_354_coordIndex() { MFInt32Object Cylinder19_FACES_10_354_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getCylinder19_FACES_10_354_coordIndex_1())); return Cylinder19_FACES_10_354_coordIndex; } /** Large attribute array: Coordinate DEF='Cylinder19-COORD' point field, scene-graph level=11, element #354, 333 total numbers made up of 111 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 MFVec3fObject getCylinder19_COORD_11_354_point() { MFVec3fObject Cylinder19_COORD_11_354_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCylinder19_COORD_11_354_point_1())) .append(new MFVec3fObject(getCylinder19_COORD_11_354_point_2())); return Cylinder19_COORD_11_354_point; } /** Large attribute array: IndexedFaceSet DEF='extBarrel-FACES' coordIndex field, scene-graph level=9, element #373, 1728 total numbers. * Reassemble split array as single method to improve readability and runnability. * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. * Individual Java methods (including aggregated initializations) are limited to 64KB. * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error */ private MFInt32Object getextBarrel_FACES_9_373_coordIndex() { MFInt32Object extBarrel_FACES_9_373_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getextBarrel_FACES_9_373_coordIndex_1())) .append(new MFInt32Object(getextBarrel_FACES_9_373_coordIndex_2())); return extBarrel_FACES_9_373_coordIndex; } /** Large attribute array: Coordinate DEF='extBarrel-COORD' point field, scene-graph level=10, element #373, 648 total numbers made up of 216 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 MFVec3fObject getextBarrel_COORD_10_373_point() { MFVec3fObject extBarrel_COORD_10_373_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getextBarrel_COORD_10_373_point_1())) .append(new MFVec3fObject(getextBarrel_COORD_10_373_point_2())) .append(new MFVec3fObject(getextBarrel_COORD_10_373_point_3())); return extBarrel_COORD_10_373_point; } /** The initialized model object, created within initialize() method. */ private X3DObject x3dModel; /** Provide a * shallow copy * of the X3D model. * @see X3DObject * @return Mtr50body model */ public X3DObject 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 X3DObject.handleArguments(args) * @see X3DObject.validationReport() * @see CommandLine * @see CommandLine.USAGE * @see ConfigurationProperties */ public static void main(String args[]) { X3DObject thisExampleX3dObject = new Mtr50body().getX3dModel(); 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(X3DObject.FILE_EXTENSION_X3D) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_CLASSICVRML) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_X3DB) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_VRML97) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_EXI) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_GZIP) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_ZIP) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_HTML) || arg.toLowerCase().endsWith(X3DObject.FILE_EXTENSION_XHTML)) { argumentsLoadNewModel = true; fileName = arg; } } } if (argumentsLoadNewModel) System.out.println("WARNING: \"Mtr50body\" 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 thisExampleX3dObject.handleArguments(args); if (validate) { System.out.print("Java program \"Mtr50body\" self-validation test results: "); String validationResults = thisExampleX3dObject.validationReport(); System.out.println(validationResults); } } }