package Savage.AircraftHelicopters.SH60BSeahawkUnitedStates;
/*
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.fields.*;
import org.web3d.x3d.jsail.Geometry3D.*;
import org.web3d.x3d.jsail.Grouping.*;
import org.web3d.x3d.jsail.Navigation.*;
import org.web3d.x3d.jsail.Rendering.*;
import org.web3d.x3d.jsail.Shape.*;
import org.web3d.x3d.jsail.Texturing.*;
// Javadoc annotations follow, see below for source.
/**
*
SH60B Helicopter. Images and drawings are from Federation of American Scientists (FAS) website.
Related links: SH60B.java source, SH60B catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
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 Ryan Ernst, Naval Postgraduate School
*/
public class SH60B
{
/** Default constructor to create this object. */
public SH60B ()
{
initialize();
}
/** Create and initialize the X3D model for this object. */
public final void initialize()
{
x3dModel = new X3DObject().setProfile(X3DObject.PROFILE_INTERCHANGE).setVersion(X3DObject.VERSION_3_0)
.setHead(new headObject()
.addMeta(new metaObject().setName(metaObject.NAME_TITLE ).setContent("SH60B.x3d"))
.addMeta(new metaObject().setName(metaObject.NAME_DESCRIPTION).setContent("SH60B Helicopter. Images and drawings are from Federation of American Scientists (FAS) website."))
.addMeta(new metaObject().setName(metaObject.NAME_CREATED ).setContent("13 September 2004"))
.addMeta(new metaObject().setName(metaObject.NAME_MODIFIED ).setContent("12 January 2014"))
.addMeta(new metaObject().setName(metaObject.NAME_CREATOR ).setContent("Ryan Ernst, Naval Postgraduate School"))
.addMeta(new metaObject().setName("instructor").setContent("Jeff Weekley, Naval Postgraduate School"))
.addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("http://www.fas.org/man/dod-101/sys/ac/sh-60.htm"))
.addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("DDG.jpg"))
.addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("SH-60Bow.jpg"))
.addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("SH-60FiringPenguinASM.jpg"))
.addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("SH-60PortBow.jpg"))
.addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("SH-60PortSide.jpg"))
.addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("SH-60PortTop.jpg"))
.addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("SH-60StarboardSide.jpg"))
.addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("SH-60StarboardTop.jpg"))
.addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("SH60.jpg"))
.addMeta(new metaObject().setName(metaObject.NAME_IDENTIFIER ).setContent("https://savage.nps.edu/Savage/AircraftHelicopters/SH60B-Seahawk-UnitedStates/SH60B.x3d"))
.addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("Model originally created in 3DS Max, exported to VRML, imported into X3D via X3D-Edit"))
.addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("SH60B.max"))
.addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("Tested in Octaga X3D player"))
.addMeta(new metaObject().setName(metaObject.NAME_GENERATOR ).setContent("X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit"))
.addMeta(new metaObject().setName(metaObject.NAME_LICENSE ).setContent("../../license.html")))
.setScene(new SceneObject()
.addComments(" SH60B model. ")
.addChild(new GroupObject("SH60B"))
.addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,1.57f)
.addChild(new GroupObject("Fuselage")
.addChild(new TransformObject().setRotation(-0.57735f,-0.57735f,0.57735f,-2.0944f).setScale(0.061671f,0.061671f,0.061671f).setTranslation(0.058116f,-1.6969f,5.4252f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject("SH60Skin")
.setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(.5882f,.5882f,.5882f).setShininess(.145f))
.setTexture(new ImageTextureObject().setUrl(new String[] {"SH60.jpg","https://savage.nps.edu/Savage/AircraftHelicopters/SH60B-Seahawk-UnitedStates/SH60.jpg"})))
.setGeometry(new IndexedFaceSetObject().setCreaseAngle(3.14f).setCoordIndex(getIndexedFaceSet_7_28_coordIndex()).setTexCoordIndex(getIndexedFaceSet_7_28_texCoordIndex())
.setCoord(new CoordinateObject().setPoint(getCoordinate_8_28_point()))
.setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_8_29_point()))))))
.addChild(new GroupObject("Elevator")
.addChild(new TransformObject().setRotation(-0.57735f,-0.57735f,0.57735f,-2.0944f).setScale(0.061671f,0.061671f,0.061671f).setTranslation(0.058116f,-1.6969f,5.4252f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject().setUSE("SH60Skin"))
.setGeometry(new IndexedFaceSetObject().setCreaseAngle(3.14f).setCoordIndex(new int[] {0,2,3,-1,3,1,0,-1,4,5,7,-1,7,6,4,-1,10,11,13,-1,13,12,10,-1,3,2,6,-1,6,7,3,-1,2,0,4,-1,4,6,2,-1,0,1,9,-1,9,8,0,-1,5,4,8,-1,8,9,5,-1,10,12,14,-1,4,0,8,-1,1,3,11,-1,11,10,1,-1,7,5,12,-1,12,13,7,-1,3,7,13,-1,13,11,3,-1,9,1,10,-1,10,14,9,-1,5,9,14,-1,14,12,5,-1}).setTexCoordIndex(new int[] {14,16,17,-1,17,15,14,-1,3,4,6,-1,6,5,3,-1,9,10,12,-1,12,11,9,-1,2,1,5,-1,5,6,2,-1,1,0,3,-1,3,5,1,-1,14,15,19,-1,19,18,14,-1,4,3,7,-1,7,8,4,-1,9,11,13,-1,3,0,7,-1,15,17,21,-1,21,20,15,-1,6,4,11,-1,11,12,6,-1,2,6,12,-1,12,10,2,-1,19,15,20,-1,20,22,19,-1,4,8,13,-1,13,11,4,-1})
.setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {227.3f,-34.242f,-1.9926f,227.3f,2.4584f,-2.3932f,224.51f,-34.242f,-1.6486f,220.7f,2.4584f,-1.6486f,227.3f,-34.242f,-0.51332f,227.3f,2.4584f,-0.11271f,224.51f,-34.242f,-0.85732f,220.7f,2.4584f,-0.85732f,232.28f,-33.887f,-1.2529f,240.27f,2.4584f,-1.2529f,227.3f,36.588f,-1.9926f,224.51f,36.588f,-1.6486f,227.3f,36.588f,-0.51333f,224.51f,36.588f,-0.85732f,231.82f,35.748f,-1.253f})))
.setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {0.55024f,0.87394f,0.55f,0.87073f,0.50749f,0.86959f,0.55024f,0.87394f,0.50807f,0.87717f,0.55f,0.87073f,0.50749f,0.86959f,0.55027f,0.87969f,0.50921f,0.89207f,0.46885f,0.88018f,0.4686f,0.87697f,0.46885f,0.88018f,0.4686f,0.87697f,0.47021f,0.8853f,0.43353f,0.6842f,0.39122f,0.68904f,0.4339f,0.68742f,0.39209f,0.69665f,0.43247f,0.6785f,0.38951f,0.6741f,0.35187f,0.69354f,0.35224f,0.69676f,0.35225f,0.68822f})))))))
.addChild(new GroupObject("FLIR")
.addChild(new TransformObject().setRotation(-0.57761f,0.57684f,0.57761f,-4.188f).setScale(0.061671f,0.061671f,0.061671f).setTranslation(-0.49858f,-2.4398f,5.2233f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject().setUSE("SH60Skin"))
.setGeometry(new IndexedFaceSetObject().setCreaseAngle(3.14f).setCoordIndex(getIndexedFaceSet_7_42_coordIndex()).setTexCoordIndex(getIndexedFaceSet_7_42_texCoordIndex())
.setCoord(new CoordinateObject().setPoint(getCoordinate_8_42_point()))
.setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_8_43_point()))))))
.addChild(new GroupObject("PortGear")
.addChild(new TransformObject().setRotation(-0.57735f,-0.57735f,0.57735f,-2.0944f).setScale(0.061671f,0.061671f,0.061671f).setTranslation(1.4173f,-2.9357f,1.8481f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject())
.setGeometry(new IndexedFaceSetObject().setColorPerVertex(false).setCreaseAngle(3.14f).setColorIndex(getIndexedFaceSet_7_49_colorIndex()).setCoordIndex(getIndexedFaceSet_7_49_coordIndex()).setTexCoordIndex(new int[] {14,16,17,-1,17,15,14,-1,3,4,6,-1,6,5,3,-1,9,10,12,-1,12,11,9,-1,2,1,5,-1,5,6,2,-1,1,0,3,-1,3,5,1,-1,14,15,19,-1,19,18,14,-1,4,3,7,-1,7,8,4,-1,9,11,13,-1,3,0,7,-1,15,17,21,-1,21,20,15,-1,6,4,11,-1,11,12,6,-1,2,6,12,-1,12,10,2,-1,19,15,20,-1,20,22,19,-1,4,8,13,-1,13,11,4,-1})
.setCoord(new CoordinateObject().setPoint(getCoordinate_8_49_point()))
.setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.588f,0.588f,0.588f,0.588f,0.588f,0.588f,0.588f,0.588f,0.588f,0.8549f,0.85882f,0.81569f,0.011765f,0.011765f,0.011765f,0.64314f,0.61569f,0.57255f})))))))
.addChild(new GroupObject("StbdGear")
.addChild(new TransformObject().setRotation(-0.5784f,0.57682f,-0.57682f,-2.0928f).setScale(0.061671f,0.061671f,0.061671f).setTranslation(-1.2203f,-2.9357f,1.7608f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject())
.setGeometry(new IndexedFaceSetObject().setColorPerVertex(false).setCreaseAngle(3.14f).setColorIndex(getIndexedFaceSet_7_56_colorIndex()).setCoordIndex(getIndexedFaceSet_7_56_coordIndex()).setTexCoordIndex(new int[] {14,16,17,-1,17,15,14,-1,3,4,6,-1,6,5,3,-1,9,10,12,-1,12,11,9,-1,2,1,5,-1,5,6,2,-1,1,0,3,-1,3,5,1,-1,14,15,19,-1,19,18,14,-1,4,3,7,-1,7,8,4,-1,9,11,13,-1,3,0,7,-1,15,17,21,-1,21,20,15,-1,6,4,11,-1,11,12,6,-1,2,6,12,-1,12,10,2,-1,19,15,20,-1,20,22,19,-1,4,8,13,-1,13,11,4,-1})
.setCoord(new CoordinateObject().setPoint(getCoordinate_8_56_point()))
.setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.588f,0.588f,0.588f,0.588f,0.588f,0.588f,0.588f,0.588f,0.588f,0.011765f,0.011765f,0.011765f,0.8549f,0.85882f,0.81569f,0.64314f,0.61569f,0.57255f})))))))
.addChild(new GroupObject("AftGear")
.addChild(new TransformObject().setRotation(-0.57735f,-0.57735f,0.57735f,-2.0944f).setScale(0.034326f,0.034326f,0.034326f).setTranslation(0.44298f,-3.0845f,-3.2329f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject())
.setGeometry(new IndexedFaceSetObject().setColorPerVertex(false).setCreaseAngle(3.14f).setColorIndex(getIndexedFaceSet_7_63_colorIndex()).setCoordIndex(getIndexedFaceSet_7_63_coordIndex()).setTexCoordIndex(new int[] {14,16,17,-1,17,15,14,-1,3,4,6,-1,6,5,3,-1,9,10,12,-1,12,11,9,-1,2,1,5,-1,5,6,2,-1,1,0,3,-1,3,5,1,-1,14,15,19,-1,19,18,14,-1,4,3,7,-1,7,8,4,-1,9,11,13,-1,3,0,7,-1,15,17,21,-1,21,20,15,-1,6,4,11,-1,11,12,6,-1,2,6,12,-1,12,10,2,-1,19,15,20,-1,20,22,19,-1,4,8,13,-1,13,11,4,-1})
.setCoord(new CoordinateObject().setPoint(getCoordinate_8_63_point()))
.setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.588f,0.588f,0.588f,0.588f,0.588f,0.588f,0.588f,0.588f,0.588f,0.011765f,0.011765f,0.011765f,0.8549f,0.85882f,0.81569f,0.64314f,0.61569f,0.57255f})))))))
.addChild(new GroupObject("MAD")
.addChild(new TransformObject().setRotation(-1.0f,0.0f,0.0f,-1.57079f).setScale(0.061671f,0.061671f,0.061671f).setTranslation(-3.0826f,-1.9606f,-2.8801f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject())
.setGeometry(new IndexedFaceSetObject().setColorPerVertex(false).setCreaseAngle(3.14f).setColorIndex(new int[] {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,0,0,0,0,0,0,2,2,2,2,2,2,0,0,0,0,0,0,2,2,2,2,2,2,0,0,0,0,0,0,2,2,2,2,2,2,0,0,0,0,0,0,2,2,2,2,2,2,0,0,0,0,0,0,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,0,0,0,0,0,0,2,2,2,2,2,2,0,0,0,0,0,0,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}).setCoordIndex(getIndexedFaceSet_7_70_coordIndex()).setTexCoordIndex(new int[] {14,16,17,-1,17,15,14,-1,3,4,6,-1,6,5,3,-1,9,10,12,-1,12,11,9,-1,2,1,5,-1,5,6,2,-1,1,0,3,-1,3,5,1,-1,14,15,19,-1,19,18,14,-1,4,3,7,-1,7,8,4,-1,9,11,13,-1,3,0,7,-1,15,17,21,-1,21,20,15,-1,6,4,11,-1,11,12,6,-1,2,6,12,-1,12,10,2,-1,19,15,20,-1,20,22,19,-1,4,8,13,-1,13,11,4,-1})
.setCoord(new CoordinateObject().setPoint(getCoordinate_8_70_point()))
.setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.89804f,0.011765f,0.21961f,0.011765f,0.011765f,0.011765f,0.54118f,0.55294f,0.21176f,0.64314f,0.61569f,0.57255f})))))))
.addChild(new GroupObject("MainRotor")
.addChild(new TransformObject().setRotation(-0.98036f,0.0f,-0.1972f,-3.1416f).setScale(0.061671f,0.061671f,0.061671f).setTranslation(4.058f,-1.5744f,1.4865f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject().setUSE("SH60Skin"))
.setGeometry(new IndexedFaceSetObject().setCreaseAngle(3.14f).setCoordIndex(getIndexedFaceSet_7_77_coordIndex()).setTexCoordIndex(getIndexedFaceSet_7_77_texCoordIndex())
.setCoord(new CoordinateObject().setPoint(getCoordinate_8_77_point()))
.setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_8_78_point()))))))
.addChild(new GroupObject("AftRotor")
.addChild(new TransformObject().setRotation(-0.57735f,-0.57735f,0.57735f,-2.0944f).setScale(0.061671f,0.061671f,0.061671f).setTranslation(0.060677f,0.75892f,-9.2102f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject().setUSE("SH60Skin"))
.setGeometry(new IndexedFaceSetObject().setCreaseAngle(3.14f).setCoordIndex(getIndexedFaceSet_7_84_coordIndex()).setTexCoordIndex(getIndexedFaceSet_7_84_texCoordIndex())
.setCoord(new CoordinateObject().setPoint(getCoordinate_8_84_point()))
.setTexCoord(new TextureCoordinateObject().setPoint(getTextureCoordinate_8_85_point())))))))
.addChild(new ViewpointObject("SH60B-side").setDescription("SH60B side").setPosition(0.0f,0.0f,20.0f)));
}
// end of initialize() method
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_28_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,1,8,9,-1,1,9,2,-1,2,9,10,-1,2,10,3,-1,3,10,11,-1,3,11,4,-1,4,11,12,-1,4,12,5,-1,5,12,13,-1,5,13,6,-1,6,13,0,-1,6,0,7,-1,8,14,15,-1,8,15,9,-1,9,15,16,-1,9,16,10,-1,10,16,17,-1,10,17,11,-1,11,17,18,-1,11,18,12,-1,12,18,19,-1,12,19,13,-1,13,19,20,-1,13,20,0,-1,14,21,22,-1,14,22,15,-1,15,22,23,-1,15,23,16,-1,16,23,24,-1,16,24,17,-1,17,24,25,-1,17,25,18,-1,18,25,26,-1,18,26,19,-1,19,26,27,-1,19,27,20,-1,21,28,29,-1,21,29,22,-1,22,29,30,-1,22,30,23,-1,23,30,31,-1,23,31,24,-1,24,31,32,-1,24,32,25,-1,25,32,33,-1,25,33,26,-1,26,33,34,-1,26,34,27,-1,34,29,28,-1,34,30,29,-1,34,31,30,-1,34,32,31,-1,34,33,32,-1,35,37,38,-1,38,36,35,-1,39,40,42,-1,42,41,39,-1,126,127,129,-1,129,128,126,-1,38,37,41,-1,41,42,38,-1,37,35,39,-1,39,41,37,-1,36,38,44,-1,44,43,36,-1,42,40,45,-1,45,46,42,-1,195,194,196,-1,196,197,195,-1,38,42,46,-1,46,44,38,-1,43,44,45,-1,45,47,43,-1,44,46,45,-1,46,45,47,-1,47,45,46,-1,197,196,198,-1,198,199,197,-1,35,36,49,-1,49,48,35,-1,40,39,50,-1,50,51,40,-1,39,35,48,-1,48,50,39,-1,36,43,52,-1,52,49,36,-1,45,40,51,-1,51,53,45,-1,43,47,54,-1,54,52,43,-1,47,45,53,-1,53,54,47,-1,48,49,56,-1,56,55,48,-1,51,50,57,-1,57,58,51,-1,50,48,55,-1,55,57,50,-1,49,52,59,-1,59,56,49,-1,53,51,58,-1,58,60,53,-1,52,54,61,-1,61,59,52,-1,54,53,60,-1,60,61,54,-1,55,56,63,-1,63,62,55,-1,58,57,64,-1,64,65,58,-1,57,55,62,-1,62,64,57,-1,56,59,66,-1,66,63,56,-1,60,58,65,-1,65,67,60,-1,59,61,68,-1,68,66,59,-1,69,68,61,-1,61,60,67,-1,67,69,61,-1,62,63,71,-1,71,70,62,-1,65,64,72,-1,72,73,65,-1,64,62,70,-1,70,72,64,-1,63,66,74,-1,74,71,63,-1,67,65,73,-1,73,75,67,-1,66,68,76,-1,76,74,66,-1,68,69,77,-1,77,76,68,-1,69,67,75,-1,75,77,69,-1,70,71,79,-1,79,78,70,-1,73,72,80,-1,80,81,73,-1,72,70,78,-1,78,80,72,-1,71,74,82,-1,82,79,71,-1,75,73,81,-1,81,83,75,-1,74,76,84,-1,84,82,74,-1,76,77,85,-1,85,84,76,-1,77,75,83,-1,83,85,77,-1,78,79,87,-1,87,86,78,-1,81,80,88,-1,88,89,81,-1,80,78,86,-1,86,88,80,-1,79,82,90,-1,90,87,79,-1,83,81,89,-1,89,91,83,-1,82,84,92,-1,92,90,82,-1,84,85,93,-1,93,92,84,-1,85,83,91,-1,91,93,85,-1,86,87,95,-1,95,94,86,-1,89,88,96,-1,96,97,89,-1,88,86,94,-1,94,96,88,-1,87,90,98,-1,98,95,87,-1,91,89,97,-1,97,99,91,-1,90,92,100,-1,100,98,90,-1,92,93,101,-1,101,100,92,-1,93,91,99,-1,99,101,93,-1,94,95,103,-1,103,102,94,-1,97,96,104,-1,104,105,97,-1,96,94,102,-1,102,104,96,-1,95,98,106,-1,106,103,95,-1,99,97,105,-1,105,107,99,-1,98,100,108,-1,108,106,98,-1,100,101,109,-1,109,108,100,-1,101,99,107,-1,107,109,101,-1,102,103,111,-1,111,110,102,-1,105,104,112,-1,112,113,105,-1,104,102,110,-1,103,106,114,-1,114,111,103,-1,107,105,113,-1,113,115,107,-1,106,108,116,-1,116,114,106,-1,108,109,117,-1,117,116,108,-1,109,107,115,-1,115,117,109,-1,110,111,119,-1,119,118,110,-1,113,112,120,-1,120,121,113,-1,112,110,118,-1,118,120,112,-1,111,114,122,-1,122,119,111,-1,115,113,121,-1,121,123,115,-1,114,116,124,-1,124,122,114,-1,116,117,125,-1,125,124,116,-1,117,115,123,-1,123,125,117,-1,118,119,127,-1,127,126,118,-1,121,120,128,-1,128,129,121,-1,120,118,126,-1,126,128,120,-1,119,122,130,-1,130,127,119,-1,123,121,129,-1,129,131,123,-1,122,124,132,-1,132,130,122,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_coordIndex_2()
{
int[] value = {124,125,133,-1,133,132,124,-1,125,123,131,-1,131,133,125,-1,134,135,136,-1,136,137,134,-1,138,139,140,-1,140,141,138,-1,142,143,144,-1,144,113,142,-1,143,138,141,-1,113,144,120,-1,120,145,113,-1,144,141,118,-1,118,120,144,-1,118,146,135,-1,135,134,118,-1,145,120,137,-1,137,136,145,-1,120,118,134,-1,134,137,120,-1,200,201,202,-1,202,203,200,-1,151,152,153,-1,153,154,151,-1,155,156,157,-1,157,113,155,-1,156,151,154,-1,113,157,120,-1,120,158,113,-1,118,159,148,-1,148,147,118,-1,158,120,150,-1,150,149,158,-1,200,203,205,-1,205,204,200,-1,118,162,154,-1,118,147,160,-1,120,161,150,-1,162,118,169,-1,169,166,162,-1,118,160,164,-1,164,169,118,-1,204,205,207,-1,207,206,204,-1,161,120,168,-1,168,165,161,-1,166,169,175,-1,175,172,166,-1,168,167,173,-1,173,174,168,-1,169,164,170,-1,170,175,169,-1,206,207,209,-1,209,208,206,-1,172,175,181,-1,181,178,172,-1,174,173,179,-1,179,180,174,-1,175,170,176,-1,176,181,175,-1,208,209,211,-1,211,210,208,-1,171,174,180,-1,180,177,171,-1,178,181,187,-1,187,184,178,-1,180,179,185,-1,185,186,180,-1,181,176,182,-1,182,187,181,-1,210,211,213,-1,213,212,210,-1,177,180,186,-1,186,183,177,-1,157,154,188,-1,154,162,189,-1,189,188,154,-1,163,157,188,-1,188,189,163,-1,162,166,190,-1,190,189,162,-1,167,163,189,-1,189,190,167,-1,166,172,191,-1,191,190,166,-1,173,167,190,-1,190,191,173,-1,172,178,192,-1,192,191,172,-1,179,173,191,-1,191,192,179,-1,178,184,193,-1,193,192,178,-1,185,179,192,-1,192,193,185,-1,127,130,196,-1,196,194,127,-1,131,129,195,-1,195,197,131,-1,130,132,198,-1,198,196,130,-1,132,133,199,-1,199,198,132,-1,133,131,197,-1,197,199,133,-1,147,148,201,-1,201,200,147,-1,148,149,202,-1,202,201,148,-1,150,161,205,-1,205,203,150,-1,160,147,200,-1,200,204,160,-1,164,160,204,-1,204,206,164,-1,161,165,207,-1,207,205,161,-1,170,164,206,-1,206,208,170,-1,165,171,209,-1,209,207,165,-1,176,170,208,-1,208,210,176,-1,171,177,211,-1,211,209,171,-1,182,176,210,-1,210,212,182,-1,177,183,213,-1,213,211,177,-1,184,187,219,-1,219,216,184,-1,186,185,217,-1,217,218,186,-1,187,182,214,-1,214,219,187,-1,183,186,218,-1,218,215,183,-1,212,213,222,-1,222,221,212,-1,185,193,220,-1,220,217,185,-1,193,184,216,-1,216,220,193,-1,182,212,221,-1,221,214,182,-1,213,183,215,-1,215,222,213,-1,216,219,228,-1,228,225,216,-1,219,214,223,-1,223,228,219,-1,215,218,227,-1,227,224,215,-1,217,220,229,-1,229,226,217,-1,220,216,225,-1,225,229,220,-1,214,221,230,-1,230,223,214,-1,221,222,231,-1,231,230,221,-1,222,215,224,-1,224,231,222,-1,225,228,237,-1,237,234,225,-1,227,226,235,-1,235,236,227,-1,228,223,232,-1,232,237,228,-1,224,227,236,-1,236,233,224,-1,226,229,238,-1,238,235,226,-1,229,225,234,-1,234,238,229,-1,223,230,239,-1,239,232,223,-1,230,231,240,-1,240,239,230,-1,231,224,233,-1,233,240,231,-1,234,237,246,-1,246,243,234,-1,236,235,244,-1,244,245,236,-1,237,232,241,-1,241,246,237,-1,233,236,245,-1,245,242,233,-1,235,238,247,-1,247,244,235,-1,238,234,243,-1,243,247,238,-1,232,239,248,-1,248,241,232,-1,239,240,249,-1,249,248,239,-1,240,233,242,-1,242,249,240,-1,243,246,255,-1,255,252,243,-1,245,244,253,-1,253,254,245,-1,246,241,250,-1,250,255,246,-1,242,245,254,-1,254,251,242,-1,244,247,256,-1,256,253,244,-1,247,243,252,-1,252,256,247,-1,241,248,257,-1,257,250,241,-1,248,249,258,-1,258,257,248,-1,249,242,251,-1,251,258,249,-1,252,255,264,-1,264,261,252,-1,254,253,262,-1,262,263,254,-1,255,250,259,-1,259,264,255,-1,251,254,263,-1,263,260,251,-1,253,256,265,-1,265,262,253,-1,256,252,261,-1,261,265,256,-1,250,257,266,-1,266,259,250,-1,257,258,267,-1,267,266,257,-1,258,251,260,-1,260,267,258,-1,261,264,273,-1,273,270,261,-1,263,262,271,-1,271,272,263,-1,264,259,268,-1,268,273,264,-1,260,263,272,-1,272,269,260,-1,262,265,274,-1,274,271,262,-1,265,261,270,-1,270,274,265,-1,259,266,275,-1,275,268,259,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_coordIndex_3()
{
int[] value = {266,267,276,-1,276,275,266,-1,267,260,269,-1,269,276,267,-1,270,273,282,-1,282,279,270,-1,272,271,280,-1,280,281,272,-1,273,268,277,-1,277,282,273,-1,269,272,281,-1,281,278,269,-1,271,274,283,-1,283,280,271,-1,274,270,279,-1,279,283,274,-1,268,275,284,-1,284,277,268,-1,275,276,285,-1,285,284,275,-1,276,269,278,-1,278,285,276,-1,279,282,291,-1,291,288,279,-1,281,280,289,-1,289,290,281,-1,282,277,286,-1,286,291,282,-1,278,281,290,-1,290,287,278,-1,280,283,292,-1,292,289,280,-1,283,279,288,-1,288,292,283,-1,277,284,293,-1,293,286,277,-1,284,285,294,-1,294,293,284,-1,285,278,287,-1,287,294,285,-1,288,291,300,-1,300,297,288,-1,290,289,298,-1,298,299,290,-1,291,286,295,-1,295,300,291,-1,287,290,299,-1,299,296,287,-1,289,292,301,-1,301,298,289,-1,292,288,297,-1,297,301,292,-1,286,293,302,-1,302,295,286,-1,293,294,303,-1,303,302,293,-1,294,287,296,-1,296,303,294,-1,299,298,307,-1,307,308,299,-1,300,295,304,-1,304,309,300,-1,296,299,308,-1,308,305,296,-1,298,301,310,-1,310,307,298,-1,301,297,306,-1,306,310,301,-1,295,302,311,-1,311,304,295,-1,302,303,312,-1,312,311,302,-1,303,296,305,-1,305,312,303,-1,308,307,1,-1,305,308,1,-1,1,0,305,-1,307,310,314,-1,314,1,307,-1,304,311,315,-1,315,313,304,-1,311,312,316,-1,316,315,311,-1,312,305,0,-1,0,316,312,-1,313,315,27,-1,315,316,0,-1,0,27,315,-1,8,1,14,-1,21,14,28,-1,28,313,34,-1,313,27,34,-1,306,28,314,-1,314,310,306,-1,300,306,297,-1,300,309,306,-1,309,28,306,-1,317,319,318,-1,317,320,319,-1,317,321,320,-1,317,322,321,-1,317,323,322,-1,317,324,323,-1,317,325,324,-1,317,326,325,-1,317,327,326,-1,317,328,327,-1,317,329,328,-1,317,330,329,-1,317,331,330,-1,317,332,331,-1,317,333,332,-1,317,334,333,-1,317,335,334,-1,317,318,335,-1,318,337,336,-1,318,319,337,-1,319,338,337,-1,319,320,338,-1,320,339,338,-1,320,321,339,-1,321,340,339,-1,321,322,340,-1,322,341,340,-1,322,323,341,-1,323,342,341,-1,323,324,342,-1,324,343,342,-1,324,325,343,-1,325,344,343,-1,325,326,344,-1,326,345,344,-1,326,327,345,-1,327,346,345,-1,327,328,346,-1,328,347,346,-1,328,329,347,-1,329,348,347,-1,329,330,348,-1,330,349,348,-1,330,331,349,-1,331,350,349,-1,331,332,350,-1,332,351,350,-1,332,333,351,-1,333,352,351,-1,333,334,352,-1,334,353,352,-1,334,335,353,-1,335,336,353,-1,335,318,336,-1,336,355,354,-1,336,337,355,-1,337,356,355,-1,337,338,356,-1,338,357,356,-1,338,339,357,-1,339,358,357,-1,339,340,358,-1,340,359,358,-1,340,341,359,-1,341,360,359,-1,341,342,360,-1,342,361,360,-1,342,343,361,-1,343,362,361,-1,343,344,362,-1,344,363,362,-1,344,345,363,-1,345,364,363,-1,345,346,364,-1,346,365,364,-1,346,347,365,-1,347,366,365,-1,347,348,366,-1,348,367,366,-1,348,349,367,-1,349,368,367,-1,349,350,368,-1,350,369,368,-1,350,351,369,-1,351,370,369,-1,351,352,370,-1,352,371,370,-1,352,353,371,-1,353,354,371,-1,353,336,354,-1,354,373,372,-1,354,355,373,-1,355,374,373,-1,355,356,374,-1,356,375,374,-1,356,357,375,-1,357,376,375,-1,357,358,376,-1,358,377,376,-1,358,359,377,-1,359,378,377,-1,359,360,378,-1,360,379,378,-1,360,361,379,-1,361,380,379,-1,361,362,380,-1,362,381,380,-1,362,363,381,-1,363,382,381,-1,363,364,382,-1,364,383,382,-1,364,365,383,-1,365,384,383,-1,365,366,384,-1,366,385,384,-1,366,367,385,-1,367,386,385,-1,367,368,386,-1,368,387,386,-1,368,369,387,-1,369,388,387,-1,369,370,388,-1,370,389,388,-1,370,371,389,-1,371,372,389,-1,371,354,372,-1,372,391,390,-1,372,373,391,-1,373,392,391,-1,373,374,392,-1,374,393,392,-1,374,375,393,-1,375,394,393,-1,375,376,394,-1,376,395,394,-1,376,377,395,-1,377,396,395,-1,377,378,396,-1,378,397,396,-1,378,379,397,-1,379,398,397,-1,379,380,398,-1,380,399,398,-1,380,381,399,-1,381,400,399,-1,381,382,400,-1,382,401,400,-1,382,383,401,-1,383,402,401,-1,383,384,402,-1,384,403,402,-1,384,385,403,-1,385,404,403,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_coordIndex_4()
{
int[] value = {385,386,404,-1,386,405,404,-1,386,387,405,-1,387,406,405,-1,387,388,406,-1,388,407,406,-1,388,389,407,-1,389,390,407,-1,389,372,390,-1,390,409,408,-1,390,391,409,-1,391,410,409,-1,391,392,410,-1,392,411,410,-1,392,393,411,-1,393,412,411,-1,393,394,412,-1,394,413,412,-1,394,395,413,-1,395,414,413,-1,395,396,414,-1,396,415,414,-1,396,397,415,-1,397,416,415,-1,397,398,416,-1,398,417,416,-1,398,399,417,-1,399,418,417,-1,399,400,418,-1,400,419,418,-1,400,401,419,-1,401,420,419,-1,401,402,420,-1,402,421,420,-1,402,403,421,-1,403,422,421,-1,403,404,422,-1,404,423,422,-1,404,405,423,-1,405,424,423,-1,405,406,424,-1,406,425,424,-1,406,407,425,-1,407,408,425,-1,407,390,408,-1,426,408,409,-1,426,409,410,-1,426,410,411,-1,426,411,412,-1,426,412,413,-1,426,413,414,-1,426,414,415,-1,426,415,416,-1,426,416,417,-1,426,417,418,-1,426,418,419,-1,426,419,420,-1,426,420,421,-1,426,421,422,-1,426,422,423,-1,426,423,424,-1,426,424,425,-1,426,425,408,-1,427,429,428,-1,427,430,429,-1,427,431,430,-1,427,432,431,-1,427,433,432,-1,427,434,433,-1,427,435,434,-1,427,436,435,-1,428,438,437,-1,428,429,438,-1,429,439,438,-1,429,430,439,-1,430,440,439,-1,430,431,440,-1,431,441,440,-1,431,432,441,-1,432,442,441,-1,432,433,442,-1,433,443,442,-1,433,434,443,-1,434,444,443,-1,434,435,444,-1,435,445,444,-1,435,436,445,-1,437,447,446,-1,437,438,447,-1,438,448,447,-1,438,439,448,-1,439,449,448,-1,439,440,449,-1,440,450,449,-1,440,441,450,-1,441,451,450,-1,441,442,451,-1,442,452,451,-1,442,443,452,-1,443,453,452,-1,443,444,453,-1,444,454,453,-1,444,445,454,-1,446,456,455,-1,446,447,456,-1,447,457,456,-1,447,448,457,-1,448,458,457,-1,448,449,458,-1,449,459,458,-1,449,450,459,-1,450,460,459,-1,450,451,460,-1,451,461,460,-1,451,452,461,-1,452,462,461,-1,452,453,462,-1,453,463,462,-1,453,454,463,-1,467,456,464,-1,456,457,464,-1,457,458,464,-1,458,459,464,-1,459,460,464,-1,460,461,464,-1,461,462,464,-1,462,465,464,-1,462,463,465,-1,466,468,464,-1,466,464,465,-1,469,471,470,-1,469,472,471,-1,469,473,472,-1,469,474,473,-1,469,475,474,-1,469,476,475,-1,469,477,476,-1,469,478,477,-1,470,480,479,-1,470,471,480,-1,471,481,480,-1,471,472,481,-1,472,482,481,-1,472,473,482,-1,473,483,482,-1,473,474,483,-1,474,484,483,-1,474,475,484,-1,475,485,484,-1,475,476,485,-1,476,486,485,-1,476,477,486,-1,477,487,486,-1,477,478,487,-1,479,489,488,-1,479,480,489,-1,480,490,489,-1,480,481,490,-1,481,491,490,-1,481,482,491,-1,482,492,491,-1,482,483,492,-1,483,493,492,-1,483,484,493,-1,484,494,493,-1,484,485,494,-1,485,495,494,-1,485,486,495,-1,486,496,495,-1,486,487,496,-1,488,498,497,-1,488,489,498,-1,489,499,498,-1,489,490,499,-1,490,500,499,-1,490,491,500,-1,491,501,500,-1,491,492,501,-1,492,502,501,-1,492,493,502,-1,493,503,502,-1,493,494,503,-1,494,504,503,-1,494,495,504,-1,495,505,504,-1,495,496,505,-1,509,498,506,-1,498,499,506,-1,499,500,506,-1,500,501,506,-1,501,502,506,-1,502,503,506,-1,503,504,506,-1,504,507,506,-1,504,505,507,-1,508,510,506,-1,508,506,507,-1,120,144,163,-1,144,143,188,-1,188,143,141,-1,135,194,201,-1,136,202,195,-1,202,194,195,-1,202,201,194,-1,167,168,163,-1,168,120,163,-1,304,28,309,-1,304,34,28,-1,304,313,34,-1,511,520,519,-1,511,512,520,-1,512,521,520,-1,512,513,521,-1,513,522,521,-1,513,514,522,-1,514,523,522,-1,515,534,533,-1,515,516,534,-1,516,535,534,-1,516,517,535,-1,517,536,535,-1,517,518,536,-1,518,519,536,-1,518,511,519,-1,519,538,537,-1,519,520,538,-1,520,539,538,-1,520,521,539,-1,521,540,539,-1,521,522,540,-1,522,541,540,-1,522,523,541,-1,523,542,541,-1,523,524,542,-1,524,543,542,-1,524,525,543,-1,525,544,543,-1,525,526,544,-1,526,545,544,-1,526,527,545,-1,527,546,545,-1,527,528,546,-1,528,547,546,-1,528,529,547,-1,529,548,547,-1,529,530,548,-1,530,549,548,-1,530,531,549,-1,531,550,549,-1,531,532,550,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_coordIndex_5()
{
int[] value = {532,551,550,-1,532,533,551,-1,533,552,551,-1,533,534,552,-1,534,553,552,-1,534,535,553,-1,535,554,553,-1,535,536,554,-1,536,537,554,-1,536,519,537,-1,537,556,555,-1,537,538,556,-1,538,557,556,-1,538,539,557,-1,539,558,557,-1,539,540,558,-1,540,559,558,-1,540,541,559,-1,541,560,559,-1,541,542,560,-1,542,561,560,-1,542,543,561,-1,543,562,561,-1,543,544,562,-1,544,563,562,-1,544,545,563,-1,545,564,563,-1,545,546,564,-1,546,565,564,-1,546,547,565,-1,547,566,565,-1,547,548,566,-1,548,567,566,-1,548,549,567,-1,549,568,567,-1,549,550,568,-1,550,569,568,-1,550,551,569,-1,551,570,569,-1,551,552,570,-1,552,571,570,-1,552,553,571,-1,553,572,571,-1,553,554,572,-1,554,555,572,-1,554,537,555,-1,573,555,556,-1,573,556,557,-1,573,557,558,-1,573,558,559,-1,573,559,560,-1,573,560,561,-1,573,561,562,-1,573,562,563,-1,573,563,564,-1,573,564,565,-1,573,565,566,-1,573,566,567,-1,573,567,568,-1,573,568,569,-1,573,569,570,-1,573,570,571,-1,573,571,572,-1,573,572,555,-1,574,576,575,-1,574,577,576,-1,574,578,577,-1,574,579,578,-1,574,580,579,-1,574,581,580,-1,574,582,581,-1,574,583,582,-1,574,584,583,-1,574,585,584,-1,574,586,585,-1,574,587,586,-1,574,588,587,-1,574,589,588,-1,574,590,589,-1,574,591,590,-1,574,592,591,-1,574,575,592,-1,575,594,593,-1,575,576,594,-1,576,595,594,-1,576,577,595,-1,577,596,595,-1,577,578,596,-1,578,597,596,-1,578,579,597,-1,579,598,597,-1,579,580,598,-1,580,599,598,-1,580,581,599,-1,581,600,599,-1,581,582,600,-1,582,601,600,-1,582,583,601,-1,583,602,601,-1,583,584,602,-1,584,603,602,-1,584,585,603,-1,585,604,603,-1,585,586,604,-1,586,605,604,-1,586,587,605,-1,587,606,605,-1,587,588,606,-1,588,607,606,-1,588,589,607,-1,589,608,607,-1,589,590,608,-1,590,609,608,-1,590,591,609,-1,591,610,609,-1,591,592,610,-1,592,593,610,-1,592,575,593,-1,596,597,611,-1,597,612,611,-1,597,598,612,-1,598,613,612,-1,598,599,613,-1,599,614,613,-1,599,600,614,-1,600,615,614,-1,600,601,615,-1,601,616,615,-1,601,602,616,-1,602,617,616,-1,602,603,617,-1,603,618,617,-1,603,604,618,-1,604,619,618,-1,604,605,619,-1,605,620,619,-1,605,606,620,-1,621,623,622,-1,621,624,623,-1,621,625,624,-1,621,626,625,-1,621,627,626,-1,621,628,627,-1,621,629,628,-1,621,630,629,-1,621,631,630,-1,621,632,631,-1,621,633,632,-1,621,634,633,-1,621,635,634,-1,621,636,635,-1,621,637,636,-1,621,638,637,-1,621,639,638,-1,621,622,639,-1,622,641,640,-1,622,623,641,-1,623,642,641,-1,623,624,642,-1,624,643,642,-1,624,625,643,-1,625,644,643,-1,625,626,644,-1,626,645,644,-1,626,627,645,-1,627,646,645,-1,627,628,646,-1,628,647,646,-1,628,629,647,-1,629,648,647,-1,629,630,648,-1,630,649,648,-1,630,631,649,-1,631,650,649,-1,631,632,650,-1,632,651,650,-1,632,633,651,-1,633,652,651,-1,633,634,652,-1,634,653,652,-1,634,635,653,-1,635,654,653,-1,635,636,654,-1,636,655,654,-1,636,637,655,-1,637,656,655,-1,637,638,656,-1,638,657,656,-1,638,639,657,-1,639,640,657,-1,639,622,640,-1,640,659,658,-1,640,641,659,-1,641,660,659,-1,641,642,660,-1,642,661,660,-1,642,643,661,-1,643,662,661,-1,643,644,662,-1,644,663,662,-1,644,645,663,-1,645,664,663,-1,645,646,664,-1,646,665,664,-1,646,647,665,-1,647,666,665,-1,647,648,666,-1,648,667,666,-1,648,649,667,-1,649,668,667,-1,649,650,668,-1,650,669,668,-1,650,651,669,-1,651,670,669,-1,651,652,670,-1,652,671,670,-1,652,653,671,-1,653,672,671,-1,653,654,672,-1,654,673,672,-1,654,655,673,-1,655,674,673,-1,655,656,674,-1,656,675,674,-1,656,657,675,-1,657,658,675,-1,657,640,658,-1,658,677,676,-1,658,659,677,-1,659,678,677,-1,659,660,678,-1,660,679,678,-1,660,661,679,-1,661,680,679,-1,661,662,680,-1,662,681,680,-1,662,663,681,-1,663,682,681,-1,663,664,682,-1,664,683,682,-1,664,665,683,-1,665,684,683,-1,665,666,684,-1,666,685,684,-1,666,667,685,-1,667,686,685,-1,667,668,686,-1,668,687,686,-1,668,669,687,-1,669,688,687,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_coordIndex_6()
{
int[] value = {669,670,688,-1,670,689,688,-1,670,671,689,-1,671,690,689,-1,671,672,690,-1,672,691,690,-1,672,673,691,-1,673,692,691,-1,673,674,692,-1,674,693,692,-1,674,675,693,-1,675,676,693,-1,675,658,676,-1,676,695,694,-1,676,677,695,-1,677,696,695,-1,677,678,696,-1,678,697,696,-1,678,679,697,-1,679,698,697,-1,679,680,698,-1,680,699,698,-1,680,681,699,-1,681,700,699,-1,681,682,700,-1,682,701,700,-1,682,683,701,-1,683,702,701,-1,683,684,702,-1,684,703,702,-1,684,685,703,-1,685,704,703,-1,685,686,704,-1,686,705,704,-1,686,687,705,-1,687,706,705,-1,687,688,706,-1,688,707,706,-1,688,689,707,-1,689,708,707,-1,689,690,708,-1,690,709,708,-1,690,691,709,-1,691,710,709,-1,691,692,710,-1,692,711,710,-1,692,693,711,-1,693,694,711,-1,693,676,694,-1,694,713,712,-1,694,695,713,-1,695,714,713,-1,695,696,714,-1,696,715,714,-1,696,697,715,-1,697,716,715,-1,697,698,716,-1,698,717,716,-1,698,699,717,-1,699,718,717,-1,699,700,718,-1,700,719,718,-1,700,701,719,-1,701,720,719,-1,701,702,720,-1,702,721,720,-1,702,703,721,-1,703,722,721,-1,703,704,722,-1,704,723,722,-1,704,705,723,-1,705,724,723,-1,705,706,724,-1,706,725,724,-1,706,707,725,-1,707,726,725,-1,707,708,726,-1,708,727,726,-1,708,709,727,-1,709,728,727,-1,709,710,728,-1,710,729,728,-1,710,711,729,-1,711,712,729,-1,711,694,712,-1,730,712,713,-1,730,713,714,-1,730,714,715,-1,730,715,716,-1,730,716,717,-1,730,717,718,-1,730,718,719,-1,730,719,720,-1,730,720,721,-1,730,721,722,-1,730,722,723,-1,730,723,724,-1,730,724,725,-1,730,725,726,-1,730,726,727,-1,730,727,728,-1,730,728,729,-1,730,729,712,-1,731,733,732,-1,731,734,733,-1,731,735,734,-1,731,736,735,-1,731,737,736,-1,731,738,737,-1,731,739,738,-1,731,740,739,-1,731,741,740,-1,731,742,741,-1,731,743,742,-1,731,744,743,-1,731,745,744,-1,731,746,745,-1,731,747,746,-1,731,748,747,-1,731,749,748,-1,731,732,749,-1,732,751,750,-1,732,733,751,-1,733,752,751,-1,733,734,752,-1,734,753,752,-1,734,735,753,-1,735,754,753,-1,735,736,754,-1,736,755,754,-1,736,737,755,-1,737,756,755,-1,737,738,756,-1,738,757,756,-1,738,739,757,-1,739,758,757,-1,739,740,758,-1,740,759,758,-1,740,741,759,-1,741,760,759,-1,741,742,760,-1,742,761,760,-1,742,743,761,-1,743,762,761,-1,743,744,762,-1,744,763,762,-1,744,745,763,-1,745,764,763,-1,745,746,764,-1,746,765,764,-1,746,747,765,-1,747,766,765,-1,747,748,766,-1,748,767,766,-1,748,749,767,-1,749,750,767,-1,749,732,750,-1,750,769,768,-1,750,751,769,-1,751,770,769,-1,751,752,770,-1,752,771,770,-1,752,753,771,-1,753,772,771,-1,753,754,772,-1,754,773,772,-1,754,755,773,-1,755,774,773,-1,755,756,774,-1,756,775,774,-1,756,757,775,-1,757,776,775,-1,757,758,776,-1,758,777,776,-1,758,759,777,-1,759,778,777,-1,759,760,778,-1,760,779,778,-1,760,761,779,-1,761,780,779,-1,761,762,780,-1,762,781,780,-1,762,763,781,-1,763,782,781,-1,763,764,782,-1,764,783,782,-1,764,765,783,-1,765,784,783,-1,765,766,784,-1,766,785,784,-1,766,767,785,-1,767,768,785,-1,767,750,768,-1,768,787,786,-1,768,769,787,-1,769,788,787,-1,769,770,788,-1,770,789,788,-1,770,771,789,-1,771,790,789,-1,771,772,790,-1,772,791,790,-1,772,773,791,-1,773,792,791,-1,773,774,792,-1,774,793,792,-1,774,775,793,-1,775,794,793,-1,775,776,794,-1,776,795,794,-1,776,777,795,-1,777,796,795,-1,777,778,796,-1,778,797,796,-1,778,779,797,-1,779,798,797,-1,779,780,798,-1,780,799,798,-1,780,781,799,-1,781,800,799,-1,781,782,800,-1,782,801,800,-1,782,783,801,-1,783,802,801,-1,783,784,802,-1,784,803,802,-1,784,785,803,-1,785,786,803,-1,785,768,786,-1,786,805,804,-1,786,787,805,-1,787,806,805,-1,787,788,806,-1,788,807,806,-1,788,789,807,-1,789,808,807,-1,789,790,808,-1,790,809,808,-1,790,791,809,-1,791,810,809,-1,791,792,810,-1,792,811,810,-1,792,793,811,-1,793,812,811,-1,793,794,812,-1,794,813,812,-1,794,795,813,-1,795,814,813,-1,795,796,814,-1,796,815,814,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_coordIndex_7()
{
int[] value = {796,797,815,-1,797,816,815,-1,797,798,816,-1,798,817,816,-1,798,799,817,-1,799,818,817,-1,799,800,818,-1,800,819,818,-1,800,801,819,-1,801,820,819,-1,801,802,820,-1,802,821,820,-1,802,803,821,-1,803,804,821,-1,803,786,804,-1,804,823,822,-1,804,805,823,-1,805,824,823,-1,805,806,824,-1,806,825,824,-1,806,807,825,-1,807,826,825,-1,807,808,826,-1,808,827,826,-1,808,809,827,-1,809,828,827,-1,809,810,828,-1,810,829,828,-1,810,811,829,-1,811,830,829,-1,811,812,830,-1,812,831,830,-1,812,813,831,-1,813,832,831,-1,813,814,832,-1,814,833,832,-1,814,815,833,-1,815,834,833,-1,815,816,834,-1,816,835,834,-1,816,817,835,-1,817,836,835,-1,817,818,836,-1,818,837,836,-1,818,819,837,-1,819,838,837,-1,819,820,838,-1,820,839,838,-1,820,821,839,-1,821,822,839,-1,821,804,822,-1,840,822,823,-1,840,823,824,-1,840,824,825,-1,840,825,826,-1,840,826,827,-1,840,827,828,-1,840,828,829,-1,840,829,830,-1,840,830,831,-1,840,831,832,-1,840,832,833,-1,840,833,834,-1,840,834,835,-1,840,835,836,-1,840,836,837,-1,840,837,838,-1,840,838,839,-1,840,839,822,-1,841,842,843,-1,841,843,844,-1,841,844,845,-1,841,845,846,-1,841,846,847,-1,841,847,848,-1,841,848,849,-1,841,849,850,-1,842,851,852,-1,842,852,843,-1,843,852,853,-1,843,853,844,-1,844,853,854,-1,844,854,845,-1,845,854,855,-1,845,855,846,-1,846,855,856,-1,846,856,847,-1,847,856,857,-1,847,857,848,-1,848,857,858,-1,848,858,849,-1,849,858,859,-1,849,859,850,-1,851,860,861,-1,851,861,852,-1,852,861,862,-1,852,862,853,-1,853,862,863,-1,853,863,854,-1,854,863,864,-1,854,864,855,-1,855,864,865,-1,855,865,856,-1,856,865,866,-1,856,866,857,-1,857,866,867,-1,857,867,858,-1,858,867,868,-1,858,868,859,-1,860,869,870,-1,860,870,861,-1,861,870,871,-1,861,871,862,-1,862,871,872,-1,862,872,863,-1,863,872,873,-1,863,873,864,-1,864,873,874,-1,864,874,865,-1,865,874,875,-1,865,875,866,-1,866,875,876,-1,866,876,867,-1,867,876,877,-1,867,877,868,-1,869,878,879,-1,869,879,870,-1,870,879,880,-1,870,880,871,-1,871,880,881,-1,871,881,872,-1,872,881,882,-1,872,882,873,-1,873,882,883,-1,873,883,874,-1,874,883,884,-1,874,884,875,-1,875,884,885,-1,875,885,876,-1,876,885,886,-1,876,886,877,-1,878,887,888,-1,878,888,879,-1,879,888,889,-1,879,889,880,-1,880,889,890,-1,880,890,881,-1,881,890,891,-1,881,891,882,-1,882,891,892,-1,882,892,883,-1,883,892,893,-1,883,893,884,-1,884,893,894,-1,884,894,885,-1,885,894,895,-1,885,895,886,-1,887,896,897,-1,887,897,888,-1,888,897,898,-1,888,898,889,-1,889,898,899,-1,889,899,890,-1,890,899,900,-1,890,900,891,-1,891,900,901,-1,891,901,892,-1,892,901,902,-1,892,902,893,-1,893,902,903,-1,893,903,894,-1,894,903,904,-1,894,904,895,-1,905,897,896,-1,905,898,897,-1,905,899,898,-1,905,900,899,-1,905,901,900,-1,905,902,901,-1,905,903,902,-1,905,904,903,-1,906,908,907,-1,906,909,908,-1,906,910,909,-1,906,911,910,-1,906,912,911,-1,906,913,912,-1,906,914,913,-1,906,915,914,-1,906,916,915,-1,906,917,916,-1,906,918,917,-1,906,919,918,-1,906,920,919,-1,906,921,920,-1,906,922,921,-1,906,923,922,-1,906,924,923,-1,906,925,924,-1,906,926,925,-1,906,927,926,-1,906,928,927,-1,906,929,928,-1,906,930,929,-1,906,907,930,-1,907,932,931,-1,907,908,932,-1,908,933,932,-1,908,909,933,-1,909,934,933,-1,909,910,934,-1,910,935,934,-1,910,911,935,-1,911,936,935,-1,911,912,936,-1,912,937,936,-1,912,913,937,-1,913,938,937,-1,913,914,938,-1,914,939,938,-1,914,915,939,-1,915,940,939,-1,915,916,940,-1,916,941,940,-1,916,917,941,-1,917,942,941,-1,917,918,942,-1,918,943,942,-1,918,919,943,-1,919,944,943,-1,919,920,944,-1,920,945,944,-1,920,921,945,-1,921,946,945,-1,921,922,946,-1,922,947,946,-1,922,923,947,-1,923,948,947,-1,923,924,948,-1,924,949,948,-1,924,925,949,-1,925,950,949,-1,925,926,950,-1,926,951,950,-1,926,927,951,-1,927,952,951,-1,927,928,952,-1,928,953,952,-1,928,929,953,-1,929,954,953,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_coordIndex_8()
{
int[] value = {929,930,954,-1,930,931,954,-1,930,907,931,-1,931,956,955,-1,931,932,956,-1,932,957,956,-1,932,933,957,-1,933,958,957,-1,933,934,958,-1,934,959,958,-1,934,935,959,-1,935,960,959,-1,935,936,960,-1,936,961,960,-1,936,937,961,-1,937,962,961,-1,937,938,962,-1,938,963,962,-1,938,939,963,-1,939,964,963,-1,939,940,964,-1,940,965,964,-1,940,941,965,-1,941,966,965,-1,941,942,966,-1,942,967,966,-1,942,943,967,-1,943,968,967,-1,943,944,968,-1,944,969,968,-1,944,945,969,-1,945,970,969,-1,945,946,970,-1,946,971,970,-1,946,947,971,-1,947,972,971,-1,947,948,972,-1,948,973,972,-1,948,949,973,-1,949,974,973,-1,949,950,974,-1,950,975,974,-1,950,951,975,-1,951,976,975,-1,951,952,976,-1,952,977,976,-1,952,953,977,-1,953,978,977,-1,953,954,978,-1,954,955,978,-1,954,931,955,-1,955,980,979,-1,955,956,980,-1,956,981,980,-1,956,957,981,-1,957,982,981,-1,957,958,982,-1,958,983,982,-1,958,959,983,-1,959,984,983,-1,959,960,984,-1,960,985,984,-1,960,961,985,-1,961,986,985,-1,961,962,986,-1,962,987,986,-1,962,963,987,-1,963,988,987,-1,963,964,988,-1,964,989,988,-1,964,965,989,-1,965,990,989,-1,965,966,990,-1,966,991,990,-1,966,967,991,-1,967,992,991,-1,967,968,992,-1,968,993,992,-1,968,969,993,-1,969,994,993,-1,969,970,994,-1,970,995,994,-1,970,971,995,-1,971,996,995,-1,971,972,996,-1,972,997,996,-1,972,973,997,-1,973,998,997,-1,973,974,998,-1,974,999,998,-1,974,975,999,-1,975,1000,999,-1,975,976,1000,-1,976,1001,1000,-1,976,977,1001,-1,977,1002,1001,-1,977,978,1002,-1,978,979,1002,-1,978,955,979,-1,979,1004,1003,-1,979,980,1004,-1,980,1005,1004,-1,980,981,1005,-1,981,1006,1005,-1,981,982,1006,-1,982,1007,1006,-1,982,983,1007,-1,983,1008,1007,-1,983,984,1008,-1,984,1009,1008,-1,984,985,1009,-1,985,1010,1009,-1,985,986,1010,-1,986,1011,1010,-1,986,987,1011,-1,987,1012,1011,-1,987,988,1012,-1,988,1013,1012,-1,988,989,1013,-1,989,1014,1013,-1,989,990,1014,-1,990,1015,1014,-1,990,991,1015,-1,991,1016,1015,-1,991,992,1016,-1,992,1017,1016,-1,992,993,1017,-1,993,1018,1017,-1,993,994,1018,-1,994,1019,1018,-1,994,995,1019,-1,995,1020,1019,-1,995,996,1020,-1,996,1021,1020,-1,996,997,1021,-1,997,1022,1021,-1,997,998,1022,-1,998,1023,1022,-1,998,999,1023,-1,999,1024,1023,-1,999,1000,1024,-1,1000,1025,1024,-1,1000,1001,1025,-1,1001,1026,1025,-1,1001,1002,1026,-1,1002,1003,1026,-1,1002,979,1003,-1,1003,1028,1027,-1,1003,1004,1028,-1,1004,1029,1028,-1,1004,1005,1029,-1,1005,1030,1029,-1,1005,1006,1030,-1,1006,1031,1030,-1,1006,1007,1031,-1,1007,1032,1031,-1,1007,1008,1032,-1,1008,1033,1032,-1,1008,1009,1033,-1,1009,1034,1033,-1,1009,1010,1034,-1,1010,1035,1034,-1,1010,1011,1035,-1,1011,1036,1035,-1,1011,1012,1036,-1,1012,1037,1036,-1,1012,1013,1037,-1,1013,1038,1037,-1,1013,1014,1038,-1,1014,1039,1038,-1,1014,1015,1039,-1,1015,1040,1039,-1,1015,1016,1040,-1,1016,1041,1040,-1,1016,1017,1041,-1,1017,1042,1041,-1,1017,1018,1042,-1,1018,1043,1042,-1,1018,1019,1043,-1,1019,1044,1043,-1,1019,1020,1044,-1,1020,1045,1044,-1,1020,1021,1045,-1,1021,1046,1045,-1,1021,1022,1046,-1,1022,1047,1046,-1,1022,1023,1047,-1,1023,1048,1047,-1,1023,1024,1048,-1,1024,1049,1048,-1,1024,1025,1049,-1,1025,1050,1049,-1,1025,1026,1050,-1,1026,1027,1050,-1,1026,1003,1027,-1,1051,1027,1028,-1,1051,1028,1029,-1,1051,1029,1030,-1,1051,1030,1031,-1,1051,1031,1032,-1,1051,1032,1033,-1,1051,1033,1034,-1,1051,1034,1035,-1,1051,1035,1036,-1,1051,1036,1037,-1,1051,1037,1038,-1,1051,1038,1039,-1,1051,1039,1040,-1,1051,1040,1041,-1,1051,1041,1042,-1,1051,1042,1043,-1,1051,1043,1044,-1,1051,1044,1045,-1,1051,1045,1046,-1,1051,1046,1047,-1,1051,1047,1048,-1,1051,1048,1049,-1,1051,1049,1050,-1,1051,1050,1027,-1,1052,1054,1053,-1,1052,1055,1054,-1,1052,1056,1055,-1,1052,1057,1056,-1,1052,1058,1057,-1,1052,1059,1058,-1,1052,1060,1059,-1,1052,1061,1060,-1,1052,1062,1061,-1,1052,1063,1062,-1,1052,1064,1063,-1,1052,1065,1064,-1,1052,1066,1065,-1,1052,1067,1066,-1,1052,1068,1067,-1,1052,1069,1068,-1,1052,1070,1069,-1,1052,1053,1070,-1,1053,1072,1071,-1,1053,1054,1072,-1,1054,1073,1072,-1,1054,1055,1073,-1,1055,1074,1073,-1,1055,1056,1074,-1,1056,1075,1074,-1,1056,1057,1075,-1,1057,1076,1075,-1,1057,1058,1076,-1,1058,1077,1076,-1,1058,1059,1077,-1,1059,1078,1077,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_coordIndex_9()
{
int[] value = {1059,1060,1078,-1,1060,1079,1078,-1,1060,1061,1079,-1,1061,1080,1079,-1,1061,1062,1080,-1,1062,1081,1080,-1,1062,1063,1081,-1,1063,1082,1081,-1,1063,1064,1082,-1,1064,1083,1082,-1,1064,1065,1083,-1,1065,1084,1083,-1,1065,1066,1084,-1,1066,1085,1084,-1,1066,1067,1085,-1,1067,1086,1085,-1,1067,1068,1086,-1,1068,1087,1086,-1,1068,1069,1087,-1,1069,1088,1087,-1,1069,1070,1088,-1,1070,1071,1088,-1,1070,1053,1071,-1,1071,1090,1089,-1,1071,1072,1090,-1,1072,1091,1090,-1,1072,1073,1091,-1,1073,1092,1091,-1,1073,1074,1092,-1,1074,1093,1092,-1,1074,1075,1093,-1,1075,1094,1093,-1,1075,1076,1094,-1,1076,1095,1094,-1,1076,1077,1095,-1,1077,1096,1095,-1,1077,1078,1096,-1,1078,1097,1096,-1,1078,1079,1097,-1,1079,1098,1097,-1,1079,1080,1098,-1,1080,1099,1098,-1,1080,1081,1099,-1,1081,1100,1099,-1,1081,1082,1100,-1,1082,1101,1100,-1,1082,1083,1101,-1,1083,1102,1101,-1,1083,1084,1102,-1,1084,1103,1102,-1,1084,1085,1103,-1,1085,1104,1103,-1,1085,1086,1104,-1,1086,1105,1104,-1,1086,1087,1105,-1,1087,1106,1105,-1,1087,1088,1106,-1,1088,1089,1106,-1,1088,1071,1089,-1,1089,1108,1107,-1,1089,1090,1108,-1,1090,1109,1108,-1,1090,1091,1109,-1,1091,1110,1109,-1,1091,1092,1110,-1,1092,1111,1110,-1,1092,1093,1111,-1,1093,1112,1111,-1,1093,1094,1112,-1,1094,1113,1112,-1,1094,1095,1113,-1,1095,1114,1113,-1,1095,1096,1114,-1,1096,1115,1114,-1,1096,1097,1115,-1,1097,1116,1115,-1,1097,1098,1116,-1,1098,1117,1116,-1,1098,1099,1117,-1,1099,1118,1117,-1,1099,1100,1118,-1,1100,1119,1118,-1,1100,1101,1119,-1,1101,1120,1119,-1,1101,1102,1120,-1,1102,1121,1120,-1,1102,1103,1121,-1,1103,1122,1121,-1,1103,1104,1122,-1,1104,1123,1122,-1,1104,1105,1123,-1,1105,1124,1123,-1,1105,1106,1124,-1,1106,1107,1124,-1,1106,1089,1107,-1,1107,1126,1125,-1,1107,1108,1126,-1,1108,1127,1126,-1,1108,1109,1127,-1,1109,1128,1127,-1,1109,1110,1128,-1,1110,1129,1128,-1,1110,1111,1129,-1,1111,1130,1129,-1,1111,1112,1130,-1,1112,1131,1130,-1,1112,1113,1131,-1,1113,1132,1131,-1,1113,1114,1132,-1,1114,1133,1132,-1,1114,1115,1133,-1,1115,1134,1133,-1,1115,1116,1134,-1,1116,1135,1134,-1,1116,1117,1135,-1,1117,1136,1135,-1,1117,1118,1136,-1,1118,1137,1136,-1,1118,1119,1137,-1,1119,1138,1137,-1,1119,1120,1138,-1,1120,1139,1138,-1,1120,1121,1139,-1,1121,1140,1139,-1,1121,1122,1140,-1,1122,1141,1140,-1,1122,1123,1141,-1,1123,1142,1141,-1,1123,1124,1142,-1,1124,1125,1142,-1,1124,1107,1125,-1,1125,1144,1143,-1,1125,1126,1144,-1,1126,1145,1144,-1,1126,1127,1145,-1,1127,1146,1145,-1,1127,1128,1146,-1,1128,1147,1146,-1,1128,1129,1147,-1,1129,1148,1147,-1,1129,1130,1148,-1,1130,1149,1148,-1,1130,1131,1149,-1,1131,1150,1149,-1,1131,1132,1150,-1,1132,1151,1150,-1,1132,1133,1151,-1,1133,1152,1151,-1,1133,1134,1152,-1,1134,1153,1152,-1,1134,1135,1153,-1,1135,1154,1153,-1,1135,1136,1154,-1,1136,1155,1154,-1,1136,1137,1155,-1,1137,1156,1155,-1,1137,1138,1156,-1,1138,1157,1156,-1,1138,1139,1157,-1,1139,1158,1157,-1,1139,1140,1158,-1,1140,1159,1158,-1,1140,1141,1159,-1,1141,1160,1159,-1,1141,1142,1160,-1,1142,1143,1160,-1,1142,1125,1143,-1,1161,1143,1144,-1,1161,1144,1145,-1,1161,1145,1146,-1,1161,1146,1147,-1,1161,1147,1148,-1,1161,1148,1149,-1,1161,1149,1150,-1,1161,1150,1151,-1,1161,1151,1152,-1,1161,1152,1153,-1,1161,1153,1154,-1,1161,1154,1155,-1,1161,1155,1156,-1,1161,1156,1157,-1,1161,1157,1158,-1,1161,1158,1159,-1,1161,1159,1160,-1,1161,1160,1143,-1,1162,1164,1163,-1,1162,1165,1164,-1,1162,1166,1165,-1,1162,1167,1166,-1,1162,1168,1167,-1,1162,1169,1168,-1,1162,1170,1169,-1,1162,1171,1170,-1,1162,1172,1171,-1,1162,1173,1172,-1,1162,1174,1173,-1,1162,1175,1174,-1,1162,1176,1175,-1,1162,1177,1176,-1,1162,1178,1177,-1,1162,1179,1178,-1,1162,1180,1179,-1,1162,1181,1180,-1,1162,1182,1181,-1,1162,1183,1182,-1,1162,1184,1183,-1,1162,1185,1184,-1,1162,1186,1185,-1,1162,1163,1186,-1,1163,1188,1187,-1,1163,1164,1188,-1,1164,1189,1188,-1,1164,1165,1189,-1,1165,1190,1189,-1,1165,1166,1190,-1,1166,1191,1190,-1,1166,1167,1191,-1,1167,1192,1191,-1,1167,1168,1192,-1,1168,1193,1192,-1,1168,1169,1193,-1,1169,1194,1193,-1,1169,1170,1194,-1,1170,1195,1194,-1,1170,1171,1195,-1,1171,1196,1195,-1,1171,1172,1196,-1,1172,1197,1196,-1,1172,1173,1197,-1,1173,1198,1197,-1,1173,1174,1198,-1,1174,1199,1198,-1,1174,1175,1199,-1,1175,1200,1199,-1,1175,1176,1200,-1,1176,1201,1200,-1,1176,1177,1201,-1,1177,1202,1201,-1,1177,1178,1202,-1,1178,1203,1202,-1,1178,1179,1203,-1,1179,1204,1203,-1,1179,1180,1204,-1,1180,1205,1204,-1,1180,1181,1205,-1,1181,1206,1205,-1,1181,1182,1206,-1,1182,1207,1206,-1,1182,1183,1207,-1,1183,1208,1207,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_coordIndex_10()
{
int[] value = {1183,1184,1208,-1,1184,1209,1208,-1,1184,1185,1209,-1,1185,1210,1209,-1,1185,1186,1210,-1,1186,1187,1210,-1,1186,1163,1187,-1,1187,1212,1211,-1,1187,1188,1212,-1,1188,1213,1212,-1,1188,1189,1213,-1,1189,1214,1213,-1,1189,1190,1214,-1,1190,1215,1214,-1,1190,1191,1215,-1,1191,1216,1215,-1,1191,1192,1216,-1,1192,1217,1216,-1,1192,1193,1217,-1,1193,1218,1217,-1,1193,1194,1218,-1,1194,1219,1218,-1,1194,1195,1219,-1,1195,1220,1219,-1,1195,1196,1220,-1,1196,1221,1220,-1,1196,1197,1221,-1,1197,1222,1221,-1,1197,1198,1222,-1,1198,1223,1222,-1,1198,1199,1223,-1,1199,1224,1223,-1,1199,1200,1224,-1,1200,1225,1224,-1,1200,1201,1225,-1,1201,1226,1225,-1,1201,1202,1226,-1,1202,1227,1226,-1,1202,1203,1227,-1,1203,1228,1227,-1,1203,1204,1228,-1,1204,1229,1228,-1,1204,1205,1229,-1,1205,1230,1229,-1,1205,1206,1230,-1,1206,1231,1230,-1,1206,1207,1231,-1,1207,1232,1231,-1,1207,1208,1232,-1,1208,1233,1232,-1,1208,1209,1233,-1,1209,1234,1233,-1,1209,1210,1234,-1,1210,1211,1234,-1,1210,1187,1211,-1,1211,1236,1235,-1,1211,1212,1236,-1,1212,1237,1236,-1,1212,1213,1237,-1,1213,1238,1237,-1,1213,1214,1238,-1,1214,1239,1238,-1,1214,1215,1239,-1,1215,1240,1239,-1,1215,1216,1240,-1,1216,1241,1240,-1,1216,1217,1241,-1,1217,1242,1241,-1,1217,1218,1242,-1,1218,1243,1242,-1,1218,1219,1243,-1,1219,1244,1243,-1,1219,1220,1244,-1,1220,1245,1244,-1,1220,1221,1245,-1,1221,1246,1245,-1,1221,1222,1246,-1,1222,1247,1246,-1,1222,1223,1247,-1,1223,1248,1247,-1,1223,1224,1248,-1,1224,1249,1248,-1,1224,1225,1249,-1,1225,1250,1249,-1,1225,1226,1250,-1,1226,1251,1250,-1,1226,1227,1251,-1,1227,1252,1251,-1,1227,1228,1252,-1,1228,1253,1252,-1,1228,1229,1253,-1,1229,1254,1253,-1,1229,1230,1254,-1,1230,1255,1254,-1,1230,1231,1255,-1,1231,1256,1255,-1,1231,1232,1256,-1,1232,1257,1256,-1,1232,1233,1257,-1,1233,1258,1257,-1,1233,1234,1258,-1,1234,1235,1258,-1,1234,1211,1235,-1,1235,1260,1259,-1,1235,1236,1260,-1,1236,1261,1260,-1,1236,1237,1261,-1,1237,1262,1261,-1,1237,1238,1262,-1,1238,1263,1262,-1,1238,1239,1263,-1,1239,1264,1263,-1,1239,1240,1264,-1,1240,1265,1264,-1,1240,1241,1265,-1,1241,1266,1265,-1,1241,1242,1266,-1,1242,1267,1266,-1,1242,1243,1267,-1,1243,1268,1267,-1,1243,1244,1268,-1,1244,1269,1268,-1,1244,1245,1269,-1,1245,1270,1269,-1,1245,1246,1270,-1,1246,1271,1270,-1,1246,1247,1271,-1,1247,1272,1271,-1,1247,1248,1272,-1,1248,1273,1272,-1,1248,1249,1273,-1,1249,1274,1273,-1,1249,1250,1274,-1,1250,1275,1274,-1,1250,1251,1275,-1,1251,1276,1275,-1,1251,1252,1276,-1,1252,1277,1276,-1,1252,1253,1277,-1,1253,1278,1277,-1,1253,1254,1278,-1,1254,1279,1278,-1,1254,1255,1279,-1,1255,1280,1279,-1,1255,1256,1280,-1,1256,1281,1280,-1,1256,1257,1281,-1,1257,1282,1281,-1,1257,1258,1282,-1,1258,1259,1282,-1,1258,1235,1259,-1,1259,1284,1283,-1,1259,1260,1284,-1,1260,1285,1284,-1,1260,1261,1285,-1,1261,1286,1285,-1,1261,1262,1286,-1,1262,1287,1286,-1,1262,1263,1287,-1,1263,1288,1287,-1,1263,1264,1288,-1,1264,1289,1288,-1,1264,1265,1289,-1,1265,1290,1289,-1,1265,1266,1290,-1,1266,1291,1290,-1,1266,1267,1291,-1,1267,1292,1291,-1,1267,1268,1292,-1,1268,1293,1292,-1,1268,1269,1293,-1,1269,1294,1293,-1,1269,1270,1294,-1,1270,1295,1294,-1,1270,1271,1295,-1,1271,1296,1295,-1,1271,1272,1296,-1,1272,1297,1296,-1,1272,1273,1297,-1,1273,1298,1297,-1,1273,1274,1298,-1,1274,1299,1298,-1,1274,1275,1299,-1,1275,1300,1299,-1,1275,1276,1300,-1,1276,1301,1300,-1,1276,1277,1301,-1,1277,1302,1301,-1,1277,1278,1302,-1,1278,1303,1302,-1,1278,1279,1303,-1,1279,1304,1303,-1,1279,1280,1304,-1,1280,1305,1304,-1,1280,1281,1305,-1,1281,1306,1305,-1,1281,1282,1306,-1,1282,1283,1306,-1,1282,1259,1283,-1,1307,1283,1284,-1,1307,1284,1285,-1,1307,1285,1286,-1,1307,1286,1287,-1,1307,1287,1288,-1,1307,1288,1289,-1,1307,1289,1290,-1,1307,1290,1291,-1,1307,1291,1292,-1,1307,1292,1293,-1,1307,1293,1294,-1,1307,1294,1295,-1,1307,1295,1296,-1,1307,1296,1297,-1,1307,1297,1298,-1,1307,1298,1299,-1,1307,1299,1300,-1,1307,1300,1301,-1,1307,1301,1302,-1,1307,1302,1303,-1,1307,1303,1304,-1,1307,1304,1305,-1,1307,1305,1306,-1,1307,1306,1283,-1,1308,1310,1309,-1,1308,1311,1310,-1,1308,1312,1311,-1,1308,1313,1312,-1,1308,1314,1313,-1,1308,1315,1314,-1,1308,1316,1315,-1,1308,1317,1316,-1,1308,1318,1317,-1,1308,1319,1318,-1,1308,1320,1319,-1,1308,1321,1320,-1,1308,1322,1321,-1,1308,1323,1322,-1,1308,1324,1323,-1,1308,1325,1324,-1,1308,1326,1325,-1,1308,1309,1326,-1,1309,1328,1327,-1,1309,1310,1328,-1,1310,1329,1328,-1,1310,1311,1329,-1,1311,1330,1329,-1,1311,1312,1330,-1,1312,1331,1330,-1,1312,1313,1331,-1,1313,1332,1331,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_coordIndex_11()
{
int[] value = {1313,1314,1332,-1,1314,1333,1332,-1,1314,1315,1333,-1,1315,1334,1333,-1,1315,1316,1334,-1,1316,1335,1334,-1,1316,1317,1335,-1,1317,1336,1335,-1,1317,1318,1336,-1,1318,1337,1336,-1,1318,1319,1337,-1,1319,1338,1337,-1,1319,1320,1338,-1,1320,1339,1338,-1,1320,1321,1339,-1,1321,1340,1339,-1,1321,1322,1340,-1,1322,1341,1340,-1,1322,1323,1341,-1,1323,1342,1341,-1,1323,1324,1342,-1,1324,1343,1342,-1,1324,1325,1343,-1,1325,1344,1343,-1,1325,1326,1344,-1,1326,1327,1344,-1,1326,1309,1327,-1,1327,1346,1345,-1,1327,1328,1346,-1,1328,1347,1346,-1,1328,1329,1347,-1,1329,1348,1347,-1,1329,1330,1348,-1,1330,1349,1348,-1,1330,1331,1349,-1,1331,1350,1349,-1,1331,1332,1350,-1,1332,1351,1350,-1,1332,1333,1351,-1,1333,1352,1351,-1,1333,1334,1352,-1,1334,1353,1352,-1,1334,1335,1353,-1,1335,1354,1353,-1,1335,1336,1354,-1,1336,1355,1354,-1,1336,1337,1355,-1,1337,1356,1355,-1,1337,1338,1356,-1,1338,1357,1356,-1,1338,1339,1357,-1,1339,1358,1357,-1,1339,1340,1358,-1,1340,1359,1358,-1,1340,1341,1359,-1,1341,1360,1359,-1,1341,1342,1360,-1,1342,1361,1360,-1,1342,1343,1361,-1,1343,1362,1361,-1,1343,1344,1362,-1,1344,1345,1362,-1,1344,1327,1345,-1,1345,1364,1363,-1,1345,1346,1364,-1,1346,1365,1364,-1,1346,1347,1365,-1,1347,1366,1365,-1,1347,1348,1366,-1,1348,1367,1366,-1,1348,1349,1367,-1,1349,1368,1367,-1,1349,1350,1368,-1,1350,1369,1368,-1,1350,1351,1369,-1,1351,1370,1369,-1,1351,1352,1370,-1,1352,1371,1370,-1,1352,1353,1371,-1,1353,1372,1371,-1,1353,1354,1372,-1,1354,1373,1372,-1,1354,1355,1373,-1,1355,1374,1373,-1,1355,1356,1374,-1,1356,1375,1374,-1,1356,1357,1375,-1,1357,1376,1375,-1,1357,1358,1376,-1,1358,1377,1376,-1,1358,1359,1377,-1,1359,1378,1377,-1,1359,1360,1378,-1,1360,1379,1378,-1,1360,1361,1379,-1,1361,1380,1379,-1,1361,1362,1380,-1,1362,1363,1380,-1,1362,1345,1363,-1,1363,1382,1381,-1,1363,1364,1382,-1,1364,1383,1382,-1,1364,1365,1383,-1,1365,1384,1383,-1,1365,1366,1384,-1,1366,1385,1384,-1,1366,1367,1385,-1,1367,1386,1385,-1,1367,1368,1386,-1,1368,1387,1386,-1,1368,1369,1387,-1,1369,1388,1387,-1,1369,1370,1388,-1,1370,1389,1388,-1,1370,1371,1389,-1,1371,1390,1389,-1,1371,1372,1390,-1,1372,1391,1390,-1,1372,1373,1391,-1,1373,1392,1391,-1,1373,1374,1392,-1,1374,1393,1392,-1,1374,1375,1393,-1,1375,1394,1393,-1,1375,1376,1394,-1,1376,1395,1394,-1,1376,1377,1395,-1,1377,1396,1395,-1,1377,1378,1396,-1,1378,1397,1396,-1,1378,1379,1397,-1,1379,1398,1397,-1,1379,1380,1398,-1,1380,1381,1398,-1,1380,1363,1381,-1,1381,1400,1399,-1,1381,1382,1400,-1,1382,1401,1400,-1,1382,1383,1401,-1,1383,1402,1401,-1,1383,1384,1402,-1,1384,1403,1402,-1,1384,1385,1403,-1,1385,1404,1403,-1,1385,1386,1404,-1,1386,1405,1404,-1,1386,1387,1405,-1,1387,1406,1405,-1,1387,1388,1406,-1,1388,1407,1406,-1,1388,1389,1407,-1,1389,1408,1407,-1,1389,1390,1408,-1,1390,1409,1408,-1,1390,1391,1409,-1,1391,1410,1409,-1,1391,1392,1410,-1,1392,1411,1410,-1,1392,1393,1411,-1,1393,1412,1411,-1,1393,1394,1412,-1,1394,1413,1412,-1,1394,1395,1413,-1,1395,1414,1413,-1,1395,1396,1414,-1,1396,1415,1414,-1,1396,1397,1415,-1,1397,1416,1415,-1,1397,1398,1416,-1,1398,1399,1416,-1,1398,1381,1399,-1,1417,1399,1400,-1,1417,1400,1401,-1,1417,1401,1402,-1,1417,1402,1403,-1,1417,1403,1404,-1,1417,1404,1405,-1,1417,1405,1406,-1,1417,1406,1407,-1,1417,1407,1408,-1,1417,1408,1409,-1,1417,1409,1410,-1,1417,1410,1411,-1,1417,1411,1412,-1,1417,1412,1413,-1,1417,1413,1414,-1,1417,1414,1415,-1,1417,1415,1416,-1,1417,1416,1399,-1,28,21,314,-1,21,14,314,-1,8,1,314,-1,314,14,8,-1,171,168,174,-1,171,165,168,-1,227,217,226,-1,227,218,217,-1,1418,1420,1421,-1,1421,1419,1418,-1,1422,1423,1425,-1,1425,1424,1422,-1,1418,1419,1423,-1,1423,1422,1418,-1,1419,1421,1425,-1,1425,1423,1419,-1,1421,1420,1424,-1,1424,1425,1421,-1,1420,1418,1422,-1,1422,1424,1420,-1,1426,1428,1429,-1,1429,1427,1426,-1,1430,1431,1433,-1,1433,1432,1430,-1,1426,1427,1431,-1,1431,1430,1426,-1,1427,1429,1433,-1,1433,1431,1427,-1,1429,1428,1432,-1,1432,1433,1429,-1,1428,1426,1430,-1,1430,1432,1428,-1,1434,1436,1435,-1,1434,1437,1436,-1,1434,1438,1437,-1,1434,1439,1438,-1,1434,1440,1439,-1,1434,1441,1440,-1,1434,1442,1441,-1,1434,1443,1442,-1,1434,1444,1443,-1,1434,1445,1444,-1,1434,1446,1445,-1,1434,1447,1446,-1,1434,1448,1447,-1,1434,1449,1448,-1,1434,1450,1449,-1,1434,1451,1450,-1,1434,1452,1451,-1,1434,1435,1452,-1,1435,1454,1453,-1,1435,1436,1454,-1,1436,1455,1454,-1,1436,1437,1455,-1,1437,1456,1455,-1,1437,1438,1456,-1,1438,1457,1456,-1,1438,1439,1457,-1,1439,1458,1457,-1,1439,1440,1458,-1,1440,1459,1458,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_coordIndex_12()
{
int[] value = {1440,1441,1459,-1,1441,1460,1459,-1,1441,1442,1460,-1,1442,1461,1460,-1,1442,1443,1461,-1,1443,1462,1461,-1,1443,1444,1462,-1,1444,1463,1462,-1,1444,1445,1463,-1,1445,1464,1463,-1,1445,1446,1464,-1,1446,1465,1464,-1,1446,1447,1465,-1,1447,1466,1465,-1,1447,1448,1466,-1,1448,1467,1466,-1,1448,1449,1467,-1,1449,1468,1467,-1,1449,1450,1468,-1,1450,1469,1468,-1,1450,1451,1469,-1,1451,1470,1469,-1,1451,1452,1470,-1,1452,1453,1470,-1,1452,1435,1453,-1,1453,1472,1471,-1,1453,1454,1472,-1,1454,1473,1472,-1,1454,1455,1473,-1,1455,1474,1473,-1,1455,1456,1474,-1,1456,1475,1474,-1,1456,1457,1475,-1,1457,1476,1475,-1,1457,1458,1476,-1,1458,1477,1476,-1,1458,1459,1477,-1,1459,1478,1477,-1,1459,1460,1478,-1,1460,1479,1478,-1,1460,1461,1479,-1,1461,1480,1479,-1,1461,1462,1480,-1,1462,1481,1480,-1,1462,1463,1481,-1,1463,1482,1481,-1,1463,1464,1482,-1,1464,1483,1482,-1,1464,1465,1483,-1,1465,1484,1483,-1,1465,1466,1484,-1,1466,1485,1484,-1,1466,1467,1485,-1,1467,1486,1485,-1,1467,1468,1486,-1,1468,1487,1486,-1,1468,1469,1487,-1,1469,1488,1487,-1,1469,1470,1488,-1,1470,1471,1488,-1,1470,1453,1471,-1,1471,1490,1489,-1,1471,1472,1490,-1,1472,1491,1490,-1,1472,1473,1491,-1,1473,1492,1491,-1,1473,1474,1492,-1,1474,1493,1492,-1,1474,1475,1493,-1,1475,1494,1493,-1,1475,1476,1494,-1,1476,1495,1494,-1,1476,1477,1495,-1,1477,1496,1495,-1,1477,1478,1496,-1,1478,1497,1496,-1,1478,1479,1497,-1,1479,1498,1497,-1,1479,1480,1498,-1,1480,1499,1498,-1,1480,1481,1499,-1,1481,1500,1499,-1,1481,1482,1500,-1,1482,1501,1500,-1,1482,1483,1501,-1,1483,1502,1501,-1,1483,1484,1502,-1,1484,1503,1502,-1,1484,1485,1503,-1,1485,1504,1503,-1,1485,1486,1504,-1,1486,1505,1504,-1,1486,1487,1505,-1,1487,1506,1505,-1,1487,1488,1506,-1,1488,1489,1506,-1,1488,1471,1489,-1,1489,1508,1507,-1,1489,1490,1508,-1,1490,1509,1508,-1,1490,1491,1509,-1,1491,1510,1509,-1,1491,1492,1510,-1,1492,1511,1510,-1,1492,1493,1511,-1,1493,1512,1511,-1,1493,1494,1512,-1,1494,1513,1512,-1,1494,1495,1513,-1,1495,1514,1513,-1,1495,1496,1514,-1,1496,1515,1514,-1,1496,1497,1515,-1,1497,1516,1515,-1,1497,1498,1516,-1,1498,1517,1516,-1,1498,1499,1517,-1,1499,1518,1517,-1,1499,1500,1518,-1,1500,1519,1518,-1,1500,1501,1519,-1,1501,1520,1519,-1,1501,1502,1520,-1,1502,1521,1520,-1,1502,1503,1521,-1,1503,1522,1521,-1,1503,1504,1522,-1,1504,1523,1522,-1,1504,1505,1523,-1,1505,1524,1523,-1,1505,1506,1524,-1,1506,1507,1524,-1,1506,1489,1507,-1,1507,1526,1525,-1,1507,1508,1526,-1,1508,1527,1526,-1,1508,1509,1527,-1,1509,1528,1527,-1,1509,1510,1528,-1,1510,1529,1528,-1,1510,1511,1529,-1,1511,1530,1529,-1,1511,1512,1530,-1,1512,1531,1530,-1,1512,1513,1531,-1,1513,1532,1531,-1,1513,1514,1532,-1,1514,1533,1532,-1,1514,1515,1533,-1,1515,1534,1533,-1,1515,1516,1534,-1,1516,1535,1534,-1,1516,1517,1535,-1,1517,1536,1535,-1,1517,1518,1536,-1,1518,1537,1536,-1,1518,1519,1537,-1,1519,1538,1537,-1,1519,1520,1538,-1,1520,1539,1538,-1,1520,1521,1539,-1,1521,1540,1539,-1,1521,1522,1540,-1,1522,1541,1540,-1,1522,1523,1541,-1,1523,1542,1541,-1,1523,1524,1542,-1,1524,1525,1542,-1,1524,1507,1525,-1,1543,1525,1526,-1,1543,1526,1527,-1,1543,1527,1528,-1,1543,1528,1529,-1,1543,1529,1530,-1,1543,1530,1531,-1,1543,1531,1532,-1,1543,1532,1533,-1,1543,1533,1534,-1,1543,1534,1535,-1,1543,1535,1536,-1,1543,1536,1537,-1,1543,1537,1538,-1,1543,1538,1539,-1,1543,1539,1540,-1,1543,1540,1541,-1,1543,1541,1542,-1,1543,1542,1525,-1,137,202,136,-1,203,202,137,-1};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_28_texCoordIndex_1()
{
int[] value = {0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,13,-1,0,13,14,-1,5,30,31,-1,27,52,53,-1,27,53,39,-1,8,20,21,-1,8,21,9,-1,9,21,22,-1,9,22,10,-1,19,32,42,-1,10,23,11,-1,29,42,43,-1,11,24,12,-1,30,43,5,-1,40,26,41,-1,52,54,94,-1,52,94,53,-1,53,94,106,-1,20,25,21,-1,21,25,28,-1,21,28,22,-1,22,28,33,-1,32,45,42,-1,42,45,55,-1,42,55,43,-1,43,55,56,-1,43,56,5,-1,54,109,258,-1,54,258,94,-1,94,258,264,-1,94,264,106,-1,25,35,36,-1,25,36,28,-1,44,57,58,-1,28,37,33,-1,45,58,262,-1,45,262,55,-1,55,262,271,-1,55,271,56,-1,109,297,298,-1,109,298,258,-1,34,46,47,-1,258,299,264,-1,35,47,48,-1,35,48,36,-1,36,48,49,-1,57,274,58,-1,37,49,50,-1,58,277,262,-1,262,277,280,-1,262,280,271,-1,71,66,65,-1,71,67,66,-1,71,68,67,-1,71,69,68,-1,71,70,69,-1,78,80,81,-1,81,79,78,-1,340,352,355,-1,18,17,15,-1,363,364,377,-1,377,376,363,-1,338,337,353,-1,353,355,338,-1,59,51,60,-1,60,61,59,-1,79,81,91,-1,91,82,79,-1,355,352,368,-1,93,97,18,-1,437,436,438,-1,438,439,437,-1,338,355,370,-1,370,367,338,-1,82,91,92,-1,92,96,82,-1,367,370,368,-1,95,92,96,-1,98,93,97,-1,439,438,451,-1,451,452,439,-1,78,79,100,-1,100,99,78,-1,16,15,105,-1,105,110,16,-1,60,51,62,-1,62,63,60,-1,79,82,101,-1,101,100,79,-1,93,16,110,-1,110,113,93,-1,82,96,102,-1,102,101,82,-1,98,93,113,-1,113,114,98,-1,99,100,104,-1,104,103,99,-1,110,105,116,-1,116,118,110,-1,63,62,64,-1,64,72,63,-1,100,101,107,-1,107,104,100,-1,113,110,118,-1,118,120,113,-1,101,102,108,-1,108,107,101,-1,114,113,120,-1,120,123,114,-1,103,104,112,-1,112,111,103,-1,118,116,124,-1,124,126,118,-1,72,64,73,-1,73,74,72,-1,104,107,115,-1,115,112,104,-1,120,118,126,-1,126,128,120,-1,107,108,117,-1,117,115,107,-1,385,383,382,-1,123,120,128,-1,128,130,123,-1,111,112,121,-1,121,119,111,-1,126,124,133,-1,133,134,126,-1,74,73,75,-1,75,76,74,-1,112,115,122,-1,122,121,112,-1,128,126,134,-1,134,136,128,-1,115,117,125,-1,125,122,115,-1,653,654,670,-1,670,655,653,-1,130,128,136,-1,136,138,130,-1,119,121,129,-1,129,127,119,-1,134,133,140,-1,140,143,134,-1,398,397,400,-1,400,412,398,-1,121,122,131,-1,131,129,121,-1,136,134,143,-1,143,144,136,-1,122,125,132,-1,132,131,122,-1,283,286,331,-1,331,291,283,-1,138,136,144,-1,144,146,138,-1,127,129,137,-1,137,135,127,-1,143,140,148,-1,148,150,143,-1,83,77,84,-1,84,85,83,-1,129,131,139,-1,139,137,129,-1,144,143,150,-1,150,153,144,-1,131,132,141,-1,141,139,131,-1,671,672,688,-1,688,673,671,-1,146,144,153,-1,153,154,146,-1,135,137,145,-1,145,142,135,-1,150,148,156,-1,156,158,150,-1,85,84,86,-1,86,87,85,-1,137,139,147,-1,147,145,137,-1,153,150,158,-1,158,160,153,-1,139,141,149,-1,149,147,139,-1,332,333,346,-1,346,334,332,-1,154,153,160,-1,160,163,154,-1,142,145,152,-1,152,151,142,-1,158,156,164,-1,164,166,158,-1,415,413,427,-1,427,428,415,-1,145,147,155,-1,155,152,145,-1,160,158,166,-1,166,168,160,-1,147,149,157,-1,157,155,147,-1,689,690,706,-1,706,691,689,-1,163,160,168,-1,168,170,163,-1,151,152,161,-1,161,159,151,-1,166,164,173,-1,173,174,166,-1,89,88,90,-1,152,155,162,-1,162,161,152,-1,168,166,174,-1,174,176,168,-1,155,157,165,-1,165,162,155,-1,347,348,362,-1,362,361,347,-1,170,168,176,-1,349,362,348,-1,159,161,169,-1,169,167,159,-1,174,173,180,-1,180,183,174,-1,250,90,254,-1,254,256,250,-1,161,162,171,-1,171,169,161,-1,176,174,183,-1,183,184,176,-1,162,165,172,-1,172,171,162,-1,707,708,732,-1,732,709,707,-1,178,176,184,-1,184,186,178,-1,167,169,177,-1,177,175,167,-1,183,180,188,-1,188,190,183,-1,256,254,261,-1,261,265,256,-1,169,171,179,-1,179,177,169,-1,184,183,190,-1,190,193,184,-1,171,172,181,-1,181,179,171,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_texCoordIndex_2()
{
int[] value = {430,442,445,-1,445,443,430,-1,186,184,193,-1,193,194,186,-1,378,379,391,-1,391,392,378,-1,187,189,191,-1,191,192,187,-1,200,203,204,-1,204,174,200,-1,270,268,269,-1,174,204,180,-1,180,206,174,-1,311,269,254,-1,254,256,311,-1,167,195,185,-1,185,182,167,-1,206,180,198,-1,198,196,206,-1,256,254,266,-1,266,267,256,-1,453,454,466,-1,466,467,453,-1,201,202,205,-1,205,207,201,-1,213,214,216,-1,216,174,213,-1,485,319,320,-1,174,216,180,-1,180,218,174,-1,167,209,199,-1,199,197,167,-1,218,180,210,-1,210,208,218,-1,453,467,469,-1,469,468,453,-1,167,212,207,-1,167,197,211,-1,180,220,210,-1,212,167,219,-1,219,217,212,-1,167,211,215,-1,215,219,167,-1,468,469,482,-1,482,481,468,-1,220,180,230,-1,230,224,220,-1,217,219,225,-1,225,222,217,-1,230,229,232,-1,232,233,230,-1,219,215,221,-1,221,225,219,-1,481,482,484,-1,484,483,481,-1,222,225,228,-1,228,227,222,-1,233,232,239,-1,239,240,233,-1,225,221,226,-1,226,228,225,-1,483,484,497,-1,497,496,483,-1,231,233,240,-1,240,234,231,-1,227,228,237,-1,237,236,227,-1,240,239,246,-1,246,247,240,-1,228,226,235,-1,235,237,228,-1,496,497,499,-1,499,498,496,-1,234,240,247,-1,247,245,234,-1,738,737,739,-1,472,475,621,-1,621,613,472,-1,487,473,613,-1,613,621,487,-1,475,488,625,-1,625,621,475,-1,490,487,621,-1,621,625,490,-1,488,505,626,-1,626,625,488,-1,602,490,625,-1,625,626,602,-1,505,603,627,-1,627,626,505,-1,605,602,626,-1,626,627,605,-1,603,610,628,-1,628,627,603,-1,612,605,627,-1,627,628,612,-1,177,179,241,-1,241,238,177,-1,193,190,248,-1,248,249,193,-1,179,181,242,-1,242,241,179,-1,733,734,741,-1,741,740,733,-1,194,193,249,-1,249,273,194,-1,197,199,244,-1,244,243,197,-1,735,736,743,-1,743,742,735,-1,393,394,469,-1,469,467,393,-1,211,197,243,-1,243,251,211,-1,215,211,251,-1,468,481,406,-1,394,407,482,-1,482,469,394,-1,408,406,481,-1,481,483,408,-1,407,409,484,-1,484,482,407,-1,421,408,483,-1,483,496,421,-1,409,422,497,-1,497,484,409,-1,423,421,496,-1,496,498,423,-1,422,424,499,-1,499,497,422,-1,236,237,255,-1,255,253,236,-1,247,246,282,-1,282,285,247,-1,237,235,252,-1,252,255,237,-1,245,247,285,-1,285,279,245,-1,498,499,608,-1,608,607,498,-1,612,628,636,-1,636,635,612,-1,628,610,634,-1,634,636,628,-1,423,498,607,-1,607,513,423,-1,499,424,514,-1,514,608,499,-1,253,255,260,-1,260,259,253,-1,255,252,257,-1,257,260,255,-1,279,285,293,-1,293,288,279,-1,635,636,784,-1,784,731,635,-1,636,634,637,-1,637,784,636,-1,513,607,717,-1,717,715,513,-1,607,608,718,-1,718,717,607,-1,608,514,716,-1,716,718,608,-1,259,260,275,-1,275,272,259,-1,293,289,295,-1,295,296,293,-1,260,257,263,-1,263,275,260,-1,288,293,296,-1,296,294,288,-1,731,784,832,-1,832,815,731,-1,784,637,814,-1,814,832,784,-1,715,717,726,-1,726,724,715,-1,717,718,727,-1,727,726,717,-1,718,716,725,-1,725,727,718,-1,272,275,284,-1,284,281,272,-1,296,295,301,-1,301,302,296,-1,275,263,278,-1,278,284,275,-1,294,296,302,-1,302,300,294,-1,815,832,887,-1,887,886,815,-1,832,814,833,-1,833,887,832,-1,724,726,778,-1,778,730,724,-1,726,727,779,-1,779,778,726,-1,727,725,747,-1,747,779,727,-1,281,284,292,-1,292,290,281,-1,302,301,308,-1,308,329,302,-1,284,278,287,-1,287,292,284,-1,300,302,329,-1,329,304,300,-1,886,887,890,-1,890,889,886,-1,887,833,888,-1,888,890,887,-1,730,778,803,-1,803,796,730,-1,778,779,821,-1,821,803,778,-1,779,747,797,-1,797,821,779,-1,290,292,306,-1,306,305,290,-1,329,308,336,-1,336,341,329,-1,292,287,303,-1,303,306,292,-1,304,329,341,-1,341,330,304,-1,889,890,893,-1,893,892,889,-1,890,888,891,-1,891,893,890,-1,796,803,869,-1,869,839,796,-1,803,821,870,-1,870,869,803,-1,821,797,851,-1,851,870,821,-1,305,306,310,-1,310,309,305,-1,341,336,345,-1,345,351,341,-1,306,303,307,-1,307,310,306,-1,330,341,351,-1,351,344,330,-1,892,893,947,-1,947,946,892,-1,893,891,894,-1,894,947,893,-1,839,869,909,-1,909,883,839,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_texCoordIndex_3()
{
int[] value = {869,870,910,-1,910,909,869,-1,870,851,884,-1,884,910,870,-1,309,310,314,-1,314,313,309,-1,351,345,359,-1,359,360,351,-1,310,307,312,-1,312,314,310,-1,344,351,360,-1,360,356,344,-1,946,947,951,-1,951,950,946,-1,947,894,948,-1,948,951,947,-1,883,909,929,-1,929,911,883,-1,909,910,930,-1,930,929,909,-1,910,884,928,-1,928,930,910,-1,313,314,317,-1,317,316,313,-1,360,359,371,-1,371,374,360,-1,314,312,315,-1,315,317,314,-1,356,360,374,-1,374,366,356,-1,950,951,954,-1,954,953,950,-1,951,948,952,-1,952,954,951,-1,911,929,1013,-1,1013,982,911,-1,929,930,1014,-1,1014,1013,929,-1,930,928,1000,-1,1000,1014,930,-1,316,317,324,-1,324,322,316,-1,374,371,381,-1,381,386,374,-1,317,315,318,-1,318,324,317,-1,366,374,386,-1,386,375,366,-1,953,954,957,-1,957,956,953,-1,954,952,955,-1,955,957,954,-1,982,1013,1017,-1,1017,1015,982,-1,1013,1014,1018,-1,1018,1017,1013,-1,1014,1000,1016,-1,1016,1018,1014,-1,386,381,401,-1,401,404,386,-1,324,318,325,-1,390,405,389,-1,321,323,327,-1,404,396,375,-1,956,957,966,-1,966,964,956,-1,957,955,958,-1,958,966,957,-1,1015,1017,1021,-1,1021,1019,1015,-1,1017,1018,1045,-1,1045,1021,1017,-1,1018,1016,1020,-1,1020,1045,1018,-1,404,401,1,-1,396,404,1,-1,1,0,396,-1,964,966,967,-1,493,7,492,-1,1019,1021,1098,-1,1098,1097,1019,-1,1021,1045,1099,-1,1099,1098,1021,-1,1045,1020,5,-1,5,1099,1045,-1,1097,1098,271,-1,500,502,6,-1,5,271,1098,-1,52,27,54,-1,109,54,297,-1,606,744,652,-1,1097,271,280,-1,489,38,493,-1,967,966,958,-1,324,326,322,-1,324,328,326,-1,328,65,326,-1,968,970,969,-1,968,971,970,-1,968,972,971,-1,968,973,972,-1,968,974,973,-1,968,975,974,-1,968,976,975,-1,968,985,976,-1,968,986,985,-1,968,987,986,-1,968,988,987,-1,968,989,988,-1,968,990,989,-1,968,991,990,-1,968,992,991,-1,968,993,992,-1,968,994,993,-1,968,969,994,-1,411,434,431,-1,411,416,434,-1,416,435,434,-1,416,419,435,-1,503,511,510,-1,503,504,511,-1,504,512,511,-1,504,506,512,-1,506,515,512,-1,506,507,515,-1,507,516,515,-1,507,508,516,-1,508,517,516,-1,508,509,517,-1,335,357,354,-1,335,339,357,-1,339,358,357,-1,339,342,358,-1,342,365,358,-1,342,343,365,-1,343,369,365,-1,343,350,369,-1,745,1338,1337,-1,745,746,1338,-1,746,1355,1338,-1,746,1083,1355,-1,1083,1356,1355,-1,1083,1101,1356,-1,1101,1373,1356,-1,1101,1319,1373,-1,1319,1374,1373,-1,1319,1320,1374,-1,420,446,441,-1,420,426,446,-1,426,431,446,-1,426,411,431,-1,431,450,449,-1,431,434,450,-1,434,456,450,-1,434,435,456,-1,510,519,518,-1,510,511,519,-1,511,520,519,-1,511,512,520,-1,512,521,520,-1,512,515,521,-1,515,522,521,-1,515,516,522,-1,516,523,522,-1,516,517,523,-1,354,373,372,-1,354,357,373,-1,357,380,373,-1,357,358,380,-1,358,384,380,-1,358,365,384,-1,365,387,384,-1,365,369,387,-1,1337,1447,1446,-1,1337,1338,1447,-1,1338,1464,1447,-1,1338,1355,1464,-1,1355,1465,1464,-1,1355,1356,1465,-1,1356,1482,1465,-1,1356,1373,1482,-1,1373,1483,1482,-1,1373,1374,1483,-1,441,464,461,-1,441,446,464,-1,446,449,464,-1,446,431,449,-1,449,471,465,-1,449,450,471,-1,450,476,471,-1,450,456,476,-1,518,525,524,-1,518,519,525,-1,519,526,525,-1,519,520,526,-1,520,527,526,-1,520,521,527,-1,521,528,527,-1,521,522,528,-1,522,529,528,-1,522,523,529,-1,372,395,388,-1,372,373,395,-1,373,399,395,-1,373,380,399,-1,380,402,399,-1,380,384,402,-1,384,403,402,-1,384,387,403,-1,1446,1501,1500,-1,1446,1447,1501,-1,1447,1697,1501,-1,1447,1464,1697,-1,1464,1698,1697,-1,1464,1465,1698,-1,1465,1699,1698,-1,1465,1482,1699,-1,1482,1700,1699,-1,1482,1483,1700,-1,461,480,478,-1,461,464,480,-1,464,465,480,-1,464,449,465,-1,465,491,486,-1,465,471,491,-1,471,494,491,-1,471,476,494,-1,524,531,530,-1,524,525,531,-1,525,532,531,-1,525,526,532,-1,526,533,532,-1,526,527,533,-1,527,534,533,-1,527,528,534,-1,528,535,534,-1,528,529,535,-1,388,414,410,-1,388,395,414,-1,395,417,414,-1,395,399,417,-1,399,418,417,-1,399,402,418,-1,402,425,418,-1,402,403,425,-1,1500,1702,1701,-1,1500,1501,1702,-1,1501,1703,1702,-1,1501,1697,1703,-1,1697,1704,1703,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_texCoordIndex_4()
{
int[] value = {1697,1698,1704,-1,1698,1705,1704,-1,1698,1699,1705,-1,1699,1714,1705,-1,1699,1700,1714,-1,478,501,495,-1,478,480,501,-1,480,486,501,-1,480,465,486,-1,486,583,582,-1,486,491,583,-1,491,584,583,-1,491,494,584,-1,530,537,536,-1,530,531,537,-1,531,538,537,-1,531,532,538,-1,532,539,538,-1,532,533,539,-1,533,540,539,-1,533,534,540,-1,534,541,540,-1,534,535,541,-1,410,432,429,-1,410,414,432,-1,414,433,432,-1,414,417,433,-1,417,440,433,-1,417,418,440,-1,418,444,440,-1,418,425,444,-1,1701,1716,1715,-1,1701,1702,1716,-1,1702,1717,1716,-1,1702,1703,1717,-1,1703,1718,1717,-1,1703,1704,1718,-1,1704,1719,1718,-1,1704,1705,1719,-1,1705,1720,1719,-1,1705,1714,1720,-1,495,590,585,-1,495,501,590,-1,501,582,590,-1,501,486,582,-1,1335,1100,1111,-1,1335,1111,1112,-1,1335,1112,1113,-1,1335,1113,1114,-1,1335,1114,1115,-1,1335,1115,1116,-1,1335,1116,1117,-1,1335,1117,1118,-1,1335,1118,1220,-1,1335,1220,1221,-1,1335,1221,1222,-1,1335,1222,1223,-1,1335,1223,1330,-1,1335,1330,1331,-1,1335,1331,1332,-1,1335,1332,1333,-1,1335,1333,1334,-1,1335,1334,1100,-1,1336,1349,1348,-1,1336,1350,1349,-1,1336,1351,1350,-1,447,455,448,-1,447,459,455,-1,447,462,459,-1,447,463,462,-1,1003,1010,1009,-1,1004,1012,1011,-1,1004,1005,1012,-1,1005,1022,1012,-1,1005,1006,1022,-1,1006,1023,1022,-1,1006,1007,1023,-1,591,622,596,-1,591,592,622,-1,592,623,622,-1,592,593,623,-1,593,624,623,-1,593,594,624,-1,594,638,624,-1,594,595,638,-1,1352,1366,1354,-1,1352,1353,1366,-1,1011,1030,1029,-1,1011,1012,1030,-1,1012,1031,1030,-1,1012,1022,1031,-1,1022,1032,1031,-1,1022,1023,1032,-1,596,640,639,-1,596,622,640,-1,622,641,640,-1,622,623,641,-1,623,642,641,-1,623,624,642,-1,624,656,642,-1,624,638,656,-1,1354,1368,1367,-1,1354,1366,1368,-1,1029,1047,1046,-1,1029,1030,1047,-1,1030,1048,1047,-1,1030,1031,1048,-1,1031,1049,1048,-1,1031,1032,1049,-1,639,659,658,-1,639,640,659,-1,640,660,659,-1,640,641,660,-1,641,674,660,-1,641,642,674,-1,642,675,674,-1,642,656,675,-1,656,676,675,-1,1367,1368,1372,-1,693,657,677,-1,1369,1370,1384,-1,1370,1371,1384,-1,470,474,615,-1,474,477,615,-1,477,479,615,-1,479,614,615,-1,675,678,677,-1,675,676,678,-1,692,694,677,-1,692,677,678,-1,1050,1052,1051,-1,695,710,696,-1,695,711,710,-1,695,712,711,-1,695,713,712,-1,1385,1389,1388,-1,1385,1390,1389,-1,1385,1457,1390,-1,1386,1459,1458,-1,1386,1387,1459,-1,616,632,631,-1,616,617,632,-1,617,633,632,-1,617,618,633,-1,618,647,633,-1,618,629,647,-1,629,648,647,-1,629,630,648,-1,1053,1058,1057,-1,1053,1054,1058,-1,1054,1059,1058,-1,1054,1055,1059,-1,1055,1060,1059,-1,1055,1056,1060,-1,1458,1461,1460,-1,1458,1459,1461,-1,631,650,649,-1,631,632,650,-1,632,651,650,-1,632,633,651,-1,633,665,651,-1,633,647,665,-1,647,666,665,-1,647,648,666,-1,1057,1062,1061,-1,1057,1058,1062,-1,1058,1063,1062,-1,1058,1059,1063,-1,1059,1064,1063,-1,1059,1060,1064,-1,1460,1463,1462,-1,1460,1461,1463,-1,649,669,668,-1,649,650,669,-1,650,683,669,-1,650,651,683,-1,651,684,683,-1,651,665,684,-1,665,685,684,-1,665,666,685,-1,1061,1066,1065,-1,1061,1062,1066,-1,1062,1067,1066,-1,1062,1063,1067,-1,667,687,686,-1,1063,1064,1068,-1,704,668,701,-1,714,728,818,-1,728,729,818,-1,729,816,818,-1,816,817,818,-1,1475,1476,1478,-1,1476,1477,1478,-1,686,702,701,-1,686,687,702,-1,703,705,701,-1,703,701,702,-1,180,204,223,-1,460,458,613,-1,613,458,457,-1,185,238,244,-1,196,276,248,-1,466,436,437,-1,466,454,436,-1,229,230,223,-1,230,180,223,-1,325,65,328,-1,325,71,65,-1,1019,1097,280,-1,1721,1791,1790,-1,1721,1788,1791,-1,1069,1073,1072,-1,1069,1070,1073,-1,1070,1074,1073,-1,1070,1071,1074,-1,1071,1075,1074,-1,1479,1499,1498,-1,1479,1480,1499,-1,1480,1511,1499,-1,1480,1481,1511,-1,1481,1512,1511,-1,1481,1493,1512,-1,1789,1790,1792,-1,1789,1721,1790,-1,1790,1813,1812,-1,1790,1791,1813,-1,1072,1081,1080,-1,1072,1073,1081,-1,1073,1082,1081,-1,1073,1074,1082,-1,1074,1084,1082,-1,1074,1075,1084,-1,1075,1085,1084,-1,1075,1076,1085,-1,1076,1086,1085,-1,1076,1077,1086,-1,1077,1087,1086,-1,1077,1078,1087,-1,1078,1088,1087,-1,1078,1079,1088,-1,542,546,545,-1,542,543,546,-1,543,547,546,-1,543,544,547,-1,1494,1514,1513,-1,1494,1495,1514,-1,1495,1515,1514,-1,1495,1496,1515,-1,1496,1516,1515,-1,1496,1497,1516,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_texCoordIndex_5()
{
int[] value = {1497,1517,1516,-1,1497,1498,1517,-1,1498,1576,1517,-1,1498,1499,1576,-1,1499,1577,1576,-1,1499,1511,1577,-1,1511,1578,1577,-1,1511,1512,1578,-1,1792,1812,1814,-1,1792,1790,1812,-1,819,997,996,-1,819,820,997,-1,820,998,997,-1,820,834,998,-1,834,999,998,-1,834,835,999,-1,835,1026,999,-1,835,836,1026,-1,836,1027,1026,-1,836,837,1027,-1,837,1028,1027,-1,837,838,1028,-1,838,1036,1028,-1,838,850,1036,-1,850,1037,1036,-1,850,857,1037,-1,857,1038,1037,-1,857,868,1038,-1,868,1039,1038,-1,868,875,1039,-1,875,1040,1039,-1,875,881,1040,-1,881,1041,1040,-1,881,897,1041,-1,897,1042,1041,-1,897,898,1042,-1,898,1119,1042,-1,898,905,1119,-1,905,1120,1119,-1,905,906,1120,-1,906,1121,1120,-1,906,907,1121,-1,907,1122,1121,-1,907,908,1122,-1,908,996,1122,-1,908,819,996,-1,1123,996,997,-1,1123,997,998,-1,1123,998,999,-1,1123,999,1026,-1,1123,1026,1027,-1,1123,1027,1028,-1,1123,1028,1036,-1,1123,1036,1037,-1,1123,1037,1038,-1,1123,1038,1039,-1,1123,1039,1040,-1,1123,1040,1041,-1,1123,1041,1042,-1,1123,1042,1119,-1,1123,1119,1120,-1,1123,1120,1121,-1,1123,1121,1122,-1,1123,1122,996,-1,719,721,720,-1,719,722,721,-1,719,723,722,-1,719,780,723,-1,719,781,780,-1,719,782,781,-1,719,783,782,-1,719,798,783,-1,719,799,798,-1,719,800,799,-1,719,801,800,-1,719,802,801,-1,719,852,802,-1,719,853,852,-1,719,854,853,-1,719,855,854,-1,719,856,855,-1,719,720,856,-1,720,872,871,-1,720,721,872,-1,721,873,872,-1,721,722,873,-1,722,874,873,-1,722,723,874,-1,723,923,874,-1,723,780,923,-1,780,924,923,-1,780,781,924,-1,781,925,924,-1,781,782,925,-1,782,926,925,-1,782,783,926,-1,783,927,926,-1,783,798,927,-1,798,941,927,-1,1089,1090,1102,-1,799,942,941,-1,799,800,942,-1,800,943,942,-1,800,801,943,-1,801,944,943,-1,801,802,944,-1,802,945,944,-1,802,852,945,-1,852,959,945,-1,852,853,959,-1,853,960,959,-1,853,854,960,-1,854,961,960,-1,854,855,961,-1,855,962,961,-1,855,856,962,-1,856,871,962,-1,1580,1579,1581,-1,1091,1092,1103,-1,1092,1104,1103,-1,1092,1093,1104,-1,1093,1105,1104,-1,1093,1094,1105,-1,1094,1106,1105,-1,1094,1095,1106,-1,1095,1107,1106,-1,1095,1096,1107,-1,548,552,551,-1,548,549,552,-1,549,553,552,-1,549,550,553,-1,1582,1587,1586,-1,1582,1583,1587,-1,1583,1588,1587,-1,1583,1584,1588,-1,1584,1589,1588,-1,1584,1585,1589,-1,963,977,965,-1,963,978,977,-1,963,979,978,-1,963,980,979,-1,963,981,980,-1,963,983,981,-1,963,984,983,-1,963,995,984,-1,963,1001,995,-1,963,1002,1001,-1,963,1008,1002,-1,963,1024,1008,-1,963,1025,1024,-1,963,1033,1025,-1,963,1034,1033,-1,963,1035,1034,-1,963,1043,1035,-1,963,965,1043,-1,1815,1839,1838,-1,1815,1816,1839,-1,1816,1840,1839,-1,1816,1836,1840,-1,1108,1161,1160,-1,1108,1109,1161,-1,1109,1162,1161,-1,1109,1110,1162,-1,1110,1163,1162,-1,1110,1156,1163,-1,1156,1164,1163,-1,1156,1157,1164,-1,1157,1165,1164,-1,1157,1158,1165,-1,1158,1166,1165,-1,1158,1159,1166,-1,554,559,558,-1,554,555,559,-1,555,560,559,-1,555,556,560,-1,556,561,560,-1,556,557,561,-1,1590,1598,1597,-1,1590,1591,1598,-1,1591,1599,1598,-1,1591,1592,1599,-1,1592,1600,1599,-1,1592,1593,1600,-1,1593,1601,1600,-1,1593,1594,1601,-1,1594,1602,1601,-1,1594,1595,1602,-1,1595,1603,1602,-1,1595,1596,1603,-1,1837,1838,1860,-1,1837,1815,1838,-1,1838,1862,1861,-1,1838,1839,1862,-1,1839,1863,1862,-1,1839,1840,1863,-1,1160,1168,1167,-1,1160,1161,1168,-1,1161,1210,1168,-1,1161,1162,1210,-1,1162,1211,1210,-1,1162,1163,1211,-1,1163,1212,1211,-1,1163,1164,1212,-1,1164,1213,1212,-1,1164,1165,1213,-1,1165,1214,1213,-1,1165,1166,1214,-1,558,563,562,-1,558,559,563,-1,559,564,563,-1,559,560,564,-1,560,565,564,-1,560,561,565,-1,1597,1605,1604,-1,1597,1598,1605,-1,1598,1606,1605,-1,1598,1599,1606,-1,1599,1607,1606,-1,1599,1600,1607,-1,1600,1608,1607,-1,1600,1601,1608,-1,1601,1609,1608,-1,1601,1602,1609,-1,1602,1610,1609,-1,1602,1603,1610,-1,1860,1861,1864,-1,1860,1838,1861,-1,1861,1885,1884,-1,1861,1862,1885,-1,1862,1886,1885,-1,1862,1863,1886,-1,1167,1216,1215,-1,1167,1168,1216,-1,1168,1217,1216,-1,1168,1210,1217,-1,1210,1218,1217,-1,1210,1211,1218,-1,1211,1219,1218,-1,1211,1212,1219,-1,1212,1224,1219,-1,1212,1213,1224,-1,1213,1225,1224,-1,1213,1214,1225,-1,562,567,566,-1,562,563,567,-1,563,568,567,-1,563,564,568,-1,564,569,568,-1,564,565,569,-1,1604,1615,1611,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_texCoordIndex_6()
{
int[] value = {1604,1605,1615,-1,1605,1616,1615,-1,1605,1606,1616,-1,1606,1617,1616,-1,1606,1607,1617,-1,1607,1621,1617,-1,1607,1608,1621,-1,1608,1622,1621,-1,1608,1609,1622,-1,1609,1623,1622,-1,1609,1610,1623,-1,1864,1884,1887,-1,1864,1861,1884,-1,1884,1889,1888,-1,1884,1885,1889,-1,1885,1892,1889,-1,1885,1886,1892,-1,1215,1227,1226,-1,1215,1216,1227,-1,1216,1228,1227,-1,1216,1217,1228,-1,1217,1229,1228,-1,1217,1218,1229,-1,1218,1230,1229,-1,1218,1219,1230,-1,1219,1231,1230,-1,1219,1224,1231,-1,1224,1232,1231,-1,1224,1225,1232,-1,566,571,570,-1,566,567,571,-1,567,572,571,-1,567,568,572,-1,568,573,572,-1,568,569,573,-1,1611,1625,1624,-1,1611,1615,1625,-1,1615,1626,1625,-1,1615,1616,1626,-1,1616,1627,1626,-1,1616,1617,1627,-1,1617,1628,1627,-1,1617,1621,1628,-1,1621,1632,1628,-1,1621,1622,1632,-1,1622,1633,1632,-1,1622,1623,1633,-1,1887,1888,1944,-1,1887,1884,1888,-1,1888,2063,1962,-1,1888,1889,2063,-1,1889,2064,2063,-1,1889,1892,2064,-1,1226,1234,1233,-1,1226,1227,1234,-1,1227,1235,1234,-1,1227,1228,1235,-1,1228,1236,1235,-1,1228,1229,1236,-1,1229,1237,1236,-1,1229,1230,1237,-1,1230,1238,1237,-1,1230,1231,1238,-1,1231,1239,1238,-1,1231,1232,1239,-1,570,575,574,-1,570,571,575,-1,571,576,575,-1,571,572,576,-1,572,577,576,-1,572,573,577,-1,1624,1638,1634,-1,1624,1625,1638,-1,1625,1639,1638,-1,1625,1626,1639,-1,1626,1640,1639,-1,1626,1627,1640,-1,1627,1641,1640,-1,1627,1628,1641,-1,1628,1642,1641,-1,1628,1632,1642,-1,1632,1643,1642,-1,1632,1633,1643,-1,1944,1962,2065,-1,1944,1888,1962,-1,1142,1124,1125,-1,1142,1125,1126,-1,1142,1126,1127,-1,1142,1127,1128,-1,1142,1128,1129,-1,1142,1129,1130,-1,1142,1130,1131,-1,1142,1131,1132,-1,1142,1132,1133,-1,1142,1133,1134,-1,1142,1134,1135,-1,1142,1135,1136,-1,1142,1136,1137,-1,1142,1137,1138,-1,1142,1138,1139,-1,1142,1139,1140,-1,1142,1140,1141,-1,1142,1141,1124,-1,1044,1174,1173,-1,1044,1175,1174,-1,1044,1176,1175,-1,1044,1177,1176,-1,1044,1178,1177,-1,1044,1179,1178,-1,1044,1180,1179,-1,1044,1181,1180,-1,1044,1182,1181,-1,1044,1183,1182,-1,1044,1184,1183,-1,1044,1185,1184,-1,1044,1186,1185,-1,1044,1187,1186,-1,1044,1188,1187,-1,1044,1189,1188,-1,1044,1190,1189,-1,1044,1173,1190,-1,2066,2090,2089,-1,2066,2067,2090,-1,2067,2091,2090,-1,2067,2087,2091,-1,1240,1248,1247,-1,1240,1241,1248,-1,1241,1249,1248,-1,1241,1242,1249,-1,1242,1250,1249,-1,1242,1243,1250,-1,1243,1251,1250,-1,1243,1244,1251,-1,1244,1252,1251,-1,1244,1245,1252,-1,1245,1253,1252,-1,1245,1246,1253,-1,578,587,586,-1,578,579,587,-1,579,588,587,-1,579,580,588,-1,580,589,588,-1,580,581,589,-1,1644,1658,1657,-1,1644,1645,1658,-1,1645,1659,1658,-1,1645,1649,1659,-1,1649,1660,1659,-1,1649,1650,1660,-1,1650,1661,1660,-1,1650,1651,1661,-1,1651,1662,1661,-1,1651,1655,1662,-1,1655,1666,1662,-1,1655,1656,1666,-1,2088,2089,2111,-1,2088,2066,2089,-1,2089,2113,2112,-1,2089,2090,2113,-1,2090,2114,2113,-1,2090,2091,2114,-1,1247,1255,1254,-1,1247,1248,1255,-1,1248,1256,1255,-1,1248,1249,1256,-1,1249,1257,1256,-1,1249,1250,1257,-1,1250,1258,1257,-1,1250,1251,1258,-1,1251,1259,1258,-1,1251,1252,1259,-1,1252,1260,1259,-1,1252,1253,1260,-1,586,598,597,-1,586,587,598,-1,587,599,598,-1,587,588,599,-1,588,600,599,-1,588,589,600,-1,1657,1668,1667,-1,1657,1658,1668,-1,1658,1672,1668,-1,1658,1659,1672,-1,1659,1673,1672,-1,1659,1660,1673,-1,1660,1674,1673,-1,1660,1661,1674,-1,1661,1675,1674,-1,1661,1662,1675,-1,1662,1676,1675,-1,1662,1666,1676,-1,2111,2112,2115,-1,2111,2089,2112,-1,2112,2136,2135,-1,2112,2113,2136,-1,2113,2137,2136,-1,2113,2114,2137,-1,1254,1262,1261,-1,1254,1255,1262,-1,1255,1263,1262,-1,1255,1256,1263,-1,1256,1264,1263,-1,1256,1257,1264,-1,1257,1265,1264,-1,1257,1258,1265,-1,1258,1266,1265,-1,1258,1259,1266,-1,1259,1267,1266,-1,1259,1260,1267,-1,597,604,601,-1,597,598,604,-1,598,609,604,-1,598,599,609,-1,599,611,609,-1,599,600,611,-1,1667,1678,1677,-1,1667,1668,1678,-1,1668,1679,1678,-1,1668,1672,1679,-1,1672,1683,1679,-1,1672,1673,1683,-1,1673,1684,1683,-1,1673,1674,1684,-1,1674,1685,1684,-1,1674,1675,1685,-1,1675,1689,1685,-1,1675,1676,1689,-1,2115,2135,2138,-1,2115,2112,2135,-1,2135,2159,2139,-1,2135,2136,2159,-1,2136,2160,2159,-1,2136,2137,2160,-1,1261,1269,1268,-1,1261,1262,1269,-1,1262,1270,1269,-1,1262,1263,1270,-1,1263,1271,1270,-1,1263,1264,1271,-1,1264,1272,1271,-1,1264,1265,1272,-1,1265,1273,1272,-1,1265,1266,1273,-1,1266,1274,1273,-1,1266,1267,1274,-1,601,620,619,-1,601,604,620,-1,604,643,620,-1,604,609,643,-1,609,644,643,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_texCoordIndex_7()
{
int[] value = {609,611,644,-1,1677,1691,1690,-1,1677,1678,1691,-1,1678,1692,1691,-1,1678,1679,1692,-1,1679,1693,1692,-1,1679,1683,1693,-1,1683,1694,1693,-1,1683,1684,1694,-1,1684,1695,1694,-1,1684,1685,1695,-1,1685,1696,1695,-1,1685,1689,1696,-1,2138,2139,2161,-1,2138,2135,2139,-1,2139,2163,2162,-1,2139,2159,2163,-1,2159,2164,2163,-1,2159,2160,2164,-1,1268,1276,1275,-1,1268,1269,1276,-1,1269,1277,1276,-1,1269,1270,1277,-1,1270,1278,1277,-1,1270,1271,1278,-1,1271,1279,1278,-1,1271,1272,1279,-1,1272,1280,1279,-1,1272,1273,1280,-1,1273,1281,1280,-1,1273,1274,1281,-1,619,646,645,-1,619,620,646,-1,620,661,646,-1,620,643,661,-1,643,662,661,-1,643,644,662,-1,1690,1707,1706,-1,1690,1691,1707,-1,1691,1708,1707,-1,1691,1692,1708,-1,1692,1709,1708,-1,1692,1693,1709,-1,1693,1710,1709,-1,1693,1694,1710,-1,1694,1711,1710,-1,1694,1695,1711,-1,1695,1712,1711,-1,1695,1696,1712,-1,2161,2162,2179,-1,2161,2139,2162,-1,1392,1143,1144,-1,1392,1144,1145,-1,1392,1145,1146,-1,1392,1146,1147,-1,1392,1147,1148,-1,1392,1148,1149,-1,1392,1149,1150,-1,1392,1150,1151,-1,1392,1151,1152,-1,1392,1152,1153,-1,1392,1153,1154,-1,1392,1154,1155,-1,1392,1155,1169,-1,1392,1169,1170,-1,1392,1170,1171,-1,1392,1171,1172,-1,1392,1172,1391,-1,1392,1391,1143,-1,663,664,679,-1,663,679,680,-1,663,680,681,-1,663,681,682,-1,663,682,697,-1,663,697,698,-1,663,698,699,-1,663,699,700,-1,664,748,749,-1,664,749,679,-1,679,749,750,-1,679,750,680,-1,680,750,751,-1,680,751,681,-1,681,751,752,-1,681,752,682,-1,682,752,753,-1,682,753,697,-1,697,753,754,-1,697,754,698,-1,698,754,755,-1,698,755,699,-1,699,755,756,-1,699,756,700,-1,1191,1194,1195,-1,1191,1195,1192,-1,1192,1195,1196,-1,1192,1196,1193,-1,1713,1726,1727,-1,1713,1727,1722,-1,1722,1727,1728,-1,1722,1728,1723,-1,1723,1728,1729,-1,1723,1729,1724,-1,1724,1729,1730,-1,1724,1730,1725,-1,1393,1396,1397,-1,1393,1397,1394,-1,1394,1397,1398,-1,1394,1398,1395,-1,1194,1197,1198,-1,1194,1198,1195,-1,1195,1198,1199,-1,1195,1199,1196,-1,1726,1731,1732,-1,1726,1732,1727,-1,1727,1732,1733,-1,1727,1733,1728,-1,1728,1733,1734,-1,1728,1734,1729,-1,1729,1734,1735,-1,1729,1735,1730,-1,1396,1399,1400,-1,1396,1400,1397,-1,1397,1400,1401,-1,1397,1401,1398,-1,1197,1200,1201,-1,1197,1201,1198,-1,1198,1201,1202,-1,1198,1202,1199,-1,1731,1736,1737,-1,1731,1737,1732,-1,1732,1737,1738,-1,1732,1738,1733,-1,1733,1738,1739,-1,1733,1739,1734,-1,1734,1739,1740,-1,1734,1740,1735,-1,1399,1402,1403,-1,1399,1403,1400,-1,1400,1403,1404,-1,1400,1404,1401,-1,1200,1203,1204,-1,1200,1204,1201,-1,1201,1204,1205,-1,1201,1205,1202,-1,1736,1741,1742,-1,1736,1742,1737,-1,1737,1742,1743,-1,1737,1743,1738,-1,1738,1743,1744,-1,1738,1744,1739,-1,1739,1744,1745,-1,1739,1745,1740,-1,1402,1405,1406,-1,1402,1406,1403,-1,1403,1406,1407,-1,1403,1407,1404,-1,2181,2190,2191,-1,2181,2191,2182,-1,2182,2191,2192,-1,2182,2192,2183,-1,2183,2192,2193,-1,2183,2193,2184,-1,2184,2193,2204,-1,2184,2204,2185,-1,2185,2204,2222,-1,2185,2222,2186,-1,2186,2222,2299,-1,2186,2299,2187,-1,2187,2299,2300,-1,2187,2300,2188,-1,2188,2300,2301,-1,2188,2301,2189,-1,2302,2191,2190,-1,2302,2192,2191,-1,2302,2193,2192,-1,2302,2204,2193,-1,2302,2222,2204,-1,2302,2299,2222,-1,2302,2300,2299,-1,2302,2301,2300,-1,1746,1752,1747,-1,1746,1753,1752,-1,1746,1754,1753,-1,1746,1755,1754,-1,1746,1756,1755,-1,1746,1764,1756,-1,1746,1765,1764,-1,1746,1766,1765,-1,1746,1767,1766,-1,1746,1768,1767,-1,1746,1776,1768,-1,1746,1777,1776,-1,1746,1778,1777,-1,1746,1779,1778,-1,1746,1780,1779,-1,1746,1800,1780,-1,1746,1801,1800,-1,1746,1802,1801,-1,1746,1803,1802,-1,1746,1804,1803,-1,1746,1824,1804,-1,1746,1825,1824,-1,1746,1826,1825,-1,1746,1747,1826,-1,1206,1300,1286,-1,1206,1207,1300,-1,1207,1301,1300,-1,1207,1208,1301,-1,1208,1302,1301,-1,1208,1209,1302,-1,757,765,764,-1,757,758,765,-1,758,766,765,-1,758,759,766,-1,759,767,766,-1,759,760,767,-1,760,768,767,-1,760,761,768,-1,761,769,768,-1,761,762,769,-1,762,770,769,-1,762,763,770,-1,1408,1523,1522,-1,1408,1409,1523,-1,1409,1524,1523,-1,1409,1426,1524,-1,1426,1525,1524,-1,1426,1518,1525,-1,1518,1526,1525,-1,1518,1519,1526,-1,1519,1527,1526,-1,1519,1520,1527,-1,1520,1528,1527,-1,1520,1521,1528,-1,2303,2311,2310,-1,2303,2304,2311,-1,2304,2312,2311,-1,2304,2305,2312,-1,2305,2313,2312,-1,2305,2306,2313,-1,2306,2314,2313,-1,2306,2307,2314,-1,2307,2315,2314,-1,2307,2308,2315,-1,2308,2316,2315,-1,2308,2309,2316,-1,1283,1304,1303,-1,1283,1284,1304,-1,1284,1305,1304,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_texCoordIndex_8()
{
int[] value = {1284,1285,1305,-1,1285,1286,1305,-1,1285,1206,1286,-1,1286,1307,1306,-1,1286,1300,1307,-1,1300,1308,1307,-1,1300,1301,1308,-1,1301,1309,1308,-1,1301,1302,1309,-1,764,772,771,-1,764,765,772,-1,765,773,772,-1,765,766,773,-1,766,774,773,-1,766,767,774,-1,767,775,774,-1,767,768,775,-1,768,776,775,-1,768,769,776,-1,769,777,776,-1,769,770,777,-1,1522,1530,1529,-1,1522,1523,1530,-1,1523,1531,1530,-1,1523,1524,1531,-1,1524,1532,1531,-1,1524,1525,1532,-1,1525,1533,1532,-1,1525,1526,1533,-1,1526,1534,1533,-1,1526,1527,1534,-1,1527,1535,1534,-1,1527,1528,1535,-1,2310,2318,2317,-1,2310,2311,2318,-1,2311,2319,2318,-1,2311,2312,2319,-1,2312,2320,2319,-1,2312,2313,2320,-1,2313,2321,2320,-1,2313,2314,2321,-1,2314,2322,2321,-1,2314,2315,2322,-1,2315,2323,2322,-1,2315,2316,2323,-1,1303,1311,1310,-1,1303,1304,1311,-1,1304,1312,1311,-1,1304,1305,1312,-1,1305,1306,1312,-1,1305,1286,1306,-1,1306,1314,1313,-1,1306,1307,1314,-1,1307,1315,1314,-1,1307,1308,1315,-1,1308,1316,1315,-1,1308,1309,1316,-1,771,786,785,-1,771,772,786,-1,772,787,786,-1,772,773,787,-1,773,788,787,-1,773,774,788,-1,774,789,788,-1,774,775,789,-1,775,790,789,-1,775,776,790,-1,776,791,790,-1,776,777,791,-1,1529,1553,1536,-1,1529,1530,1553,-1,1530,1618,1553,-1,1530,1531,1618,-1,1531,1619,1618,-1,1531,1532,1619,-1,1532,1620,1619,-1,1532,1533,1620,-1,1533,1635,1620,-1,1533,1534,1635,-1,1534,1636,1635,-1,1534,1535,1636,-1,2317,2325,2324,-1,2317,2318,2325,-1,2318,2326,2325,-1,2318,2319,2326,-1,2319,2327,2326,-1,2319,2320,2327,-1,2320,2328,2327,-1,2320,2321,2328,-1,2321,2329,2328,-1,2321,2322,2329,-1,2322,2330,2329,-1,2322,2323,2330,-1,1310,1318,1317,-1,1310,1311,1318,-1,1311,1410,1318,-1,1311,1312,1410,-1,1312,1313,1410,-1,1312,1306,1313,-1,1313,1428,1427,-1,1313,1314,1428,-1,1314,1429,1428,-1,1314,1315,1429,-1,1315,1430,1429,-1,1315,1316,1430,-1,785,793,792,-1,785,786,793,-1,786,794,793,-1,786,787,794,-1,787,795,794,-1,787,788,795,-1,788,804,795,-1,788,789,804,-1,789,805,804,-1,789,790,805,-1,790,806,805,-1,790,791,806,-1,1536,1652,1637,-1,1536,1553,1652,-1,1553,1653,1652,-1,1553,1618,1653,-1,1618,1654,1653,-1,1618,1619,1654,-1,1619,1669,1654,-1,1619,1620,1669,-1,1620,1670,1669,-1,1620,1635,1670,-1,1635,1671,1670,-1,1635,1636,1671,-1,2324,2347,2346,-1,2324,2325,2347,-1,2325,2348,2347,-1,2325,2326,2348,-1,2326,2349,2348,-1,2326,2327,2349,-1,2327,2350,2349,-1,2327,2328,2350,-1,2328,2351,2350,-1,2328,2329,2351,-1,2329,2352,2351,-1,2329,2330,2352,-1,1317,1432,1431,-1,1317,1318,1432,-1,1318,1433,1432,-1,1318,1410,1433,-1,1410,1427,1433,-1,1410,1313,1427,-1,2331,2356,2355,-1,1427,1428,1435,-1,2332,2357,2356,-1,1428,1429,1436,-1,2333,2358,2357,-1,1429,1430,1437,-1,2334,2359,2358,-1,792,793,807,-1,2335,2360,2359,-1,793,794,808,-1,2336,2361,2360,-1,794,795,809,-1,2337,2362,2361,-1,795,804,810,-1,2338,2363,2362,-1,804,805,811,-1,2339,2364,2363,-1,805,806,812,-1,2340,2365,2364,-1,1637,1652,1686,-1,2341,2366,2365,-1,1652,1653,1687,-1,2342,2367,2366,-1,1653,1654,1688,-1,2343,2368,2367,-1,1654,1669,1757,-1,2344,2369,2368,-1,1669,1670,1758,-1,2345,2370,2369,-1,1670,1671,1759,-1,2346,2371,2370,-1,2346,2347,2371,-1,2347,2372,2371,-1,2347,2348,2372,-1,2348,2373,2372,-1,2348,2349,2373,-1,2349,2374,2373,-1,2349,2350,2374,-1,2350,2375,2374,-1,2350,2351,2375,-1,2351,2376,2375,-1,2351,2352,2376,-1,2352,2377,2376,-1,1431,1432,1438,-1,2353,2378,2377,-1,1432,1433,1439,-1,2354,2355,2378,-1,1433,1427,1434,-1,2379,2355,2356,-1,2379,2356,2357,-1,2379,2357,2358,-1,2379,2358,2359,-1,2379,2359,2360,-1,2379,2360,2361,-1,2379,2361,2362,-1,2379,2362,2363,-1,2379,2363,2364,-1,2379,2364,2365,-1,2379,2365,2366,-1,2379,2366,2367,-1,2379,2367,2368,-1,2379,2368,2369,-1,2379,2369,2370,-1,2379,2370,2371,-1,2379,2371,2372,-1,2379,2372,2373,-1,2379,2373,2374,-1,2379,2374,2375,-1,2379,2375,2376,-1,2379,2376,2377,-1,2379,2377,2378,-1,2379,2378,2355,-1,1440,1442,1441,-1,1440,1443,1442,-1,1440,1444,1443,-1,1440,1445,1444,-1,1440,1537,1445,-1,1440,1612,1537,-1,1440,1613,1612,-1,1440,1614,1613,-1,1440,1629,1614,-1,1440,1630,1629,-1,1440,1631,1630,-1,1440,1646,1631,-1,1440,1647,1646,-1,1440,1648,1647,-1,1440,1663,1648,-1,1440,1664,1663,-1,1440,1665,1664,-1,1440,1441,1665,-1,1441,1681,1680,-1,1441,1442,1681,-1,1442,1682,1681,-1,1442,1443,1682,-1,1443,1748,1682,-1,1443,1444,1748,-1,1444,1749,1748,-1,1444,1445,1749,-1,1445,1750,1749,-1,1445,1537,1750,-1,1537,1751,1750,-1,1537,1612,1751,-1,1612,1769,1751,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_texCoordIndex_9()
{
int[] value = {1612,1613,1769,-1,1613,1770,1769,-1,1613,1614,1770,-1,1614,1771,1770,-1,1282,1287,1296,-1,1629,1772,1771,-1,1629,1630,1772,-1,1630,1773,1772,-1,1630,1631,1773,-1,1631,1774,1773,-1,1631,1646,1774,-1,1646,1775,1774,-1,1646,1647,1775,-1,1647,1793,1775,-1,1647,1648,1793,-1,1648,1794,1793,-1,1648,1663,1794,-1,1663,1795,1794,-1,1663,1664,1795,-1,1664,1796,1795,-1,1664,1665,1796,-1,1665,1680,1796,-1,1828,1827,1848,-1,2380,2384,2383,-1,2380,2381,2384,-1,1288,1298,1297,-1,1288,1289,1298,-1,1289,1299,1298,-1,1289,1290,1299,-1,1290,1321,1299,-1,1290,1291,1321,-1,1291,1322,1321,-1,1291,1292,1322,-1,1292,1323,1322,-1,1292,1293,1323,-1,1293,1324,1323,-1,1293,1294,1324,-1,1294,1325,1324,-1,1294,1295,1325,-1,813,825,824,-1,813,822,825,-1,822,826,825,-1,822,823,826,-1,1849,1877,1876,-1,1849,1850,1877,-1,1850,1893,1877,-1,1850,1851,1893,-1,1851,1894,1893,-1,1851,1852,1894,-1,1852,1895,1894,-1,1852,1872,1895,-1,1872,1896,1895,-1,1872,1873,1896,-1,1873,1897,1896,-1,1873,1874,1897,-1,1874,1898,1897,-1,1874,1875,1898,-1,2382,2383,2385,-1,2382,2380,2383,-1,2383,2387,2386,-1,2383,2384,2387,-1,1297,1327,1326,-1,1297,1298,1327,-1,1298,1328,1327,-1,1298,1299,1328,-1,1299,1329,1328,-1,1299,1321,1329,-1,1321,1339,1329,-1,1321,1322,1339,-1,1322,1340,1339,-1,1322,1323,1340,-1,1323,1341,1340,-1,1323,1324,1341,-1,1324,1342,1341,-1,1324,1325,1342,-1,824,828,827,-1,824,825,828,-1,825,829,828,-1,825,826,829,-1,1876,1900,1899,-1,1876,1877,1900,-1,1877,1901,1900,-1,1877,1893,1901,-1,1893,1902,1901,-1,1893,1894,1902,-1,1894,1903,1902,-1,1894,1895,1903,-1,1895,1904,1903,-1,1895,1896,1904,-1,1896,1905,1904,-1,1896,1897,1905,-1,1897,1906,1905,-1,1897,1898,1906,-1,2385,2386,2388,-1,2385,2383,2386,-1,2386,2390,2389,-1,2386,2387,2390,-1,1326,1344,1343,-1,1326,1327,1344,-1,1327,1345,1344,-1,1327,1328,1345,-1,1328,1346,1345,-1,1328,1329,1346,-1,1329,1347,1346,-1,1329,1339,1347,-1,1339,1357,1347,-1,1339,1340,1357,-1,1340,1358,1357,-1,1340,1341,1358,-1,1341,1359,1358,-1,1341,1342,1359,-1,827,831,830,-1,827,828,831,-1,828,840,831,-1,828,829,840,-1,1899,1946,1945,-1,1899,1900,1946,-1,1900,1947,1946,-1,1900,1901,1947,-1,1901,1948,1947,-1,1901,1902,1948,-1,1902,1949,1948,-1,1902,1903,1949,-1,1903,1950,1949,-1,1903,1904,1950,-1,1904,1951,1950,-1,1904,1905,1951,-1,1905,1952,1951,-1,1905,1906,1952,-1,2388,2389,2391,-1,2388,2386,2389,-1,1760,1830,1829,-1,1760,1761,1830,-1,1761,1831,1830,-1,1761,1762,1831,-1,1762,1832,1831,-1,1762,1763,1832,-1,1763,1833,1832,-1,1763,1781,1833,-1,1781,1834,1833,-1,1781,1782,1834,-1,1782,1835,1834,-1,1782,1783,1835,-1,1783,1853,1835,-1,1783,1784,1853,-1,1784,1854,1853,-1,1784,1785,1854,-1,1785,1855,1854,-1,1785,1786,1855,-1,1786,1856,1855,-1,1786,1787,1856,-1,1787,1857,1856,-1,1787,1805,1857,-1,1805,1858,1857,-1,1805,1806,1858,-1,1806,1859,1858,-1,1806,1807,1859,-1,1807,1878,1859,-1,1807,1808,1878,-1,1808,1879,1878,-1,1808,1809,1879,-1,1809,1880,1879,-1,1809,1810,1880,-1,1810,1881,1880,-1,1810,1811,1881,-1,1811,1829,1881,-1,1811,1760,1829,-1,1882,1829,1830,-1,1882,1830,1831,-1,1882,1831,1832,-1,1882,1832,1833,-1,1882,1833,1834,-1,1882,1834,1835,-1,1882,1835,1853,-1,1882,1853,1854,-1,1882,1854,1855,-1,1882,1855,1856,-1,1882,1856,1857,-1,1882,1857,1858,-1,1882,1858,1859,-1,1882,1859,1878,-1,1882,1878,1879,-1,1882,1879,1880,-1,1882,1880,1881,-1,1882,1881,1829,-1,1953,1955,1954,-1,1953,1956,1955,-1,1953,1957,1956,-1,1953,1958,1957,-1,1953,1959,1958,-1,1953,1960,1959,-1,1953,1961,1960,-1,1953,1963,1961,-1,1953,1964,1963,-1,1953,1965,1964,-1,1953,1966,1965,-1,1953,1967,1966,-1,1953,1968,1967,-1,1953,1969,1968,-1,1953,1970,1969,-1,1953,1971,1970,-1,1953,1972,1971,-1,1953,1973,1972,-1,1953,1974,1973,-1,1953,1975,1974,-1,1953,1976,1975,-1,1953,1977,1976,-1,1953,1978,1977,-1,1953,1954,1978,-1,1883,1987,1986,-1,1883,1980,1987,-1,1980,1988,1987,-1,1980,1981,1988,-1,1981,1989,1988,-1,1981,1982,1989,-1,2392,2400,2399,-1,2392,2393,2400,-1,2393,2401,2400,-1,2393,2394,2401,-1,2394,2402,2401,-1,2394,2395,2402,-1,2395,2403,2402,-1,2395,2396,2403,-1,2396,2404,2403,-1,2396,2397,2404,-1,2397,2405,2404,-1,2397,2398,2405,-1,1797,1822,1821,-1,1797,1798,1822,-1,1798,1823,1822,-1,1798,1799,1823,-1,1799,1841,1823,-1,1799,1817,1841,-1,1817,1842,1841,-1,1817,1818,1842,-1,1818,1843,1842,-1,1818,1819,1843,-1,1819,1844,1843,-1,1819,1820,1844,-1,841,849,848,-1,841,842,849,-1,842,858,849,-1,842,843,858,-1,843,859,858,-1,843,844,859,-1,844,860,859,-1,844,845,860,-1,845,861,860,-1,845,846,861,-1,846,862,861,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_texCoordIndex_10()
{
int[] value = {846,847,862,-1,1983,1991,1990,-1,1983,1984,1991,-1,1984,1992,1991,-1,1984,1985,1992,-1,1985,1986,1992,-1,1985,1883,1986,-1,1986,1994,1993,-1,1986,1987,1994,-1,1987,1995,1994,-1,1987,1988,1995,-1,1988,1996,1995,-1,1988,1989,1996,-1,2399,2407,2406,-1,2399,2400,2407,-1,2400,2408,2407,-1,2400,2401,2408,-1,2401,2409,2408,-1,2401,2402,2409,-1,2402,2410,2409,-1,2402,2403,2410,-1,2403,2411,2410,-1,2403,2404,2411,-1,2404,2412,2411,-1,2404,2405,2412,-1,1821,1846,1845,-1,1821,1822,1846,-1,1822,1847,1846,-1,1822,1823,1847,-1,1823,1865,1847,-1,1823,1841,1865,-1,1841,1866,1865,-1,1841,1842,1866,-1,1842,1867,1866,-1,1842,1843,1867,-1,1843,1868,1867,-1,1843,1844,1868,-1,848,864,863,-1,848,849,864,-1,849,865,864,-1,849,858,865,-1,858,866,865,-1,858,859,866,-1,859,867,866,-1,859,860,867,-1,860,876,867,-1,860,861,876,-1,861,877,876,-1,861,862,877,-1,1990,1998,1997,-1,1990,1991,1998,-1,1991,1999,1998,-1,1991,1992,1999,-1,1992,1993,1999,-1,1992,1986,1993,-1,1993,2001,2000,-1,1993,1994,2001,-1,1994,2002,2001,-1,1994,1995,2002,-1,1995,2003,2002,-1,1995,1996,2003,-1,2406,2414,2413,-1,2406,2407,2414,-1,2407,2415,2414,-1,2407,2408,2415,-1,2408,2416,2415,-1,2408,2409,2416,-1,2409,2417,2416,-1,2409,2410,2417,-1,2410,2418,2417,-1,2410,2411,2418,-1,2411,2419,2418,-1,2411,2412,2419,-1,1845,1870,1869,-1,1845,1846,1870,-1,1846,1871,1870,-1,1846,1847,1871,-1,1847,1890,1871,-1,1847,1865,1890,-1,1865,1891,1890,-1,1865,1866,1891,-1,1866,1907,1891,-1,1866,1867,1907,-1,1867,1908,1907,-1,1867,1868,1908,-1,863,879,878,-1,863,864,879,-1,864,880,879,-1,864,865,880,-1,865,882,880,-1,865,866,882,-1,866,885,882,-1,866,867,885,-1,867,895,885,-1,867,876,895,-1,876,896,895,-1,876,877,896,-1,1997,2005,2004,-1,1997,1998,2005,-1,1998,2006,2005,-1,1998,1999,2006,-1,1999,2000,2006,-1,1999,1993,2000,-1,2000,2008,2007,-1,2000,2001,2008,-1,2001,2009,2008,-1,2001,2002,2009,-1,2002,2010,2009,-1,2002,2003,2010,-1,2413,2424,2423,-1,2413,2414,2424,-1,2414,2425,2424,-1,2414,2415,2425,-1,2415,2426,2425,-1,2415,2416,2426,-1,2416,2427,2426,-1,2416,2417,2427,-1,2417,2428,2427,-1,2417,2418,2428,-1,2418,2429,2428,-1,2418,2419,2429,-1,1869,1910,1909,-1,1869,1870,1910,-1,1870,1911,1910,-1,1870,1871,1911,-1,1871,1912,1911,-1,1871,1890,1912,-1,1890,1913,1912,-1,1890,1891,1913,-1,1891,1914,1913,-1,1891,1907,1914,-1,1907,1915,1914,-1,1907,1908,1915,-1,878,900,899,-1,878,879,900,-1,879,901,900,-1,879,880,901,-1,880,902,901,-1,880,882,902,-1,882,903,902,-1,882,885,903,-1,885,904,903,-1,885,895,904,-1,895,912,904,-1,895,896,912,-1,2004,2012,2011,-1,2004,2005,2012,-1,2005,2013,2012,-1,2005,2006,2013,-1,2006,2007,2013,-1,2006,2000,2007,-1,2420,2445,2444,-1,2007,2008,2015,-1,2421,2446,2445,-1,2008,2009,2016,-1,2422,2447,2446,-1,2009,2010,2030,-1,2423,2448,2447,-1,2423,2424,2448,-1,2424,2449,2448,-1,2424,2425,2449,-1,2425,2450,2449,-1,2425,2426,2450,-1,2426,2451,2450,-1,2426,2427,2451,-1,2427,2452,2451,-1,2427,2428,2452,-1,2428,2453,2452,-1,2428,2429,2453,-1,2429,2454,2453,-1,1909,1910,1916,-1,2430,2455,2454,-1,1910,1911,1917,-1,2431,2456,2455,-1,1911,1912,1918,-1,2432,2457,2456,-1,1912,1913,1919,-1,2433,2458,2457,-1,1913,1914,1920,-1,2434,2459,2458,-1,1914,1915,1921,-1,2435,2460,2459,-1,899,900,913,-1,2436,2461,2460,-1,900,901,914,-1,2437,2462,2461,-1,901,902,915,-1,2438,2463,2462,-1,902,903,916,-1,2439,2464,2463,-1,903,904,917,-1,2440,2465,2464,-1,904,912,918,-1,2441,2466,2465,-1,2011,2012,2031,-1,2442,2467,2466,-1,2012,2013,2032,-1,2443,2444,2467,-1,2013,2007,2014,-1,2468,2444,2445,-1,2468,2445,2446,-1,2468,2446,2447,-1,2468,2447,2448,-1,2468,2448,2449,-1,2468,2449,2450,-1,2468,2450,2451,-1,2468,2451,2452,-1,2468,2452,2453,-1,2468,2453,2454,-1,2468,2454,2455,-1,2468,2455,2456,-1,2468,2456,2457,-1,2468,2457,2458,-1,2468,2458,2459,-1,2468,2459,2460,-1,2468,2460,2461,-1,2468,2461,2462,-1,2468,2462,2463,-1,2468,2463,2464,-1,2468,2464,2465,-1,2468,2465,2466,-1,2468,2466,2467,-1,2468,2467,2444,-1,1922,1924,1923,-1,1922,1925,1924,-1,1922,1926,1925,-1,1922,1927,1926,-1,1922,1928,1927,-1,1922,1929,1928,-1,1922,1930,1929,-1,1922,1931,1930,-1,1922,1932,1931,-1,1922,1933,1932,-1,1922,1934,1933,-1,1922,1935,1934,-1,1922,1936,1935,-1,1922,1937,1936,-1,1922,1938,1937,-1,1922,1939,1938,-1,1922,1940,1939,-1,1922,1923,1940,-1,1923,1942,1941,-1,1923,1924,1942,-1,1924,1943,1942,-1,1924,1925,1943,-1,1925,2017,1943,-1,1925,1926,2017,-1,1926,2018,2017,-1,1926,1927,2018,-1,1927,2019,2018,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_texCoordIndex_11()
{
int[] value = {1927,1928,2019,-1,1928,2020,2019,-1,1928,1929,2020,-1,1929,2044,2020,-1,1929,1930,2044,-1,1930,2045,2044,-1,1930,1931,2045,-1,1931,2046,2045,-1,1360,1361,1379,-1,1932,2047,2046,-1,1932,1933,2047,-1,1933,2048,2047,-1,1933,1934,2048,-1,1934,2049,2048,-1,1934,1935,2049,-1,1935,2050,2049,-1,1935,1936,2050,-1,1936,2068,2050,-1,1936,1937,2068,-1,1937,2069,2068,-1,1937,1938,2069,-1,1938,2070,2069,-1,1938,1939,2070,-1,1939,2071,2070,-1,1939,1940,2071,-1,1940,1941,2071,-1,2021,1979,2022,-1,2469,2473,2472,-1,2469,2470,2473,-1,1362,1381,1380,-1,1362,1363,1381,-1,1363,1382,1381,-1,1363,1364,1382,-1,1364,1383,1382,-1,1364,1365,1383,-1,1365,1411,1383,-1,1365,1375,1411,-1,1375,1412,1411,-1,1375,1376,1412,-1,1376,1413,1412,-1,1376,1377,1413,-1,1377,1414,1413,-1,1377,1378,1414,-1,919,931,922,-1,919,920,931,-1,920,932,931,-1,920,921,932,-1,2023,2040,2039,-1,2023,2024,2040,-1,2024,2041,2040,-1,2024,2025,2041,-1,2025,2042,2041,-1,2025,2026,2042,-1,2026,2043,2042,-1,2026,2027,2043,-1,2027,2051,2043,-1,2027,2028,2051,-1,2028,2052,2051,-1,2028,2029,2052,-1,2029,2053,2052,-1,2029,2034,2053,-1,2471,2472,2474,-1,2471,2469,2472,-1,2472,2476,2475,-1,2472,2473,2476,-1,1380,1416,1415,-1,1380,1381,1416,-1,1381,1417,1416,-1,1381,1382,1417,-1,1382,1418,1417,-1,1382,1383,1418,-1,1383,1419,1418,-1,1383,1411,1419,-1,1411,1420,1419,-1,1411,1412,1420,-1,1412,1421,1420,-1,1412,1413,1421,-1,1413,1422,1421,-1,1413,1414,1422,-1,922,934,933,-1,922,931,934,-1,931,935,934,-1,931,932,935,-1,2039,2055,2054,-1,2039,2040,2055,-1,2040,2075,2055,-1,2040,2041,2075,-1,2041,2076,2075,-1,2041,2042,2076,-1,2042,2077,2076,-1,2042,2043,2077,-1,2043,2078,2077,-1,2043,2051,2078,-1,2051,2079,2078,-1,2051,2052,2079,-1,2052,2099,2079,-1,2052,2053,2099,-1,2474,2475,2477,-1,2474,2472,2475,-1,2475,2479,2478,-1,2475,2476,2479,-1,1415,1424,1423,-1,1415,1416,1424,-1,1416,1425,1424,-1,1416,1417,1425,-1,1417,1448,1425,-1,1417,1418,1448,-1,1418,1449,1448,-1,1418,1419,1449,-1,1419,1450,1449,-1,1419,1420,1450,-1,1420,1451,1450,-1,1420,1421,1451,-1,1421,1452,1451,-1,1421,1422,1452,-1,933,937,936,-1,933,934,937,-1,934,938,937,-1,934,935,938,-1,2054,2101,2100,-1,2054,2055,2101,-1,2055,2102,2101,-1,2055,2075,2102,-1,2075,2103,2102,-1,2075,2076,2103,-1,2076,2123,2103,-1,2076,2077,2123,-1,2077,2124,2123,-1,2077,2078,2124,-1,2078,2125,2124,-1,2078,2079,2125,-1,2079,2126,2125,-1,2079,2099,2126,-1,2477,2478,2480,-1,2477,2475,2478,-1,2033,2104,2086,-1,2033,2035,2104,-1,2035,2105,2104,-1,2035,2036,2105,-1,2036,2106,2105,-1,2036,2037,2106,-1,2037,2107,2106,-1,2037,2038,2107,-1,2038,2108,2107,-1,2038,2056,2108,-1,2056,2109,2108,-1,2056,2057,2109,-1,2057,2110,2109,-1,2057,2058,2110,-1,2058,2128,2110,-1,2058,2059,2128,-1,2059,2129,2128,-1,2059,2060,2129,-1,2060,2130,2129,-1,2060,2061,2130,-1,2061,2131,2130,-1,2061,2062,2131,-1,2062,2132,2131,-1,2062,2080,2132,-1,2080,2133,2132,-1,2080,2081,2133,-1,2081,2134,2133,-1,2081,2082,2134,-1,2082,2152,2134,-1,2082,2083,2152,-1,2083,2153,2152,-1,2083,2084,2153,-1,2084,2154,2153,-1,2084,2085,2154,-1,2085,2086,2154,-1,2085,2033,2086,-1,2155,2086,2104,-1,2155,2104,2105,-1,2155,2105,2106,-1,2155,2106,2107,-1,2155,2107,2108,-1,2155,2108,2109,-1,2155,2109,2110,-1,2155,2110,2128,-1,2155,2128,2129,-1,2155,2129,2130,-1,2155,2130,2131,-1,2155,2131,2132,-1,2155,2132,2133,-1,2155,2133,2134,-1,2155,2134,2152,-1,2155,2152,2153,-1,2155,2153,2154,-1,2155,2154,2086,-1,297,109,967,-1,109,54,967,-1,52,27,967,-1,967,54,52,-1,231,230,233,-1,231,224,230,-1,293,282,289,-1,293,285,282,-1,1453,1455,1456,-1,1456,1454,1453,-1,2127,2147,2149,-1,2149,2148,2127,-1,2156,2157,2178,-1,2178,2177,2156,-1,2072,2074,2094,-1,2094,2092,2072,-1,2074,2073,2093,-1,2093,2094,2074,-1,2158,2156,2177,-1,2177,2240,2158,-1,1466,1468,1469,-1,1469,1467,1466,-1,2150,2151,2172,-1,2172,2171,2150,-1,2095,2096,2116,-1,2116,2098,2095,-1,2241,2243,2246,-1,2246,2244,2241,-1,2243,2242,2245,-1,2245,2246,2243,-1,2097,2095,2098,-1,2098,2117,2097,-1,2118,2120,2119,-1,2118,2121,2120,-1,2118,2122,2121,-1,2118,2140,2122,-1,2118,2141,2140,-1,2118,2142,2141,-1,2118,2143,2142,-1,2118,2144,2143,-1,2118,2145,2144,-1,2118,2146,2145,-1,2118,2165,2146,-1,2118,2166,2165,-1,2118,2167,2166,-1,2118,2168,2167,-1,2118,2169,2168,-1,2173,2205,2180,-1,2118,2194,2170,-1,2118,2119,2194,-1,1470,1490,1489,-1,1470,1471,1490,-1,1471,1491,1490,-1,1471,1472,1491,-1,1472,1492,1491,-1,2121,2122,2195,-1,2122,2196,2195,-1,1473,1474,1502,-1,1474,1503,1502,-1,1474,1484,1503,-1,1484,1504,1503,-1};
return value;
}
private int[] getIndexedFaceSet_7_28_texCoordIndex_12()
{
int[] value = {1484,1485,1504,-1,1485,1505,1504,-1,1485,1486,1505,-1,1486,1506,1505,-1,1486,1487,1506,-1,1487,1507,1506,-1,1487,1488,1507,-1,2175,2209,2208,-1,2175,2176,2209,-1,939,949,940,-1,2146,2165,2197,-1,2165,2198,2197,-1,2165,2166,2198,-1,2166,2199,2198,-1,2166,2167,2199,-1,2167,2200,2199,-1,2167,2168,2200,-1,2168,2201,2200,-1,2168,2169,2201,-1,2169,2202,2201,-1,2169,2170,2202,-1,2170,2203,2202,-1,2170,2194,2203,-1,2481,2482,2483,-1,2206,2174,2207,-1,2247,2259,2258,-1,2247,2248,2259,-1,2248,2260,2259,-1,1490,1491,1510,-1,2249,2261,2260,-1,1491,1492,1538,-1,1492,1539,1538,-1,1492,1502,1539,-1,1502,1540,1539,-1,1502,1503,1540,-1,1503,1541,1540,-1,1503,1504,1541,-1,1504,1542,1541,-1,1504,1505,1542,-1,1505,1543,1542,-1,1505,1506,1543,-1,1506,1544,1543,-1,1506,1507,1544,-1,2208,2212,2211,-1,2208,2209,2212,-1,2209,2213,2212,-1,2250,2251,2262,-1,2251,2263,2262,-1,2251,2252,2263,-1,2252,2264,2263,-1,2252,2253,2264,-1,2253,2265,2264,-1,2253,2254,2265,-1,2254,2266,2265,-1,2254,2255,2266,-1,2255,2267,2266,-1,2255,2256,2267,-1,2256,2268,2267,-1,2256,2257,2268,-1,2257,2258,2268,-1,2257,2247,2258,-1,1508,1546,1545,-1,1508,1509,1546,-1,1509,1547,1546,-1,1509,1510,1547,-1,1510,1548,1547,-1,1510,1538,1548,-1,1538,1549,1548,-1,1538,1539,1549,-1,1539,1550,1549,-1,1539,1540,1550,-1,1540,1551,1550,-1,1540,1541,1551,-1,1541,1552,1551,-1,1541,1542,1552,-1,1542,1554,1552,-1,1542,1543,1554,-1,1543,1555,1554,-1,1543,1544,1555,-1,2211,2223,2221,-1,2211,2212,2223,-1,2212,2224,2223,-1,2212,2213,2224,-1,2213,2225,2224,-1,2213,2214,2225,-1,2214,2226,2225,-1,2214,2215,2226,-1,2215,2227,2226,-1,2215,2216,2227,-1,2216,2228,2227,-1,2216,2217,2228,-1,2217,2229,2228,-1,2217,2218,2229,-1,2218,2230,2229,-1,2218,2219,2230,-1,2219,2220,2230,-1,2219,2210,2220,-1,1545,1557,1556,-1,1545,1546,1557,-1,1546,1558,1557,-1,1546,1547,1558,-1,1547,1559,1558,-1,1547,1548,1559,-1,1548,1560,1559,-1,1548,1549,1560,-1,1549,1561,1560,-1,1549,1550,1561,-1,1550,1562,1561,-1,1550,1551,1562,-1,1551,1563,1562,-1,1551,1552,1563,-1,1552,1564,1563,-1,1552,1554,1564,-1,1554,1565,1564,-1,1554,1555,1565,-1,2221,2233,2232,-1,2221,2223,2233,-1,2223,2234,2233,-1,2223,2224,2234,-1,2224,2235,2234,-1,2224,2225,2235,-1,2225,2236,2235,-1,2225,2226,2236,-1,2226,2237,2236,-1,2226,2227,2237,-1,2227,2238,2237,-1,2227,2228,2238,-1,2228,2239,2238,-1,2228,2229,2239,-1,2229,2277,2239,-1,2229,2230,2277,-1,2230,2231,2277,-1,2230,2220,2231,-1,1556,1567,1566,-1,1556,1557,1567,-1,1557,1568,1567,-1,1557,1558,1568,-1,1558,1569,1568,-1,1558,1559,1569,-1,1559,1570,1569,-1,1559,1560,1570,-1,1560,1571,1570,-1,1560,1561,1571,-1,1561,1572,1571,-1,1561,1562,1572,-1,1562,1573,1572,-1,1562,1563,1573,-1,1563,1574,1573,-1,1563,1564,1574,-1,1564,1575,1574,-1,1564,1565,1575,-1,2232,2280,2279,-1,2232,2233,2280,-1,2233,2281,2280,-1,2233,2234,2281,-1,2234,2282,2281,-1,2234,2235,2282,-1,2235,2283,2282,-1,2235,2236,2283,-1,2236,2284,2283,-1,2236,2237,2284,-1,2237,2285,2284,-1,2237,2238,2285,-1,2238,2290,2285,-1,2238,2239,2290,-1,2239,2291,2290,-1,2239,2277,2291,-1,2277,2278,2291,-1,2277,2231,2278,-1,2298,2269,2270,-1,2298,2270,2271,-1,2298,2271,2272,-1,2298,2272,2273,-1,2298,2273,2274,-1,2298,2274,2275,-1,2298,2275,2276,-1,2298,2276,2286,-1,2298,2286,2287,-1,2298,2287,2288,-1,2298,2288,2289,-1,2298,2289,2292,-1,2298,2292,2293,-1,2298,2293,2294,-1,2298,2294,2295,-1,2298,2295,2296,-1,2298,2296,2297,-1,2298,2297,2269,-1,198,276,196,-1,467,466,392,-1};
return value;
}
/** Define subarrays using type float[] */
private float[] getCoordinate_8_28_point_1()
{
float[] value = {18.16f,15.108f,10.155f,17.704f,16.533f,-0.12906f,11.937f,14.482f,3.3236f,10.699f,14.482f,4.5617f,10.246f,14.482f,6.253f,10.699f,14.482f,7.9444f,11.937f,14.482f,9.1825f,15.147f,14.482f,9.6357f,15.147f,7.9118f,-0.85938f,10.699f,7.9118f,1.1791f,8.5544f,7.9118f,3.3236f,5.4327f,7.9118f,6.8287f,8.5544f,7.9118f,9.1825f,10.699f,7.9118f,11.327f,15.344f,-0.87907f,-1.384f,10.246f,-1.0627f,0.39413f,5.0347f,-1.0627f,4.3819f,4.1284f,-1.0627f,6.8287f,5.9672f,-1.0627f,9.3996f,10.246f,-1.0627f,12.614f,15.147f,-1.0627f,13.417f,15.147f,-10.037f,-0.85937f,10.699f,-10.037f,1.1791f,8.5544f,-10.037f,3.3236f,5.8065f,-10.037f,6.8287f,8.5544f,-10.037f,9.1825f,10.699f,-10.037f,11.327f,15.3f,-9.236f,12.742f,17.295f,-17.756f,-0.33462f,11.937f,-16.607f,3.3236f,10.699f,-16.607f,4.5617f,10.246f,-16.607f,6.253f,10.699f,-16.607f,7.9444f,11.937f,-16.607f,9.1825f,17.048f,-17.217f,9.7046f,237.91f,0.59324f,-37.76f,242.0f,-1.606f,-37.76f,237.91f,0.59324f,-38.815f,242.0f,0.59324f,-40.772f,237.91f,1.3402f,-37.76f,242.0f,4.9309f,-37.76f,237.91f,1.3402f,-38.815f,242.0f,1.3402f,-40.772f,249.8f,-1.606f,-37.76f,249.3f,0.59324f,-40.772f,253.22f,1.4997f,-37.51f,249.3f,1.3402f,-40.772f,252.22f,0.9667f,-35.565f,235.18f,0.59324f,-33.228f,241.19f,-1.606f,-28.47f,235.18f,1.3402f,-33.228f,237.88f,2.0327f,-30.462f,246.27f,-1.606f,-33.407f,244.4f,1.509f,-30.462f,251.15f,0.9667f,-33.761f,223.22f,0.59324f,-19.388f,227.6f,-0.099292f,-19.388f,223.22f,1.3402f,-19.388f,227.6f,2.0327f,-19.388f,236.77f,-0.099292f,-19.388f,236.77f,2.0327f,-19.388f,242.2f,0.9667f,-19.471f,222.0f,0.59324f,-18.088f,226.38f,-0.099292f,-18.088f,222.0f,1.3402f,-18.088f,226.38f,2.0327f,-18.088f,235.61f,-0.099292f,-18.088f,235.61f,2.0327f,-18.088f,245.58f,0.33074f,-18.171f,245.58f,1.6027f,-18.171f,220.32f,0.59324f,-16.379f,224.88f,-0.099292f,-16.379f,220.32f,1.3402f,-16.379f,224.88f,2.0327f,-16.379f,234.48f,-0.099292f,-16.379f,234.48f,2.0327f,-16.379f,245.58f,0.33074f,-16.462f,245.58f,1.6027f,-16.462f,218.33f,0.38069f,-14.479f,223.32f,-0.099292f,-14.479f,218.33f,1.5527f,-14.479f,223.32f,2.0327f,-14.479f,233.23f,-0.099292f,-14.479f,233.23f,2.0327f,-14.479f,242.55f,0.33074f,-14.562f,242.55f,1.6027f,-14.562f,216.34f,0.38069f,-12.379f,221.64f,-0.099292f,-12.379f,216.34f,1.5527f,-12.379f,221.64f,2.0327f,-12.379f,231.66f,-0.099292f,-12.379f,231.66f,2.0327f,-12.379f,242.56f,0.33074f,-12.462f,242.56f,1.6027f,-12.462f,215.15f,0.38069f,-11.079f,220.39f,-0.099292f,-11.079f,215.15f,1.5527f,-11.079f,220.39f,2.0327f,-11.079f,230.53f,-0.099292f,-11.079f,230.53f,2.0327f,-11.079f};
return value;
}
private float[] getCoordinate_8_28_point_2()
{
float[] value = {240.15f,0.33074f,-11.162f,240.15f,1.6027f,-11.162f,213.16f,0.38069f,-9.1791f,218.65f,-0.24575f,-9.1791f,213.16f,1.5527f,-9.1791f,218.65f,2.1791f,-9.1791f,229.03f,-0.099292f,-9.1791f,229.03f,2.0327f,-9.1791f,240.01f,0.33074f,-9.2624f,240.01f,1.6027f,-9.2624f,209.28f,0.094309f,-4.8436f,217.46f,-0.37949f,-7.5791f,209.28f,3.8535f,-4.8436f,217.46f,2.2382f,-7.5791f,227.59f,-0.099292f,-7.6142f,227.59f,2.0327f,-7.6142f,228.96f,0.33074f,-7.6624f,228.96f,1.6027f,-7.6624f,205.73f,-0.34369f,-0.77518f,220.43f,-0.099292f,-0.27917f,205.73f,3.9385f,-0.77518f,220.43f,2.0327f,-0.27917f,223.4f,-0.099292f,-0.27917f,223.4f,2.0327f,-0.27917f,227.28f,0.33074f,-0.36245f,227.28f,1.6027f,-0.36245f,209.38f,0.18196f,7.0816f,220.45f,0.33074f,6.2402f,209.38f,3.3608f,7.0816f,220.45f,1.6027f,6.2402f,223.43f,0.33074f,6.1208f,223.43f,1.6027f,6.1208f,231.03f,0.33074f,2.9495f,231.03f,1.6027f,2.9495f,209.38f,0.18196f,7.0816f,220.45f,0.33074f,6.2402f,220.45f,1.6027f,6.2402f,209.38f,3.3608f,7.0816f,213.16f,0.38069f,-9.1791f,218.65f,-0.24575f,-9.1791f,217.46f,-0.37949f,-7.5791f,209.28f,0.094309f,-4.8436f,218.65f,2.1791f,-9.1791f,213.16f,1.5527f,-9.1791f,209.28f,3.8535f,-4.8436f,220.43f,2.0327f,-0.27917f,220.43f,-0.099292f,-0.27917f,209.38f,0.18196f,7.0816f,220.45f,0.33074f,6.2402f,220.45f,1.6027f,6.2402f,209.38f,3.3608f,7.0816f,213.16f,0.38069f,-9.1791f,218.65f,-0.24575f,-9.1791f,217.46f,-0.37949f,-7.5791f,209.28f,0.094309f,-4.8436f,218.65f,2.1791f,-9.1791f,213.16f,1.5527f,-9.1791f,209.28f,3.8535f,-4.8436f,220.43f,2.0327f,-0.27917f,220.43f,-0.099292f,-0.27917f,205.08f,0.18196f,7.3754f,205.08f,3.3608f,7.3754f,204.98f,-0.010011f,-4.8117f,204.98f,3.4417f,-4.8117f,188.03f,-0.4281f,8.2215f,187.98f,3.5756f,8.2215f,187.88f,-0.6665f,-7.5445f,187.88f,3.6749f,-7.5445f,187.95f,5.4624f,-4.1519f,187.95f,-2.2683f,-4.1519f,138.49f,-4.3537f,12.878f,138.49f,7.1963f,12.878f,138.39f,-2.1041f,-16.561f,138.39f,5.1466f,-16.561f,138.46f,8.0832f,-11.02f,138.46f,-6.1498f,-11.02f,130.79f,-5.8109f,12.903f,130.79f,8.7019f,12.903f,130.69f,-3.7062f,-19.023f,130.69f,6.7547f,-19.023f,130.76f,9.8894f,-12.078f,130.76f,-7.9946f,-12.078f,127.79f,-6.3123f,12.912f,127.79f,9.1439f,12.912f,127.69f,-4.4589f,-19.014f,127.69f,7.5757f,-19.014f,127.76f,10.484f,-12.069f,127.76f,-8.5624f,-12.069f,209.53f,1.9739f,-6.221f,205.23f,1.8512f,-6.1891f,188.13f,1.5478f,-8.922f,138.64f,1.0404f,-17.939f,130.94f,1.0301f,-20.4f,127.94f,1.0153f,-20.391f,220.74f,0.94599f,7.1951f,220.74f,1.4116f,7.1951f,223.72f,0.94599f,7.0757f,223.72f,1.4116f,7.0757f,231.33f,0.94599f,3.9044f,231.33f,1.4116f,3.9044f};
return value;
}
private float[] getCoordinate_8_28_point_3()
{
float[] value = {209.44f,0.89152f,8.0794f,220.51f,0.94599f,7.2379f,220.51f,1.4116f,7.2379f,209.44f,2.0552f,8.0794f,205.14f,0.89152f,8.3732f,205.14f,2.0552f,8.3732f,188.04f,0.6702f,9.2193f,188.04f,2.1338f,9.2193f,138.55f,-0.64218f,13.875f,138.55f,3.5859f,12.592f,130.85f,-1.1542f,13.901f,130.85f,4.1585f,12.618f,127.85f,-1.9403f,13.91f,127.85f,5.0321f,13.91f,122.09f,-6.9212f,12.913f,122.09f,10.085f,12.913f,121.99f,-5.8313f,-21.501f,121.99f,9.0045f,-21.501f,122.06f,11.572f,-12.068f,122.06f,-10.191f,-12.068f,122.24f,1.0255f,-22.879f,122.15f,-1.6432f,13.911f,122.15f,4.6745f,13.911f,118.89f,-7.6094f,12.914f,118.89f,10.801f,12.914f,118.79f,-6.6265f,-21.975f,118.79f,9.8783f,-21.975f,118.86f,12.689f,-12.067f,118.86f,-11.092f,-12.067f,119.04f,1.0221f,-23.352f,118.95f,-1.7423f,13.912f,118.95f,4.7937f,13.912f,109.09f,-10.073f,12.916f,109.09f,13.146f,12.916f,108.99f,-8.5496f,-22.503f,108.99f,11.439f,-22.503f,109.06f,15.182f,-12.065f,109.06f,-13.907f,-12.065f,109.24f,0.9956f,-23.881f,109.15f,-2.6336f,14.922f,109.15f,5.8664f,14.922f,102.59f,-11.717f,12.917f,102.59f,14.881f,12.917f,102.49f,-10.588f,-22.502f,102.49f,12.941f,-22.502f,102.56f,16.256f,-12.063f,102.56f,-15.55f,-12.063f,102.74f,0.97803f,-23.88f,102.65f,-3.1948f,14.923f,102.65f,6.5419f,14.923f,92.487f,-10.917f,12.92f,92.487f,13.773f,12.92f,92.391f,-12.511f,-22.5f,92.391f,14.411f,-22.5f,92.46f,16.779f,-12.061f,92.46f,-16.963f,-12.061f,92.642f,0.95013f,-23.877f,92.554f,-4.0861f,14.925f,92.554f,7.6147f,14.925f,84.987f,-10.913f,12.921f,84.987f,13.77f,12.921f,84.891f,-13.422f,-22.498f,84.891f,15.323f,-22.498f,84.96f,16.774f,-12.06f,84.96f,-16.958f,-12.06f,85.142f,0.95017f,-23.876f,85.054f,-4.0846f,14.927f,85.054f,7.613f,14.927f,75.787f,-11.26f,12.923f,75.787f,14.125f,12.923f,75.691f,-13.841f,-21.994f,75.691f,15.722f,-21.994f,75.76f,17.21f,-12.058f,75.76f,-17.478f,-12.058f,75.942f,0.93328f,-23.372f,75.854f,-4.3157f,14.929f,75.854f,7.8911f,14.929f,72.387f,-11.436f,12.924f,72.387f,14.322f,12.924f,72.291f,-14.055f,-21.993f,72.291f,15.941f,-21.993f,72.36f,17.451f,-12.057f,72.36f,-17.745f,-12.057f,72.542f,0.94294f,-23.371f,72.454f,-4.3157f,14.929f,72.454f,7.8911f,14.929f,65.101f,-11.436f,13.069f,65.101f,14.322f,13.069f,64.591f,-15.607f,-21.992f,64.591f,17.474f,-21.11f,64.66f,17.451f,-12.056f,64.66f,-17.745f,-12.056f,64.842f,0.93328f,-22.488f,64.754f,-4.3157f,14.931f,64.754f,7.8911f,14.931f,38.387f,-13.54f,12.931f,38.387f,15.205f,12.931f,38.291f,-17.5f,-16.207f,38.291f,18.177f,-16.207f,38.36f,17.507f,-12.051f};
return value;
}
private float[] getCoordinate_8_28_point_4()
{
float[] value = {38.36f,-17.406f,-12.051f,38.542f,-0.89386f,-17.585f,38.454f,-8.6247f,14.936f,38.454f,6.5196f,14.936f,28.287f,-13.672f,12.933f,28.287f,13.144f,12.933f,28.164f,-16.398f,-12.437f,28.164f,16.317f,-12.437f,38.842f,16.506f,-0.20923f,38.104f,-18.488f,-0.20922f,28.164f,-0.87477f,-12.532f,28.354f,-9.2077f,14.939f,28.354f,7.116f,14.939f,17.717f,-11.311f,12.935f,16.924f,-0.98393f,-2.8113f,20.567f,-8.4348f,14.941f,20.567f,6.362f,14.941f,35.984f,0.065283f,13.994f,35.984f,13.556f,13.994f,31.37f,12.742f,13.994f,27.312f,10.4f,13.994f,24.301f,6.8106f,13.994f,22.698f,2.4079f,13.994f,22.698f,-2.2774f,13.994f,24.301f,-6.6801f,13.994f,27.312f,-10.269f,13.994f,31.37f,-12.612f,13.994f,35.984f,-13.425f,13.994f,40.598f,-12.612f,13.994f,44.656f,-10.269f,13.994f,47.667f,-6.6801f,13.994f,49.27f,-2.2774f,13.994f,49.27f,2.4079f,13.994f,47.667f,6.8107f,13.994f,44.656f,10.4f,13.994f,40.598f,12.742f,13.994f,35.984f,13.556f,14.476f,31.37f,12.742f,14.476f,27.312f,10.4f,14.476f,24.301f,6.8106f,14.476f,22.698f,2.4079f,14.476f,22.698f,-2.2774f,14.476f,24.301f,-6.6801f,14.476f,27.312f,-10.269f,14.476f,31.37f,-12.612f,14.476f,35.984f,-13.425f,14.476f,40.598f,-12.612f,14.476f,44.656f,-10.269f,14.476f,47.667f,-6.6801f,14.476f,49.27f,-2.2774f,14.476f,49.27f,2.4079f,14.476f,47.667f,6.8107f,14.476f,44.656f,10.4f,14.476f,40.598f,12.742f,14.476f,35.984f,13.556f,14.957f,31.37f,12.742f,14.957f,27.312f,10.4f,14.957f,24.301f,6.8106f,14.957f,22.698f,2.4079f,14.957f,22.698f,-2.2774f,14.957f,24.301f,-6.6801f,14.957f,27.312f,-10.269f,14.957f,31.37f,-12.612f,14.957f,35.984f,-13.425f,14.957f,40.598f,-12.612f,14.957f,44.656f,-10.269f,14.957f,47.667f,-6.6801f,14.957f,49.27f,-2.2774f,14.957f,49.27f,2.4079f,14.957f,47.667f,6.8107f,14.957f,44.656f,10.4f,14.957f,40.598f,12.742f,14.957f,35.984f,13.556f,15.439f,31.37f,12.742f,15.439f,27.312f,10.4f,15.439f,24.301f,6.8106f,15.439f,22.698f,2.4079f,15.439f,22.698f,-2.2774f,15.439f,24.301f,-6.6801f,15.439f,27.312f,-10.269f,15.439f,31.37f,-12.612f,15.439f,35.984f,-13.425f,15.439f,40.598f,-12.612f,15.439f,44.656f,-10.269f,15.439f,47.667f,-6.6801f,15.439f,49.27f,-2.2774f,15.439f,49.27f,2.4079f,15.439f,47.667f,6.8107f,15.439f,44.656f,10.4f,15.439f,40.598f,12.742f,15.439f,35.984f,13.556f,15.921f,31.37f,12.742f,15.921f,27.312f,10.4f,15.921f,24.301f,6.8106f,15.921f,22.698f,2.4079f,15.921f,22.698f,-2.2774f,15.921f,24.301f,-6.6801f,15.921f,27.312f,-10.269f,15.921f,31.37f,-12.612f,15.921f,35.984f,-13.425f,15.921f};
return value;
}
private float[] getCoordinate_8_28_point_5()
{
float[] value = {40.598f,-12.612f,15.921f,44.656f,-10.269f,15.921f,47.667f,-6.6801f,15.921f,49.27f,-2.2774f,15.921f,49.27f,2.4079f,15.921f,47.667f,6.8107f,15.921f,44.656f,10.4f,15.921f,40.598f,12.742f,15.921f,35.984f,13.556f,16.402f,31.37f,12.742f,16.402f,27.312f,10.4f,16.402f,24.301f,6.8106f,16.402f,22.698f,2.4079f,16.402f,22.698f,-2.2774f,16.402f,24.301f,-6.6801f,16.402f,27.312f,-10.269f,16.402f,31.37f,-12.612f,16.402f,35.984f,-13.425f,16.402f,40.598f,-12.612f,16.402f,44.656f,-10.269f,16.402f,47.667f,-6.6801f,16.402f,49.27f,-2.2774f,16.402f,49.27f,2.4079f,16.402f,47.667f,6.8107f,16.402f,44.656f,10.4f,16.402f,40.598f,12.742f,16.402f,35.984f,0.065283f,16.402f,98.466f,15.94f,-17.713f,80.776f,14.531f,-21.664f,81.047f,16.548f,-21.405f,81.302f,18.371f,-20.603f,81.51f,19.781f,-19.353f,81.645f,20.608f,-17.808f,81.692f,20.751f,-16.153f,81.645f,20.194f,-14.588f,81.51f,19.004f,-13.301f,81.302f,17.325f,-12.448f,107.51f,10.996f,-22.117f,107.78f,13.013f,-21.859f,108.04f,14.836f,-21.056f,108.24f,16.246f,-19.807f,108.38f,17.072f,-18.262f,108.43f,17.216f,-16.607f,108.38f,16.659f,-15.041f,108.24f,15.469f,-13.755f,108.04f,13.79f,-12.902f,108.32f,10.889f,-22.131f,108.59f,12.906f,-21.872f,108.85f,14.729f,-21.07f,109.05f,16.139f,-19.821f,109.19f,16.965f,-18.275f,109.24f,17.109f,-16.62f,109.19f,16.552f,-15.055f,109.05f,15.362f,-13.768f,108.85f,13.682f,-12.916f,121.78f,8.8218f,-21.259f,115.14f,10.892f,-22.131f,115.39f,12.715f,-21.328f,115.6f,14.125f,-20.079f,115.73f,14.952f,-18.534f,115.78f,15.095f,-16.879f,115.73f,14.538f,-15.313f,115.6f,13.348f,-14.027f,121.84f,11.669f,-13.174f,107.82f,14.162f,-18.341f,122.65f,11.562f,-14.21f,123.34f,10.802f,-17.43f,121.78f,9.2684f,-21.259f,121.78f,9.2684f,-21.259f,97.387f,-14.449f,-17.693f,80.315f,-16.633f,-11.836f,80.602f,-18.24f,-13.077f,80.799f,-19.417f,-14.692f,80.881f,-20.022f,-16.487f,80.84f,-19.982f,-18.243f,80.679f,-19.301f,-19.751f,80.419f,-18.062f,-20.828f,80.09f,-16.414f,-21.343f,79.733f,-14.555f,-21.236f,106.79f,-11.513f,-12.345f,107.08f,-13.12f,-13.586f,107.27f,-14.297f,-15.201f,107.36f,-14.902f,-16.995f,107.32f,-14.861f,-18.752f,107.15f,-14.181f,-20.26f,106.89f,-12.941f,-21.336f,106.57f,-11.293f,-21.852f,106.21f,-9.4353f,-21.744f,107.59f,-11.357f,-12.36f,107.88f,-12.965f,-13.601f,108.08f,-14.142f,-15.216f,108.16f,-14.747f,-17.011f,108.12f,-14.706f,-18.767f,107.96f,-14.025f,-20.275f,107.7f,-12.786f,-21.352f,107.37f,-11.138f,-21.867f,107.01f,-9.2802f,-21.76f,120.78f,-7.9961f,-13.428f,114.35f,-11.446f,-13.034f,114.55f,-11.96f,-14.649f};
return value;
}
private float[] getCoordinate_8_28_point_6()
{
float[] value = {114.63f,-12.565f,-16.443f,114.59f,-12.525f,-18.2f,114.43f,-11.844f,-19.708f,114.17f,-10.604f,-20.784f,113.84f,-8.9565f,-21.3f,119.88f,-6.5526f,-21.829f,106.69f,-12.413f,-17.198f,120.81f,-6.8926f,-20.96f,121.88f,-7.7333f,-17.868f,120.78f,-9.8968f,-13.428f,120.78f,-9.8968f,-13.428f,94.771f,12.127f,-16.696f,94.588f,12.127f,-17.423f,93.891f,12.127f,-18.064f,92.765f,12.127f,-18.543f,90.854f,12.127f,-14.627f,92.334f,12.127f,-14.871f,93.571f,12.127f,-15.339f,94.418f,12.127f,-15.973f,94.771f,13.32f,-16.696f,94.588f,13.32f,-17.423f,93.891f,13.32f,-18.064f,92.765f,13.32f,-18.543f,91.345f,13.32f,-18.802f,79.854f,13.32f,-18.858f,78.375f,13.32f,-18.613f,77.137f,13.32f,-18.146f,76.291f,13.32f,-17.512f,75.938f,13.32f,-16.788f,76.121f,13.32f,-16.062f,76.817f,13.32f,-15.42f,77.944f,13.32f,-14.942f,79.364f,13.32f,-14.683f,90.854f,13.32f,-14.627f,92.334f,13.32f,-14.871f,93.571f,13.32f,-15.339f,94.418f,13.32f,-15.973f,94.771f,17.532f,-16.696f,94.588f,17.532f,-17.423f,93.891f,17.532f,-18.064f,92.765f,17.532f,-18.543f,91.345f,17.532f,-18.802f,79.854f,17.532f,-18.858f,78.375f,17.532f,-18.613f,77.137f,17.532f,-18.146f,76.291f,17.532f,-17.512f,75.938f,17.532f,-16.788f,76.121f,17.532f,-16.062f,76.817f,17.532f,-15.42f,77.944f,17.532f,-14.942f,79.364f,17.532f,-14.683f,90.854f,17.532f,-14.627f,92.334f,17.532f,-14.871f,93.571f,17.532f,-15.339f,94.418f,17.532f,-15.973f,92.892f,18.094f,-16.737f,92.745f,18.094f,-16.836f,92.183f,18.094f,-16.924f,91.276f,18.094f,-16.99f,90.131f,18.094f,-17.025f,80.871f,18.094f,-17.033f,79.679f,18.094f,-16.999f,78.681f,18.094f,-16.935f,77.999f,18.094f,-16.849f,77.715f,18.094f,-16.75f,77.862f,18.094f,-16.65f,78.424f,18.094f,-16.563f,79.331f,18.094f,-16.497f,80.476f,18.094f,-16.462f,89.736f,18.094f,-16.454f,90.928f,18.094f,-16.487f,91.925f,18.094f,-16.551f,92.607f,18.094f,-16.638f,81.295f,18.094f,-16.747f,81.139f,-17.598f,-16.745f,93.213f,-17.598f,-16.74f,93.059f,-17.598f,-16.792f,92.475f,-17.598f,-16.837f,91.53f,-17.598f,-16.871f,90.338f,-17.598f,-16.889f,80.697f,-17.598f,-16.893f,79.456f,-17.598f,-16.876f,78.418f,-17.598f,-16.843f,77.708f,-17.598f,-16.798f,77.411f,-17.598f,-16.747f,77.565f,-17.598f,-16.695f,78.149f,-17.598f,-16.65f,79.094f,-17.598f,-16.616f,80.286f,-17.598f,-16.598f,89.927f,-17.598f,-16.594f,91.168f,-17.598f,-16.611f,92.206f,-17.598f,-16.644f,92.917f,-17.598f,-16.689f,94.771f,-16.929f,-16.696f,94.588f,-16.929f,-17.423f,93.891f,-16.929f,-18.064f,92.765f,-16.929f,-18.543f,91.345f,-16.929f,-18.802f,79.854f,-16.929f,-18.858f,78.375f,-16.929f,-18.613f};
return value;
}
private float[] getCoordinate_8_28_point_7()
{
float[] value = {77.137f,-16.929f,-18.146f,76.291f,-16.929f,-17.512f,75.938f,-16.929f,-16.788f,76.121f,-16.929f,-16.062f,76.817f,-16.929f,-15.42f,77.944f,-16.929f,-14.942f,79.364f,-16.929f,-14.683f,90.854f,-16.929f,-14.627f,92.334f,-16.929f,-14.871f,93.571f,-16.929f,-15.339f,94.418f,-16.929f,-15.973f,91.345f,-12.843f,-18.802f,79.854f,-12.843f,-18.858f,78.375f,-12.843f,-18.613f,77.137f,-12.843f,-18.146f,76.291f,-12.843f,-17.512f,75.938f,-12.843f,-16.788f,76.121f,-12.843f,-16.062f,76.817f,-12.843f,-15.42f,77.944f,-12.843f,-14.942f,79.364f,-12.843f,-14.683f,33.716f,-19.203f,11.088f,47.826f,-19.203f,13.915f,47.786f,-19.203f,13.167f,47.225f,-19.203f,12.404f,46.212f,-19.203f,11.718f,44.868f,-19.203f,11.192f,33.601f,-19.203f,8.9344f,32.102f,-19.203f,8.891f,30.798f,-19.203f,9.1125f,29.846f,-19.203f,9.5723f,29.361f,-19.203f,10.215f,29.401f,-19.203f,10.963f,29.961f,-19.203f,11.726f,30.975f,-19.203f,12.412f,32.319f,-19.203f,12.938f,43.586f,-19.203f,15.196f,45.085f,-19.203f,15.239f,46.389f,-19.203f,15.018f,47.341f,-19.203f,14.558f,47.826f,-18.01f,13.915f,47.786f,-18.01f,13.167f,47.225f,-18.01f,12.404f,46.212f,-18.01f,11.718f,44.868f,-18.01f,11.192f,33.601f,-18.01f,8.9344f,32.102f,-18.01f,8.891f,30.798f,-18.01f,9.1125f,29.846f,-18.01f,9.5723f,29.361f,-18.01f,10.215f,29.401f,-18.01f,10.963f,29.961f,-18.01f,11.726f,30.975f,-18.01f,12.412f,32.319f,-18.01f,12.938f,43.586f,-18.01f,15.196f,45.085f,-18.01f,15.239f,46.389f,-18.01f,15.018f,47.341f,-18.01f,14.558f,47.826f,-16.817f,13.915f,47.786f,-16.817f,13.167f,47.225f,-16.817f,12.404f,46.212f,-16.817f,11.718f,44.868f,-16.817f,11.192f,33.601f,-16.817f,8.9344f,32.102f,-16.817f,8.891f,30.798f,-16.817f,9.1125f,29.846f,-16.817f,9.5723f,29.361f,-16.817f,10.215f,29.401f,-16.817f,10.963f,29.961f,-16.817f,11.726f,30.975f,-16.817f,12.412f,32.319f,-16.817f,12.938f,43.586f,-16.817f,15.196f,45.085f,-16.817f,15.239f,46.389f,-16.817f,15.018f,47.341f,-16.817f,14.558f,47.826f,-15.624f,13.915f,47.786f,-15.624f,13.167f,47.225f,-15.624f,12.404f,46.212f,-15.624f,11.718f,44.868f,-15.624f,11.192f,33.601f,-15.624f,8.9344f,32.102f,-15.624f,8.891f,30.798f,-15.624f,9.1125f,29.846f,-15.624f,9.5723f,29.361f,-15.624f,10.215f,29.401f,-15.624f,10.963f,29.961f,-15.624f,11.726f,30.975f,-15.624f,12.412f,32.319f,-15.624f,12.938f,43.586f,-15.624f,15.196f,45.085f,-15.624f,15.239f,46.389f,-15.624f,15.018f,47.341f,-15.624f,14.558f,47.826f,-14.431f,13.915f,47.786f,-14.431f,13.167f,47.225f,-14.431f,12.404f,46.212f,-14.431f,11.718f,44.868f,-14.431f,11.192f,33.601f,-14.431f,8.9344f};
return value;
}
private float[] getCoordinate_8_28_point_8()
{
float[] value = {32.102f,-14.431f,8.891f,30.798f,-14.431f,9.1125f,29.846f,-14.431f,9.5723f,29.361f,-14.431f,10.215f,29.401f,-14.431f,10.963f,29.961f,-14.431f,11.726f,30.975f,-14.431f,12.412f,32.319f,-14.431f,12.938f,43.586f,-14.431f,15.196f,45.085f,-14.431f,15.239f,46.389f,-14.431f,15.018f,47.341f,-14.431f,14.558f,47.826f,-13.238f,13.915f,47.786f,-13.238f,13.167f,47.225f,-13.238f,12.404f,46.212f,-13.238f,11.718f,44.868f,-13.238f,11.192f,33.601f,-13.238f,8.9344f,32.102f,-13.238f,8.891f,30.798f,-13.238f,9.1125f,29.846f,-13.238f,9.5723f,29.361f,-13.238f,10.215f,29.401f,-13.238f,10.963f,29.961f,-13.238f,11.726f,30.975f,-13.238f,12.412f,32.319f,-13.238f,12.938f,43.586f,-13.238f,15.196f,45.085f,-13.238f,15.239f,46.389f,-13.238f,15.018f,47.341f,-13.238f,14.558f,33.716f,-13.238f,11.088f,33.716f,13.951f,11.088f,47.826f,13.951f,13.915f,47.786f,13.951f,13.167f,47.225f,13.951f,12.404f,46.212f,13.951f,11.718f,44.868f,13.951f,11.192f,33.601f,13.951f,8.9344f,32.102f,13.951f,8.891f,30.798f,13.951f,9.1125f,29.846f,13.951f,9.5723f,29.361f,13.951f,10.215f,29.401f,13.951f,10.963f,29.961f,13.951f,11.726f,30.975f,13.951f,12.412f,32.319f,13.951f,12.938f,43.586f,13.951f,15.196f,45.085f,13.951f,15.239f,46.389f,13.951f,15.018f,47.341f,13.951f,14.558f,47.826f,15.144f,13.915f,47.786f,15.144f,13.167f,47.225f,15.144f,12.404f,46.212f,15.144f,11.718f,44.868f,15.144f,11.192f,33.601f,15.144f,8.9344f,32.102f,15.144f,8.891f,30.798f,15.144f,9.1125f,29.846f,15.144f,9.5723f,29.361f,15.144f,10.215f,29.401f,15.144f,10.963f,29.961f,15.144f,11.726f,30.975f,15.144f,12.412f,32.319f,15.144f,12.938f,43.586f,15.144f,15.196f,45.085f,15.144f,15.239f,46.389f,15.144f,15.018f,47.341f,15.144f,14.558f,47.826f,16.337f,13.915f,47.786f,16.337f,13.167f,47.225f,16.337f,12.404f,46.212f,16.337f,11.718f,44.868f,16.337f,11.192f,33.601f,16.337f,8.9344f,32.102f,16.337f,8.891f,30.798f,16.337f,9.1125f,29.846f,16.337f,9.5723f,29.361f,16.337f,10.215f,29.401f,16.337f,10.963f,29.961f,16.337f,11.726f,30.975f,16.337f,12.412f,32.319f,16.337f,12.938f,43.586f,16.337f,15.196f,45.085f,16.337f,15.239f,46.389f,16.337f,15.018f,47.341f,16.337f,14.558f,47.826f,17.53f,13.915f,47.786f,17.53f,13.167f,47.225f,17.53f,12.404f,46.212f,17.53f,11.718f,44.868f,17.53f,11.192f,33.601f,17.53f,8.9344f,32.102f,17.53f,8.891f,30.798f,17.53f,9.1125f,29.846f,17.53f,9.5723f,29.361f,17.53f,10.215f,29.401f,17.53f,10.963f,29.961f,17.53f,11.726f,30.975f,17.53f,12.412f,32.319f,17.53f,12.938f};
return value;
}
private float[] getCoordinate_8_28_point_9()
{
float[] value = {43.586f,17.53f,15.196f,45.085f,17.53f,15.239f,46.389f,17.53f,15.018f,47.341f,17.53f,14.558f,47.826f,18.723f,13.915f,47.786f,18.723f,13.167f,47.225f,18.723f,12.404f,46.212f,18.723f,11.718f,44.868f,18.723f,11.192f,33.601f,18.723f,8.9344f,32.102f,18.723f,8.891f,30.798f,18.723f,9.1125f,29.846f,18.723f,9.5723f,29.361f,18.723f,10.215f,29.401f,18.723f,10.963f,29.961f,18.723f,11.726f,30.975f,18.723f,12.412f,32.319f,18.723f,12.938f,43.586f,18.723f,15.196f,45.085f,18.723f,15.239f,46.389f,18.723f,15.018f,47.341f,18.723f,14.558f,47.826f,19.916f,13.915f,47.786f,19.916f,13.167f,47.225f,19.916f,12.404f,46.212f,19.916f,11.718f,44.868f,19.916f,11.192f,33.601f,19.916f,8.9344f,32.102f,19.916f,8.891f,30.798f,19.916f,9.1125f,29.846f,19.916f,9.5723f,29.361f,19.916f,10.215f,29.401f,19.916f,10.963f,29.961f,19.916f,11.726f,30.975f,19.916f,12.412f,32.319f,19.916f,12.938f,43.586f,19.916f,15.196f,45.085f,19.916f,15.239f,46.389f,19.916f,15.018f,47.341f,19.916f,14.558f,33.716f,19.916f,11.088f,164.65f,0.47201f,9.5896f,164.83f,-0.51977f,9.5896f,164.83f,-0.44427f,11.54f,164.83f,-0.22928f,11.838f,164.83f,0.092471f,12.037f,164.83f,0.47201f,12.107f,164.83f,0.85155f,12.037f,164.83f,1.1733f,11.838f,164.83f,1.3883f,11.54f,164.83f,1.4638f,9.5896f,165.35f,-1.3606f,9.5896f,165.35f,-1.2211f,11.838f,165.35f,-0.82381f,12.388f,165.35f,-0.22928f,12.756f,165.35f,0.47201f,12.885f,165.35f,1.1733f,12.756f,165.35f,1.7678f,12.388f,165.35f,2.1651f,11.838f,165.35f,2.3046f,9.5896f,166.13f,-1.9224f,9.5896f,166.13f,-1.7401f,12.037f,166.13f,-1.2211f,12.756f,166.13f,-0.44427f,13.236f,166.13f,0.47201f,13.404f,166.13f,1.3883f,13.236f,166.13f,2.1651f,12.756f,166.13f,2.6841f,12.037f,166.13f,2.8664f,9.5896f,167.04f,-2.1196f,9.5896f,167.04f,-1.9224f,12.107f,167.04f,-1.3606f,12.885f,167.04f,-0.51977f,13.404f,167.04f,0.47201f,13.587f,167.04f,1.4638f,13.404f,167.04f,2.3046f,12.885f,167.04f,2.8664f,12.107f,167.04f,3.0636f,9.5896f,167.96f,-1.9224f,9.5896f,167.96f,-1.7401f,12.037f,167.96f,-1.2211f,12.756f,167.96f,-0.44427f,13.236f,167.96f,0.47201f,13.404f,167.96f,1.3883f,13.236f,167.96f,2.1651f,12.756f,167.96f,2.6841f,12.037f,167.96f,2.8664f,9.5896f,168.74f,-1.3606f,9.5896f,168.74f,-1.2211f,11.838f,168.74f,-0.82381f,12.388f,168.74f,-0.22928f,12.756f,168.74f,0.47201f,12.885f,168.74f,1.1733f,12.756f,168.74f,1.7678f,12.388f,168.74f,2.1651f,11.838f,168.74f,2.3046f,9.5896f,169.26f,-0.51977f,9.5896f,169.26f,-0.44427f,11.54f,169.26f,-0.22928f,11.838f,169.26f,0.092471f,12.037f};
return value;
}
private float[] getCoordinate_8_28_point_10()
{
float[] value = {169.26f,0.47201f,12.107f,169.26f,0.85155f,12.037f,169.26f,1.1733f,11.838f,169.26f,1.3883f,11.54f,169.26f,1.4638f,9.5896f,169.44f,0.47201f,9.5896f,59.319f,-13.267f,13.283f,59.314f,-16.751f,12.313f,58.17f,-16.631f,12.487f,57.103f,-16.281f,12.841f,56.188f,-15.726f,13.107f,55.486f,-15.004f,13.283f,55.046f,-14.162f,13.283f,54.896f,-13.26f,13.283f,55.048f,-12.359f,13.283f,55.491f,-11.519f,13.283f,56.195f,-10.798f,13.283f,57.112f,-10.246f,13.283f,58.179f,-9.8991f,13.283f,59.324f,-9.782f,13.283f,60.469f,-9.9023f,13.283f,61.535f,-10.252f,13.283f,62.45f,-10.807f,13.283f,63.152f,-11.53f,13.283f,63.593f,-12.371f,13.283f,63.742f,-13.273f,13.283f,63.59f,-14.175f,13.283f,63.147f,-15.014f,13.283f,62.443f,-15.735f,13.107f,61.526f,-16.288f,12.841f,60.459f,-16.634f,12.487f,59.315f,-16.054f,10.561f,58.4f,-15.958f,10.561f,57.547f,-15.678f,10.561f,56.814f,-15.234f,10.561f,56.253f,-14.656f,10.561f,55.9f,-13.983f,10.561f,55.781f,-13.262f,10.561f,55.902f,-12.54f,10.561f,56.257f,-11.868f,10.561f,56.82f,-11.292f,10.561f,57.553f,-10.85f,10.561f,58.407f,-10.573f,10.561f,59.323f,-10.479f,10.561f,60.239f,-10.575f,10.561f,61.092f,-10.855f,10.561f,61.824f,-11.299f,10.561f,62.385f,-11.877f,10.561f,62.738f,-12.55f,10.561f,62.858f,-13.272f,10.561f,62.736f,-13.993f,10.561f,62.381f,-14.665f,10.561f,61.818f,-15.241f,10.561f,61.085f,-15.683f,10.561f,60.231f,-15.961f,10.561f,59.316f,-15.357f,7.8387f,58.629f,-15.285f,7.8387f,57.99f,-15.075f,7.8387f,57.441f,-14.742f,7.8387f,57.019f,-14.309f,7.8387f,56.755f,-13.804f,7.8387f,56.665f,-13.263f,7.8387f,56.757f,-12.722f,7.8387f,57.022f,-12.218f,7.8387f,57.445f,-11.786f,7.8387f,57.995f,-11.454f,7.8387f,58.635f,-11.246f,7.8387f,59.322f,-11.176f,7.8387f,60.009f,-11.248f,7.8387f,60.649f,-11.458f,7.8387f,61.198f,-11.791f,7.8387f,61.619f,-12.224f,7.8387f,61.883f,-12.729f,7.8387f,61.973f,-13.27f,7.8387f,61.882f,-13.811f,7.8387f,61.616f,-14.315f,7.8387f,61.194f,-14.748f,7.8387f,60.643f,-15.079f,7.8387f,60.003f,-15.287f,7.8387f,59.317f,-14.66f,5.1164f,58.859f,-14.612f,5.1164f,58.433f,-14.472f,5.1164f,58.067f,-14.25f,5.1164f,57.786f,-13.961f,5.1164f,57.61f,-13.625f,5.1164f,57.55f,-13.264f,5.1164f,57.611f,-12.903f,5.1164f,57.788f,-12.568f,5.1164f,58.07f,-12.279f,5.1164f,58.436f,-12.058f,5.1164f,58.863f,-11.92f,5.1164f,59.321f,-11.873f,5.1164f,59.779f,-11.921f,5.1164f,60.205f,-12.061f,5.1164f,60.572f,-12.283f,5.1164f,60.852f,-12.572f,5.1164f,61.029f,-12.908f,5.1164f,61.088f,-13.269f,5.1164f,61.028f,-13.63f,5.1164f,60.85f,-13.966f,5.1164f};
return value;
}
private float[] getCoordinate_8_28_point_11()
{
float[] value = {60.569f,-14.254f,5.1164f,60.202f,-14.475f,5.1164f,59.775f,-14.614f,5.1164f,59.318f,-13.964f,2.3941f,59.089f,-13.939f,2.3941f,58.876f,-13.87f,2.3941f,58.693f,-13.759f,2.3941f,58.553f,-13.614f,2.3941f,58.464f,-13.446f,2.3941f,58.435f,-13.265f,2.3941f,58.465f,-13.085f,2.3941f,58.554f,-12.917f,2.3941f,58.694f,-12.773f,2.3941f,58.878f,-12.662f,2.3941f,59.091f,-12.593f,2.3941f,59.32f,-12.57f,2.3941f,59.549f,-12.594f,2.3941f,59.762f,-12.664f,2.3941f,59.945f,-12.775f,2.3941f,60.086f,-12.919f,2.3941f,60.174f,-13.087f,2.3941f,60.204f,-13.268f,2.3941f,60.173f,-13.448f,2.3941f,60.085f,-13.616f,2.3941f,59.944f,-13.76f,2.3941f,59.761f,-13.871f,2.3941f,59.547f,-13.94f,2.3941f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,59.319f,-13.267f,-0.32814f,85.616f,-18.189f,7.2506f,97.69f,-18.189f,7.2556f,97.537f,-18.189f,7.2042f,96.953f,-18.189f,7.1588f,96.008f,-18.189f,7.1249f,94.816f,-18.189f,7.1066f,85.175f,-18.189f,7.1026f,83.934f,-18.189f,7.12f,82.895f,-18.189f,7.153f,82.185f,-18.189f,7.1979f,81.889f,-18.189f,7.2491f,82.042f,-18.189f,7.3005f,82.627f,-18.189f,7.3459f,83.572f,-18.189f,7.3797f,84.763f,-18.189f,7.3981f,94.405f,-18.189f,7.402f,95.646f,-18.189f,7.3847f,96.684f,-18.189f,7.3516f,97.394f,-18.189f,7.3068f,99.248f,-17.521f,7.2994f,99.065f,-17.521f,6.5731f,98.369f,-17.521f,5.9318f,97.243f,-17.521f,5.4529f,95.822f,-17.521f,5.194f,84.332f,-17.521f,5.138f,82.852f,-17.521f,5.3827f,81.615f,-17.521f,5.8501f,80.769f,-17.521f,6.4839f,80.416f,-17.521f,7.2076f,80.598f,-17.521f,7.9339f,81.295f,-17.521f,8.5752f,82.421f,-17.521f,9.0542f,83.841f,-17.521f,9.313f,95.332f,-17.521f,9.369f,96.811f,-17.521f,9.1243f,98.049f,-17.521f,8.6569f,98.895f,-17.521f,8.0231f,99.248f,-12.318f,7.2994f,99.065f,-12.318f,6.5731f,98.369f,-12.318f,5.9318f,97.243f,-12.318f,5.4529f,95.822f,-16.328f,5.194f,84.332f,-16.328f,5.138f,82.852f,-16.328f,5.3827f,81.615f,-16.328f,5.8501f,80.769f,-16.328f,6.4839f,80.416f,-16.328f,7.2076f,80.598f,-16.328f,7.9339f};
return value;
}
private float[] getCoordinate_8_28_point_12()
{
float[] value = {81.295f,-16.328f,8.5752f,82.421f,-16.328f,9.0542f,83.841f,-16.328f,9.313f,95.332f,-12.318f,9.369f,96.811f,-12.318f,9.1243f,98.049f,-12.318f,8.6569f,98.895f,-12.318f,8.0231f,99.248f,-11.125f,7.2994f,99.065f,-11.125f,6.5731f,98.369f,-11.125f,5.9318f,97.243f,-11.125f,5.4529f,95.822f,-11.125f,5.194f,84.332f,-11.125f,5.138f,82.852f,-11.125f,5.3827f,81.615f,-11.125f,5.8501f,80.769f,-11.125f,6.4839f,80.416f,-11.125f,7.2076f,80.598f,-11.125f,7.9339f,81.295f,-11.125f,8.5752f,82.421f,-11.125f,9.0542f,83.841f,-11.125f,9.313f,95.332f,-11.125f,9.369f,96.811f,-11.125f,9.1243f,98.049f,-11.125f,8.6569f,98.895f,-11.125f,8.0231f,99.248f,-9.9324f,7.2994f,99.065f,-9.9324f,6.5731f,98.369f,-9.9324f,5.9318f,97.243f,-9.9324f,5.4529f,95.822f,-9.9324f,5.194f,84.332f,-9.9324f,5.138f,82.852f,-9.9324f,5.3827f,81.615f,-9.9324f,5.8501f,80.769f,-9.9324f,6.4839f,80.416f,-9.9324f,7.2076f,80.598f,-9.9324f,7.9339f,81.295f,-9.9324f,8.5752f,82.421f,-9.9324f,9.0542f,83.841f,-9.9324f,9.313f,95.332f,-9.9324f,9.369f,96.811f,-9.9324f,9.1243f,98.049f,-9.9324f,8.6569f,98.895f,-9.9324f,8.0231f,97.369f,-9.3699f,7.2587f,97.222f,-9.3699f,7.1594f,96.661f,-9.3699f,7.0717f,95.753f,-9.3699f,7.0062f,94.609f,-9.3699f,6.9708f,85.348f,-9.3699f,6.9631f,84.156f,-9.3699f,6.9966f,83.159f,-9.3699f,7.0605f,82.477f,-9.3699f,7.1472f,82.193f,-9.3699f,7.2461f,82.34f,-9.3699f,7.3455f,82.901f,-9.3699f,7.4331f,83.809f,-9.3699f,7.4986f,84.953f,-9.3699f,7.534f,94.214f,-9.3699f,7.5417f,95.406f,-9.3699f,7.5082f,96.403f,-9.3699f,7.4443f,97.085f,-9.3699f,7.3576f,85.773f,-9.3699f,7.2491f,58.492f,14.881f,13.504f,58.492f,18.366f,12.534f,59.637f,18.247f,12.708f,60.704f,17.899f,13.062f,61.62f,17.345f,13.328f,62.323f,16.623f,13.504f,62.765f,15.783f,13.504f,62.915f,14.881f,13.504f,62.765f,13.979f,13.504f,62.323f,13.139f,13.504f,61.62f,12.417f,13.504f,60.704f,11.863f,13.504f,59.637f,11.515f,13.504f,58.492f,11.396f,13.504f,57.348f,11.515f,13.504f,56.281f,11.863f,13.504f,55.365f,12.417f,13.504f,54.662f,13.139f,13.504f,54.22f,13.979f,13.504f,54.069f,14.881f,13.504f,54.22f,15.783f,13.504f,54.662f,16.623f,13.504f,55.365f,17.345f,13.328f,56.281f,17.899f,13.062f,57.348f,18.247f,12.708f,58.492f,17.669f,10.782f,59.408f,17.574f,10.782f,60.261f,17.295f,10.782f,60.994f,16.852f,10.782f,61.557f,16.275f,10.782f,61.91f,15.602f,10.782f,62.031f,14.881f,10.782f,61.91f,14.159f,10.782f,61.557f,13.487f,10.782f,60.994f,12.91f,10.782f,60.261f,12.467f,10.782f,59.408f,12.188f,10.782f,58.492f,12.093f,10.782f};
return value;
}
private float[] getCoordinate_8_28_point_13()
{
float[] value = {57.576f,12.188f,10.782f,56.723f,12.467f,10.782f,55.99f,12.91f,10.782f,55.428f,13.487f,10.782f,55.074f,14.159f,10.782f,54.954f,14.881f,10.782f,55.074f,15.602f,10.782f,55.428f,16.275f,10.782f,55.99f,16.852f,10.782f,56.723f,17.295f,10.782f,57.576f,17.574f,10.782f,58.492f,16.972f,8.0599f,59.179f,16.9f,8.0599f,59.819f,16.692f,8.0599f,60.369f,16.359f,8.0599f,60.791f,15.926f,8.0599f,61.056f,15.422f,8.0599f,61.146f,14.881f,8.0599f,61.056f,14.34f,8.0599f,60.791f,13.835f,8.0599f,60.369f,13.402f,8.0599f,59.819f,13.07f,8.0599f,59.179f,12.861f,8.0599f,58.492f,12.79f,8.0599f,57.805f,12.861f,8.0599f,57.165f,13.07f,8.0599f,56.616f,13.402f,8.0599f,56.194f,13.835f,8.0599f,55.929f,14.34f,8.0599f,55.839f,14.881f,8.0599f,55.929f,15.422f,8.0599f,56.194f,15.926f,8.0599f,56.616f,16.359f,8.0599f,57.165f,16.692f,8.0599f,57.805f,16.9f,8.0599f,58.492f,16.275f,5.3376f,58.95f,16.227f,5.3376f,59.377f,16.088f,5.3376f,59.743f,15.866f,5.3376f,60.024f,15.578f,5.3376f,60.201f,15.242f,5.3376f,60.261f,14.881f,5.3376f,60.201f,14.52f,5.3376f,60.024f,14.184f,5.3376f,59.743f,13.895f,5.3376f,59.377f,13.674f,5.3376f,58.95f,13.535f,5.3376f,58.492f,13.487f,5.3376f,58.034f,13.535f,5.3376f,57.608f,13.674f,5.3376f,57.241f,13.895f,5.3376f,56.96f,14.184f,5.3376f,56.783f,14.52f,5.3376f,56.723f,14.881f,5.3376f,56.783f,15.242f,5.3376f,56.96f,15.578f,5.3376f,57.241f,15.866f,5.3376f,57.608f,16.088f,5.3376f,58.034f,16.227f,5.3376f,58.492f,15.578f,2.6153f,58.721f,15.554f,2.6153f,58.935f,15.484f,2.6153f,59.118f,15.374f,2.6153f,59.258f,15.229f,2.6153f,59.347f,15.061f,2.6153f,59.377f,14.881f,2.6153f,59.347f,14.7f,2.6153f,59.258f,14.532f,2.6153f,59.118f,14.388f,2.6153f,58.935f,14.277f,2.6153f,58.721f,14.208f,2.6153f,58.492f,14.184f,2.6153f,58.263f,14.208f,2.6153f,58.05f,14.277f,2.6153f,57.867f,14.388f,2.6153f,57.726f,14.532f,2.6153f,57.638f,14.7f,2.6153f,57.608f,14.881f,2.6153f,57.638f,15.061f,2.6153f,57.726f,15.229f,2.6153f,57.867f,15.374f,2.6153f,58.05f,15.484f,2.6153f,58.263f,15.554f,2.6153f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f};
return value;
}
private float[] getCoordinate_8_28_point_14()
{
float[] value = {58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,58.492f,14.881f,-0.10697f,85.616f,12.014f,7.2506f,97.69f,12.014f,7.2556f,97.537f,12.014f,7.2042f,96.953f,12.014f,7.1588f,96.008f,12.014f,7.1249f,94.816f,12.014f,7.1066f,85.175f,12.014f,7.1026f,83.934f,12.014f,7.1199f,82.895f,12.014f,7.153f,82.185f,12.014f,7.1979f,81.889f,12.014f,7.2491f,82.042f,12.014f,7.3005f,82.627f,12.014f,7.3459f,83.572f,12.014f,7.3797f,84.763f,12.014f,7.3981f,94.405f,12.014f,7.402f,95.646f,12.014f,7.3847f,96.684f,12.014f,7.3516f,97.394f,12.014f,7.3068f,99.248f,12.682f,7.2994f,99.065f,12.683f,6.5731f,98.369f,12.683f,5.9318f,97.243f,12.683f,5.4529f,95.822f,12.683f,5.194f,84.332f,12.683f,5.138f,82.852f,12.683f,5.3827f,81.615f,12.682f,5.8501f,80.769f,12.682f,6.4839f,80.416f,12.683f,7.2076f,80.598f,12.683f,7.9339f,81.295f,12.682f,8.5752f,82.421f,12.682f,9.0542f,83.841f,12.683f,9.313f,95.332f,12.682f,9.369f,96.811f,12.682f,9.1243f,98.049f,12.682f,8.6569f,98.895f,12.682f,8.0231f,99.248f,17.885f,7.2994f,99.065f,17.885f,6.5731f,98.369f,17.885f,5.9318f,97.243f,17.885f,5.4529f,95.822f,13.875f,5.194f,84.332f,13.875f,5.138f,82.852f,13.875f,5.3827f,81.615f,13.875f,5.8501f,80.769f,13.875f,6.4839f,80.416f,13.875f,7.2076f,80.598f,13.875f,7.9339f,81.295f,13.875f,8.5752f,82.421f,13.875f,9.0542f,83.841f,13.875f,9.313f,95.332f,17.885f,9.369f,96.811f,17.885f,9.1243f,98.049f,17.885f,8.6569f,98.895f,17.885f,8.0231f,99.248f,19.078f,7.2994f,99.065f,19.078f,6.5731f,98.369f,19.078f,5.9318f,97.243f,19.078f,5.4529f,95.822f,19.078f,5.194f,84.332f,19.078f,5.138f,82.852f,19.078f,5.3827f,81.615f,19.078f,5.8501f,80.769f,19.078f,6.4839f,80.416f,19.078f,7.2076f,80.598f,19.078f,7.9339f,81.295f,19.078f,8.5752f,82.421f,19.078f,9.0542f,83.841f,19.078f,9.313f,95.332f,19.078f,9.369f,96.811f,19.078f,9.1243f,98.049f,19.078f,8.6569f,98.895f,19.078f,8.0231f,99.248f,20.271f,7.2994f,99.065f,20.271f,6.5731f,98.369f,20.271f,5.9318f,97.243f,20.271f,5.4529f,95.822f,20.271f,5.194f,84.332f,20.271f,5.138f,82.852f,20.271f,5.3827f,81.615f,20.271f,5.8501f,80.769f,20.271f,6.4839f,80.416f,20.271f,7.2076f,80.598f,20.271f,7.9339f,81.295f,20.271f,8.5752f,82.421f,20.271f,9.0542f,83.841f,20.271f,9.313f,95.332f,20.271f,9.369f,96.811f,20.271f,9.1243f,98.049f,20.271f,8.6569f,98.895f,20.271f,8.0231f,97.369f,20.833f,7.2587f};
return value;
}
private float[] getCoordinate_8_28_point_15()
{
float[] value = {97.222f,20.833f,7.1594f,96.661f,20.833f,7.0717f,95.753f,20.833f,7.0062f,94.609f,20.833f,6.9708f,85.348f,20.833f,6.9631f,84.156f,20.833f,6.9966f,83.159f,20.833f,7.0605f,82.477f,20.833f,7.1472f,82.193f,20.833f,7.2461f,82.34f,20.833f,7.3454f,82.901f,20.833f,7.4331f,83.809f,20.833f,7.4986f,84.953f,20.833f,7.534f,94.214f,20.833f,7.5417f,95.406f,20.833f,7.5082f,96.403f,20.833f,7.4443f,97.085f,20.833f,7.3576f,85.773f,20.833f,7.2491f,117.52f,-8.1021f,-7.0016f,107.7f,-9.7662f,-7.0016f,126.22f,-7.4934f,-7.0016f,117.44f,-14.514f,-7.0016f,117.52f,-8.1021f,-1.9255f,107.7f,-9.7662f,-1.9255f,126.22f,-7.4934f,-1.9255f,117.44f,-14.514f,-1.9255f,116.57f,10.197f,-7.0016f,126.53f,9.9571f,-7.0016f,107.91f,11.259f,-7.0016f,117.87f,16.475f,-7.0016f,116.57f,10.197f,-1.9255f,126.53f,9.9571f,-1.9255f,107.91f,11.259f,-1.9255f,117.87f,16.475f,-1.9255f,138.13f,-15.603f,-6.1167f,147.03f,-15.067f,-6.0809f,146.5f,-15.067f,-6.4552f,144.97f,-15.067f,-6.5657f,142.63f,-15.067f,-6.6477f,137.44f,-15.448f,-6.6914f,135.5f,-15.448f,-6.6914f,134.4f,-15.448f,-6.6477f,132.8f,-15.448f,-6.5657f,131.27f,-15.448f,-6.4552f,130.74f,-15.448f,-6.3295f,131.27f,-15.448f,-5.9552f,132.8f,-15.448f,-5.8447f,134.4f,-15.448f,-5.7626f,135.5f,-15.448f,-5.719f,137.44f,-15.448f,-5.719f,142.63f,-15.067f,-5.7626f,144.97f,-15.067f,-5.8447f,146.5f,-15.067f,-5.9552f,147.03f,-14.108f,-6.8027f,146.5f,-14.108f,-7.2678f,144.97f,-14.108f,-7.4649f,142.63f,-14.108f,-7.7685f,137.44f,-13.728f,-8.1419f,135.5f,-13.728f,-8.1419f,134.4f,-13.728f,-7.9804f,132.8f,-13.728f,-7.6768f,131.27f,-13.728f,-7.2678f,130.74f,-13.728f,-6.8027f,131.27f,-13.728f,-6.3376f,132.8f,-13.728f,-0.88719f,134.4f,-13.728f,-0.58361f,135.5f,-13.728f,-0.42209f,137.44f,-13.728f,-0.42209f,142.63f,-14.108f,-0.58362f,144.97f,-14.108f,-0.88719f,146.5f,-14.108f,-1.2962f,141.62f,-12.856f,-6.8027f,141.09f,-12.856f,-7.2678f,139.36f,-12.856f,-7.6768f,138.44f,-12.856f,-7.9804f,137.44f,-12.856f,-8.1419f,135.5f,-12.856f,-8.1419f,134.4f,-12.856f,-7.9804f,132.8f,-12.856f,-7.6768f,131.27f,-12.856f,-7.2678f,130.74f,-12.856f,-6.8027f,131.27f,-12.856f,-6.3376f,132.8f,-12.856f,-5.9286f,134.4f,-12.856f,-5.625f,135.5f,-12.856f,-5.4635f,137.44f,-12.856f,-5.4635f,138.44f,-12.856f,-5.625f,139.36f,-12.856f,-5.9286f,141.09f,-12.856f,-6.3376f,141.62f,-10.344f,-6.8027f,141.09f,-10.344f,-7.2678f,139.36f,-10.344f,-7.6768f,138.44f,-10.344f,-7.9804f,137.44f,-10.344f,-8.1419f,135.5f,-10.344f,-8.1419f,134.4f,-10.344f,-7.9804f,132.8f,-10.344f,-7.6768f,131.27f,-10.344f,-7.2678f,130.74f,-10.344f,-6.8027f,131.27f,-10.344f,-6.3376f};
return value;
}
private float[] getCoordinate_8_28_point_16()
{
float[] value = {132.8f,-10.344f,-5.9286f,134.4f,-10.344f,-5.625f,135.5f,-10.344f,-5.4635f,137.44f,-10.344f,-5.4635f,138.44f,-10.344f,-5.625f,139.36f,-10.344f,-5.9286f,141.09f,-10.344f,-6.3376f,141.62f,-7.8312f,-6.8027f,141.09f,-7.8312f,-7.2678f,139.36f,-7.8312f,-7.6768f,138.44f,-7.8312f,-7.9804f,137.44f,-7.8312f,-8.1419f,135.5f,-7.8312f,-8.1419f,134.4f,-7.8312f,-7.9804f,132.8f,-7.8312f,-7.6768f,131.27f,-7.8312f,-7.2678f,130.74f,-7.8312f,-6.8027f,131.27f,-7.8312f,-6.3376f,132.8f,-7.8312f,-5.9286f,134.4f,-7.8312f,-5.625f,135.5f,-7.8312f,-5.4635f,137.44f,-7.8312f,-5.4635f,138.44f,-7.8312f,-5.625f,139.36f,-7.8312f,-5.9286f,141.09f,-7.8312f,-6.3376f,141.62f,-5.3186f,-6.8027f,141.09f,-5.3186f,-7.2678f,139.36f,-5.3186f,-7.6768f,138.44f,-5.3186f,-7.9804f,137.44f,-5.3186f,-8.1419f,135.5f,-5.3186f,-8.1419f,134.4f,-5.3186f,-7.9804f,132.8f,-5.3186f,-7.6768f,131.27f,-5.3186f,-7.2678f,130.74f,-5.3186f,-6.8027f,131.27f,-5.3186f,-6.3376f,132.06f,-5.3186f,-5.9286f,134.4f,-5.3186f,-5.625f,135.5f,-5.3186f,-5.4635f,137.44f,-5.3186f,-5.4635f,138.44f,-5.3186f,-5.625f,139.36f,-5.3186f,-5.9286f,141.09f,-5.3186f,-6.3376f,135.91f,-5.3186f,-6.8027f};
return value;
}
/** Define subarrays using type float[] */
private float[] getTextureCoordinate_8_29_point_1()
{
float[] value = {0.093284f,0.85122f,0.10305f,0.89297f,0.059946f,0.87928f,0.05575f,0.8753f,0.054104f,0.86976f,0.10905f,0.2842f,0.89776f,0.49943f,0.82794f,0.50344f,0.87803f,0.49762f,0.88161f,0.49762f,0.88649f,0.49762f,0.89137f,0.49762f,0.89495f,0.49762f,0.055452f,0.86413f,0.058329f,0.85737f,0.79965f,0.97263f,0.81314f,0.97227f,0.79975f,0.97611f,0.81341f,0.98221f,0.083335f,0.28216f,0.87184f,0.47865f,0.87803f,0.47865f,0.88815f,0.47865f,0.89495f,0.47865f,0.90114f,0.47865f,0.88109f,0.45273f,0.85519f,0.51438f,0.86601f,0.52012f,0.88815f,0.45273f,0.084808f,0.28216f,0.088831f,0.28216f,0.09926f,0.28216f,0.067696f,0.26082f,0.89558f,0.45273f,0.87184f,0.42681f,0.87803f,0.42681f,0.88815f,0.42681f,0.89495f,0.42681f,0.82437f,0.39884f,0.88924f,0.51186f,0.88924f,0.51186f,0.87631f,0.51186f,0.07784f,0.26082f,0.084808f,0.26082f,0.063458f,0.23166f,0.069433f,0.23166f,0.87803f,0.40784f,0.88161f,0.40784f,0.88649f,0.40784f,0.89137f,0.40784f,0.89495f,0.40784f,0.51384f,0.092859f,0.87631f,0.48539f,0.89423f,0.48539f,0.87552f,0.44997f,0.083335f,0.23166f,0.09926f,0.23166f,0.068911f,0.20249f,0.07784f,0.20249f,0.51041f,0.092859f,0.51384f,0.095286f,0.51041f,0.095286f,0.52856f,0.092859f,0.52856f,0.095286f,0.57354f,0.092859f,0.79345f,0.69829f,0.83742f,0.68381f,0.84f,0.67693f,0.84168f,0.67149f,0.84041f,0.66594f,0.83654f,0.66177f,0.83083f,0.66067f,0.57354f,0.095286f,0.57776f,0.092859f,0.57776f,0.095286f,0.58331f,0.092859f,0.58331f,0.095286f,0.58949f,0.092168f,0.099857f,0.77658f,0.086588f,0.77608f,0.099729f,0.78f,0.086224f,0.78586f,0.061271f,0.77514f,0.58949f,0.095976f,0.59631f,0.092168f,0.59631f,0.095976f,0.60053f,0.092168f,0.60053f,0.095976f,0.63312f,0.16411f,0.63312f,0.16792f,0.64721f,0.16318f,0.06252f,0.78498f,0.050178f,0.77391f,0.85017f,0.97045f,0.89606f,0.44923f,0.06252f,0.78498f,0.053685f,0.76772f,0.83751f,0.98157f,0.84668f,0.96412f,0.10927f,0.76219f};
return value;
}
private float[] getTextureCoordinate_8_29_point_2()
{
float[] value = {0.09035f,0.74602f,0.073261f,0.76143f,0.057353f,0.76199f,0.14981f,0.7187f,0.13558f,0.71817f,0.79024f,0.95791f,0.91041f,0.44923f,0.10579f,0.71706f,0.090018f,0.71667f,0.87631f,0.41307f,0.79888f,0.94854f,0.15391f,0.71462f,0.1397f,0.71409f,0.82041f,0.94796f,0.84301f,0.95826f,0.10973f,0.71298f,0.74951f,0.91327f,0.077345f,0.71204f,0.76398f,0.91288f,0.15957f,0.70928f,0.79426f,0.91207f,0.14477f,0.70873f,0.11359f,0.70757f,0.81218f,0.91187f,0.74538f,0.90908f,0.077536f,0.70649f,0.75983f,0.9087f,0.16627f,0.70335f,0.7903f,0.90788f,0.15006f,0.70275f,0.82323f,0.90728f,0.1179f,0.70155f,0.087599f,0.70069f,0.73968f,0.90359f,0.75474f,0.90319f,0.17298f,0.69677f,0.78644f,0.90234f,0.15577f,0.69613f,0.82309f,0.90164f,0.12324f,0.69492f,0.73294f,0.89749f,0.08783f,0.69387f,0.177f,0.69269f,0.74943f,0.89705f,0.78213f,0.89618f,0.15999f,0.69206f,0.81293f,0.89563f,0.12705f,0.69083f,0.72619f,0.89073f,0.095817f,0.68994f,0.7437f,0.89027f,0.18369f,0.68677f,0.16588f,0.6861f,0.77677f,0.88938f,0.81277f,0.8887f,0.13217f,0.68485f,0.72215f,0.88655f,0.096488f,0.68379f,0.73945f,0.88609f,0.18818f,0.68551f,0.77293f,0.88519f,0.16993f,0.68105f,0.13704f,0.67994f,0.80469f,0.88462f,0.71542f,0.88045f,0.13256f,0.67993f,0.73352f,0.87997f,0.2002f,0.67273f,0.7678f,0.87905f,0.14821f,0.67243f,0.80408f,0.87836f,0.13854f,0.67207f,0.12594f,0.67187f,0.70222f,0.86648f,0.72946f,0.87479f,0.18931f,0.64677f,0.7629f,0.87401f,0.14893f,0.65125f,0.76745f,0.87405f,0.13924f,0.65128f,0.69014f,0.87098f,0.11416f,0.66066f,0.18931f,0.64677f,0.75158f,0.8708f,0.76142f,0.87054f,0.14893f,0.65125f,0.77423f,0.87048f,0.18369f,0.68677f,0.71445f,0.84748f,0.16588f,0.6861f,0.75108f,0.84928f,0.16993f,0.68105f,0.18818f,0.68551f,0.76092f,0.84941f,0.78631f,0.85921f,0.14821f,0.67243f,0.75108f,0.84928f,0.18931f,0.64677f,0.71445f,0.84748f,0.14893f,0.65125f};
return value;
}
private float[] getTextureCoordinate_8_29_point_3()
{
float[] value = {0.73352f,0.87997f,0.18369f,0.68677f,0.16588f,0.6861f,0.71542f,0.88045f,0.70222f,0.86648f,0.16993f,0.68105f,0.75158f,0.8708f,0.18818f,0.68551f,0.75108f,0.84928f,0.14821f,0.67243f,0.71445f,0.84748f,0.20331f,0.64634f,0.20214f,0.68593f,0.73352f,0.87997f,0.71542f,0.88045f,0.27233f,0.64504f,0.70222f,0.86648f,0.27092f,0.69625f,0.75158f,0.8708f,0.27111f,0.68523f,0.68726f,0.84413f,0.43378f,0.64394f,0.43009f,0.74063f,0.68802f,0.88437f,0.63073f,0.84284f,0.43097f,0.72155f,0.45878f,0.64479f,0.4548f,0.7569f,0.45585f,0.72591f,0.63181f,0.8949f,0.63173f,0.8837f,0.46694f,0.84323f,0.46749f,0.93698f,0.46895f,0.92213f,0.44152f,0.84383f,0.46852f,0.64513f,0.46454f,0.75724f,0.46559f,0.72624f,0.14808f,0.64812f,0.44423f,0.95724f,0.44363f,0.9263f,0.1384f,0.64814f,0.11332f,0.65752f,0.18921f,0.64353f,0.14883f,0.64801f,0.43161f,0.84406f,0.43432f,0.95747f,0.43372f,0.92654f,0.75198f,0.8461f,0.76182f,0.84623f,0.64721f,0.17539f,0.20321f,0.64309f,0.48703f,0.64581f,0.48088f,0.76333f,0.66043f,0.16175f,0.4841f,0.72693f,0.66043f,0.17567f,0.49742f,0.6462f,0.89423f,0.41307f,0.49505f,0.76129f,0.49449f,0.72732f,0.68596f,0.16346f,0.084808f,0.20249f,0.52972f,0.64595f,0.90287f,0.41307f,0.68596f,0.17379f,0.68596f,0.16346f,0.68596f,0.17379f,0.63312f,0.16411f,0.64721f,0.16318f,0.63312f,0.16792f,0.09976f,0.2051f,0.5268f,0.76419f,0.78721f,0.85603f,0.084808f,0.18115f,0.52631f,0.7285f,0.75121f,0.84598f,0.088831f,0.18115f,0.55083f,0.64673f,0.41279f,0.84456f,0.10544f,0.17917f,0.54638f,0.76651f,0.4207f,0.96013f,0.84803f,0.23618f,0.54742f,0.72928f,0.4149f,0.92703f,0.84803f,0.24032f,0.58315f,0.64557f,0.40223f,0.84484f,0.41017f,0.96198f,0.57917f,0.76962f,0.83819f,0.23618f,0.58021f,0.73049f,0.40434f,0.92731f,0.36987f,0.84569f,0.37268f,0.96556f,0.37198f,0.92817f,0.82482f,0.3986f,0.88924f,0.39782f,0.89423f,0.39782f};
return value;
}
private float[] getTextureCoordinate_8_29_point_4()
{
float[] value = {0.34841f,0.84626f,0.35122f,0.96613f,0.35052f,0.92874f,0.6075f,0.64648f,0.31507f,0.84715f,0.60352f,0.77052f,0.60457f,0.7314f,0.63737f,0.64758f,0.31787f,0.96628f,0.63346f,0.77047f,0.63444f,0.7325f,0.64721f,0.17539f,0.64841f,0.64799f,0.6445f,0.77088f,0.64548f,0.73291f,0.67209f,0.64888f,0.6695f,0.76944f,0.67048f,0.73384f,0.75966f,0.64942f,0.63312f,0.16411f,0.64721f,0.16318f,0.75966f,0.64942f,0.7556f,0.75051f,0.73895f,0.7362f,0.73895f,0.7362f,0.79302f,0.6526f,0.7708f,0.73707f,0.73358f,0.65053f,0.74121f,0.69778f,0.31718f,0.92962f,0.29031f,0.8478f,0.83819f,0.24032f,0.83821f,0.23618f,0.83821f,0.24032f,0.83038f,0.23618f,0.78282f,0.6459f,0.29311f,0.96694f,0.11022f,0.40917f,0.093751f,0.40917f,0.77049f,0.64541f,0.11022f,0.41217f,0.29242f,0.93028f,0.69592f,0.64542f,0.68094f,0.64486f,0.25994f,0.84861f,0.26269f,0.96608f,0.83038f,0.24032f,0.82993f,0.23618f,0.82993f,0.24032f,0.78956f,0.24171f,0.66776f,0.64437f,0.26204f,0.93108f,0.093751f,0.42664f,0.11022f,0.41217f,0.78372f,0.64434f,0.093751f,0.41217f,0.24871f,0.8489f,0.77055f,0.64385f,0.69598f,0.64385f,0.25147f,0.96638f,0.25082f,0.93138f,0.79403f,0.23618f,0.79403f,0.24032f,0.73038f,0.2357f,0.76636f,0.23618f,0.681f,0.64329f,0.22464f,0.84907f,0.064338f,0.40917f,0.048534f,0.41282f,0.66782f,0.6428f,0.064338f,0.41217f,0.22524f,0.96634f,0.78378f,0.64277f,0.77061f,0.64228f,0.2254f,0.93205f,0.15217f,0.84712f,0.73038f,0.24603f,0.76636f,0.24032f,0.73038f,0.2357f,0.76636f,0.23618f,0.69604f,0.64229f,0.15846f,0.94566f,0.092961f,0.41067f,0.07934f,0.40811f,0.68105f,0.64173f,0.07934f,0.41323f,0.15832f,0.93193f,0.66788f,0.64124f,0.78384f,0.64121f,0.15832f,0.93193f,0.11883f,0.84801f,0.76636f,0.24032f,0.73038f,0.24603f,0.73038f,0.24603f,0.71641f,0.24603f,0.77066f,0.64072f,0.11883f,0.84801f,0.055325f,0.45849f,0.055325f,0.4615f,0.69609f,0.64072f};
return value;
}
private float[] getTextureCoordinate_8_29_point_5()
{
float[] value = {0.063349f,0.45763f,0.12872f,0.93009f,0.68111f,0.64016f,0.66794f,0.63967f,0.15887f,0.8928f,0.15644f,0.89286f,0.66103f,0.23372f,0.66084f,0.24673f,0.50004f,0.22096f,0.50004f,0.25849f,0.7839f,0.63965f,0.14414f,0.84383f,0.063349f,0.46236f,0.076151f,0.45763f,0.77072f,0.63916f,0.076151f,0.46236f,0.12891f,0.84423f,0.69615f,0.63916f,0.68117f,0.6386f,0.11551f,0.84459f,0.23781f,0.84343f,0.47502f,0.21623f,0.47502f,0.26338f,0.46527f,0.2146f,0.46527f,0.26482f,0.66799f,0.63811f,0.22442f,0.84378f,0.084164f,0.45763f,0.084164f,0.46236f,0.78396f,0.63808f,0.15305f,0.40811f,0.1441f,0.84224f,0.77078f,0.63759f,0.69621f,0.6376f,0.12887f,0.84264f,0.11547f,0.843f,0.76732f,0.23818f,0.76732f,0.2397f,0.777f,0.23818f,0.777f,0.2397f,0.68123f,0.63704f,0.23777f,0.84184f,0.15305f,0.41323f,0.13795f,0.40811f,0.66805f,0.63655f,0.13795f,0.41323f,0.22437f,0.84219f,0.55938f,0.75222f,0.61424f,0.7596f,0.14406f,0.84065f,0.12883f,0.84105f,0.80171f,0.23818f,0.80171f,0.2397f,0.73059f,0.23801f,0.76657f,0.23818f,0.61398f,0.75457f,0.11543f,0.84141f,0.099811f,0.45648f,0.084164f,0.46236f,0.61403f,0.74919f,0.099811f,0.47163f,0.23773f,0.84025f,0.61437f,0.74411f,0.61497f,0.73995f,0.22433f,0.8406f,0.14402f,0.83906f,0.76657f,0.2397f,0.73059f,0.24179f,0.71662f,0.23801f,0.71662f,0.24179f,0.50564f,0.75552f,0.12878f,0.83946f,0.099811f,0.45648f,0.099811f,0.47163f,0.50539f,0.75048f,0.11714f,0.45606f,0.11539f,0.83982f,0.50544f,0.7451f,0.23768f,0.83866f,0.50578f,0.74003f,0.22429f,0.83901f,0.66106f,0.23729f,0.66106f,0.24204f,0.50025f,0.23302f,0.50025f,0.24676f,0.63312f,0.16792f,0.14397f,0.83747f,0.11714f,0.46997f,0.18603f,0.45342f,0.78139f,0.39879f,0.18603f,0.47091f,0.12874f,0.83787f,0.78113f,0.5038f,0.82802f,0.44688f,0.11534f,0.83823f,0.23764f,0.83707f,0.47523f,0.23136f,0.47523f,0.24862f,0.46549f,0.2288f,0.46549f,0.25146f};
return value;
}
private float[] getTextureCoordinate_8_29_point_6()
{
float[] value = {0.90524f,0.48449f,0.22425f,0.83742f,0.90548f,0.4784f,0.23587f,0.8449f,0.21883f,0.8449f,0.38543f,0.44762f,0.18884f,0.8449f,0.16545f,0.8449f,0.1361f,0.8449f,0.11712f,0.8449f,0.23587f,0.84296f,0.21883f,0.84296f,0.18884f,0.84296f,0.44675f,0.21262f,0.44675f,0.26788f,0.16545f,0.84296f,0.1361f,0.84296f,0.11712f,0.84296f,0.23587f,0.84102f,0.21883f,0.84102f,0.18884f,0.84102f,0.16545f,0.84102f,0.1361f,0.84102f,0.11712f,0.84102f,0.23587f,0.83907f,0.21883f,0.83907f,0.18884f,0.83907f,0.16545f,0.83907f,0.1361f,0.83907f,0.11712f,0.83907f,0.23587f,0.83713f,0.21883f,0.83713f,0.18884f,0.83713f,0.16545f,0.83713f,0.1361f,0.83713f,0.11712f,0.83713f,0.23587f,0.83519f,0.21883f,0.83519f,0.18884f,0.83519f,0.16545f,0.83519f,0.1361f,0.83519f,0.11712f,0.83519f,0.60159f,0.12189f,0.60395f,0.12189f,0.60631f,0.12189f,0.60159f,0.13558f,0.60395f,0.13558f,0.60631f,0.13558f,0.61023f,0.18609f,0.61258f,0.18609f,0.61494f,0.18609f,0.61023f,0.19937f,0.61258f,0.19937f,0.61494f,0.19937f,0.80335f,0.16788f,0.80544f,0.16788f,0.80843f,0.16788f,0.81091f,0.16788f,0.80335f,0.17175f,0.80544f,0.17175f,0.80843f,0.17175f,0.81091f,0.17175f,0.80335f,0.17563f,0.80544f,0.17563f,0.80843f,0.17563f,0.81091f,0.17563f,0.80335f,0.17951f,0.80544f,0.17951f,0.80843f,0.17951f,0.81091f,0.17951f,0.80335f,0.18338f,0.80544f,0.18338f,0.80843f,0.18338f,0.81091f,0.18338f,0.80335f,0.18726f,0.80544f,0.18726f,0.80843f,0.18726f,0.81091f,0.18726f,0.89608f,0.49609f,0.89793f,0.49609f,0.90009f,0.49609f,0.90229f,0.49609f,0.14393f,0.83588f,0.1287f,0.83628f,0.1153f,0.83664f,0.2376f,0.83548f,0.89608f,0.49953f,0.89793f,0.49953f,0.90009f,0.49953f,0.90229f,0.49953f,0.2242f,0.83583f,0.28297f,0.95834f,0.28328f,0.95322f,0.28329f,0.94775f,0.283f,0.94259f,0.28243f,0.93835f,0.37516f,0.95575f,0.89608f,0.50298f,0.89793f,0.50298f,0.90009f,0.50298f};
return value;
}
private float[] getTextureCoordinate_8_29_point_7()
{
float[] value = {0.90229f,0.50298f,0.89608f,0.50642f,0.38543f,0.47684f,0.41646f,0.44117f,0.89793f,0.50642f,0.41646f,0.48332f,0.85354f,0.60586f,0.44697f,0.22977f,0.44697f,0.2503f,0.90009f,0.50642f,0.42854f,0.43813f,0.90229f,0.50642f,0.42854f,0.48662f,0.098803f,0.46405f,0.50638f,0.73587f,0.53112f,0.75082f,0.61794f,0.73933f,0.61711f,0.74456f,0.61662f,0.75037f,0.89608f,0.50987f,0.89793f,0.50987f,0.11613f,0.46356f,0.37547f,0.95063f,0.37548f,0.94517f,0.37519f,0.94f,0.18503f,0.46234f,0.38442f,0.46029f,0.41545f,0.46025f,0.42754f,0.46019f,0.61655f,0.75608f,0.61689f,0.761f,0.5341f,0.73547f,0.53326f,0.74069f,0.53278f,0.7465f,0.45304f,0.43005f,0.45151f,0.48375f,0.4505f,0.46023f,0.46594f,0.42685f,0.37463f,0.93577f,0.37784f,0.95572f,0.37815f,0.95061f,0.37816f,0.94514f,0.37787f,0.93998f,0.90009f,0.50987f,0.90229f,0.50987f,0.89608f,0.51331f,0.89793f,0.51331f,0.5327f,0.75221f,0.53304f,0.75713f,0.53149f,0.73542f,0.53066f,0.74064f,0.53017f,0.74645f,0.85137f,0.56541f,0.86033f,0.16369f,0.85619f,0.16369f,0.86033f,0.15813f,0.37731f,0.93574f,0.39812f,0.96281f,0.39946f,0.956f,0.39978f,0.95089f,0.39979f,0.94542f,0.90009f,0.51331f,0.90229f,0.51331f,0.30236f,0.63985f,0.29837f,0.63988f,0.53009f,0.75216f,0.53043f,0.75708f,0.53215f,0.76232f,0.51055f,0.73279f,0.50972f,0.73801f,0.85619f,0.15813f,0.86033f,0.15196f,0.85619f,0.15196f,0.86033f,0.14514f,0.39949f,0.94025f,0.39893f,0.93602f,0.41947f,0.93265f,0.37362f,0.95095f,0.42224f,0.936f,0.2986f,0.63202f,0.29946f,0.63082f,0.30075f,0.63f,0.30227f,0.62971f,0.50923f,0.74383f,0.50915f,0.74954f,0.50949f,0.75445f,0.51121f,0.7597f,0.49154f,0.76068f,0.85619f,0.14514f,0.86033f,0.14091f,0.85619f,0.14091f,0.86033f,0.13474f,0.42479f,0.94657f,0.41999f,0.95935f,0.41999f,0.95935f,0.33524f,0.95146f,0.27942f,0.9377f,0.30381f,0.62998f,0.30511f,0.63077f,0.30599f,0.63196f};
return value;
}
private float[] getTextureCoordinate_8_29_point_8()
{
float[] value = {0.30636f,0.63981f,0.53491f,0.74724f,0.48861f,0.75775f,0.4855f,0.74758f,0.48963f,0.73329f,0.48963f,0.73329f,0.85619f,0.13474f,0.86033f,0.12954f,0.85619f,0.12954f,0.86033f,0.10582f,0.28021f,0.94301f,0.28064f,0.94893f,0.28066f,0.95473f,0.28026f,0.95972f,0.39472f,0.93285f,0.43635f,0.21038f,0.43635f,0.27021f,0.43657f,0.22945f,0.43657f,0.25069f,0.61576f,0.75118f,0.57655f,0.7497f,0.57704f,0.74989f,0.57894f,0.75011f,0.582f,0.75033f,0.40451f,0.20238f,0.40451f,0.27783f,0.40472f,0.22655f,0.40472f,0.25417f,0.39552f,0.93817f,0.39595f,0.94408f,0.38339f,0.19704f,0.4644f,0.48727f,0.85619f,0.10582f,0.86033f,0.095058f,0.85619f,0.095058f,0.86033f,0.084365f,0.85619f,0.084365f,0.8611f,0.12038f,0.84888f,0.12038f,0.85499f,0.12486f,0.85833f,0.091955f,0.85682f,0.091955f,0.85833f,0.081123f,0.85682f,0.081123f,0.82758f,0.55239f,0.78325f,0.64763f,0.76879f,0.64763f,0.38339f,0.28346f,0.29498f,0.63991f,0.29546f,0.63085f,0.29704f,0.62862f,0.29943f,0.62712f,0.30225f,0.62657f,0.30508f,0.62707f,0.30749f,0.62853f,0.30911f,0.63073f,0.30975f,0.63979f,0.22904f,0.85142f,0.23193f,0.85063f,0.23532f,0.85054f,0.23895f,0.85044f,0.24258f,0.85035f,0.24597f,0.85026f,0.24887f,0.85018f,0.23129f,0.86162f,0.23362f,0.86156f,0.23633f,0.86149f,0.23923f,0.86141f,0.24214f,0.86133f,0.24484f,0.86126f,0.24717f,0.8612f,0.234f,0.86853f,0.23575f,0.86848f,0.23778f,0.86843f,0.23996f,0.86837f,0.24214f,0.86831f,0.24417f,0.86826f,0.24591f,0.86821f,0.3836f,0.22473f,0.3836f,0.25637f,0.58587f,0.75053f,0.61717f,0.75171f,0.62121f,0.75181f,0.62458f,0.75183f,0.4634f,0.46022f,0.23516f,0.87897f,0.23632f,0.87894f,0.23767f,0.87891f,0.23913f,0.87887f,0.24058f,0.87883f,0.24193f,0.8788f,0.2431f,0.87877f,0.23785f,0.8854f,0.23844f,0.88539f,0.23911f,0.88537f,0.23984f,0.88535f,0.35057f,0.19964f,0.35057f,0.27986f,0.62689f,0.75177f,0.62786f,0.75164f};
return value;
}
private float[] getTextureCoordinate_8_29_point_9()
{
float[] value = {0.62737f,0.75145f,0.62548f,0.75123f,0.62241f,0.75101f,0.35078f,0.22183f,0.24057f,0.88533f,0.24124f,0.88531f,0.24182f,0.8853f,0.24006f,0.88719f,0.24006f,0.88719f,0.24006f,0.88719f,0.24006f,0.88719f,0.24006f,0.88719f,0.24006f,0.88719f,0.88716f,0.4052f,0.50542f,0.4191f,0.50389f,0.49356f,0.39596f,0.94989f,0.39557f,0.95488f,0.36981f,0.94727f,0.32651f,0.9484f,0.32597f,0.95081f,0.35078f,0.25985f,0.88925f,0.4052f,0.89134f,0.4052f,0.88716f,0.40865f,0.88925f,0.40865f,0.89134f,0.40865f,0.88716f,0.42367f,0.88925f,0.42367f,0.89134f,0.42367f,0.88716f,0.42711f,0.88925f,0.42711f,0.50288f,0.46011f,0.53008f,0.41344f,0.32373f,0.95299f,0.32006f,0.95467f,0.31539f,0.95565f,0.27746f,0.95685f,0.27255f,0.95617f,0.3262f,0.19965f,0.89134f,0.42711f,0.65152f,0.64989f,0.65443f,0.64994f,0.65781f,0.65f,0.66145f,0.65006f,0.66508f,0.65013f,0.66846f,0.65019f,0.67136f,0.65095f,0.65311f,0.66293f,0.65543f,0.66297f,0.26843f,0.95473f,0.3262f,0.27985f,0.61854f,0.7508f,0.58724f,0.74962f,0.58321f,0.74953f,0.57983f,0.74951f,0.57752f,0.74957f,0.26558f,0.95272f,0.65814f,0.66301f,0.66105f,0.66306f,0.66396f,0.66312f,0.66666f,0.66316f,0.66899f,0.6632f,0.65512f,0.67081f,0.65686f,0.67084f,0.6589f,0.67088f,0.66108f,0.67092f,0.66326f,0.67095f,0.26435f,0.95036f,0.32641f,0.22184f,0.32641f,0.25985f,0.5715f,0.74937f,0.57201f,0.75175f,0.57419f,0.75392f,0.57779f,0.75561f,0.26489f,0.94794f,0.66529f,0.67099f,0.66703f,0.67102f,0.65631f,0.67597f,0.65747f,0.67599f,0.65883f,0.67601f,0.26713f,0.94577f,0.66028f,0.67604f,0.2963f,0.19852f,0.2963f,0.28101f,0.66173f,0.67606f,0.53008f,0.49961f,0.52907f,0.46004f,0.57078f,0.40569f,0.57078f,0.50553f,0.56977f,0.45993f,0.60099f,0.40202f,0.60099f,0.5092f,0.59999f,0.45993f,0.63806f,0.40033f,0.66309f,0.67608f,0.66425f,0.6761f,0.27081f,0.94408f,0.27547f,0.9431f,0.65826f,0.68184f};
return value;
}
private float[] getTextureCoordinate_8_29_point_10()
{
float[] value = {0.65884f,0.68185f,0.65952f,0.68186f,0.66025f,0.68188f,0.66097f,0.68189f,0.66165f,0.6819f,0.3134f,0.94191f,0.31831f,0.94259f,0.32244f,0.94402f,0.32528f,0.94604f,0.29652f,0.22109f,0.29652f,0.26075f,0.28526f,0.19795f,0.66223f,0.68191f,0.66018f,0.68846f,0.66018f,0.68846f,0.66018f,0.68846f,0.66018f,0.68846f,0.66018f,0.68846f,0.66018f,0.68846f,0.88716f,0.49242f,0.88925f,0.49242f,0.89134f,0.49242f,0.88716f,0.49587f,0.58237f,0.75662f,0.61967f,0.75819f,0.62451f,0.75758f,0.62858f,0.75621f,0.63141f,0.75426f,0.28526f,0.28164f,0.28547f,0.22109f,0.28547f,0.26075f,0.88925f,0.49587f,0.89134f,0.49587f,0.88716f,0.51089f,0.88925f,0.51089f,0.89134f,0.51089f,0.88716f,0.51434f,0.88925f,0.51434f,0.89134f,0.51434f,0.77303f,0.082947f,0.77178f,0.088535f,0.63264f,0.75195f,0.63213f,0.74957f,0.62995f,0.7474f,0.62635f,0.74571f,0.62177f,0.7447f,0.63806f,0.51081f,0.63705f,0.45986f,0.65176f,0.39947f,0.7895f,0.088535f,0.65176f,0.52033f,0.65075f,0.4599f,0.66811f,0.39063f,0.66811f,0.52391f,0.6671f,0.45727f,0.75217f,0.39474f,0.75217f,0.50532f,0.7514f,0.44621f,0.78134f,0.39869f,0.58447f,0.74312f,0.57963f,0.74374f,0.57556f,0.74511f,0.57273f,0.74706f,0.77376f,0.66243f,0.78109f,0.50378f,0.74009f,0.65351f,0.78108f,0.44627f,0.82794f,0.44581f,0.75932f,0.44919f,0.75932f,0.491f,0.77363f,0.48848f,0.7862f,0.48122f,0.79554f,0.47009f,0.8005f,0.45645f,0.8005f,0.44192f,0.79554f,0.42828f,0.7862f,0.41715f,0.74013f,0.65595f,0.74186f,0.65849f,0.74507f,0.66084f,0.74937f,0.66271f,0.77387f,0.66944f,0.26158f,0.19795f,0.77874f,0.66976f,0.783f,0.6692f,0.77363f,0.40989f,0.75932f,0.40737f,0.74502f,0.40989f,0.73245f,0.41715f,0.72311f,0.42828f,0.71815f,0.44192f,0.71815f,0.45645f,0.72311f,0.47009f,0.73245f,0.48122f,0.74502f,0.48848f,0.78614f,0.66782f,0.32032f,0.9487f,0.31984f,0.94904f,0.31799f,0.94938f,0.315f,0.94967f};
return value;
}
private float[] getTextureCoordinate_8_29_point_11()
{
float[] value = {0.26158f,0.28164f,0.7878f,0.6658f,0.78776f,0.66336f,0.5463f,0.51169f,0.61758f,0.50602f,0.61648f,0.51414f,0.61546f,0.52149f,0.61462f,0.52717f,0.78603f,0.66082f,0.61462f,0.52404f,0.61546f,0.51727f,0.50986f,0.49177f,0.50876f,0.4999f,0.26045f,0.22109f,0.26045f,0.26075f,0.17478f,0.19111f,0.17478f,0.28452f,0.17499f,0.20708f,0.17499f,0.25629f,0.14196f,0.19069f,0.14196f,0.27782f,0.14218f,0.20519f,0.50774f,0.50724f,0.5069f,0.51292f,0.78282f,0.65847f,0.77852f,0.6566f,0.31123f,0.94989f,0.28065f,0.95073f,0.27672f,0.95072f,0.50659f,0.49134f,0.5055f,0.49946f,0.50447f,0.50681f,0.50364f,0.51249f,0.7557f,0.65071f,0.75506f,0.65095f,0.74489f,0.65011f,0.27342f,0.9506f,0.27116f,0.95038f,0.27021f,0.95007f,0.27069f,0.94973f,0.27253f,0.94939f,0.27552f,0.9491f,0.2793f,0.94888f,0.74174f,0.65149f,0.77376f,0.66243f,0.14218f,0.25823f,0.45235f,0.48301f,0.47913f,0.49135f,0.47811f,0.4987f,0.47727f,0.50438f,0.55065f,0.39788f,0.61943f,0.38908f,0.61828f,0.38261f,0.61797f,0.37833f,0.61902f,0.38333f,0.62034f,0.38997f,0.62178f,0.39745f,0.51282f,0.39641f,0.51234f,0.40396f,0.51366f,0.4106f,0.5151f,0.41808f,0.50959f,0.39703f,0.51064f,0.40203f,0.51196f,0.40867f,0.5134f,0.41615f,0.48352f,0.40583f,0.48457f,0.41082f,0.4859f,0.41746f,0.46156f,0.42714f,0.56193f,0.49633f,0.56473f,0.49633f,0.56927f,0.49633f,0.56193f,0.50113f,0.56473f,0.50113f,0.56927f,0.50113f,0.57499f,0.50113f,0.62129f,0.50113f,0.62725f,0.50113f,0.63224f,0.50113f,0.63565f,0.50113f,0.56193f,0.5181f,0.56473f,0.5181f,0.56927f,0.5181f,0.72991f,0.64763f,0.57499f,0.5181f,0.62129f,0.5181f,0.62725f,0.5181f,0.63224f,0.5181f,0.63565f,0.5181f,0.62994f,0.3852f,0.63113f,0.3852f,0.56927f,0.38789f,0.57499f,0.38789f,0.62129f,0.38789f,0.62725f,0.38789f,0.63224f,0.38789f,0.63565f,0.38789f,0.10761f,0.19835f,0.11687f,0.2077f,0.11687f,0.25578f};
return value;
}
private float[] getTextureCoordinate_8_29_point_12()
{
float[] value = {0.16697f,0.27916f,0.71103f,0.64763f,0.63707f,0.38789f,0.57499f,0.40435f,0.62129f,0.40435f,0.62725f,0.40435f,0.63224f,0.40435f,0.63565f,0.40435f,0.72448f,0.38947f,0.72762f,0.38947f,0.73179f,0.38947f,0.15198f,0.27651f,0.13879f,0.2689f,0.129f,0.25724f,0.1238f,0.24293f,0.1238f,0.22771f,0.129f,0.2134f,0.13879f,0.20174f,0.15198f,0.19413f,0.30987f,0.94804f,0.31381f,0.94804f,0.31711f,0.94817f,0.31937f,0.94839f,0.28203f,0.94975f,0.15073f,0.85291f,0.15066f,0.85538f,0.14888f,0.85795f,0.14559f,0.8603f,0.1412f,0.86216f,0.11991f,0.86293f,0.11497f,0.86321f,0.11064f,0.86259f,0.10746f,0.86116f,0.1058f,0.85908f,0.10587f,0.85661f,0.10765f,0.85404f,0.11094f,0.85168f,0.11533f,0.84983f,0.13662f,0.84869f,0.14156f,0.84878f,0.14589f,0.8494f,0.14907f,0.85083f,0.12011f,0.85581f,0.15073f,0.85291f,0.15066f,0.85538f,0.14888f,0.85795f,0.14559f,0.8603f,0.1412f,0.86216f,0.11991f,0.86293f,0.11497f,0.86321f,0.11064f,0.86259f,0.10746f,0.86116f,0.1058f,0.85908f,0.10587f,0.85661f,0.10765f,0.85404f,0.11094f,0.85168f,0.76671f,0.38947f,0.77136f,0.38947f,0.7754f,0.38947f,0.77835f,0.38947f,0.72448f,0.39316f,0.72762f,0.39316f,0.73179f,0.39316f,0.76671f,0.39316f,0.77136f,0.39316f,0.7754f,0.39316f,0.77835f,0.39316f,0.72448f,0.39686f,0.72762f,0.39686f,0.11533f,0.84983f,0.13917f,0.84832f,0.14156f,0.84878f,0.14589f,0.8494f,0.74009f,0.65351f,0.74013f,0.65595f,0.74186f,0.65849f,0.74507f,0.66084f,0.74937f,0.66271f,0.77387f,0.66944f,0.77874f,0.66976f,0.783f,0.6692f,0.78614f,0.66782f,0.7878f,0.6658f,0.78776f,0.66336f,0.78603f,0.66082f,0.78282f,0.65847f,0.77852f,0.6566f,0.7557f,0.65071f,0.74522f,0.65039f,0.74489f,0.65011f,0.74174f,0.65149f,0.30762f,0.64013f,0.3079f,0.63283f,0.30796f,0.63104f,0.3051f,0.64004f,0.30539f,0.63209f,0.30548f,0.62976f,0.30212f,0.63993f,0.30242f,0.63175f,0.30252f,0.62923f};
return value;
}
private float[] getTextureCoordinate_8_29_point_13()
{
float[] value = {0.29914f,0.63981f,0.29943f,0.63187f,0.29952f,0.62953f,0.29661f,0.63972f,0.29688f,0.63242f,0.29695f,0.63063f,0.66086f,0.65298f,0.6646f,0.65256f,0.66811f,0.65154f,0.67111f,0.65078f,0.73179f,0.39686f,0.76671f,0.39686f,0.77136f,0.39686f,0.7754f,0.39686f,0.77835f,0.39686f,0.72448f,0.40056f,0.72762f,0.40056f,0.73179f,0.40056f,0.76671f,0.40056f,0.77136f,0.40056f,0.16697f,0.19148f,0.18196f,0.19413f,0.19515f,0.20174f,0.20493f,0.2134f,0.7754f,0.40056f,0.77835f,0.40056f,0.72448f,0.40425f,0.72762f,0.40425f,0.73179f,0.40425f,0.76671f,0.40425f,0.77136f,0.40425f,0.7754f,0.40425f,0.77835f,0.40425f,0.72448f,0.40795f,0.72762f,0.40795f,0.73179f,0.40795f,0.76671f,0.40795f,0.77136f,0.40795f,0.7754f,0.40795f,0.77835f,0.40795f,0.72448f,0.49222f,0.72762f,0.49222f,0.73179f,0.49222f,0.76671f,0.49222f,0.77136f,0.49222f,0.7754f,0.49222f,0.77835f,0.49222f,0.72448f,0.49592f,0.72762f,0.49592f,0.73179f,0.49592f,0.76671f,0.49592f,0.77136f,0.49592f,0.7754f,0.49592f,0.77835f,0.49592f,0.72448f,0.49962f,0.72762f,0.49962f,0.73179f,0.49962f,0.76671f,0.49962f,0.77136f,0.49962f,0.7754f,0.49962f,0.77835f,0.49962f,0.72448f,0.50332f,0.72762f,0.50332f,0.73179f,0.50332f,0.76671f,0.50332f,0.77136f,0.50332f,0.7754f,0.50332f,0.77835f,0.50332f,0.72448f,0.50701f,0.72762f,0.50701f,0.73179f,0.50701f,0.76671f,0.50701f,0.77136f,0.50701f,0.7754f,0.50701f,0.77835f,0.50701f,0.72448f,0.51071f,0.72762f,0.51071f,0.73179f,0.51071f,0.76671f,0.51071f,0.77136f,0.51071f,0.7754f,0.51071f,0.77835f,0.51071f,0.6119f,0.38281f,0.6508f,0.65003f,0.65374f,0.651f,0.65717f,0.65228f,0.66065f,0.65867f,0.61309f,0.38281f,0.54388f,0.38551f,0.54669f,0.38551f,0.55123f,0.38551f,0.55695f,0.38551f,0.60325f,0.38551f,0.60921f,0.38551f,0.6142f,0.38551f,0.61761f,0.38551f,0.61903f,0.38551f,0.54388f,0.40647f,0.54669f,0.40647f,0.55123f,0.40647f};
return value;
}
private float[] getTextureCoordinate_8_29_point_14()
{
float[] value = {0.66362f,0.65878f,0.66639f,0.65889f,0.66877f,0.65897f,0.65252f,0.65837f,0.6549f,0.65846f,0.65767f,0.65856f,0.66032f,0.66751f,0.66255f,0.66759f,0.66462f,0.66767f,0.66641f,0.66774f,0.65422f,0.66728f,0.65601f,0.66735f,0.65809f,0.66743f,0.65998f,0.67635f,0.66147f,0.67641f,0.66285f,0.67646f,0.66404f,0.6765f,0.65592f,0.6762f,0.65711f,0.67624f,0.6816f,0.64808f,0.66714f,0.64808f,0.55695f,0.39031f,0.60325f,0.39031f,0.60921f,0.39031f,0.6142f,0.39031f,0.61761f,0.39031f,0.54388f,0.41127f,0.54669f,0.41127f,0.55123f,0.41127f,0.55695f,0.41127f,0.21014f,0.22771f,0.21014f,0.24293f,0.20493f,0.25724f,0.19515f,0.2689f,0.18196f,0.27651f,0.16697f,0.23532f,0.36999f,0.28691f,0.78325f,0.64569f,0.76879f,0.64569f,0.60325f,0.41127f,0.60921f,0.41127f,0.6142f,0.41127f,0.61761f,0.41127f,0.54388f,0.41608f,0.54669f,0.41608f,0.55123f,0.41608f,0.55695f,0.41608f,0.60325f,0.41608f,0.31251f,0.28233f,0.3134f,0.28888f,0.31422f,0.2948f,0.3149f,0.29938f,0.3149f,0.29686f,0.31422f,0.2914f,0.40177f,0.28537f,0.72991f,0.64569f,0.71103f,0.64569f,0.60921f,0.41608f,0.6142f,0.41608f,0.61761f,0.41608f,0.6119f,0.49587f,0.61309f,0.49587f,0.54388f,0.49857f,0.54669f,0.49857f,0.55123f,0.49857f,0.55695f,0.49857f,0.40109f,0.27992f,0.4044f,0.28503f,0.40373f,0.27957f,0.42416f,0.2705f,0.42499f,0.27642f,0.42566f,0.28101f,0.44595f,0.27302f,0.6816f,0.64614f,0.66714f,0.64614f,0.60325f,0.49857f,0.60921f,0.49857f,0.6142f,0.49857f,0.61761f,0.49857f,0.61903f,0.49857f,0.54388f,0.51953f,0.54669f,0.51953f,0.55123f,0.51953f,0.55695f,0.50337f,0.40038f,0.28113f,0.36649f,0.18816f,0.31102f,0.18106f,0.31195f,0.17584f,0.3122f,0.17239f,0.31135f,0.17642f,0.31028f,0.18178f,0.14907f,0.85083f,0.12011f,0.85581f,0.59414f,0.82918f,0.59419f,0.831f,0.59439f,0.83842f,0.59668f,0.8279f,0.59674f,0.83027f,0.59695f,0.83835f,0.59969f,0.82739f};
return value;
}
private float[] getTextureCoordinate_8_29_point_15()
{
float[] value = {0.59976f,0.82996f,0.59998f,0.83827f,0.60273f,0.82774f,0.6028f,0.83011f,0.60301f,0.83819f,0.60533f,0.82888f,0.60538f,0.8307f,0.60558f,0.83812f,0.23103f,0.84951f,0.23406f,0.84943f,0.6585f,0.6763f,0.60325f,0.50337f,0.60921f,0.50337f,0.6142f,0.50337f,0.61761f,0.50337f,0.54388f,0.52433f,0.54669f,0.52433f,0.55123f,0.52433f,0.55695f,0.52433f,0.60325f,0.52433f,0.60921f,0.52433f,0.6142f,0.52433f,0.61761f,0.52433f,0.54388f,0.52914f,0.54669f,0.52914f,0.55123f,0.52914f,0.23758f,0.84933f,0.65965f,0.68519f,0.66039f,0.68522f,0.66109f,0.68524f,0.66168f,0.68527f,0.65762f,0.68511f,0.65821f,0.68514f,0.65891f,0.68516f,0.65932f,0.69403f,0.65932f,0.69403f,0.65932f,0.69403f,0.65932f,0.69403f,0.65932f,0.69403f,0.65932f,0.69403f,0.58815f,0.66814f,0.54894f,0.66666f,0.54943f,0.66685f,0.55132f,0.66706f,0.55439f,0.66729f,0.55826f,0.66749f,0.78325f,0.64375f,0.76879f,0.64375f,0.55695f,0.52914f,0.60325f,0.52914f,0.60921f,0.52914f,0.6142f,0.52914f,0.61761f,0.52914f,0.47106f,0.4209f,0.51064f,0.4142f,0.43599f,0.42335f,0.47138f,0.39507f,0.30912f,0.18781f,0.39705f,0.1977f,0.39798f,0.19248f,0.39965f,0.1982f,0.40058f,0.19298f,0.4425f,0.20913f,0.42161f,0.19792f,0.72991f,0.64375f,0.71103f,0.64375f,0.47336f,0.48855f,0.43322f,0.48758f,0.50824f,0.49283f,0.46811f,0.51385f,0.35062f,0.39539f,0.35275f,0.39539f,0.35891f,0.39539f,0.36834f,0.39539f,0.38928f,0.39386f,0.42186f,0.19662f,0.42101f,0.20065f,0.41994f,0.20601f,0.39673f,0.19477f,0.34526f,0.27451f,0.35007f,0.27451f,0.35409f,0.27451f,0.6816f,0.6442f,0.66714f,0.6442f,0.39707f,0.39386f,0.40151f,0.39386f,0.40797f,0.39386f,0.41413f,0.39386f,0.41627f,0.39386f,0.35062f,0.39926f,0.35275f,0.39926f,0.35891f,0.39926f,0.36834f,0.39926f,0.35684f,0.27451f,0.29739f,0.27839f,0.29965f,0.27839f,0.30331f,0.27839f,0.30792f,0.27839f,0.34526f,0.27839f,0.35007f,0.27839f};
return value;
}
private float[] getTextureCoordinate_8_29_point_16()
{
float[] value = {0.78325f,0.64181f,0.76879f,0.64181f,0.38928f,0.40079f,0.39707f,0.40079f,0.40151f,0.40079f,0.40797f,0.40079f,0.41413f,0.40079f,0.41627f,0.40079f,0.37241f,0.4043f,0.37455f,0.4043f,0.38153f,0.4043f,0.35409f,0.27839f,0.35684f,0.27839f,0.29739f,0.29208f,0.29965f,0.29208f,0.30331f,0.29208f,0.30792f,0.29208f,0.34526f,0.29208f,0.24136f,0.84923f,0.24514f,0.84913f,0.24866f,0.84904f,0.25168f,0.84896f,0.23333f,0.85844f,0.23575f,0.85838f,0.23857f,0.8583f,0.2416f,0.85822f,0.24462f,0.85814f,0.24744f,0.85806f,0.24985f,0.858f,0.23563f,0.86737f,0.23745f,0.86732f,0.23956f,0.86727f,0.24183f,0.86721f,0.2441f,0.86715f,0.24621f,0.86709f,0.24802f,0.86704f,0.23794f,0.8763f,0.58956f,0.66867f,0.38522f,0.4043f,0.38928f,0.4043f,0.39707f,0.4043f,0.40151f,0.4043f,0.40797f,0.4043f,0.41413f,0.4043f,0.41627f,0.4043f,0.37241f,0.41442f,0.37455f,0.41442f,0.38153f,0.41442f,0.38522f,0.41442f,0.38928f,0.41442f,0.39707f,0.41442f,0.40151f,0.41442f,0.40797f,0.41442f,0.23915f,0.87627f,0.41413f,0.41442f,0.41627f,0.41442f,0.37241f,0.42455f,0.37455f,0.42455f,0.38153f,0.42455f,0.38522f,0.42455f,0.38928f,0.42455f,0.39707f,0.42455f,0.40151f,0.42455f,0.40797f,0.42455f,0.41413f,0.42455f,0.41627f,0.42455f,0.37241f,0.43467f,0.37455f,0.43467f,0.38153f,0.43467f,0.38522f,0.43467f,0.38928f,0.43467f,0.39707f,0.43467f,0.40151f,0.43467f,0.40797f,0.43467f,0.41413f,0.43467f,0.41627f,0.43467f,0.35007f,0.29208f,0.35409f,0.29208f,0.35684f,0.29208f,0.35292f,0.17793f,0.35196f,0.17793f,0.35799f,0.1801f,0.29739f,0.1801f,0.29965f,0.1801f,0.30331f,0.1801f,0.30792f,0.1801f,0.29739f,0.19338f,0.29965f,0.19338f,0.30331f,0.19338f,0.30792f,0.19338f,0.1474f,0.17271f,0.15069f,0.17271f,0.15506f,0.17271f,0.19167f,0.17271f,0.19654f,0.17271f,0.20078f,0.17271f,0.20387f,0.17271f,0.1474f,0.17659f,0.15069f,0.17659f,0.15506f,0.17659f};
return value;
}
private float[] getTextureCoordinate_8_29_point_17()
{
float[] value = {0.19167f,0.17659f,0.19654f,0.17659f,0.20078f,0.17659f,0.20387f,0.17659f,0.1474f,0.18046f,0.15069f,0.18046f,0.15506f,0.18046f,0.19167f,0.18046f,0.19654f,0.18046f,0.20078f,0.18046f,0.20387f,0.18046f,0.1474f,0.18434f,0.59359f,0.66877f,0.59697f,0.66878f,0.59928f,0.66872f,0.15069f,0.18434f,0.15506f,0.18434f,0.19167f,0.18434f,0.24056f,0.87623f,0.24207f,0.87619f,0.24358f,0.87615f,0.19654f,0.18434f,0.20078f,0.18434f,0.20387f,0.18434f,0.1474f,0.18822f,0.15069f,0.18822f,0.15506f,0.18822f,0.19167f,0.18822f,0.19654f,0.18822f,0.60025f,0.66859f,0.59976f,0.66841f,0.59786f,0.66819f,0.20078f,0.18822f,0.20387f,0.18822f,0.1474f,0.19209f,0.24499f,0.87612f,0.2462f,0.87608f,0.24024f,0.88524f,0.15069f,0.19209f,0.15506f,0.19209f,0.19167f,0.19209f,0.19654f,0.19209f,0.20078f,0.19209f,0.20387f,0.19209f,0.1474f,0.28044f,0.15069f,0.28044f,0.5948f,0.66797f,0.59093f,0.66776f,0.55963f,0.66658f,0.15506f,0.28044f,0.19167f,0.28044f,0.19654f,0.28044f,0.24084f,0.88522f,0.24155f,0.8852f,0.24231f,0.88518f,0.20078f,0.28044f,0.20387f,0.28044f,0.1474f,0.28432f,0.15069f,0.28432f,0.15506f,0.28432f,0.19167f,0.28432f,0.19654f,0.28432f,0.20078f,0.28432f,0.5556f,0.66649f,0.55222f,0.66647f,0.54991f,0.66653f,0.20387f,0.28432f,0.1474f,0.28819f,0.15069f,0.28819f,0.24306f,0.88516f,0.24377f,0.88514f,0.24437f,0.88513f,0.15506f,0.28819f,0.19167f,0.28819f,0.19654f,0.28819f,0.20078f,0.28819f,0.20387f,0.28819f,0.1474f,0.29207f,0.15069f,0.29207f,0.15506f,0.29207f,0.54389f,0.66633f,0.54439f,0.66871f,0.54658f,0.67088f,0.19167f,0.29207f,0.19654f,0.29207f,0.20078f,0.29207f,0.24254f,0.89417f,0.24254f,0.89417f,0.24254f,0.89417f,0.20387f,0.29207f,0.1474f,0.29595f,0.15069f,0.29595f,0.15506f,0.29595f,0.19167f,0.29595f,0.19654f,0.29595f,0.20078f,0.29595f,0.20387f,0.29595f,0.72991f,0.64181f,0.71103f,0.64181f,0.6816f,0.64226f};
return value;
}
private float[] getTextureCoordinate_8_29_point_18()
{
float[] value = {0.66714f,0.64226f,0.78325f,0.63987f,0.76879f,0.63987f,0.72991f,0.63987f,0.71103f,0.63987f,0.6816f,0.64032f,0.1474f,0.29982f,0.15069f,0.29982f,0.15506f,0.29982f,0.19167f,0.29982f,0.19654f,0.29982f,0.20078f,0.29982f,0.20387f,0.29982f,0.58732f,0.23243f,0.66714f,0.64032f,0.78325f,0.63793f,0.76879f,0.63793f,0.72991f,0.63793f,0.71103f,0.63793f,0.6816f,0.63838f,0.66714f,0.63838f,0.35549f,0.29351f,0.58732f,0.23436f,0.58732f,0.23664f,0.58732f,0.23892f,0.58732f,0.24085f,0.58985f,0.23114f,0.58985f,0.23367f,0.58985f,0.23664f,0.58985f,0.23962f,0.58985f,0.24214f,0.59283f,0.23069f,0.59283f,0.23342f,0.59283f,0.23664f,0.59283f,0.23987f,0.59283f,0.2426f,0.59581f,0.23114f,0.59581f,0.23367f,0.59581f,0.23664f,0.59581f,0.23962f,0.59581f,0.24214f,0.59834f,0.23243f,0.59834f,0.23436f,0.59834f,0.23664f,0.59834f,0.23892f,0.59834f,0.24085f,0.24279f,0.192f,0.24278f,0.18068f,0.55018f,0.67257f,0.55476f,0.67358f,0.59206f,0.67515f,0.5969f,0.67454f,0.23906f,0.18107f,0.23559f,0.18221f,0.23262f,0.18401f,0.23034f,0.18636f,0.22891f,0.18909f,0.24254f,0.89417f,0.24254f,0.89417f,0.24254f,0.89417f,0.36017f,0.86291f,0.35963f,0.86533f,0.35739f,0.8675f,0.35372f,0.86919f,0.22842f,0.19202f,0.22891f,0.19495f,0.23035f,0.19768f,0.23264f,0.20002f,0.23562f,0.20182f,0.60097f,0.67317f,0.60379f,0.67121f,0.60503f,0.66891f,0.60452f,0.66653f,0.60234f,0.66436f,0.59874f,0.66267f,0.59416f,0.66166f,0.23909f,0.20294f,0.24281f,0.20332f,0.24653f,0.20293f,0.24999f,0.2018f,0.25297f,0.19999f,0.34905f,0.87017f,0.31112f,0.87136f,0.30621f,0.87068f,0.30209f,0.86925f,0.29924f,0.86723f,0.29801f,0.86487f,0.29855f,0.86246f,0.35313f,0.29341f,0.35784f,0.29362f,0.35566f,0.28964f,0.3533f,0.28954f,0.35801f,0.28974f,0.55685f,0.66008f,0.55202f,0.6607f,0.54795f,0.66207f,0.54512f,0.66402f,0.65352f,0.64884f,0.6565f,0.64895f,0.65996f,0.64908f};
return value;
}
private float[] getTextureCoordinate_8_29_point_19()
{
float[] value = {0.25525f,0.19764f,0.25668f,0.19491f,0.25716f,0.19198f,0.25667f,0.18905f,0.25523f,0.18632f,0.30079f,0.86028f,0.30447f,0.8586f,0.30913f,0.85762f,0.34706f,0.85642f,0.35197f,0.8571f,0.3561f,0.85854f,0.35894f,0.86055f,0.35625f,0.27597f,0.3539f,0.27587f,0.3586f,0.27607f,0.73555f,0.14645f,0.73555f,0.14888f,0.66368f,0.64921f,0.66739f,0.64935f,0.67086f,0.64948f,0.67383f,0.64959f,0.65522f,0.65775f,0.6576f,0.65784f,0.66037f,0.65794f,0.25294f,0.18398f,0.24996f,0.18218f,0.2465f,0.18106f,0.36747f,0.17601f,0.36651f,0.17601f,0.35398f,0.86321f,0.3535f,0.86355f,0.35165f,0.86389f,0.34866f,0.86419f,0.34489f,0.86441f,0.31431f,0.86525f,0.31038f,0.86524f,0.73555f,0.15136f,0.73555f,0.14436f,0.73168f,0.14645f,0.73168f,0.14888f,0.73168f,0.15136f,0.66335f,0.65805f,0.66632f,0.65816f,0.66909f,0.65827f,0.67147f,0.65836f,0.65692f,0.66667f,0.65871f,0.66673f,0.66079f,0.66681f,0.37254f,0.17818f,0.31194f,0.17818f,0.3142f,0.17818f,0.31786f,0.17818f,0.32247f,0.17818f,0.30708f,0.86512f,0.30482f,0.86489f,0.30387f,0.86459f,0.30435f,0.86425f,0.30619f,0.86391f,0.30918f,0.86361f,0.31296f,0.8634f,0.73168f,0.14436f,0.7278f,0.14645f,0.7278f,0.14888f,0.7278f,0.15136f,0.7278f,0.14436f,0.66302f,0.66689f,0.66525f,0.66698f,0.66733f,0.66705f,0.66911f,0.66712f,0.65863f,0.67558f,0.65982f,0.67563f,0.6612f,0.67568f,0.35981f,0.17818f,0.36462f,0.17818f,0.36864f,0.17818f,0.37139f,0.17818f,0.31194f,0.18205f,0.3142f,0.18205f,0.34353f,0.86256f,0.34747f,0.86256f,0.35077f,0.86268f,0.35303f,0.86291f,0.31569f,0.86427f,0.23868f,0.85178f,0.72393f,0.14645f,0.72393f,0.14888f,0.72393f,0.15136f,0.72393f,0.14436f,0.72005f,0.14645f,0.72005f,0.14888f,0.66269f,0.67573f,0.66418f,0.67579f,0.72005f,0.15136f,0.31786f,0.18205f,0.32247f,0.18205f,0.35981f,0.19508f,0.36462f,0.19508f,0.36864f,0.19508f,0.37139f,0.19508f,0.31194f,0.19896f};
return value;
}
private float[] getTextureCoordinate_8_29_point_20()
{
float[] value = {0.3142f,0.19896f,0.31786f,0.19896f,0.32247f,0.19896f,0.35981f,0.19896f,0.36462f,0.19896f,0.36864f,0.19896f,0.37139f,0.19896f,0.66556f,0.67584f,0.66675f,0.67588f,0.66033f,0.6845f,0.66092f,0.68452f,0.66162f,0.68454f,0.66236f,0.68457f,0.6631f,0.6846f,0.6638f,0.68463f,0.66439f,0.68465f,0.66203f,0.69341f,0.66203f,0.69341f,0.66203f,0.69341f,0.66203f,0.69341f,0.66203f,0.69341f,0.66203f,0.69341f,0.58815f,0.66814f,0.54894f,0.66666f,0.54943f,0.66685f,0.55132f,0.66706f,0.55439f,0.66729f,0.55826f,0.66749f,0.58956f,0.66867f,0.59359f,0.66877f,0.59697f,0.66878f,0.59928f,0.66872f,0.60025f,0.66859f,0.59976f,0.66841f,0.59786f,0.66819f,0.5948f,0.66797f,0.59093f,0.66776f,0.55963f,0.66658f,0.5556f,0.66649f,0.55222f,0.66647f,0.54991f,0.66653f,0.54389f,0.66633f,0.54439f,0.66871f,0.54658f,0.67088f,0.72005f,0.14436f,0.31194f,0.20283f,0.3142f,0.20283f,0.31786f,0.20283f,0.32247f,0.20283f,0.35981f,0.20283f,0.36462f,0.20283f,0.36864f,0.20283f,0.37139f,0.20283f,0.24011f,0.28346f,0.24011f,0.29478f,0.24383f,0.2944f,0.24729f,0.29327f,0.25027f,0.29147f,0.25255f,0.28912f,0.25399f,0.28639f,0.25448f,0.28346f,0.25399f,0.28053f,0.71617f,0.14645f,0.25255f,0.2778f,0.25027f,0.27546f,0.24729f,0.27366f,0.24383f,0.27252f,0.24011f,0.27214f,0.23639f,0.27252f,0.23292f,0.27366f,0.22994f,0.27546f,0.22766f,0.2778f,0.22622f,0.28053f,0.22573f,0.28346f,0.22622f,0.28639f,0.22766f,0.28912f,0.22994f,0.29147f,0.23292f,0.29327f,0.23639f,0.2944f,0.36747f,0.27415f,0.24244f,0.8511f,0.24593f,0.84984f,0.24893f,0.84888f,0.22828f,0.84943f,0.23133f,0.85023f,0.23488f,0.85131f,0.23883f,0.85756f,0.24186f,0.85748f,0.24467f,0.85741f,0.24709f,0.85734f,0.23057f,0.85778f,0.23299f,0.85772f,0.23581f,0.85764f,0.23907f,0.86655f,0.24134f,0.86649f,0.24345f,0.86643f,0.24527f,0.86638f,0.23288f,0.86672f,0.23469f,0.86667f,0.23681f,0.86661f};
return value;
}
private float[] getTextureCoordinate_8_29_point_21()
{
float[] value = {0.23931f,0.87554f,0.24082f,0.8755f,0.24223f,0.87546f,0.24344f,0.87543f,0.23518f,0.87565f,0.23639f,0.87562f,0.2378f,0.87558f,0.23955f,0.88452f,0.24031f,0.8845f,0.24101f,0.88449f,0.24162f,0.88447f,0.23749f,0.88458f,0.23809f,0.88456f,0.2388f,0.88455f,0.23979f,0.89351f,0.23979f,0.89351f,0.23979f,0.89351f,0.55018f,0.67257f,0.55476f,0.67358f,0.59206f,0.67515f,0.5969f,0.67454f,0.36651f,0.27415f,0.37254f,0.27632f,0.31194f,0.27632f,0.3142f,0.27632f,0.31786f,0.27632f,0.32247f,0.27632f,0.35981f,0.27632f,0.36462f,0.27632f,0.36864f,0.27632f,0.23979f,0.89351f,0.23979f,0.89351f,0.23979f,0.89351f,0.36017f,0.86291f,0.37139f,0.27632f,0.35963f,0.86533f,0.35739f,0.8675f,0.35372f,0.86919f,0.34905f,0.87017f,0.31194f,0.28019f,0.3142f,0.28019f,0.31786f,0.28019f,0.32247f,0.28019f,0.35981f,0.29322f,0.60097f,0.67317f,0.60379f,0.67121f,0.60503f,0.66891f,0.60452f,0.66653f,0.60234f,0.66436f,0.59874f,0.66267f,0.59416f,0.66166f,0.36462f,0.29322f,0.36864f,0.29322f,0.37139f,0.29322f,0.31194f,0.2971f,0.3142f,0.2971f,0.31112f,0.87136f,0.30621f,0.87068f,0.30209f,0.86925f,0.29924f,0.86723f,0.29801f,0.86487f,0.29855f,0.86246f,0.30079f,0.86028f,0.71617f,0.14888f,0.71617f,0.15136f,0.71617f,0.14436f,0.8347f,0.17607f,0.8347f,0.1785f,0.55685f,0.66008f,0.55202f,0.6607f,0.54795f,0.66207f,0.54512f,0.66402f,0.52743f,0.69163f,0.49717f,0.69186f,0.5012f,0.6911f,0.31786f,0.2971f,0.32247f,0.2971f,0.35981f,0.2971f,0.36462f,0.2971f,0.36864f,0.2971f,0.30447f,0.8586f,0.30913f,0.85762f,0.34706f,0.85642f,0.35197f,0.8571f,0.3561f,0.85854f,0.35894f,0.86055f,0.35398f,0.86321f,0.8347f,0.18098f,0.8347f,0.17398f,0.83083f,0.17607f,0.83083f,0.1785f,0.83083f,0.18098f,0.52757f,0.67039f,0.49731f,0.67063f,0.50134f,0.66986f,0.50403f,0.6912f,0.49617f,0.69182f,0.52674f,0.6916f,0.50417f,0.66997f,0.37139f,0.2971f};
return value;
}
private float[] getTextureCoordinate_8_29_point_22()
{
float[] value = {0.31194f,0.30098f,0.3142f,0.30098f,0.31786f,0.30098f,0.32247f,0.30098f,0.3535f,0.86355f,0.35165f,0.86389f,0.34866f,0.86419f,0.34489f,0.86441f,0.31431f,0.86525f,0.31038f,0.86524f,0.30708f,0.86512f,0.83083f,0.17398f,0.82695f,0.17607f,0.82695f,0.1785f,0.82695f,0.18098f,0.82695f,0.17398f,0.49631f,0.67059f,0.52688f,0.67037f,0.47576f,0.70639f,0.44685f,0.7052f,0.44853f,0.70648f,0.45348f,0.70702f,0.46107f,0.70757f,0.35981f,0.30098f,0.36462f,0.30098f,0.36864f,0.30098f,0.37139f,0.30098f,0.43191f,0.20878f,0.30482f,0.86489f,0.30387f,0.86459f,0.30435f,0.86425f,0.30619f,0.86391f,0.30918f,0.86361f,0.31296f,0.8634f,0.34353f,0.86256f,0.82308f,0.17607f,0.82308f,0.1785f,0.82308f,0.18098f,0.82308f,0.17398f,0.8192f,0.17607f,0.47793f,0.70834f,0.48422f,0.70858f,0.4878f,0.70857f,0.49301f,0.7085f,0.49799f,0.70832f,0.47488f,0.70908f,0.49805f,0.7067f,0.39999f,0.20337f,0.46019f,0.21076f,0.43165f,0.18795f,0.42882f,0.26824f,0.46118f,0.26746f,0.34747f,0.86256f,0.35077f,0.86268f,0.35303f,0.86291f,0.31569f,0.86427f,0.39322f,0.88736f,0.37061f,0.88738f,0.40312f,0.88744f,0.8192f,0.1785f,0.8192f,0.18098f,0.8192f,0.17398f,0.81532f,0.17607f,0.81532f,0.1785f,0.81532f,0.18098f,0.4931f,0.70616f,0.4879f,0.7057f,0.48433f,0.70542f,0.47805f,0.70519f,0.46117f,0.7047f,0.45356f,0.70468f,0.40068f,0.27169f,0.43305f,0.28864f,0.49887f,0.18441f,0.5278f,0.18615f,0.47486f,0.18491f,0.47659f,0.18491f,0.39277f,0.8706f,0.37017f,0.87006f,0.81532f,0.17398f,0.51351f,0.18615f,0.60766f,0.83827f,0.6071f,0.82921f,0.6055f,0.82699f,0.60311f,0.82551f,0.60028f,0.82499f,0.59745f,0.82551f,0.59506f,0.82699f,0.59346f,0.82921f,0.5929f,0.83827f,0.60428f,0.83827f,0.60397f,0.83041f,0.60311f,0.82921f,0.60181f,0.82841f,0.44859f,0.70486f,0.46093f,0.71121f,0.47776f,0.71305f,0.4937f,0.69006f,0.48853f,0.68888f,0.48497f,0.68822f};
return value;
}
private float[] getTextureCoordinate_8_29_point_23()
{
float[] value = {0.47869f,0.68799f,0.4618f,0.68788f,0.45416f,0.68858f,0.44915f,0.68973f,0.60028f,0.82813f,0.52111f,0.18615f,0.52608f,0.18615f,0.5278f,0.18927f,0.47486f,0.1905f,0.47659f,0.1905f,0.51022f,0.19333f,0.47486f,0.19333f,0.47659f,0.19333f,0.48155f,0.19333f,0.48676f,0.19333f,0.49034f,0.19333f,0.49663f,0.19333f,0.4999f,0.19333f,0.50288f,0.19333f,0.5085f,0.19333f,0.51022f,0.2015f,0.47486f,0.2015f,0.59875f,0.82841f,0.47659f,0.2015f,0.48155f,0.2015f,0.48676f,0.2015f,0.49034f,0.2015f,0.49663f,0.2015f,0.4999f,0.2015f,0.50288f,0.2015f,0.5085f,0.2015f,0.51022f,0.20966f,0.47486f,0.20966f,0.47659f,0.20966f,0.48155f,0.20966f,0.48676f,0.20966f,0.49034f,0.20966f,0.49663f,0.20966f,0.4999f,0.20966f,0.50288f,0.20966f,0.40267f,0.87068f,0.40413f,0.88741f,0.37132f,0.88736f,0.39438f,0.88733f,0.40369f,0.87065f,0.37087f,0.87004f,0.39393f,0.87057f,0.45219f,0.90436f,0.45048f,0.90594f,0.44546f,0.90673f,0.40011f,0.90421f,0.40468f,0.88609f,0.40995f,0.88494f,0.41357f,0.88431f,0.41995f,0.88414f,0.43712f,0.88422f,0.44488f,0.88501f,0.44996f,0.88623f,0.43433f,0.90484f,0.43262f,0.90642f,0.42694f,0.90792f,0.42394f,0.90901f,0.40512f,0.90273f,0.41039f,0.90159f,0.41401f,0.90096f,0.4204f,0.90078f,0.42373f,0.90123f,0.42679f,0.90215f,0.43254f,0.90335f,0.43433f,0.90484f,0.43262f,0.90642f,0.42694f,0.90792f,0.42394f,0.90901f,0.42063f,0.90963f,0.41425f,0.9098f,0.4106f,0.90936f,0.40528f,0.9085f,0.5085f,0.20966f,0.51022f,0.21783f,0.47486f,0.21783f,0.47659f,0.21783f,0.47915f,0.21783f,0.48676f,0.21783f,0.49034f,0.21783f,0.49663f,0.21783f,0.4999f,0.21783f,0.4002f,0.90728f,0.3984f,0.9058f,0.40011f,0.90421f,0.40269f,0.90279f,0.50288f,0.21783f,0.5085f,0.21783f,0.41039f,0.90159f,0.41401f,0.90096f,0.4204f,0.90078f,0.42373f,0.90123f,0.42679f,0.90215f,0.43254f,0.90335f,0.41547f,0.90534f,0.59745f,0.82921f};
return value;
}
private float[] getTextureCoordinate_8_29_point_24()
{
float[] value = {0.59659f,0.83041f,0.59628f,0.83827f,0.60028f,0.83827f,0.65087f,0.65521f,0.65378f,0.65521f,0.65717f,0.65521f,0.6608f,0.65521f,0.66444f,0.65521f,0.66782f,0.65521f,0.67026f,0.65528f,0.65291f,0.65921f,0.65524f,0.65921f,0.65795f,0.65921f,0.66086f,0.65921f,0.66377f,0.65921f,0.66647f,0.65921f,0.6688f,0.65921f,0.65516f,0.66616f,0.65691f,0.66616f,0.65894f,0.66616f,0.66112f,0.66616f,0.6633f,0.66616f,0.66533f,0.66616f,0.66707f,0.66616f,0.65721f,0.67094f,0.65838f,0.67094f,0.65973f,0.67094f,0.66119f,0.67094f,0.66264f,0.67094f,0.66399f,0.67094f,0.66515f,0.67094f,0.66432f,0.67609f,0.66422f,0.67609f,0.66394f,0.67609f,0.66349f,0.67609f,0.66291f,0.67609f,0.66223f,0.67609f,0.6615f,0.67609f,0.66078f,0.67609f,0.6601f,0.67609f,0.65952f,0.67609f,0.65907f,0.67609f,0.65879f,0.67609f,0.6587f,0.67609f,0.6588f,0.67609f,0.65908f,0.67609f,0.65953f,0.67609f,0.66011f,0.67609f,0.66079f,0.67609f,0.66151f,0.67609f,0.66224f,0.67609f,0.66292f,0.67609f,0.6635f,0.67609f,0.66394f,0.67609f,0.66422f,0.67609f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.66151f,0.68706f,0.68835f,0.090164f,0.68835f,0.092524f,0.68835f,0.087812f,0.67145f,0.090164f,0.67145f,0.092524f,0.67145f,0.087812f,0.66757f,0.090164f,0.66757f,0.092524f,0.66757f,0.087812f,0.66369f,0.090164f,0.66369f,0.092524f,0.66369f,0.087812f,0.2299f,0.85231f,0.23281f,0.8516f,0.23619f,0.8516f,0.23983f,0.8516f,0.24346f,0.8516f,0.24685f,0.8516f,0.24976f,0.8516f,0.23185f,0.8592f};
return value;
}
private float[] getTextureCoordinate_8_29_point_25()
{
float[] value = {0.23417f,0.8592f,0.23688f,0.8592f,0.23979f,0.8592f,0.2427f,0.8592f,0.24541f,0.8592f,0.24773f,0.8592f,0.23383f,0.86671f,0.23558f,0.86671f,0.23761f,0.86671f,0.23979f,0.86671f,0.24197f,0.86671f,0.244f,0.86671f,0.24575f,0.86671f,0.23587f,0.87751f,0.23703f,0.87751f,0.23839f,0.87751f,0.23984f,0.87751f,0.2413f,0.87751f,0.24265f,0.87751f,0.24381f,0.87751f,0.23703f,0.8823f,0.23713f,0.8823f,0.23741f,0.8823f,0.23786f,0.8823f,0.23844f,0.8823f,0.23911f,0.8823f,0.23984f,0.8823f,0.24057f,0.8823f,0.24125f,0.8823f,0.24183f,0.8823f,0.24227f,0.8823f,0.24255f,0.8823f,0.24265f,0.8823f,0.24255f,0.8823f,0.24227f,0.8823f,0.24183f,0.8823f,0.24125f,0.8823f,0.24057f,0.8823f,0.23984f,0.8823f,0.23911f,0.8823f,0.23844f,0.8823f,0.23786f,0.8823f,0.23741f,0.8823f,0.23713f,0.8823f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.23984f,0.89327f,0.83883f,0.19757f,0.83883f,0.19993f,0.83883f,0.19522f,0.82192f,0.19757f,0.82192f,0.19993f,0.82192f,0.19522f,0.81805f,0.19757f,0.81805f,0.19993f,0.81805f,0.19522f,0.81417f,0.19757f,0.81417f,0.19993f,0.81417f,0.19522f,0.68038f,0.13323f,0.67726f,0.13599f,0.67726f,0.11809f};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_42_coordIndex_1()
{
int[] value = {0,2,3,-1,3,1,0,-1,4,5,7,-1,7,6,4,-1,0,1,5,-1,5,4,0,-1,1,3,7,-1,7,5,1,-1,3,2,6,-1,6,7,3,-1,13,12,14,-1,14,15,13,-1,2,0,8,-1,8,9,2,-1,4,6,11,-1,11,10,4,-1,0,4,10,-1,10,8,0,-1,6,2,9,-1,9,11,6,-1,9,8,12,-1,12,13,9,-1,8,10,14,-1,14,12,8,-1,10,11,15,-1,15,14,10,-1,11,9,13,-1,13,15,11,-1,16,17,18,-1,16,18,19,-1,16,19,20,-1,16,20,21,-1,16,21,22,-1,16,22,23,-1,16,23,24,-1,16,24,25,-1,17,26,27,-1,17,27,18,-1,18,27,28,-1,18,28,19,-1,19,28,29,-1,19,29,20,-1,20,29,30,-1,20,30,21,-1,21,30,31,-1,21,31,22,-1,22,31,32,-1,22,32,23,-1,23,32,33,-1,23,33,24,-1,24,33,34,-1,24,34,25,-1,26,35,36,-1,26,36,27,-1,27,36,37,-1,27,37,28,-1,28,37,38,-1,28,38,29,-1,29,38,39,-1,29,39,30,-1,30,39,40,-1,30,40,31,-1,31,40,41,-1,31,41,32,-1,32,41,42,-1,32,42,33,-1,33,42,43,-1,33,43,34,-1,35,44,45,-1,35,45,36,-1,36,45,46,-1,36,46,37,-1,37,46,47,-1,37,47,38,-1,38,47,48,-1,38,48,39,-1,39,48,49,-1,39,49,40,-1,40,49,50,-1,40,50,41,-1,41,50,51,-1,41,51,42,-1,42,51,52,-1,42,52,43,-1,44,53,54,-1,44,54,45,-1,45,54,55,-1,45,55,46,-1,46,55,56,-1,46,56,47,-1,47,56,57,-1,47,57,48,-1,48,57,58,-1,48,58,49,-1,49,58,59,-1,49,59,50,-1,50,59,60,-1,50,60,51,-1,51,60,61,-1,51,61,52,-1,53,62,63,-1,53,63,54,-1,54,63,64,-1,54,64,55,-1,55,64,65,-1,55,65,56,-1,56,65,66,-1,56,66,57,-1,57,66,67,-1,57,67,58,-1,58,67,68,-1,58,68,59,-1,59,68,69,-1,59,69,60,-1,60,69,70,-1,60,70,61,-1,62,71,72,-1,62,72,63,-1,63,72,73,-1,63,73,64,-1,64,73,74,-1,64,74,65,-1,65,74,75,-1,65,75,66,-1,66,75,76,-1,66,76,67,-1,67,76,77,-1,67,77,68,-1,68,77,78,-1,68,78,69,-1,69,78,79,-1,69,79,70,-1,80,72,71,-1,80,73,72,-1,80,74,73,-1,80,75,74,-1,80,76,75,-1,80,77,76,-1,80,78,77,-1,80,79,78,-1,81,83,84,-1,84,82,81,-1,85,86,88,-1,88,87,85,-1,81,82,86,-1,86,85,81,-1,82,84,88,-1,88,86,82,-1,84,83,87,-1,87,88,84,-1,94,93,95,-1,95,96,94,-1,83,81,89,-1,89,90,83,-1,85,87,92,-1,92,91,85,-1,81,85,91,-1,91,89,81,-1,87,83,90,-1,90,92,87,-1,90,89,93,-1,93,94,90,-1,89,91,95,-1,95,93,89,-1,91,92,96,-1,96,95,91,-1,92,90,94,-1,94,96,92,-1};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_42_texCoordIndex_1()
{
int[] value = {9,11,10,-1,10,8,9,-1,8,9,11,-1,11,10,8,-1,4,5,7,-1,7,6,4,-1,0,1,3,-1,3,2,0,-1,4,5,7,-1,7,6,4,-1,17,16,18,-1,18,19,17,-1,0,1,12,-1,12,13,0,-1,3,2,15,-1,15,14,3,-1,1,3,14,-1,14,12,1,-1,2,0,13,-1,13,15,2,-1,13,12,16,-1,16,17,13,-1,12,14,18,-1,18,16,12,-1,14,15,19,-1,19,18,14,-1,15,13,17,-1,17,19,15,-1,20,21,22,-1,20,22,23,-1,20,23,24,-1,20,24,25,-1,20,25,26,-1,20,26,27,-1,20,27,28,-1,20,28,29,-1,21,30,31,-1,21,31,22,-1,22,31,32,-1,22,32,23,-1,23,32,33,-1,23,33,24,-1,24,33,34,-1,24,34,25,-1,25,34,35,-1,25,35,26,-1,26,35,36,-1,26,36,27,-1,27,36,37,-1,27,37,28,-1,28,37,38,-1,28,38,29,-1,30,39,40,-1,30,40,31,-1,31,40,41,-1,31,41,32,-1,32,41,42,-1,32,42,33,-1,33,42,43,-1,33,43,34,-1,34,43,44,-1,34,44,35,-1,35,44,45,-1,35,45,36,-1,36,45,46,-1,36,46,37,-1,37,46,47,-1,37,47,38,-1,39,48,49,-1,39,49,40,-1,40,49,50,-1,40,50,41,-1,41,50,51,-1,41,51,42,-1,42,51,52,-1,42,52,43,-1,43,52,53,-1,43,53,44,-1,44,53,54,-1,44,54,45,-1,45,54,55,-1,45,55,46,-1,46,55,56,-1,46,56,47,-1,48,57,58,-1,48,58,49,-1,49,58,59,-1,49,59,50,-1,50,59,60,-1,50,60,51,-1,51,60,61,-1,51,61,52,-1,52,61,62,-1,52,62,53,-1,53,62,63,-1,53,63,54,-1,54,63,64,-1,54,64,55,-1,55,64,65,-1,55,65,56,-1,57,66,67,-1,57,67,58,-1,58,67,68,-1,58,68,59,-1,59,68,69,-1,59,69,60,-1,60,69,70,-1,60,70,61,-1,61,70,71,-1,61,71,62,-1,62,71,72,-1,62,72,63,-1,63,72,73,-1,63,73,64,-1,64,73,74,-1,64,74,65,-1,66,75,76,-1,66,76,67,-1,67,76,77,-1,67,77,68,-1,68,77,78,-1,68,78,69,-1,69,78,79,-1,69,79,70,-1,70,79,80,-1,70,80,71,-1,71,80,81,-1,71,81,72,-1,72,81,82,-1,72,82,73,-1,73,82,83,-1,73,83,74,-1,84,76,75,-1,84,77,76,-1,84,78,77,-1,84,79,78,-1,84,80,79,-1,84,81,80,-1,84,82,81,-1,84,83,82,-1,94,96,95,-1,95,93,94,-1,93,94,96,-1,96,95,93,-1,89,90,92,-1,92,91,89,-1,85,86,88,-1,88,87,85,-1,89,90,92,-1,92,91,89,-1,102,101,103,-1,103,104,102,-1,85,86,97,-1,97,98,85,-1,88,87,100,-1,100,99,88,-1,86,88,99,-1,99,97,86,-1,87,85,98,-1,98,100,87,-1,98,97,101,-1,101,102,98,-1,97,99,103,-1,103,101,97,-1,99,100,104,-1,104,103,99,-1,100,98,102,-1,102,104,100,-1};
return value;
}
/** Define subarrays using type float[] */
private float[] getTextureCoordinate_8_43_point_1()
{
float[] value = {0.85897f,0.54515f,0.95261f,0.54515f,0.85897f,0.6388f,0.95261f,0.6388f,0.85897f,0.54515f,0.95261f,0.54515f,0.85897f,0.6388f,0.95261f,0.6388f,0.85897f,0.54515f,0.95261f,0.54515f,0.85897f,0.6388f,0.95261f,0.6388f,0.95261f,0.54515f,0.85897f,0.54515f,0.95261f,0.6388f,0.85897f,0.6388f,0.95261f,0.54515f,0.85897f,0.54515f,0.95261f,0.6388f,0.85897f,0.6388f,0.86892f,0.28638f,0.85164f,0.2796f,0.85296f,0.27985f,0.85683f,0.28061f,0.86264f,0.28174f,0.8695f,0.28308f,0.87636f,0.28441f,0.88217f,0.28554f,0.88607f,0.2863f,0.88748f,0.28658f,0.83828f,0.26725f,0.84074f,0.26773f,0.84791f,0.26912f,0.85864f,0.27121f,0.87131f,0.27368f,0.88398f,0.27615f,0.89473f,0.27824f,0.90192f,0.27964f,0.9045f,0.28015f,0.83087f,0.25122f,0.8341f,0.25185f,0.84346f,0.25367f,0.85748f,0.2564f,0.87403f,0.25962f,0.89059f,0.26285f,0.90464f,0.26558f,0.91403f,0.26741f,0.91738f,0.26807f,0.83053f,0.23394f,0.83403f,0.23463f,0.84417f,0.2366f,0.85934f,0.23955f,0.87726f,0.24304f,0.89518f,0.24654f,0.91038f,0.2495f,0.92055f,0.25148f,0.92418f,0.25218f,0.83732f,0.21806f,0.84056f,0.21869f,0.84992f,0.22051f,0.86394f,0.22324f,0.88049f,0.22647f,0.89705f,0.22969f,0.9111f,0.23243f,0.92049f,0.23426f,0.92384f,0.23491f,0.85021f,0.20598f,0.85268f,0.20646f,0.85984f,0.20786f,0.87057f,0.20995f,0.88324f,0.21241f,0.89592f,0.21488f,0.90667f,0.21698f,0.91386f,0.21838f,0.91643f,0.21888f,0.86723f,0.19955f,0.86855f,0.1998f,0.87243f,0.20056f,0.87823f,0.20169f,0.88509f,0.20303f,0.89195f,0.20436f,0.89777f,0.2055f,0.90166f,0.20625f,0.90307f,0.20653f,0.88579f,0.19974f,0.85897f,0.54515f,0.95261f,0.54515f,0.85897f,0.6388f,0.95261f,0.6388f,0.85897f,0.54515f,0.95261f,0.54515f,0.85897f,0.6388f,0.95261f,0.6388f,0.85897f,0.54515f,0.95261f,0.54515f,0.85897f,0.6388f,0.95261f,0.6388f,0.95261f,0.54515f,0.85897f,0.54515f,0.95261f,0.6388f};
return value;
}
private float[] getTextureCoordinate_8_43_point_2()
{
float[] value = {0.85897f,0.6388f,0.95261f,0.54515f,0.85897f,0.54515f,0.95261f,0.6388f,0.85897f,0.6388f};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_49_colorIndex_1()
{
int[] value = {3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5};
return value;
}
private int[] getIndexedFaceSet_7_49_colorIndex_2()
{
int[] value = {5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_49_coordIndex_1()
{
int[] value = {0,258,259,-1,0,259,260,-1,0,260,261,-1,0,261,262,-1,0,262,263,-1,0,263,264,-1,0,264,265,-1,0,265,266,-1,0,266,267,-1,0,267,268,-1,0,268,269,-1,0,269,270,-1,0,270,271,-1,0,271,272,-1,0,272,273,-1,0,273,274,-1,0,274,275,-1,0,275,276,-1,0,276,277,-1,0,277,278,-1,0,278,279,-1,0,279,280,-1,0,280,281,-1,0,281,282,-1,0,282,283,-1,0,283,284,-1,0,284,285,-1,0,285,286,-1,0,286,287,-1,0,287,288,-1,0,288,289,-1,0,289,258,-1,1,33,34,-1,1,34,2,-1,2,34,35,-1,2,35,3,-1,3,35,36,-1,3,36,4,-1,4,36,37,-1,4,37,5,-1,5,37,38,-1,5,38,6,-1,6,38,39,-1,6,39,7,-1,7,39,40,-1,7,40,8,-1,8,40,41,-1,8,41,9,-1,9,41,42,-1,9,42,10,-1,10,42,43,-1,10,43,11,-1,11,43,44,-1,11,44,12,-1,12,44,45,-1,12,45,13,-1,13,45,46,-1,13,46,14,-1,14,46,47,-1,14,47,15,-1,15,47,48,-1,15,48,16,-1,16,48,49,-1,16,49,17,-1,17,49,50,-1,17,50,18,-1,18,50,51,-1,18,51,19,-1,19,51,52,-1,19,52,20,-1,20,52,53,-1,20,53,21,-1,21,53,54,-1,21,54,22,-1,22,54,55,-1,22,55,23,-1,23,55,56,-1,23,56,24,-1,24,56,57,-1,24,57,25,-1,25,57,58,-1,25,58,26,-1,26,58,59,-1,26,59,27,-1,27,59,60,-1,27,60,28,-1,28,60,61,-1,28,61,29,-1,29,61,62,-1,29,62,30,-1,30,62,63,-1,30,63,31,-1,31,63,64,-1,31,64,32,-1,32,64,33,-1,32,33,1,-1,33,65,66,-1,33,66,34,-1,34,66,67,-1,34,67,35,-1,35,67,68,-1,35,68,36,-1,36,68,69,-1,36,69,37,-1,37,69,70,-1,37,70,38,-1,38,70,71,-1,38,71,39,-1,39,71,72,-1,39,72,40,-1,40,72,73,-1,40,73,41,-1,41,73,74,-1,41,74,42,-1,42,74,75,-1,42,75,43,-1,43,75,76,-1,43,76,44,-1,44,76,77,-1,44,77,45,-1,45,77,78,-1,45,78,46,-1,46,78,79,-1,46,79,47,-1,47,79,80,-1,47,80,48,-1,48,80,81,-1,48,81,49,-1,49,81,82,-1,49,82,50,-1,50,82,83,-1,50,83,51,-1,51,83,84,-1,51,84,52,-1,52,84,85,-1,52,85,53,-1,53,85,86,-1,53,86,54,-1,54,86,87,-1,54,87,55,-1,55,87,88,-1,55,88,56,-1,56,88,89,-1,56,89,57,-1,57,89,90,-1,57,90,58,-1,58,90,91,-1,58,91,59,-1,59,91,92,-1,59,92,60,-1,60,92,93,-1,60,93,61,-1,61,93,94,-1,61,94,62,-1,62,94,95,-1,62,95,63,-1,63,95,96,-1,63,96,64,-1,64,96,65,-1,64,65,33,-1,65,97,98,-1,65,98,66,-1,66,98,99,-1,66,99,67,-1,67,99,100,-1,67,100,68,-1,68,100,101,-1,68,101,69,-1,69,101,102,-1,69,102,70,-1,70,102,103,-1,70,103,71,-1,71,103,104,-1,71,104,72,-1,72,104,105,-1,72,105,73,-1,73,105,106,-1,73,106,74,-1,74,106,107,-1,74,107,75,-1,75,107,108,-1,75,108,76,-1,76,108,109,-1,76,109,77,-1,77,109,110,-1,77,110,78,-1,78,110,111,-1,78,111,79,-1,79,111,112,-1,79,112,80,-1,80,112,113,-1,80,113,81,-1,81,113,114,-1,81,114,82,-1,82,114,115,-1,82,115,83,-1,83,115,116,-1,83,116,84,-1,84,116,117,-1,84,117,85,-1,85,117,118,-1,85,118,86,-1,86,118,119,-1,86,119,87,-1,87,119,120,-1,87,120,88,-1,88,120,121,-1,88,121,89,-1,89,121,122,-1,89,122,90,-1,90,122,123,-1,90,123,91,-1,91,123,124,-1,91,124,92,-1,92,124,125,-1,92,125,93,-1,93,125,126,-1,93,126,94,-1,94,126,127,-1,94,127,95,-1,95,127,128,-1,95,128,96,-1,96,128,97,-1,96,97,65,-1,97,129,130,-1,97,130,98,-1,98,130,131,-1,98,131,99,-1,99,131,132,-1,99,132,100,-1,100,132,133,-1,100,133,101,-1,101,133,134,-1,101,134,102,-1,102,134,135,-1,102,135,103,-1,103,135,136,-1,103,136,104,-1,104,136,137,-1,104,137,105,-1,105,137,138,-1,105,138,106,-1,106,138,139,-1,106,139,107,-1,107,139,140,-1,107,140,108,-1,108,140,141,-1,108,141,109,-1,109,141,142,-1,109,142,110,-1};
return value;
}
private int[] getIndexedFaceSet_7_49_coordIndex_2()
{
int[] value = {110,142,143,-1,110,143,111,-1,111,143,144,-1,111,144,112,-1,112,144,145,-1,112,145,113,-1,113,145,146,-1,113,146,114,-1,114,146,147,-1,114,147,115,-1,115,147,148,-1,115,148,116,-1,116,148,149,-1,116,149,117,-1,117,149,150,-1,117,150,118,-1,118,150,151,-1,118,151,119,-1,119,151,152,-1,119,152,120,-1,120,152,153,-1,120,153,121,-1,121,153,154,-1,121,154,122,-1,122,154,155,-1,122,155,123,-1,123,155,156,-1,123,156,124,-1,124,156,157,-1,124,157,125,-1,125,157,158,-1,125,158,126,-1,126,158,159,-1,126,159,127,-1,127,159,160,-1,127,160,128,-1,128,160,129,-1,128,129,97,-1,129,161,162,-1,129,162,130,-1,130,162,163,-1,130,163,131,-1,131,163,164,-1,131,164,132,-1,132,164,165,-1,132,165,133,-1,133,165,166,-1,133,166,134,-1,134,166,167,-1,134,167,135,-1,135,167,168,-1,135,168,136,-1,136,168,169,-1,136,169,137,-1,137,169,170,-1,137,170,138,-1,138,170,171,-1,138,171,139,-1,139,171,172,-1,139,172,140,-1,140,172,173,-1,140,173,141,-1,141,173,174,-1,141,174,142,-1,142,174,175,-1,142,175,143,-1,143,175,176,-1,143,176,144,-1,144,176,177,-1,144,177,145,-1,145,177,178,-1,145,178,146,-1,146,178,179,-1,146,179,147,-1,147,179,180,-1,147,180,148,-1,148,180,181,-1,148,181,149,-1,149,181,182,-1,149,182,150,-1,150,182,183,-1,150,183,151,-1,151,183,184,-1,151,184,152,-1,152,184,185,-1,152,185,153,-1,153,185,186,-1,153,186,154,-1,154,186,187,-1,154,187,155,-1,155,187,188,-1,155,188,156,-1,156,188,189,-1,156,189,157,-1,157,189,190,-1,157,190,158,-1,158,190,191,-1,158,191,159,-1,159,191,192,-1,159,192,160,-1,160,192,161,-1,160,161,129,-1,161,193,162,-1,162,193,163,-1,163,193,164,-1,164,193,165,-1,165,193,166,-1,166,193,167,-1,167,193,168,-1,168,193,169,-1,169,193,170,-1,170,193,171,-1,171,193,172,-1,172,193,173,-1,173,193,174,-1,174,193,175,-1,175,193,176,-1,176,193,177,-1,177,193,178,-1,178,193,179,-1,179,193,180,-1,180,193,181,-1,181,193,182,-1,182,193,183,-1,183,193,184,-1,184,193,185,-1,185,193,186,-1,186,193,187,-1,187,193,188,-1,188,193,189,-1,189,193,190,-1,190,193,191,-1,191,193,192,-1,192,193,161,-1,1,2,195,-1,195,194,1,-1,2,3,196,-1,196,195,2,-1,3,4,197,-1,197,196,3,-1,4,5,198,-1,198,197,4,-1,5,6,199,-1,199,198,5,-1,6,7,200,-1,200,199,6,-1,7,8,201,-1,201,200,7,-1,8,9,202,-1,202,201,8,-1,9,10,203,-1,203,202,9,-1,10,11,204,-1,204,203,10,-1,11,12,205,-1,205,204,11,-1,12,13,206,-1,206,205,12,-1,13,14,207,-1,207,206,13,-1,14,15,208,-1,208,207,14,-1,15,16,209,-1,209,208,15,-1,16,17,210,-1,210,209,16,-1,17,18,211,-1,211,210,17,-1,18,19,212,-1,212,211,18,-1,19,20,213,-1,213,212,19,-1,20,21,214,-1,214,213,20,-1,21,22,215,-1,215,214,21,-1,22,23,216,-1,216,215,22,-1,23,24,217,-1,217,216,23,-1,24,25,218,-1,218,217,24,-1,25,26,219,-1,219,218,25,-1,26,27,220,-1,220,219,26,-1,27,28,221,-1,221,220,27,-1,28,29,222,-1,222,221,28,-1,29,30,223,-1,223,222,29,-1,30,31,224,-1,224,223,30,-1,31,32,225,-1,225,224,31,-1,32,1,194,-1,194,225,32,-1,194,195,227,-1,227,226,194,-1,195,196,228,-1,228,227,195,-1,196,197,229,-1,229,228,196,-1,197,198,230,-1,230,229,197,-1,198,199,231,-1,231,230,198,-1,199,200,232,-1,232,231,199,-1,200,201,233,-1,233,232,200,-1,201,202,234,-1,234,233,201,-1,202,203,235,-1,235,234,202,-1,203,204,236,-1,236,235,203,-1,204,205,237,-1,237,236,204,-1,205,206,238,-1,238,237,205,-1,206,207,239,-1,239,238,206,-1,207,208,240,-1,240,239,207,-1,208,209,241,-1,241,240,208,-1,209,210,242,-1,242,241,209,-1,210,211,243,-1,243,242,210,-1,211,212,244,-1,244,243,211,-1,212,213,245,-1,245,244,212,-1,213,214,246,-1,246,245,213,-1,214,215,247,-1,247,246,214,-1,215,216,248,-1,248,247,215,-1,216,217,249,-1,249,248,216,-1,217,218,250,-1,250,249,217,-1,218,219,251,-1,251,250,218,-1,219,220,252,-1,252,251,219,-1};
return value;
}
private int[] getIndexedFaceSet_7_49_coordIndex_3()
{
int[] value = {220,221,253,-1,253,252,220,-1,221,222,254,-1,254,253,221,-1,222,223,255,-1,255,254,222,-1,223,224,256,-1,256,255,223,-1,224,225,257,-1,257,256,224,-1,225,194,226,-1,226,257,225,-1,226,227,259,-1,259,258,226,-1,227,228,260,-1,260,259,227,-1,228,229,261,-1,261,260,228,-1,229,230,262,-1,262,261,229,-1,230,231,263,-1,263,262,230,-1,231,232,264,-1,264,263,231,-1,232,233,265,-1,265,264,232,-1,233,234,266,-1,266,265,233,-1,234,235,267,-1,267,266,234,-1,235,236,268,-1,268,267,235,-1,236,237,269,-1,269,268,236,-1,237,238,270,-1,270,269,237,-1,238,239,271,-1,271,270,238,-1,239,240,272,-1,272,271,239,-1,240,241,273,-1,273,272,240,-1,241,242,274,-1,274,273,241,-1,242,243,275,-1,275,274,242,-1,243,244,276,-1,276,275,243,-1,244,245,277,-1,277,276,244,-1,245,246,278,-1,278,277,245,-1,246,247,279,-1,279,278,246,-1,247,248,280,-1,280,279,247,-1,248,249,281,-1,281,280,248,-1,249,250,282,-1,282,281,249,-1,250,251,283,-1,283,282,250,-1,251,252,284,-1,284,283,251,-1,252,253,285,-1,285,284,252,-1,253,254,286,-1,286,285,253,-1,254,255,287,-1,287,286,254,-1,255,256,288,-1,288,287,255,-1,256,257,289,-1,289,288,256,-1,257,226,258,-1,258,289,257,-1,290,292,291,-1,290,293,292,-1,290,294,293,-1,290,295,294,-1,290,296,295,-1,290,297,296,-1,290,298,297,-1,290,299,298,-1,290,300,299,-1,290,301,300,-1,290,302,301,-1,290,303,302,-1,290,304,303,-1,290,305,304,-1,290,306,305,-1,290,307,306,-1,290,308,307,-1,290,291,308,-1,291,310,309,-1,291,292,310,-1,292,311,310,-1,292,293,311,-1,293,312,311,-1,293,294,312,-1,294,313,312,-1,294,295,313,-1,295,314,313,-1,295,296,314,-1,296,315,314,-1,296,297,315,-1,297,316,315,-1,297,298,316,-1,298,317,316,-1,298,299,317,-1,299,318,317,-1,299,300,318,-1,300,319,318,-1,300,301,319,-1,301,320,319,-1,301,302,320,-1,302,321,320,-1,302,303,321,-1,303,322,321,-1,303,304,322,-1,304,323,322,-1,304,305,323,-1,305,324,323,-1,305,306,324,-1,306,325,324,-1,306,307,325,-1,307,326,325,-1,307,308,326,-1,308,309,326,-1,308,291,309,-1,327,309,310,-1,327,310,311,-1,327,311,312,-1,327,312,313,-1,327,313,314,-1,327,314,315,-1,327,315,316,-1,327,316,317,-1,327,317,318,-1,327,318,319,-1,327,319,320,-1,327,320,321,-1,327,321,322,-1,327,322,323,-1,327,323,324,-1,327,324,325,-1,327,325,326,-1,327,326,309,-1,328,330,329,-1,328,331,330,-1,328,332,331,-1,328,333,332,-1,328,334,333,-1,328,335,334,-1,328,336,335,-1,328,337,336,-1,328,338,337,-1,328,339,338,-1,328,340,339,-1,328,341,340,-1,328,342,341,-1,328,343,342,-1,328,344,343,-1,328,345,344,-1,328,346,345,-1,328,329,346,-1,329,348,347,-1,329,330,348,-1,330,349,348,-1,330,331,349,-1,331,350,349,-1,331,332,350,-1,332,351,350,-1,332,333,351,-1,333,352,351,-1,333,334,352,-1,334,353,352,-1,334,335,353,-1,335,354,353,-1,335,336,354,-1,336,355,354,-1,336,337,355,-1,337,356,355,-1,337,338,356,-1,338,357,356,-1,338,339,357,-1,339,358,357,-1,339,340,358,-1,340,359,358,-1,340,341,359,-1,341,360,359,-1,341,342,360,-1,342,361,360,-1,342,343,361,-1,343,362,361,-1,343,344,362,-1,344,363,362,-1,344,345,363,-1,345,364,363,-1,345,346,364,-1,346,347,364,-1,346,329,347,-1,347,366,365,-1,347,348,366,-1,348,367,366,-1,348,349,367,-1,349,368,367,-1,349,350,368,-1,350,369,368,-1,350,351,369,-1,351,370,369,-1,351,352,370,-1,352,371,370,-1,352,353,371,-1,353,372,371,-1,353,354,372,-1,354,373,372,-1,354,355,373,-1,355,374,373,-1,355,356,374,-1,356,375,374,-1,356,357,375,-1,357,376,375,-1,357,358,376,-1,358,377,376,-1,358,359,377,-1,359,378,377,-1,359,360,378,-1,360,379,378,-1,360,361,379,-1,361,380,379,-1,361,362,380,-1,362,381,380,-1,362,363,381,-1,363,382,381,-1,363,364,382,-1,364,365,382,-1,364,347,365,-1,365,384,383,-1,365,366,384,-1,366,385,384,-1,366,367,385,-1,367,386,385,-1,367,368,386,-1,368,387,386,-1,368,369,387,-1,369,388,387,-1,369,370,388,-1,370,389,388,-1,370,371,389,-1};
return value;
}
private int[] getIndexedFaceSet_7_49_coordIndex_4()
{
int[] value = {371,390,389,-1,371,372,390,-1,372,391,390,-1,372,373,391,-1,373,392,391,-1,373,374,392,-1,374,393,392,-1,374,375,393,-1,375,394,393,-1,375,376,394,-1,376,395,394,-1,376,377,395,-1,377,396,395,-1,377,378,396,-1,378,397,396,-1,378,379,397,-1,379,398,397,-1,379,380,398,-1,380,399,398,-1,380,381,399,-1,381,400,399,-1,381,382,400,-1,382,383,400,-1,382,365,383,-1,383,402,401,-1,383,384,402,-1,384,403,402,-1,384,385,403,-1,385,404,403,-1,385,386,404,-1,386,405,404,-1,386,387,405,-1,387,406,405,-1,387,388,406,-1,388,407,406,-1,388,389,407,-1,389,408,407,-1,389,390,408,-1,390,409,408,-1,390,391,409,-1,391,410,409,-1,391,392,410,-1,392,411,410,-1,392,393,411,-1,393,412,411,-1,393,394,412,-1,394,413,412,-1,394,395,413,-1,395,414,413,-1,395,396,414,-1,396,415,414,-1,396,397,415,-1,397,416,415,-1,397,398,416,-1,398,417,416,-1,398,399,417,-1,399,418,417,-1,399,400,418,-1,400,401,418,-1,400,383,401,-1,401,420,419,-1,401,402,420,-1,402,421,420,-1,402,403,421,-1,403,422,421,-1,403,404,422,-1,404,423,422,-1,404,405,423,-1,405,424,423,-1,405,406,424,-1,406,425,424,-1,406,407,425,-1,407,426,425,-1,407,408,426,-1,408,427,426,-1,408,409,427,-1,409,428,427,-1,409,410,428,-1,410,429,428,-1,410,411,429,-1,411,430,429,-1,411,412,430,-1,412,431,430,-1,412,413,431,-1,413,432,431,-1,413,414,432,-1,414,433,432,-1,414,415,433,-1,415,434,433,-1,415,416,434,-1,416,435,434,-1,416,417,435,-1,417,436,435,-1,417,418,436,-1,418,419,436,-1,418,401,419,-1,437,419,420,-1,437,420,421,-1,437,421,422,-1,437,422,423,-1,437,423,424,-1,437,424,425,-1,437,425,426,-1,437,426,427,-1,437,427,428,-1,437,428,429,-1,437,429,430,-1,437,430,431,-1,437,431,432,-1,437,432,433,-1,437,433,434,-1,437,434,435,-1,437,435,436,-1,437,436,419,-1,438,440,439,-1,438,441,440,-1,438,442,441,-1,438,443,442,-1,438,444,443,-1,438,445,444,-1,438,446,445,-1,438,447,446,-1,438,448,447,-1,438,449,448,-1,438,450,449,-1,438,451,450,-1,438,452,451,-1,438,453,452,-1,438,454,453,-1,438,455,454,-1,438,456,455,-1,438,439,456,-1,439,458,457,-1,439,440,458,-1,440,459,458,-1,440,441,459,-1,441,460,459,-1,441,442,460,-1,442,461,460,-1,442,443,461,-1,443,462,461,-1,443,444,462,-1,444,463,462,-1,444,445,463,-1,445,464,463,-1,445,446,464,-1,446,465,464,-1,446,447,465,-1,447,466,465,-1,447,448,466,-1,448,467,466,-1,448,449,467,-1,449,468,467,-1,449,450,468,-1,450,469,468,-1,450,451,469,-1,451,470,469,-1,451,452,470,-1,452,471,470,-1,452,453,471,-1,453,472,471,-1,453,454,472,-1,454,473,472,-1,454,455,473,-1,455,474,473,-1,455,456,474,-1,456,457,474,-1,456,439,457,-1,457,476,475,-1,457,458,476,-1,458,477,476,-1,458,459,477,-1,459,478,477,-1,459,460,478,-1,460,479,478,-1,460,461,479,-1,461,480,479,-1,461,462,480,-1,462,481,480,-1,462,463,481,-1,463,482,481,-1,463,464,482,-1,464,483,482,-1,464,465,483,-1,465,484,483,-1,465,466,484,-1,466,485,484,-1,466,467,485,-1,467,486,485,-1,467,468,486,-1,468,487,486,-1,468,469,487,-1,469,488,487,-1,469,470,488,-1,470,489,488,-1,470,471,489,-1,471,490,489,-1,471,472,490,-1,472,491,490,-1,472,473,491,-1,473,492,491,-1,473,474,492,-1,474,475,492,-1,474,457,475,-1,475,494,493,-1,475,476,494,-1,476,495,494,-1,476,477,495,-1,477,496,495,-1,477,478,496,-1,478,497,496,-1,478,479,497,-1,479,498,497,-1,479,480,498,-1,480,499,498,-1,480,481,499,-1,481,500,499,-1,481,482,500,-1,482,501,500,-1,482,483,501,-1,483,502,501,-1,483,484,502,-1,484,503,502,-1,484,485,503,-1,485,504,503,-1,485,486,504,-1,486,505,504,-1,486,487,505,-1,487,506,505,-1,487,488,506,-1,488,507,506,-1,488,489,507,-1,489,508,507,-1,489,490,508,-1,490,509,508,-1,490,491,509,-1,491,510,509,-1,491,492,510,-1,492,493,510,-1,492,475,493,-1,493,512,511,-1,493,494,512,-1,494,513,512,-1,494,495,513,-1,495,514,513,-1,495,496,514,-1,496,515,514,-1,496,497,515,-1,497,516,515,-1,497,498,516,-1};
return value;
}
private int[] getIndexedFaceSet_7_49_coordIndex_5()
{
int[] value = {498,517,516,-1,498,499,517,-1,499,518,517,-1,499,500,518,-1,500,519,518,-1,500,501,519,-1,501,520,519,-1,501,502,520,-1,502,521,520,-1,502,503,521,-1,503,522,521,-1,503,504,522,-1,504,523,522,-1,504,505,523,-1,505,524,523,-1,505,506,524,-1,506,525,524,-1,506,507,525,-1,507,526,525,-1,507,508,526,-1,508,527,526,-1,508,509,527,-1,509,528,527,-1,509,510,528,-1,510,511,528,-1,510,493,511,-1,511,530,529,-1,511,512,530,-1,512,531,530,-1,512,513,531,-1,513,532,531,-1,513,514,532,-1,514,533,532,-1,514,515,533,-1,515,534,533,-1,515,516,534,-1,516,535,534,-1,516,517,535,-1,517,536,535,-1,517,518,536,-1,518,537,536,-1,518,519,537,-1,519,538,537,-1,519,520,538,-1,520,539,538,-1,520,521,539,-1,521,540,539,-1,521,522,540,-1,522,541,540,-1,522,523,541,-1,523,542,541,-1,523,524,542,-1,524,543,542,-1,524,525,543,-1,525,544,543,-1,525,526,544,-1,526,545,544,-1,526,527,545,-1,527,546,545,-1,527,528,546,-1,528,529,546,-1,528,511,529,-1,547,529,530,-1,547,530,531,-1,547,531,532,-1,547,532,533,-1,547,533,534,-1,547,534,535,-1,547,535,536,-1,547,536,537,-1,547,537,538,-1,547,538,539,-1,547,539,540,-1,547,540,541,-1,547,541,542,-1,547,542,543,-1,547,543,544,-1,547,544,545,-1,547,545,546,-1,547,546,529,-1};
return value;
}
/** Define subarrays using type float[] */
private float[] getCoordinate_8_49_point_1()
{
float[] value = {0.0f,-1.4705f,0.0f,0.0f,-0.96871f,-3.502f,-0.63055f,-0.96871f,-3.4347f,-1.2369f,-0.96871f,-3.2354f,-1.7957f,-0.96871f,-2.9118f,-2.2854f,-0.96871f,-2.4763f,-2.6874f,-0.96871f,-1.9456f,-2.9861f,-0.96871f,-1.3401f,-3.17f,-0.96871f,-0.6832f,-3.2321f,-0.96871f,0.0f,-3.17f,-0.96871f,0.6832f,-2.9861f,-0.96871f,1.3401f,-2.6874f,-0.96871f,1.9456f,-2.2854f,-0.96871f,2.4763f,-1.7957f,-0.96871f,2.9118f,-1.2369f,-0.96871f,3.2354f,-0.63055f,-0.96871f,3.4347f,0.0f,-0.96871f,3.502f,0.63055f,-0.96871f,3.4347f,1.2369f,-0.96871f,3.2354f,1.7957f,-0.96871f,2.9118f,2.2854f,-0.96871f,2.4763f,2.6874f,-0.96871f,1.9456f,2.9861f,-0.96871f,1.3401f,3.17f,-0.96871f,0.6832f,3.2321f,-0.96871f,0.0f,3.17f,-0.96871f,-0.6832f,2.9861f,-0.96871f,-1.3401f,2.6874f,-0.96871f,-1.9456f,2.2854f,-0.96871f,-2.4763f,1.7957f,-0.96871f,-2.9118f,1.2369f,-0.96871f,-3.2354f,0.63055f,-0.96871f,-3.4347f,0.0f,-1.3178f,-3.6267f,-0.653f,-1.3178f,-3.557f,-1.2809f,-1.3178f,-3.3506f,-1.8596f,-1.3178f,-3.0155f,-2.3668f,-1.3178f,-2.5644f,-2.7831f,-1.3178f,-2.0149f,-3.0924f,-1.3178f,-1.3879f,-3.2829f,-1.3178f,-0.70752f,-3.3472f,-1.3178f,0.0f,-3.2829f,-1.3178f,0.70753f,-3.0924f,-1.3178f,1.3879f,-2.7831f,-1.3178f,2.0149f,-2.3668f,-1.3178f,2.5644f,-1.8596f,-1.3178f,3.0155f,-1.2809f,-1.3178f,3.3506f,-0.653f,-1.3178f,3.557f,0.0f,-1.3178f,3.6267f,0.653f,-1.3178f,3.557f,1.2809f,-1.3178f,3.3506f,1.8596f,-1.3178f,3.0155f,2.3668f,-1.3178f,2.5644f,2.7831f,-1.3178f,2.0149f,3.0924f,-1.3178f,1.3879f,3.2829f,-1.3178f,0.70752f,3.3472f,-1.3178f,0.0f,3.2829f,-1.3178f,-0.70753f,3.0924f,-1.3178f,-1.3879f,2.7831f,-1.3178f,-2.0149f,2.3668f,-1.3178f,-2.5644f,1.8596f,-1.3178f,-3.0155f,1.2809f,-1.3178f,-3.3506f,0.653f,-1.3178f,-3.557f,0.0f,-1.098f,-6.0576f,-1.1818f,-1.098f,-5.9412f,-2.3181f,-1.098f,-5.5965f,-3.3654f,-1.098f,-5.0367f,-4.2834f,-1.098f,-4.2834f,-5.0367f,-1.098f,-3.3654f,-5.5965f,-1.098f,-2.3181f,-5.9412f,-1.098f,-1.1818f,-6.0576f,-1.098f,0.0f,-5.9412f,-1.098f,1.1818f,-5.5965f,-1.098f,2.3181f,-5.0367f,-1.098f,3.3654f,-4.2834f,-1.098f,4.2834f,-3.3654f,-1.098f,5.0367f,-2.3181f,-1.098f,5.5965f,-1.1818f,-1.098f,5.9412f,0.0f,-1.098f,6.0576f,1.1818f,-1.098f,5.9412f,2.3181f,-1.098f,5.5965f,3.3654f,-1.098f,5.0367f,4.2834f,-1.098f,4.2834f,5.0367f,-1.098f,3.3654f,5.5965f,-1.098f,2.3181f,5.9412f,-1.098f,1.1818f,6.0576f,-1.098f,0.0f,5.9412f,-1.098f,-1.1818f,5.5965f,-1.098f,-2.3181f,5.0367f,-1.098f,-3.3654f,4.2834f,-1.098f,-4.2834f,3.3654f,-1.098f,-5.0367f,2.3181f,-1.098f,-5.5965f,1.1818f,-1.098f,-5.9412f,0.0f,-1.8207f,-6.2493f,-1.2192f,-1.8207f,-6.1293f,-2.3915f,-1.8207f,-5.7736f};
return value;
}
private float[] getCoordinate_8_49_point_2()
{
float[] value = {-3.4719f,-1.8207f,-5.1961f,-4.419f,-1.8207f,-4.4189f,-5.1961f,-1.8207f,-3.4719f,-5.7736f,-1.8207f,-2.3915f,-6.1293f,-1.8207f,-1.2192f,-6.2493f,-1.8207f,0.0f,-6.1293f,-1.8207f,1.2192f,-5.7736f,-1.8207f,2.3915f,-5.1961f,-1.8207f,3.4719f,-4.4189f,-1.8207f,4.419f,-3.4719f,-1.8207f,5.1961f,-2.3915f,-1.8207f,5.7736f,-1.2192f,-1.8207f,6.1293f,0.0f,-1.8207f,6.2493f,1.2192f,-1.8207f,6.1293f,2.3915f,-1.8207f,5.7736f,3.4719f,-1.8207f,5.1961f,4.419f,-1.8207f,4.4189f,5.1961f,-1.8207f,3.4719f,5.7736f,-1.8207f,2.3915f,6.1293f,-1.8207f,1.2192f,6.2493f,-1.8207f,0.0f,6.1293f,-1.8207f,-1.2192f,5.7736f,-1.8207f,-2.3915f,5.1961f,-1.8207f,-3.4719f,4.4189f,-1.8207f,-4.419f,3.4719f,-1.8207f,-5.1961f,2.3915f,-1.8207f,-5.7736f,1.2192f,-1.8207f,-6.1293f,0.0f,-3.0638f,-6.3718f,-1.2431f,-3.0638f,-6.2493f,-2.4384f,-3.0638f,-5.8867f,-3.54f,-3.0638f,-5.2979f,-4.5055f,-3.0638f,-4.5055f,-5.2979f,-3.0638f,-3.54f,-5.8867f,-3.0638f,-2.4384f,-6.2493f,-3.0638f,-1.2431f,-6.3718f,-3.0638f,0.0f,-6.2493f,-3.0638f,1.2431f,-5.8867f,-3.0638f,2.4384f,-5.2979f,-3.0638f,3.54f,-4.5055f,-3.0638f,4.5055f,-3.54f,-3.0638f,5.2979f,-2.4384f,-3.0638f,5.8867f,-1.2431f,-3.0638f,6.2493f,0.0f,-3.0638f,6.3718f,1.2431f,-3.0638f,6.2493f,2.4384f,-3.0638f,5.8867f,3.54f,-3.0638f,5.2979f,4.5055f,-3.0638f,4.5055f,5.2979f,-3.0638f,3.54f,5.8867f,-3.0638f,2.4384f,6.2493f,-3.0638f,1.2431f,6.3718f,-3.0638f,0.0f,6.2493f,-3.0638f,-1.2431f,5.8867f,-3.0638f,-2.4384f,5.2979f,-3.0638f,-3.54f,4.5055f,-3.0638f,-4.5055f,3.54f,-3.0638f,-5.2979f,2.4384f,-3.0638f,-5.8867f,1.2431f,-3.0638f,-6.2493f,0.0f,-4.3069f,-6.2493f,-1.2192f,-4.3069f,-6.1293f,-2.3915f,-4.3069f,-5.7736f,-3.4719f,-4.3069f,-5.1961f,-4.419f,-4.3069f,-4.4189f,-5.1961f,-4.3069f,-3.4719f,-5.7736f,-4.3069f,-2.3915f,-6.1293f,-4.3069f,-1.2192f,-6.2493f,-4.3069f,0.0f,-6.1293f,-4.3069f,1.2192f,-5.7736f,-4.3069f,2.3915f,-5.1961f,-4.3069f,3.4719f,-4.4189f,-4.3069f,4.419f,-3.4719f,-4.3069f,5.1961f,-2.3915f,-4.3069f,5.7736f,-1.2192f,-4.3069f,6.1293f,0.0f,-4.3069f,6.2493f,1.2192f,-4.3069f,6.1293f,2.3915f,-4.3069f,5.7736f,3.4719f,-4.3069f,5.1961f,4.419f,-4.3069f,4.4189f,5.1961f,-4.3069f,3.4719f,5.7736f,-4.3069f,2.3915f,6.1293f,-4.3069f,1.2192f,6.2493f,-4.3069f,0.0f,6.1293f,-4.3069f,-1.2192f,5.7736f,-4.3069f,-2.3915f,5.1961f,-4.3069f,-3.4719f,4.4189f,-4.3069f,-4.419f,3.4719f,-4.3069f,-5.1961f,2.3915f,-4.3069f,-5.7736f,1.2192f,-4.3069f,-6.1293f,0.0f,-4.2992f,0.0f,0.0f,-2.4055f,-3.193f,-0.57493f,-2.4055f,-3.1317f,-1.1278f,-2.4055f,-2.95f,-1.6373f,-2.4055f,-2.6549f,-2.0838f,-2.4055f,-2.2578f,-2.4503f,-2.4055f,-1.774f};
return value;
}
private float[] getCoordinate_8_49_point_3()
{
float[] value = {-2.7227f,-2.4055f,-1.2219f,-2.8904f,-2.4055f,-0.62293f,-2.947f,-2.4055f,0.0f,-2.8904f,-2.4055f,0.62293f,-2.7227f,-2.4055f,1.2219f,-2.4503f,-2.4055f,1.774f,-2.0838f,-2.4055f,2.2578f,-1.6373f,-2.4055f,2.6549f,-1.1278f,-2.4055f,2.95f,-0.57493f,-2.4055f,3.1317f,0.0f,-2.4055f,3.193f,0.57493f,-2.4055f,3.1317f,1.1278f,-2.4055f,2.95f,1.6373f,-2.4055f,2.6549f,2.0838f,-2.4055f,2.2578f,2.4503f,-2.4055f,1.774f,2.7227f,-2.4055f,1.2219f,2.8904f,-2.4055f,0.62293f,2.947f,-2.4055f,0.0f,2.8904f,-2.4055f,-0.62293f,2.7227f,-2.4055f,-1.2219f,2.4503f,-2.4055f,-1.774f,2.0838f,-2.4055f,-2.2578f,1.6373f,-2.4055f,-2.6549f,1.1278f,-2.4055f,-2.95f,0.57493f,-2.4055f,-3.1317f,0.0f,-2.7213f,-0.7984f,-0.14376f,-2.7213f,-0.78306f,-0.28199f,-2.7213f,-0.73762f,-0.40938f,-2.7213f,-0.66384f,-0.52105f,-2.7213f,-0.56455f,-0.61268f,-2.7213f,-0.44357f,-0.68078f,-2.7213f,-0.30553f,-0.72271f,-2.7213f,-0.15576f,-0.73687f,-2.7213f,0.0f,-0.72271f,-2.7213f,0.15576f,-0.68078f,-2.7213f,0.30553f,-0.61268f,-2.7213f,0.44357f,-0.52105f,-2.7213f,0.56455f,-0.40938f,-2.7213f,0.66384f,-0.28199f,-2.7213f,0.73762f,-0.14376f,-2.7213f,0.78306f,0.0f,-2.7213f,0.7984f,0.14376f,-2.7213f,0.78306f,0.28199f,-2.7213f,0.73762f,0.40938f,-2.7213f,0.66384f,0.52105f,-2.7213f,0.56455f,0.61269f,-2.7213f,0.44357f,0.68078f,-2.7213f,0.30553f,0.72271f,-2.7213f,0.15576f,0.73687f,-2.7213f,0.0f,0.72271f,-2.7213f,-0.15576f,0.68078f,-2.7213f,-0.30553f,0.61269f,-2.7213f,-0.44357f,0.52105f,-2.7213f,-0.56455f,0.40938f,-2.7213f,-0.66384f,0.28199f,-2.7213f,-0.73762f,0.14376f,-2.7213f,-0.78306f,0.0f,-2.1608f,-0.7984f,-0.14376f,-2.1608f,-0.78306f,-0.28199f,-2.1608f,-0.73762f,-0.40938f,-2.1608f,-0.66384f,-0.52105f,-2.1608f,-0.56455f,-0.61268f,-2.1608f,-0.44357f,-0.68078f,-2.1608f,-0.30553f,-0.72271f,-2.1608f,-0.15576f,-0.73687f,-2.1608f,0.0f,-0.72271f,-2.1608f,0.15576f,-0.68078f,-2.1608f,0.30553f,-0.61268f,-2.1608f,0.44357f,-0.52105f,-2.1608f,0.56455f,-0.40938f,-2.1608f,0.66384f,-0.28199f,-2.1608f,0.73762f,-0.14376f,-2.1608f,0.78306f,0.0f,-2.1608f,0.7984f,0.14376f,-2.1608f,0.78306f,0.28199f,-2.1608f,0.73762f,0.40938f,-2.1608f,0.66384f,0.52105f,-2.1608f,0.56455f,0.61269f,-2.1608f,0.44357f,0.68078f,-2.1608f,0.30553f,0.72271f,-2.1608f,0.15576f,0.73687f,-2.1608f,0.0f,0.72271f,-2.1608f,-0.15576f,0.68078f,-2.1608f,-0.30553f,0.61269f,-2.1608f,-0.44357f,0.52105f,-2.1608f,-0.56455f,0.40938f,-2.1608f,-0.66384f,0.28199f,-2.1608f,-0.73762f,0.14376f,-2.1608f,-0.78306f,0.55325f,-6.0001f,0.10558f,1.2712f,-5.8188f,0.52214f,1.3637f,-5.8024f,0.21345f,1.3472f,-5.8081f,-0.10873f,1.2236f,-5.8353f,-0.40554f,1.0079f,-5.8807f,-0.64118f,0.72612f,-5.9387f,-0.78724f,0.41223f,-6.0025f,-0.82608f,0.10408f,-6.0643f,-0.75304f,-0.16114f,-6.1167f,-0.57692f};
return value;
}
private float[] getCoordinate_8_49_point_4()
{
float[] value = {-0.35146f,-6.1533f,-0.31896f,-0.44392f,-6.1697f,-0.010271f,-0.42737f,-6.164f,0.31191f,-0.3038f,-6.1368f,0.60872f,-0.088112f,-6.0914f,0.84436f,0.19367f,-6.0333f,0.99041f,0.50756f,-5.9696f,1.0293f,0.8157f,-5.9078f,0.95622f,1.0809f,-5.8554f,0.7801f,0.80534f,-3.5157f,0.50515f,0.89779f,-3.4992f,0.19647f,0.88124f,-3.505f,-0.12571f,0.75767f,-3.5321f,-0.42252f,0.54199f,-3.5775f,-0.65817f,0.26021f,-3.6356f,-0.80422f,-0.053685f,-3.6994f,-0.84307f,-0.36183f,-3.7612f,-0.77003f,-0.62705f,-3.8135f,-0.5939f,-0.81737f,-3.8501f,-0.33594f,-0.90983f,-3.8665f,-0.027256f,-0.89328f,-3.8608f,0.29492f,-0.76971f,-3.8336f,0.59173f,-0.55402f,-3.7883f,0.82738f,-0.27224f,-3.7302f,0.97343f,0.041649f,-3.6664f,1.0123f,0.34979f,-3.6046f,0.93924f,0.61502f,-3.5523f,0.76311f,-0.0060182f,-3.6829f,0.084605f,0.66916f,-6.4815f,0.29142f,0.66916f,-5.1839f,0.29142f,1.113f,-5.2622f,0.29142f,1.5032f,-5.4875f,0.29142f,1.7929f,-5.8327f,0.29142f,1.947f,-6.2562f,0.29142f,1.947f,-6.7068f,0.29142f,1.7929f,-7.1303f,0.29142f,1.5032f,-7.4755f,0.29142f,1.113f,-7.7008f,0.29142f,0.66916f,-7.7791f,0.29142f,0.22537f,-7.7008f,0.29142f,-0.1649f,-7.4755f,0.29142f,-0.45457f,-7.1303f,0.29142f,-0.60869f,-6.7068f,0.29142f,-0.60869f,-6.2562f,0.29142f,-0.45457f,-5.8327f,0.29142f,-0.1649f,-5.4875f,0.29142f,0.22537f,-5.2622f,0.29142f,0.66916f,-5.1839f,-4.0337f,1.113f,-5.2622f,-4.0337f,1.5032f,-5.4875f,-4.0337f,1.7929f,-5.8327f,-4.0337f,1.947f,-6.2562f,-4.0337f,1.947f,-6.7068f,-4.0337f,1.7929f,-7.1303f,-4.0337f,1.5032f,-7.4755f,-4.0337f,1.113f,-7.7008f,-4.0337f,0.66916f,-7.7791f,-4.0337f,0.22537f,-7.7008f,-4.0337f,-0.1649f,-7.4755f,-4.0337f,-0.45457f,-7.1303f,-4.0337f,-0.6087f,-6.7068f,-4.0337f,-0.6087f,-6.2562f,-4.0337f,-0.45457f,-5.8327f,-4.0337f,-0.1649f,-5.4875f,-4.0337f,0.22537f,-5.2622f,-4.0337f,0.66916f,-5.1212f,-4.3348f,1.1344f,-5.2032f,-4.3348f,1.5436f,-5.4394f,-4.3348f,1.8473f,-5.8013f,-4.3348f,2.0088f,-6.2453f,-4.3348f,2.0088f,-6.7177f,-4.3348f,1.8473f,-7.1617f,-4.3348f,1.5436f,-7.5236f,-4.3348f,1.1344f,-7.7598f,-4.3348f,0.66916f,-7.8419f,-4.3348f,0.2039f,-7.7598f,-4.3348f,-0.20525f,-7.5236f,-4.3348f,-0.50893f,-7.1617f,-4.3348f,-0.67051f,-6.7177f,-4.3348f,-0.67051f,-6.2453f,-4.3348f,-0.50893f,-5.8013f,-4.3348f,-0.20525f,-5.4394f,-4.3348f,0.2039f,-5.2032f,-4.3348f,0.66916f,-5.1212f,-5.9468f,1.1344f,-5.2032f,-5.9468f,1.5436f,-5.4394f,-5.9468f,1.8473f,-5.8013f,-5.9468f,2.0088f,-6.2453f,-5.9468f,2.0088f,-6.7177f,-5.9468f,1.8473f,-7.1617f,-5.9468f,1.5436f,-7.5236f,-5.9468f,1.1344f,-7.7598f,-5.9468f,0.66916f,-7.8419f,-5.9468f,0.2039f,-7.7598f,-5.9468f,-0.20525f,-7.5236f,-5.9468f,-0.50893f,-7.1617f,-5.9468f,-0.67051f,-6.7177f,-5.9468f,-0.67051f,-6.2453f,-5.9468f,-0.50893f,-5.8013f,-5.9468f,-0.20525f,-5.4394f,-5.9468f};
return value;
}
private float[] getCoordinate_8_49_point_5()
{
float[] value = {0.2039f,-5.2032f,-5.9468f,0.66916f,-5.1839f,-6.2849f,1.113f,-5.2622f,-6.2849f,1.5032f,-5.4875f,-6.2849f,1.7929f,-5.8327f,-6.2849f,1.947f,-6.2562f,-6.2849f,1.947f,-6.7068f,-6.2849f,1.7929f,-7.1303f,-6.2849f,1.5032f,-7.4755f,-6.2849f,1.113f,-7.7008f,-6.2849f,0.66916f,-7.7791f,-6.2849f,0.22537f,-7.7008f,-6.2849f,-0.1649f,-7.4755f,-6.2849f,-0.45457f,-7.1303f,-6.2849f,-0.6087f,-6.7068f,-6.2849f,-0.6087f,-6.2562f,-6.2849f,-0.45457f,-5.8327f,-6.2849f,-0.1649f,-5.4875f,-6.2849f,0.22537f,-5.2622f,-6.2849f,0.66916f,-5.1839f,-9.5669f,1.113f,-5.2622f,-9.5669f,1.5032f,-5.4875f,-9.5669f,1.7929f,-5.8327f,-9.5669f,1.947f,-6.2562f,-9.5669f,1.947f,-6.7068f,-9.5669f,1.7929f,-7.1303f,-9.5669f,1.5032f,-7.4755f,-9.5669f,1.113f,-7.7008f,-9.5669f,0.66916f,-7.7791f,-9.5669f,0.22537f,-7.7008f,-9.5669f,-0.1649f,-7.4755f,-9.5669f,-0.45457f,-7.1303f,-9.5669f,-0.6087f,-6.7068f,-9.5669f,-0.6087f,-6.2562f,-9.5669f,-0.45457f,-5.8327f,-9.5669f,-0.1649f,-5.4875f,-9.5669f,0.22537f,-5.2622f,-9.5669f,0.66916f,-6.4815f,-9.5669f,0.66916f,-6.4815f,-0.71422f,0.66916f,-5.5525f,-0.71422f,0.79323f,-5.6085f,-1.0067f,0.90234f,-5.7698f,-1.264f,0.98332f,-6.017f,-1.4549f,1.0264f,-6.3202f,-1.5565f,1.0264f,-6.6428f,-1.5565f,0.98332f,-6.946f,-1.4549f,0.90234f,-7.1932f,-1.264f,0.79323f,-7.3545f,-1.0067f,0.66916f,-7.4106f,-0.71422f,0.54509f,-7.3545f,-0.42169f,0.43599f,-7.1932f,-0.16444f,0.35501f,-6.946f,0.02649f,0.31192f,-6.6428f,0.12808f,0.31192f,-6.3202f,0.12808f,0.35501f,-6.017f,0.02649f,0.43599f,-5.7698f,-0.16444f,0.54509f,-5.6085f,-0.42169f,-7.5084f,-5.5525f,-4.2213f,-7.3843f,-5.6085f,-4.5138f,-7.2752f,-5.7698f,-4.7711f,-7.1942f,-6.017f,-4.962f,-7.1511f,-6.3202f,-5.0636f,-7.1511f,-6.6428f,-5.0636f,-7.1942f,-6.946f,-4.962f,-7.2752f,-7.1932f,-4.7711f,-7.3843f,-7.3545f,-4.5138f,-7.5084f,-7.4106f,-4.2213f,-7.6325f,-7.3545f,-3.9288f,-7.7416f,-7.1932f,-3.6715f,-7.8225f,-6.946f,-3.4806f,-7.8656f,-6.6428f,-3.379f,-7.8656f,-6.3202f,-3.379f,-7.8225f,-6.017f,-3.4806f,-7.7416f,-5.7698f,-3.6715f,-7.6325f,-5.6085f,-3.9288f,-7.7068f,-5.5075f,-4.3055f,-7.5768f,-5.5663f,-4.6122f,-7.4624f,-5.7354f,-4.8818f,-7.3775f,-5.9945f,-5.082f,-7.3323f,-6.3124f,-5.1885f,-7.3323f,-6.6507f,-5.1885f,-7.3775f,-6.9685f,-5.082f,-7.4624f,-7.2276f,-4.8818f,-7.5768f,-7.3968f,-4.6122f,-7.7068f,-7.4555f,-4.3055f,-7.8369f,-7.3968f,-3.9988f,-7.9513f,-7.2276f,-3.7291f,-8.0362f,-6.9685f,-3.5289f,-8.0814f,-6.6507f,-3.4224f,-8.0814f,-6.3124f,-3.4224f,-8.0362f,-5.9945f,-3.5289f,-7.9513f,-5.7354f,-3.7291f,-7.8369f,-5.5663f,-3.9988f,-8.7694f,-5.5075f,-4.7561f,-8.6393f,-5.5663f,-5.0628f,-8.5249f,-5.7354f,-5.3325f,-8.44f,-5.9945f,-5.5327f,-8.3948f,-6.3124f,-5.6392f,-8.3948f,-6.6507f,-5.6392f,-8.44f,-6.9685f,-5.5327f};
return value;
}
private float[] getCoordinate_8_49_point_6()
{
float[] value = {-8.5249f,-7.2276f,-5.3325f,-8.6393f,-7.3968f,-5.0628f,-8.7694f,-7.4555f,-4.7561f,-8.8994f,-7.3968f,-4.4495f,-9.0138f,-7.2276f,-4.1798f,-9.0987f,-6.9685f,-3.9796f,-9.1439f,-6.6507f,-3.8731f,-9.1439f,-6.3124f,-3.8731f,-9.0987f,-5.9945f,-3.9796f,-9.0138f,-5.7354f,-4.1798f,-8.8994f,-5.5663f,-4.4495f,-8.9923f,-5.5525f,-4.8507f,-8.8682f,-5.6085f,-5.1432f,-8.7591f,-5.7698f,-5.4004f,-8.6781f,-6.017f,-5.5914f,-8.635f,-6.3202f,-5.693f,-8.635f,-6.6428f,-5.693f,-8.6781f,-6.946f,-5.5914f,-8.7591f,-7.1932f,-5.4004f,-8.8682f,-7.3545f,-5.1432f,-8.9923f,-7.4106f,-4.8507f,-9.1164f,-7.3545f,-4.5581f,-9.2255f,-7.1932f,-4.3009f,-9.3064f,-6.946f,-4.11f,-9.3495f,-6.6428f,-4.0084f,-9.3495f,-6.3202f,-4.0084f,-9.3064f,-6.017f,-4.11f,-9.2255f,-5.7698f,-4.3009f,-9.1164f,-5.6085f,-4.5581f,-11.156f,-5.5525f,-5.7682f,-11.032f,-5.6085f,-6.0607f,-10.922f,-5.7698f,-6.318f,-10.841f,-6.017f,-6.5089f,-10.798f,-6.3202f,-6.6105f,-10.798f,-6.6428f,-6.6105f,-10.841f,-6.946f,-6.5089f,-10.922f,-7.1932f,-6.318f,-11.032f,-7.3545f,-6.0607f,-11.156f,-7.4106f,-5.7682f,-11.28f,-7.3545f,-5.4757f,-11.389f,-7.1932f,-5.2184f,-11.47f,-6.946f,-5.0275f,-11.513f,-6.6428f,-4.9259f,-11.513f,-6.3202f,-4.9259f,-11.47f,-6.017f,-5.0275f,-11.389f,-5.7698f,-5.2184f,-11.28f,-5.6085f,-5.4757f,-11.156f,-6.4815f,-5.7682f};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_56_colorIndex_1()
{
int[] value = {4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5};
return value;
}
private int[] getIndexedFaceSet_7_56_colorIndex_2()
{
int[] value = {5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_56_coordIndex_1()
{
int[] value = {0,258,259,-1,0,259,260,-1,0,260,261,-1,0,261,262,-1,0,262,263,-1,0,263,264,-1,0,264,265,-1,0,265,266,-1,0,266,267,-1,0,267,268,-1,0,268,269,-1,0,269,270,-1,0,270,271,-1,0,271,272,-1,0,272,273,-1,0,273,274,-1,0,274,275,-1,0,275,276,-1,0,276,277,-1,0,277,278,-1,0,278,279,-1,0,279,280,-1,0,280,281,-1,0,281,282,-1,0,282,283,-1,0,283,284,-1,0,284,285,-1,0,285,286,-1,0,286,287,-1,0,287,288,-1,0,288,289,-1,0,289,258,-1,1,33,34,-1,1,34,2,-1,2,34,35,-1,2,35,3,-1,3,35,36,-1,3,36,4,-1,4,36,37,-1,4,37,5,-1,5,37,38,-1,5,38,6,-1,6,38,39,-1,6,39,7,-1,7,39,40,-1,7,40,8,-1,8,40,41,-1,8,41,9,-1,9,41,42,-1,9,42,10,-1,10,42,43,-1,10,43,11,-1,11,43,44,-1,11,44,12,-1,12,44,45,-1,12,45,13,-1,13,45,46,-1,13,46,14,-1,14,46,47,-1,14,47,15,-1,15,47,48,-1,15,48,16,-1,16,48,49,-1,16,49,17,-1,17,49,50,-1,17,50,18,-1,18,50,51,-1,18,51,19,-1,19,51,52,-1,19,52,20,-1,20,52,53,-1,20,53,21,-1,21,53,54,-1,21,54,22,-1,22,54,55,-1,22,55,23,-1,23,55,56,-1,23,56,24,-1,24,56,57,-1,24,57,25,-1,25,57,58,-1,25,58,26,-1,26,58,59,-1,26,59,27,-1,27,59,60,-1,27,60,28,-1,28,60,61,-1,28,61,29,-1,29,61,62,-1,29,62,30,-1,30,62,63,-1,30,63,31,-1,31,63,64,-1,31,64,32,-1,32,64,33,-1,32,33,1,-1,33,65,66,-1,33,66,34,-1,34,66,67,-1,34,67,35,-1,35,67,68,-1,35,68,36,-1,36,68,69,-1,36,69,37,-1,37,69,70,-1,37,70,38,-1,38,70,71,-1,38,71,39,-1,39,71,72,-1,39,72,40,-1,40,72,73,-1,40,73,41,-1,41,73,74,-1,41,74,42,-1,42,74,75,-1,42,75,43,-1,43,75,76,-1,43,76,44,-1,44,76,77,-1,44,77,45,-1,45,77,78,-1,45,78,46,-1,46,78,79,-1,46,79,47,-1,47,79,80,-1,47,80,48,-1,48,80,81,-1,48,81,49,-1,49,81,82,-1,49,82,50,-1,50,82,83,-1,50,83,51,-1,51,83,84,-1,51,84,52,-1,52,84,85,-1,52,85,53,-1,53,85,86,-1,53,86,54,-1,54,86,87,-1,54,87,55,-1,55,87,88,-1,55,88,56,-1,56,88,89,-1,56,89,57,-1,57,89,90,-1,57,90,58,-1,58,90,91,-1,58,91,59,-1,59,91,92,-1,59,92,60,-1,60,92,93,-1,60,93,61,-1,61,93,94,-1,61,94,62,-1,62,94,95,-1,62,95,63,-1,63,95,96,-1,63,96,64,-1,64,96,65,-1,64,65,33,-1,65,97,98,-1,65,98,66,-1,66,98,99,-1,66,99,67,-1,67,99,100,-1,67,100,68,-1,68,100,101,-1,68,101,69,-1,69,101,102,-1,69,102,70,-1,70,102,103,-1,70,103,71,-1,71,103,104,-1,71,104,72,-1,72,104,105,-1,72,105,73,-1,73,105,106,-1,73,106,74,-1,74,106,107,-1,74,107,75,-1,75,107,108,-1,75,108,76,-1,76,108,109,-1,76,109,77,-1,77,109,110,-1,77,110,78,-1,78,110,111,-1,78,111,79,-1,79,111,112,-1,79,112,80,-1,80,112,113,-1,80,113,81,-1,81,113,114,-1,81,114,82,-1,82,114,115,-1,82,115,83,-1,83,115,116,-1,83,116,84,-1,84,116,117,-1,84,117,85,-1,85,117,118,-1,85,118,86,-1,86,118,119,-1,86,119,87,-1,87,119,120,-1,87,120,88,-1,88,120,121,-1,88,121,89,-1,89,121,122,-1,89,122,90,-1,90,122,123,-1,90,123,91,-1,91,123,124,-1,91,124,92,-1,92,124,125,-1,92,125,93,-1,93,125,126,-1,93,126,94,-1,94,126,127,-1,94,127,95,-1,95,127,128,-1,95,128,96,-1,96,128,97,-1,96,97,65,-1,97,129,130,-1,97,130,98,-1,98,130,131,-1,98,131,99,-1,99,131,132,-1,99,132,100,-1,100,132,133,-1,100,133,101,-1,101,133,134,-1,101,134,102,-1,102,134,135,-1,102,135,103,-1,103,135,136,-1,103,136,104,-1,104,136,137,-1,104,137,105,-1,105,137,138,-1,105,138,106,-1,106,138,139,-1,106,139,107,-1,107,139,140,-1,107,140,108,-1,108,140,141,-1,108,141,109,-1,109,141,142,-1,109,142,110,-1};
return value;
}
private int[] getIndexedFaceSet_7_56_coordIndex_2()
{
int[] value = {110,142,143,-1,110,143,111,-1,111,143,144,-1,111,144,112,-1,112,144,145,-1,112,145,113,-1,113,145,146,-1,113,146,114,-1,114,146,147,-1,114,147,115,-1,115,147,148,-1,115,148,116,-1,116,148,149,-1,116,149,117,-1,117,149,150,-1,117,150,118,-1,118,150,151,-1,118,151,119,-1,119,151,152,-1,119,152,120,-1,120,152,153,-1,120,153,121,-1,121,153,154,-1,121,154,122,-1,122,154,155,-1,122,155,123,-1,123,155,156,-1,123,156,124,-1,124,156,157,-1,124,157,125,-1,125,157,158,-1,125,158,126,-1,126,158,159,-1,126,159,127,-1,127,159,160,-1,127,160,128,-1,128,160,129,-1,128,129,97,-1,129,161,162,-1,129,162,130,-1,130,162,163,-1,130,163,131,-1,131,163,164,-1,131,164,132,-1,132,164,165,-1,132,165,133,-1,133,165,166,-1,133,166,134,-1,134,166,167,-1,134,167,135,-1,135,167,168,-1,135,168,136,-1,136,168,169,-1,136,169,137,-1,137,169,170,-1,137,170,138,-1,138,170,171,-1,138,171,139,-1,139,171,172,-1,139,172,140,-1,140,172,173,-1,140,173,141,-1,141,173,174,-1,141,174,142,-1,142,174,175,-1,142,175,143,-1,143,175,176,-1,143,176,144,-1,144,176,177,-1,144,177,145,-1,145,177,178,-1,145,178,146,-1,146,178,179,-1,146,179,147,-1,147,179,180,-1,147,180,148,-1,148,180,181,-1,148,181,149,-1,149,181,182,-1,149,182,150,-1,150,182,183,-1,150,183,151,-1,151,183,184,-1,151,184,152,-1,152,184,185,-1,152,185,153,-1,153,185,186,-1,153,186,154,-1,154,186,187,-1,154,187,155,-1,155,187,188,-1,155,188,156,-1,156,188,189,-1,156,189,157,-1,157,189,190,-1,157,190,158,-1,158,190,191,-1,158,191,159,-1,159,191,192,-1,159,192,160,-1,160,192,161,-1,160,161,129,-1,161,193,162,-1,162,193,163,-1,163,193,164,-1,164,193,165,-1,165,193,166,-1,166,193,167,-1,167,193,168,-1,168,193,169,-1,169,193,170,-1,170,193,171,-1,171,193,172,-1,172,193,173,-1,173,193,174,-1,174,193,175,-1,175,193,176,-1,176,193,177,-1,177,193,178,-1,178,193,179,-1,179,193,180,-1,180,193,181,-1,181,193,182,-1,182,193,183,-1,183,193,184,-1,184,193,185,-1,185,193,186,-1,186,193,187,-1,187,193,188,-1,188,193,189,-1,189,193,190,-1,190,193,191,-1,191,193,192,-1,192,193,161,-1,1,2,195,-1,195,194,1,-1,2,3,196,-1,196,195,2,-1,3,4,197,-1,197,196,3,-1,4,5,198,-1,198,197,4,-1,5,6,199,-1,199,198,5,-1,6,7,200,-1,200,199,6,-1,7,8,201,-1,201,200,7,-1,8,9,202,-1,202,201,8,-1,9,10,203,-1,203,202,9,-1,10,11,204,-1,204,203,10,-1,11,12,205,-1,205,204,11,-1,12,13,206,-1,206,205,12,-1,13,14,207,-1,207,206,13,-1,14,15,208,-1,208,207,14,-1,15,16,209,-1,209,208,15,-1,16,17,210,-1,210,209,16,-1,17,18,211,-1,211,210,17,-1,18,19,212,-1,212,211,18,-1,19,20,213,-1,213,212,19,-1,20,21,214,-1,214,213,20,-1,21,22,215,-1,215,214,21,-1,22,23,216,-1,216,215,22,-1,23,24,217,-1,217,216,23,-1,24,25,218,-1,218,217,24,-1,25,26,219,-1,219,218,25,-1,26,27,220,-1,220,219,26,-1,27,28,221,-1,221,220,27,-1,28,29,222,-1,222,221,28,-1,29,30,223,-1,223,222,29,-1,30,31,224,-1,224,223,30,-1,31,32,225,-1,225,224,31,-1,32,1,194,-1,194,225,32,-1,194,195,227,-1,227,226,194,-1,195,196,228,-1,228,227,195,-1,196,197,229,-1,229,228,196,-1,197,198,230,-1,230,229,197,-1,198,199,231,-1,231,230,198,-1,199,200,232,-1,232,231,199,-1,200,201,233,-1,233,232,200,-1,201,202,234,-1,234,233,201,-1,202,203,235,-1,235,234,202,-1,203,204,236,-1,236,235,203,-1,204,205,237,-1,237,236,204,-1,205,206,238,-1,238,237,205,-1,206,207,239,-1,239,238,206,-1,207,208,240,-1,240,239,207,-1,208,209,241,-1,241,240,208,-1,209,210,242,-1,242,241,209,-1,210,211,243,-1,243,242,210,-1,211,212,244,-1,244,243,211,-1,212,213,245,-1,245,244,212,-1,213,214,246,-1,246,245,213,-1,214,215,247,-1,247,246,214,-1,215,216,248,-1,248,247,215,-1,216,217,249,-1,249,248,216,-1,217,218,250,-1,250,249,217,-1,218,219,251,-1,251,250,218,-1,219,220,252,-1,252,251,219,-1};
return value;
}
private int[] getIndexedFaceSet_7_56_coordIndex_3()
{
int[] value = {220,221,253,-1,253,252,220,-1,221,222,254,-1,254,253,221,-1,222,223,255,-1,255,254,222,-1,223,224,256,-1,256,255,223,-1,224,225,257,-1,257,256,224,-1,225,194,226,-1,226,257,225,-1,226,227,259,-1,259,258,226,-1,227,228,260,-1,260,259,227,-1,228,229,261,-1,261,260,228,-1,229,230,262,-1,262,261,229,-1,230,231,263,-1,263,262,230,-1,231,232,264,-1,264,263,231,-1,232,233,265,-1,265,264,232,-1,233,234,266,-1,266,265,233,-1,234,235,267,-1,267,266,234,-1,235,236,268,-1,268,267,235,-1,236,237,269,-1,269,268,236,-1,237,238,270,-1,270,269,237,-1,238,239,271,-1,271,270,238,-1,239,240,272,-1,272,271,239,-1,240,241,273,-1,273,272,240,-1,241,242,274,-1,274,273,241,-1,242,243,275,-1,275,274,242,-1,243,244,276,-1,276,275,243,-1,244,245,277,-1,277,276,244,-1,245,246,278,-1,278,277,245,-1,246,247,279,-1,279,278,246,-1,247,248,280,-1,280,279,247,-1,248,249,281,-1,281,280,248,-1,249,250,282,-1,282,281,249,-1,250,251,283,-1,283,282,250,-1,251,252,284,-1,284,283,251,-1,252,253,285,-1,285,284,252,-1,253,254,286,-1,286,285,253,-1,254,255,287,-1,287,286,254,-1,255,256,288,-1,288,287,255,-1,256,257,289,-1,289,288,256,-1,257,226,258,-1,258,289,257,-1,290,292,291,-1,290,293,292,-1,290,294,293,-1,290,295,294,-1,290,296,295,-1,290,297,296,-1,290,298,297,-1,290,299,298,-1,290,300,299,-1,290,301,300,-1,290,302,301,-1,290,303,302,-1,290,304,303,-1,290,305,304,-1,290,306,305,-1,290,307,306,-1,290,308,307,-1,290,291,308,-1,291,310,309,-1,291,292,310,-1,292,311,310,-1,292,293,311,-1,293,312,311,-1,293,294,312,-1,294,313,312,-1,294,295,313,-1,295,314,313,-1,295,296,314,-1,296,315,314,-1,296,297,315,-1,297,316,315,-1,297,298,316,-1,298,317,316,-1,298,299,317,-1,299,318,317,-1,299,300,318,-1,300,319,318,-1,300,301,319,-1,301,320,319,-1,301,302,320,-1,302,321,320,-1,302,303,321,-1,303,322,321,-1,303,304,322,-1,304,323,322,-1,304,305,323,-1,305,324,323,-1,305,306,324,-1,306,325,324,-1,306,307,325,-1,307,326,325,-1,307,308,326,-1,308,309,326,-1,308,291,309,-1,327,309,310,-1,327,310,311,-1,327,311,312,-1,327,312,313,-1,327,313,314,-1,327,314,315,-1,327,315,316,-1,327,316,317,-1,327,317,318,-1,327,318,319,-1,327,319,320,-1,327,320,321,-1,327,321,322,-1,327,322,323,-1,327,323,324,-1,327,324,325,-1,327,325,326,-1,327,326,309,-1,328,330,329,-1,328,331,330,-1,328,332,331,-1,328,333,332,-1,328,334,333,-1,328,335,334,-1,328,336,335,-1,328,337,336,-1,328,338,337,-1,328,339,338,-1,328,340,339,-1,328,341,340,-1,328,342,341,-1,328,343,342,-1,328,344,343,-1,328,345,344,-1,328,346,345,-1,328,329,346,-1,329,348,347,-1,329,330,348,-1,330,349,348,-1,330,331,349,-1,331,350,349,-1,331,332,350,-1,332,351,350,-1,332,333,351,-1,333,352,351,-1,333,334,352,-1,334,353,352,-1,334,335,353,-1,335,354,353,-1,335,336,354,-1,336,355,354,-1,336,337,355,-1,337,356,355,-1,337,338,356,-1,338,357,356,-1,338,339,357,-1,339,358,357,-1,339,340,358,-1,340,359,358,-1,340,341,359,-1,341,360,359,-1,341,342,360,-1,342,361,360,-1,342,343,361,-1,343,362,361,-1,343,344,362,-1,344,363,362,-1,344,345,363,-1,345,364,363,-1,345,346,364,-1,346,347,364,-1,346,329,347,-1,347,366,365,-1,347,348,366,-1,348,367,366,-1,348,349,367,-1,349,368,367,-1,349,350,368,-1,350,369,368,-1,350,351,369,-1,351,370,369,-1,351,352,370,-1,352,371,370,-1,352,353,371,-1,353,372,371,-1,353,354,372,-1,354,373,372,-1,354,355,373,-1,355,374,373,-1,355,356,374,-1,356,375,374,-1,356,357,375,-1,357,376,375,-1,357,358,376,-1,358,377,376,-1,358,359,377,-1,359,378,377,-1,359,360,378,-1,360,379,378,-1,360,361,379,-1,361,380,379,-1,361,362,380,-1,362,381,380,-1,362,363,381,-1,363,382,381,-1,363,364,382,-1,364,365,382,-1,364,347,365,-1,365,384,383,-1,365,366,384,-1,366,385,384,-1,366,367,385,-1,367,386,385,-1,367,368,386,-1,368,387,386,-1,368,369,387,-1,369,388,387,-1,369,370,388,-1,370,389,388,-1,370,371,389,-1};
return value;
}
private int[] getIndexedFaceSet_7_56_coordIndex_4()
{
int[] value = {371,390,389,-1,371,372,390,-1,372,391,390,-1,372,373,391,-1,373,392,391,-1,373,374,392,-1,374,393,392,-1,374,375,393,-1,375,394,393,-1,375,376,394,-1,376,395,394,-1,376,377,395,-1,377,396,395,-1,377,378,396,-1,378,397,396,-1,378,379,397,-1,379,398,397,-1,379,380,398,-1,380,399,398,-1,380,381,399,-1,381,400,399,-1,381,382,400,-1,382,383,400,-1,382,365,383,-1,383,402,401,-1,383,384,402,-1,384,403,402,-1,384,385,403,-1,385,404,403,-1,385,386,404,-1,386,405,404,-1,386,387,405,-1,387,406,405,-1,387,388,406,-1,388,407,406,-1,388,389,407,-1,389,408,407,-1,389,390,408,-1,390,409,408,-1,390,391,409,-1,391,410,409,-1,391,392,410,-1,392,411,410,-1,392,393,411,-1,393,412,411,-1,393,394,412,-1,394,413,412,-1,394,395,413,-1,395,414,413,-1,395,396,414,-1,396,415,414,-1,396,397,415,-1,397,416,415,-1,397,398,416,-1,398,417,416,-1,398,399,417,-1,399,418,417,-1,399,400,418,-1,400,401,418,-1,400,383,401,-1,401,420,419,-1,401,402,420,-1,402,421,420,-1,402,403,421,-1,403,422,421,-1,403,404,422,-1,404,423,422,-1,404,405,423,-1,405,424,423,-1,405,406,424,-1,406,425,424,-1,406,407,425,-1,407,426,425,-1,407,408,426,-1,408,427,426,-1,408,409,427,-1,409,428,427,-1,409,410,428,-1,410,429,428,-1,410,411,429,-1,411,430,429,-1,411,412,430,-1,412,431,430,-1,412,413,431,-1,413,432,431,-1,413,414,432,-1,414,433,432,-1,414,415,433,-1,415,434,433,-1,415,416,434,-1,416,435,434,-1,416,417,435,-1,417,436,435,-1,417,418,436,-1,418,419,436,-1,418,401,419,-1,437,419,420,-1,437,420,421,-1,437,421,422,-1,437,422,423,-1,437,423,424,-1,437,424,425,-1,437,425,426,-1,437,426,427,-1,437,427,428,-1,437,428,429,-1,437,429,430,-1,437,430,431,-1,437,431,432,-1,437,432,433,-1,437,433,434,-1,437,434,435,-1,437,435,436,-1,437,436,419,-1,438,440,439,-1,438,441,440,-1,438,442,441,-1,438,443,442,-1,438,444,443,-1,438,445,444,-1,438,446,445,-1,438,447,446,-1,438,448,447,-1,438,449,448,-1,438,450,449,-1,438,451,450,-1,438,452,451,-1,438,453,452,-1,438,454,453,-1,438,455,454,-1,438,456,455,-1,438,439,456,-1,439,458,457,-1,439,440,458,-1,440,459,458,-1,440,441,459,-1,441,460,459,-1,441,442,460,-1,442,461,460,-1,442,443,461,-1,443,462,461,-1,443,444,462,-1,444,463,462,-1,444,445,463,-1,445,464,463,-1,445,446,464,-1,446,465,464,-1,446,447,465,-1,447,466,465,-1,447,448,466,-1,448,467,466,-1,448,449,467,-1,449,468,467,-1,449,450,468,-1,450,469,468,-1,450,451,469,-1,451,470,469,-1,451,452,470,-1,452,471,470,-1,452,453,471,-1,453,472,471,-1,453,454,472,-1,454,473,472,-1,454,455,473,-1,455,474,473,-1,455,456,474,-1,456,457,474,-1,456,439,457,-1,457,476,475,-1,457,458,476,-1,458,477,476,-1,458,459,477,-1,459,478,477,-1,459,460,478,-1,460,479,478,-1,460,461,479,-1,461,480,479,-1,461,462,480,-1,462,481,480,-1,462,463,481,-1,463,482,481,-1,463,464,482,-1,464,483,482,-1,464,465,483,-1,465,484,483,-1,465,466,484,-1,466,485,484,-1,466,467,485,-1,467,486,485,-1,467,468,486,-1,468,487,486,-1,468,469,487,-1,469,488,487,-1,469,470,488,-1,470,489,488,-1,470,471,489,-1,471,490,489,-1,471,472,490,-1,472,491,490,-1,472,473,491,-1,473,492,491,-1,473,474,492,-1,474,475,492,-1,474,457,475,-1,475,494,493,-1,475,476,494,-1,476,495,494,-1,476,477,495,-1,477,496,495,-1,477,478,496,-1,478,497,496,-1,478,479,497,-1,479,498,497,-1,479,480,498,-1,480,499,498,-1,480,481,499,-1,481,500,499,-1,481,482,500,-1,482,501,500,-1,482,483,501,-1,483,502,501,-1,483,484,502,-1,484,503,502,-1,484,485,503,-1,485,504,503,-1,485,486,504,-1,486,505,504,-1,486,487,505,-1,487,506,505,-1,487,488,506,-1,488,507,506,-1,488,489,507,-1,489,508,507,-1,489,490,508,-1,490,509,508,-1,490,491,509,-1,491,510,509,-1,491,492,510,-1,492,493,510,-1,492,475,493,-1,493,512,511,-1,493,494,512,-1,494,513,512,-1,494,495,513,-1,495,514,513,-1,495,496,514,-1,496,515,514,-1,496,497,515,-1,497,516,515,-1,497,498,516,-1};
return value;
}
private int[] getIndexedFaceSet_7_56_coordIndex_5()
{
int[] value = {498,517,516,-1,498,499,517,-1,499,518,517,-1,499,500,518,-1,500,519,518,-1,500,501,519,-1,501,520,519,-1,501,502,520,-1,502,521,520,-1,502,503,521,-1,503,522,521,-1,503,504,522,-1,504,523,522,-1,504,505,523,-1,505,524,523,-1,505,506,524,-1,506,525,524,-1,506,507,525,-1,507,526,525,-1,507,508,526,-1,508,527,526,-1,508,509,527,-1,509,528,527,-1,509,510,528,-1,510,511,528,-1,510,493,511,-1,511,530,529,-1,511,512,530,-1,512,531,530,-1,512,513,531,-1,513,532,531,-1,513,514,532,-1,514,533,532,-1,514,515,533,-1,515,534,533,-1,515,516,534,-1,516,535,534,-1,516,517,535,-1,517,536,535,-1,517,518,536,-1,518,537,536,-1,518,519,537,-1,519,538,537,-1,519,520,538,-1,520,539,538,-1,520,521,539,-1,521,540,539,-1,521,522,540,-1,522,541,540,-1,522,523,541,-1,523,542,541,-1,523,524,542,-1,524,543,542,-1,524,525,543,-1,525,544,543,-1,525,526,544,-1,526,545,544,-1,526,527,545,-1,527,546,545,-1,527,528,546,-1,528,529,546,-1,528,511,529,-1,547,529,530,-1,547,530,531,-1,547,531,532,-1,547,532,533,-1,547,533,534,-1,547,534,535,-1,547,535,536,-1,547,536,537,-1,547,537,538,-1,547,538,539,-1,547,539,540,-1,547,540,541,-1,547,541,542,-1,547,542,543,-1,547,543,544,-1,547,544,545,-1,547,545,546,-1,547,546,529,-1};
return value;
}
/** Define subarrays using type float[] */
private float[] getCoordinate_8_56_point_1()
{
float[] value = {0.0f,-1.4705f,0.0f,0.0f,-0.96871f,-3.502f,-0.63055f,-0.96871f,-3.4347f,-1.2369f,-0.96871f,-3.2354f,-1.7957f,-0.96871f,-2.9118f,-2.2854f,-0.96871f,-2.4763f,-2.6874f,-0.96871f,-1.9456f,-2.9861f,-0.96871f,-1.3401f,-3.17f,-0.96871f,-0.6832f,-3.2321f,-0.96871f,0.0f,-3.17f,-0.96871f,0.6832f,-2.9861f,-0.96871f,1.3401f,-2.6874f,-0.96871f,1.9456f,-2.2854f,-0.96871f,2.4763f,-1.7957f,-0.96871f,2.9118f,-1.2369f,-0.96871f,3.2354f,-0.63055f,-0.96871f,3.4347f,0.0f,-0.96871f,3.502f,0.63055f,-0.96871f,3.4347f,1.2369f,-0.96871f,3.2354f,1.7957f,-0.96871f,2.9118f,2.2854f,-0.96871f,2.4763f,2.6874f,-0.96871f,1.9456f,2.9861f,-0.96871f,1.3401f,3.17f,-0.96871f,0.6832f,3.2321f,-0.96871f,0.0f,3.17f,-0.96871f,-0.6832f,2.9861f,-0.96871f,-1.3401f,2.6874f,-0.96871f,-1.9456f,2.2854f,-0.96871f,-2.4763f,1.7957f,-0.96871f,-2.9118f,1.2369f,-0.96871f,-3.2354f,0.63055f,-0.96871f,-3.4347f,0.0f,-1.3178f,-3.6267f,-0.653f,-1.3178f,-3.557f,-1.2809f,-1.3178f,-3.3506f,-1.8596f,-1.3178f,-3.0155f,-2.3668f,-1.3178f,-2.5644f,-2.7831f,-1.3178f,-2.0149f,-3.0924f,-1.3178f,-1.3879f,-3.2829f,-1.3178f,-0.70752f,-3.3472f,-1.3178f,0.0f,-3.2829f,-1.3178f,0.70753f,-3.0924f,-1.3178f,1.3879f,-2.7831f,-1.3178f,2.0149f,-2.3668f,-1.3178f,2.5644f,-1.8596f,-1.3178f,3.0155f,-1.2809f,-1.3178f,3.3506f,-0.653f,-1.3178f,3.557f,0.0f,-1.3178f,3.6267f,0.653f,-1.3178f,3.557f,1.2809f,-1.3178f,3.3506f,1.8596f,-1.3178f,3.0155f,2.3668f,-1.3178f,2.5644f,2.7831f,-1.3178f,2.0149f,3.0924f,-1.3178f,1.3879f,3.2829f,-1.3178f,0.70752f,3.3472f,-1.3178f,0.0f,3.2829f,-1.3178f,-0.70753f,3.0924f,-1.3178f,-1.3879f,2.7831f,-1.3178f,-2.0149f,2.3668f,-1.3178f,-2.5644f,1.8596f,-1.3178f,-3.0155f,1.2809f,-1.3178f,-3.3506f,0.653f,-1.3178f,-3.557f,0.0f,-1.098f,-6.0576f,-1.1818f,-1.098f,-5.9412f,-2.3181f,-1.098f,-5.5965f,-3.3654f,-1.098f,-5.0367f,-4.2834f,-1.098f,-4.2834f,-5.0367f,-1.098f,-3.3654f,-5.5965f,-1.098f,-2.3181f,-5.9412f,-1.098f,-1.1818f,-6.0576f,-1.098f,0.0f,-5.9412f,-1.098f,1.1818f,-5.5965f,-1.098f,2.3181f,-5.0367f,-1.098f,3.3654f,-4.2834f,-1.098f,4.2834f,-3.3654f,-1.098f,5.0367f,-2.3181f,-1.098f,5.5965f,-1.1818f,-1.098f,5.9412f,0.0f,-1.098f,6.0576f,1.1818f,-1.098f,5.9412f,2.3181f,-1.098f,5.5965f,3.3654f,-1.098f,5.0367f,4.2834f,-1.098f,4.2834f,5.0367f,-1.098f,3.3654f,5.5965f,-1.098f,2.3181f,5.9412f,-1.098f,1.1818f,6.0576f,-1.098f,0.0f,5.9412f,-1.098f,-1.1818f,5.5965f,-1.098f,-2.3181f,5.0367f,-1.098f,-3.3654f,4.2834f,-1.098f,-4.2834f,3.3654f,-1.098f,-5.0367f,2.3181f,-1.098f,-5.5965f,1.1818f,-1.098f,-5.9412f,0.0f,-1.8207f,-6.2493f,-1.2192f,-1.8207f,-6.1293f,-2.3915f,-1.8207f,-5.7736f};
return value;
}
private float[] getCoordinate_8_56_point_2()
{
float[] value = {-3.4719f,-1.8207f,-5.1961f,-4.419f,-1.8207f,-4.4189f,-5.1961f,-1.8207f,-3.4719f,-5.7736f,-1.8207f,-2.3915f,-6.1293f,-1.8207f,-1.2192f,-6.2493f,-1.8207f,0.0f,-6.1293f,-1.8207f,1.2192f,-5.7736f,-1.8207f,2.3915f,-5.1961f,-1.8207f,3.4719f,-4.4189f,-1.8207f,4.419f,-3.4719f,-1.8207f,5.1961f,-2.3915f,-1.8207f,5.7736f,-1.2192f,-1.8207f,6.1293f,0.0f,-1.8207f,6.2493f,1.2192f,-1.8207f,6.1293f,2.3915f,-1.8207f,5.7736f,3.4719f,-1.8207f,5.1961f,4.419f,-1.8207f,4.4189f,5.1961f,-1.8207f,3.4719f,5.7736f,-1.8207f,2.3915f,6.1293f,-1.8207f,1.2192f,6.2493f,-1.8207f,0.0f,6.1293f,-1.8207f,-1.2192f,5.7736f,-1.8207f,-2.3915f,5.1961f,-1.8207f,-3.4719f,4.4189f,-1.8207f,-4.419f,3.4719f,-1.8207f,-5.1961f,2.3915f,-1.8207f,-5.7736f,1.2192f,-1.8207f,-6.1293f,0.0f,-3.0638f,-6.3718f,-1.2431f,-3.0638f,-6.2493f,-2.4384f,-3.0638f,-5.8867f,-3.54f,-3.0638f,-5.2979f,-4.5055f,-3.0638f,-4.5055f,-5.2979f,-3.0638f,-3.54f,-5.8867f,-3.0638f,-2.4384f,-6.2493f,-3.0638f,-1.2431f,-6.3718f,-3.0638f,0.0f,-6.2493f,-3.0638f,1.2431f,-5.8867f,-3.0638f,2.4384f,-5.2979f,-3.0638f,3.54f,-4.5055f,-3.0638f,4.5055f,-3.54f,-3.0638f,5.2979f,-2.4384f,-3.0638f,5.8867f,-1.2431f,-3.0638f,6.2493f,0.0f,-3.0638f,6.3718f,1.2431f,-3.0638f,6.2493f,2.4384f,-3.0638f,5.8867f,3.54f,-3.0638f,5.2979f,4.5055f,-3.0638f,4.5055f,5.2979f,-3.0638f,3.54f,5.8867f,-3.0638f,2.4384f,6.2493f,-3.0638f,1.2431f,6.3718f,-3.0638f,0.0f,6.2493f,-3.0638f,-1.2431f,5.8867f,-3.0638f,-2.4384f,5.2979f,-3.0638f,-3.54f,4.5055f,-3.0638f,-4.5055f,3.54f,-3.0638f,-5.2979f,2.4384f,-3.0638f,-5.8867f,1.2431f,-3.0638f,-6.2493f,0.0f,-4.3069f,-6.2493f,-1.2192f,-4.3069f,-6.1293f,-2.3915f,-4.3069f,-5.7736f,-3.4719f,-4.3069f,-5.1961f,-4.419f,-4.3069f,-4.4189f,-5.1961f,-4.3069f,-3.4719f,-5.7736f,-4.3069f,-2.3915f,-6.1293f,-4.3069f,-1.2192f,-6.2493f,-4.3069f,0.0f,-6.1293f,-4.3069f,1.2192f,-5.7736f,-4.3069f,2.3915f,-5.1961f,-4.3069f,3.4719f,-4.4189f,-4.3069f,4.419f,-3.4719f,-4.3069f,5.1961f,-2.3915f,-4.3069f,5.7736f,-1.2192f,-4.3069f,6.1293f,0.0f,-4.3069f,6.2493f,1.2192f,-4.3069f,6.1293f,2.3915f,-4.3069f,5.7736f,3.4719f,-4.3069f,5.1961f,4.419f,-4.3069f,4.4189f,5.1961f,-4.3069f,3.4719f,5.7736f,-4.3069f,2.3915f,6.1293f,-4.3069f,1.2192f,6.2493f,-4.3069f,0.0f,6.1293f,-4.3069f,-1.2192f,5.7736f,-4.3069f,-2.3915f,5.1961f,-4.3069f,-3.4719f,4.4189f,-4.3069f,-4.419f,3.4719f,-4.3069f,-5.1961f,2.3915f,-4.3069f,-5.7736f,1.2192f,-4.3069f,-6.1293f,0.0f,-4.2992f,0.0f,0.0f,-2.4055f,-3.193f,-0.57493f,-2.4055f,-3.1317f,-1.1278f,-2.4055f,-2.95f,-1.6373f,-2.4055f,-2.6549f,-2.0838f,-2.4055f,-2.2578f,-2.4503f,-2.4055f,-1.774f};
return value;
}
private float[] getCoordinate_8_56_point_3()
{
float[] value = {-2.7227f,-2.4055f,-1.2219f,-2.8904f,-2.4055f,-0.62293f,-2.947f,-2.4055f,0.0f,-2.8904f,-2.4055f,0.62293f,-2.7227f,-2.4055f,1.2219f,-2.4503f,-2.4055f,1.774f,-2.0838f,-2.4055f,2.2578f,-1.6373f,-2.4055f,2.6549f,-1.1278f,-2.4055f,2.95f,-0.57493f,-2.4055f,3.1317f,0.0f,-2.4055f,3.193f,0.57493f,-2.4055f,3.1317f,1.1278f,-2.4055f,2.95f,1.6373f,-2.4055f,2.6549f,2.0838f,-2.4055f,2.2578f,2.4503f,-2.4055f,1.774f,2.7227f,-2.4055f,1.2219f,2.8904f,-2.4055f,0.62293f,2.947f,-2.4055f,0.0f,2.8904f,-2.4055f,-0.62293f,2.7227f,-2.4055f,-1.2219f,2.4503f,-2.4055f,-1.774f,2.0838f,-2.4055f,-2.2578f,1.6373f,-2.4055f,-2.6549f,1.1278f,-2.4055f,-2.95f,0.57493f,-2.4055f,-3.1317f,0.0f,-2.7213f,-0.7984f,-0.14376f,-2.7213f,-0.78306f,-0.28199f,-2.7213f,-0.73762f,-0.40938f,-2.7213f,-0.66384f,-0.52105f,-2.7213f,-0.56455f,-0.61268f,-2.7213f,-0.44357f,-0.68078f,-2.7213f,-0.30553f,-0.72271f,-2.7213f,-0.15576f,-0.73687f,-2.7213f,0.0f,-0.72271f,-2.7213f,0.15576f,-0.68078f,-2.7213f,0.30553f,-0.61268f,-2.7213f,0.44357f,-0.52105f,-2.7213f,0.56455f,-0.40938f,-2.7213f,0.66384f,-0.28199f,-2.7213f,0.73762f,-0.14376f,-2.7213f,0.78306f,0.0f,-2.7213f,0.7984f,0.14376f,-2.7213f,0.78306f,0.28199f,-2.7213f,0.73762f,0.40938f,-2.7213f,0.66384f,0.52105f,-2.7213f,0.56455f,0.61269f,-2.7213f,0.44357f,0.68078f,-2.7213f,0.30553f,0.72271f,-2.7213f,0.15576f,0.73687f,-2.7213f,0.0f,0.72271f,-2.7213f,-0.15576f,0.68078f,-2.7213f,-0.30553f,0.61269f,-2.7213f,-0.44357f,0.52105f,-2.7213f,-0.56455f,0.40938f,-2.7213f,-0.66384f,0.28199f,-2.7213f,-0.73762f,0.14376f,-2.7213f,-0.78306f,0.0f,-2.1608f,-0.7984f,-0.14376f,-2.1608f,-0.78306f,-0.28199f,-2.1608f,-0.73762f,-0.40938f,-2.1608f,-0.66384f,-0.52105f,-2.1608f,-0.56455f,-0.61268f,-2.1608f,-0.44357f,-0.68078f,-2.1608f,-0.30553f,-0.72271f,-2.1608f,-0.15576f,-0.73687f,-2.1608f,0.0f,-0.72271f,-2.1608f,0.15576f,-0.68078f,-2.1608f,0.30553f,-0.61268f,-2.1608f,0.44357f,-0.52105f,-2.1608f,0.56455f,-0.40938f,-2.1608f,0.66384f,-0.28199f,-2.1608f,0.73762f,-0.14376f,-2.1608f,0.78306f,0.0f,-2.1608f,0.7984f,0.14376f,-2.1608f,0.78306f,0.28199f,-2.1608f,0.73762f,0.40938f,-2.1608f,0.66384f,0.52105f,-2.1608f,0.56455f,0.61269f,-2.1608f,0.44357f,0.68078f,-2.1608f,0.30553f,0.72271f,-2.1608f,0.15576f,0.73687f,-2.1608f,0.0f,0.72271f,-2.1608f,-0.15576f,0.68078f,-2.1608f,-0.30553f,0.61269f,-2.1608f,-0.44357f,0.52105f,-2.1608f,-0.56455f,0.40938f,-2.1608f,-0.66384f,0.28199f,-2.1608f,-0.73762f,0.14376f,-2.1608f,-0.78306f,0.066127f,-4.129f,0.10558f,-0.65138f,-4.3122f,0.52213f,-0.74379f,-4.3289f,0.21345f,-0.72725f,-4.3232f,-0.10873f,-0.60376f,-4.2956f,-0.40554f,-0.3882f,-4.2497f,-0.64118f,-0.10658f,-4.1908f,-0.78724f,0.20714f,-4.1262f,-0.82609f,0.51511f,-4.0636f,-0.75304f,0.78019f,-4.0105f,-0.57692f};
return value;
}
private float[] getCoordinate_8_56_point_4()
{
float[] value = {0.97041f,-3.9734f,-0.31896f,1.0628f,-3.9567f,-0.010273f,1.0463f,-3.9625f,0.3119f,0.92279f,-3.99f,0.60871f,0.70723f,-4.0359f,0.84436f,0.42561f,-4.0948f,0.99041f,0.1119f,-4.1594f,1.0293f,-0.19607f,-4.2221f,0.95622f,-0.46116f,-4.2751f,0.7801f,-0.17919f,-6.6141f,0.50515f,-0.2716f,-6.6308f,0.19646f,-0.25506f,-6.625f,-0.12571f,-0.13157f,-6.5975f,-0.42252f,0.083991f,-6.5516f,-0.65817f,0.36561f,-6.4927f,-0.80422f,0.67933f,-6.4281f,-0.84307f,0.9873f,-6.3654f,-0.77003f,1.2524f,-6.3124f,-0.5939f,1.4426f,-6.2752f,-0.33594f,1.535f,-6.2586f,-0.027257f,1.5185f,-6.2643f,0.29492f,1.395f,-6.2918f,0.59173f,1.1794f,-6.3378f,0.82737f,0.8978f,-6.3967f,0.97343f,0.58409f,-6.4613f,1.0123f,0.27611f,-6.5239f,0.93923f,0.011031f,-6.577f,0.76311f,0.63171f,-6.4447f,0.084604f,0.76535f,-6.7697f,0.29141f,0.76889f,-8.0672f,0.29141f,0.32488f,-7.9902f,0.29141f,-0.065999f,-7.7659f,0.29141f,-0.35661f,-7.4215f,0.29141f,-0.51189f,-6.9985f,0.29141f,-0.51312f,-6.5478f,0.29141f,-0.36014f,-6.124f,0.29141f,-0.071419f,-5.778f,0.29141f,0.31823f,-5.5516f,0.29141f,0.76181f,-5.4721f,0.29141f,1.2058f,-5.5492f,0.29141f,1.5967f,-5.7734f,0.29141f,1.8873f,-6.1178f,0.29141f,2.0426f,-6.5409f,0.29141f,2.0438f,-6.9915f,0.29141f,1.8908f,-7.4154f,0.29141f,1.6021f,-7.7614f,0.29141f,1.2125f,-7.9878f,0.29141f,0.76889f,-8.0672f,-4.0337f,0.32488f,-7.9902f,-4.0337f,-0.065998f,-7.7659f,-4.0337f,-0.35661f,-7.4215f,-4.0337f,-0.51189f,-6.9985f,-4.0337f,-0.51312f,-6.5478f,-4.0337f,-0.36014f,-6.124f,-4.0337f,-0.071419f,-5.778f,-4.0337f,0.31823f,-5.5516f,-4.0337f,0.76181f,-5.4721f,-4.0337f,1.2058f,-5.5492f,-4.0337f,1.5967f,-5.7734f,-4.0337f,1.8873f,-6.1178f,-4.0337f,2.0426f,-6.5409f,-4.0337f,2.0438f,-6.9915f,-4.0337f,1.8908f,-7.4154f,-4.0337f,1.6021f,-7.7614f,-4.0337f,1.2125f,-7.9878f,-4.0337f,0.76906f,-8.13f,-4.3348f,0.30357f,-8.0492f,-4.3348f,-0.10621f,-7.8141f,-4.3348f,-0.41088f,-7.4531f,-4.3348f,-0.57367f,-7.0095f,-4.3348f,-0.57496f,-6.5371f,-4.3348f,-0.41459f,-6.0927f,-4.3348f,-0.1119f,-5.73f,-4.3348f,0.2966f,-5.4926f,-4.3348f,0.76164f,-5.4093f,-4.3348f,1.2271f,-5.4901f,-4.3348f,1.6369f,-5.7252f,-4.3348f,1.9416f,-6.0863f,-4.3348f,2.1044f,-6.5298f,-4.3348f,2.1057f,-7.0022f,-4.3348f,1.9453f,-7.4466f,-4.3348f,1.6426f,-7.8094f,-4.3348f,1.2341f,-8.0467f,-4.3348f,0.76906f,-8.13f,-5.9468f,0.30357f,-8.0492f,-5.9468f,-0.10621f,-7.8141f,-5.9468f,-0.41088f,-7.4531f,-5.9468f,-0.57367f,-7.0095f,-5.9468f,-0.57496f,-6.5371f,-5.9468f,-0.41459f,-6.0927f,-5.9468f,-0.1119f,-5.73f,-5.9468f,0.2966f,-5.4926f,-5.9468f,0.76164f,-5.4093f,-5.9468f,1.2271f,-5.4901f,-5.9468f,1.6369f,-5.7252f,-5.9468f,1.9416f,-6.0863f,-5.9468f,2.1044f,-6.5298f,-5.9468f,2.1057f,-7.0022f,-5.9468f,1.9453f,-7.4466f,-5.9468f,1.6426f,-7.8094f,-5.9468f};
return value;
}
private float[] getCoordinate_8_56_point_5()
{
float[] value = {1.2341f,-8.0467f,-5.9468f,0.76889f,-8.0672f,-6.2849f,0.32488f,-7.9902f,-6.2849f,-0.065998f,-7.7659f,-6.2849f,-0.3566f,-7.4215f,-6.2849f,-0.51189f,-6.9985f,-6.2849f,-0.51312f,-6.5478f,-6.2849f,-0.36014f,-6.124f,-6.2849f,-0.071418f,-5.778f,-6.2849f,0.31823f,-5.5516f,-6.2849f,0.76181f,-5.4721f,-6.2849f,1.2058f,-5.5492f,-6.2849f,1.5967f,-5.7734f,-6.2849f,1.8873f,-6.1178f,-6.2849f,2.0426f,-6.5409f,-6.2849f,2.0438f,-6.9915f,-6.2849f,1.8908f,-7.4154f,-6.2849f,1.6021f,-7.7614f,-6.2849f,1.2125f,-7.9878f,-6.2849f,0.76889f,-8.0672f,-9.5669f,0.32488f,-7.9902f,-9.5669f,-0.065997f,-7.7659f,-9.5669f,-0.3566f,-7.4215f,-9.5669f,-0.51189f,-6.9985f,-9.5669f,-0.51312f,-6.5478f,-9.5669f,-0.36014f,-6.124f,-9.5669f,-0.071418f,-5.778f,-9.5669f,0.31823f,-5.5516f,-9.5669f,0.76181f,-5.4721f,-9.5669f,1.2058f,-5.5492f,-9.5669f,1.5967f,-5.7734f,-9.5669f,1.8873f,-6.1178f,-9.5669f,2.0426f,-6.5409f,-9.5669f,2.0438f,-6.9915f,-9.5669f,1.8908f,-7.4154f,-9.5669f,1.6021f,-7.7614f,-9.5669f,1.2125f,-7.9878f,-9.5669f,0.76535f,-6.7697f,-9.5669f,0.76516f,-6.6983f,-0.71422f,0.76769f,-7.6274f,-0.71422f,0.64347f,-7.5717f,-1.0067f,0.53392f,-7.4107f,-1.264f,0.45227f,-7.1637f,-1.4549f,0.40835f,-6.8606f,-1.5565f,0.40747f,-6.538f,-1.5565f,0.44973f,-6.2347f,-1.4549f,0.53004f,-5.9873f,-1.264f,0.63871f,-5.8257f,-1.0067f,0.76262f,-5.7693f,-0.71422f,0.88685f,-5.825f,-0.42169f,0.99639f,-5.986f,-0.16445f,1.078f,-6.233f,0.026488f,1.122f,-6.536f,0.12808f,1.1228f,-6.8587f,0.12808f,1.0806f,-7.162f,0.026488f,1.0003f,-7.4094f,-0.16445f,0.89161f,-7.571f,-0.42169f,8.9452f,-7.6051f,-4.2213f,8.821f,-7.5494f,-4.5138f,8.7114f,-7.3884f,-4.7711f,8.6298f,-7.1414f,-4.962f,8.5859f,-6.8383f,-5.0636f,8.585f,-6.5157f,-5.0636f,8.6273f,-6.2124f,-4.962f,8.7076f,-5.965f,-4.7711f,8.8162f,-5.8034f,-4.5138f,8.9401f,-5.747f,-4.2213f,9.0644f,-5.8027f,-3.9288f,9.1739f,-5.9637f,-3.6715f,9.2556f,-6.2107f,-3.4806f,9.2995f,-6.5137f,-3.379f,9.3004f,-6.8364f,-3.379f,9.2581f,-7.1397f,-3.4806f,9.1778f,-7.3871f,-3.6715f,9.0691f,-7.5487f,-3.9288f,9.1438f,-7.6495f,-4.3055f,9.0136f,-7.5911f,-4.6122f,8.8987f,-7.4223f,-4.8818f,8.8131f,-7.1634f,-5.082f,8.7671f,-6.8457f,-5.1885f,8.7661f,-6.5074f,-5.1885f,8.8104f,-6.1894f,-5.082f,8.8946f,-5.9301f,-4.8818f,9.0086f,-5.7606f,-4.6122f,9.1385f,-5.7015f,-4.3055f,9.2687f,-5.7599f,-3.9988f,9.3836f,-5.9287f,-3.7291f,9.4692f,-6.1876f,-3.5289f,9.5152f,-6.5054f,-3.4224f,9.5161f,-6.8436f,-3.4224f,9.4718f,-7.1616f,-3.5289f,9.3876f,-7.421f,-3.7291f,9.2737f,-7.5904f,-3.9988f,10.206f,-7.6466f,-4.7561f,10.076f,-7.5882f,-5.0628f,9.9612f,-7.4194f,-5.3325f,9.8756f,-7.1605f,-5.5327f,9.8296f,-6.8428f,-5.6392f,9.8287f,-6.5045f,-5.6392f,9.873f,-6.1865f,-5.5327f};
return value;
}
private float[] getCoordinate_8_56_point_6()
{
float[] value = {9.9572f,-5.9272f,-5.3325f,10.071f,-5.7577f,-5.0628f,10.201f,-5.6986f,-4.7561f,10.331f,-5.757f,-4.4495f,10.446f,-5.9258f,-4.1798f,10.532f,-6.1847f,-3.9796f,10.578f,-6.5025f,-3.8731f,10.579f,-6.8407f,-3.8731f,10.534f,-7.1587f,-3.9796f,10.45f,-7.4181f,-4.1798f,10.336f,-7.5875f,-4.4495f,10.429f,-7.601f,-4.8507f,10.305f,-7.5453f,-5.1432f,10.195f,-7.3843f,-5.4004f,10.114f,-7.1374f,-5.5914f,10.07f,-6.8343f,-5.693f,10.069f,-6.5116f,-5.693f,10.111f,-6.2083f,-5.5914f,10.191f,-5.9609f,-5.4004f,10.3f,-5.7993f,-5.1432f,10.424f,-5.743f,-4.8507f,10.548f,-5.7986f,-4.5581f,10.658f,-5.9597f,-4.3009f,10.739f,-6.2066f,-4.11f,10.783f,-6.5097f,-4.0084f,10.784f,-6.8324f,-4.0084f,10.742f,-7.1357f,-4.11f,10.662f,-7.383f,-4.3009f,10.553f,-7.5447f,-4.5581f,12.592f,-7.5951f,-5.7682f,12.468f,-7.5395f,-6.0607f,12.359f,-7.3784f,-6.318f,12.277f,-7.1315f,-6.5089f,12.233f,-6.8284f,-6.6105f,12.232f,-6.5057f,-6.6105f,12.274f,-6.2024f,-6.5089f,12.355f,-5.955f,-6.318f,12.463f,-5.7934f,-6.0607f,12.587f,-5.7371f,-5.7682f,12.712f,-5.7927f,-5.4757f,12.821f,-5.9538f,-5.2184f,12.903f,-6.2007f,-5.0275f,12.947f,-6.5038f,-4.9259f,12.948f,-6.8265f,-4.9259f,12.905f,-7.1298f,-5.0275f,12.825f,-7.3772f,-5.2184f,12.716f,-7.5388f,-5.4757f,12.59f,-6.6661f,-5.7682f};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_63_colorIndex_1()
{
int[] value = {4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4};
return value;
}
private int[] getIndexedFaceSet_7_63_colorIndex_2()
{
int[] value = {4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_63_coordIndex_1()
{
int[] value = {0,258,259,-1,0,259,260,-1,0,260,261,-1,0,261,262,-1,0,262,263,-1,0,263,264,-1,0,264,265,-1,0,265,266,-1,0,266,267,-1,0,267,268,-1,0,268,269,-1,0,269,270,-1,0,270,271,-1,0,271,272,-1,0,272,273,-1,0,273,274,-1,0,274,275,-1,0,275,276,-1,0,276,277,-1,0,277,278,-1,0,278,279,-1,0,279,280,-1,0,280,281,-1,0,281,282,-1,0,282,283,-1,0,283,284,-1,0,284,285,-1,0,285,286,-1,0,286,287,-1,0,287,288,-1,0,288,289,-1,0,289,258,-1,1,33,34,-1,1,34,2,-1,2,34,35,-1,2,35,3,-1,3,35,36,-1,3,36,4,-1,4,36,37,-1,4,37,5,-1,5,37,38,-1,5,38,6,-1,6,38,39,-1,6,39,7,-1,7,39,40,-1,7,40,8,-1,8,40,41,-1,8,41,9,-1,9,41,42,-1,9,42,10,-1,10,42,43,-1,10,43,11,-1,11,43,44,-1,11,44,12,-1,12,44,45,-1,12,45,13,-1,13,45,46,-1,13,46,14,-1,14,46,47,-1,14,47,15,-1,15,47,48,-1,15,48,16,-1,16,48,49,-1,16,49,17,-1,17,49,50,-1,17,50,18,-1,18,50,51,-1,18,51,19,-1,19,51,52,-1,19,52,20,-1,20,52,53,-1,20,53,21,-1,21,53,54,-1,21,54,22,-1,22,54,55,-1,22,55,23,-1,23,55,56,-1,23,56,24,-1,24,56,57,-1,24,57,25,-1,25,57,58,-1,25,58,26,-1,26,58,59,-1,26,59,27,-1,27,59,60,-1,27,60,28,-1,28,60,61,-1,28,61,29,-1,29,61,62,-1,29,62,30,-1,30,62,63,-1,30,63,31,-1,31,63,64,-1,31,64,32,-1,32,64,33,-1,32,33,1,-1,33,65,66,-1,33,66,34,-1,34,66,67,-1,34,67,35,-1,35,67,68,-1,35,68,36,-1,36,68,69,-1,36,69,37,-1,37,69,70,-1,37,70,38,-1,38,70,71,-1,38,71,39,-1,39,71,72,-1,39,72,40,-1,40,72,73,-1,40,73,41,-1,41,73,74,-1,41,74,42,-1,42,74,75,-1,42,75,43,-1,43,75,76,-1,43,76,44,-1,44,76,77,-1,44,77,45,-1,45,77,78,-1,45,78,46,-1,46,78,79,-1,46,79,47,-1,47,79,80,-1,47,80,48,-1,48,80,81,-1,48,81,49,-1,49,81,82,-1,49,82,50,-1,50,82,83,-1,50,83,51,-1,51,83,84,-1,51,84,52,-1,52,84,85,-1,52,85,53,-1,53,85,86,-1,53,86,54,-1,54,86,87,-1,54,87,55,-1,55,87,88,-1,55,88,56,-1,56,88,89,-1,56,89,57,-1,57,89,90,-1,57,90,58,-1,58,90,91,-1,58,91,59,-1,59,91,92,-1,59,92,60,-1,60,92,93,-1,60,93,61,-1,61,93,94,-1,61,94,62,-1,62,94,95,-1,62,95,63,-1,63,95,96,-1,63,96,64,-1,64,96,65,-1,64,65,33,-1,65,97,98,-1,65,98,66,-1,66,98,99,-1,66,99,67,-1,67,99,100,-1,67,100,68,-1,68,100,101,-1,68,101,69,-1,69,101,102,-1,69,102,70,-1,70,102,103,-1,70,103,71,-1,71,103,104,-1,71,104,72,-1,72,104,105,-1,72,105,73,-1,73,105,106,-1,73,106,74,-1,74,106,107,-1,74,107,75,-1,75,107,108,-1,75,108,76,-1,76,108,109,-1,76,109,77,-1,77,109,110,-1,77,110,78,-1,78,110,111,-1,78,111,79,-1,79,111,112,-1,79,112,80,-1,80,112,113,-1,80,113,81,-1,81,113,114,-1,81,114,82,-1,82,114,115,-1,82,115,83,-1,83,115,116,-1,83,116,84,-1,84,116,117,-1,84,117,85,-1,85,117,118,-1,85,118,86,-1,86,118,119,-1,86,119,87,-1,87,119,120,-1,87,120,88,-1,88,120,121,-1,88,121,89,-1,89,121,122,-1,89,122,90,-1,90,122,123,-1,90,123,91,-1,91,123,124,-1,91,124,92,-1,92,124,125,-1,92,125,93,-1,93,125,126,-1,93,126,94,-1,94,126,127,-1,94,127,95,-1,95,127,128,-1,95,128,96,-1,96,128,97,-1,96,97,65,-1,97,129,130,-1,97,130,98,-1,98,130,131,-1,98,131,99,-1,99,131,132,-1,99,132,100,-1,100,132,133,-1,100,133,101,-1,101,133,134,-1,101,134,102,-1,102,134,135,-1,102,135,103,-1,103,135,136,-1,103,136,104,-1,104,136,137,-1,104,137,105,-1,105,137,138,-1,105,138,106,-1,106,138,139,-1,106,139,107,-1,107,139,140,-1,107,140,108,-1,108,140,141,-1,108,141,109,-1,109,141,142,-1,109,142,110,-1};
return value;
}
private int[] getIndexedFaceSet_7_63_coordIndex_2()
{
int[] value = {110,142,143,-1,110,143,111,-1,111,143,144,-1,111,144,112,-1,112,144,145,-1,112,145,113,-1,113,145,146,-1,113,146,114,-1,114,146,147,-1,114,147,115,-1,115,147,148,-1,115,148,116,-1,116,148,149,-1,116,149,117,-1,117,149,150,-1,117,150,118,-1,118,150,151,-1,118,151,119,-1,119,151,152,-1,119,152,120,-1,120,152,153,-1,120,153,121,-1,121,153,154,-1,121,154,122,-1,122,154,155,-1,122,155,123,-1,123,155,156,-1,123,156,124,-1,124,156,157,-1,124,157,125,-1,125,157,158,-1,125,158,126,-1,126,158,159,-1,126,159,127,-1,127,159,160,-1,127,160,128,-1,128,160,129,-1,128,129,97,-1,129,161,162,-1,129,162,130,-1,130,162,163,-1,130,163,131,-1,131,163,164,-1,131,164,132,-1,132,164,165,-1,132,165,133,-1,133,165,166,-1,133,166,134,-1,134,166,167,-1,134,167,135,-1,135,167,168,-1,135,168,136,-1,136,168,169,-1,136,169,137,-1,137,169,170,-1,137,170,138,-1,138,170,171,-1,138,171,139,-1,139,171,172,-1,139,172,140,-1,140,172,173,-1,140,173,141,-1,141,173,174,-1,141,174,142,-1,142,174,175,-1,142,175,143,-1,143,175,176,-1,143,176,144,-1,144,176,177,-1,144,177,145,-1,145,177,178,-1,145,178,146,-1,146,178,179,-1,146,179,147,-1,147,179,180,-1,147,180,148,-1,148,180,181,-1,148,181,149,-1,149,181,182,-1,149,182,150,-1,150,182,183,-1,150,183,151,-1,151,183,184,-1,151,184,152,-1,152,184,185,-1,152,185,153,-1,153,185,186,-1,153,186,154,-1,154,186,187,-1,154,187,155,-1,155,187,188,-1,155,188,156,-1,156,188,189,-1,156,189,157,-1,157,189,190,-1,157,190,158,-1,158,190,191,-1,158,191,159,-1,159,191,192,-1,159,192,160,-1,160,192,161,-1,160,161,129,-1,161,193,162,-1,162,193,163,-1,163,193,164,-1,164,193,165,-1,165,193,166,-1,166,193,167,-1,167,193,168,-1,168,193,169,-1,169,193,170,-1,170,193,171,-1,171,193,172,-1,172,193,173,-1,173,193,174,-1,174,193,175,-1,175,193,176,-1,176,193,177,-1,177,193,178,-1,178,193,179,-1,179,193,180,-1,180,193,181,-1,181,193,182,-1,182,193,183,-1,183,193,184,-1,184,193,185,-1,185,193,186,-1,186,193,187,-1,187,193,188,-1,188,193,189,-1,189,193,190,-1,190,193,191,-1,191,193,192,-1,192,193,161,-1,1,2,195,-1,195,194,1,-1,2,3,196,-1,196,195,2,-1,3,4,197,-1,197,196,3,-1,4,5,198,-1,198,197,4,-1,5,6,199,-1,199,198,5,-1,6,7,200,-1,200,199,6,-1,7,8,201,-1,201,200,7,-1,8,9,202,-1,202,201,8,-1,9,10,203,-1,203,202,9,-1,10,11,204,-1,204,203,10,-1,11,12,205,-1,205,204,11,-1,12,13,206,-1,206,205,12,-1,13,14,207,-1,207,206,13,-1,14,15,208,-1,208,207,14,-1,15,16,209,-1,209,208,15,-1,16,17,210,-1,210,209,16,-1,17,18,211,-1,211,210,17,-1,18,19,212,-1,212,211,18,-1,19,20,213,-1,213,212,19,-1,20,21,214,-1,214,213,20,-1,21,22,215,-1,215,214,21,-1,22,23,216,-1,216,215,22,-1,23,24,217,-1,217,216,23,-1,24,25,218,-1,218,217,24,-1,25,26,219,-1,219,218,25,-1,26,27,220,-1,220,219,26,-1,27,28,221,-1,221,220,27,-1,28,29,222,-1,222,221,28,-1,29,30,223,-1,223,222,29,-1,30,31,224,-1,224,223,30,-1,31,32,225,-1,225,224,31,-1,32,1,194,-1,194,225,32,-1,194,195,227,-1,227,226,194,-1,195,196,228,-1,228,227,195,-1,196,197,229,-1,229,228,196,-1,197,198,230,-1,230,229,197,-1,198,199,231,-1,231,230,198,-1,199,200,232,-1,232,231,199,-1,200,201,233,-1,233,232,200,-1,201,202,234,-1,234,233,201,-1,202,203,235,-1,235,234,202,-1,203,204,236,-1,236,235,203,-1,204,205,237,-1,237,236,204,-1,205,206,238,-1,238,237,205,-1,206,207,239,-1,239,238,206,-1,207,208,240,-1,240,239,207,-1,208,209,241,-1,241,240,208,-1,209,210,242,-1,242,241,209,-1,210,211,243,-1,243,242,210,-1,211,212,244,-1,244,243,211,-1,212,213,245,-1,245,244,212,-1,213,214,246,-1,246,245,213,-1,214,215,247,-1,247,246,214,-1,215,216,248,-1,248,247,215,-1,216,217,249,-1,249,248,216,-1,217,218,250,-1,250,249,217,-1,218,219,251,-1,251,250,218,-1,219,220,252,-1,252,251,219,-1};
return value;
}
private int[] getIndexedFaceSet_7_63_coordIndex_3()
{
int[] value = {220,221,253,-1,253,252,220,-1,221,222,254,-1,254,253,221,-1,222,223,255,-1,255,254,222,-1,223,224,256,-1,256,255,223,-1,224,225,257,-1,257,256,224,-1,225,194,226,-1,226,257,225,-1,226,227,259,-1,259,258,226,-1,227,228,260,-1,260,259,227,-1,228,229,261,-1,261,260,228,-1,229,230,262,-1,262,261,229,-1,230,231,263,-1,263,262,230,-1,231,232,264,-1,264,263,231,-1,232,233,265,-1,265,264,232,-1,233,234,266,-1,266,265,233,-1,234,235,267,-1,267,266,234,-1,235,236,268,-1,268,267,235,-1,236,237,269,-1,269,268,236,-1,237,238,270,-1,270,269,237,-1,238,239,271,-1,271,270,238,-1,239,240,272,-1,272,271,239,-1,240,241,273,-1,273,272,240,-1,241,242,274,-1,274,273,241,-1,242,243,275,-1,275,274,242,-1,243,244,276,-1,276,275,243,-1,244,245,277,-1,277,276,244,-1,245,246,278,-1,278,277,245,-1,246,247,279,-1,279,278,246,-1,247,248,280,-1,280,279,247,-1,248,249,281,-1,281,280,248,-1,249,250,282,-1,282,281,249,-1,250,251,283,-1,283,282,250,-1,251,252,284,-1,284,283,251,-1,252,253,285,-1,285,284,252,-1,253,254,286,-1,286,285,253,-1,254,255,287,-1,287,286,254,-1,255,256,288,-1,288,287,255,-1,256,257,289,-1,289,288,256,-1,257,226,258,-1,258,289,257,-1,290,548,549,-1,290,549,550,-1,290,550,551,-1,290,551,552,-1,290,552,553,-1,290,553,554,-1,290,554,555,-1,290,555,556,-1,290,556,557,-1,290,557,558,-1,290,558,559,-1,290,559,560,-1,290,560,561,-1,290,561,562,-1,290,562,563,-1,290,563,564,-1,290,564,565,-1,290,565,566,-1,290,566,567,-1,290,567,568,-1,290,568,569,-1,290,569,570,-1,290,570,571,-1,290,571,572,-1,290,572,573,-1,290,573,574,-1,290,574,575,-1,290,575,576,-1,290,576,577,-1,290,577,578,-1,290,578,579,-1,290,579,548,-1,291,323,324,-1,291,324,292,-1,292,324,325,-1,292,325,293,-1,293,325,326,-1,293,326,294,-1,294,326,327,-1,294,327,295,-1,295,327,328,-1,295,328,296,-1,296,328,329,-1,296,329,297,-1,297,329,330,-1,297,330,298,-1,298,330,331,-1,298,331,299,-1,299,331,332,-1,299,332,300,-1,300,332,333,-1,300,333,301,-1,301,333,334,-1,301,334,302,-1,302,334,335,-1,302,335,303,-1,303,335,336,-1,303,336,304,-1,304,336,337,-1,304,337,305,-1,305,337,338,-1,305,338,306,-1,306,338,339,-1,306,339,307,-1,307,339,340,-1,307,340,308,-1,308,340,341,-1,308,341,309,-1,309,341,342,-1,309,342,310,-1,310,342,343,-1,310,343,311,-1,311,343,344,-1,311,344,312,-1,312,344,345,-1,312,345,313,-1,313,345,346,-1,313,346,314,-1,314,346,347,-1,314,347,315,-1,315,347,348,-1,315,348,316,-1,316,348,349,-1,316,349,317,-1,317,349,350,-1,317,350,318,-1,318,350,351,-1,318,351,319,-1,319,351,352,-1,319,352,320,-1,320,352,353,-1,320,353,321,-1,321,353,354,-1,321,354,322,-1,322,354,323,-1,322,323,291,-1,323,355,356,-1,323,356,324,-1,324,356,357,-1,324,357,325,-1,325,357,358,-1,325,358,326,-1,326,358,359,-1,326,359,327,-1,327,359,360,-1,327,360,328,-1,328,360,361,-1,328,361,329,-1,329,361,362,-1,329,362,330,-1,330,362,363,-1,330,363,331,-1,331,363,364,-1,331,364,332,-1,332,364,365,-1,332,365,333,-1,333,365,366,-1,333,366,334,-1,334,366,367,-1,334,367,335,-1,335,367,368,-1,335,368,336,-1,336,368,369,-1,336,369,337,-1,337,369,370,-1,337,370,338,-1,338,370,371,-1,338,371,339,-1,339,371,372,-1,339,372,340,-1,340,372,373,-1,340,373,341,-1,341,373,374,-1,341,374,342,-1,342,374,375,-1,342,375,343,-1,343,375,376,-1,343,376,344,-1,344,376,377,-1,344,377,345,-1,345,377,378,-1,345,378,346,-1,346,378,379,-1,346,379,347,-1,347,379,380,-1,347,380,348,-1,348,380,381,-1,348,381,349,-1,349,381,382,-1,349,382,350,-1,350,382,383,-1,350,383,351,-1,351,383,384,-1,351,384,352,-1,352,384,385,-1,352,385,353,-1,353,385,386,-1,353,386,354,-1,354,386,355,-1,354,355,323,-1,355,387,388,-1,355,388,356,-1,356,388,389,-1,356,389,357,-1,357,389,390,-1,357,390,358,-1,358,390,391,-1,358,391,359,-1,359,391,392,-1,359,392,360,-1,360,392,393,-1,360,393,361,-1,361,393,394,-1,361,394,362,-1};
return value;
}
private int[] getIndexedFaceSet_7_63_coordIndex_4()
{
int[] value = {362,394,395,-1,362,395,363,-1,363,395,396,-1,363,396,364,-1,364,396,397,-1,364,397,365,-1,365,397,398,-1,365,398,366,-1,366,398,399,-1,366,399,367,-1,367,399,400,-1,367,400,368,-1,368,400,401,-1,368,401,369,-1,369,401,402,-1,369,402,370,-1,370,402,403,-1,370,403,371,-1,371,403,404,-1,371,404,372,-1,372,404,405,-1,372,405,373,-1,373,405,406,-1,373,406,374,-1,374,406,407,-1,374,407,375,-1,375,407,408,-1,375,408,376,-1,376,408,409,-1,376,409,377,-1,377,409,410,-1,377,410,378,-1,378,410,411,-1,378,411,379,-1,379,411,412,-1,379,412,380,-1,380,412,413,-1,380,413,381,-1,381,413,414,-1,381,414,382,-1,382,414,415,-1,382,415,383,-1,383,415,416,-1,383,416,384,-1,384,416,417,-1,384,417,385,-1,385,417,418,-1,385,418,386,-1,386,418,387,-1,386,387,355,-1,387,419,420,-1,387,420,388,-1,388,420,421,-1,388,421,389,-1,389,421,422,-1,389,422,390,-1,390,422,423,-1,390,423,391,-1,391,423,424,-1,391,424,392,-1,392,424,425,-1,392,425,393,-1,393,425,426,-1,393,426,394,-1,394,426,427,-1,394,427,395,-1,395,427,428,-1,395,428,396,-1,396,428,429,-1,396,429,397,-1,397,429,430,-1,397,430,398,-1,398,430,431,-1,398,431,399,-1,399,431,432,-1,399,432,400,-1,400,432,433,-1,400,433,401,-1,401,433,434,-1,401,434,402,-1,402,434,435,-1,402,435,403,-1,403,435,436,-1,403,436,404,-1,404,436,437,-1,404,437,405,-1,405,437,438,-1,405,438,406,-1,406,438,439,-1,406,439,407,-1,407,439,440,-1,407,440,408,-1,408,440,441,-1,408,441,409,-1,409,441,442,-1,409,442,410,-1,410,442,443,-1,410,443,411,-1,411,443,444,-1,411,444,412,-1,412,444,445,-1,412,445,413,-1,413,445,446,-1,413,446,414,-1,414,446,447,-1,414,447,415,-1,415,447,448,-1,415,448,416,-1,416,448,449,-1,416,449,417,-1,417,449,450,-1,417,450,418,-1,418,450,419,-1,418,419,387,-1,419,451,452,-1,419,452,420,-1,420,452,453,-1,420,453,421,-1,421,453,454,-1,421,454,422,-1,422,454,455,-1,422,455,423,-1,423,455,456,-1,423,456,424,-1,424,456,457,-1,424,457,425,-1,425,457,458,-1,425,458,426,-1,426,458,459,-1,426,459,427,-1,427,459,460,-1,427,460,428,-1,428,460,461,-1,428,461,429,-1,429,461,462,-1,429,462,430,-1,430,462,463,-1,430,463,431,-1,431,463,464,-1,431,464,432,-1,432,464,465,-1,432,465,433,-1,433,465,466,-1,433,466,434,-1,434,466,467,-1,434,467,435,-1,435,467,468,-1,435,468,436,-1,436,468,469,-1,436,469,437,-1,437,469,470,-1,437,470,438,-1,438,470,471,-1,438,471,439,-1,439,471,472,-1,439,472,440,-1,440,472,473,-1,440,473,441,-1,441,473,474,-1,441,474,442,-1,442,474,475,-1,442,475,443,-1,443,475,476,-1,443,476,444,-1,444,476,477,-1,444,477,445,-1,445,477,478,-1,445,478,446,-1,446,478,479,-1,446,479,447,-1,447,479,480,-1,447,480,448,-1,448,480,481,-1,448,481,449,-1,449,481,482,-1,449,482,450,-1,450,482,451,-1,450,451,419,-1,451,483,452,-1,452,483,453,-1,453,483,454,-1,454,483,455,-1,455,483,456,-1,456,483,457,-1,457,483,458,-1,458,483,459,-1,459,483,460,-1,460,483,461,-1,461,483,462,-1,462,483,463,-1,463,483,464,-1,464,483,465,-1,465,483,466,-1,466,483,467,-1,467,483,468,-1,468,483,469,-1,469,483,470,-1,470,483,471,-1,471,483,472,-1,472,483,473,-1,473,483,474,-1,474,483,475,-1,475,483,476,-1,476,483,477,-1,477,483,478,-1,478,483,479,-1,479,483,480,-1,480,483,481,-1,481,483,482,-1,482,483,451,-1,291,292,485,-1,485,484,291,-1,292,293,486,-1,486,485,292,-1,293,294,487,-1,487,486,293,-1,294,295,488,-1,488,487,294,-1,295,296,489,-1,489,488,295,-1,296,297,490,-1,490,489,296,-1,297,298,491,-1,491,490,297,-1,298,299,492,-1,492,491,298,-1,299,300,493,-1,493,492,299,-1,300,301,494,-1,494,493,300,-1,301,302,495,-1,495,494,301,-1,302,303,496,-1,496,495,302,-1,303,304,497,-1,497,496,303,-1,304,305,498,-1,498,497,304,-1,305,306,499,-1,499,498,305,-1,306,307,500,-1,500,499,306,-1,307,308,501,-1,501,500,307,-1,308,309,502,-1,502,501,308,-1,309,310,503,-1,503,502,309,-1,310,311,504,-1,504,503,310,-1};
return value;
}
private int[] getIndexedFaceSet_7_63_coordIndex_5()
{
int[] value = {311,312,505,-1,505,504,311,-1,312,313,506,-1,506,505,312,-1,313,314,507,-1,507,506,313,-1,314,315,508,-1,508,507,314,-1,315,316,509,-1,509,508,315,-1,316,317,510,-1,510,509,316,-1,317,318,511,-1,511,510,317,-1,318,319,512,-1,512,511,318,-1,319,320,513,-1,513,512,319,-1,320,321,514,-1,514,513,320,-1,321,322,515,-1,515,514,321,-1,322,291,484,-1,484,515,322,-1,484,485,517,-1,517,516,484,-1,485,486,518,-1,518,517,485,-1,486,487,519,-1,519,518,486,-1,487,488,520,-1,520,519,487,-1,488,489,521,-1,521,520,488,-1,489,490,522,-1,522,521,489,-1,490,491,523,-1,523,522,490,-1,491,492,524,-1,524,523,491,-1,492,493,525,-1,525,524,492,-1,493,494,526,-1,526,525,493,-1,494,495,527,-1,527,526,494,-1,495,496,528,-1,528,527,495,-1,496,497,529,-1,529,528,496,-1,497,498,530,-1,530,529,497,-1,498,499,531,-1,531,530,498,-1,499,500,532,-1,532,531,499,-1,500,501,533,-1,533,532,500,-1,501,502,534,-1,534,533,501,-1,502,503,535,-1,535,534,502,-1,503,504,536,-1,536,535,503,-1,504,505,537,-1,537,536,504,-1,505,506,538,-1,538,537,505,-1,506,507,539,-1,539,538,506,-1,507,508,540,-1,540,539,507,-1,508,509,541,-1,541,540,508,-1,509,510,542,-1,542,541,509,-1,510,511,543,-1,543,542,510,-1,511,512,544,-1,544,543,511,-1,512,513,545,-1,545,544,512,-1,513,514,546,-1,546,545,513,-1,514,515,547,-1,547,546,514,-1,515,484,516,-1,516,547,515,-1,516,517,549,-1,549,548,516,-1,517,518,550,-1,550,549,517,-1,518,519,551,-1,551,550,518,-1,519,520,552,-1,552,551,519,-1,520,521,553,-1,553,552,520,-1,521,522,554,-1,554,553,521,-1,522,523,555,-1,555,554,522,-1,523,524,556,-1,556,555,523,-1,524,525,557,-1,557,556,524,-1,525,526,558,-1,558,557,525,-1,526,527,559,-1,559,558,526,-1,527,528,560,-1,560,559,527,-1,528,529,561,-1,561,560,528,-1,529,530,562,-1,562,561,529,-1,530,531,563,-1,563,562,530,-1,531,532,564,-1,564,563,531,-1,532,533,565,-1,565,564,532,-1,533,534,566,-1,566,565,533,-1,534,535,567,-1,567,566,534,-1,535,536,568,-1,568,567,535,-1,536,537,569,-1,569,568,536,-1,537,538,570,-1,570,569,537,-1,538,539,571,-1,571,570,538,-1,539,540,572,-1,572,571,539,-1,540,541,573,-1,573,572,540,-1,541,542,574,-1,574,573,541,-1,542,543,575,-1,575,574,542,-1,543,544,576,-1,576,575,543,-1,544,545,577,-1,577,576,544,-1,545,546,578,-1,578,577,545,-1,546,547,579,-1,579,578,546,-1,547,516,548,-1,548,579,547,-1,580,582,581,-1,580,583,582,-1,580,584,583,-1,580,585,584,-1,580,586,585,-1,580,587,586,-1,580,588,587,-1,580,589,588,-1,580,590,589,-1,580,591,590,-1,580,592,591,-1,580,593,592,-1,580,594,593,-1,580,595,594,-1,580,596,595,-1,580,597,596,-1,580,598,597,-1,580,581,598,-1,581,600,599,-1,581,582,600,-1,582,601,600,-1,582,583,601,-1,583,602,601,-1,583,584,602,-1,584,603,602,-1,584,585,603,-1,585,604,603,-1,585,586,604,-1,586,605,604,-1,586,587,605,-1,587,606,605,-1,587,588,606,-1,588,607,606,-1,588,589,607,-1,589,608,607,-1,589,590,608,-1,590,609,608,-1,590,591,609,-1,591,610,609,-1,591,592,610,-1,592,611,610,-1,592,593,611,-1,593,612,611,-1,593,594,612,-1,594,613,612,-1,594,595,613,-1,595,614,613,-1,595,596,614,-1,596,615,614,-1,596,597,615,-1,597,616,615,-1,597,598,616,-1,598,599,616,-1,598,581,599,-1,617,599,600,-1,617,600,601,-1,617,601,602,-1,617,602,603,-1,617,603,604,-1,617,604,605,-1,617,605,606,-1,617,606,607,-1,617,607,608,-1,617,608,609,-1,617,609,610,-1,617,610,611,-1,617,611,612,-1,617,612,613,-1,617,613,614,-1,617,614,615,-1,617,615,616,-1,617,616,599,-1,618,620,619,-1,618,621,620,-1,618,622,621,-1,618,623,622,-1,618,624,623,-1,618,625,624,-1,618,626,625,-1,618,627,626,-1,618,628,627,-1,618,629,628,-1,618,630,629,-1,618,631,630,-1,618,632,631,-1,618,633,632,-1,618,634,633,-1,618,635,634,-1,618,636,635,-1,618,619,636,-1,619,638,637,-1,619,620,638,-1,620,639,638,-1,620,621,639,-1,621,640,639,-1,621,622,640,-1,622,641,640,-1,622,623,641,-1};
return value;
}
private int[] getIndexedFaceSet_7_63_coordIndex_6()
{
int[] value = {623,642,641,-1,623,624,642,-1,624,643,642,-1,624,625,643,-1,625,644,643,-1,625,626,644,-1,626,645,644,-1,626,627,645,-1,627,646,645,-1,627,628,646,-1,628,647,646,-1,628,629,647,-1,629,648,647,-1,629,630,648,-1,630,649,648,-1,630,631,649,-1,631,650,649,-1,631,632,650,-1,632,651,650,-1,632,633,651,-1,633,652,651,-1,633,634,652,-1,634,653,652,-1,634,635,653,-1,635,654,653,-1,635,636,654,-1,636,637,654,-1,636,619,637,-1,637,656,655,-1,637,638,656,-1,638,657,656,-1,638,639,657,-1,639,658,657,-1,639,640,658,-1,640,659,658,-1,640,641,659,-1,641,660,659,-1,641,642,660,-1,642,661,660,-1,642,643,661,-1,643,662,661,-1,643,644,662,-1,644,663,662,-1,644,645,663,-1,645,664,663,-1,645,646,664,-1,646,665,664,-1,646,647,665,-1,647,666,665,-1,647,648,666,-1,648,667,666,-1,648,649,667,-1,649,668,667,-1,649,650,668,-1,650,669,668,-1,650,651,669,-1,651,670,669,-1,651,652,670,-1,652,671,670,-1,652,653,671,-1,653,672,671,-1,653,654,672,-1,654,655,672,-1,654,637,655,-1,655,674,673,-1,655,656,674,-1,656,675,674,-1,656,657,675,-1,657,676,675,-1,657,658,676,-1,658,677,676,-1,658,659,677,-1,659,678,677,-1,659,660,678,-1,660,679,678,-1,660,661,679,-1,661,680,679,-1,661,662,680,-1,662,681,680,-1,662,663,681,-1,663,682,681,-1,663,664,682,-1,664,683,682,-1,664,665,683,-1,665,684,683,-1,665,666,684,-1,666,685,684,-1,666,667,685,-1,667,686,685,-1,667,668,686,-1,668,687,686,-1,668,669,687,-1,669,688,687,-1,669,670,688,-1,670,689,688,-1,670,671,689,-1,671,690,689,-1,671,672,690,-1,672,673,690,-1,672,655,673,-1,673,692,691,-1,673,674,692,-1,674,693,692,-1,674,675,693,-1,675,694,693,-1,675,676,694,-1,676,695,694,-1,676,677,695,-1,677,696,695,-1,677,678,696,-1,678,697,696,-1,678,679,697,-1,679,698,697,-1,679,680,698,-1,680,699,698,-1,680,681,699,-1,681,700,699,-1,681,682,700,-1,682,701,700,-1,682,683,701,-1,683,702,701,-1,683,684,702,-1,684,703,702,-1,684,685,703,-1,685,704,703,-1,685,686,704,-1,686,705,704,-1,686,687,705,-1,687,706,705,-1,687,688,706,-1,688,707,706,-1,688,689,707,-1,689,708,707,-1,689,690,708,-1,690,691,708,-1,690,673,691,-1,691,710,709,-1,691,692,710,-1,692,711,710,-1,692,693,711,-1,693,712,711,-1,693,694,712,-1,694,713,712,-1,694,695,713,-1,695,714,713,-1,695,696,714,-1,696,715,714,-1,696,697,715,-1,697,716,715,-1,697,698,716,-1,698,717,716,-1,698,699,717,-1,699,718,717,-1,699,700,718,-1,700,719,718,-1,700,701,719,-1,701,720,719,-1,701,702,720,-1,702,721,720,-1,702,703,721,-1,703,722,721,-1,703,704,722,-1,704,723,722,-1,704,705,723,-1,705,724,723,-1,705,706,724,-1,706,725,724,-1,706,707,725,-1,707,726,725,-1,707,708,726,-1,708,709,726,-1,708,691,709,-1,727,709,710,-1,727,710,711,-1,727,711,712,-1,727,712,713,-1,727,713,714,-1,727,714,715,-1,727,715,716,-1,727,716,717,-1,727,717,718,-1,727,718,719,-1,727,719,720,-1,727,720,721,-1,727,721,722,-1,727,722,723,-1,727,723,724,-1,727,724,725,-1,727,725,726,-1,727,726,709,-1,728,730,729,-1,728,731,730,-1,728,732,731,-1,728,733,732,-1,728,734,733,-1,728,735,734,-1,728,736,735,-1,728,737,736,-1,728,738,737,-1,728,739,738,-1,728,740,739,-1,728,741,740,-1,728,742,741,-1,728,743,742,-1,728,744,743,-1,728,745,744,-1,728,746,745,-1,728,729,746,-1,729,748,747,-1,729,730,748,-1,730,749,748,-1,730,731,749,-1,731,750,749,-1,731,732,750,-1,732,751,750,-1,732,733,751,-1,733,752,751,-1,733,734,752,-1,734,753,752,-1,734,735,753,-1,735,754,753,-1,735,736,754,-1,736,755,754,-1,736,737,755,-1,737,756,755,-1,737,738,756,-1,738,757,756,-1,738,739,757,-1,739,758,757,-1,739,740,758,-1,740,759,758,-1,740,741,759,-1,741,760,759,-1,741,742,760,-1,742,761,760,-1,742,743,761,-1,743,762,761,-1,743,744,762,-1,744,763,762,-1,744,745,763,-1,745,764,763,-1,745,746,764,-1,746,747,764,-1,746,729,747,-1,747,766,765,-1,747,748,766,-1,748,767,766,-1,748,749,767,-1,749,768,767,-1,749,750,768,-1};
return value;
}
private int[] getIndexedFaceSet_7_63_coordIndex_7()
{
int[] value = {750,769,768,-1,750,751,769,-1,751,770,769,-1,751,752,770,-1,752,771,770,-1,752,753,771,-1,753,772,771,-1,753,754,772,-1,754,773,772,-1,754,755,773,-1,755,774,773,-1,755,756,774,-1,756,775,774,-1,756,757,775,-1,757,776,775,-1,757,758,776,-1,758,777,776,-1,758,759,777,-1,759,778,777,-1,759,760,778,-1,760,779,778,-1,760,761,779,-1,761,780,779,-1,761,762,780,-1,762,781,780,-1,762,763,781,-1,763,782,781,-1,763,764,782,-1,764,765,782,-1,764,747,765,-1,765,784,783,-1,765,766,784,-1,766,785,784,-1,766,767,785,-1,767,786,785,-1,767,768,786,-1,768,787,786,-1,768,769,787,-1,769,788,787,-1,769,770,788,-1,770,789,788,-1,770,771,789,-1,771,790,789,-1,771,772,790,-1,772,791,790,-1,772,773,791,-1,773,792,791,-1,773,774,792,-1,774,793,792,-1,774,775,793,-1,775,794,793,-1,775,776,794,-1,776,795,794,-1,776,777,795,-1,777,796,795,-1,777,778,796,-1,778,797,796,-1,778,779,797,-1,779,798,797,-1,779,780,798,-1,780,799,798,-1,780,781,799,-1,781,800,799,-1,781,782,800,-1,782,783,800,-1,782,765,783,-1,783,802,801,-1,783,784,802,-1,784,803,802,-1,784,785,803,-1,785,804,803,-1,785,786,804,-1,786,805,804,-1,786,787,805,-1,787,806,805,-1,787,788,806,-1,788,807,806,-1,788,789,807,-1,789,808,807,-1,789,790,808,-1,790,809,808,-1,790,791,809,-1,791,810,809,-1,791,792,810,-1,792,811,810,-1,792,793,811,-1,793,812,811,-1,793,794,812,-1,794,813,812,-1,794,795,813,-1,795,814,813,-1,795,796,814,-1,796,815,814,-1,796,797,815,-1,797,816,815,-1,797,798,816,-1,798,817,816,-1,798,799,817,-1,799,818,817,-1,799,800,818,-1,800,801,818,-1,800,783,801,-1,801,820,819,-1,801,802,820,-1,802,821,820,-1,802,803,821,-1,803,822,821,-1,803,804,822,-1,804,823,822,-1,804,805,823,-1,805,824,823,-1,805,806,824,-1,806,825,824,-1,806,807,825,-1,807,826,825,-1,807,808,826,-1,808,827,826,-1,808,809,827,-1,809,828,827,-1,809,810,828,-1,810,829,828,-1,810,811,829,-1,811,830,829,-1,811,812,830,-1,812,831,830,-1,812,813,831,-1,813,832,831,-1,813,814,832,-1,814,833,832,-1,814,815,833,-1,815,834,833,-1,815,816,834,-1,816,835,834,-1,816,817,835,-1,817,836,835,-1,817,818,836,-1,818,819,836,-1,818,801,819,-1,837,819,820,-1,837,820,821,-1,837,821,822,-1,837,822,823,-1,837,823,824,-1,837,824,825,-1,837,825,826,-1,837,826,827,-1,837,827,828,-1,837,828,829,-1,837,829,830,-1,837,830,831,-1,837,831,832,-1,837,832,833,-1,837,833,834,-1,837,834,835,-1,837,835,836,-1,837,836,819,-1};
return value;
}
/** Define subarrays using type float[] */
private float[] getCoordinate_8_63_point_1()
{
float[] value = {1.3772f,-1.4705f,-0.47587f,1.3772f,-0.96871f,-3.9778f,0.74666f,-0.96871f,-3.9106f,0.14034f,-0.96871f,-3.7113f,-0.41844f,-0.96871f,-3.3877f,-0.90822f,-0.96871f,-2.9521f,-1.3102f,-0.96871f,-2.4215f,-1.6089f,-0.96871f,-1.816f,-1.7928f,-0.96871f,-1.1591f,-1.8549f,-0.96871f,-0.47587f,-1.7928f,-0.96871f,0.20733f,-1.6089f,-0.96871f,0.86427f,-1.3102f,-0.96871f,1.4697f,-0.90822f,-0.96871f,2.0004f,-0.41844f,-0.96871f,2.4359f,0.14034f,-0.96871f,2.7595f,0.74666f,-0.96871f,2.9588f,1.3772f,-0.96871f,3.0261f,2.0078f,-0.96871f,2.9588f,2.6141f,-0.96871f,2.7595f,3.1729f,-0.96871f,2.4359f,3.6626f,-0.96871f,2.0004f,4.0646f,-0.96871f,1.4697f,4.3633f,-0.96871f,0.86427f,4.5472f,-0.96871f,0.20733f,4.6093f,-0.96871f,-0.47587f,4.5472f,-0.96871f,-1.1591f,4.3633f,-0.96871f,-1.816f,4.0646f,-0.96871f,-2.4215f,3.6626f,-0.96871f,-2.9521f,3.1729f,-0.96871f,-3.3877f,2.6141f,-0.96871f,-3.7113f,2.0078f,-0.96871f,-3.9106f,1.3772f,-1.3178f,-4.1025f,0.72421f,-1.3178f,-4.0328f,0.096306f,-1.3178f,-3.8265f,-0.48237f,-1.3178f,-3.4913f,-0.98959f,-1.3178f,-3.0403f,-1.4059f,-1.3178f,-2.4907f,-1.7152f,-1.3178f,-1.8637f,-1.9056f,-1.3178f,-1.1834f,-1.97f,-1.3178f,-0.47587f,-1.9056f,-1.3178f,0.23165f,-1.7152f,-1.3178f,0.91199f,-1.4059f,-1.3178f,1.539f,-0.98959f,-1.3178f,2.0886f,-0.48237f,-1.3178f,2.5396f,0.096307f,-1.3178f,2.8747f,0.72421f,-1.3178f,3.0811f,1.3772f,-1.3178f,3.1508f,2.0302f,-1.3178f,3.0811f,2.6581f,-1.3178f,2.8747f,3.2368f,-1.3178f,2.5396f,3.744f,-1.3178f,2.0886f,4.1603f,-1.3178f,1.539f,4.4696f,-1.3178f,0.91199f,4.6601f,-1.3178f,0.23165f,4.7244f,-1.3178f,-0.47587f,4.6601f,-1.3178f,-1.1834f,4.4696f,-1.3178f,-1.8637f,4.1603f,-1.3178f,-2.4907f,3.744f,-1.3178f,-3.0403f,3.2368f,-1.3178f,-3.4913f,2.6581f,-1.3178f,-3.8265f,2.0302f,-1.3178f,-4.0328f,1.3772f,-1.098f,-6.5335f,0.19543f,-1.098f,-6.4171f,-0.94094f,-1.098f,-6.0724f,-1.9882f,-1.098f,-5.5126f,-2.9062f,-1.098f,-4.7592f,-3.6595f,-1.098f,-3.8413f,-4.2193f,-1.098f,-2.794f,-4.564f,-1.098f,-1.6577f,-4.6804f,-1.098f,-0.47587f,-4.564f,-1.098f,0.70591f,-4.2193f,-1.098f,1.8423f,-3.6595f,-1.098f,2.8896f,-2.9062f,-1.098f,3.8075f,-1.9882f,-1.098f,4.5608f,-0.94093f,-1.098f,5.1206f,0.19543f,-1.098f,5.4653f,1.3772f,-1.098f,5.5817f,2.559f,-1.098f,5.4653f,3.6954f,-1.098f,5.1206f,4.7426f,-1.098f,4.5608f,5.6606f,-1.098f,3.8075f,6.4139f,-1.098f,2.8896f,6.9737f,-1.098f,1.8423f,7.3184f,-1.098f,0.70591f,7.4348f,-1.098f,-0.47587f,7.3184f,-1.098f,-1.6577f,6.9737f,-1.098f,-2.794f,6.4139f,-1.098f,-3.8413f,5.6606f,-1.098f,-4.7593f,4.7426f,-1.098f,-5.5126f,3.6954f,-1.098f,-6.0724f,2.559f,-1.098f,-6.4171f,1.3772f,-1.8207f,-6.7252f,0.15803f,-1.8207f,-6.6051f,-1.0143f,-1.8207f,-6.2495f};
return value;
}
private float[] getCoordinate_8_63_point_2()
{
float[] value = {-2.0947f,-1.8207f,-5.672f,-3.0417f,-1.8207f,-4.8948f,-3.8189f,-1.8207f,-3.9478f,-4.3964f,-1.8207f,-2.8674f,-4.752f,-1.8207f,-1.6951f,-4.8721f,-1.8207f,-0.47587f,-4.752f,-1.8207f,0.74331f,-4.3964f,-1.8207f,1.9156f,-3.8189f,-1.8207f,2.9961f,-3.0417f,-1.8207f,3.9431f,-2.0947f,-1.8207f,4.7203f,-1.0143f,-1.8207f,5.2978f,0.15803f,-1.8207f,5.6534f,1.3772f,-1.8207f,5.7735f,2.5964f,-1.8207f,5.6534f,3.7687f,-1.8207f,5.2978f,4.8492f,-1.8207f,4.7203f,5.7962f,-1.8207f,3.9431f,6.5733f,-1.8207f,2.9961f,7.1508f,-1.8207f,1.9156f,7.5065f,-1.8207f,0.74331f,7.6266f,-1.8207f,-0.47587f,7.5065f,-1.8207f,-1.6951f,7.1508f,-1.8207f,-2.8674f,6.5733f,-1.8207f,-3.9478f,5.7962f,-1.8207f,-4.8948f,4.8492f,-1.8207f,-5.672f,3.7687f,-1.8207f,-6.2495f,2.5964f,-1.8207f,-6.6051f,1.3772f,-3.0638f,-6.8476f,0.13414f,-3.0638f,-6.7252f,-1.0612f,-3.0638f,-6.3626f,-2.1628f,-3.0638f,-5.7738f,-3.1283f,-3.0638f,-4.9814f,-3.9207f,-3.0638f,-4.0158f,-4.5095f,-3.0638f,-2.9142f,-4.8721f,-3.0638f,-1.7189f,-4.9946f,-3.0638f,-0.47587f,-4.8721f,-3.0638f,0.7672f,-4.5095f,-3.0638f,1.9625f,-3.9207f,-3.0638f,3.0641f,-3.1283f,-3.0638f,4.0296f,-2.1628f,-3.0638f,4.8221f,-1.0612f,-3.0638f,5.4109f,0.13414f,-3.0638f,5.7735f,1.3772f,-3.0638f,5.8959f,2.6203f,-3.0638f,5.7735f,3.8156f,-3.0638f,5.4109f,4.9172f,-3.0638f,4.8221f,5.8827f,-3.0638f,4.0296f,6.6751f,-3.0638f,3.0641f,7.264f,-3.0638f,1.9625f,7.6266f,-3.0638f,0.7672f,7.749f,-3.0638f,-0.47587f,7.6266f,-3.0638f,-1.7189f,7.264f,-3.0638f,-2.9142f,6.6751f,-3.0638f,-4.0158f,5.8827f,-3.0638f,-4.9814f,4.9172f,-3.0638f,-5.7738f,3.8156f,-3.0638f,-6.3626f,2.6203f,-3.0638f,-6.7252f,1.3772f,-4.3069f,-6.7252f,0.15803f,-4.3069f,-6.6051f,-1.0143f,-4.3069f,-6.2495f,-2.0947f,-4.3069f,-5.672f,-3.0417f,-4.3069f,-4.8948f,-3.8189f,-4.3069f,-3.9478f,-4.3964f,-4.3069f,-2.8674f,-4.752f,-4.3069f,-1.6951f,-4.8721f,-4.3069f,-0.47587f,-4.752f,-4.3069f,0.74331f,-4.3964f,-4.3069f,1.9156f,-3.8189f,-4.3069f,2.9961f,-3.0417f,-4.3069f,3.9431f,-2.0947f,-4.3069f,4.7203f,-1.0143f,-4.3069f,5.2978f,0.15803f,-4.3069f,5.6534f,1.3772f,-4.3069f,5.7735f,2.5964f,-4.3069f,5.6534f,3.7687f,-4.3069f,5.2978f,4.8492f,-4.3069f,4.7203f,5.7962f,-4.3069f,3.9431f,6.5733f,-4.3069f,2.9961f,7.1508f,-4.3069f,1.9156f,7.5065f,-4.3069f,0.74331f,7.6266f,-4.3069f,-0.47587f,7.5065f,-4.3069f,-1.6951f,7.1508f,-4.3069f,-2.8674f,6.5733f,-4.3069f,-3.9478f,5.7962f,-4.3069f,-4.8948f,4.8492f,-4.3069f,-5.672f,3.7687f,-4.3069f,-6.2495f,2.5964f,-4.3069f,-6.6051f,1.3772f,-4.2992f,-0.47587f,1.3772f,-2.4055f,-3.6689f,0.80229f,-2.4055f,-3.6076f,0.24945f,-2.4055f,-3.4259f,-0.26004f,-2.4055f,-3.1308f,-0.70661f,-2.4055f,-2.7337f,-1.0731f,-2.4055f,-2.2498f};
return value;
}
private float[] getCoordinate_8_63_point_3()
{
float[] value = {-1.3454f,-2.4055f,-1.6978f,-1.5131f,-2.4055f,-1.0988f,-1.5698f,-2.4055f,-0.47587f,-1.5131f,-2.4055f,0.14706f,-1.3454f,-2.4055f,0.74605f,-1.0731f,-2.4055f,1.2981f,-0.70661f,-2.4055f,1.782f,-0.26004f,-2.4055f,2.179f,0.24945f,-2.4055f,2.4741f,0.80229f,-2.4055f,2.6558f,1.3772f,-2.4055f,2.7172f,1.9521f,-2.4055f,2.6558f,2.505f,-2.4055f,2.4741f,3.0145f,-2.4055f,2.179f,3.461f,-2.4055f,1.782f,3.8275f,-2.4055f,1.2981f,4.0999f,-2.4055f,0.74605f,4.2676f,-2.4055f,0.14706f,4.3242f,-2.4055f,-0.47587f,4.2676f,-2.4055f,-1.0988f,4.0999f,-2.4055f,-1.6978f,3.8275f,-2.4055f,-2.2498f,3.461f,-2.4055f,-2.7337f,3.0145f,-2.4055f,-3.1308f,2.505f,-2.4055f,-3.4259f,1.9521f,-2.4055f,-3.6076f,1.3772f,-2.7213f,-1.2743f,1.2335f,-2.7213f,-1.2589f,1.0952f,-2.7213f,-1.2135f,0.96783f,-2.7213f,-1.1397f,0.85617f,-2.7213f,-1.0404f,0.76453f,-2.7213f,-0.91944f,0.69643f,-2.7213f,-0.78141f,0.6545f,-2.7213f,-0.63163f,0.64034f,-2.7213f,-0.47587f,0.6545f,-2.7213f,-0.32011f,0.69643f,-2.7213f,-0.17034f,0.76453f,-2.7213f,-0.032306f,0.85617f,-2.7213f,0.088681f,0.96783f,-2.7213f,0.18797f,1.0952f,-2.7213f,0.26175f,1.2335f,-2.7213f,0.30718f,1.3772f,-2.7213f,0.32253f,1.521f,-2.7213f,0.30718f,1.6592f,-2.7213f,0.26175f,1.7866f,-2.7213f,0.18797f,1.8983f,-2.7213f,0.08868f,1.9899f,-2.7213f,-0.032306f,2.058f,-2.7213f,-0.17034f,2.0999f,-2.7213f,-0.32011f,2.1141f,-2.7213f,-0.47587f,2.0999f,-2.7213f,-0.63163f,2.058f,-2.7213f,-0.78141f,1.9899f,-2.7213f,-0.91944f,1.8983f,-2.7213f,-1.0404f,1.7866f,-2.7213f,-1.1397f,1.6592f,-2.7213f,-1.2135f,1.521f,-2.7213f,-1.2589f,1.3772f,-2.1608f,-1.2743f,1.2335f,-2.1608f,-1.2589f,1.0952f,-2.1608f,-1.2135f,0.96783f,-2.1608f,-1.1397f,0.85617f,-2.1608f,-1.0404f,0.76453f,-2.1608f,-0.91944f,0.69643f,-2.1608f,-0.78141f,0.6545f,-2.1608f,-0.63163f,0.64034f,-2.1608f,-0.47587f,0.6545f,-2.1608f,-0.32011f,0.69643f,-2.1608f,-0.17034f,0.76453f,-2.1608f,-0.032306f,0.85617f,-2.1608f,0.088681f,0.96783f,-2.1608f,0.18797f,1.0952f,-2.1608f,0.26175f,1.2335f,-2.1608f,0.30718f,1.3772f,-2.1608f,0.32253f,1.521f,-2.1608f,0.30718f,1.6592f,-2.1608f,0.26175f,1.7866f,-2.1608f,0.18797f,1.8983f,-2.1608f,0.08868f,1.9899f,-2.1608f,-0.032306f,2.058f,-2.1608f,-0.17034f,2.0999f,-2.1608f,-0.32011f,2.1141f,-2.1608f,-0.47587f,2.0999f,-2.1608f,-0.63163f,2.058f,-2.1608f,-0.78141f,1.9899f,-2.1608f,-0.91944f,1.8983f,-2.1608f,-1.0404f,1.7866f,-2.1608f,-1.1397f,1.6592f,-2.1608f,-1.2135f,1.521f,-2.1608f,-1.2589f,1.6004f,-12.46f,-0.34927f,1.6014f,-12.962f,-3.8512f,2.232f,-12.961f,-3.784f,2.8383f,-12.959f,-3.5847f,3.3971f,-12.958f,-3.2611f,3.8869f,-12.957f,-2.8255f,4.2888f,-12.956f,-2.2949f,4.5875f,-12.956f,-1.6894f,4.7714f,-12.955f,-1.0325f,4.8335f,-12.955f,-0.34927f};
return value;
}
private float[] getCoordinate_8_63_point_4()
{
float[] value = {4.7714f,-12.955f,0.33393f,4.5875f,-12.956f,0.99088f,4.2888f,-12.956f,1.5963f,3.8869f,-12.957f,2.127f,3.3971f,-12.958f,2.5625f,2.8383f,-12.959f,2.8861f,2.232f,-12.961f,3.0854f,1.6014f,-12.962f,3.1527f,0.97088f,-12.963f,3.0854f,0.36456f,-12.964f,2.8861f,-0.19423f,-12.965f,2.5625f,-0.68401f,-12.966f,2.127f,-1.086f,-12.967f,1.5963f,-1.3846f,-12.968f,0.99088f,-1.5686f,-12.968f,0.33393f,-1.6307f,-12.968f,-0.34927f,-1.5686f,-12.968f,-1.0325f,-1.3846f,-12.968f,-1.6894f,-1.086f,-12.967f,-2.2949f,-0.68401f,-12.966f,-2.8255f,-0.19423f,-12.965f,-3.2611f,0.36456f,-12.964f,-3.5847f,0.97088f,-12.963f,-3.784f,1.6007f,-12.613f,-3.9759f,2.2537f,-12.611f,-3.9062f,2.8816f,-12.61f,-3.6999f,3.4603f,-12.609f,-3.3647f,3.9675f,-12.608f,-2.9137f,4.3838f,-12.607f,-2.3641f,4.6931f,-12.607f,-1.7371f,4.8836f,-12.606f,-1.0568f,4.9479f,-12.606f,-0.34927f,4.8836f,-12.606f,0.35826f,4.6931f,-12.607f,1.0386f,4.3838f,-12.607f,1.6656f,3.9675f,-12.608f,2.2152f,3.4603f,-12.609f,2.6662f,2.8816f,-12.61f,3.0013f,2.2537f,-12.611f,3.2077f,1.6007f,-12.613f,3.2774f,0.94774f,-12.614f,3.2077f,0.31983f,-12.615f,3.0013f,-0.25885f,-12.616f,2.6662f,-0.76607f,-12.617f,2.2152f,-1.1823f,-12.618f,1.6656f,-1.4916f,-12.619f,1.0386f,-1.6821f,-12.619f,0.35826f,-1.7464f,-12.619f,-0.34927f,-1.6821f,-12.619f,-1.0568f,-1.4916f,-12.619f,-1.7371f,-1.1823f,-12.618f,-2.3641f,-0.76607f,-12.617f,-2.9137f,-0.25885f,-12.616f,-3.3647f,0.31983f,-12.615f,-3.6999f,0.94774f,-12.614f,-3.9062f,1.6012f,-12.833f,-6.4069f,2.7829f,-12.83f,-6.2905f,3.9193f,-12.828f,-5.9458f,4.9666f,-12.826f,-5.386f,5.8845f,-12.824f,-4.6326f,6.6379f,-12.823f,-3.7147f,7.1977f,-12.821f,-2.6674f,7.5424f,-12.821f,-1.531f,7.6588f,-12.821f,-0.34927f,7.5424f,-12.821f,0.83252f,7.1977f,-12.821f,1.9689f,6.6379f,-12.823f,3.0162f,5.8845f,-12.824f,3.9341f,4.9666f,-12.826f,4.6875f,3.9193f,-12.828f,5.2472f,2.7829f,-12.83f,5.5919f,1.6012f,-12.833f,5.7083f,0.41939f,-12.835f,5.5919f,-0.71697f,-12.837f,5.2472f,-1.7643f,-12.839f,4.6875f,-2.6822f,-12.841f,3.9341f,-3.4355f,-12.842f,3.0162f,-3.9953f,-12.844f,1.9689f,-4.34f,-12.844f,0.83251f,-4.4564f,-12.845f,-0.34927f,-4.34f,-12.844f,-1.531f,-3.9953f,-12.844f,-2.6674f,-3.4355f,-12.842f,-3.7147f,-2.6822f,-12.841f,-4.6326f,-1.7643f,-12.839f,-5.386f,-0.71697f,-12.837f,-5.9458f,0.41939f,-12.835f,-6.2905f,1.5997f,-12.11f,-6.5986f,2.8189f,-12.107f,-6.4785f,3.9913f,-12.105f,-6.1229f,5.0717f,-12.103f,-5.5454f,6.0187f,-12.101f,-4.7682f,6.7959f,-12.099f,-3.8212f,7.3734f,-12.098f,-2.7408f,7.729f,-12.098f,-1.5685f,7.8491f,-12.097f,-0.34927f,7.729f,-12.098f,0.86992f,7.3734f,-12.098f,2.0423f,6.7959f,-12.099f,3.1227f,6.0187f,-12.101f,4.0697f};
return value;
}
private float[] getCoordinate_8_63_point_5()
{
float[] value = {5.0717f,-12.103f,4.8469f,3.9913f,-12.105f,5.4244f,2.8189f,-12.107f,5.78f,1.5997f,-12.11f,5.9001f,0.38056f,-12.112f,5.78f,-0.79178f,-12.114f,5.4244f,-1.8722f,-12.117f,4.8469f,-2.8192f,-12.118f,4.0697f,-3.5964f,-12.12f,3.1227f,-4.1739f,-12.121f,2.0423f,-4.5295f,-12.122f,0.86992f,-4.6496f,-12.122f,-0.34927f,-4.5295f,-12.122f,-1.5685f,-4.1739f,-12.121f,-2.7408f,-3.5964f,-12.12f,-3.8212f,-2.8192f,-12.118f,-4.7682f,-1.8722f,-12.117f,-5.5454f,-0.79177f,-12.114f,-6.1229f,0.38056f,-12.112f,-6.4785f,1.5973f,-10.867f,-6.721f,2.8403f,-10.864f,-6.5986f,4.0356f,-10.862f,-6.236f,5.1372f,-10.86f,-5.6472f,6.1028f,-10.858f,-4.8548f,6.8952f,-10.856f,-3.8892f,7.484f,-10.855f,-2.7876f,7.8466f,-10.854f,-1.5923f,7.969f,-10.854f,-0.34927f,7.8466f,-10.854f,0.8938f,7.484f,-10.855f,2.0891f,6.8952f,-10.856f,3.1907f,6.1028f,-10.858f,4.1563f,5.1372f,-10.86f,4.9487f,4.0356f,-10.862f,5.5375f,2.8403f,-10.864f,5.9001f,1.5973f,-10.867f,6.0225f,0.35421f,-10.869f,5.9001f,-0.84109f,-10.871f,5.5375f,-1.9427f,-10.874f,4.9487f,-2.9082f,-10.876f,4.1563f,-3.7006f,-10.877f,3.1907f,-4.2895f,-10.878f,2.0891f,-4.652f,-10.879f,0.8938f,-4.7745f,-10.879f,-0.34927f,-4.652f,-10.879f,-1.5923f,-4.2895f,-10.878f,-2.7876f,-3.7006f,-10.877f,-3.8892f,-2.9082f,-10.876f,-4.8548f,-1.9427f,-10.874f,-5.6472f,-0.84109f,-10.872f,-6.236f,0.35421f,-10.869f,-6.5986f,1.5948f,-9.6236f,-6.5986f,2.814f,-9.6212f,-6.4785f,3.9863f,-9.6189f,-6.1229f,5.0668f,-9.6167f,-5.5454f,6.0138f,-9.6149f,-4.7682f,6.7909f,-9.6133f,-3.8212f,7.3684f,-9.6122f,-2.7408f,7.7241f,-9.6115f,-1.5685f,7.8441f,-9.6112f,-0.34927f,7.7241f,-9.6115f,0.86992f,7.3684f,-9.6122f,2.0423f,6.7909f,-9.6133f,3.1227f,6.0138f,-9.6149f,4.0697f,5.0668f,-9.6167f,4.8469f,3.9863f,-9.6189f,5.4244f,2.814f,-9.6212f,5.78f,1.5948f,-9.6236f,5.9001f,0.37563f,-9.626f,5.78f,-0.7967f,-9.6283f,5.4244f,-1.8771f,-9.6305f,4.8469f,-2.8241f,-9.6324f,4.0697f,-3.6013f,-9.6339f,3.1227f,-4.1788f,-9.635f,2.0423f,-4.5344f,-9.6357f,0.86992f,-4.6545f,-9.636f,-0.34927f,-4.5344f,-9.6357f,-1.5685f,-4.1788f,-9.635f,-2.7408f,-3.6013f,-9.6339f,-3.8212f,-2.8241f,-9.6324f,-4.7682f,-1.8771f,-9.6305f,-5.5454f,-0.7967f,-9.6283f,-6.1229f,0.37563f,-9.626f,-6.4785f,1.5948f,-9.6313f,-0.34927f,1.5986f,-11.525f,-3.5423f,2.1735f,-11.524f,-3.481f,2.7263f,-11.523f,-3.2993f,3.2358f,-11.522f,-3.0042f,3.6824f,-11.521f,-2.6071f,4.0489f,-11.52f,-2.1232f,4.3212f,-11.52f,-1.5712f,4.4889f,-11.519f,-0.9722f,4.5456f,-11.519f,-0.34927f,4.4889f,-11.519f,0.27367f,4.3212f,-11.52f,0.87266f,4.0489f,-11.52f,1.4247f,3.6824f,-11.521f,1.9086f,3.2358f,-11.522f,2.3057f,2.7263f,-11.523f,2.6007f,2.1735f,-11.524f,2.7824f};
return value;
}
private float[] getCoordinate_8_63_point_6()
{
float[] value = {1.5986f,-11.525f,2.8438f,1.0237f,-11.526f,2.7824f,0.47082f,-11.527f,2.6007f,-0.038668f,-11.528f,2.3057f,-0.48524f,-11.529f,1.9086f,-0.85174f,-11.53f,1.4247f,-1.1241f,-11.53f,0.87266f,-1.2918f,-11.531f,0.27366f,-1.3484f,-11.531f,-0.34927f,-1.2918f,-11.531f,-0.9722f,-1.1241f,-11.53f,-1.5712f,-0.85173f,-11.53f,-2.1232f,-0.48524f,-11.529f,-2.6071f,-0.038667f,-11.528f,-3.0042f,0.47083f,-11.527f,-3.2993f,1.0237f,-11.526f,-3.481f,1.598f,-11.209f,-1.1477f,1.7417f,-11.209f,-1.1323f,1.8799f,-11.209f,-1.0869f,2.0073f,-11.208f,-1.0131f,2.119f,-11.208f,-0.91382f,2.2106f,-11.208f,-0.79283f,2.2787f,-11.208f,-0.6548f,2.3207f,-11.208f,-0.50503f,2.3348f,-11.208f,-0.34927f,2.3207f,-11.208f,-0.19351f,2.2787f,-11.208f,-0.043733f,2.2106f,-11.208f,0.094299f,2.119f,-11.208f,0.21529f,2.0073f,-11.208f,0.31458f,1.8799f,-11.209f,0.38836f,1.7417f,-11.209f,0.43379f,1.598f,-11.209f,0.44913f,1.4542f,-11.209f,0.43379f,1.316f,-11.21f,0.38836f,1.1886f,-11.21f,0.31458f,1.0769f,-11.21f,0.21529f,0.98527f,-11.21f,0.094299f,0.91718f,-11.211f,-0.043734f,0.87525f,-11.211f,-0.19351f,0.86109f,-11.211f,-0.34927f,0.87525f,-11.211f,-0.50503f,0.91718f,-11.211f,-0.6548f,0.98527f,-11.21f,-0.79283f,1.0769f,-11.21f,-0.91382f,1.1886f,-11.21f,-1.0131f,1.316f,-11.21f,-1.0869f,1.4542f,-11.209f,-1.1323f,1.5991f,-11.77f,-1.1477f,1.7428f,-11.769f,-1.1323f,1.8811f,-11.769f,-1.0869f,2.0084f,-11.769f,-1.0131f,2.1201f,-11.769f,-0.91382f,2.2117f,-11.768f,-0.79283f,2.2798f,-11.768f,-0.6548f,2.3218f,-11.768f,-0.50503f,2.3359f,-11.768f,-0.34927f,2.3218f,-11.768f,-0.19351f,2.2798f,-11.768f,-0.043733f,2.2117f,-11.768f,0.094299f,2.1201f,-11.769f,0.21529f,2.0084f,-11.769f,0.31458f,1.8811f,-11.769f,0.38836f,1.7428f,-11.769f,0.43379f,1.5991f,-11.77f,0.44913f,1.4553f,-11.77f,0.43379f,1.3171f,-11.77f,0.38836f,1.1897f,-11.77f,0.31458f,1.078f,-11.771f,0.21529f,0.98638f,-11.771f,0.094299f,0.91829f,-11.771f,-0.043733f,0.87636f,-11.771f,-0.19351f,0.8622f,-11.771f,-0.34927f,0.87636f,-11.771f,-0.50503f,0.91829f,-11.771f,-0.6548f,0.98638f,-11.771f,-0.79283f,1.078f,-11.771f,-0.91382f,1.1897f,-11.77f,-1.0131f,1.3171f,-11.77f,-1.0869f,1.4553f,-11.77f,-1.1323f,1.163f,-10.344f,-0.44531f,2.1569f,-10.176f,0.12164f,2.2842f,-10.164f,-0.2985f,2.2611f,-10.17f,-0.737f,2.0905f,-10.193f,-1.141f,1.7929f,-10.231f,-1.4617f,1.4043f,-10.279f,-1.6605f,0.97145f,-10.331f,-1.7134f,0.54664f,-10.382f,-1.6139f,0.18109f,-10.424f,-1.3742f,-0.081112f,-10.452f,-1.0231f,-0.20834f,-10.464f,-0.60299f,-0.18526f,-10.459f,-0.16449f,-0.014641f,-10.435f,0.23948f,0.28293f,-10.397f,0.5602f,0.67157f,-10.349f,0.75899f,1.1044f,-10.297f,0.81186f,1.5292f,-10.247f,0.71245f,1.8947f,-10.205f,0.47274f,2.0403f,-3.7431f,0.098524f};
return value;
}
private float[] getCoordinate_8_63_point_7()
{
float[] value = {2.1675f,-3.731f,-0.32161f,2.1444f,-3.7369f,-0.76011f,1.9738f,-3.7603f,-1.1641f,1.6762f,-3.7982f,-1.4848f,1.2876f,-3.8461f,-1.6836f,0.85478f,-3.8982f,-1.7365f,0.42997f,-3.9483f,-1.6371f,0.064426f,-3.9903f,-1.3973f,-0.19778f,-4.0191f,-1.0462f,-0.32501f,-4.0312f,-0.62611f,-0.30193f,-4.0253f,-0.18761f,-0.13131f,-4.0019f,0.21636f,0.16627f,-3.964f,0.53708f,0.5549f,-3.9161f,0.73587f,0.98772f,-3.864f,0.78875f,1.4125f,-3.8139f,0.68933f,1.7781f,-3.7719f,0.44962f,0.92125f,-3.8811f,-0.47386f,1.1684f,-6.8742f,-1.1795f,1.1684f,-5.3341f,-1.1795f,1.6951f,-5.427f,-1.1795f,2.1583f,-5.6944f,-1.1795f,2.5021f,-6.1042f,-1.1795f,2.685f,-6.6068f,-1.1795f,2.685f,-7.1417f,-1.1795f,2.5021f,-7.6443f,-1.1795f,2.1583f,-8.054f,-1.1795f,1.6951f,-8.3214f,-1.1795f,1.1684f,-8.4143f,-1.1795f,0.64162f,-8.3214f,-1.1795f,0.17841f,-8.054f,-1.1795f,-0.1654f,-7.6443f,-1.1795f,-0.34833f,-7.1417f,-1.1795f,-0.34833f,-6.6068f,-1.1795f,-0.1654f,-6.1042f,-1.1795f,0.17841f,-5.6944f,-1.1795f,0.64162f,-5.427f,-1.1795f,1.1684f,-5.3341f,-10.195f,1.6951f,-5.427f,-10.195f,2.1583f,-5.6944f,-10.195f,2.5021f,-6.1042f,-10.195f,2.685f,-6.6068f,-10.195f,2.685f,-7.1417f,-10.195f,2.5021f,-7.6443f,-10.195f,2.1583f,-8.054f,-10.195f,1.6951f,-8.3214f,-10.195f,1.1684f,-8.4143f,-10.195f,0.64162f,-8.3214f,-10.195f,0.17841f,-8.054f,-10.195f,-0.1654f,-7.6443f,-10.195f,-0.34833f,-7.1417f,-10.195f,-0.34833f,-6.6068f,-10.195f,-0.1654f,-6.1042f,-10.195f,0.17841f,-5.6944f,-10.195f,0.64162f,-5.427f,-10.195f,1.1684f,-5.2596f,-10.553f,1.7206f,-5.357f,-10.553f,2.2062f,-5.6374f,-10.553f,2.5666f,-6.0669f,-10.553f,2.7584f,-6.5939f,-10.553f,2.7584f,-7.1546f,-10.553f,2.5666f,-7.6815f,-10.553f,2.2062f,-8.1111f,-10.553f,1.7206f,-8.3914f,-10.553f,1.1684f,-8.4888f,-10.553f,0.61613f,-8.3914f,-10.553f,0.13052f,-8.1111f,-10.553f,-0.22992f,-7.6815f,-10.553f,-0.4217f,-7.1546f,-10.553f,-0.4217f,-6.5939f,-10.553f,-0.22992f,-6.0669f,-10.553f,0.13052f,-5.6374f,-10.553f,0.61613f,-5.357f,-10.553f,1.1684f,-4.9941f,-13.228f,1.8114f,-5.1075f,-13.228f,2.3769f,-5.4339f,-13.228f,2.7966f,-5.9341f,-13.228f,3.0199f,-6.5477f,-13.228f,3.0199f,-7.2007f,-13.228f,2.7966f,-7.8143f,-13.228f,2.3769f,-8.3145f,-13.228f,1.8114f,-8.641f,-13.228f,1.1684f,-8.7544f,-13.228f,0.52531f,-8.641f,-13.228f,-0.040181f,-8.3145f,-13.228f,-0.4599f,-7.8143f,-13.228f,-0.68323f,-7.2007f,-13.228f,-0.68323f,-6.5477f,-13.228f,-0.4599f,-5.9341f,-13.228f,-0.04018f,-5.4339f,-13.228f,0.52531f,-5.1075f,-13.228f,1.1684f,-5.0808f,-13.695f,1.7817f,-5.189f,-13.695f,2.3211f,-5.5004f,-13.695f,2.7215f,-5.9775f,-13.695f,2.9345f,-6.5628f,-13.695f,2.9345f,-7.1856f,-13.695f,2.7215f,-7.7709f,-13.695f,2.3211f,-8.248f,-13.695f,1.7817f,-8.5595f,-13.695f};
return value;
}
private float[] getCoordinate_8_63_point_8()
{
float[] value = {1.1684f,-8.6676f,-13.695f,0.55498f,-8.5595f,-13.695f,0.015584f,-8.248f,-13.695f,-0.38477f,-7.7709f,-13.695f,-0.59779f,-7.1856f,-13.695f,-0.59779f,-6.5628f,-13.695f,-0.38477f,-5.9775f,-13.695f,0.015585f,-5.5004f,-13.695f,0.55498f,-5.189f,-13.695f,1.1684f,-5.0808f,-18.231f,1.7817f,-5.189f,-18.231f,2.3211f,-5.5004f,-18.231f,2.7215f,-5.9775f,-18.231f,2.9345f,-6.5628f,-18.231f,2.9345f,-7.1856f,-18.231f,2.7215f,-7.7709f,-18.231f,2.3211f,-8.248f,-18.231f,1.7817f,-8.5595f,-18.231f,1.1684f,-8.6676f,-18.231f,0.55498f,-8.5595f,-18.231f,0.015584f,-8.248f,-18.231f,-0.38477f,-7.7709f,-18.231f,-0.59779f,-7.1856f,-18.231f,-0.59779f,-6.5628f,-18.231f,-0.38477f,-5.9775f,-18.231f,0.015585f,-5.5004f,-18.231f,0.55498f,-5.189f,-18.231f,1.1684f,-6.8742f,-18.231f,2.3266f,-7.1832f,-13.616f,2.3266f,-6.8174f,-13.616f,2.2434f,-6.8394f,-13.523f,2.1702f,-6.903f,-13.441f,2.1159f,-7.0003f,-13.38f,2.087f,-7.1197f,-13.347f,2.087f,-7.2467f,-13.347f,2.1159f,-7.3661f,-13.38f,2.1702f,-7.4634f,-13.441f,2.2434f,-7.527f,-13.523f,2.3266f,-7.549f,-13.616f,2.4098f,-7.527f,-13.71f,2.483f,-7.4634f,-13.792f,2.5373f,-7.3661f,-13.853f,2.5662f,-7.2467f,-13.885f,2.5662f,-7.1197f,-13.885f,2.5373f,-7.0003f,-13.853f,2.483f,-6.903f,-13.792f,2.4098f,-6.8394f,-13.71f,2.5839f,-6.8174f,-13.387f,2.5006f,-6.8394f,-13.294f,2.4275f,-6.903f,-13.211f,2.3731f,-7.0003f,-13.15f,2.3442f,-7.1197f,-13.118f,2.3442f,-7.2467f,-13.118f,2.3731f,-7.3661f,-13.15f,2.4275f,-7.4634f,-13.211f,2.5006f,-7.527f,-13.294f,2.5839f,-7.549f,-13.387f,2.6671f,-7.527f,-13.48f,2.7403f,-7.4634f,-13.563f,2.7946f,-7.3661f,-13.624f,2.8235f,-7.2467f,-13.656f,2.8235f,-7.1197f,-13.656f,2.7946f,-7.0003f,-13.624f,2.7403f,-6.903f,-13.563f,2.6671f,-6.8394f,-13.48f,4.6213f,-6.8174f,-11.233f,4.4962f,-6.8394f,-11.233f,4.3861f,-6.903f,-11.233f,4.3045f,-7.0003f,-11.233f,4.261f,-7.1197f,-11.233f,4.261f,-7.2467f,-11.233f,4.3045f,-7.3661f,-11.233f,4.3861f,-7.4634f,-11.233f,4.4962f,-7.527f,-11.233f,4.6213f,-7.549f,-11.233f,4.7464f,-7.527f,-11.233f,4.8564f,-7.4634f,-11.233f,4.9381f,-7.3661f,-11.233f,4.9815f,-7.2467f,-11.233f,4.9816f,-7.1197f,-11.233f,4.9381f,-7.0003f,-11.233f,4.8564f,-6.903f,-11.233f,4.7464f,-6.8394f,-11.233f,4.6213f,-6.8174f,-10.889f,4.4962f,-6.8394f,-10.889f,4.3861f,-6.903f,-10.889f,4.3045f,-7.0003f,-10.889f,4.261f,-7.1197f,-10.889f,4.261f,-7.2467f,-10.889f,4.3045f,-7.3661f,-10.889f,4.3861f,-7.4634f,-10.889f,4.4962f,-7.527f,-10.889f,4.6213f,-7.549f,-10.889f,4.7464f,-7.527f,-10.889f,4.8564f,-7.4634f,-10.889f,4.9381f,-7.3661f,-10.889f,4.9815f,-7.2467f,-10.889f,4.9816f,-7.1197f,-10.889f,4.9381f,-7.0003f,-10.889f,4.8564f,-6.903f,-10.889f};
return value;
}
private float[] getCoordinate_8_63_point_9()
{
float[] value = {4.7464f,-6.8394f,-10.889f,2.4032f,-6.8174f,-8.6107f,2.3237f,-6.8394f,-8.7074f,2.2538f,-6.903f,-8.7923f,2.2019f,-7.0003f,-8.8554f,2.1743f,-7.1197f,-8.889f,2.1743f,-7.2467f,-8.889f,2.2019f,-7.3661f,-8.8554f,2.2538f,-7.4634f,-8.7923f,2.3237f,-7.527f,-8.7074f,2.4032f,-7.549f,-8.6107f,2.4827f,-7.527f,-8.5141f,2.5526f,-7.4634f,-8.4291f,2.6044f,-7.3661f,-8.3661f,2.632f,-7.2467f,-8.3325f,2.632f,-7.1197f,-8.3325f,2.6044f,-7.0003f,-8.3661f,2.5526f,-6.903f,-8.4291f,2.4827f,-6.8394f,-8.5141f,2.1371f,-6.8174f,-8.3919f,2.0576f,-6.8394f,-8.4885f,1.9877f,-6.903f,-8.5734f,1.9358f,-7.0003f,-8.6365f,1.9082f,-7.1197f,-8.6701f,1.9082f,-7.2467f,-8.6701f,1.9358f,-7.3661f,-8.6365f,1.9877f,-7.4634f,-8.5734f,2.0576f,-7.527f,-8.4885f,2.1371f,-7.549f,-8.3919f,2.2166f,-7.527f,-8.2952f,2.2865f,-7.4634f,-8.2103f,2.3384f,-7.3661f,-8.1472f,2.366f,-7.2467f,-8.1136f,2.366f,-7.1197f,-8.1136f,2.3384f,-7.0003f,-8.1472f,2.2865f,-6.903f,-8.2103f,2.2166f,-6.8394f,-8.2952f,2.1371f,-7.1832f,-8.3919f};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_70_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,91,73,74,-1,91,74,75,-1,91,75,76,-1,91,76,77,-1,91,77,78,-1,91,78,79,-1,91,79,80,-1,91,80,81,-1,91,81,82,-1,91,82,83,-1,91,83,84,-1,91,84,85,-1,91,85,86,-1,91,86,87,-1,91,87,88,-1,91,88,89,-1,91,89,90,-1,91,90,73,-1};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_77_coordIndex_1()
{
int[] value = {0,2,3,-1,3,1,0,-1,0,1,5,-1,5,4,0,-1,7,6,8,-1,8,9,7,-1,0,4,2,-1,3,2,6,-1,6,7,3,-1,4,5,9,-1,9,8,4,-1,13,14,16,-1,16,15,13,-1,1,3,11,-1,11,10,1,-1,5,1,10,-1,10,11,5,-1,7,9,12,-1,3,7,12,-1,12,11,3,-1,9,5,11,-1,11,12,9,-1,8,6,15,-1,15,16,8,-1,2,4,14,-1,14,13,2,-1,6,2,13,-1,13,15,6,-1,4,8,16,-1,16,14,4,-1,17,19,20,-1,20,18,17,-1,17,18,22,-1,22,21,17,-1,24,23,25,-1,25,26,24,-1,17,21,19,-1,20,19,23,-1,23,24,20,-1,21,22,26,-1,26,25,21,-1,30,31,33,-1,33,32,30,-1,18,20,28,-1,28,27,18,-1,22,18,27,-1,27,28,22,-1,24,26,29,-1,20,24,29,-1,29,28,20,-1,26,22,28,-1,28,29,26,-1,25,23,32,-1,32,33,25,-1,19,21,31,-1,31,30,19,-1,23,19,30,-1,30,32,23,-1,21,25,33,-1,33,31,21,-1,34,36,37,-1,37,35,34,-1,34,35,39,-1,39,38,34,-1,41,40,42,-1,42,43,41,-1,34,38,36,-1,37,36,40,-1,40,41,37,-1,38,39,43,-1,43,42,38,-1,47,48,50,-1,50,49,47,-1,35,37,45,-1,45,44,35,-1,39,35,44,-1,44,45,39,-1,41,43,46,-1,37,41,46,-1,46,45,37,-1,43,39,45,-1,45,46,43,-1,42,40,49,-1,49,50,42,-1,36,38,48,-1,48,47,36,-1,40,36,47,-1,47,49,40,-1,38,42,50,-1,50,48,38,-1,51,53,54,-1,54,52,51,-1,51,52,56,-1,56,55,51,-1,58,57,59,-1,59,60,58,-1,51,55,53,-1,54,53,57,-1,57,58,54,-1,55,56,60,-1,60,59,55,-1,64,65,67,-1,67,66,64,-1,52,54,62,-1,62,61,52,-1,56,52,61,-1,61,62,56,-1,58,60,63,-1,54,58,63,-1,63,62,54,-1,60,56,62,-1,62,63,60,-1,59,57,66,-1,66,67,59,-1,53,55,65,-1,65,64,53,-1,57,53,64,-1,64,66,57,-1,55,59,67,-1,67,65,55,-1,68,70,71,-1,71,69,68,-1,72,73,75,-1,75,74,72,-1,68,69,73,-1,73,72,68,-1,69,71,75,-1,75,73,69,-1,71,70,74,-1,74,75,71,-1,70,68,72,-1,72,74,70,-1,76,78,79,-1,79,77,76,-1,80,81,83,-1,83,82,80,-1,76,77,81,-1,81,80,76,-1,77,79,83,-1,83,81,77,-1,79,78,82,-1,82,83,79,-1,78,76,80,-1,80,82,78,-1,84,86,87,-1,87,85,84,-1,88,89,91,-1,91,90,88,-1,84,85,89,-1,89,88,84,-1,85,87,91,-1,91,89,85,-1,87,86,90,-1,90,91,87,-1,86,84,88,-1,88,90,86,-1,92,94,95,-1,95,93,92,-1,96,97,99,-1,99,98,96,-1,92,93,97,-1,97,96,92,-1,93,95,99,-1,99,97,93,-1,95,94,98,-1,98,99,95,-1,94,92,96,-1,96,98,94,-1,100,102,101,-1,100,103,102,-1,100,104,103,-1,100,105,104,-1,100,106,105,-1,100,107,106,-1,100,108,107,-1,100,109,108,-1,100,110,109,-1,100,111,110,-1,100,112,111,-1,100,113,112,-1,100,114,113,-1,100,115,114,-1,100,116,115,-1,100,101,116,-1,101,118,117,-1,101,102,118,-1,102,119,118,-1,102,103,119,-1,103,120,119,-1,103,104,120,-1,104,121,120,-1,104,105,121,-1,105,122,121,-1,105,106,122,-1,106,123,122,-1,106,107,123,-1,107,124,123,-1,107,108,124,-1,108,125,124,-1,108,109,125,-1,109,126,125,-1,109,110,126,-1,110,127,126,-1,110,111,127,-1,111,128,127,-1,111,112,128,-1,112,129,128,-1,112,113,129,-1,113,130,129,-1,113,114,130,-1,114,131,130,-1,114,115,131,-1,115,132,131,-1,115,116,132,-1,116,117,132,-1,116,101,117,-1,117,134,133,-1,117,118,134,-1,118,135,134,-1,118,119,135,-1,119,136,135,-1,119,120,136,-1,120,137,136,-1,120,121,137,-1,121,138,137,-1,121,122,138,-1,122,139,138,-1,122,123,139,-1,123,140,139,-1,123,124,140,-1,124,141,140,-1,124,125,141,-1,125,142,141,-1,125,126,142,-1,126,143,142,-1,126,127,143,-1,127,144,143,-1,127,128,144,-1,128,145,144,-1,128,129,145,-1,129,146,145,-1,129,130,146,-1,130,147,146,-1,130,131,147,-1,131,148,147,-1,131,132,148,-1,132,133,148,-1,132,117,133,-1,133,150,149,-1,133,134,150,-1};
return value;
}
private int[] getIndexedFaceSet_7_77_coordIndex_2()
{
int[] value = {134,151,150,-1,134,135,151,-1,135,152,151,-1,135,136,152,-1,136,153,152,-1,136,137,153,-1,137,154,153,-1,137,138,154,-1,138,155,154,-1,138,139,155,-1,139,156,155,-1,139,140,156,-1,140,157,156,-1,140,141,157,-1,141,158,157,-1,141,142,158,-1,142,159,158,-1,142,143,159,-1,143,160,159,-1,143,144,160,-1,144,161,160,-1,144,145,161,-1,145,162,161,-1,145,146,162,-1,146,163,162,-1,146,147,163,-1,147,164,163,-1,147,148,164,-1,148,149,164,-1,148,133,149,-1,149,166,165,-1,149,150,166,-1,150,167,166,-1,150,151,167,-1,151,168,167,-1,151,152,168,-1,152,169,168,-1,152,153,169,-1,153,170,169,-1,153,154,170,-1,154,171,170,-1,154,155,171,-1,155,172,171,-1,155,156,172,-1,156,173,172,-1,156,157,173,-1,157,174,173,-1,157,158,174,-1,158,175,174,-1,158,159,175,-1,159,176,175,-1,159,160,176,-1,160,177,176,-1,160,161,177,-1,161,178,177,-1,161,162,178,-1,162,179,178,-1,162,163,179,-1,163,180,179,-1,163,164,180,-1,164,165,180,-1,164,149,165,-1,165,182,181,-1,165,166,182,-1,166,183,182,-1,166,167,183,-1,167,184,183,-1,167,168,184,-1,168,185,184,-1,168,169,185,-1,169,186,185,-1,169,170,186,-1,170,187,186,-1,170,171,187,-1,171,188,187,-1,171,172,188,-1,172,189,188,-1,172,173,189,-1,173,190,189,-1,173,174,190,-1,174,191,190,-1,174,175,191,-1,175,192,191,-1,175,176,192,-1,176,193,192,-1,176,177,193,-1,177,194,193,-1,177,178,194,-1,178,195,194,-1,178,179,195,-1,179,196,195,-1,179,180,196,-1,180,181,196,-1,180,165,181,-1,182,199,198,-1,182,183,199,-1,278,279,280,-1,184,201,200,-1,184,185,201,-1,186,203,202,-1,186,187,203,-1,285,286,287,-1,188,205,204,-1,188,189,205,-1,190,207,206,-1,190,191,207,-1,290,291,292,-1,192,209,208,-1,192,193,209,-1,194,211,210,-1,194,195,211,-1,295,296,297,-1,196,197,212,-1,196,181,197,-1,197,214,213,-1,197,198,214,-1,198,215,214,-1,198,199,215,-1,199,216,215,-1,199,200,216,-1,200,217,216,-1,200,201,217,-1,201,218,217,-1,201,202,218,-1,202,219,218,-1,202,203,219,-1,203,220,219,-1,203,204,220,-1,204,221,220,-1,204,205,221,-1,205,222,221,-1,205,206,222,-1,206,223,222,-1,206,207,223,-1,207,224,223,-1,207,208,224,-1,208,225,224,-1,208,209,225,-1,209,226,225,-1,209,210,226,-1,210,227,226,-1,210,211,227,-1,211,228,227,-1,211,212,228,-1,212,213,228,-1,212,197,213,-1,213,230,229,-1,213,214,230,-1,214,231,230,-1,214,215,231,-1,215,232,231,-1,215,216,232,-1,216,233,232,-1,216,217,233,-1,217,234,233,-1,217,218,234,-1,218,235,234,-1,218,219,235,-1,219,236,235,-1,219,220,236,-1,220,237,236,-1,220,221,237,-1,221,238,237,-1,221,222,238,-1,222,239,238,-1,222,223,239,-1,223,240,239,-1,223,224,240,-1,224,241,240,-1,224,225,241,-1,225,242,241,-1,225,226,242,-1,226,243,242,-1,226,227,243,-1,227,244,243,-1,227,228,244,-1,228,229,244,-1,228,213,229,-1,229,246,245,-1,229,230,246,-1,230,247,246,-1,230,231,247,-1,231,248,247,-1,231,232,248,-1,232,249,248,-1,232,233,249,-1,233,250,249,-1,233,234,250,-1,234,251,250,-1,234,235,251,-1,235,252,251,-1,235,236,252,-1,236,253,252,-1,236,237,253,-1,237,254,253,-1,237,238,254,-1,238,255,254,-1,238,239,255,-1,239,256,255,-1,239,240,256,-1,240,257,256,-1,240,241,257,-1,241,258,257,-1,241,242,258,-1,242,259,258,-1,242,243,259,-1,243,260,259,-1,243,244,260,-1,244,245,260,-1,244,229,245,-1,245,262,261,-1,245,246,262,-1,246,263,262,-1,246,247,263,-1,247,264,263,-1,247,248,264,-1,248,265,264,-1,248,249,265,-1,249,266,265,-1,249,250,266,-1,250,267,266,-1,250,251,267,-1,251,268,267,-1,251,252,268,-1,252,269,268,-1,252,253,269,-1,253,270,269,-1,253,254,270,-1,254,271,270,-1,254,255,271,-1,255,272,271,-1,255,256,272,-1,256,273,272,-1,256,257,273,-1,257,274,273,-1,257,258,274,-1,258,275,274,-1,258,259,275,-1,259,276,275,-1,259,260,276,-1,260,261,276,-1,260,245,261,-1,277,261,262,-1,277,262,263,-1,277,263,264,-1,277,264,265,-1,277,265,266,-1,277,266,267,-1,277,267,268,-1,277,268,269,-1};
return value;
}
private int[] getIndexedFaceSet_7_77_coordIndex_3()
{
int[] value = {277,269,270,-1,277,270,271,-1,277,271,272,-1,277,272,273,-1,277,273,274,-1,277,274,275,-1,277,275,276,-1,277,276,261,-1,183,184,279,-1,279,278,183,-1,199,183,278,-1,200,199,278,-1,278,280,200,-1,184,200,280,-1,280,279,184,-1,181,182,282,-1,282,281,181,-1,198,197,281,-1,281,282,198,-1,197,181,281,-1,182,198,282,-1,185,186,284,-1,284,283,185,-1,201,185,283,-1,202,201,283,-1,283,284,202,-1,186,202,284,-1,187,188,286,-1,286,285,187,-1,203,187,285,-1,204,203,285,-1,285,287,204,-1,188,204,287,-1,287,286,188,-1,189,190,289,-1,289,288,189,-1,205,189,288,-1,206,205,288,-1,288,289,206,-1,190,206,289,-1,191,192,291,-1,291,290,191,-1,207,191,290,-1,208,207,290,-1,290,292,208,-1,192,208,292,-1,292,291,192,-1,193,194,294,-1,294,293,193,-1,209,193,293,-1,210,209,293,-1,293,294,210,-1,194,210,294,-1,195,196,296,-1,296,295,195,-1,211,195,295,-1,295,297,211,-1,212,211,297,-1,297,296,212,-1,196,212,296,-1};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_77_texCoordIndex_1()
{
int[] value = {0,2,3,-1,3,1,0,-1,6,18,34,-1,34,21,6,-1,7,5,8,-1,8,9,7,-1,0,4,2,-1,3,2,5,-1,5,7,3,-1,21,34,47,-1,47,46,21,-1,13,14,16,-1,16,15,13,-1,1,3,11,-1,11,10,1,-1,34,18,49,-1,49,62,34,-1,7,9,12,-1,3,7,12,-1,12,11,3,-1,47,34,62,-1,62,74,47,-1,8,5,15,-1,15,16,8,-1,19,21,77,-1,77,75,19,-1,5,2,13,-1,13,15,5,-1,21,46,86,-1,86,77,21,-1,17,22,23,-1,23,20,17,-1,87,90,103,-1,103,102,87,-1,26,25,27,-1,27,28,26,-1,17,24,22,-1,23,22,25,-1,25,26,23,-1,102,103,160,-1,160,105,102,-1,32,33,36,-1,36,35,32,-1,20,23,30,-1,30,29,20,-1,103,90,225,-1,225,226,103,-1,26,28,31,-1,23,26,31,-1,31,30,23,-1,160,103,226,-1,226,227,160,-1,27,25,35,-1,35,36,27,-1,22,24,33,-1,33,32,22,-1,25,22,32,-1,32,35,25,-1,102,105,229,-1,229,228,102,-1,37,39,40,-1,40,38,37,-1,230,231,233,-1,233,232,230,-1,43,42,44,-1,44,45,43,-1,37,41,39,-1,40,39,42,-1,42,43,40,-1,232,233,235,-1,235,234,232,-1,52,53,55,-1,55,54,52,-1,38,40,50,-1,50,48,38,-1,233,231,236,-1,236,237,233,-1,43,45,51,-1,40,43,51,-1,51,50,40,-1,235,233,237,-1,237,238,235,-1,44,42,54,-1,54,55,44,-1,39,41,53,-1,53,52,39,-1,42,39,52,-1,52,54,42,-1,232,234,240,-1,240,239,232,-1,56,58,59,-1,59,57,56,-1,242,245,308,-1,308,256,242,-1,63,61,64,-1,64,65,63,-1,242,256,247,-1,59,58,61,-1,61,63,59,-1,256,308,310,-1,310,309,256,-1,314,315,317,-1,317,316,314,-1,57,59,67,-1,67,66,57,-1,308,245,311,-1,311,312,308,-1,63,65,68,-1,59,63,68,-1,68,67,59,-1,310,308,312,-1,312,313,310,-1,64,61,71,-1,71,72,64,-1,58,60,70,-1,315,314,247,-1,61,58,69,-1,69,71,61,-1,256,309,317,-1,317,315,256,-1,73,78,79,-1,79,76,73,-1,321,322,324,-1,324,323,321,-1,318,319,322,-1,322,321,318,-1,319,320,324,-1,324,322,319,-1,79,78,81,-1,81,82,79,-1,78,73,80,-1,80,81,78,-1,83,85,88,-1,88,84,83,-1,328,329,331,-1,331,330,328,-1,325,326,329,-1,329,328,325,-1,326,327,331,-1,331,329,326,-1,88,85,91,-1,91,92,88,-1,85,83,89,-1,89,91,85,-1,93,95,96,-1,96,94,93,-1,335,336,338,-1,338,337,335,-1,332,333,336,-1,336,335,332,-1,333,334,338,-1,338,336,333,-1,96,95,98,-1,98,99,96,-1,95,93,97,-1,97,98,95,-1,100,104,106,-1,106,101,100,-1,342,343,345,-1,345,344,342,-1,339,340,343,-1,343,342,339,-1,340,341,345,-1,345,343,340,-1,106,104,108,-1,108,109,106,-1,104,100,107,-1,107,108,104,-1,346,348,347,-1,346,349,348,-1,346,350,349,-1,346,351,350,-1,346,352,351,-1,346,353,352,-1,346,354,353,-1,346,355,354,-1,346,356,355,-1,346,357,356,-1,346,358,357,-1,346,359,358,-1,346,360,359,-1,346,361,360,-1,346,362,361,-1,346,347,362,-1,110,127,126,-1,110,111,127,-1,111,128,127,-1,111,112,128,-1,112,129,128,-1,112,113,129,-1,113,130,129,-1,113,114,130,-1,114,131,130,-1,114,115,131,-1,115,132,131,-1,115,116,132,-1,116,133,132,-1,116,117,133,-1,117,134,133,-1,117,118,134,-1,118,135,134,-1,118,119,135,-1,119,136,135,-1,119,120,136,-1,120,137,136,-1,120,121,137,-1,121,138,137,-1,121,122,138,-1,122,139,138,-1,122,123,139,-1,123,140,139,-1,123,124,140,-1,124,141,140,-1,124,125,141,-1,125,126,141,-1,125,110,126,-1,126,143,142,-1,126,127,143,-1,127,144,143,-1,127,128,144,-1,128,145,144,-1,128,129,145,-1,129,146,145,-1,129,130,146,-1,130,147,146,-1,130,131,147,-1,131,148,147,-1,131,132,148,-1,132,149,148,-1,132,133,149,-1,133,150,149,-1,133,134,150,-1,134,151,150,-1,134,135,151,-1,135,152,151,-1,135,136,152,-1,136,153,152,-1,136,137,153,-1,137,154,153,-1,137,138,154,-1,138,155,154,-1,138,139,155,-1,139,156,155,-1,139,140,156,-1,140,157,156,-1,140,141,157,-1,141,142,157,-1,141,126,142,-1,142,159,158,-1,142,143,159,-1};
return value;
}
private int[] getIndexedFaceSet_7_77_texCoordIndex_2()
{
int[] value = {143,161,159,-1,143,144,161,-1,144,162,161,-1,144,145,162,-1,145,163,162,-1,145,146,163,-1,146,164,163,-1,146,147,164,-1,147,165,164,-1,147,148,165,-1,148,166,165,-1,148,149,166,-1,149,167,166,-1,149,150,167,-1,150,168,167,-1,150,151,168,-1,151,169,168,-1,151,152,169,-1,152,170,169,-1,152,153,170,-1,153,171,170,-1,153,154,171,-1,154,172,171,-1,154,155,172,-1,155,173,172,-1,155,156,173,-1,156,174,173,-1,156,157,174,-1,157,158,174,-1,157,142,158,-1,363,380,379,-1,363,364,380,-1,364,381,380,-1,364,365,381,-1,365,382,381,-1,365,366,382,-1,366,383,382,-1,366,367,383,-1,367,384,383,-1,367,368,384,-1,368,385,384,-1,368,369,385,-1,369,386,385,-1,369,370,386,-1,370,387,386,-1,370,371,387,-1,371,388,387,-1,371,372,388,-1,372,389,388,-1,372,373,389,-1,373,390,389,-1,373,374,390,-1,374,391,390,-1,374,375,391,-1,375,392,391,-1,375,376,392,-1,376,393,392,-1,376,377,393,-1,377,394,393,-1,377,378,394,-1,378,379,394,-1,378,363,379,-1,379,396,395,-1,379,380,396,-1,380,397,396,-1,380,381,397,-1,381,398,397,-1,381,382,398,-1,382,399,398,-1,382,383,399,-1,383,400,399,-1,383,384,400,-1,384,401,400,-1,384,385,401,-1,385,402,401,-1,385,386,402,-1,386,403,402,-1,386,387,403,-1,387,404,403,-1,387,388,404,-1,388,405,404,-1,388,389,405,-1,389,406,405,-1,389,390,406,-1,390,407,406,-1,390,391,407,-1,391,408,407,-1,391,392,408,-1,392,409,408,-1,392,393,409,-1,393,410,409,-1,393,394,410,-1,394,395,410,-1,394,379,395,-1,396,413,412,-1,396,397,413,-1,288,289,290,-1,398,415,414,-1,398,399,415,-1,400,417,416,-1,400,401,417,-1,295,296,297,-1,179,195,194,-1,179,180,195,-1,181,197,196,-1,181,182,197,-1,300,301,302,-1,183,199,198,-1,406,407,419,-1,185,201,200,-1,408,409,420,-1,305,306,307,-1,410,411,421,-1,410,395,411,-1,187,204,203,-1,187,188,204,-1,188,205,204,-1,188,189,205,-1,189,206,205,-1,189,190,206,-1,190,207,206,-1,190,191,207,-1,191,208,207,-1,191,192,208,-1,192,209,208,-1,192,193,209,-1,193,210,209,-1,193,194,210,-1,194,211,210,-1,194,195,211,-1,195,212,211,-1,195,196,212,-1,196,213,212,-1,196,197,213,-1,197,214,213,-1,197,198,214,-1,198,215,214,-1,198,199,215,-1,199,216,215,-1,199,200,216,-1,200,217,216,-1,200,201,217,-1,201,218,217,-1,201,202,218,-1,202,203,218,-1,202,187,203,-1,203,220,219,-1,203,204,220,-1,204,221,220,-1,204,205,221,-1,205,222,221,-1,205,206,222,-1,206,223,222,-1,206,207,223,-1,207,224,223,-1,207,208,224,-1,208,241,224,-1,208,209,241,-1,209,243,241,-1,209,210,243,-1,210,244,243,-1,210,211,244,-1,211,246,244,-1,211,212,246,-1,212,248,246,-1,212,213,248,-1,213,249,248,-1,213,214,249,-1,214,250,249,-1,214,215,250,-1,215,251,250,-1,215,216,251,-1,216,252,251,-1,216,217,252,-1,217,253,252,-1,217,218,253,-1,218,219,253,-1,218,203,219,-1,422,439,438,-1,422,423,439,-1,423,440,439,-1,423,424,440,-1,424,441,440,-1,424,425,441,-1,425,442,441,-1,425,426,442,-1,426,443,442,-1,426,427,443,-1,427,444,443,-1,427,428,444,-1,428,445,444,-1,428,429,445,-1,429,446,445,-1,429,430,446,-1,430,447,446,-1,430,431,447,-1,431,448,447,-1,431,432,448,-1,432,449,448,-1,432,433,449,-1,433,450,449,-1,433,434,450,-1,434,451,450,-1,434,435,451,-1,435,452,451,-1,435,436,452,-1,436,453,452,-1,436,437,453,-1,437,438,453,-1,437,422,438,-1,254,272,271,-1,254,255,272,-1,255,273,272,-1,255,257,273,-1,257,274,273,-1,257,258,274,-1,258,275,274,-1,258,259,275,-1,259,276,275,-1,259,260,276,-1,260,277,276,-1,260,261,277,-1,261,278,277,-1,261,262,278,-1,262,279,278,-1,262,263,279,-1,263,280,279,-1,263,264,280,-1,264,281,280,-1,264,265,281,-1,265,282,281,-1,265,266,282,-1,266,283,282,-1,266,267,283,-1,267,284,283,-1,267,268,284,-1,268,285,284,-1,268,269,285,-1,269,286,285,-1,269,270,286,-1,270,271,286,-1,270,254,271,-1,287,271,272,-1,287,272,273,-1,287,273,274,-1,287,274,275,-1,287,275,276,-1,287,276,277,-1,287,277,278,-1,287,278,279,-1};
return value;
}
private int[] getIndexedFaceSet_7_77_texCoordIndex_3()
{
int[] value = {287,279,280,-1,287,280,281,-1,287,281,282,-1,287,282,283,-1,287,283,284,-1,287,284,285,-1,287,285,286,-1,287,286,271,-1,397,398,455,-1,455,454,397,-1,189,176,288,-1,190,189,288,-1,288,290,190,-1,398,414,456,-1,290,289,177,-1,395,396,458,-1,458,457,395,-1,188,187,291,-1,291,292,188,-1,187,175,291,-1,396,412,458,-1,399,400,460,-1,460,459,399,-1,415,399,459,-1,192,191,293,-1,293,294,192,-1,178,192,294,-1,401,402,462,-1,462,461,401,-1,417,401,461,-1,194,193,295,-1,295,297,194,-1,179,194,297,-1,297,296,179,-1,403,404,464,-1,464,463,403,-1,418,403,463,-1,196,195,298,-1,298,299,196,-1,181,196,299,-1,405,406,466,-1,466,465,405,-1,197,182,300,-1,198,197,300,-1,300,302,198,-1,183,198,302,-1,302,301,183,-1,407,408,468,-1,468,467,407,-1,199,184,303,-1,200,199,303,-1,303,304,200,-1,185,200,304,-1,409,410,470,-1,470,469,409,-1,201,186,305,-1,305,307,201,-1,202,201,307,-1,307,306,202,-1,410,421,470,-1};
return value;
}
/** Define subarrays using type float[] */
private float[] getCoordinate_8_77_point_1()
{
float[] value = {-55.105f,-30.319f,3.9483f,79.138f,-24.844f,3.9483f,-55.105f,-30.329f,-3.9483f,79.138f,-24.853f,-3.9483f,-55.105f,-29.602f,-3.9483f,79.138f,-24.126f,-3.9483f,-55.105f,-29.977f,-5.7948f,79.138f,-24.501f,-5.7948f,-55.105f,-29.602f,-6.7483f,79.138f,-24.126f,-6.7483f,88.906f,-24.844f,-0.88508f,88.906f,-24.844f,-8.7817f,88.906f,-24.844f,-11.582f,-69.005f,-30.329f,-3.9483f,-69.005f,-29.602f,-3.9483f,-69.005f,-29.977f,-5.7948f,-69.005f,-29.602f,-6.7483f,-79.427f,-30.319f,8.9055f,-79.188f,-24.844f,143.15f,-71.53f,-30.329f,8.8914f,-71.292f,-24.853f,143.13f,-71.53f,-29.602f,8.8914f,-71.292f,-24.126f,143.13f,-69.684f,-29.977f,8.8881f,-69.445f,-24.501f,143.13f,-68.73f,-29.602f,8.8864f,-68.492f,-24.126f,143.13f,-74.338f,-24.844f,152.91f,-66.441f,-24.844f,152.89f,-63.641f,-24.844f,152.89f,-71.555f,-30.329f,-5.0086f,-71.555f,-29.602f,-5.0086f,-69.709f,-29.977f,-5.0119f,-68.755f,-29.602f,-5.0136f,-85.569f,-30.319f,-13.001f,-219.81f,-24.844f,-13.026f,-85.571f,-30.329f,-5.1045f,-219.81f,-24.853f,-5.1297f,-85.571f,-29.602f,-5.1045f,-219.81f,-24.126f,-5.1297f,-85.571f,-29.977f,-3.258f,-219.81f,-24.501f,-3.2832f,-85.571f,-29.602f,-2.3045f,-219.81f,-24.126f,-2.3297f,-229.58f,-24.844f,-8.1948f,-229.58f,-24.844f,-0.29815f,-229.58f,-24.844f,2.5018f,-71.671f,-30.329f,-5.1019f,-71.671f,-29.602f,-5.1019f,-71.671f,-29.977f,-3.2554f,-71.671f,-29.602f,-2.3019f,-61.222f,-30.319f,-18.884f,-61.674f,-24.844f,-153.13f,-69.118f,-30.329f,-18.857f,-69.571f,-24.853f,-153.1f,-69.118f,-29.602f,-18.857f,-69.571f,-24.126f,-153.1f,-70.965f,-29.977f,-18.851f,-71.417f,-24.502f,-153.09f,-71.918f,-29.602f,-18.848f,-72.371f,-24.126f,-153.09f,-66.541f,-24.844f,-162.88f,-74.437f,-24.844f,-162.85f,-77.237f,-24.844f,-162.84f,-69.072f,-30.329f,-4.9571f,-69.072f,-29.602f,-4.9571f,-70.918f,-29.977f,-4.9509f,-71.872f,-29.602f,-4.9476f,-75.138f,-20.283f,-7.6453f,-75.364f,-20.283f,-7.1073f,-75.138f,-30.064f,-7.6453f,-75.364f,-30.064f,-7.1073f,-74.6f,-20.283f,-7.4197f,-74.826f,-20.283f,-6.8818f,-74.6f,-30.064f,-7.4197f,-74.826f,-30.064f,-6.8818f,-66.018f,-20.283f,-8.5193f,-66.243f,-20.283f,-7.9814f,-66.018f,-30.064f,-8.5193f,-66.243f,-30.064f,-7.9814f,-65.48f,-20.283f,-8.2937f,-65.705f,-20.283f,-7.7558f,-65.48f,-30.064f,-8.2937f,-65.705f,-30.064f,-7.7558f,-74.219f,-19.537f,1.693f,-74.444f,-19.537f,2.2309f,-74.219f,-29.319f,1.693f,-74.444f,-29.319f,2.2309f,-73.681f,-19.537f,1.9185f,-73.906f,-19.537f,2.4564f,-73.681f,-29.319f,1.9185f,-73.906f,-29.319f,2.4564f,-64.886f,-20.283f,0.60497f,-65.111f,-20.283f,1.1429f,-64.886f,-30.064f,0.60497f,-65.111f,-30.064f,1.1429f,-64.348f,-20.283f,0.83049f,-64.573f,-20.283f,1.3684f,-64.348f,-30.064f,0.8305f,-64.573f,-30.064f,1.3684f};
return value;
}
private float[] getCoordinate_8_77_point_2()
{
float[] value = {-70.059f,-20.331f,-3.1775f,-62.435f,-20.331f,0.89733f,-64.575f,-20.331f,3.5046f,-67.549f,-20.331f,5.0946f,-70.906f,-20.331f,5.4252f,-74.134f,-20.331f,4.4462f,-76.741f,-20.331f,2.3065f,-78.331f,-20.331f,-0.66807f,-78.661f,-20.331f,-4.0247f,-77.682f,-20.331f,-7.2523f,-75.543f,-20.331f,-9.8596f,-72.568f,-20.331f,-11.45f,-69.212f,-20.331f,-11.78f,-65.984f,-20.331f,-10.801f,-63.377f,-20.331f,-8.6615f,-61.787f,-20.331f,-5.6869f,-61.456f,-20.331f,-2.3303f,-66.691f,-22.825f,-1.3776f,-67.636f,-22.825f,-0.22595f,-68.95f,-22.825f,0.47636f,-70.433f,-22.825f,0.62241f,-71.859f,-22.825f,0.18995f,-73.01f,-22.825f,-0.75516f,-73.713f,-22.825f,-2.0691f,-73.859f,-22.825f,-3.5517f,-73.426f,-22.825f,-4.9774f,-72.481f,-22.825f,-6.129f,-71.167f,-22.825f,-6.8314f,-69.685f,-22.825f,-6.9774f,-68.259f,-22.825f,-6.5449f,-67.107f,-22.825f,-5.5998f,-66.405f,-22.825f,-4.2859f,-66.259f,-22.825f,-2.8033f,-67.89f,-23.346f,-2.0184f,-68.499f,-23.346f,-1.2767f,-69.345f,-23.346f,-0.82446f,-70.3f,-23.346f,-0.73041f,-71.218f,-23.346f,-1.0089f,-71.959f,-23.346f,-1.6175f,-72.412f,-23.346f,-2.4637f,-72.506f,-23.346f,-3.4185f,-72.227f,-23.346f,-4.3366f,-71.619f,-23.346f,-5.0783f,-70.773f,-23.346f,-5.5305f,-69.818f,-23.346f,-5.6246f,-68.9f,-23.346f,-5.3461f,-68.158f,-23.346f,-4.7374f,-67.706f,-23.346f,-3.8913f,-67.612f,-23.346f,-2.9365f,-67.903f,-27.355f,-2.0252f,-68.508f,-27.355f,-1.288f,-69.349f,-27.355f,-0.83835f,-70.298f,-27.355f,-0.74486f,-71.211f,-27.355f,-1.0217f,-71.948f,-27.355f,-1.6268f,-72.398f,-27.355f,-2.4679f,-72.491f,-27.355f,-3.4171f,-72.215f,-27.355f,-4.3298f,-71.609f,-27.355f,-5.067f,-70.768f,-27.355f,-5.5166f,-69.819f,-27.355f,-5.6101f,-68.906f,-27.355f,-5.3333f,-68.169f,-27.355f,-4.7282f,-67.72f,-27.355f,-3.8871f,-67.626f,-27.355f,-2.9379f,-66.807f,-28.509f,-1.4397f,-67.72f,-28.509f,-0.32777f,-68.989f,-28.509f,0.35032f,-70.42f,-28.509f,0.49133f,-71.797f,-28.509f,0.07379f,-72.908f,-28.509f,-0.83873f,-73.587f,-28.509f,-2.1073f,-73.728f,-28.509f,-3.5388f,-73.31f,-28.509f,-4.9153f,-72.397f,-28.509f,-6.0272f,-71.129f,-28.509f,-6.7053f,-69.697f,-28.509f,-6.8463f,-68.321f,-28.509f,-6.4288f,-67.209f,-28.509f,-5.5163f,-66.531f,-28.509f,-4.2477f,-66.39f,-28.509f,-2.8162f,-62.435f,-29.263f,0.89733f,-64.575f,-29.263f,3.5046f,-67.549f,-29.263f,5.0946f,-70.906f,-29.263f,5.4252f,-74.134f,-29.263f,4.4462f,-76.741f,-29.263f,2.3065f,-78.331f,-29.263f,-0.66807f,-78.661f,-29.263f,-4.0247f,-77.682f,-29.263f,-7.2523f,-75.543f,-29.263f,-9.8596f,-72.568f,-29.263f,-11.45f,-69.212f,-29.263f,-11.78f,-65.984f,-29.263f,-10.801f,-63.377f,-29.263f,-8.6615f,-61.787f,-29.263f,-5.6869f,-61.456f,-29.263f,-2.3303f,-62.435f,-30.575f,0.89733f,-64.575f,-30.575f,3.5046f,-67.549f,-30.575f,5.0946f};
return value;
}
private float[] getCoordinate_8_77_point_3()
{
float[] value = {-70.906f,-30.575f,5.4252f,-74.134f,-30.575f,4.4462f,-76.741f,-30.575f,2.3065f,-78.331f,-30.575f,-0.66807f,-78.661f,-30.575f,-4.0247f,-77.682f,-30.575f,-7.2523f,-75.543f,-30.575f,-9.8596f,-72.568f,-30.575f,-11.45f,-69.212f,-30.575f,-11.78f,-65.984f,-30.575f,-10.801f,-63.377f,-30.575f,-8.6615f,-61.787f,-30.575f,-5.6869f,-61.456f,-30.575f,-2.3303f,-66.679f,-31.25f,-1.3713f,-67.628f,-31.25f,-0.21552f,-68.946f,-31.25f,0.48927f,-70.434f,-31.25f,0.63583f,-71.865f,-31.25f,0.20185f,-73.021f,-31.25f,-0.74661f,-73.725f,-31.25f,-2.0651f,-73.872f,-31.25f,-3.553f,-73.438f,-31.25f,-4.9837f,-72.49f,-31.25f,-6.1395f,-71.171f,-31.25f,-6.8443f,-69.683f,-31.25f,-6.9908f,-68.252f,-31.25f,-6.5568f,-67.097f,-31.25f,-5.6084f,-66.392f,-31.25f,-4.2898f,-66.245f,-31.25f,-2.802f,-67.461f,-32.758f,-1.7888f,-68.19f,-32.758f,-0.90018f,-69.203f,-32.758f,-0.3583f,-70.347f,-32.758f,-0.24562f,-71.447f,-32.758f,-0.57929f,-72.336f,-32.758f,-1.3085f,-72.878f,-32.758f,-2.3223f,-72.991f,-32.758f,-3.4662f,-72.657f,-32.758f,-4.5662f,-71.928f,-32.758f,-5.4548f,-70.914f,-32.758f,-5.9967f,-69.77f,-32.758f,-6.1094f,-68.67f,-32.758f,-5.7757f,-67.781f,-32.758f,-5.0465f,-67.24f,-32.758f,-4.0327f,-67.127f,-32.758f,-2.8888f,-64.888f,-32.845f,-0.41361f,-66.339f,-32.845f,1.3549f,-68.357f,-32.845f,2.4333f,-70.633f,-32.845f,2.6576f,-72.823f,-32.845f,1.9935f,-74.591f,-32.845f,0.5422f,-75.67f,-32.845f,-1.4754f,-75.894f,-32.845f,-3.7521f,-75.23f,-32.845f,-5.9414f,-73.778f,-32.845f,-7.7098f,-71.761f,-32.845f,-8.7883f,-69.484f,-32.845f,-9.0126f,-67.295f,-32.845f,-8.3485f,-65.526f,-32.845f,-6.8972f,-64.448f,-32.845f,-4.8796f,-64.224f,-32.845f,-2.6029f,-66.725f,-33.529f,-1.3956f,-67.661f,-33.529f,-0.25543f,-68.961f,-33.529f,0.43987f,-70.429f,-33.529f,0.58446f,-71.841f,-33.529f,0.15633f,-72.981f,-33.529f,-0.77935f,-73.676f,-33.529f,-2.0801f,-73.821f,-33.529f,-3.548f,-73.393f,-33.529f,-4.9594f,-72.457f,-33.529f,-6.0996f,-71.156f,-33.529f,-6.7949f,-69.688f,-33.529f,-6.9394f,-68.277f,-33.529f,-6.5113f,-67.137f,-33.529f,-5.5756f,-66.441f,-33.529f,-4.2749f,-66.297f,-33.529f,-2.807f,-70.059f,-34.17f,-3.1775f,-67.255f,-29.919f,8.0802f,-70.612f,-29.263f,8.4108f,-70.612f,-30.575f,8.4108f,-60.116f,-29.919f,2.8005f,-62.256f,-29.919f,5.4078f,-76.037f,-29.919f,6.7653f,-78.644f,-29.919f,4.6256f,-81.316f,-29.919f,-0.37398f,-81.647f,-29.263f,-3.7306f,-81.647f,-30.575f,-3.7306f,-80.001f,-29.919f,-9.1555f,-77.862f,-29.919f,-11.763f,-72.862f,-29.919f,-14.435f,-69.506f,-29.263f,-14.766f,-69.506f,-30.575f,-14.766f,-64.081f,-29.919f,-13.12f,-61.473f,-29.919f,-10.981f,-58.801f,-29.263f,-5.981f,-58.47f,-29.919f,-2.6244f,-58.801f,-30.575f,-5.981f};
return value;
}
/** Define subarrays using type float[] */
private float[] getTextureCoordinate_8_78_point_1()
{
float[] value = {0.60272f,0.14477f,0.36496f,0.15027f,0.6142f,0.15671f,0.37645f,0.16221f,0.6142f,0.15671f,0.61689f,0.1595f,0.24033f,0.28438f,0.37913f,0.165f,0.61827f,0.16094f,0.38052f,0.16645f,0.35722f,0.17178f,0.3687f,0.18372f,0.37277f,0.18796f,0.63522f,0.1365f,0.63522f,0.1365f,0.6379f,0.13929f,0.63929f,0.14074f,0.63229f,0.10191f,0.059479f,0.27723f,0.22885f,0.27244f,0.42411f,0.11108f,0.22885f,0.27244f,0.62037f,0.11342f,0.41219f,0.12258f,0.62037f,0.11342f,0.61758f,0.11611f,0.4094f,0.12527f,0.61614f,0.11749f,0.40796f,0.12666f,0.40258f,0.10338f,0.39066f,0.11488f,0.38644f,0.11896f,0.64062f,0.1344f,0.64062f,0.1344f,0.047998f,0.26529f,0.63783f,0.13709f,0.63639f,0.13848f,0.67343f,0.12611f,0.92703f,0.12697f,0.66195f,0.11417f,0.91555f,0.11503f,0.66195f,0.11417f,0.65926f,0.11137f,0.91286f,0.11223f,0.65788f,0.10993f,0.91148f,0.11079f,0.22478f,0.2682f,0.043927f,0.26106f,0.93477f,0.10546f,0.037681f,0.28413f,0.9233f,0.093515f,0.91923f,0.089281f,0.64093f,0.13437f,0.64093f,0.13437f,0.63824f,0.13158f,0.63686f,0.13014f,0.64517f,0.1704f,0.89477f,0.17041f,0.65707f,0.15888f,0.90667f,0.15888f,0.65707f,0.15888f,0.65985f,0.15619f,0.0262f,0.27219f,0.90945f,0.15619f,0.66129f,0.15479f,0.91089f,0.1548f,0.9163f,0.17808f,0.9282f,0.16656f,0.93242f,0.16247f,0.63679f,0.13793f,0.63679f,0.13793f,0.63957f,0.13524f,0.64101f,0.13385f,0.64987f,0.13318f,0.022129f,0.26795f,0.24987f,0.25223f,0.64943f,0.13203f,0.24987f,0.25223f,0.64987f,0.13318f,0.64943f,0.13203f,0.64873f,0.13362f,0.64873f,0.13362f,0.64829f,0.13248f,0.63735f,0.14776f,0.63691f,0.14662f,0.63735f,0.14776f,0.2458f,0.24799f,0.28432f,0.25651f,0.63691f,0.14662f,0.63621f,0.1482f,0.57081f,0.26068f,0.63621f,0.1482f,0.63577f,0.14706f,0.6349f,0.12039f,0.63446f,0.11925f,0.6349f,0.12039f,0.63446f,0.11925f,0.63376f,0.12083f,0.63376f,0.12083f,0.63332f,0.11969f};
return value;
}
private float[] getTextureCoordinate_8_78_point_2()
{
float[] value = {0.62237f,0.13561f,0.62193f,0.13447f,0.27236f,0.26797f,0.55885f,0.27214f,0.62237f,0.13561f,0.26812f,0.27203f,0.62193f,0.13447f,0.62123f,0.13605f,0.62123f,0.13605f,0.62079f,0.13491f,0.61824f,0.13873f,0.61768f,0.13167f,0.61987f,0.12495f,0.62447f,0.11956f,0.63077f,0.11635f,0.63782f,0.1158f,0.64455f,0.11798f,0.64993f,0.12258f,0.65314f,0.12888f,0.6537f,0.13594f,0.65151f,0.14266f,0.64692f,0.14804f,0.64061f,0.15126f,0.63356f,0.15181f,0.62683f,0.14963f,0.62145f,0.14503f,0.62798f,0.13598f,0.62774f,0.13286f,0.6287f,0.12989f,0.63073f,0.12751f,0.63352f,0.1261f,0.63663f,0.12585f,0.63961f,0.12682f,0.64198f,0.12885f,0.6434f,0.13163f,0.64365f,0.13475f,0.64268f,0.13772f,0.64065f,0.14009f,0.63787f,0.14151f,0.63475f,0.14176f,0.63178f,0.14079f,0.6294f,0.13876f,0.63073f,0.1352f,0.63057f,0.1332f,0.63119f,0.13128f,0.6325f,0.12975f,0.63429f,0.12884f,0.6363f,0.12868f,0.63821f,0.1293f,0.63974f,0.13061f,0.64066f,0.1324f,0.64081f,0.13441f,0.64019f,0.13632f,0.63889f,0.13786f,0.63709f,0.13877f,0.63509f,0.13893f,0.63317f,0.13831f,0.63164f,0.137f,0.63076f,0.1352f,0.6306f,0.1332f,0.55461f,0.2762f,0.63122f,0.1313f,0.63252f,0.12978f,0.6343f,0.12887f,0.63629f,0.12871f,0.6382f,0.12933f,0.63972f,0.13063f,0.64063f,0.13241f,0.64078f,0.13441f,0.64017f,0.13631f,0.63887f,0.13783f,0.63708f,0.13874f,0.63509f,0.1389f,0.63319f,0.13828f,0.63167f,0.13698f,0.61824f,0.13873f,0.61987f,0.12495f,0.62447f,0.11956f,0.63782f,0.1158f,0.64993f,0.12258f,0.65314f,0.12888f,0.6537f,0.13594f,0.65151f,0.14266f,0.64692f,0.14804f,0.64061f,0.15126f,0.63356f,0.15181f,0.62683f,0.14963f,0.61824f,0.13873f,0.61768f,0.13167f,0.61987f,0.12495f,0.62447f,0.11956f,0.63077f,0.11635f,0.63782f,0.1158f,0.64455f,0.11798f,0.64993f,0.12258f,0.65314f,0.12888f,0.6537f,0.13594f,0.65151f,0.14266f,0.64692f,0.14804f,0.64061f,0.15126f};
return value;
}
private float[] getTextureCoordinate_8_78_point_3()
{
float[] value = {0.63356f,0.15181f,0.62683f,0.14963f,0.62145f,0.14503f,0.62796f,0.13599f,0.62771f,0.13286f,0.62868f,0.12988f,0.63072f,0.12749f,0.63351f,0.12607f,0.63664f,0.12582f,0.63962f,0.12679f,0.642f,0.12883f,0.64343f,0.13162f,0.64367f,0.13475f,0.64271f,0.13773f,0.64067f,0.14012f,0.63787f,0.14154f,0.63475f,0.14179f,0.63177f,0.14082f,0.62938f,0.13878f,0.62974f,0.13548f,0.62956f,0.13308f,0.6303f,0.13079f,0.63187f,0.12895f,0.63401f,0.12786f,0.63642f,0.12767f,0.57766f,0.28249f,0.5657f,0.29395f,0.56146f,0.29801f,0.25218f,0.24692f,0.24794f,0.25098f,0.26175f,0.21446f,0.56902f,0.2184f,0.27324f,0.22639f,0.5805f,0.23034f,0.27731f,0.23063f,0.58458f,0.23457f,0.59082f,0.2115f,0.6023f,0.22344f,0.60637f,0.22767f,0.25222f,0.24661f,0.2563f,0.25084f,0.63871f,0.12841f,0.21639f,0.24096f,0.64055f,0.12998f,0.64164f,0.13213f,0.037703f,0.23964f,0.64183f,0.13453f,0.22837f,0.22952f,0.64108f,0.13682f,0.63952f,0.13866f,0.63737f,0.13975f,0.63497f,0.13994f,0.63267f,0.1392f,0.63084f,0.13763f,0.62385f,0.13714f,0.62348f,0.13236f,0.22837f,0.22952f,0.62496f,0.1278f,0.62808f,0.12415f,0.63235f,0.12197f,0.63714f,0.12159f,0.6417f,0.12307f,0.64535f,0.12619f,0.64753f,0.13047f,0.64791f,0.13525f,0.64642f,0.13981f,0.64331f,0.14346f,0.63903f,0.14564f,0.63425f,0.14602f,0.62968f,0.14454f,0.62603f,0.14142f,0.62806f,0.13596f,0.62782f,0.13287f,0.62877f,0.12993f,0.63078f,0.12758f,0.63354f,0.12617f,0.63662f,0.12593f,0.63957f,0.12689f,0.64192f,0.1289f,0.64332f,0.13165f,0.64357f,0.13474f,0.64261f,0.13768f,0.6406f,0.14003f,0.63784f,0.14144f,0.63476f,0.14168f,0.63182f,0.14072f,0.62947f,0.13871f,0.63569f,0.1338f,0.61509f,0.12086f,0.61968f,0.11548f,0.61968f,0.11548f,0.61197f,0.13922f,0.61141f,0.13217f,0.63028f,0.11008f,0.63733f,0.10952f,0.64864f,0.1132f,0.65402f,0.11779f,0.65402f,0.11779f,0.65942f,0.12839f,0.65997f,0.13544f};
return value;
}
private float[] getTextureCoordinate_8_78_point_4()
{
float[] value = {0.6563f,0.14675f,0.6517f,0.15213f,0.6517f,0.15213f,0.64111f,0.15753f,0.63406f,0.15809f,0.62275f,0.15441f,0.61737f,0.14982f,0.62275f,0.15441f,0.049682f,0.2282f,0.23261f,0.22546f,0.053929f,0.22414f,0.030882f,0.21782f,0.042861f,0.20638f,0.047108f,0.20232f,0.2485f,0.2506f,0.2485f,0.2506f,0.25131f,0.24793f,0.25275f,0.24655f,0.25377f,0.23772f,0.25489f,0.2382f,0.25489f,0.2382f,0.25328f,0.23884f,0.25441f,0.23933f,0.25328f,0.23884f,0.25441f,0.23933f,0.23871f,0.24966f,0.23983f,0.25014f,0.23983f,0.25014f,0.23822f,0.25078f,0.23934f,0.25127f,0.23822f,0.25078f,0.23934f,0.25127f,0.26596f,0.25318f,0.26708f,0.25366f,0.26708f,0.25366f,0.26547f,0.2543f,0.26659f,0.25478f,0.26547f,0.2543f,0.26659f,0.25478f,0.25026f,0.2651f,0.25138f,0.26559f,0.25138f,0.26559f,0.24978f,0.26622f,0.2509f,0.26671f,0.24978f,0.26622f,0.2509f,0.26671f,0.25258f,0.25186f,0.24698f,0.26911f,0.25401f,0.26994f,0.26082f,0.26802f,0.26637f,0.26364f,0.26983f,0.25746f,0.27066f,0.25044f,0.26874f,0.24363f,0.26436f,0.23807f,0.25819f,0.23461f,0.25116f,0.23378f,0.24435f,0.2357f,0.2388f,0.24008f,0.23534f,0.24626f,0.23451f,0.25328f,0.23643f,0.26009f,0.24081f,0.26565f,0.251f,0.25674f,0.25299f,0.25697f,0.25491f,0.25643f,0.25648f,0.25519f,0.25746f,0.25344f,0.2577f,0.25146f,0.25715f,0.24953f,0.25591f,0.24796f,0.25417f,0.24698f,0.25218f,0.24675f,0.25026f,0.24729f,0.24869f,0.24853f,0.24771f,0.25028f,0.24747f,0.25226f,0.24802f,0.25419f,0.24925f,0.25576f,0.25019f,0.25921f,0.25319f,0.25957f,0.2561f,0.25875f,0.25846f,0.25688f,0.25994f,0.25425f,0.26029f,0.25125f,0.25947f,0.24835f,0.25761f,0.24598f,0.25497f,0.2445f,0.25198f,0.24415f,0.24907f,0.24497f,0.2467f,0.24684f,0.24523f,0.24947f,0.24487f,0.25247f,0.24569f,0.25537f,0.24756f,0.25774f,0.24698f,0.26911f,0.25401f,0.26994f,0.26082f,0.26802f,0.26637f,0.26364f,0.26983f,0.25746f};
return value;
}
private float[] getTextureCoordinate_8_78_point_5()
{
float[] value = {0.27066f,0.25044f,0.26874f,0.24363f,0.26436f,0.23807f,0.25819f,0.23461f,0.25116f,0.23378f,0.24435f,0.2357f,0.2388f,0.24008f,0.23534f,0.24626f,0.23451f,0.25328f,0.23643f,0.26009f,0.24081f,0.26565f,0.24698f,0.26911f,0.25401f,0.26994f,0.26082f,0.26802f,0.26637f,0.26364f,0.26983f,0.25746f,0.27066f,0.25044f,0.26874f,0.24363f,0.25819f,0.23461f,0.23534f,0.24626f,0.23643f,0.26009f,0.24081f,0.26565f,0.25067f,0.25774f,0.25307f,0.25802f,0.25539f,0.25737f,0.25728f,0.25587f,0.25846f,0.25377f,0.25874f,0.25137f,0.25809f,0.24905f,0.2566f,0.24716f,0.25449f,0.24598f,0.2521f,0.2457f,0.24978f,0.24635f,0.24788f,0.24785f,0.24671f,0.24995f,0.24642f,0.25234f,0.24708f,0.25467f,0.24857f,0.25656f,0.24878f,0.26356f,0.25355f,0.26412f,0.25817f,0.26282f,0.26194f,0.25985f,0.26428f,0.25566f,0.26485f,0.25089f,0.26354f,0.24628f,0.26057f,0.24251f,0.25638f,0.24016f,0.25162f,0.2396f,0.247f,0.2409f,0.24323f,0.24387f,0.24089f,0.24806f,0.24032f,0.25282f,0.24163f,0.25744f,0.2446f,0.26121f,0.26471f,0.27296f,0.27027f,0.26858f,0.27027f,0.26858f,0.24624f,0.27535f,0.25327f,0.27619f,0.27608f,0.2582f,0.27691f,0.25118f,0.27368f,0.23973f,0.2693f,0.23418f,0.25893f,0.22836f,0.2519f,0.22753f,0.24046f,0.23076f,0.2349f,0.23514f,0.22909f,0.24552f,0.22826f,0.25254f,0.23149f,0.26399f,0.23587f,0.26954f};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_84_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,13,-1,0,13,14,-1,0,14,15,-1,0,15,16,-1,0,16,1,-1,1,17,18,-1,1,18,2,-1,2,18,19,-1,2,19,3,-1,3,19,20,-1,3,20,4,-1,4,20,21,-1,4,21,5,-1,5,21,22,-1,5,22,6,-1,6,22,23,-1,6,23,7,-1,7,23,24,-1,7,24,8,-1,8,24,25,-1,8,25,9,-1,9,25,26,-1,9,26,10,-1,10,26,27,-1,10,27,11,-1,11,27,28,-1,11,28,12,-1,12,28,29,-1,12,29,13,-1,13,29,30,-1,13,30,14,-1,14,30,31,-1,14,31,15,-1,15,31,32,-1,15,32,16,-1,16,32,17,-1,16,17,1,-1,17,33,34,-1,17,34,18,-1,18,34,35,-1,18,35,19,-1,19,35,36,-1,19,36,20,-1,20,36,37,-1,20,37,21,-1,21,37,38,-1,21,38,22,-1,22,38,39,-1,22,39,23,-1,23,39,40,-1,23,40,24,-1,24,40,41,-1,24,41,25,-1,25,41,42,-1,25,42,26,-1,26,42,43,-1,26,43,27,-1,27,43,44,-1,27,44,28,-1,28,44,45,-1,28,45,29,-1,29,45,46,-1,29,46,30,-1,30,46,47,-1,30,47,31,-1,31,47,48,-1,31,48,32,-1,32,48,33,-1,32,33,17,-1,33,49,50,-1,33,50,34,-1,34,50,51,-1,34,51,35,-1,35,51,52,-1,35,52,36,-1,36,52,53,-1,36,53,37,-1,37,53,54,-1,37,54,38,-1,38,54,55,-1,38,55,39,-1,39,55,56,-1,39,56,40,-1,40,56,57,-1,40,57,41,-1,41,57,58,-1,41,58,42,-1,42,58,59,-1,42,59,43,-1,43,59,60,-1,43,60,44,-1,44,60,61,-1,44,61,45,-1,45,61,62,-1,45,62,46,-1,46,62,63,-1,46,63,47,-1,47,63,64,-1,47,64,48,-1,48,64,49,-1,48,49,33,-1,65,50,49,-1,65,51,50,-1,65,52,51,-1,65,53,52,-1,65,54,53,-1,65,55,54,-1,65,56,55,-1,65,57,56,-1,65,58,57,-1,65,59,58,-1,65,60,59,-1,65,61,60,-1,65,62,61,-1,65,63,62,-1,65,64,63,-1,65,49,64,-1,66,68,69,-1,69,67,66,-1,70,67,69,-1,69,71,70,-1,82,83,81,-1,69,68,71,-1,73,72,74,-1,74,75,73,-1,68,66,72,-1,72,73,68,-1,70,71,75,-1,75,74,70,-1,81,83,85,-1,85,84,81,-1,71,68,73,-1,73,75,71,-1,66,67,77,-1,77,76,66,-1,67,70,78,-1,78,77,67,-1,74,72,79,-1,79,80,74,-1,72,66,76,-1,76,79,72,-1,70,74,80,-1,80,78,70,-1,76,77,82,-1,82,81,76,-1,77,78,83,-1,83,82,77,-1,78,80,85,-1,85,83,78,-1,80,79,84,-1,84,85,80,-1,79,76,81,-1,81,84,79,-1,86,88,89,-1,89,87,86,-1,90,87,89,-1,89,91,90,-1,102,103,101,-1,89,88,91,-1,93,92,94,-1,94,95,93,-1,88,86,92,-1,92,93,88,-1,90,91,95,-1,95,94,90,-1,101,103,105,-1,105,104,101,-1,91,88,93,-1,93,95,91,-1,86,87,97,-1,97,96,86,-1,87,90,98,-1,98,97,87,-1,94,92,99,-1,99,100,94,-1,92,86,96,-1,96,99,92,-1,90,94,100,-1,100,98,90,-1,96,97,102,-1,102,101,96,-1,97,98,103,-1,103,102,97,-1,98,100,105,-1,105,103,98,-1,100,99,104,-1,104,105,100,-1,99,96,101,-1,101,104,99,-1,106,108,109,-1,109,107,106,-1,110,107,109,-1,109,111,110,-1,122,123,121,-1,109,108,111,-1,113,112,114,-1,114,115,113,-1,108,106,112,-1,112,113,108,-1,110,111,115,-1,115,114,110,-1,121,123,125,-1,125,124,121,-1,111,108,113,-1,113,115,111,-1,106,107,117,-1,117,116,106,-1,107,110,118,-1,118,117,107,-1,114,112,119,-1,119,120,114,-1,112,106,116,-1,116,119,112,-1,110,114,120,-1,120,118,110,-1,116,117,122,-1,122,121,116,-1,117,118,123,-1,123,122,117,-1,118,120,125,-1,125,123,118,-1,120,119,124,-1,124,125,120,-1,119,116,121,-1,121,124,119,-1,126,128,129,-1,129,127,126,-1,130,127,129,-1,129,131,130,-1,142,143,141,-1,129,128,131,-1,133,132,134,-1,134,135,133,-1,128,126,132,-1,132,133,128,-1,130,131,135,-1,135,134,130,-1,141,143,145,-1,145,144,141,-1};
return value;
}
private int[] getIndexedFaceSet_7_84_coordIndex_2()
{
int[] value = {131,128,133,-1,133,135,131,-1,126,127,137,-1,137,136,126,-1,127,130,138,-1,138,137,127,-1,134,132,139,-1,139,140,134,-1,132,126,136,-1,136,139,132,-1,130,134,140,-1,140,138,130,-1,136,137,142,-1,142,141,136,-1,137,138,143,-1,143,142,137,-1,138,140,145,-1,145,143,138,-1,140,139,144,-1,144,145,140,-1,139,136,141,-1,141,144,139,-1,146,148,149,-1,149,147,146,-1,150,151,153,-1,153,152,150,-1,146,147,151,-1,151,150,146,-1,147,149,153,-1,153,151,147,-1,149,148,152,-1,152,153,149,-1,148,146,150,-1,150,152,148,-1,154,156,157,-1,157,155,154,-1,158,159,161,-1,161,160,158,-1,154,155,159,-1,159,158,154,-1,155,157,161,-1,161,159,155,-1,157,156,160,-1,160,161,157,-1,156,154,158,-1,158,160,156,-1};
return value;
}
/** Define subarrays using type int[] */
private int[] getIndexedFaceSet_7_84_texCoordIndex_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,59,61,62,-1,59,62,63,-1,59,63,64,-1,59,64,65,-1,59,65,66,-1,59,66,77,-1,59,77,78,-1,59,78,60,-1,1,10,11,-1,1,11,2,-1,2,11,12,-1,2,12,3,-1,3,12,13,-1,3,13,4,-1,4,13,14,-1,4,14,5,-1,5,14,15,-1,5,15,6,-1,6,15,16,-1,6,16,7,-1,7,16,17,-1,7,17,8,-1,8,17,18,-1,8,18,9,-1,61,80,81,-1,61,81,62,-1,62,81,82,-1,62,82,63,-1,63,82,83,-1,63,83,64,-1,64,83,84,-1,64,84,65,-1,65,84,94,-1,65,94,66,-1,66,94,95,-1,66,95,77,-1,77,95,96,-1,77,96,78,-1,78,96,79,-1,78,79,60,-1,10,19,20,-1,10,20,11,-1,11,20,21,-1,11,21,12,-1,12,21,22,-1,12,22,13,-1,13,22,23,-1,13,23,14,-1,14,23,24,-1,14,24,15,-1,15,24,25,-1,15,25,16,-1,16,25,26,-1,16,26,17,-1,17,26,27,-1,17,27,18,-1,80,98,99,-1,80,99,81,-1,81,99,100,-1,81,100,82,-1,82,100,101,-1,82,101,83,-1,83,101,111,-1,83,111,84,-1,84,111,112,-1,84,112,94,-1,94,112,113,-1,94,113,95,-1,95,113,114,-1,95,114,96,-1,96,114,97,-1,96,97,79,-1,19,28,29,-1,19,29,20,-1,20,29,30,-1,20,30,21,-1,21,30,31,-1,21,31,22,-1,22,31,32,-1,22,32,23,-1,23,32,33,-1,23,33,24,-1,24,33,34,-1,24,34,25,-1,25,34,35,-1,25,35,26,-1,26,35,36,-1,26,36,27,-1,98,116,117,-1,98,117,99,-1,99,117,118,-1,99,118,100,-1,100,118,128,-1,100,128,101,-1,101,128,129,-1,101,129,111,-1,111,129,130,-1,111,130,112,-1,112,130,131,-1,112,131,113,-1,113,131,132,-1,113,132,114,-1,114,132,115,-1,114,115,97,-1,37,29,28,-1,37,30,29,-1,37,31,30,-1,37,32,31,-1,37,33,32,-1,37,34,33,-1,37,35,34,-1,37,36,35,-1,133,117,116,-1,133,118,117,-1,133,128,118,-1,133,129,128,-1,133,130,129,-1,133,131,130,-1,133,132,131,-1,133,115,132,-1,38,40,41,-1,41,39,38,-1,42,39,41,-1,41,43,42,-1,167,168,165,-1,41,40,43,-1,147,146,148,-1,148,149,147,-1,135,134,146,-1,146,147,135,-1,144,145,149,-1,149,148,144,-1,165,168,170,-1,170,169,165,-1,43,40,44,-1,44,45,43,-1,38,39,47,-1,47,46,38,-1,39,42,48,-1,48,47,39,-1,148,146,154,-1,154,156,148,-1,146,134,150,-1,150,154,146,-1,144,148,156,-1,156,151,144,-1,46,47,50,-1,50,49,46,-1,47,48,51,-1,51,50,47,-1,151,156,170,-1,170,168,151,-1,156,154,169,-1,169,170,156,-1,154,150,165,-1,165,169,154,-1,171,173,174,-1,174,172,171,-1,175,172,174,-1,174,176,175,-1,74,75,73,-1,54,53,56,-1,58,57,67,-1,67,68,58,-1,53,52,57,-1,57,58,53,-1,55,56,68,-1,68,67,55,-1,182,184,186,-1,186,185,182,-1,176,173,177,-1,177,178,176,-1,171,172,180,-1,180,179,171,-1,172,175,181,-1,181,180,172,-1,67,57,71,-1,71,72,67,-1,57,52,69,-1,69,71,57,-1,55,67,72,-1,72,70,55,-1,179,180,183,-1,183,182,179,-1,180,181,184,-1,184,183,180,-1,70,72,85,-1,85,75,70,-1,72,71,76,-1,76,85,72,-1,71,69,73,-1,73,76,71,-1,187,189,190,-1,190,188,187,-1,191,188,190,-1,190,192,191,-1,107,108,106,-1,190,189,192,-1,91,90,92,-1,92,93,91,-1,87,86,90,-1,90,91,87,-1,88,89,93,-1,93,92,88,-1,106,108,110,-1,110,109,106,-1,192,189,193,-1,193,194,192,-1,187,188,196,-1,196,195,187,-1,188,191,197,-1,197,196,188,-1,92,90,104,-1,104,105,92,-1,90,86,102,-1,102,104,90,-1,88,92,105,-1,105,103,88,-1,195,196,199,-1,199,198,195,-1,196,197,200,-1,200,199,196,-1,103,105,110,-1,110,108,103,-1,105,104,109,-1,109,110,105,-1,104,102,106,-1,106,109,104,-1,119,121,122,-1,122,120,119,-1,123,120,122,-1,122,124,123,-1,137,138,136,-1,203,202,205,-1,207,206,208,-1,208,209,207,-1,202,201,206,-1,206,207,202,-1,204,205,209,-1,209,208,204,-1,136,138,140,-1,140,139,136,-1};
return value;
}
private int[] getIndexedFaceSet_7_84_texCoordIndex_2()
{
int[] value = {205,202,207,-1,207,209,205,-1,119,120,126,-1,126,125,119,-1,120,123,127,-1,127,126,120,-1,208,206,212,-1,212,213,208,-1,206,201,210,-1,210,212,206,-1,204,208,213,-1,213,211,204,-1,125,126,137,-1,137,136,125,-1,126,127,138,-1,138,137,126,-1,211,213,217,-1,217,215,211,-1,213,212,216,-1,216,217,213,-1,212,210,214,-1,214,216,212,-1,218,220,221,-1,221,219,218,-1,222,223,225,-1,225,224,222,-1,141,142,153,-1,153,152,141,-1,219,221,225,-1,157,153,142,-1,221,220,224,-1,224,225,221,-1,143,141,152,-1,152,155,143,-1,158,160,161,-1,161,159,158,-1,162,163,166,-1,231,230,228,-1,158,159,163,-1,163,162,158,-1,226,227,231,-1,231,229,226,-1,161,160,164,-1,164,166,161,-1,160,158,162,-1,162,164,160,-1};
return value;
}
/** Define subarrays using type float[] */
private float[] getCoordinate_8_84_point_1()
{
float[] value = {0.75907f,-1.168f,1.528f,0.75907f,-0.75769f,-3.7384f,-1.1835f,-0.89313f,-3.3765f,-2.8303f,-1.2788f,-2.346f,-3.9307f,-1.8561f,-0.80364f,-4.3171f,-2.537f,1.0157f,-3.9307f,-3.2178f,2.835f,-2.8303f,-3.7951f,4.3773f,-1.1835f,-4.1808f,5.4079f,0.75908f,-4.3162f,5.7698f,2.7016f,-4.1808f,5.4079f,4.3484f,-3.7951f,4.3773f,5.4488f,-3.2178f,2.835f,5.8352f,-2.5369f,1.0157f,5.4488f,-1.8561f,-0.80364f,4.3484f,-1.2788f,-2.346f,2.7016f,-0.89313f,-3.3765f,0.75907f,-1.5571f,-3.625f,-1.0356f,-1.6822f,-3.2907f,-2.5571f,-2.0385f,-2.3386f,-3.5737f,-2.5718f,-0.91364f,-3.9307f,-3.2009f,0.76719f,-3.5737f,-3.8299f,2.448f,-2.5571f,-4.3632f,3.8729f,-1.0356f,-4.7196f,4.8251f,0.75908f,-4.8447f,5.1594f,2.5538f,-4.7196f,4.8251f,4.0752f,-4.3632f,3.8729f,5.0918f,-3.8299f,2.448f,5.4488f,-3.2009f,0.76718f,5.0918f,-2.5718f,-0.91364f,4.0752f,-2.0385f,-2.3386f,2.5538f,-1.6822f,-3.2907f,0.75907f,-2.6233f,-2.8492f,-0.61452f,-2.719f,-2.5933f,-1.779f,-2.9918f,-1.8645f,-2.5571f,-3.3999f,-0.77395f,-2.8303f,-3.8814f,0.5125f,-2.5571f,-4.3629f,1.7989f,-1.779f,-4.771f,2.8895f,-0.61452f,-5.0438f,3.6183f,0.75908f,-5.1395f,3.8741f,2.1327f,-5.0438f,3.6183f,3.2971f,-4.771f,2.8895f,4.0752f,-4.3629f,1.7989f,4.3484f,-3.8814f,0.5125f,4.0752f,-3.3999f,-0.77395f,3.2971f,-2.9918f,-1.8645f,2.1327f,-2.719f,-2.5933f,0.75907f,-3.778f,-1.5229f,0.015692f,-3.8298f,-1.3844f,-0.61452f,-3.9774f,-0.99007f,-1.0356f,-4.1983f,-0.39984f,-1.1835f,-4.4589f,0.29638f,-1.0356f,-4.7194f,0.9926f,-0.61452f,-4.9403f,1.5828f,0.015692f,-5.0879f,1.9772f,0.75907f,-5.1397f,2.1157f,1.5025f,-5.0879f,1.9772f,2.1327f,-4.9403f,1.5828f,2.5538f,-4.7194f,0.9926f,2.7016f,-4.4589f,0.29638f,2.5538f,-4.1983f,-0.39984f,2.1327f,-3.9774f,-0.99007f,1.5025f,-3.8298f,-1.3844f,0.75907f,-4.8207f,0.16094f,-14.619f,-2.1676f,1.5067f,-14.625f,-0.85236f,-1.2259f,-27.055f,-2.1765f,1.5304f,-27.061f,-0.8612f,-1.2023f,-14.619f,-1.6544f,1.6988f,-27.055f,-1.6633f,1.7224f,-14.617f,-2.3395f,2.4002f,-27.053f,-2.3483f,2.4238f,-14.616f,-2.3031f,2.9509f,-27.052f,-2.312f,2.9745f,-10.721f,-1.7937f,0.50773f,-10.725f,-0.84958f,-1.2333f,-10.721f,-1.2805f,0.6998f,-10.719f,-1.9656f,1.4012f,-10.718f,-1.9292f,1.9518f,-5.7213f,-1.7083f,0.27942f,-5.7266f,-0.53043f,-2.0861f,-5.7213f,-1.1951f,0.47149f,-5.7195f,-1.8802f,1.1729f,-5.7184f,-1.8438f,1.7235f,0.054375f,3.4932f,-13.619f,3.0747f,3.7498f,-13.523f,0.054374f,7.8523f,-25.266f,3.0747f,8.1089f,-25.17f,0.054375f,4.0064f,-13.427f,0.054374f,8.3655f,-25.074f,-0.84265f,3.6357f,-13.565f,-0.84265f,7.9949f,-25.213f,-1.3456f,3.8484f,-13.486f,-1.3456f,8.2076f,-25.133f,1.1131f,2.1262f,-9.966f,3.0747f,2.3828f,-9.87f,1.1131f,2.6393f,-9.7739f,0.21613f,2.2687f,-9.9127f};
return value;
}
private float[] getCoordinate_8_84_point_2()
{
float[] value = {-0.28685f,2.4814f,-9.8331f,1.3468f,0.37358f,-5.2832f,3.9751f,0.63018f,-5.1872f,1.3468f,0.88678f,-5.0911f,0.44976f,0.51611f,-5.2299f,-0.053221f,0.72879f,-5.1503f,16.272f,-1.6192f,0.041427f,16.279f,-2.4213f,2.9661f,28.708f,-1.609f,0.01421f,28.715f,-2.4111f,2.9389f,16.272f,-1.106f,0.23349f,28.708f,-1.0958f,0.20628f,16.27f,-1.1623f,-0.74534f,28.706f,-1.1521f,-0.77255f,16.268f,-0.77328f,-1.1368f,28.705f,-0.7631f,-1.164f,12.374f,-1.9935f,1.0416f,12.379f,-2.4245f,2.9747f,12.374f,-1.4803f,1.2336f,12.372f,-1.5366f,0.2548f,12.371f,-1.1476f,-0.13668f,7.3748f,-2.0795f,1.2713f,7.3809f,-2.7442f,3.8289f,7.3748f,-1.5663f,1.4634f,7.3727f,-1.6226f,0.48455f,7.3715f,-1.2336f,0.093073f,1.6858f,-7.5958f,16.01f,-1.3345f,-7.3432f,16.117f,1.7328f,-11.955f,27.658f,-1.2875f,-11.702f,27.765f,1.6858f,-7.0826f,16.203f,1.7328f,-11.442f,27.85f,2.5828f,-7.452f,16.061f,2.6298f,-11.811f,27.708f,3.0858f,-7.2387f,16.138f,3.1328f,-11.598f,27.786f,0.61232f,-6.2302f,12.362f,-1.3492f,-5.9762f,12.465f,0.61232f,-5.717f,12.554f,1.5093f,-6.0864f,12.412f,2.0123f,-5.8731f,12.49f,0.3598f,-4.4779f,7.6798f,-2.2685f,-4.2248f,7.7851f,0.3598f,-3.9647f,7.8718f,1.2568f,-4.3342f,7.7299f,1.7598f,-4.1209f,7.8077f,0.34193f,0.7539f,-6.7894f,0.34193f,-4.9391f,8.4221f,1.0598f,0.7539f,-6.7894f,1.0598f,-4.9391f,8.4221f,0.34193f,1.4262f,-6.5378f,0.34193f,-4.2668f,8.6737f,1.0598f,1.4262f,-6.5378f,1.0598f,-4.2668f,8.6737f,-6.5966f,-2.2184f,1.1525f,9.6453f,-2.2184f,1.1525f,-6.5966f,-1.9668f,0.48021f,9.6453f,-1.9668f,0.48021f,-6.5966f,-1.5461f,1.4042f,9.6453f,-1.5461f,1.4042f,-6.5966f,-1.2945f,0.73183f,9.6453f,-1.2945f,0.73183f};
return value;
}
/** Define subarrays using type float[] */
private float[] getTextureCoordinate_8_85_point_1()
{
float[] value = {0.46691f,0.22844f,0.40682f,0.21195f,0.41138f,0.2119f,0.42435f,0.21173f,0.44378f,0.21149f,0.46669f,0.2112f,0.4896f,0.21091f,0.50902f,0.21067f,0.522f,0.2105f,0.52656f,0.21045f,0.41127f,0.20353f,0.41548f,0.20348f,0.42747f,0.20333f,0.44542f,0.2031f,0.46658f,0.20284f,0.48775f,0.20257f,0.50569f,0.20235f,0.51769f,0.20219f,0.5219f,0.20214f,0.42414f,0.1948f,0.42736f,0.19476f,0.43654f,0.19464f,0.45027f,0.19447f,0.46647f,0.19427f,0.48268f,0.19406f,0.49641f,0.19389f,0.50559f,0.19378f,0.50881f,0.19374f,0.44347f,0.18728f,0.44522f,0.18726f,0.45018f,0.1872f,0.45762f,0.18711f,0.46638f,0.187f,0.47515f,0.18689f,0.48258f,0.18679f,0.48755f,0.18673f,0.48929f,0.18671f,0.46633f,0.18244f,0.47066f,0.21726f,0.43508f,0.22094f,0.47096f,0.21726f,0.43538f,0.22094f,0.47074f,0.22372f,0.47104f,0.22372f,0.48156f,0.21892f,0.48753f,0.22152f,0.45808f,0.21742f,0.43499f,0.22094f,0.45816f,0.22388f,0.45521f,0.21745f,0.42425f,0.22108f,0.45529f,0.22392f,0.28018f,0.21966f,0.1335f,0.22151f,0.13354f,0.22474f,0.28027f,0.22612f,0.13358f,0.22797f,0.28021f,0.22145f,0.13353f,0.2233f,0.45218f,0.12168f,0.40005f,0.1381f,0.50506f,0.13549f,0.50107f,0.13559f,0.48969f,0.13587f,0.47265f,0.1363f,0.45256f,0.13679f,0.43247f,0.13729f,0.28024f,0.22413f,0.13356f,0.22598f,0.32618f,0.21908f,0.32626f,0.22554f,0.3262f,0.22087f,0.32624f,0.22355f,0.38515f,0.21834f,0.3852f,0.22157f,0.38524f,0.2248f,0.38518f,0.22013f,0.41543f,0.13771f,0.40405f,0.138f,0.40423f,0.14533f,0.50125f,0.14293f,0.49756f,0.14302f,0.48704f,0.14328f,0.4713f,0.14367f,0.45274f,0.14413f,0.38521f,0.22281f,0.45221f,0.21749f,0.45187f,0.2175f,0.45229f,0.22396f,0.45195f,0.22396f,0.44165f,0.21942f,0.44131f,0.21942f,0.43575f,0.22217f,0.43541f,0.22218f,0.43418f,0.14459f,0.41844f,0.14498f,0.40792f,0.14524f,0.4158f,0.15256f,0.49005f,0.15072f,0.48723f,0.15079f};
return value;
}
private float[] getTextureCoordinate_8_85_point_2()
{
float[] value = {0.47918f,0.15099f,0.46713f,0.15129f,0.4648f,0.21733f,0.46489f,0.2238f,0.45425f,0.21926f,0.44835f,0.22201f,0.4677f,0.2173f,0.49874f,0.22014f,0.46778f,0.22376f,0.45714f,0.21923f,0.45124f,0.22198f,0.45293f,0.15164f,0.43872f,0.152f,0.42667f,0.15229f,0.41863f,0.15249f,0.43299f,0.15852f,0.47318f,0.15752f,0.47165f,0.15756f,0.46729f,0.15767f,0.65331f,0.21496f,0.65349f,0.21819f,0.79999f,0.21311f,0.80017f,0.21634f,0.65339f,0.22142f,0.80008f,0.21958f,0.60736f,0.21554f,0.60749f,0.21877f,0.60744f,0.222f,0.46077f,0.15783f,0.45309f,0.15802f,0.4454f,0.15821f,0.43888f,0.15837f,0.43452f,0.15848f,0.45318f,0.16202f,0.45584f,0.13135f,0.45611f,0.13135f,0.5484f,0.21628f,0.54856f,0.21951f,0.54848f,0.22274f,0.54838f,0.21808f,0.5484f,0.22076f,0.36692f,0.21654f,0.55848f,0.21413f,0.36692f,0.21654f,0.4557f,0.12568f,0.45597f,0.12568f,0.46508f,0.12955f,0.46534f,0.12954f,0.47023f,0.12707f,0.47049f,0.12706f,0.44481f,0.13163f,0.44467f,0.12596f,0.36703f,0.22501f,0.55859f,0.2226f,0.45405f,0.12982f,0.36703f,0.22501f,0.45919f,0.12734f,0.55859f,0.2226f,0.46693f,0.21528f,0.46693f,0.21528f,0.45847f,0.21539f,0.45847f,0.21539f,0.46704f,0.22375f,0.46704f,0.22375f,0.45857f,0.22385f,0.44229f,0.13169f,0.45857f,0.22385f,0.41503f,0.12953f,0.44215f,0.12602f,0.45153f,0.12988f,0.45667f,0.12741f,0.2888f,0.13549f,0.28873f,0.13266f,0.16016f,0.13868f,0.16009f,0.13585f,0.28866f,0.12982f,0.16002f,0.13301f,0.16012f,0.1371f,0.16006f,0.13476f,0.32914f,0.13449f,0.32907f,0.13166f,0.329f,0.12882f,0.38085f,0.13321f,0.38078f,0.13038f,0.38071f,0.12754f,0.38082f,0.13164f,0.38076f,0.12929f,0.43966f,0.13175f,0.47083f,0.12814f,0.43936f,0.13176f,0.47053f,0.12815f,0.43952f,0.12608f,0.43922f,0.12609f,0.43004f,0.13042f,0.42478f,0.1282f,0.45071f,0.13148f,0.47093f,0.12814f,0.45057f,0.12581f,0.45324f,0.13142f,0.48036f,0.12791f};
return value;
}
private float[] getTextureCoordinate_8_85_point_3()
{
float[] value = {0.4531f,0.12575f,0.61603f,0.12738f,0.74467f,0.12419f,0.74471f,0.12136f,0.61589f,0.12171f,0.74453f,0.11853f,0.61595f,0.12581f,0.74459f,0.12262f,0.61588f,0.12346f,0.74451f,0.12027f,0.57573f,0.12838f,0.57559f,0.12271f,0.57566f,0.12681f,0.57558f,0.12446f,0.52402f,0.12966f,0.52388f,0.12399f,0.52395f,0.12809f,0.52387f,0.12574f,0.36493f,0.13538f,0.53293f,0.13122f,0.36493f,0.13538f,0.53293f,0.13122f,0.36474f,0.12796f,0.53274f,0.12379f,0.36474f,0.12796f,0.53274f,0.12379f,0.45264f,0.13321f,0.44522f,0.13339f,0.45246f,0.12578f,0.45246f,0.12578f,0.44503f,0.12597f,0.44503f,0.12597f};
return value;
}
/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #28, 11756 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 getIndexedFaceSet_7_28_coordIndex()
{
MFInt32Object IndexedFaceSet_7_28_coordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_28_coordIndex_1()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_coordIndex_2()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_coordIndex_3()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_coordIndex_4()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_coordIndex_5()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_coordIndex_6()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_coordIndex_7()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_coordIndex_8()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_coordIndex_9()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_coordIndex_10()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_coordIndex_11()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_coordIndex_12()));
return IndexedFaceSet_7_28_coordIndex;
}
/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=7, element #28, 11756 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 getIndexedFaceSet_7_28_texCoordIndex()
{
MFInt32Object IndexedFaceSet_7_28_texCoordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_28_texCoordIndex_1()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_texCoordIndex_2()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_texCoordIndex_3()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_texCoordIndex_4()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_texCoordIndex_5()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_texCoordIndex_6()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_texCoordIndex_7()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_texCoordIndex_8()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_texCoordIndex_9()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_texCoordIndex_10()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_texCoordIndex_11()))
.append(new MFInt32Object(getIndexedFaceSet_7_28_texCoordIndex_12()));
return IndexedFaceSet_7_28_texCoordIndex;
}
/** Large attribute array: Coordinate point field, scene-graph level=8, element #28, 4632 total numbers made up of 1544 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 getCoordinate_8_28_point()
{
MFVec3fObject Coordinate_8_28_point = new MFVec3fObject()/*2.finalize*/
.append(new MFVec3fObject(getCoordinate_8_28_point_1()))
.append(new MFVec3fObject(getCoordinate_8_28_point_2()))
.append(new MFVec3fObject(getCoordinate_8_28_point_3()))
.append(new MFVec3fObject(getCoordinate_8_28_point_4()))
.append(new MFVec3fObject(getCoordinate_8_28_point_5()))
.append(new MFVec3fObject(getCoordinate_8_28_point_6()))
.append(new MFVec3fObject(getCoordinate_8_28_point_7()))
.append(new MFVec3fObject(getCoordinate_8_28_point_8()))
.append(new MFVec3fObject(getCoordinate_8_28_point_9()))
.append(new MFVec3fObject(getCoordinate_8_28_point_10()))
.append(new MFVec3fObject(getCoordinate_8_28_point_11()))
.append(new MFVec3fObject(getCoordinate_8_28_point_12()))
.append(new MFVec3fObject(getCoordinate_8_28_point_13()))
.append(new MFVec3fObject(getCoordinate_8_28_point_14()))
.append(new MFVec3fObject(getCoordinate_8_28_point_15()))
.append(new MFVec3fObject(getCoordinate_8_28_point_16()));
return Coordinate_8_28_point;
}
/** Large attribute array: TextureCoordinate point field, scene-graph level=8, element #29, 4968 total numbers made up of 2484 2-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 MFVec2fObject getTextureCoordinate_8_29_point()
{
MFVec2fObject TextureCoordinate_8_29_point = new MFVec2fObject()/*2.finalize*/
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_1()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_2()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_3()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_4()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_5()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_6()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_7()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_8()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_9()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_10()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_11()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_12()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_13()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_14()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_15()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_16()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_17()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_18()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_19()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_20()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_21()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_22()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_23()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_24()))
.append(new MFVec2fObject(getTextureCoordinate_8_29_point_25()));
return TextureCoordinate_8_29_point;
}
/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #42, 672 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 getIndexedFaceSet_7_42_coordIndex()
{
MFInt32Object IndexedFaceSet_7_42_coordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_42_coordIndex_1()));
return IndexedFaceSet_7_42_coordIndex;
}
/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=7, element #42, 672 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 getIndexedFaceSet_7_42_texCoordIndex()
{
MFInt32Object IndexedFaceSet_7_42_texCoordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_42_texCoordIndex_1()));
return IndexedFaceSet_7_42_texCoordIndex;
}
/** Large attribute array: Coordinate point field, scene-graph level=8, element #42, 291 total numbers made up of 97 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 getCoordinate_8_42_point()
{
MFVec3fObject Coordinate_8_42_point = new MFVec3fObject(new float[] {3.4563f,1.9098f,1.7884f,10.835f,-3.4798f,1.7884f,3.4563f,1.9098f,-3.2995f,10.835f,-3.4798f,-3.2995f,7.1991f,7.0335f,1.7884f,15.22f,7.151f,1.7884f,7.1991f,7.0335f,-3.2995f,15.22f,7.151f,-3.2995f,3.5949f,2.1255f,1.4687f,3.5949f,2.1255f,-2.9798f,7.0357f,6.8359f,1.4687f,7.0357f,6.8359f,-2.9798f,3.3034f,2.3384f,1.4687f,3.3034f,2.3384f,-2.9798f,6.7442f,7.0489f,1.4687f,6.7442f,7.0489f,-2.9798f,3.0229f,-8.4487f,3.2609f,3.3498f,-6.6726f,3.2632f,3.3498f,-6.8031f,-0.23017f,3.3498f,-7.1874f,-0.76381f,3.3498f,-7.7632f,-1.1208f,3.3498f,-8.4427f,-1.2468f,3.3498f,-9.1225f,-1.1226f,3.3498f,-9.6992f,-0.76715f,3.3498f,-10.085f,-0.23454f,3.3498f,-10.225f,3.2585f,4.2806f,-5.1669f,3.2652f,4.2806f,-5.4113f,-0.76145f,4.2806f,-6.1214f,-1.7475f,4.2806f,-7.1852f,-2.4071f,4.2806f,-8.4408f,-2.6399f,4.2806f,-9.697f,-2.4104f,4.2806f,-10.763f,-1.7537f,4.2806f,-11.475f,-0.76952f,4.2806f,-11.731f,3.2565f,5.6737f,-4.1608f,3.2666f,5.6737f,-4.4813f,-1.1164f,5.6737f,-5.4091f,-2.4047f,5.6737f,-6.7991f,-3.2666f,5.6737f,-8.4396f,-3.5708f,5.6737f,-10.081f,-3.271f,5.6737f,-11.473f,-2.4128f,5.6737f,-12.404f,-1.127f,5.6737f,-12.737f,3.2552f,7.317f,-3.8075f,3.2671f,7.317f,-4.1548f,-1.2411f,7.317f,-5.159f,-2.6355f,7.317f,-6.6635f,-3.5684f,7.317f,-8.4392f,-3.8976f,7.317f,-10.216f,-3.5731f,7.317f,-11.723f,-2.6443f,7.317f,-12.731f,-1.2525f,7.317f,-13.09f,3.2547f,8.9603f,-4.1608f,3.2666f,8.9603f,-4.4813f,-1.1164f,8.9603f,-5.4091f,-2.4047f,8.9603f,-6.7991f,-3.2666f,8.9603f,-8.4396f,-3.5708f,8.9603f,-10.081f,-3.271f,8.9603f,-11.473f,-2.4128f,8.9603f,-12.404f,-1.127f,8.9603f,-12.737f,3.2552f,10.353f,-5.1669f,3.2653f,10.353f,-5.4113f,-0.76145f,10.353f,-6.1214f,-1.7475f,10.353f,-7.1852f,-2.4071f,10.353f,-8.4408f,-2.6399f,10.353f,-9.697f,-2.4104f,10.353f,-10.763f,-1.7537f,10.353f,-11.475f,-0.76952f,10.353f,-11.731f,3.2565f,11.284f,-6.6726f,3.2632f,11.284f,-6.8031f,-0.23017f,11.284f,-7.1874f,-0.76381f,11.284f,-7.7632f,-1.1208f,11.284f,-8.4427f,-1.2468f,11.284f,-9.1225f,-1.1226f,11.284f,-9.6992f,-0.76715f,11.284f,-10.085f,-0.23454f,11.284f,-10.225f,3.2585f,11.611f,-8.4487f,3.2609f,3.5018f,-17.796f,-3.463f,10.88f,-12.406f,-3.4558f,3.5018f,-17.802f,1.6249f,10.88f,-12.413f,1.6321f,7.2445f,-22.919f,-3.4698f,15.266f,-23.037f,-3.4699f,7.2445f,-22.926f,1.6181f,15.266f,-23.043f,1.618f,3.6403f,-18.012f,-3.1436f,3.6403f,-18.018f,1.305f,7.0812f,-22.722f,-3.1498f,7.0812f,-22.728f,1.2987f,3.3489f,-18.225f,-3.1438f,3.3489f,-18.23f,1.3047f,6.7897f,-22.935f,-3.1501f,6.7897f,-22.941f,1.298f});
return Coordinate_8_42_point;
}
/** Large attribute array: TextureCoordinate point field, scene-graph level=8, element #43, 210 total numbers made up of 105 2-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 MFVec2fObject getTextureCoordinate_8_43_point()
{
MFVec2fObject TextureCoordinate_8_43_point = new MFVec2fObject()/*2.finalize*/
.append(new MFVec2fObject(getTextureCoordinate_8_43_point_1()))
.append(new MFVec2fObject(getTextureCoordinate_8_43_point_2()));
return TextureCoordinate_8_43_point;
}
/** Large attribute array: IndexedFaceSet colorIndex field, scene-graph level=7, element #49, 1080 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 getIndexedFaceSet_7_49_colorIndex()
{
MFInt32Object IndexedFaceSet_7_49_colorIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_49_colorIndex_1()))
.append(new MFInt32Object(getIndexedFaceSet_7_49_colorIndex_2()));
return IndexedFaceSet_7_49_colorIndex;
}
/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #49, 4320 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 getIndexedFaceSet_7_49_coordIndex()
{
MFInt32Object IndexedFaceSet_7_49_coordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_49_coordIndex_1()))
.append(new MFInt32Object(getIndexedFaceSet_7_49_coordIndex_2()))
.append(new MFInt32Object(getIndexedFaceSet_7_49_coordIndex_3()))
.append(new MFInt32Object(getIndexedFaceSet_7_49_coordIndex_4()))
.append(new MFInt32Object(getIndexedFaceSet_7_49_coordIndex_5()));
return IndexedFaceSet_7_49_coordIndex;
}
/** Large attribute array: Coordinate point field, scene-graph level=8, element #49, 1644 total numbers made up of 548 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 getCoordinate_8_49_point()
{
MFVec3fObject Coordinate_8_49_point = new MFVec3fObject()/*2.finalize*/
.append(new MFVec3fObject(getCoordinate_8_49_point_1()))
.append(new MFVec3fObject(getCoordinate_8_49_point_2()))
.append(new MFVec3fObject(getCoordinate_8_49_point_3()))
.append(new MFVec3fObject(getCoordinate_8_49_point_4()))
.append(new MFVec3fObject(getCoordinate_8_49_point_5()))
.append(new MFVec3fObject(getCoordinate_8_49_point_6()));
return Coordinate_8_49_point;
}
/** Large attribute array: IndexedFaceSet colorIndex field, scene-graph level=7, element #56, 1080 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 getIndexedFaceSet_7_56_colorIndex()
{
MFInt32Object IndexedFaceSet_7_56_colorIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_56_colorIndex_1()))
.append(new MFInt32Object(getIndexedFaceSet_7_56_colorIndex_2()));
return IndexedFaceSet_7_56_colorIndex;
}
/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #56, 4320 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 getIndexedFaceSet_7_56_coordIndex()
{
MFInt32Object IndexedFaceSet_7_56_coordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_56_coordIndex_1()))
.append(new MFInt32Object(getIndexedFaceSet_7_56_coordIndex_2()))
.append(new MFInt32Object(getIndexedFaceSet_7_56_coordIndex_3()))
.append(new MFInt32Object(getIndexedFaceSet_7_56_coordIndex_4()))
.append(new MFInt32Object(getIndexedFaceSet_7_56_coordIndex_5()));
return IndexedFaceSet_7_56_coordIndex;
}
/** Large attribute array: Coordinate point field, scene-graph level=8, element #56, 1644 total numbers made up of 548 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 getCoordinate_8_56_point()
{
MFVec3fObject Coordinate_8_56_point = new MFVec3fObject()/*2.finalize*/
.append(new MFVec3fObject(getCoordinate_8_56_point_1()))
.append(new MFVec3fObject(getCoordinate_8_56_point_2()))
.append(new MFVec3fObject(getCoordinate_8_56_point_3()))
.append(new MFVec3fObject(getCoordinate_8_56_point_4()))
.append(new MFVec3fObject(getCoordinate_8_56_point_5()))
.append(new MFVec3fObject(getCoordinate_8_56_point_6()));
return Coordinate_8_56_point;
}
/** Large attribute array: IndexedFaceSet colorIndex field, scene-graph level=7, element #63, 1656 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 getIndexedFaceSet_7_63_colorIndex()
{
MFInt32Object IndexedFaceSet_7_63_colorIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_63_colorIndex_1()))
.append(new MFInt32Object(getIndexedFaceSet_7_63_colorIndex_2()));
return IndexedFaceSet_7_63_colorIndex;
}
/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #63, 6624 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 getIndexedFaceSet_7_63_coordIndex()
{
MFInt32Object IndexedFaceSet_7_63_coordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_63_coordIndex_1()))
.append(new MFInt32Object(getIndexedFaceSet_7_63_coordIndex_2()))
.append(new MFInt32Object(getIndexedFaceSet_7_63_coordIndex_3()))
.append(new MFInt32Object(getIndexedFaceSet_7_63_coordIndex_4()))
.append(new MFInt32Object(getIndexedFaceSet_7_63_coordIndex_5()))
.append(new MFInt32Object(getIndexedFaceSet_7_63_coordIndex_6()))
.append(new MFInt32Object(getIndexedFaceSet_7_63_coordIndex_7()));
return IndexedFaceSet_7_63_coordIndex;
}
/** Large attribute array: Coordinate point field, scene-graph level=8, element #63, 2514 total numbers made up of 838 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 getCoordinate_8_63_point()
{
MFVec3fObject Coordinate_8_63_point = new MFVec3fObject()/*2.finalize*/
.append(new MFVec3fObject(getCoordinate_8_63_point_1()))
.append(new MFVec3fObject(getCoordinate_8_63_point_2()))
.append(new MFVec3fObject(getCoordinate_8_63_point_3()))
.append(new MFVec3fObject(getCoordinate_8_63_point_4()))
.append(new MFVec3fObject(getCoordinate_8_63_point_5()))
.append(new MFVec3fObject(getCoordinate_8_63_point_6()))
.append(new MFVec3fObject(getCoordinate_8_63_point_7()))
.append(new MFVec3fObject(getCoordinate_8_63_point_8()))
.append(new MFVec3fObject(getCoordinate_8_63_point_9()));
return Coordinate_8_63_point;
}
/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #70, 720 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 getIndexedFaceSet_7_70_coordIndex()
{
MFInt32Object IndexedFaceSet_7_70_coordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_70_coordIndex_1()));
return IndexedFaceSet_7_70_coordIndex;
}
/** Large attribute array: Coordinate point field, scene-graph level=8, element #70, 276 total numbers made up of 92 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 getCoordinate_8_70_point()
{
MFVec3fObject Coordinate_8_70_point = new MFVec3fObject(new float[] {37.167f,8.1538f,-3.4586f,38.616f,6.5006f,-3.4586f,38.528f,6.5006f,-2.9632f,38.277f,6.5006f,-2.5276f,37.892f,6.5006f,-2.2043f,37.419f,6.5006f,-2.0322f,36.916f,6.5006f,-2.0322f,36.443f,6.5006f,-2.2043f,36.058f,6.5006f,-2.5276f,35.806f,6.5006f,-2.9632f,35.719f,6.5006f,-3.4586f,35.806f,6.5006f,-3.954f,36.058f,6.5006f,-4.3897f,36.443f,6.5006f,-4.713f,36.916f,6.5006f,-4.885f,37.419f,6.5006f,-4.885f,37.892f,6.5006f,-4.713f,38.277f,6.5006f,-4.3896f,38.528f,6.5006f,-3.954f,38.616f,4.1842f,-3.4586f,38.528f,4.1842f,-2.9632f,38.277f,4.1842f,-2.5276f,37.892f,4.1842f,-2.2043f,37.419f,4.1842f,-2.0322f,36.916f,4.1842f,-2.0322f,36.443f,4.1842f,-2.2043f,36.058f,4.1842f,-2.5276f,35.806f,4.1842f,-2.9632f,35.719f,4.1842f,-3.4586f,35.806f,4.1842f,-3.954f,36.058f,4.1842f,-4.3897f,36.443f,4.1842f,-4.713f,36.916f,4.1842f,-4.885f,37.419f,4.1842f,-4.885f,37.892f,4.1842f,-4.713f,38.277f,4.1842f,-4.3897f,38.528f,4.1842f,-3.954f,38.616f,-13.608f,-3.4586f,38.528f,-13.608f,-2.9632f,38.277f,-13.608f,-2.5276f,37.892f,-13.608f,-2.2043f,37.419f,-13.608f,-2.0322f,36.916f,-13.608f,-2.0322f,36.443f,-13.608f,-2.2042f,36.058f,-13.608f,-2.5276f,35.806f,-13.608f,-2.9632f,35.719f,-13.608f,-3.4586f,35.806f,-13.608f,-3.954f,36.058f,-13.608f,-4.3896f,36.443f,-13.608f,-4.713f,36.916f,-13.608f,-4.885f,37.419f,-13.608f,-4.885f,37.892f,-13.608f,-4.713f,38.277f,-13.608f,-4.3896f,38.528f,-13.608f,-3.954f,38.616f,-15.925f,-3.4586f,38.528f,-15.925f,-2.9632f,38.277f,-15.925f,-2.5276f,37.892f,-15.925f,-2.2043f,37.419f,-15.925f,-2.0322f,36.916f,-15.925f,-2.0322f,36.443f,-15.925f,-2.2042f,36.058f,-15.925f,-2.5276f,35.806f,-15.925f,-2.9632f,35.719f,-15.925f,-3.4586f,35.806f,-15.925f,-3.954f,36.058f,-15.925f,-4.3896f,36.443f,-15.925f,-4.713f,36.916f,-15.925f,-4.885f,37.419f,-15.925f,-4.885f,37.892f,-15.925f,-4.713f,38.277f,-15.925f,-4.3896f,38.528f,-15.925f,-3.954f,41.828f,-17.544f,-3.4586f,41.547f,-17.544f,-1.8644f,40.738f,-17.544f,-0.46253f,39.498f,-17.544f,0.57801f,37.977f,-17.544f,1.1317f,36.358f,-17.544f,1.1317f,34.837f,-17.544f,0.57801f,33.597f,-17.544f,-0.46253f,32.787f,-17.544f,-1.8644f,32.506f,-17.544f,-3.4586f,32.787f,-17.544f,-5.0528f,33.597f,-17.544f,-6.4547f,34.837f,-17.544f,-7.4952f,36.358f,-17.544f,-8.0489f,37.977f,-17.544f,-8.0489f,39.498f,-17.544f,-7.4952f,40.738f,-17.544f,-6.4547f,41.547f,-17.544f,-5.0528f,37.167f,-17.544f,-3.4586f});
return Coordinate_8_70_point;
}
/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #77, 2240 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 getIndexedFaceSet_7_77_coordIndex()
{
MFInt32Object IndexedFaceSet_7_77_coordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_77_coordIndex_1()))
.append(new MFInt32Object(getIndexedFaceSet_7_77_coordIndex_2()))
.append(new MFInt32Object(getIndexedFaceSet_7_77_coordIndex_3()));
return IndexedFaceSet_7_77_coordIndex;
}
/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=7, element #77, 2240 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 getIndexedFaceSet_7_77_texCoordIndex()
{
MFInt32Object IndexedFaceSet_7_77_texCoordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_77_texCoordIndex_1()))
.append(new MFInt32Object(getIndexedFaceSet_7_77_texCoordIndex_2()))
.append(new MFInt32Object(getIndexedFaceSet_7_77_texCoordIndex_3()));
return IndexedFaceSet_7_77_texCoordIndex;
}
/** Large attribute array: Coordinate point field, scene-graph level=8, element #77, 894 total numbers made up of 298 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 getCoordinate_8_77_point()
{
MFVec3fObject Coordinate_8_77_point = new MFVec3fObject()/*2.finalize*/
.append(new MFVec3fObject(getCoordinate_8_77_point_1()))
.append(new MFVec3fObject(getCoordinate_8_77_point_2()))
.append(new MFVec3fObject(getCoordinate_8_77_point_3()));
return Coordinate_8_77_point;
}
/** Large attribute array: TextureCoordinate point field, scene-graph level=8, element #78, 942 total numbers made up of 471 2-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 MFVec2fObject getTextureCoordinate_8_78_point()
{
MFVec2fObject TextureCoordinate_8_78_point = new MFVec2fObject()/*2.finalize*/
.append(new MFVec2fObject(getTextureCoordinate_8_78_point_1()))
.append(new MFVec2fObject(getTextureCoordinate_8_78_point_2()))
.append(new MFVec2fObject(getTextureCoordinate_8_78_point_3()))
.append(new MFVec2fObject(getTextureCoordinate_8_78_point_4()))
.append(new MFVec2fObject(getTextureCoordinate_8_78_point_5()));
return TextureCoordinate_8_78_point;
}
/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #84, 1184 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 getIndexedFaceSet_7_84_coordIndex()
{
MFInt32Object IndexedFaceSet_7_84_coordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_84_coordIndex_1()))
.append(new MFInt32Object(getIndexedFaceSet_7_84_coordIndex_2()));
return IndexedFaceSet_7_84_coordIndex;
}
/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=7, element #84, 1184 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 getIndexedFaceSet_7_84_texCoordIndex()
{
MFInt32Object IndexedFaceSet_7_84_texCoordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(getIndexedFaceSet_7_84_texCoordIndex_1()))
.append(new MFInt32Object(getIndexedFaceSet_7_84_texCoordIndex_2()));
return IndexedFaceSet_7_84_texCoordIndex;
}
/** Large attribute array: Coordinate point field, scene-graph level=8, element #84, 486 total numbers made up of 162 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 getCoordinate_8_84_point()
{
MFVec3fObject Coordinate_8_84_point = new MFVec3fObject()/*2.finalize*/
.append(new MFVec3fObject(getCoordinate_8_84_point_1()))
.append(new MFVec3fObject(getCoordinate_8_84_point_2()));
return Coordinate_8_84_point;
}
/** Large attribute array: TextureCoordinate point field, scene-graph level=8, element #85, 464 total numbers made up of 232 2-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 MFVec2fObject getTextureCoordinate_8_85_point()
{
MFVec2fObject TextureCoordinate_8_85_point = new MFVec2fObject()/*2.finalize*/
.append(new MFVec2fObject(getTextureCoordinate_8_85_point_1()))
.append(new MFVec2fObject(getTextureCoordinate_8_85_point_2()))
.append(new MFVec2fObject(getTextureCoordinate_8_85_point_3()));
return TextureCoordinate_8_85_point;
}
/** The initialized model object, created within initialize() method. */
private X3DObject x3dModel;
/** Provide a
* shallow copy
* of the X3D model.
* @see X3DObject
* @return SH60B 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 SH60B().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: \"SH60B\" 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 \"SH60B\" self-validation test results: ");
String validationResults = thisExampleX3dObject.validationReport();
System.out.println(validationResults);
}
}
}