package Savage.ShipsMilitary.FFG7OliverHazardPerryUnitedStates; /* 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.*; // Javadoc annotations follow, see below for source. /** *

An Oliver Perry (FFG 7) class frigate. Intended to be used with a prototype for crew served weapons emplacements, hull numbers, and ISIC/Ship seal incorporation.

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

meta tags   Document Metadata
title OliverHazardPerryFFG.x3d
description An Oliver Perry (FFG 7) class frigate. Intended to be used with a prototype for crew served weapons emplacements, hull numbers, and ISIC/Ship seal incorporation
creator LT Patrick Sullivan
created 23 March 2005
modified 2 March 2016
TODO Verify and correct mast height if necessary 6 April 2012
subject Prototypes, FFG7, Oliver Perry Frigate
Image DSC_59.jpg
Image http://www.public.navy.mil/surflant/ffg28/PublishingImages/DSC_59.jpg
reference http://en.wikipedia.org/wiki/Oliver_Hazard_Perry_class_frigate
reference http://en.wikipedia.org/wiki/USS_Oliver_Hazard_Perry_(FFG-7)
reference http://www.navy.mil/navydata/fact_display.asp?cid=4200&tid=1300&ct=4
reference http://www.fas.org/programs/ssp/man/uswpns/navy/surfacewarfare/FFG7_oliverhazardperry.html
reference http://www.globalsecurity.org/military/systems/ship/ffg-7.htm
reference http://www.navsource.org/archives/07/0707.htm
reference FFG.x3d
reference OliverHazardPerryFFGPrototype.x3d
identifier https://savage.nps.edu/Savage/ShipsMilitary/FFG-7OliverHazardPerry-UnitedStates/OliverHazardPerryFFG.x3d
generator X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit
generator VizX3D, http://www.vivaty.com/downloads/studio
generator Wings3D, http://www.wings3d.com
license ../../license.html
 

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

* @author LT Patrick Sullivan */ public class OliverHazardPerryFFG { /** Default constructor to create this object. */ public OliverHazardPerryFFG () { 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_1) .setHead(new headObject() .addMeta(new metaObject().setName(metaObject.NAME_TITLE ).setContent("OliverHazardPerryFFG.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_DESCRIPTION).setContent("An Oliver Perry (FFG 7) class frigate. Intended to be used with a prototype for crew served weapons emplacements, hull numbers, and ISIC/Ship seal incorporation")) .addMeta(new metaObject().setName(metaObject.NAME_CREATOR ).setContent("LT Patrick Sullivan")) .addMeta(new metaObject().setName(metaObject.NAME_CREATED ).setContent("23 March 2005")) .addMeta(new metaObject().setName(metaObject.NAME_MODIFIED ).setContent("2 March 2016")) .addMeta(new metaObject().setName(metaObject.NAME_TODO ).setContent("Verify and correct mast height if necessary 6 April 2012")) .addMeta(new metaObject().setName(metaObject.NAME_SUBJECT ).setContent("Prototypes, FFG7, Oliver Perry Frigate")) .addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("DSC_59.jpg")) .addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("http://www.public.navy.mil/surflant/ffg28/PublishingImages/DSC_59.jpg")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("http://en.wikipedia.org/wiki/Oliver_Hazard_Perry_class_frigate")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("http://en.wikipedia.org/wiki/USS_Oliver_Hazard_Perry_(FFG-7)")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("http://www.navy.mil/navydata/fact_display.asp?cid=4200&tid=1300&ct=4")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("http://www.fas.org/programs/ssp/man/uswpns/navy/surfacewarfare/FFG7_oliverhazardperry.html")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("http://www.globalsecurity.org/military/systems/ship/ffg-7.htm")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("http://www.navsource.org/archives/07/0707.htm")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("FFG.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("OliverHazardPerryFFGPrototype.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_IDENTIFIER ).setContent("https://savage.nps.edu/Savage/ShipsMilitary/FFG-7OliverHazardPerry-UnitedStates/OliverHazardPerryFFG.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_GENERATOR ).setContent("X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit")) .addMeta(new metaObject().setName(metaObject.NAME_GENERATOR ).setContent("VizX3D, http://www.vivaty.com/downloads/studio")) .addMeta(new metaObject().setName(metaObject.NAME_GENERATOR ).setContent("Wings3D, http://www.wings3d.com")) .addMeta(new metaObject().setName(metaObject.NAME_LICENSE ).setContent("../../license.html"))) .setScene(new SceneObject() .addChild(new ViewpointObject().setDescription("Oliver Hazard Perry FFG starboard side, 50m").setPosition(0.0f,0.0f,100.0f)) .addChild(new ViewpointObject().setDescription("Oliver Hazard Perry FFG from ahead, 50m").setOrientation(-0.09806f,0.99034f,0.09806f,1.58051f).setPosition(100.0f,10.0f,0.0f)) .addChild(new ViewpointObject().setDescription("Oliver Hazard Perry FFG port side, 50m").setOrientation(0.0f,1.0f,0.0f,3.14159f).setPosition(0.0f,0.0f,-100.0f)) .addChild(new ViewpointObject().setDescription("Oliver Hazard Perry FFG from behind, 50m").setOrientation(0.09806f,0.99034f,0.09806f,-1.58051f).setPosition(-100.0f,10.0f,0.0f)) .addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,-1.5708f) .addChild(new ViewpointObject().setDescription("Oliver Hazard Perry FFG from above, 100m").setOrientation(1.0f,0.0f,0.0f,-1.5708f).setPosition(0.0f,100.0f,0.0f))) .addChild(new WorldInfoObject().setInfo(new String[] {"http://www.fas.org/man/dod-101/sys/ship/ffg-7.htm"}).setTitle("Oliver Perry Frigate") .setMetadata(new MetadataSetObject().setName("SMAL").setReference("https://savage.nps.edu/Savage/Tools/SMAL/SMAL.html") .addValue(new MetadataStringObject().setName("version").setValue(new String[] {"1.0"}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"This is the version of SMAL employed, not of the model."}))) .addValue(new MetadataSetObject().setName("EntityDefinition") .addComments(" Identifying metadata for the current simulation of interest ") .addValue(new MetadataSetObject().setName("Classification") .addValue(new MetadataStringObject().setName("level").setValue(new String[] {"UNCLASSIFIED"}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"UNCLASSIFIED","FOUO","CONFIDENTIAL","SECRET"}))) .addValue(new MetadataStringObject().setName("reference").setValue(new String[] {"http://www.fas.org/man/dod-101/sys/ship/ffg-7.htm"}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The published source of classified information, if any, contained in the Metadata."}))) .addValue(new MetadataStringObject().setName("rationale").setReference("http://www.fas.org/man/dod-101/sys/ship/ffg-7.htm").setValue(new String[] {"All information derived from an unclassified public source"}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The specific element which contains the information classifying this document."})))) .addValue(new MetadataSetObject().setName("IdentificationParameters") .setMetadata(new MetadataStringObject().setName("name").setValue(new String[] {"OliverHazardPerryFFG"}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The plain language name of the vehicle this model represents, i.e. the base class (DDG-51), or vehicle designation (M1A2)."})))) .addValue(new MetadataSetObject().setName("X3DArchiveModel") .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"https://savage.nps.edu/Savage/ShipsMilitary/FFG-7OliverHazardPerry-UnitedStates/OliverHazardPerryFFG.x3d"}))) .addValue(new MetadataSetObject().setName("PhysicalParameters") .addValue(new MetadataSetObject().setName("PhysicalConstraints") .addValue(new MetadataFloatObject().setName("height").setReference("http://www.fas.org/man/dod-101/sys/ship/ffg-7.htm").setValue(new float[] {22.0f}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The maximum structural height of the object in meters. This may be used for clearance checking or other calculations."}))) .addValue(new MetadataFloatObject().setName("width").setReference("http://www.fas.org/man/dod-101/sys/ship/ffg-7.htm").setValue(new float[] {13.5f}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The maximum width, beam, or wingspan of the vehicle in meters. This may be used for clearance checking or other calculations."}))) .addValue(new MetadataFloatObject().setName("length").setReference("http://www.fas.org/man/dod-101/sys/ship/ffg-7.htm").setValue(new float[] {133.5f}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The maximum structural length of the object in meters. This may be used for clearance checking or other calculations."}))) .addValue(new MetadataFloatObject().setName("draft").setReference("http://www.fas.org/man/dod-101/sys/ship/ffg-7.htm").setValue(new float[] {7.1f}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The vertical distance in meters from the deepest point (keel or other structure) to the waterline of a vehicle at its stated displacement or gross weight."}))) .addValue(new MetadataFloatObject().setName("grossWeight").setReference("http://www.fas.org/man/dod-101/sys/ship/ffg-7.htm").setValue(new float[] {4100.0f}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The standard operational weight of the vehicle in tons. This may be used in any number of physics calculations."})))) .addValue(new MetadataSetObject().setName("DynamicResponseConstraints") .addValue(new MetadataFloatObject().setName("maximumSpeed").setReference("http://www.fas.org/man/dod-101/sys/ship/ffg-7.htm").setValue(new float[] {29.0f}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The maximum rated speed for this vehicle in kph."}))) .addValue(new MetadataFloatObject().setName("cruiseSpeed").setReference("http://www.fas.org/man/dod-101/sys/ship/ffg-7.htm").setValue(new float[] {15.0f}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The published cruise speed for this vehicle in kph."})))) .addValue(new MetadataSetObject().setName("TacticalConstraints") .addValue(new MetadataFloatObject().setName("maximumAirDetectionRange").setReference("http://www.fas.org/man/dod-101/sys/ship/weaps/an-sps-55.htm").setValue(new float[] {70000.0f}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The maximum air detection range for this entity"}))) .addValue(new MetadataFloatObject().setName("maximumSurfaceDetectionRange").setReference("http://www.fas.org/man/dod-101/sys/ship/weaps/an-sps-67.htm").setValue(new float[] {37040.0f}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The DIS enumeration for the overall type of this object (for vehicles this value should be 1)."}))) .addValue(new MetadataFloatObject().setName("maximumSubsurfaceDetectionRange").setReference("http://www.fas.org/man/dod-101/sys/ship/weaps/an-sqs-56.htm").setValue(new float[] {100.0f}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The maximum sub-surface detection range for this entity"}))))) .addValue(new MetadataSetObject().setName("NetworkedCommunicationParameterSet") .addValue(new MetadataSetObject().setName("DisConfiguration") .addValue(new MetadataIntegerObject().setName("entityKind").setValue(new int[] {1}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The DIS enumeration for the overall type of this object (for vehicles this value should be 1)."}))) .addValue(new MetadataIntegerObject().setName("entityDomain").setValue(new int[] {3}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The DIS enumeration for the domain of operations of this object (air, surface, sub-surface, etc.)."}))) .addValue(new MetadataIntegerObject().setName("entityCountry").setValue(new int[] {225}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The DIS enumeration for the country of origin of this object (the value for United States is 225)."}))) .addValue(new MetadataIntegerObject().setName("entityCategory").setValue(new int[] {1}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The DIS enumeration for the type of this vehicle (cruiser or destroyer, tank or truck, bomber or fighter, etc.)."}))) .addValue(new MetadataIntegerObject().setName("entitySubCategory").setValue(new int[] {1}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The DIS enumeration for the class designation of this vehicle (CG-47 Ticonderoga, DDG-51 Arleigh Burke, M1A2, M880, B-52, F-22, etc."}))) .addValue(new MetadataIntegerObject().setName("entitySpecific").setValue(new int[] {1}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The DIS enumeration for the specific unit or variant of this object (CG-68, DDG-77, HMMVW w/TOW package, etc.)."}))) .addValue(new MetadataIntegerObject().setName("entityExtra").setValue(new int[] {1}) .setMetadata(new MetadataStringObject().setName("appinfo").setValue(new String[] {"The DIS enumeration for optional equipment or configurations for this vehicle."})))))))) .addChild(new TransformObject("FFG").setScale(1.43f,1.5f,1.5f).setTranslation(1.5f,0.0f,0.0f) .addChild(new TransformObject("dad_Import_Base").setRotation(0.0f,1.0f,0.0f,-1.57f).setScale(15.0f,15.0f,15.0f) .addChild(new TransformObject().setScale(0.71f,0.71f,0.71f) .addChild(new TransformObject("dad_cylinder72") .addChild(new ShapeObject("cylinder72") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject("gray_mat").setAmbientIntensity(0.607f).setDiffuseColor(.60706f,.60706f,.60706f).setShininess(0f).setSpecularColor(.001f,.001f,.001f))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_8_89_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_89_point()))))) .addChild(new TransformObject("dad_cube16_copy69") .addChild(new ShapeObject("cube16_copy69") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject("black_mat").setAmbientIntensity(0.001f).setDiffuseColor(.001f,.001f,.001f).setShininess(0f).setSpecularColor(.001f,.001f,.001f))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_8_95_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_95_point()))))) .addChild(new TransformObject("dad_cube16_copy68") .addChild(new ShapeObject("cube16_copy68") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("black_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_8_101_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_101_point()))))) .addChild(new TransformObject("dad_cube16_copy67") .addChild(new ShapeObject("cube16_copy67") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("black_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_8_107_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_107_point()))))) .addChild(new TransformObject("dad_cube16_copy66") .addChild(new ShapeObject("cube16_copy66") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("black_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_8_113_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_113_point()))))) .addChild(new TransformObject("dad_cylinder20_copy65") .addChild(new ShapeObject("cylinder20_copy65") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject("default_mat").setAmbientIntensity(1f).setDiffuseColor(1.0f,1.0f,1.0f).setShininess(1f).setSpecularColor(1.0f,1.0f,1.0f))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setColorIndex(getIndexedFaceSet_8_119_colorIndex()).setCoordIndex(getIndexedFaceSet_8_119_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_119_point())) .setColor(new ColorObject("CylinderColor").setColor(new MFColorObject(new float[] {0.0f,0.0f,0.0f,1.0f,1.0f,1.0f})))))) .addChild(new TransformObject("dad_cylinder20_copy64") .addChild(new ShapeObject("cylinder20_copy64") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("default_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setColorIndex(getIndexedFaceSet_8_126_colorIndex()).setCoordIndex(getIndexedFaceSet_8_126_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_126_point())) .setColor(new ColorObject().setUSE("CylinderColor"))))) .addChild(new TransformObject("dad_supStrucDDG51_copy62") .addChild(new ShapeObject("supStrucDDG51_copy62") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("gray_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_8_133_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_133_point()))))) .addChild(new TransformObject("dad_supStrucDDG51_copy61") .addChild(new ShapeObject("supStrucDDG51_copy61") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("gray_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_8_139_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_139_point()))))) .addChild(new TransformObject("dad_supStrucDDG51_copy60") .addChild(new ShapeObject("supStrucDDG51_copy60") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("gray_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_8_145_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_145_point()))))) .addChild(new TransformObject("dad_sphere177") .addChild(new ShapeObject("sphere177") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("default_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_8_151_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_151_point()))))) .addChild(new TransformObject("dad_cube176") .addChild(new ShapeObject("cube176") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("default_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(new int[] {0,1,2,-1,0,2,3,-1,0,4,5,-1,0,5,1,-1,0,3,6,-1,0,6,4,-1,1,5,7,-1,1,7,2,-1,5,4,6,-1,5,6,7,-1,3,2,7,-1,3,7,6,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-.03291f,.79685f,-1.25543f,-.03291f,.80279f,-1.25523f,-.03291f,.805f,-1.32052f,-.03291f,.79907f,-1.32072f,.03243f,.79685f,-1.25543f,.03243f,.80279f,-1.25523f,.03243f,.79907f,-1.32072f,.03243f,.805f,-1.32052f})))))) .addChild(new TransformObject("dad_cylinder174_copy175") .addChild(new ShapeObject("cylinder174_copy175") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("default_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(new int[] {0,1,2,-1,0,2,3,-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,17,-1,0,17,1,-1,0,3,18,-1,0,18,4,-1,1,17,19,-1,1,19,2,-1,17,16,20,-1,17,20,19,-1,16,15,21,-1,16,21,20,-1,15,14,22,-1,15,22,21,-1,14,13,23,-1,14,23,22,-1,13,12,24,-1,13,24,23,-1,12,11,25,-1,12,25,24,-1,11,10,26,-1,11,26,25,-1,10,9,27,-1,10,27,26,-1,9,8,28,-1,9,28,27,-1,8,7,29,-1,8,29,28,-1,7,6,30,-1,7,30,29,-1,6,5,31,-1,6,31,30,-1,5,4,18,-1,5,18,31,-1,3,2,19,-1,3,19,20,-1,3,20,21,-1,3,21,22,-1,3,22,23,-1,3,23,24,-1,3,24,25,-1,3,25,26,-1,3,26,27,-1,3,27,28,-1,3,28,29,-1,3,29,30,-1,3,30,31,-1,3,31,18,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {.00989f,.82447f,-1.2873f,.00854f,.82407f,-1.28354f,.00854f,.76011f,-1.28424f,.00989f,.7605f,-1.288f,.0097f,.82489f,-1.29129f,.00799f,.82527f,-1.2949f,.00503f,.82556f,-1.29759f,.00127f,.8257f,-1.29894f,-.00272f,.82568f,-1.29874f,-.00633f,.8255f,-1.29704f,-.00902f,.82519f,-1.29408f,-.01037f,.82479f,-1.29032f,-.01018f,.82437f,-1.28634f,-.00847f,.82398f,-1.28272f,-.00551f,.8237f,-1.28004f,-.00175f,.82356f,-1.27869f,.00224f,.82357f,-1.27888f,.00585f,.82376f,-1.28059f,.0097f,.76093f,-1.29199f,.00585f,.75979f,-1.28128f,.00224f,.75961f,-1.27958f,-.00175f,.75959f,-1.27939f,-.00551f,.75974f,-1.28073f,-.00847f,.76002f,-1.28342f,-.01018f,.7604f,-1.28703f,-.01037f,.76083f,-1.29102f,-.00902f,.76123f,-1.29478f,-.00633f,.76154f,-1.29773f,-.00272f,.76172f,-1.29944f,.00127f,.76174f,-1.29963f,.00503f,.7616f,-1.29828f,.00799f,.76131f,-1.2956f})))))) .addChild(new TransformObject("dad_cylinder174") .addChild(new ShapeObject("cylinder174") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("default_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(new int[] {0,1,2,-1,0,2,3,-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,17,-1,0,17,1,-1,0,3,18,-1,0,18,4,-1,1,17,19,-1,1,19,2,-1,17,16,20,-1,17,20,19,-1,16,15,21,-1,16,21,20,-1,15,14,22,-1,15,22,21,-1,14,13,23,-1,14,23,22,-1,13,12,24,-1,13,24,23,-1,12,11,25,-1,12,25,24,-1,11,10,26,-1,11,26,25,-1,10,9,27,-1,10,27,26,-1,9,8,28,-1,9,28,27,-1,8,7,29,-1,8,29,28,-1,7,6,30,-1,7,30,29,-1,6,5,31,-1,6,31,30,-1,5,4,18,-1,5,18,31,-1,3,2,19,-1,3,19,20,-1,3,20,21,-1,3,21,22,-1,3,22,23,-1,3,23,24,-1,3,24,25,-1,3,25,26,-1,3,26,27,-1,3,27,28,-1,3,28,29,-1,3,29,30,-1,3,30,31,-1,3,31,18,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {.02337f,.7978f,-1.28483f,.02022f,.7974f,-1.27607f,.02022f,.73344f,-1.27769f,.02337f,.73384f,-1.28645f,.02292f,.79822f,-1.29413f,.01895f,.79861f,-1.30255f,.01205f,.79889f,-1.3088f,.00328f,.79903f,-1.31195f,-.00602f,.79901f,-1.3115f,-.01444f,.79883f,-1.30753f,-.0207f,.79852f,-1.30063f,-.02385f,.79812f,-1.29187f,-.0234f,.7977f,-1.28257f,-.01943f,.79731f,-1.27416f,-.01253f,.79703f,-1.2679f,-.00376f,.79688f,-1.26475f,.00554f,.7969f,-1.2652f,.01396f,.79709f,-1.26917f,.02292f,.73426f,-1.29575f,.01396f,.73312f,-1.27079f,.00554f,.73294f,-1.26682f,-.00376f,.73292f,-1.26637f,-.01253f,.73306f,-1.26952f,-.01943f,.73335f,-1.27578f,-.0234f,.73373f,-1.28419f,-.02385f,.73416f,-1.29349f,-.02071f,.73455f,-1.30225f,-.01444f,.73487f,-1.30915f,-.00602f,.73505f,-1.31312f,.00328f,.73507f,-1.31357f,.01205f,.73493f,-1.31042f,.01895f,.73464f,-1.30417f})))))) .addChild(new TransformObject("dad_supStrucDDG51_copy173") .addChild(new ShapeObject("supStrucDDG51_copy173") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("gray_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_8_175_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_175_point()))))) .addChild(new TransformObject("dad_supStrucDDG51_copy172") .addChild(new ShapeObject("supStrucDDG51_copy172") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("gray_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_8_181_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_181_point()))))) .addChild(new TransformObject("dad_supStrucDDG51_sep101") .addChild(new ShapeObject("supStrucDDG51_sep101") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("gray_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_8_187_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_187_point()))))) .addChild(new TransformObject("dad_supStrucDDG51_copy53") .addChild(new ShapeObject("supStrucDDG51_copy53") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("gray_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_8_193_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_9_193_point()))))) .addChild(new TransformObject("dad_cube2") .addChild(new GroupObject("cube2") .addChild(new TransformObject("dad_IndexedFaceSet1") .addChild(new ShapeObject("IndexedFaceSet1") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("gray_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_10_199_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_11_199_point()))))) .addChild(new TransformObject("dad_IndexedFaceSet2") .addChild(new ShapeObject("IndexedFaceSet2") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("default_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(new int[] {0,1,2,-1,3,4,5,-1,6,7,8,-1,9,10,11,-1,12,13,14,-1,12,14,15,-1,12,15,5,-1,12,5,4,-1,12,2,1,-1,12,1,13,-1,13,8,7,-1,13,7,14,-1,15,14,11,-1,15,11,10,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-.10927f,.55283f,2.30811f,-.13945f,.55423f,2.23f,-.05895f,.552f,2.35498f,.11211f,.55283f,2.30811f,.0618f,.552f,2.35498f,.1423f,.55423f,2.23f,-.10927f,.55898f,1.96442f,-.05895f,.55982f,1.91755f,-.13945f,.55758f,2.04253f,.11211f,.55898f,1.96442f,.1423f,.55758f,2.04253f,.0618f,.55982f,1.91755f,.00142f,.55172f,2.3706f,-.14952f,.55591f,2.13626f,.00142f,.5601f,1.90193f,.15236f,.55591f,2.13626f})))))))) .addChild(new TransformObject("dad_cube1") .addChild(new GroupObject("cube1") .addChild(new TransformObject("dad_IndexedFaceSet3") .addChild(new ShapeObject("IndexedFaceSet3") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject("redHull_mat").setAmbientIntensity(0.106f).setDiffuseColor(.26074f,.02808f,.02808f).setShininess(1f).setSpecularColor(.26074f,.02808f,.02808f))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_10_213_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_11_213_point()))))) .addChild(new TransformObject("dad_IndexedFaceSet4") .addChild(new ShapeObject("IndexedFaceSet4") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("gray_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_10_219_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_11_219_point()))))) .addChild(new TransformObject("dad_IndexedFaceSet5") .addChild(new ShapeObject("IndexedFaceSet5") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject("nonSkid_mat").setAmbientIntensity(0.234f).setDiffuseColor(.2341f,.2341f,.2341f).setShininess(0f).setSpecularColor(.001f,.001f,.001f))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(new int[] {0,1,2,-1,0,2,3,-1,4,5,6,-1,4,6,7,-1,4,8,9,-1,4,9,5,-1,10,11,7,-1,10,7,6,-1,12,9,13,-1,12,13,3,-1,12,3,2,-1,13,9,8,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-.41153f,.21568f,4.6284f,.4119f,.21568f,4.6284f,.4119f,.24527f,2.94276f,-.41153f,.24527f,2.94276f,-.41153f,.3636f,-2.82887f,.4119f,.3636f,-2.82887f,.31381f,.39446f,-3.00287f,-.31343f,.39446f,-3.00287f,-.41153f,.33402f,-1.5316f,.4119f,.33402f,-1.5316f,.00121f,.52976f,-4.06621f,-.00084f,.52976f,-4.06621f,.4119f,.32514f,-.94226f,-.41153f,.32514f,-.94226f})))))) .addChild(new TransformObject("dad_IndexedFaceSet6") .addChild(new ShapeObject("IndexedFaceSet6") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setUSE("black_mat"))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(getIndexedFaceSet_10_231_coordIndex()) .setCoord(new CoordinateObject().setPoint(getCoordinate_11_231_point()))))) .addChild(new TransformObject("dad_IndexedFaceSet7") .addChild(new ShapeObject("IndexedFaceSet7") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject("DarkGray_mat").setAmbientIntensity(0.227f).setDiffuseColor(.2341f,.2341f,.2341f).setShininess(1f).setSpecularColor(.22744f,.22744f,.22744f))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(new int[] {0,1,2,-1,0,2,3,-1,4,5,6,-1,4,6,7,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-.08042f,.44227f,2.93966f,-.28829f,.44227f,2.93979f,-.28829f,.26569f,2.93765f,-.08042f,.26569f,2.93752f,.29155f,.44228f,2.93926f,.08368f,.44228f,2.93939f,.08368f,.26569f,2.93725f,.29155f,.2657f,2.93712f})))))) .addChild(new TransformObject("dad_IndexedFaceSet8") .addChild(new ShapeObject("IndexedFaceSet8") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject("glass_mat").setAmbientIntensity(0.222f).setDiffuseColor(.04667f,.04f,.58f).setShininess(0.853f).setSpecularColor(.04667f,.04f,.58f).setTransparency(0.100f))) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(0.524f).setCoordIndex(new int[] {0,1,2,-1,0,2,3,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,8,10,11,-1,12,13,14,-1,12,14,15,-1,16,17,18,-1,16,18,19,-1,20,21,22,-1,20,22,23,-1,24,25,26,-1,24,26,27,-1,28,29,30,-1,28,30,31,-1,32,33,34,-1,32,34,35,-1}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-.11796f,.66757f,-1.51944f,-.11894f,.72706f,-1.54039f,-.052f,.72706f,-1.54043f,-.0513f,.66757f,-1.51946f,-.02937f,.66757f,-1.51949f,-.02978f,.72706f,-1.54047f,.02987f,.72706f,-1.54055f,.02973f,.66757f,-1.51954f,.05652f,.66757f,-1.51957f,.05692f,.72706f,-1.54059f,.11659f,.72706f,-1.54066f,.1156f,.66757f,-1.51962f,.15909f,.66712f,-1.50264f,.16048f,.7266f,-1.52359f,.18971f,.72569f,-1.48936f,.1881f,.66621f,-1.46863f,.2026f,.66576f,-1.45162f,.20432f,.72523f,-1.47224f,.23355f,.72432f,-1.43801f,.23161f,.66485f,-1.41761f,.24611f,.66439f,-1.40061f,.24816f,.72386f,-1.42089f,.27739f,.72295f,-1.38666f,.27512f,.66348f,-1.3666f,-.27573f,.66347f,-1.36609f,-.27802f,.72294f,-1.38614f,-.24888f,.72385f,-1.4204f,-.24675f,.66438f,-1.40016f,-.23227f,.66484f,-1.41719f,-.23431f,.72431f,-1.43753f,-.20517f,.72522f,-1.47179f,-.20329f,.66575f,-1.45125f,-.1888f,.6662f,-1.46829f,-.19059f,.72568f,-1.48892f,-.16145f,.7266f,-1.52318f,-.15982f,.66711f,-1.50235f})))))))))))); } // end of initialize() method /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_89_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,0,4,5,-1,0,5,6,-1,0,3,7,-1,0,7,4,-1,0,6,8,-1,0,8,1,-1,9,1,8,-1,9,8,10,-1,9,11,12,-1,9,12,13,-1,9,13,2,-1,9,2,1,-1,9,10,14,-1,9,14,11,-1,15,11,14,-1,15,14,16,-1,15,17,18,-1,15,18,19,-1,15,19,12,-1,15,12,11,-1,15,16,20,-1,15,20,17,-1,21,17,20,-1,21,20,22,-1,21,23,24,-1,21,24,25,-1,21,25,18,-1,21,18,17,-1,21,22,26,-1,21,26,23,-1,27,23,26,-1,27,26,28,-1,27,29,30,-1,27,30,31,-1,27,31,24,-1,27,24,23,-1,27,28,32,-1,27,32,29,-1,33,29,32,-1,33,32,34,-1,33,35,36,-1,33,36,37,-1,33,37,30,-1,33,30,29,-1,33,34,38,-1,33,38,35,-1,39,35,38,-1,39,38,40,-1,39,41,42,-1,39,42,43,-1,39,43,36,-1,39,36,35,-1,39,40,44,-1,39,44,41,-1,45,41,44,-1,45,44,46,-1,45,47,48,-1,45,48,49,-1,45,49,42,-1,45,42,41,-1,45,46,50,-1,45,50,47,-1,51,47,50,-1,51,50,52,-1,51,53,54,-1,51,54,55,-1,51,55,48,-1,51,48,47,-1,51,52,56,-1,51,56,53,-1,57,53,56,-1,57,56,58,-1,57,59,60,-1,57,60,61,-1,57,61,54,-1,57,54,53,-1,57,58,62,-1,57,62,59,-1,63,59,62,-1,63,62,64,-1,63,65,66,-1,63,66,67,-1,63,67,60,-1,63,60,59,-1,63,64,68,-1,63,68,65,-1,69,65,68,-1,69,68,70,-1,69,71,72,-1,69,72,73,-1,69,73,66,-1,69,66,65,-1,69,70,74,-1,69,74,71,-1,75,71,74,-1,75,74,76,-1,75,77,72,-1,75,72,71,-1,75,76,78,-1,75,78,79,-1,75,79,80,-1,75,80,77,-1,81,82,83,-1,81,83,84,-1,81,84,85,-1,81,85,86,-1,81,87,88,-1,81,88,82,-1,81,86,89,-1,81,89,87,-1,90,82,88,-1,90,88,91,-1,90,92,93,-1,90,93,94,-1,90,94,83,-1,90,83,82,-1,90,91,95,-1,90,95,92,-1,96,4,7,-1,96,7,97,-1,96,92,95,-1,96,95,98,-1,96,97,93,-1,96,93,92,-1,96,98,5,-1,96,5,4,-1,99,3,2,-1,99,2,100,-1,99,100,101,-1,99,101,7,-1,99,7,3,-1,102,13,12,-1,102,12,103,-1,102,100,2,-1,102,2,13,-1,102,103,100,-1,104,19,18,-1,104,18,105,-1,104,103,12,-1,104,12,19,-1,104,105,103,-1,106,25,24,-1,106,24,107,-1,106,105,18,-1,106,18,25,-1,106,107,105,-1,108,31,30,-1,108,30,109,-1,108,107,24,-1,108,24,31,-1,108,109,107,-1,110,37,36,-1,110,36,111,-1,110,109,30,-1,110,30,37,-1,110,111,109,-1,112,43,42,-1,112,42,113,-1,112,111,36,-1,112,36,43,-1,112,113,111,-1,114,49,48,-1,114,48,115,-1,114,113,42,-1,114,42,49,-1,114,115,113,-1,116,55,54,-1,116,54,117,-1,116,115,48,-1,116,48,55,-1,116,117,115,-1,118,61,60,-1,118,60,119,-1,118,117,54,-1,118,54,61,-1,118,119,117,-1,120,67,66,-1,120,66,121,-1,120,119,60,-1,120,60,67,-1,120,121,119,-1,122,73,72,-1,122,72,123,-1,122,121,66,-1,122,66,73,-1,122,123,121,-1,124,77,80,-1,124,80,125,-1,124,123,72,-1,124,72,77,-1,124,125,126,-1,124,126,123,-1,127,84,83,-1,127,83,128,-1,127,128,129,-1,127,129,130,-1,127,130,85,-1,127,85,84,-1,131,94,93,-1,131,93,132,-1,131,128,83,-1,131,83,94,-1,131,132,128,-1,133,97,7,-1,133,7,101,-1,133,101,132,-1,133,132,93,-1,133,93,97,-1,134,135,136,-1,134,136,137,-1,134,10,8,-1,134,8,135,-1,134,137,14,-1,134,14,10,-1,138,135,8,-1,138,8,6,-1,138,139,136,-1,138,136,135,-1,138,6,5,-1,138,5,139,-1,140,139,5,-1,140,5,98,-1,140,141,136,-1,140,136,139,-1,140,98,95,-1,140,95,141,-1,142,141,95,-1,142,95,91,-1,142,143,136,-1,142,136,141,-1,142,91,88,-1,142,88,143,-1,144,143,88,-1,144,88,87,-1,144,87,89,-1,144,89,145,-1,144,136,143,-1,144,145,146,-1,144,146,136,-1,147,148,136,-1,147,76,74,-1,147,74,148,-1,147,136,146,-1,147,146,149,-1,147,149,78,-1,147,78,76,-1,150,148,74,-1,150,74,70,-1}; return value; } private int[] getIndexedFaceSet_8_89_coordIndex_2() { int[] value = {150,151,136,-1,150,136,148,-1,150,70,68,-1,150,68,151,-1,152,151,68,-1,152,68,64,-1,152,153,136,-1,152,136,151,-1,152,64,62,-1,152,62,153,-1,154,153,62,-1,154,62,58,-1,154,155,136,-1,154,136,153,-1,154,58,56,-1,154,56,155,-1,156,155,56,-1,156,56,52,-1,156,157,136,-1,156,136,155,-1,156,52,50,-1,156,50,157,-1,158,157,50,-1,158,50,46,-1,158,159,136,-1,158,136,157,-1,158,46,44,-1,158,44,159,-1,160,159,44,-1,160,44,40,-1,160,161,136,-1,160,136,159,-1,160,40,38,-1,160,38,161,-1,162,161,38,-1,162,38,34,-1,162,163,136,-1,162,136,161,-1,162,34,32,-1,162,32,163,-1,164,163,32,-1,164,32,28,-1,164,165,136,-1,164,136,163,-1,164,28,26,-1,164,26,165,-1,166,165,26,-1,166,26,22,-1,166,167,136,-1,166,136,165,-1,166,22,20,-1,166,20,167,-1,168,167,20,-1,168,20,16,-1,168,137,136,-1,168,136,167,-1,168,16,14,-1,168,14,137,-1,100,103,105,-1,100,105,107,-1,100,107,109,-1,100,109,111,-1,100,111,113,-1,100,113,115,-1,100,115,117,-1,100,117,119,-1,100,119,121,-1,100,121,123,-1,100,123,128,-1,100,128,132,-1,100,132,101,-1,123,126,129,-1,123,129,128,-1,129,126,130,-1,130,126,125,-1,130,125,85,-1,85,125,80,-1,85,80,86,-1,86,80,79,-1,86,79,89,-1,89,79,78,-1,89,78,145,-1,145,78,149,-1,145,149,146,-1,169,170,171,-1,169,171,172,-1,169,173,174,-1,169,174,175,-1,169,172,176,-1,169,176,173,-1,169,175,177,-1,169,177,170,-1,170,178,179,-1,170,179,171,-1,170,177,180,-1,170,180,178,-1,178,181,182,-1,178,182,179,-1,178,180,183,-1,178,183,181,-1,181,184,185,-1,181,185,182,-1,181,183,186,-1,181,186,184,-1,184,187,188,-1,184,188,185,-1,184,186,189,-1,184,189,187,-1,187,190,191,-1,187,191,188,-1,187,189,192,-1,187,192,190,-1,190,193,194,-1,190,194,191,-1,190,192,195,-1,190,195,193,-1,193,196,197,-1,193,197,194,-1,193,195,198,-1,193,198,196,-1,196,199,200,-1,196,200,197,-1,196,198,201,-1,196,201,199,-1,199,202,203,-1,199,203,200,-1,199,201,204,-1,199,204,202,-1,202,205,206,-1,202,206,203,-1,202,204,207,-1,202,207,205,-1,205,208,209,-1,205,209,206,-1,205,207,210,-1,205,210,208,-1,208,211,212,-1,208,212,209,-1,208,210,213,-1,208,213,211,-1,211,214,215,-1,211,215,212,-1,211,213,216,-1,211,216,214,-1,214,173,176,-1,214,176,215,-1,214,216,174,-1,214,174,173,-1,172,171,217,-1,172,217,218,-1,172,218,219,-1,172,219,176,-1,171,179,220,-1,171,220,217,-1,179,182,221,-1,179,221,220,-1,182,185,222,-1,182,222,221,-1,185,188,223,-1,185,223,222,-1,188,191,224,-1,188,224,223,-1,191,194,225,-1,191,225,224,-1,194,197,226,-1,194,226,225,-1,197,200,227,-1,197,227,226,-1,200,203,228,-1,200,228,227,-1,203,206,229,-1,203,229,228,-1,206,209,230,-1,206,230,229,-1,209,212,231,-1,209,231,230,-1,212,215,232,-1,212,232,231,-1,215,176,219,-1,215,219,232,-1,177,175,233,-1,177,233,234,-1,177,234,235,-1,177,235,180,-1,175,174,236,-1,175,236,233,-1,174,216,237,-1,174,237,236,-1,216,213,238,-1,216,238,237,-1,213,210,239,-1,213,239,238,-1,210,207,240,-1,210,240,239,-1,207,204,241,-1,207,241,240,-1,204,201,242,-1,204,242,241,-1,201,198,243,-1,201,243,242,-1,198,195,244,-1,198,244,243,-1,195,192,245,-1,195,245,244,-1,192,189,246,-1,192,246,245,-1,189,186,247,-1,189,247,246,-1,186,183,248,-1,186,248,247,-1,183,180,235,-1,183,235,248,-1,218,217,249,-1,218,249,250,-1,218,250,251,-1,218,251,219,-1,217,220,252,-1,217,252,249,-1,220,221,253,-1,220,253,252,-1,221,222,254,-1,221,254,253,-1,222,223,255,-1,222,255,254,-1,223,224,256,-1,223,256,255,-1,224,225,257,-1,224,257,256,-1,225,226,258,-1,225,258,257,-1,226,227,259,-1,226,259,258,-1,227,228,260,-1,227,260,259,-1,228,229,261,-1,228,261,260,-1,229,230,262,-1,229,262,261,-1,230,231,263,-1,230,263,262,-1,231,232,264,-1,231,264,263,-1,232,219,251,-1,232,251,264,-1,234,233,265,-1,234,265,266,-1,234,266,267,-1,234,267,235,-1,233,236,268,-1,233,268,265,-1}; return value; } private int[] getIndexedFaceSet_8_89_coordIndex_3() { int[] value = {236,237,269,-1,236,269,268,-1,237,238,270,-1,237,270,269,-1,238,239,271,-1,238,271,270,-1,239,240,272,-1,239,272,271,-1,240,241,273,-1,240,273,272,-1,241,242,274,-1,241,274,273,-1,242,243,275,-1,242,275,274,-1,243,244,276,-1,243,276,275,-1,244,245,277,-1,244,277,276,-1,245,246,278,-1,245,278,277,-1,246,247,279,-1,246,279,278,-1,247,248,280,-1,247,280,279,-1,248,235,267,-1,248,267,280,-1,250,249,281,-1,250,281,282,-1,250,282,283,-1,250,283,251,-1,249,252,284,-1,249,284,281,-1,252,253,285,-1,252,285,284,-1,253,254,286,-1,253,286,285,-1,254,255,287,-1,254,287,286,-1,255,256,288,-1,255,288,287,-1,256,257,289,-1,256,289,288,-1,257,258,290,-1,257,290,289,-1,258,259,291,-1,258,291,290,-1,259,260,292,-1,259,292,291,-1,260,261,293,-1,260,293,292,-1,261,262,294,-1,261,294,293,-1,262,263,295,-1,262,295,294,-1,263,264,296,-1,263,296,295,-1,264,251,283,-1,264,283,296,-1,266,265,297,-1,266,297,298,-1,266,298,299,-1,266,299,267,-1,265,268,300,-1,265,300,297,-1,268,269,301,-1,268,301,300,-1,269,270,302,-1,269,302,301,-1,270,271,303,-1,270,303,302,-1,271,272,304,-1,271,304,303,-1,272,273,305,-1,272,305,304,-1,273,274,306,-1,273,306,305,-1,274,275,307,-1,274,307,306,-1,275,276,308,-1,275,308,307,-1,276,277,309,-1,276,309,308,-1,277,278,310,-1,277,310,309,-1,278,279,311,-1,278,311,310,-1,279,280,312,-1,279,312,311,-1,280,267,299,-1,280,299,312,-1,282,281,313,-1,282,313,314,-1,282,314,315,-1,282,315,283,-1,281,284,316,-1,281,316,313,-1,284,285,317,-1,284,317,316,-1,285,286,318,-1,285,318,317,-1,286,287,319,-1,286,319,318,-1,287,288,320,-1,287,320,319,-1,288,289,321,-1,288,321,320,-1,289,290,322,-1,289,322,321,-1,290,291,323,-1,290,323,322,-1,291,292,324,-1,291,324,323,-1,292,293,325,-1,292,325,324,-1,293,294,326,-1,293,326,325,-1,294,295,327,-1,294,327,326,-1,295,296,328,-1,295,328,327,-1,296,283,315,-1,296,315,328,-1,298,297,329,-1,298,329,330,-1,298,330,331,-1,298,331,299,-1,297,300,332,-1,297,332,329,-1,300,301,333,-1,300,333,332,-1,301,302,334,-1,301,334,333,-1,302,303,335,-1,302,335,334,-1,303,304,336,-1,303,336,335,-1,304,305,337,-1,304,337,336,-1,305,306,338,-1,305,338,337,-1,306,307,339,-1,306,339,338,-1,307,308,340,-1,307,340,339,-1,308,309,341,-1,308,341,340,-1,309,310,342,-1,309,342,341,-1,310,311,343,-1,310,343,342,-1,311,312,344,-1,311,344,343,-1,312,299,331,-1,312,331,344,-1,314,313,345,-1,314,345,346,-1,314,346,347,-1,314,347,315,-1,313,316,348,-1,313,348,345,-1,316,317,349,-1,316,349,348,-1,317,318,350,-1,317,350,349,-1,318,319,351,-1,318,351,350,-1,319,320,352,-1,319,352,351,-1,320,321,353,-1,320,353,352,-1,321,322,354,-1,321,354,353,-1,322,323,355,-1,322,355,354,-1,323,324,356,-1,323,356,355,-1,324,325,357,-1,324,357,356,-1,325,326,358,-1,325,358,357,-1,326,327,359,-1,326,359,358,-1,327,328,360,-1,327,360,359,-1,328,315,347,-1,328,347,360,-1,330,329,332,-1,330,332,333,-1,330,333,334,-1,330,334,335,-1,330,335,336,-1,330,336,337,-1,330,337,338,-1,330,338,339,-1,330,339,340,-1,330,340,341,-1,330,341,342,-1,330,342,343,-1,330,343,344,-1,330,344,331,-1,346,345,348,-1,346,348,349,-1,346,349,350,-1,346,350,351,-1,346,351,352,-1,346,352,353,-1,346,353,354,-1,346,354,355,-1,346,355,356,-1,346,356,357,-1,346,357,358,-1,346,358,359,-1,346,359,360,-1,346,360,347,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_9_89_point_1() { float[] value = {.09899f,.70765f,.8789f,.0971f,.70718f,.90185f,.1017f,.65729f,.90194f,.10368f,.65779f,.87788f,.0971f,.70812f,.85595f,.08331f,.73745f,.85987f,.08492f,.73704f,.8795f,.1017f,.65828f,.85382f,.08331f,.73664f,.89914f,.09159f,.70673f,.92393f,.0786f,.73625f,.91802f,.08259f,.70631f,.94426f,.08649f,.65638f,.94639f,.09592f,.65682f,.92508f,.0709f,.7359f,.93541f,.07051f,.70595f,.9621f,.06057f,.73558f,.95067f,.05577f,.70565f,.97672f,.05838f,.65569f,.98041f,.07383f,.656f,.96509f,.04796f,.73533f,.96317f,.03898f,.70542f,.98761f,.03359f,.73514f,.97249f,.02074f,.70529f,.99429f,.02165f,.65531f,.99883f,.04077f,.65545f,.99183f,.01799f,.73502f,.9782f,.00177f,.70524f,.99657f,.00177f,.73498f,.98015f,-.01719f,.70529f,.99429f,-.0181f,.65531f,.99883f,.00177f,.65526f,1.00122f,-.01445f,.73502f,.9782f,-.03543f,.70542f,.98761f,-.03005f,.73514f,.97249f,-.05223f,.70565f,.97672f,-.05483f,.65569f,.98041f,-.03722f,.65545f,.99183f,-.04441f,.73533f,.96317f,-.06697f,.70595f,.9621f,-.05702f,.73558f,.95067f,-.07904f,.70631f,.94426f,-.08294f,.65638f,.94639f,-.07028f,.656f,.96509f,-.06735f,.7359f,.93541f,-.08804f,.70673f,.92393f,-.07505f,.73625f,.91802f,-.09355f,.70718f,.90185f,-.09815f,.65729f,.90194f,-.09237f,.65682f,.92508f,-.07976f,.73664f,.89914f,-.09544f,.70765f,.8789f,-.08138f,.73704f,.8795f,-.09355f,.70812f,.85595f,-.09815f,.65828f,.85382f,-.10013f,.65779f,.87788f,-.07976f,.73745f,.85987f,-.08804f,.70857f,.83387f,-.07505f,.73783f,.84099f,-.07904f,.70899f,.81354f,-.08294f,.65919f,.80937f,-.09237f,.65875f,.83068f,-.06735f,.73819f,.8236f,-.06697f,.70936f,.7957f,-.05702f,.7385f,.80834f,-.05223f,.70966f,.78108f,-.05483f,.65989f,.77534f,-.07028f,.65957f,.79066f,-.04441f,.73876f,.79583f,-.03543f,.70988f,.77019f,-.03005f,.73895f,.78652f,-.01719f,.71002f,.76352f,-.0181f,.66026f,.75693f,-.03722f,.66012f,.76393f,-.01445f,.73906f,.78081f,.00177f,.71011f,.75895f,.00177f,.73915f,.7769f,.00177f,.66036f,.75215f,-.00004f,.73707f,.78438f,-.00004f,.70803f,.76643f,-.00004f,.65829f,.75962f,.0397f,.70992f,.76808f,.05577f,.70966f,.78108f,.05838f,.65989f,.77534f,.04153f,.66017f,.76172f,.03972f,.65809f,.76919f,.03789f,.70785f,.77556f,.03421f,.73899f,.78472f,.04796f,.73876f,.79583f,.0324f,.73691f,.79219f,.07051f,.70936f,.7957f,.06057f,.7385f,.80834f,.08259f,.70899f,.81354f,.08649f,.65919f,.80937f,.07383f,.65957f,.79066f,.0709f,.73819f,.8236f,.09159f,.70857f,.83387f,.09592f,.65875f,.83068f,.0786f,.73783f,.84099f,.10368f,.59769f,.87665f}; return value; } private float[] getCoordinate_9_89_point_2() { float[] value = {.1017f,.59719f,.90071f,.1017f,.59818f,.85259f,.09592f,.59672f,.92385f,.08649f,.59628f,.94516f,.07383f,.5959f,.96386f,.05838f,.59559f,.97918f,.04077f,.59535f,.9906f,.02165f,.59521f,.9976f,.00177f,.59516f,.99999f,-.0181f,.59521f,.9976f,-.03722f,.59535f,.9906f,-.05483f,.59559f,.97918f,-.07028f,.5959f,.96386f,-.08294f,.59628f,.94516f,-.09237f,.59672f,.92385f,-.09815f,.59719f,.90071f,-.10013f,.59769f,.87665f,-.09815f,.59818f,.85259f,-.09237f,.59865f,.82945f,-.08294f,.59909f,.80814f,-.07028f,.59947f,.78943f,-.05483f,.59979f,.77411f,-.03722f,.60002f,.7627f,-.0181f,.60016f,.7557f,-.0032f,.61526f,.75242f,-.00501f,.61319f,.7599f,-.01991f,.59809f,.76318f,.04574f,.61502f,.7642f,.05838f,.59979f,.77411f,.05657f,.59771f,.78159f,.04393f,.61295f,.77168f,.07383f,.59947f,.78943f,.08649f,.59909f,.80814f,.09592f,.59865f,.82945f,.06185f,.74707f,.90984f,.05373f,.75115f,.89231f,.00177f,.7562f,.8799f,.04582f,.75068f,.91542f,.0668f,.74768f,.87972f,.05373f,.75167f,.86729f,.06185f,.7483f,.8496f,.04582f,.75214f,.84417f,.04775f,.74882f,.82407f,.03121f,.7525f,.82648f,.02559f,.75304f,.80028f,.02377f,.75096f,.80776f,-.00004f,.75412f,.88737f,.00491f,.75314f,.79531f,-.00856f,.7527f,.8169f,.0031f,.75107f,.80278f,-.02311f,.74917f,.80701f,-.02766f,.7525f,.82648f,-.0442f,.74882f,.82407f,-.04228f,.75214f,.84417f,-.0583f,.7483f,.8496f,-.05019f,.75167f,.86729f,-.06325f,.74768f,.87972f,-.05019f,.75115f,.89231f,-.0583f,.74707f,.90984f,-.04228f,.75068f,.91542f,-.0442f,.74654f,.93537f,-.02766f,.75032f,.93312f,-.02311f,.74619f,.95244f,-.00856f,.75012f,.94269f,.00177f,.74607f,.95843f,.01211f,.75012f,.94269f,.02666f,.74619f,.95244f,.03121f,.75032f,.93312f,.04775f,.74654f,.93537f,.01807f,.67912f,.80978f,.01834f,.67633f,.80907f,.03654f,.69719f,.7339f,.03627f,.69998f,.7346f,.01674f,.68166f,.81016f,.01567f,.6808f,.81034f,.01678f,.67868f,.81002f,.03494f,.70252f,.73499f,.01701f,.67636f,.80943f,.01752f,.67371f,.80815f,.03573f,.69457f,.73297f,.01632f,.67418f,.80866f,.01574f,.67167f,.80715f,.03394f,.69253f,.73197f,.01483f,.67247f,.80782f,.01325f,.67051f,.80623f,.03145f,.69137f,.73105f,.01276f,.67151f,.80705f,.01045f,.67042f,.80552f,.02865f,.69127f,.73035f,.01042f,.67143f,.80646f,.00775f,.67139f,.80514f,.02595f,.69225f,.72996f,.00817f,.67224f,.80615f,.00558f,.6733f,.80514f,.02378f,.69416f,.72996f,.00636f,.67383f,.80615f,.00425f,.67584f,.80552f,.02245f,.6967f,.73035f,.00525f,.67595f,.80647f,.00397f,.67863f,.80623f}; return value; } private float[] getCoordinate_9_89_point_3() { float[] value = {.02217f,.69949f,.73106f,.00502f,.67828f,.80706f,.00479f,.68125f,.80716f,.02299f,.7021f,.73198f,.0057f,.68046f,.80783f,.00658f,.68329f,.80815f,.02478f,.70415f,.73298f,.0072f,.68216f,.80866f,.00906f,.68445f,.80908f,.02726f,.70531f,.7339f,.00927f,.68313f,.80943f,.01187f,.68454f,.80978f,.03007f,.7054f,.73461f,.01161f,.68321f,.81002f,.01456f,.68357f,.81017f,.03276f,.70443f,.73499f,.01385f,.68239f,.81034f,.03549f,.69754f,.73307f,.03526f,.69987f,.73366f,.03416f,.70199f,.73398f,.03481f,.69536f,.7323f,.03332f,.69366f,.73147f,.03125f,.69269f,.7307f,.02891f,.69261f,.73011f,.02666f,.69343f,.72979f,.02485f,.69502f,.72979f,.02374f,.69713f,.73011f,.02351f,.69946f,.7307f,.02419f,.70164f,.73147f,.02568f,.70335f,.73231f,.02776f,.70431f,.73308f,.03009f,.70439f,.73367f,.03234f,.70358f,.73398f,.01196f,.67316f,.82991f,.01219f,.67084f,.82932f,.01151f,.66866f,.82855f,.01085f,.67528f,.83023f,.00904f,.67687f,.83024f,.00679f,.67769f,.82992f,.00445f,.67761f,.82933f,.00238f,.67664f,.82856f,.00089f,.67494f,.82773f,.0002f,.67275f,.82696f,.00043f,.67043f,.82637f,.00154f,.66831f,.82605f,.00336f,.66672f,.82604f,.0056f,.6659f,.82636f,.00794f,.66599f,.82695f,.01001f,.66695f,.82772f,.04031f,.70307f,.71317f,.04008f,.70539f,.71376f,.03897f,.70751f,.71408f,.03963f,.70088f,.7124f,.03814f,.69918f,.71157f,.03607f,.69821f,.7108f,.03373f,.69813f,.71021f,.03148f,.69895f,.70989f,.02966f,.70054f,.70989f,.02856f,.70266f,.71021f,.02833f,.70498f,.7108f,.02901f,.70716f,.71157f,.0305f,.70887f,.71241f,.03257f,.70983f,.71318f,.03491f,.70992f,.71377f,.03716f,.7091f,.71408f,.01171f,.67288f,.83095f,.01194f,.67055f,.83036f,.01126f,.66837f,.82959f,.0106f,.675f,.83127f,.00879f,.67658f,.83127f,.00654f,.6774f,.83095f,.0042f,.67732f,.83036f,.00213f,.67635f,.82959f,.00064f,.67465f,.82876f,-.00005f,.67247f,.82799f,.00018f,.67014f,.8274f,.00129f,.66802f,.82708f,.00311f,.66643f,.82708f,.00535f,.66562f,.82739f,.00769f,.6657f,.82798f,.00976f,.66666f,.82875f,.04056f,.70335f,.71214f,.04033f,.70568f,.71273f,.03922f,.7078f,.71305f,.03988f,.70117f,.71137f,.03839f,.69947f,.71054f,.03632f,.6985f,.70977f,.03398f,.69842f,.70918f,.03173f,.69923f,.70886f,.02991f,.70082f,.70886f,.02881f,.70294f,.70918f,.02858f,.70527f,.70977f,.02926f,.70745f,.71054f,.03075f,.70915f,.71138f,.03282f,.71012f,.71215f,.03516f,.7102f,.71274f,.03741f,.70939f,.71305f,-.00678f,.65412f,.89542f,-.00666f,.65288f,.8951f,-.00702f,.65171f,.89469f}; return value; } private float[] getCoordinate_9_89_point_4() { float[] value = {-.00737f,.65526f,.89559f,-.00834f,.65611f,.89559f,-.00955f,.65654f,.89542f,-.0108f,.6565f,.89511f,-.01191f,.65598f,.89469f,-.01271f,.65507f,.89425f,-.01307f,.6539f,.89383f,-.01295f,.65266f,.89352f,-.01236f,.65153f,.89335f,-.01138f,.65068f,.89335f,-.01018f,.65024f,.89352f,-.00893f,.65028f,.89383f,-.00782f,.6508f,.89424f,.05359f,.72191f,.64629f,.05346f,.72316f,.64661f,.05287f,.72429f,.64678f,.05322f,.72075f,.64588f,.05242f,.71984f,.64544f,.05131f,.71932f,.64502f,.05006f,.71928f,.64471f,.04886f,.71971f,.64454f,.04789f,.72056f,.64454f,.0473f,.72169f,.64471f,.04717f,.72294f,.64503f,.04754f,.72411f,.64544f,.04834f,.72502f,.64589f,.04945f,.72554f,.6463f,.0507f,.72558f,.64661f,.0519f,.72514f,.64678f,-.00925f,.65013f,.91129f,-.00908f,.64837f,.91084f,-.00959f,.64672f,.91026f,-.01009f,.65174f,.91153f,-.01146f,.65294f,.91153f,-.01316f,.65356f,.91129f,-.01493f,.65349f,.91085f,-.0165f,.65276f,.91026f,-.01763f,.65147f,.90963f,-.01815f,.64982f,.90905f,-.01797f,.64806f,.9086f,-.01713f,.64646f,.90836f,-.01576f,.64526f,.90836f,-.01406f,.64464f,.9086f,-.01229f,.6447f,.90904f,-.01072f,.64543f,.90963f,.05866f,.726f,.63108f,.05849f,.72776f,.63153f,.05765f,.72936f,.63177f,.05815f,.72435f,.6305f,.05702f,.72306f,.62987f,.05545f,.72232f,.62928f,.05368f,.72226f,.62884f,.05198f,.72288f,.6286f,.0506f,.72408f,.6286f,.04977f,.72569f,.62884f,.04959f,.72745f,.62929f,.05011f,.7291f,.62987f,.05124f,.73039f,.6305f,.05281f,.73112f,.63108f,.05457f,.73118f,.63153f,.05628f,.73056f,.63177f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_95_coordIndex_1() { int[] value = {9,10,0,-1,9,0,1,-1,9,1,2,-1,9,2,3,-1,9,3,4,-1,9,4,5,-1,9,5,6,-1,9,6,7,-1,9,7,8,-1,0,11,12,-1,0,12,1,-1,0,10,13,-1,0,13,14,-1,0,14,11,-1,1,12,15,-1,1,15,2,-1,2,15,16,-1,2,16,3,-1,3,16,17,-1,3,17,4,-1,4,17,18,-1,4,18,5,-1,5,18,19,-1,5,19,6,-1,6,19,20,-1,6,20,7,-1,7,20,21,-1,7,21,8,-1,8,21,22,-1,8,22,23,-1,8,23,9,-1,26,27,28,-1,26,28,29,-1,26,29,24,-1,26,24,25,-1,25,24,30,-1,25,30,31,-1,25,31,32,-1,25,32,33,-1,42,43,41,-1,41,43,44,-1,41,44,40,-1,40,44,66,-1,40,66,67,-1,45,46,47,-1,45,47,48,-1,45,48,51,-1,45,51,55,-1,45,55,44,-1,50,51,48,-1,50,48,49,-1,53,54,55,-1,53,55,51,-1,53,51,52,-1,55,56,57,-1,55,57,59,-1,55,59,60,-1,55,60,63,-1,55,63,65,-1,55,65,44,-1,62,63,60,-1,62,60,61,-1,40,67,68,-1,40,68,69,-1,40,69,70,-1,40,70,71,-1,40,71,72,-1,40,72,73,-1,40,73,74,-1,40,74,75,-1,40,75,76,-1,40,76,77,-1,40,77,78,-1,40,78,79,-1,40,79,80,-1,40,80,81,-1,40,81,82,-1,40,82,83,-1,40,83,84,-1,40,84,85,-1,40,85,86,-1,40,86,87,-1,40,87,88,-1,40,88,89,-1,40,89,39,-1,90,91,38,-1,90,38,39,-1,90,39,89,-1,94,36,93,-1,93,36,37,-1,93,37,92,-1,92,37,38,-1,92,38,91,-1,36,94,95,-1,36,95,96,-1,36,96,97,-1,36,97,98,-1,36,98,35,-1,28,27,100,-1,100,27,34,-1,100,34,99,-1,99,34,35,-1,99,35,98,-1,30,24,102,-1,102,24,29,-1,102,29,101,-1,101,29,28,-1,101,28,100,-1,102,103,131,-1,102,131,132,-1,102,132,133,-1,102,133,134,-1,102,134,135,-1,102,135,136,-1,102,136,137,-1,102,137,138,-1,102,138,139,-1,102,139,140,-1,102,140,141,-1,102,141,142,-1,102,142,143,-1,102,143,144,-1,102,144,145,-1,102,145,146,-1,102,146,147,-1,102,147,148,-1,102,148,32,-1,102,32,31,-1,102,31,30,-1,103,104,105,-1,103,105,106,-1,103,106,107,-1,103,107,108,-1,103,108,109,-1,103,109,110,-1,103,110,111,-1,103,111,112,-1,103,112,113,-1,103,113,114,-1,103,114,115,-1,103,115,116,-1,103,116,117,-1,103,117,118,-1,103,118,119,-1,103,119,120,-1,103,120,121,-1,103,121,122,-1,103,122,123,-1,103,123,124,-1,103,124,125,-1,103,125,126,-1,103,126,127,-1,103,127,128,-1,103,128,129,-1,103,129,130,-1,103,130,131,-1,66,44,65,-1,65,63,64,-1,59,57,58,-1,33,32,148,-1,33,148,147,-1,33,147,146,-1,33,146,149,-1,149,146,145,-1,149,145,144,-1,149,144,143,-1,149,143,150,-1,150,143,142,-1,150,142,141,-1,150,141,140,-1,150,140,151,-1,151,140,139,-1,151,139,138,-1,151,138,137,-1,151,137,152,-1,152,137,136,-1,152,136,135,-1,152,135,134,-1,152,134,153,-1,153,134,133,-1,153,133,132,-1,153,132,131,-1,153,131,154,-1,154,131,130,-1,154,130,129,-1,154,129,128,-1,154,128,155,-1,155,128,127,-1,155,127,126,-1,155,126,125,-1,155,125,156,-1,156,125,124,-1,156,124,123,-1,156,123,122,-1,156,122,157,-1,157,122,121,-1,157,121,120,-1,157,120,119,-1,157,119,158,-1,158,119,118,-1,158,118,117,-1,158,117,116,-1,158,116,159,-1,159,116,115,-1,159,115,114,-1,159,114,113,-1,159,113,160,-1,160,113,112,-1,160,112,111,-1,160,111,110,-1,160,110,161,-1,161,110,109,-1,161,109,108,-1,161,108,107,-1,161,107,162,-1,162,107,106,-1,162,106,105,-1,162,105,104,-1,162,104,163,-1,163,104,103,-1,163,103,102,-1,163,102,101,-1,163,101,164,-1,165,166,43,-1,165,43,42,-1,165,42,41,-1,43,166,44,-1,167,165,40,-1,167,40,39,-1,167,39,38,-1,40,165,41,-1,168,169,49,-1,168,49,48,-1,168,48,47,-1,49,169,50,-1,166,168,46,-1,166,46,45,-1,166,45,44,-1,46,168,47,-1,170,171,55,-1,170,55,54,-1,170,54,53,-1,55,171,56,-1,169,170,52,-1,169,52,51,-1,169,51,50,-1,52,170,53,-1,172,173,61,-1,172,61,60,-1,172,60,59,-1}; return value; } private int[] getIndexedFaceSet_8_95_coordIndex_2() { int[] value = {61,173,62,-1,171,172,58,-1,171,58,57,-1,171,57,56,-1,58,172,59,-1,174,175,68,-1,174,68,67,-1,174,67,66,-1,174,66,65,-1,173,174,64,-1,173,64,63,-1,173,63,62,-1,64,174,65,-1,176,177,73,-1,176,73,72,-1,176,72,71,-1,73,177,74,-1,175,176,70,-1,175,70,69,-1,175,69,68,-1,70,176,71,-1,178,179,79,-1,178,79,78,-1,178,78,77,-1,79,179,80,-1,177,178,76,-1,177,76,75,-1,177,75,74,-1,76,178,77,-1,180,181,85,-1,180,85,84,-1,180,84,83,-1,85,181,86,-1,179,180,82,-1,179,82,81,-1,179,81,80,-1,82,180,83,-1,182,183,91,-1,182,91,90,-1,182,90,89,-1,91,183,92,-1,181,182,88,-1,181,88,87,-1,181,87,86,-1,88,182,89,-1,184,185,186,-1,184,186,187,-1,184,187,188,-1,184,188,98,-1,184,98,97,-1,96,189,190,-1,96,190,191,-1,96,191,192,-1,96,192,193,-1,96,193,194,-1,96,194,195,-1,96,195,185,-1,96,185,184,-1,96,184,97,-1,185,195,196,-1,185,196,186,-1,195,194,197,-1,195,197,196,-1,194,193,198,-1,194,198,197,-1,193,192,199,-1,193,199,198,-1,192,191,200,-1,192,200,199,-1,191,190,201,-1,191,201,200,-1,190,189,202,-1,190,202,201,-1,189,96,95,-1,189,95,203,-1,189,203,202,-1,26,14,13,-1,26,13,35,-1,26,35,34,-1,26,34,27,-1,13,10,9,-1,13,9,23,-1,13,23,36,-1,13,36,35,-1,167,38,37,-1,167,37,23,-1,167,23,22,-1,23,37,36,-1,93,92,183,-1,93,183,203,-1,93,203,95,-1,93,95,94,-1,188,164,101,-1,188,101,100,-1,188,100,99,-1,188,99,98,-1,168,166,165,-1,168,165,167,-1,168,167,171,-1,168,171,170,-1,168,170,169,-1,182,181,167,-1,167,181,174,-1,167,174,171,-1,171,174,173,-1,171,173,172,-1,180,179,181,-1,181,179,178,-1,181,178,174,-1,174,178,176,-1,174,176,175,-1,182,167,183,-1,183,167,22,-1,183,22,203,-1,203,22,21,-1,203,21,202,-1,202,21,20,-1,202,20,201,-1,201,20,19,-1,201,19,200,-1,200,19,18,-1,200,18,199,-1,199,18,17,-1,199,17,198,-1,198,17,16,-1,198,16,197,-1,197,16,15,-1,197,15,196,-1,196,15,12,-1,196,12,186,-1,186,12,11,-1,186,11,187,-1,187,11,14,-1,187,14,188,-1,188,14,26,-1,188,26,164,-1,164,26,25,-1,164,25,33,-1,164,33,149,-1,164,149,150,-1,164,150,151,-1,164,151,152,-1,164,152,153,-1,164,153,154,-1,164,154,155,-1,164,155,156,-1,164,156,157,-1,164,157,158,-1,164,158,159,-1,164,159,160,-1,164,160,161,-1,164,161,162,-1,164,162,163,-1,176,178,177,-1,213,214,204,-1,213,204,205,-1,213,205,206,-1,213,206,207,-1,213,207,208,-1,213,208,209,-1,213,209,210,-1,213,210,211,-1,213,211,212,-1,204,215,216,-1,204,216,205,-1,204,214,217,-1,204,217,218,-1,204,218,215,-1,205,216,219,-1,205,219,206,-1,206,219,220,-1,206,220,207,-1,207,220,221,-1,207,221,208,-1,208,221,222,-1,208,222,209,-1,209,222,223,-1,209,223,210,-1,210,223,224,-1,210,224,211,-1,211,224,225,-1,211,225,212,-1,212,225,226,-1,212,226,227,-1,212,227,213,-1,230,231,232,-1,230,232,233,-1,230,233,228,-1,230,228,229,-1,228,234,235,-1,228,235,236,-1,228,236,237,-1,228,237,229,-1,247,248,249,-1,247,249,250,-1,247,250,244,-1,247,244,245,-1,247,245,246,-1,250,251,252,-1,250,252,253,-1,250,253,254,-1,250,254,255,-1,250,255,256,-1,250,256,257,-1,250,257,258,-1,250,258,259,-1,250,259,260,-1,250,260,261,-1,250,261,262,-1,250,262,263,-1,250,263,264,-1,250,264,265,-1,250,265,266,-1,250,266,267,-1,250,267,268,-1,250,268,269,-1,250,269,270,-1,250,270,271,-1,250,271,244,-1,244,271,272,-1,244,272,273,-1,244,273,274,-1,244,274,275,-1,244,275,276,-1,244,276,277,-1,244,277,278,-1,244,278,279,-1,244,279,280,-1,244,280,281,-1,244,281,282,-1,244,282,283,-1,244,283,284,-1,244,284,285,-1,244,285,286,-1,244,286,287,-1,244,287,288,-1,244,288,289,-1,244,289,290,-1,244,290,291,-1,244,291,292,-1,244,292,293,-1,244,293,243,-1,294,295,242,-1,294,242,243,-1,294,243,293,-1,298,240,297,-1,297,240,241,-1,297,241,296,-1,296,241,242,-1,296,242,295,-1}; return value; } private int[] getIndexedFaceSet_8_95_coordIndex_3() { int[] value = {240,298,299,-1,240,299,300,-1,240,300,301,-1,240,301,302,-1,240,302,239,-1,232,231,304,-1,304,231,238,-1,304,238,303,-1,303,238,239,-1,303,239,302,-1,234,228,306,-1,306,228,233,-1,306,233,305,-1,305,233,232,-1,305,232,304,-1,306,307,335,-1,306,335,336,-1,306,336,337,-1,306,337,338,-1,306,338,339,-1,306,339,340,-1,306,340,341,-1,306,341,342,-1,306,342,343,-1,306,343,344,-1,306,344,345,-1,306,345,346,-1,306,346,347,-1,306,347,348,-1,306,348,349,-1,306,349,350,-1,306,350,351,-1,306,351,352,-1,306,352,236,-1,306,236,235,-1,306,235,234,-1,307,308,309,-1,307,309,310,-1,307,310,311,-1,307,311,312,-1,307,312,313,-1,307,313,314,-1,307,314,315,-1,307,315,316,-1,307,316,317,-1,307,317,318,-1,307,318,319,-1,307,319,320,-1,307,320,321,-1,307,321,322,-1,307,322,323,-1,307,323,324,-1,307,324,325,-1,307,325,326,-1,307,326,327,-1,307,327,328,-1,307,328,329,-1,307,329,330,-1,307,330,331,-1,307,331,332,-1,307,332,333,-1,307,333,334,-1,307,334,335,-1,237,236,352,-1,237,352,351,-1,237,351,350,-1,237,350,353,-1,350,349,348,-1,350,348,347,-1,350,347,354,-1,350,354,353,-1,344,355,354,-1,344,354,347,-1,344,347,346,-1,344,346,345,-1,355,344,343,-1,355,343,342,-1,355,342,341,-1,355,341,356,-1,356,341,340,-1,356,340,339,-1,356,339,338,-1,356,338,357,-1,357,338,337,-1,357,337,336,-1,357,336,335,-1,357,335,358,-1,332,359,358,-1,332,358,335,-1,332,335,334,-1,332,334,333,-1,359,332,331,-1,359,331,330,-1,359,330,329,-1,359,329,360,-1,360,329,328,-1,360,328,327,-1,360,327,326,-1,360,326,361,-1,361,326,325,-1,361,325,324,-1,361,324,323,-1,361,323,362,-1,362,323,322,-1,362,322,321,-1,362,321,320,-1,362,320,363,-1,320,319,318,-1,320,318,317,-1,320,317,364,-1,320,364,363,-1,364,317,316,-1,364,316,315,-1,364,315,314,-1,364,314,365,-1,365,314,313,-1,365,313,312,-1,365,312,311,-1,365,311,366,-1,366,311,310,-1,366,310,309,-1,366,309,308,-1,366,308,367,-1,367,308,307,-1,367,307,306,-1,367,306,305,-1,367,305,368,-1,369,370,247,-1,369,247,246,-1,369,246,245,-1,247,370,248,-1,371,369,245,-1,371,245,244,-1,371,244,243,-1,371,243,242,-1,251,372,373,-1,251,373,254,-1,251,254,253,-1,251,253,252,-1,370,372,250,-1,370,250,249,-1,370,249,248,-1,250,372,251,-1,374,375,259,-1,374,259,258,-1,374,258,257,-1,259,375,260,-1,373,374,256,-1,373,256,255,-1,373,255,254,-1,256,374,257,-1,376,377,265,-1,376,265,264,-1,376,264,263,-1,265,377,266,-1,375,376,262,-1,375,262,261,-1,375,261,260,-1,262,376,263,-1,378,379,272,-1,378,272,271,-1,378,271,270,-1,378,270,269,-1,269,268,267,-1,269,267,266,-1,269,266,377,-1,269,377,378,-1,380,381,277,-1,380,277,276,-1,380,276,275,-1,277,381,278,-1,275,274,273,-1,275,273,272,-1,275,272,379,-1,275,379,380,-1,382,383,283,-1,382,283,282,-1,382,282,281,-1,283,383,284,-1,381,382,280,-1,381,280,279,-1,381,279,278,-1,280,382,281,-1,384,385,289,-1,384,289,288,-1,384,288,287,-1,289,385,290,-1,383,384,286,-1,383,286,285,-1,383,285,284,-1,286,384,287,-1,386,387,295,-1,386,295,294,-1,386,294,293,-1,295,387,296,-1,385,386,293,-1,385,293,292,-1,385,292,291,-1,385,291,290,-1,388,389,390,-1,388,390,391,-1,391,392,302,-1,391,302,301,-1,391,301,388,-1,300,393,394,-1,300,394,395,-1,300,395,396,-1,300,396,397,-1,300,397,398,-1,300,398,399,-1,300,399,389,-1,300,389,388,-1,300,388,301,-1,389,399,400,-1,389,400,390,-1,399,398,401,-1,399,401,400,-1,398,397,402,-1,398,402,401,-1,397,396,403,-1,397,403,402,-1,396,395,404,-1,396,404,403,-1,395,394,405,-1,395,405,404,-1,394,393,406,-1,394,406,405,-1,393,300,299,-1,393,299,407,-1,393,407,406,-1,218,217,239,-1,218,239,238,-1,218,238,231,-1,218,231,230,-1,217,214,213,-1,217,213,227,-1,217,227,240,-1,217,240,239,-1,226,371,241,-1,226,241,240,-1,226,240,227,-1,241,371,242,-1,387,407,298,-1,387,298,297,-1,387,297,296,-1,298,407,299,-1,368,305,304,-1,368,304,303,-1,368,303,302,-1,368,302,392,-1}; return value; } private int[] getIndexedFaceSet_8_95_coordIndex_4() { int[] value = {370,369,371,-1,370,371,379,-1,370,379,378,-1,370,378,377,-1,370,377,376,-1,370,376,375,-1,370,375,374,-1,370,374,373,-1,370,373,372,-1,379,371,386,-1,379,386,385,-1,379,385,384,-1,379,384,383,-1,379,383,382,-1,379,382,381,-1,379,381,380,-1,386,371,387,-1,387,371,226,-1,387,226,407,-1,407,226,225,-1,407,225,406,-1,406,225,224,-1,406,224,405,-1,405,224,223,-1,405,223,404,-1,404,223,222,-1,404,222,403,-1,403,222,221,-1,403,221,402,-1,402,221,220,-1,402,220,401,-1,401,220,219,-1,401,219,400,-1,400,219,216,-1,400,216,390,-1,390,216,215,-1,390,215,391,-1,391,215,218,-1,391,218,392,-1,392,218,230,-1,392,230,368,-1,368,230,229,-1,368,229,237,-1,368,237,353,-1,368,353,354,-1,368,354,355,-1,368,355,356,-1,368,356,357,-1,368,357,358,-1,368,358,359,-1,368,359,360,-1,368,360,361,-1,368,361,362,-1,368,362,363,-1,368,363,364,-1,368,364,365,-1,368,365,366,-1,368,366,367,-1,417,418,408,-1,417,408,409,-1,417,409,410,-1,417,410,411,-1,417,411,412,-1,417,412,413,-1,417,413,414,-1,417,414,415,-1,417,415,416,-1,408,419,420,-1,408,420,409,-1,422,419,408,-1,422,408,418,-1,422,418,421,-1,409,420,423,-1,409,423,410,-1,410,423,424,-1,410,424,411,-1,411,424,425,-1,411,425,412,-1,412,425,426,-1,412,426,413,-1,413,426,427,-1,413,427,414,-1,414,427,428,-1,414,428,415,-1,415,428,429,-1,415,429,416,-1,416,429,430,-1,416,430,431,-1,416,431,417,-1,434,435,436,-1,434,436,437,-1,434,437,432,-1,434,432,433,-1,433,432,438,-1,433,438,439,-1,433,439,440,-1,433,440,441,-1,450,451,449,-1,449,451,454,-1,449,454,448,-1,448,454,475,-1,448,475,476,-1,453,454,451,-1,453,451,452,-1,455,456,457,-1,455,457,458,-1,455,458,464,-1,455,464,454,-1,458,459,460,-1,458,460,462,-1,458,462,463,-1,458,463,464,-1,465,466,467,-1,465,467,470,-1,465,470,473,-1,465,473,474,-1,465,474,464,-1,469,470,467,-1,469,467,468,-1,472,473,470,-1,472,470,471,-1,475,454,464,-1,475,464,474,-1,448,476,477,-1,448,477,478,-1,448,478,479,-1,448,479,480,-1,448,480,481,-1,448,481,482,-1,448,482,483,-1,448,483,484,-1,448,484,485,-1,448,485,486,-1,448,486,487,-1,448,487,488,-1,448,488,489,-1,448,489,490,-1,448,490,491,-1,448,491,492,-1,448,492,493,-1,448,493,494,-1,448,494,495,-1,448,495,496,-1,448,496,497,-1,448,497,447,-1,498,499,446,-1,498,446,447,-1,498,447,497,-1,502,444,501,-1,501,444,445,-1,501,445,500,-1,500,445,446,-1,500,446,499,-1,444,502,503,-1,444,503,504,-1,444,504,505,-1,444,505,506,-1,444,506,443,-1,436,435,508,-1,508,435,442,-1,508,442,507,-1,507,442,443,-1,507,443,506,-1,438,432,510,-1,510,432,437,-1,510,437,509,-1,509,437,436,-1,509,436,508,-1,510,511,539,-1,510,539,540,-1,510,540,541,-1,510,541,542,-1,510,542,543,-1,510,543,544,-1,510,544,545,-1,510,545,546,-1,510,546,547,-1,510,547,548,-1,510,548,549,-1,510,549,550,-1,510,550,551,-1,510,551,552,-1,510,552,553,-1,510,553,554,-1,510,554,555,-1,510,555,556,-1,510,556,440,-1,510,440,439,-1,510,439,438,-1,511,512,513,-1,511,513,514,-1,511,514,515,-1,511,515,516,-1,511,516,517,-1,511,517,518,-1,511,518,519,-1,511,519,520,-1,511,520,521,-1,511,521,522,-1,511,522,523,-1,511,523,524,-1,511,524,525,-1,511,525,526,-1,511,526,527,-1,511,527,528,-1,511,528,529,-1,511,529,530,-1,511,530,531,-1,511,531,532,-1,511,532,533,-1,511,533,534,-1,511,534,535,-1,511,535,536,-1,511,536,537,-1,511,537,538,-1,511,538,539,-1,462,460,461,-1,441,440,556,-1,441,556,555,-1,441,555,554,-1,441,554,557,-1,557,554,553,-1,557,553,552,-1,557,552,551,-1,557,551,558,-1,558,551,550,-1,558,550,549,-1,558,549,548,-1,558,548,559,-1,559,548,547,-1,559,547,546,-1,559,546,545,-1,559,545,560,-1,560,545,544,-1,560,544,543,-1,560,543,542,-1,560,542,561,-1,561,542,541,-1,561,541,540,-1,561,540,539,-1,561,539,562,-1,562,539,538,-1,562,538,537,-1,562,537,536,-1,562,536,563,-1,563,536,535,-1,563,535,534,-1,563,534,533,-1,563,533,564,-1,564,533,532,-1}; return value; } private int[] getIndexedFaceSet_8_95_coordIndex_5() { int[] value = {564,532,531,-1,564,531,530,-1,564,530,565,-1,565,530,529,-1,565,529,528,-1,565,528,527,-1,565,527,566,-1,566,527,526,-1,566,526,525,-1,566,525,524,-1,566,524,567,-1,567,524,523,-1,567,523,522,-1,567,522,521,-1,567,521,568,-1,568,521,520,-1,568,520,519,-1,568,519,518,-1,568,518,569,-1,569,518,517,-1,569,517,516,-1,569,516,515,-1,569,515,570,-1,570,515,514,-1,570,514,513,-1,570,513,512,-1,570,512,571,-1,571,512,511,-1,571,511,510,-1,571,510,509,-1,571,509,572,-1,573,574,451,-1,573,451,450,-1,573,450,449,-1,451,574,452,-1,575,573,448,-1,575,448,447,-1,575,447,446,-1,448,573,449,-1,576,577,457,-1,576,457,456,-1,576,456,455,-1,457,577,458,-1,574,576,454,-1,574,454,453,-1,574,453,452,-1,454,576,455,-1,578,579,463,-1,578,463,462,-1,578,462,461,-1,463,579,464,-1,577,578,460,-1,577,460,459,-1,577,459,458,-1,460,578,461,-1,580,581,469,-1,580,469,468,-1,580,468,467,-1,469,581,470,-1,579,580,466,-1,579,466,465,-1,579,465,464,-1,466,580,467,-1,582,583,476,-1,582,476,475,-1,582,475,474,-1,582,474,473,-1,581,582,472,-1,581,472,471,-1,581,471,470,-1,472,582,473,-1,584,585,481,-1,584,481,480,-1,584,480,479,-1,481,585,482,-1,583,584,478,-1,583,478,477,-1,583,477,476,-1,478,584,479,-1,586,587,487,-1,586,487,486,-1,586,486,485,-1,487,587,488,-1,585,586,484,-1,585,484,483,-1,585,483,482,-1,484,586,485,-1,588,589,493,-1,588,493,492,-1,588,492,491,-1,493,589,494,-1,587,588,490,-1,587,490,489,-1,587,489,488,-1,490,588,491,-1,590,591,499,-1,590,499,498,-1,590,498,497,-1,499,591,500,-1,589,590,496,-1,589,496,495,-1,589,495,494,-1,496,590,497,-1,592,593,594,-1,592,594,595,-1,592,595,596,-1,592,596,506,-1,592,506,505,-1,504,597,598,-1,504,598,599,-1,504,599,600,-1,504,600,601,-1,504,601,602,-1,504,602,603,-1,504,603,593,-1,504,593,592,-1,504,592,505,-1,593,603,604,-1,593,604,594,-1,603,602,605,-1,603,605,604,-1,602,601,606,-1,602,606,605,-1,601,600,607,-1,601,607,606,-1,600,599,608,-1,600,608,607,-1,599,598,609,-1,599,609,608,-1,598,597,610,-1,598,610,609,-1,504,503,611,-1,504,611,610,-1,504,610,597,-1,434,422,421,-1,434,421,443,-1,434,443,442,-1,434,442,435,-1,421,418,417,-1,421,417,431,-1,421,431,444,-1,421,444,443,-1,575,446,445,-1,575,445,431,-1,575,431,430,-1,431,445,444,-1,501,500,591,-1,501,591,611,-1,501,611,503,-1,501,503,502,-1,596,572,509,-1,596,509,508,-1,596,508,507,-1,596,507,506,-1,576,574,573,-1,576,573,575,-1,576,575,586,-1,576,586,583,-1,576,583,580,-1,576,580,577,-1,577,580,579,-1,577,579,578,-1,580,583,582,-1,580,582,581,-1,584,583,586,-1,584,586,585,-1,586,575,590,-1,586,590,589,-1,586,589,588,-1,586,588,587,-1,590,575,591,-1,591,575,430,-1,591,430,611,-1,611,430,429,-1,611,429,610,-1,610,429,428,-1,610,428,609,-1,609,428,427,-1,609,427,608,-1,608,427,426,-1,608,426,607,-1,607,426,425,-1,607,425,606,-1,606,425,424,-1,606,424,605,-1,605,424,423,-1,605,423,604,-1,604,423,420,-1,604,420,594,-1,594,420,419,-1,594,419,595,-1,595,419,422,-1,595,422,596,-1,596,422,434,-1,596,434,572,-1,572,434,433,-1,572,433,441,-1,572,441,557,-1,572,557,558,-1,572,558,559,-1,572,559,560,-1,572,560,561,-1,572,561,562,-1,572,562,563,-1,572,563,564,-1,572,564,565,-1,572,565,566,-1,572,566,567,-1,572,567,568,-1,572,568,569,-1,572,569,570,-1,572,570,571,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_9_95_point_1() { float[] value = {.40065f,.35452f,1.60383f,.40065f,.36727f,1.60365f,.40065f,.38002f,1.60348f,.40065f,.39278f,1.6033f,.40065f,.40553f,1.60313f,.40065f,.41828f,1.60295f,.40065f,.43104f,1.60278f,.40065f,.44379f,1.60261f,.40065f,.45654f,1.60243f,.40065f,.45987f,1.60182f,.40065f,.35117f,1.60331f,.40182f,.35452f,1.60383f,.40182f,.36727f,1.60365f,.40065f,.34782f,1.60279f,.40182f,.34782f,1.60279f,.40182f,.38002f,1.60348f,.40182f,.39278f,1.6033f,.40182f,.40553f,1.60313f,.40182f,.41828f,1.60295f,.40182f,.43104f,1.60278f,.40182f,.44379f,1.6026f,.40182f,.45654f,1.60243f,.40182f,.46321f,1.60121f,.40065f,.46321f,1.60121f,.40065f,.34164f,1.59518f,.40182f,.34164f,1.59518f,.40182f,.34334f,1.59978f,.40065f,.34334f,1.59978f,.40065f,.34277f,1.59825f,.40065f,.34221f,1.59672f,.40065f,.34162f,1.59371f,.40064f,.3416f,1.59224f,.40064f,.34158f,1.59077f,.40181f,.34158f,1.59077f,.40065f,.34483f,1.60078f,.40065f,.34633f,1.60179f,.40065f,.46467f,1.60017f,.40065f,.46614f,1.59912f,.40065f,.4676f,1.59808f,.40065f,.46813f,1.59653f,.40064f,.46865f,1.59499f,.40064f,.46917f,1.59344f,.40064f,.46915f,1.59197f,.40064f,.46913f,1.5905f,.40064f,.46911f,1.58903f,.40064f,.46909f,1.58756f,.40064f,.46907f,1.58609f,.40064f,.46905f,1.58462f,.40064f,.46903f,1.58315f,.40064f,.46901f,1.58168f,.40064f,.46899f,1.58021f,.40064f,.46897f,1.57874f,.40064f,.46895f,1.57727f,.40064f,.46893f,1.5758f,.40064f,.46891f,1.57433f,.40064f,.46889f,1.57286f,.40063f,.46887f,1.57139f,.40063f,.46885f,1.56992f,.40063f,.46883f,1.56845f,.40063f,.46881f,1.56698f,.40063f,.46879f,1.56551f,.40063f,.46877f,1.56404f,.40063f,.46875f,1.56257f,.40063f,.46873f,1.5611f,.40063f,.46871f,1.55963f,.40063f,.46869f,1.55816f,.40063f,.46867f,1.5567f,.40063f,.46865f,1.55523f,.40063f,.46863f,1.55376f,.40063f,.46861f,1.55229f,.40063f,.46859f,1.55082f,.40062f,.46857f,1.54935f,.40062f,.46855f,1.54788f,.40062f,.46853f,1.54641f,.40062f,.46851f,1.54494f,.40062f,.46849f,1.54347f,.40062f,.46847f,1.542f,.40062f,.46845f,1.54053f,.40062f,.46843f,1.53906f,.40062f,.46841f,1.53759f,.40062f,.46839f,1.53612f,.40062f,.46837f,1.53465f,.40062f,.46835f,1.53318f,.40062f,.46833f,1.53171f,.40062f,.46831f,1.53024f,.40062f,.46829f,1.52877f,.40061f,.46827f,1.5273f,.40061f,.46825f,1.52583f,.40061f,.46823f,1.52436f,.40061f,.46821f,1.52289f,.40061f,.46764f,1.52136f,.40061f,.46708f,1.51983f,.40061f,.46651f,1.51829f,.40061f,.46502f,1.51729f,.40061f,.46353f,1.51629f,.40061f,.46203f,1.51528f,.40061f,.45869f,1.51477f,.40061f,.34998f,1.51625f,.40061f,.34664f,1.51686f,.40061f,.34518f,1.51791f}; return value; } private float[] getCoordinate_9_95_point_2() { float[] value = {.40061f,.34371f,1.51895f,.40061f,.34225f,1.51999f,.40061f,.34173f,1.52154f,.40061f,.3412f,1.52309f,.40061f,.34068f,1.52463f,.40062f,.3407f,1.5261f,.40062f,.34072f,1.52757f,.40062f,.34074f,1.52904f,.40062f,.34076f,1.53051f,.40062f,.34078f,1.53198f,.40062f,.3408f,1.53345f,.40062f,.34082f,1.53492f,.40062f,.34084f,1.53639f,.40062f,.34086f,1.53786f,.40062f,.34088f,1.53933f,.40062f,.3409f,1.5408f,.40062f,.34092f,1.54227f,.40062f,.34094f,1.54374f,.40062f,.34096f,1.54521f,.40062f,.34098f,1.54668f,.40063f,.341f,1.54815f,.40063f,.34102f,1.54962f,.40063f,.34104f,1.55109f,.40063f,.34106f,1.55256f,.40063f,.34108f,1.55403f,.40063f,.3411f,1.5555f,.40063f,.34112f,1.55697f,.40063f,.34114f,1.55844f,.40063f,.34116f,1.55991f,.40063f,.34118f,1.56138f,.40063f,.3412f,1.56285f,.40063f,.34122f,1.56432f,.40063f,.34124f,1.56579f,.40063f,.34126f,1.56726f,.40063f,.34128f,1.56873f,.40064f,.3413f,1.5702f,.40064f,.34132f,1.57167f,.40064f,.34134f,1.57314f,.40064f,.34136f,1.57461f,.40064f,.34138f,1.57608f,.40064f,.3414f,1.57755f,.40064f,.34142f,1.57902f,.40064f,.34144f,1.58048f,.40064f,.34146f,1.58195f,.40064f,.34148f,1.58342f,.40064f,.3415f,1.58489f,.40064f,.34152f,1.58636f,.40064f,.34154f,1.58783f,.40064f,.34156f,1.5893f,.40181f,.34152f,1.58636f,.40181f,.34146f,1.58195f,.40181f,.3414f,1.57754f,.40181f,.34134f,1.57314f,.4018f,.34128f,1.56873f,.4018f,.34122f,1.56432f,.4018f,.34116f,1.55991f,.4018f,.3411f,1.5555f,.4018f,.34104f,1.55109f,.40179f,.34098f,1.54668f,.40179f,.34092f,1.54227f,.40179f,.34086f,1.53786f,.40179f,.3408f,1.53345f,.40179f,.34074f,1.52904f,.40178f,.34068f,1.52463f,.40178f,.34225f,1.51999f,.40181f,.46917f,1.59344f,.40181f,.46911f,1.58903f,.40182f,.4676f,1.59808f,.40181f,.46905f,1.58462f,.40181f,.46899f,1.58021f,.40181f,.46893f,1.5758f,.4018f,.46887f,1.57139f,.4018f,.46881f,1.56698f,.4018f,.46875f,1.56257f,.4018f,.46869f,1.55816f,.4018f,.46863f,1.55375f,.40179f,.46857f,1.54935f,.40179f,.46851f,1.54494f,.40179f,.46845f,1.54053f,.40179f,.46839f,1.53612f,.40179f,.46833f,1.53171f,.40178f,.46827f,1.5273f,.40178f,.46821f,1.52289f,.40178f,.46651f,1.51829f,.40061f,.35331f,1.51564f,.40061f,.36606f,1.51547f,.40178f,.36606f,1.51547f,.40178f,.35331f,1.51564f,.40178f,.34664f,1.51686f,.40061f,.45534f,1.51425f,.40061f,.44258f,1.51442f,.40061f,.42983f,1.5146f,.40061f,.41708f,1.51477f,.40061f,.40432f,1.51494f,.40061f,.39157f,1.51512f,.40061f,.37882f,1.51529f,.40178f,.37882f,1.51529f,.40178f,.39157f,1.51512f,.40178f,.40432f,1.51494f,.40178f,.41708f,1.51477f}; return value; } private float[] getCoordinate_9_95_point_3() { float[] value = {.40178f,.42983f,1.51459f,.40178f,.44258f,1.51442f,.40178f,.45534f,1.51425f,.40178f,.46203f,1.51528f,.40069f,.35447f,1.93939f,.40069f,.36723f,1.93909f,.40069f,.37998f,1.93878f,.40069f,.39273f,1.93848f,.40069f,.40549f,1.93817f,.40069f,.41824f,1.93787f,.40069f,.43099f,1.93757f,.40069f,.44375f,1.93726f,.40069f,.4565f,1.93696f,.40069f,.45983f,1.9359f,.40069f,.35113f,1.93849f,.40186f,.35447f,1.93939f,.40186f,.36723f,1.93908f,.40069f,.34778f,1.93759f,.40186f,.34778f,1.93759f,.40186f,.37998f,1.93878f,.40186f,.39273f,1.93848f,.40186f,.40549f,1.93817f,.40186f,.41824f,1.93787f,.40186f,.43099f,1.93757f,.40186f,.44375f,1.93726f,.40186f,.4565f,1.93696f,.40186f,.46316f,1.93484f,.40069f,.46316f,1.93484f,.40069f,.3416f,1.9244f,.40186f,.3416f,1.9244f,.40186f,.3433f,1.93237f,.40069f,.3433f,1.93238f,.40069f,.34273f,1.92972f,.40069f,.34217f,1.92706f,.40069f,.34158f,1.92185f,.40069f,.34156f,1.9193f,.40069f,.34154f,1.91676f,.40186f,.34154f,1.91675f,.40069f,.34479f,1.93411f,.40069f,.34628f,1.93585f,.40069f,.46463f,1.93303f,.40069f,.4661f,1.93123f,.40069f,.46756f,1.92942f,.40069f,.46808f,1.92673f,.40069f,.46861f,1.92405f,.40069f,.46913f,1.92137f,.40069f,.46911f,1.91882f,.40069f,.46909f,1.91627f,.40068f,.46907f,1.91372f,.40068f,.46905f,1.91117f,.40068f,.46903f,1.90862f,.40068f,.46901f,1.90607f,.40068f,.46899f,1.90353f,.40068f,.46897f,1.90098f,.40068f,.46895f,1.89843f,.40068f,.46893f,1.89588f,.40068f,.46891f,1.89333f,.40068f,.46889f,1.89078f,.40068f,.46887f,1.88823f,.40068f,.46885f,1.88569f,.40068f,.46883f,1.88314f,.40067f,.46881f,1.88059f,.40067f,.46879f,1.87804f,.40067f,.46877f,1.87549f,.40067f,.46875f,1.87294f,.40067f,.46873f,1.8704f,.40067f,.46871f,1.86785f,.40067f,.46869f,1.8653f,.40067f,.46867f,1.86275f,.40067f,.46865f,1.8602f,.40067f,.46863f,1.85765f,.40067f,.46861f,1.8551f,.40066f,.46859f,1.85256f,.40066f,.46857f,1.85001f,.40066f,.46855f,1.84746f,.40066f,.46853f,1.84491f,.40066f,.46851f,1.84236f,.40066f,.46849f,1.83981f,.40066f,.46847f,1.83726f,.40066f,.46845f,1.83472f,.40066f,.46843f,1.83217f,.40066f,.46841f,1.82962f,.40066f,.46839f,1.82707f,.40066f,.46837f,1.82452f,.40065f,.46835f,1.82197f,.40065f,.46833f,1.81942f,.40065f,.46831f,1.81688f,.40065f,.46829f,1.81433f,.40065f,.46827f,1.81178f,.40065f,.46825f,1.80923f,.40065f,.46823f,1.80668f,.40065f,.46821f,1.80413f,.40065f,.46819f,1.80158f,.40065f,.46817f,1.79904f,.40065f,.46761f,1.79638f,.40065f,.46704f,1.79372f,.40065f,.46648f,1.79106f,.40064f,.46498f,1.78932f,.40064f,.46349f,1.78759f,.40064f,.462f,1.78585f}; return value; } private float[] getCoordinate_9_95_point_4() { float[] value = {.40064f,.45865f,1.78495f,.40065f,.34994f,1.78754f,.40065f,.34661f,1.78859f,.40065f,.34514f,1.7904f,.40065f,.34368f,1.79221f,.40065f,.34221f,1.79402f,.40065f,.34169f,1.7967f,.40065f,.34117f,1.79939f,.40065f,.34064f,1.80207f,.40065f,.34066f,1.80462f,.40065f,.34068f,1.80717f,.40065f,.3407f,1.80972f,.40065f,.34072f,1.81227f,.40065f,.34074f,1.81481f,.40065f,.34076f,1.81736f,.40066f,.34078f,1.81991f,.40066f,.3408f,1.82246f,.40066f,.34082f,1.82501f,.40066f,.34084f,1.82756f,.40066f,.34086f,1.83011f,.40066f,.34088f,1.83265f,.40066f,.3409f,1.8352f,.40066f,.34092f,1.83775f,.40066f,.34094f,1.8403f,.40066f,.34096f,1.84285f,.40066f,.34098f,1.8454f,.40066f,.341f,1.84795f,.40067f,.34102f,1.85049f,.40067f,.34104f,1.85304f,.40067f,.34106f,1.85559f,.40067f,.34108f,1.85814f,.40067f,.3411f,1.86069f,.40067f,.34112f,1.86324f,.40067f,.34114f,1.86579f,.40067f,.34116f,1.86833f,.40067f,.34118f,1.87088f,.40067f,.3412f,1.87343f,.40067f,.34122f,1.87598f,.40067f,.34124f,1.87853f,.40068f,.34126f,1.88108f,.40068f,.34128f,1.88362f,.40068f,.3413f,1.88617f,.40068f,.34132f,1.88872f,.40068f,.34134f,1.89127f,.40068f,.34136f,1.89382f,.40068f,.34138f,1.89637f,.40068f,.3414f,1.89892f,.40068f,.34142f,1.90146f,.40068f,.34144f,1.90401f,.40068f,.34146f,1.90656f,.40068f,.34148f,1.90911f,.40069f,.3415f,1.91166f,.40069f,.34152f,1.91421f,.40185f,.34148f,1.90911f,.40185f,.34142f,1.90146f,.40185f,.34136f,1.89382f,.40185f,.3413f,1.88617f,.40184f,.34124f,1.87853f,.40184f,.34118f,1.87088f,.40184f,.34112f,1.86324f,.40184f,.34106f,1.85559f,.40183f,.341f,1.84794f,.40183f,.34094f,1.8403f,.40183f,.34088f,1.83265f,.40183f,.34082f,1.82501f,.40182f,.34076f,1.81736f,.40182f,.3407f,1.80972f,.40182f,.34064f,1.80207f,.40182f,.34221f,1.79402f,.40186f,.46913f,1.92136f,.40185f,.46907f,1.91372f,.40186f,.46756f,1.92942f,.40185f,.46901f,1.90607f,.40185f,.46895f,1.89843f,.40185f,.46889f,1.89078f,.40184f,.46883f,1.88314f,.40184f,.46877f,1.87549f,.40184f,.46871f,1.86785f,.40184f,.46865f,1.8602f,.40183f,.46859f,1.85255f,.40183f,.46853f,1.84491f,.40183f,.46847f,1.83726f,.40183f,.46841f,1.82962f,.40182f,.46835f,1.82197f,.40182f,.46829f,1.81433f,.40182f,.46823f,1.80668f,.40182f,.46817f,1.79903f,.40181f,.46648f,1.79106f,.40064f,.35328f,1.78648f,.40064f,.36603f,1.78617f,.40181f,.36603f,1.78617f,.40181f,.35328f,1.78648f,.40181f,.34661f,1.78859f,.40064f,.4553f,1.78405f,.40064f,.44255f,1.78435f,.40064f,.42979f,1.78466f,.40064f,.41704f,1.78496f,.40064f,.40429f,1.78526f,.40064f,.39154f,1.78557f,.40064f,.37878f,1.78587f}; return value; } private float[] getCoordinate_9_95_point_5() { float[] value = {.40181f,.37878f,1.78587f,.40181f,.39154f,1.78557f,.40181f,.40429f,1.78526f,.40181f,.41704f,1.78496f,.40181f,.42979f,1.78465f,.40181f,.44255f,1.78435f,.40181f,.4553f,1.78405f,.40181f,.462f,1.78585f,.40067f,.3545f,1.74148f,.40067f,.36725f,1.7413f,.40067f,.38001f,1.74113f,.40067f,.39276f,1.74095f,.40067f,.40551f,1.74078f,.40067f,.41827f,1.7406f,.40067f,.43102f,1.74043f,.40067f,.44377f,1.74026f,.40067f,.45652f,1.74008f,.40067f,.45986f,1.73947f,.40067f,.35115f,1.74096f,.40184f,.3545f,1.74148f,.40184f,.36725f,1.7413f,.40067f,.3478f,1.74044f,.40184f,.3478f,1.74044f,.40184f,.38001f,1.74113f,.40184f,.39276f,1.74095f,.40184f,.40551f,1.74078f,.40184f,.41827f,1.7406f,.40184f,.43102f,1.74043f,.40184f,.44377f,1.74025f,.40184f,.45652f,1.74008f,.40184f,.46319f,1.73886f,.40067f,.46319f,1.73886f,.40066f,.34163f,1.73283f,.40183f,.34163f,1.73283f,.40184f,.34332f,1.73743f,.40067f,.34332f,1.73743f,.40066f,.34276f,1.7359f,.40066f,.34219f,1.73437f,.40066f,.34161f,1.73136f,.40066f,.34159f,1.72989f,.40066f,.34157f,1.72842f,.40183f,.34157f,1.72842f,.40067f,.34481f,1.73843f,.40067f,.34631f,1.73944f,.40066f,.46466f,1.73782f,.40066f,.46612f,1.73677f,.40066f,.46759f,1.73573f,.40066f,.46811f,1.73418f,.40066f,.46863f,1.73264f,.40066f,.46916f,1.73109f,.40066f,.46914f,1.72962f,.40066f,.46912f,1.72815f,.40066f,.4691f,1.72668f,.40066f,.46908f,1.72521f,.40066f,.46906f,1.72374f,.40066f,.46903f,1.72227f,.40066f,.46902f,1.7208f,.40066f,.469f,1.71933f,.40066f,.46897f,1.71786f,.40065f,.46896f,1.71639f,.40065f,.46893f,1.71492f,.40065f,.46892f,1.71345f,.40065f,.4689f,1.71198f,.40065f,.46887f,1.71051f,.40065f,.46885f,1.70904f,.40065f,.46883f,1.70757f,.40065f,.46881f,1.7061f,.40065f,.46879f,1.70463f,.40065f,.46877f,1.70316f,.40065f,.46875f,1.70169f,.40065f,.46873f,1.70022f,.40065f,.46871f,1.69875f,.40065f,.46869f,1.69728f,.40065f,.46867f,1.69581f,.40065f,.46865f,1.69435f,.40064f,.46863f,1.69288f,.40064f,.46861f,1.69141f,.40064f,.46859f,1.68994f,.40064f,.46857f,1.68847f,.40064f,.46855f,1.687f,.40064f,.46853f,1.68553f,.40064f,.46851f,1.68406f,.40064f,.46849f,1.68259f,.40064f,.46847f,1.68112f,.40064f,.46845f,1.67965f,.40064f,.46843f,1.67818f,.40064f,.46841f,1.67671f,.40064f,.46839f,1.67524f,.40064f,.46837f,1.67377f,.40064f,.46835f,1.6723f,.40064f,.46833f,1.67083f,.40063f,.46831f,1.66936f,.40063f,.46829f,1.66789f,.40063f,.46827f,1.66642f,.40063f,.46825f,1.66495f,.40063f,.46823f,1.66348f,.40063f,.46821f,1.66201f,.40063f,.46819f,1.66054f,.40063f,.46763f,1.65901f,.40063f,.46706f,1.65748f}; return value; } private float[] getCoordinate_9_95_point_6() { float[] value = {.40063f,.4665f,1.65594f,.40063f,.465f,1.65494f,.40063f,.46351f,1.65394f,.40063f,.46202f,1.65293f,.40063f,.45867f,1.65242f,.40063f,.34996f,1.6539f,.40063f,.34663f,1.65451f,.40063f,.34516f,1.65556f,.40063f,.3437f,1.6566f,.40063f,.34223f,1.65764f,.40063f,.34171f,1.65919f,.40063f,.34119f,1.66074f,.40063f,.34066f,1.66228f,.40063f,.34068f,1.66375f,.40063f,.3407f,1.66522f,.40063f,.34072f,1.66669f,.40064f,.34074f,1.66816f,.40064f,.34076f,1.66963f,.40064f,.34078f,1.6711f,.40064f,.3408f,1.67257f,.40064f,.34082f,1.67404f,.40064f,.34084f,1.67551f,.40064f,.34086f,1.67698f,.40064f,.34088f,1.67845f,.40064f,.3409f,1.67992f,.40064f,.34092f,1.68139f,.40064f,.34094f,1.68286f,.40064f,.34096f,1.68433f,.40064f,.34098f,1.6858f,.40064f,.341f,1.68727f,.40064f,.34102f,1.68874f,.40064f,.34104f,1.69021f,.40064f,.34106f,1.69168f,.40065f,.34108f,1.69315f,.40065f,.3411f,1.69462f,.40065f,.34112f,1.69609f,.40065f,.34114f,1.69756f,.40065f,.34116f,1.69903f,.40065f,.34118f,1.7005f,.40065f,.3412f,1.70197f,.40065f,.34122f,1.70344f,.40065f,.34124f,1.70491f,.40065f,.34126f,1.70638f,.40065f,.34128f,1.70785f,.40065f,.34131f,1.70932f,.40065f,.34132f,1.71079f,.40065f,.34135f,1.71226f,.40065f,.34136f,1.71373f,.40066f,.34138f,1.7152f,.40066f,.34141f,1.71667f,.40066f,.34142f,1.71813f,.40066f,.34145f,1.7196f,.40066f,.34147f,1.72107f,.40066f,.34148f,1.72254f,.40066f,.34151f,1.72401f,.40066f,.34153f,1.72548f,.40066f,.34155f,1.72695f,.40183f,.34151f,1.72401f,.40183f,.34145f,1.7196f,.40182f,.34138f,1.71519f,.40182f,.34132f,1.71079f,.40182f,.34126f,1.70638f,.40182f,.3412f,1.70197f,.40182f,.34114f,1.69756f,.40182f,.34108f,1.69315f,.40181f,.34102f,1.68874f,.40181f,.34096f,1.68433f,.40181f,.3409f,1.67992f,.40181f,.34084f,1.67551f,.40181f,.34078f,1.6711f,.4018f,.34072f,1.66669f,.4018f,.34066f,1.66228f,.4018f,.34223f,1.65764f,.40183f,.46916f,1.73109f,.40183f,.4691f,1.72668f,.40183f,.46759f,1.73573f,.40183f,.46903f,1.72227f,.40183f,.46897f,1.71786f,.40182f,.46892f,1.71345f,.40182f,.46886f,1.70904f,.40182f,.46879f,1.70463f,.40182f,.46873f,1.70022f,.40182f,.46867f,1.69581f,.40181f,.46861f,1.6914f,.40181f,.46855f,1.687f,.40181f,.46849f,1.68259f,.40181f,.46843f,1.67818f,.40181f,.46837f,1.67377f,.4018f,.46831f,1.66936f,.4018f,.46825f,1.66495f,.4018f,.46819f,1.66054f,.4018f,.4665f,1.65594f,.40063f,.35329f,1.65329f,.40063f,.36605f,1.65312f,.4018f,.36605f,1.65312f,.4018f,.35329f,1.65329f,.4018f,.34663f,1.65451f,.40063f,.45532f,1.6519f,.40063f,.44256f,1.65207f,.40063f,.42981f,1.65225f}; return value; } private float[] getCoordinate_9_95_point_7() { float[] value = {.40063f,.41706f,1.65242f,.40063f,.40431f,1.65259f,.40063f,.39155f,1.65277f,.40063f,.3788f,1.65294f,.4018f,.3788f,1.65294f,.4018f,.39155f,1.65277f,.4018f,.40431f,1.65259f,.4018f,.41706f,1.65242f,.4018f,.42981f,1.65224f,.4018f,.44256f,1.65207f,.4018f,.45532f,1.6519f,.4018f,.46202f,1.65293f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_101_coordIndex_1() { int[] value = {9,10,0,-1,9,0,1,-1,9,1,2,-1,9,2,3,-1,9,3,4,-1,9,4,5,-1,9,5,6,-1,9,6,7,-1,9,7,8,-1,0,11,12,-1,0,12,1,-1,0,10,13,-1,0,13,14,-1,0,14,11,-1,1,12,15,-1,1,15,2,-1,2,15,16,-1,2,16,3,-1,3,16,17,-1,3,17,4,-1,4,17,18,-1,4,18,5,-1,5,18,19,-1,5,19,6,-1,6,19,20,-1,6,20,7,-1,7,20,21,-1,7,21,8,-1,8,21,22,-1,8,22,23,-1,8,23,9,-1,26,27,28,-1,26,28,29,-1,26,29,24,-1,26,24,25,-1,25,24,30,-1,25,30,31,-1,25,31,32,-1,25,32,33,-1,43,44,45,-1,43,45,47,-1,43,47,50,-1,43,50,57,-1,43,57,64,-1,43,64,40,-1,43,40,41,-1,43,41,42,-1,49,50,47,-1,49,47,48,-1,56,57,54,-1,54,57,50,-1,54,50,53,-1,53,50,51,-1,53,51,52,-1,57,58,59,-1,57,59,60,-1,57,60,61,-1,57,61,64,-1,64,61,62,-1,64,62,63,-1,66,67,40,-1,66,40,64,-1,66,64,65,-1,40,67,68,-1,40,68,69,-1,40,69,70,-1,40,70,71,-1,40,71,72,-1,40,72,73,-1,40,73,74,-1,40,74,75,-1,40,75,76,-1,40,76,77,-1,40,77,78,-1,40,78,79,-1,40,79,80,-1,40,80,81,-1,40,81,82,-1,40,82,83,-1,40,83,84,-1,40,84,85,-1,40,85,86,-1,40,86,87,-1,40,87,88,-1,40,88,89,-1,40,89,39,-1,90,91,38,-1,90,38,39,-1,90,39,89,-1,94,36,93,-1,93,36,37,-1,93,37,92,-1,92,37,38,-1,92,38,91,-1,36,94,95,-1,36,95,96,-1,36,96,97,-1,36,97,98,-1,36,98,35,-1,28,27,100,-1,100,27,34,-1,100,34,99,-1,99,34,35,-1,99,35,98,-1,30,24,102,-1,102,24,29,-1,102,29,101,-1,101,29,28,-1,101,28,100,-1,102,103,130,-1,102,130,131,-1,102,131,132,-1,102,132,133,-1,102,133,134,-1,102,134,135,-1,102,135,136,-1,102,136,137,-1,102,137,138,-1,102,138,139,-1,102,139,140,-1,102,140,141,-1,102,141,142,-1,102,142,143,-1,102,143,144,-1,102,144,145,-1,102,145,146,-1,102,146,147,-1,102,147,148,-1,102,148,32,-1,102,32,31,-1,102,31,30,-1,103,104,105,-1,103,105,106,-1,103,106,107,-1,103,107,108,-1,103,108,109,-1,103,109,110,-1,103,110,111,-1,103,111,112,-1,103,112,113,-1,103,113,114,-1,103,114,115,-1,103,115,116,-1,103,116,117,-1,103,117,118,-1,103,118,119,-1,103,119,120,-1,103,120,121,-1,103,121,122,-1,103,122,123,-1,103,123,124,-1,103,124,125,-1,103,125,126,-1,103,126,127,-1,103,127,128,-1,103,128,129,-1,103,129,130,-1,56,54,55,-1,47,45,46,-1,33,32,148,-1,33,148,147,-1,33,147,146,-1,33,146,149,-1,149,146,145,-1,149,145,144,-1,149,144,143,-1,149,143,150,-1,150,143,142,-1,150,142,141,-1,150,141,140,-1,150,140,151,-1,151,140,139,-1,151,139,138,-1,151,138,137,-1,151,137,152,-1,152,137,136,-1,152,136,135,-1,152,135,134,-1,152,134,153,-1,153,134,133,-1,153,133,132,-1,153,132,131,-1,153,131,154,-1,154,131,130,-1,154,130,129,-1,154,129,128,-1,154,128,155,-1,155,128,127,-1,155,127,126,-1,155,126,125,-1,155,125,156,-1,156,125,124,-1,156,124,123,-1,156,123,122,-1,156,122,157,-1,157,122,121,-1,157,121,120,-1,157,120,119,-1,157,119,158,-1,158,119,118,-1,158,118,117,-1,158,117,116,-1,158,116,159,-1,159,116,115,-1,159,115,114,-1,159,114,113,-1,159,113,160,-1,160,113,112,-1,160,112,111,-1,160,111,110,-1,160,110,161,-1,110,109,108,-1,110,108,107,-1,110,107,162,-1,110,162,161,-1,162,107,106,-1,162,106,105,-1,162,105,104,-1,162,104,163,-1,163,104,103,-1,163,103,102,-1,163,102,101,-1,163,101,164,-1,165,166,43,-1,165,43,42,-1,165,42,41,-1,43,166,44,-1,167,165,40,-1,167,40,39,-1,167,39,38,-1,40,165,41,-1,168,169,49,-1,168,49,48,-1,168,48,47,-1,49,169,50,-1,166,168,47,-1,166,47,46,-1,166,46,45,-1,166,45,44,-1,170,171,55,-1,170,55,54,-1,170,54,53,-1,55,171,56,-1,169,170,53,-1,169,53,52,-1,169,52,51,-1,169,51,50,-1,59,172,173,-1,59,173,62,-1,59,62,61,-1}; return value; } private int[] getIndexedFaceSet_8_101_coordIndex_2() { int[] value = {59,61,60,-1,171,172,58,-1,171,58,57,-1,171,57,56,-1,58,172,59,-1,174,175,67,-1,174,67,66,-1,174,66,65,-1,67,175,68,-1,173,174,64,-1,173,64,63,-1,173,63,62,-1,64,174,65,-1,176,177,74,-1,176,74,73,-1,176,73,72,-1,176,72,71,-1,175,176,70,-1,175,70,69,-1,175,69,68,-1,70,176,71,-1,178,179,79,-1,178,79,78,-1,178,78,77,-1,79,179,80,-1,177,178,76,-1,177,76,75,-1,177,75,74,-1,76,178,77,-1,180,181,85,-1,180,85,84,-1,180,84,83,-1,85,181,86,-1,179,180,82,-1,179,82,81,-1,179,81,80,-1,82,180,83,-1,182,183,91,-1,182,91,90,-1,182,90,89,-1,91,183,92,-1,181,182,88,-1,181,88,87,-1,181,87,86,-1,88,182,89,-1,184,185,186,-1,184,186,187,-1,184,187,188,-1,184,188,98,-1,184,98,97,-1,96,189,190,-1,96,190,191,-1,96,191,192,-1,96,192,193,-1,96,193,194,-1,96,194,195,-1,96,195,185,-1,96,185,184,-1,96,184,97,-1,185,195,196,-1,185,196,186,-1,195,194,197,-1,195,197,196,-1,194,193,198,-1,194,198,197,-1,193,192,199,-1,193,199,198,-1,192,191,200,-1,192,200,199,-1,191,190,201,-1,191,201,200,-1,190,189,202,-1,190,202,201,-1,189,96,95,-1,189,95,203,-1,189,203,202,-1,14,13,35,-1,14,35,34,-1,14,34,27,-1,14,27,26,-1,13,10,9,-1,13,9,23,-1,13,23,36,-1,13,36,35,-1,22,167,37,-1,22,37,36,-1,22,36,23,-1,37,167,38,-1,183,203,94,-1,183,94,93,-1,183,93,92,-1,94,203,95,-1,164,101,100,-1,164,100,99,-1,164,99,98,-1,164,98,188,-1,182,176,167,-1,167,176,169,-1,167,169,165,-1,165,169,168,-1,165,168,166,-1,169,176,175,-1,169,175,174,-1,169,174,173,-1,169,173,172,-1,169,172,171,-1,169,171,170,-1,176,182,181,-1,176,181,180,-1,176,180,179,-1,176,179,178,-1,176,178,177,-1,182,167,183,-1,183,167,22,-1,183,22,203,-1,203,22,21,-1,203,21,202,-1,202,21,20,-1,202,20,201,-1,201,20,19,-1,201,19,200,-1,200,19,18,-1,200,18,199,-1,199,18,17,-1,199,17,198,-1,198,17,16,-1,198,16,197,-1,197,16,15,-1,197,15,196,-1,196,15,12,-1,196,12,186,-1,186,12,11,-1,186,11,187,-1,187,11,14,-1,187,14,188,-1,188,14,26,-1,188,26,164,-1,164,26,25,-1,164,25,33,-1,164,33,149,-1,164,149,150,-1,164,150,151,-1,164,151,152,-1,164,152,153,-1,164,153,154,-1,164,154,155,-1,164,155,156,-1,164,156,157,-1,164,157,158,-1,164,158,159,-1,164,159,160,-1,164,160,161,-1,164,161,162,-1,164,162,163,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_9_101_point_1() { float[] value = {-.39919f,.40406f,1.95786f,-.39919f,.41681f,1.95755f,-.39919f,.42956f,1.95725f,-.39919f,.44232f,1.95694f,-.39919f,.45507f,1.95663f,-.39919f,.46782f,1.95633f,-.39919f,.48057f,1.95602f,-.39919f,.49333f,1.95572f,-.39919f,.50608f,1.95541f,-.39919f,.50941f,1.95436f,-.39919f,.40071f,1.95696f,-.39802f,.40406f,1.95785f,-.39802f,.41681f,1.95755f,-.39919f,.39736f,1.95606f,-.39802f,.39736f,1.95606f,-.39802f,.42956f,1.95724f,-.39802f,.44232f,1.95694f,-.39802f,.45507f,1.95663f,-.39802f,.46782f,1.95633f,-.39802f,.48057f,1.95602f,-.39802f,.49333f,1.95572f,-.39802f,.50608f,1.95541f,-.39802f,.51275f,1.9533f,-.39919f,.51275f,1.9533f,-.39919f,.39118f,1.94287f,-.39802f,.39118f,1.94287f,-.39802f,.39288f,1.95084f,-.39919f,.39288f,1.95084f,-.39919f,.39231f,1.94819f,-.39919f,.39175f,1.94553f,-.39919f,.39116f,1.94032f,-.39919f,.39114f,1.93777f,-.39919f,.39112f,1.93522f,-.39802f,.39112f,1.93522f,-.39919f,.39437f,1.95258f,-.39919f,.39587f,1.95432f,-.39919f,.51421f,1.95149f,-.39919f,.51568f,1.94968f,-.39919f,.51714f,1.94787f,-.39919f,.51767f,1.94519f,-.39919f,.51819f,1.9425f,-.39919f,.51871f,1.93982f,-.39919f,.51869f,1.93727f,-.39919f,.51867f,1.93472f,-.39919f,.51865f,1.93217f,-.39919f,.51863f,1.92962f,-.39919f,.51861f,1.92707f,-.39919f,.51859f,1.92453f,-.39919f,.51857f,1.92198f,-.39919f,.51855f,1.91943f,-.3992f,.51853f,1.91688f,-.3992f,.51851f,1.91433f,-.3992f,.51849f,1.91178f,-.3992f,.51847f,1.90924f,-.3992f,.51845f,1.90669f,-.3992f,.51843f,1.90414f,-.3992f,.51841f,1.90159f,-.3992f,.51839f,1.89904f,-.3992f,.51837f,1.89649f,-.3992f,.51835f,1.89394f,-.3992f,.51833f,1.8914f,-.3992f,.51831f,1.88885f,-.3992f,.51829f,1.8863f,-.3992f,.51827f,1.88375f,-.3992f,.51824f,1.8812f,-.3992f,.51823f,1.87865f,-.3992f,.51821f,1.8761f,-.3992f,.51819f,1.87356f,-.3992f,.51816f,1.87101f,-.3992f,.51814f,1.86846f,-.3992f,.51812f,1.86591f,-.3992f,.5181f,1.86336f,-.3992f,.51808f,1.86081f,-.39921f,.51806f,1.85826f,-.39921f,.51804f,1.85572f,-.39921f,.51802f,1.85317f,-.39921f,.518f,1.85062f,-.39921f,.51798f,1.84807f,-.39921f,.51796f,1.84552f,-.39921f,.51794f,1.84297f,-.39921f,.51792f,1.84042f,-.39921f,.5179f,1.83788f,-.39921f,.51788f,1.83533f,-.39921f,.51786f,1.83278f,-.39921f,.51784f,1.83023f,-.39921f,.51782f,1.82768f,-.39921f,.5178f,1.82513f,-.39921f,.51778f,1.82259f,-.39921f,.51776f,1.82004f,-.39921f,.51774f,1.81749f,-.39921f,.51717f,1.81483f,-.39921f,.51661f,1.81217f,-.39921f,.51604f,1.80951f,-.39921f,.51455f,1.80778f,-.39921f,.51306f,1.80604f,-.39922f,.51156f,1.8043f,-.39922f,.50821f,1.8034f,-.39921f,.39951f,1.806f,-.39921f,.39617f,1.80706f,-.39921f,.39471f,1.80887f}; return value; } private float[] getCoordinate_9_101_point_2() { float[] value = {-.39921f,.39324f,1.81068f,-.39921f,.39178f,1.81249f,-.39921f,.39125f,1.81517f,-.39921f,.39073f,1.81786f,-.39921f,.39021f,1.82054f,-.39921f,.39023f,1.82309f,-.39921f,.39025f,1.82564f,-.39921f,.39027f,1.82819f,-.39921f,.39029f,1.83073f,-.39921f,.39031f,1.83328f,-.39921f,.39033f,1.83583f,-.39921f,.39035f,1.83838f,-.39921f,.39037f,1.84093f,-.39921f,.39039f,1.84348f,-.39921f,.39041f,1.84603f,-.39921f,.39043f,1.84857f,-.39921f,.39045f,1.85112f,-.39921f,.39047f,1.85367f,-.3992f,.39049f,1.85622f,-.3992f,.39051f,1.85877f,-.3992f,.39053f,1.86132f,-.3992f,.39055f,1.86387f,-.3992f,.39057f,1.86641f,-.3992f,.39059f,1.86896f,-.3992f,.39061f,1.87151f,-.3992f,.39064f,1.87406f,-.3992f,.39065f,1.87661f,-.3992f,.39067f,1.87916f,-.3992f,.3907f,1.88171f,-.3992f,.39072f,1.88425f,-.3992f,.39074f,1.8868f,-.3992f,.39076f,1.88935f,-.3992f,.39078f,1.8919f,-.3992f,.3908f,1.89445f,-.3992f,.39082f,1.897f,-.3992f,.39084f,1.89954f,-.3992f,.39086f,1.90209f,-.3992f,.39088f,1.90464f,-.3992f,.3909f,1.90719f,-.3992f,.39092f,1.90974f,-.3992f,.39094f,1.91229f,-.39919f,.39096f,1.91484f,-.39919f,.39098f,1.91738f,-.39919f,.391f,1.91993f,-.39919f,.39102f,1.92248f,-.39919f,.39104f,1.92503f,-.39919f,.39106f,1.92758f,-.39919f,.39108f,1.93013f,-.39919f,.3911f,1.93268f,-.39802f,.39106f,1.92758f,-.39802f,.391f,1.91993f,-.39803f,.39094f,1.91229f,-.39803f,.39088f,1.90464f,-.39803f,.39082f,1.89699f,-.39803f,.39076f,1.88935f,-.39803f,.3907f,1.8817f,-.39803f,.39064f,1.87406f,-.39803f,.39057f,1.86641f,-.39804f,.39051f,1.85877f,-.39804f,.39045f,1.85112f,-.39804f,.39039f,1.84348f,-.39804f,.39033f,1.83583f,-.39804f,.39027f,1.82818f,-.39804f,.39021f,1.82054f,-.39804f,.39178f,1.81249f,-.39802f,.51871f,1.93982f,-.39802f,.51865f,1.93217f,-.39802f,.51714f,1.94787f,-.39802f,.51859f,1.92452f,-.39803f,.51853f,1.91688f,-.39803f,.51847f,1.90923f,-.39803f,.51841f,1.90159f,-.39803f,.51835f,1.89394f,-.39803f,.51829f,1.8863f,-.39803f,.51823f,1.87865f,-.39803f,.51816f,1.87101f,-.39804f,.5181f,1.86336f,-.39804f,.51804f,1.85571f,-.39804f,.51798f,1.84807f,-.39804f,.51792f,1.84042f,-.39804f,.51786f,1.83278f,-.39804f,.5178f,1.82513f,-.39804f,.51774f,1.81749f,-.39804f,.51604f,1.80951f,-.39921f,.40284f,1.80494f,-.39921f,.41559f,1.80464f,-.39805f,.41559f,1.80464f,-.39805f,.40284f,1.80494f,-.39804f,.39617f,1.80706f,-.39922f,.50486f,1.8025f,-.39922f,.49211f,1.80281f,-.39922f,.47936f,1.80311f,-.39922f,.4666f,1.80342f,-.39921f,.45385f,1.80372f,-.39921f,.4411f,1.80403f,-.39921f,.42835f,1.80433f,-.39805f,.42835f,1.80433f,-.39805f,.4411f,1.80403f,-.39805f,.45385f,1.80372f,-.39805f,.4666f,1.80342f}; return value; } private float[] getCoordinate_9_101_point_3() { float[] value = {-.39805f,.47936f,1.80311f,-.39805f,.49211f,1.80281f,-.39805f,.50486f,1.8025f,-.39805f,.51156f,1.8043f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_107_coordIndex_1() { int[] value = {9,10,0,-1,9,0,1,-1,9,1,2,-1,9,2,3,-1,9,3,4,-1,9,4,5,-1,9,5,6,-1,9,6,7,-1,9,7,8,-1,0,11,12,-1,0,12,1,-1,0,10,13,-1,0,13,14,-1,0,14,11,-1,1,12,15,-1,1,15,2,-1,2,15,16,-1,2,16,3,-1,3,16,17,-1,3,17,4,-1,4,17,18,-1,4,18,5,-1,5,18,19,-1,5,19,6,-1,6,19,20,-1,6,20,7,-1,7,20,21,-1,7,21,8,-1,8,21,22,-1,8,22,23,-1,8,23,9,-1,26,27,28,-1,26,28,29,-1,26,29,24,-1,26,24,25,-1,25,24,30,-1,25,30,31,-1,25,31,32,-1,25,32,33,-1,43,44,47,-1,43,47,50,-1,43,50,57,-1,43,57,64,-1,43,64,40,-1,43,40,41,-1,43,41,42,-1,47,44,45,-1,47,45,46,-1,49,50,47,-1,49,47,48,-1,51,52,50,-1,50,52,54,-1,50,54,57,-1,57,54,55,-1,57,55,56,-1,63,64,61,-1,61,64,57,-1,61,57,59,-1,59,57,58,-1,66,67,40,-1,66,40,64,-1,66,64,65,-1,40,67,68,-1,40,68,69,-1,40,69,70,-1,40,70,71,-1,40,71,72,-1,40,72,73,-1,40,73,74,-1,40,74,75,-1,40,75,76,-1,40,76,77,-1,40,77,78,-1,40,78,79,-1,40,79,80,-1,40,80,81,-1,40,81,82,-1,40,82,83,-1,40,83,84,-1,40,84,85,-1,40,85,86,-1,40,86,87,-1,40,87,88,-1,40,88,89,-1,40,89,39,-1,90,91,38,-1,90,38,39,-1,90,39,89,-1,94,36,93,-1,93,36,37,-1,93,37,92,-1,92,37,38,-1,92,38,91,-1,36,94,95,-1,36,95,96,-1,36,96,97,-1,36,97,98,-1,36,98,35,-1,28,27,100,-1,100,27,34,-1,100,34,99,-1,99,34,35,-1,99,35,98,-1,30,24,102,-1,102,24,29,-1,102,29,101,-1,101,29,28,-1,101,28,100,-1,102,103,130,-1,102,130,131,-1,102,131,132,-1,102,132,133,-1,102,133,134,-1,102,134,135,-1,102,135,136,-1,102,136,137,-1,102,137,138,-1,102,138,139,-1,102,139,140,-1,102,140,141,-1,102,141,142,-1,102,142,143,-1,102,143,144,-1,102,144,145,-1,102,145,146,-1,102,146,147,-1,102,147,148,-1,102,148,32,-1,102,32,31,-1,102,31,30,-1,103,104,105,-1,103,105,106,-1,103,106,107,-1,103,107,108,-1,103,108,109,-1,103,109,110,-1,103,110,111,-1,103,111,112,-1,103,112,113,-1,103,113,114,-1,103,114,115,-1,103,115,116,-1,103,116,117,-1,103,117,118,-1,103,118,119,-1,103,119,120,-1,103,120,121,-1,103,121,122,-1,103,122,123,-1,103,123,124,-1,103,124,125,-1,103,125,126,-1,103,126,127,-1,103,127,128,-1,103,128,129,-1,103,129,130,-1,63,61,62,-1,61,59,60,-1,54,52,53,-1,33,32,148,-1,33,148,147,-1,33,147,146,-1,33,146,149,-1,149,146,145,-1,149,145,144,-1,149,144,143,-1,149,143,150,-1,150,143,142,-1,150,142,141,-1,150,141,140,-1,150,140,151,-1,151,140,139,-1,151,139,138,-1,151,138,137,-1,151,137,152,-1,152,137,136,-1,152,136,135,-1,152,135,134,-1,152,134,153,-1,153,134,133,-1,153,133,132,-1,153,132,131,-1,153,131,154,-1,154,131,130,-1,154,130,129,-1,154,129,128,-1,154,128,155,-1,155,128,127,-1,155,127,126,-1,155,126,125,-1,155,125,156,-1,156,125,124,-1,156,124,123,-1,156,123,122,-1,156,122,157,-1,157,122,121,-1,157,121,120,-1,157,120,119,-1,157,119,158,-1,158,119,118,-1,158,118,117,-1,158,117,116,-1,158,116,159,-1,159,116,115,-1,159,115,114,-1,159,114,113,-1,159,113,160,-1,160,113,112,-1,160,112,111,-1,160,111,110,-1,160,110,161,-1,110,109,108,-1,110,108,107,-1,110,107,162,-1,110,162,161,-1,162,107,106,-1,162,106,105,-1,162,105,104,-1,162,104,163,-1,163,104,103,-1,163,103,102,-1,163,102,101,-1,163,101,164,-1,165,166,43,-1,165,43,42,-1,165,42,41,-1,43,166,44,-1,167,165,40,-1,167,40,39,-1,167,39,38,-1,40,165,41,-1,168,169,49,-1,168,49,48,-1,168,48,47,-1,49,169,50,-1,166,168,46,-1,166,46,45,-1,166,45,44,-1,46,168,47,-1,170,171,55,-1,170,55,54,-1,170,54,53,-1,55,171,56,-1,169,170,52,-1,169,52,51,-1,169,51,50,-1,52,170,53,-1,59,172,173,-1,59,173,62,-1,59,62,61,-1}; return value; } private int[] getIndexedFaceSet_8_107_coordIndex_2() { int[] value = {59,61,60,-1,171,172,59,-1,171,59,58,-1,171,58,57,-1,171,57,56,-1,174,175,67,-1,174,67,66,-1,174,66,65,-1,67,175,68,-1,173,174,64,-1,173,64,63,-1,173,63,62,-1,64,174,65,-1,176,177,73,-1,176,73,72,-1,176,72,71,-1,73,177,74,-1,175,176,70,-1,175,70,69,-1,175,69,68,-1,70,176,71,-1,178,179,79,-1,178,79,78,-1,178,78,77,-1,79,179,80,-1,177,178,76,-1,177,76,75,-1,177,75,74,-1,76,178,77,-1,180,181,85,-1,180,85,84,-1,180,84,83,-1,85,181,86,-1,179,180,82,-1,179,82,81,-1,179,81,80,-1,82,180,83,-1,182,183,91,-1,182,91,90,-1,182,90,89,-1,91,183,92,-1,181,182,88,-1,181,88,87,-1,181,87,86,-1,88,182,89,-1,184,185,186,-1,184,186,187,-1,184,187,188,-1,184,188,98,-1,184,98,97,-1,96,189,190,-1,96,190,191,-1,96,191,192,-1,96,192,193,-1,96,193,194,-1,96,194,195,-1,96,195,185,-1,96,185,184,-1,96,184,97,-1,185,195,196,-1,185,196,186,-1,195,194,197,-1,195,197,196,-1,194,193,198,-1,194,198,197,-1,193,192,199,-1,193,199,198,-1,192,191,200,-1,192,200,199,-1,191,190,201,-1,191,201,200,-1,190,189,202,-1,190,202,201,-1,189,96,95,-1,189,95,203,-1,189,203,202,-1,26,14,13,-1,26,13,35,-1,26,35,34,-1,26,34,27,-1,13,10,9,-1,13,9,23,-1,13,23,36,-1,13,36,35,-1,36,23,22,-1,36,22,167,-1,36,167,38,-1,36,38,37,-1,94,93,183,-1,94,183,203,-1,94,203,95,-1,183,93,92,-1,188,164,101,-1,188,101,100,-1,188,100,99,-1,188,99,98,-1,182,176,167,-1,167,176,169,-1,167,169,165,-1,165,169,168,-1,165,168,166,-1,169,176,175,-1,169,175,174,-1,169,174,173,-1,169,173,172,-1,169,172,171,-1,169,171,170,-1,176,182,181,-1,176,181,180,-1,176,180,179,-1,176,179,178,-1,176,178,177,-1,182,167,183,-1,183,167,22,-1,183,22,203,-1,203,22,21,-1,203,21,202,-1,202,21,20,-1,202,20,201,-1,201,20,19,-1,201,19,200,-1,200,19,18,-1,200,18,199,-1,199,18,17,-1,199,17,198,-1,198,17,16,-1,198,16,197,-1,197,16,15,-1,197,15,196,-1,196,15,12,-1,196,12,186,-1,186,12,11,-1,186,11,187,-1,187,11,14,-1,187,14,188,-1,188,14,26,-1,188,26,164,-1,164,26,25,-1,164,25,33,-1,164,33,149,-1,164,149,150,-1,164,150,151,-1,164,151,152,-1,164,152,153,-1,164,153,154,-1,164,154,155,-1,164,155,156,-1,164,156,157,-1,164,157,158,-1,164,158,159,-1,164,159,160,-1,164,160,161,-1,164,161,162,-1,164,162,163,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_9_107_point_1() { float[] value = {-.39919f,.40406f,1.75994f,-.39919f,.41681f,1.75977f,-.39919f,.42956f,1.75959f,-.39919f,.44232f,1.75941f,-.39919f,.45507f,1.75924f,-.39919f,.46782f,1.75906f,-.39919f,.48057f,1.75889f,-.39919f,.49333f,1.75871f,-.39919f,.50608f,1.75853f,-.39919f,.50941f,1.75792f,-.39919f,.40071f,1.75942f,-.39802f,.40406f,1.75994f,-.39802f,.41681f,1.75977f,-.39919f,.39736f,1.75891f,-.39802f,.39736f,1.75891f,-.39802f,.42956f,1.75959f,-.39802f,.44232f,1.75941f,-.39802f,.45507f,1.75924f,-.39802f,.46782f,1.75906f,-.39802f,.48057f,1.75889f,-.39802f,.49333f,1.75871f,-.39802f,.50608f,1.75853f,-.39802f,.51275f,1.75731f,-.39919f,.51275f,1.75731f,-.39919f,.39118f,1.7513f,-.39802f,.39118f,1.7513f,-.39802f,.39288f,1.7559f,-.39919f,.39288f,1.7559f,-.39919f,.39231f,1.75437f,-.39919f,.39175f,1.75283f,-.39919f,.39116f,1.74983f,-.39919f,.39114f,1.74836f,-.39919f,.39112f,1.74689f,-.39802f,.39112f,1.74689f,-.39919f,.39437f,1.7569f,-.39919f,.39587f,1.7579f,-.39919f,.51421f,1.75627f,-.39919f,.51568f,1.75523f,-.39919f,.51714f,1.75418f,-.39919f,.51767f,1.75264f,-.39919f,.51819f,1.75109f,-.39919f,.51871f,1.74954f,-.39919f,.51869f,1.74807f,-.39919f,.51867f,1.7466f,-.39919f,.51865f,1.74513f,-.39919f,.51863f,1.74366f,-.39919f,.51861f,1.74219f,-.39919f,.51859f,1.74072f,-.39919f,.51857f,1.73925f,-.39919f,.51855f,1.73778f,-.3992f,.51853f,1.73631f,-.3992f,.51851f,1.73484f,-.3992f,.51849f,1.73337f,-.3992f,.51847f,1.7319f,-.3992f,.51845f,1.73043f,-.3992f,.51843f,1.72896f,-.3992f,.51841f,1.72749f,-.3992f,.51839f,1.72602f,-.3992f,.51837f,1.72455f,-.3992f,.51835f,1.72309f,-.3992f,.51833f,1.72162f,-.3992f,.51831f,1.72015f,-.3992f,.51829f,1.71868f,-.3992f,.51827f,1.71721f,-.3992f,.51824f,1.71574f,-.3992f,.51823f,1.71427f,-.3992f,.51821f,1.7128f,-.3992f,.51819f,1.71133f,-.3992f,.51816f,1.70986f,-.3992f,.51814f,1.70839f,-.3992f,.51812f,1.70692f,-.3992f,.5181f,1.70545f,-.3992f,.51808f,1.70398f,-.39921f,.51806f,1.70251f,-.39921f,.51804f,1.70104f,-.39921f,.51802f,1.69957f,-.39921f,.518f,1.6981f,-.39921f,.51798f,1.69663f,-.39921f,.51796f,1.69516f,-.39921f,.51794f,1.69369f,-.39921f,.51792f,1.69222f,-.39921f,.5179f,1.69075f,-.39921f,.51788f,1.68928f,-.39921f,.51786f,1.68781f,-.39921f,.51784f,1.68634f,-.39921f,.51782f,1.68487f,-.39921f,.5178f,1.6834f,-.39921f,.51778f,1.68193f,-.39921f,.51776f,1.68046f,-.39921f,.51774f,1.67899f,-.39921f,.51717f,1.67746f,-.39921f,.51661f,1.67593f,-.39921f,.51604f,1.67439f,-.39921f,.51455f,1.67339f,-.39921f,.51306f,1.67239f,-.39922f,.51156f,1.67139f,-.39922f,.50821f,1.67087f,-.39921f,.39951f,1.67237f,-.39921f,.39617f,1.67298f,-.39921f,.39471f,1.67402f}; return value; } private float[] getCoordinate_9_107_point_2() { float[] value = {-.39921f,.39324f,1.67507f,-.39921f,.39178f,1.67611f,-.39921f,.39125f,1.67766f,-.39921f,.39073f,1.67921f,-.39921f,.39021f,1.68075f,-.39921f,.39023f,1.68222f,-.39921f,.39025f,1.68369f,-.39921f,.39027f,1.68516f,-.39921f,.39029f,1.68663f,-.39921f,.39031f,1.6881f,-.39921f,.39033f,1.68957f,-.39921f,.39035f,1.69104f,-.39921f,.39037f,1.69251f,-.39921f,.39039f,1.69398f,-.39921f,.39041f,1.69545f,-.39921f,.39043f,1.69692f,-.39921f,.39045f,1.69839f,-.39921f,.39047f,1.69986f,-.3992f,.39049f,1.70133f,-.3992f,.39051f,1.7028f,-.3992f,.39053f,1.70427f,-.3992f,.39055f,1.70574f,-.3992f,.39057f,1.70721f,-.3992f,.39059f,1.70868f,-.3992f,.39061f,1.71015f,-.3992f,.39064f,1.71162f,-.3992f,.39065f,1.71309f,-.3992f,.39067f,1.71456f,-.3992f,.3907f,1.71603f,-.3992f,.39072f,1.7175f,-.3992f,.39074f,1.71897f,-.3992f,.39076f,1.72044f,-.3992f,.39078f,1.72191f,-.3992f,.3908f,1.72338f,-.3992f,.39082f,1.72485f,-.3992f,.39084f,1.72632f,-.3992f,.39086f,1.72778f,-.3992f,.39088f,1.72925f,-.3992f,.3909f,1.73072f,-.3992f,.39092f,1.73219f,-.3992f,.39094f,1.73366f,-.39919f,.39096f,1.73513f,-.39919f,.39098f,1.7366f,-.39919f,.391f,1.73807f,-.39919f,.39102f,1.73954f,-.39919f,.39104f,1.74101f,-.39919f,.39106f,1.74248f,-.39919f,.39108f,1.74395f,-.39919f,.3911f,1.74542f,-.39802f,.39106f,1.74248f,-.39802f,.391f,1.73807f,-.39803f,.39094f,1.73366f,-.39803f,.39088f,1.72925f,-.39803f,.39082f,1.72484f,-.39803f,.39076f,1.72044f,-.39803f,.3907f,1.71603f,-.39803f,.39064f,1.71162f,-.39803f,.39057f,1.70721f,-.39804f,.39051f,1.7028f,-.39804f,.39045f,1.69839f,-.39804f,.39039f,1.69398f,-.39804f,.39033f,1.68957f,-.39804f,.39027f,1.68516f,-.39804f,.39021f,1.68075f,-.39804f,.39178f,1.67611f,-.39802f,.51871f,1.74954f,-.39802f,.51865f,1.74513f,-.39802f,.51714f,1.75418f,-.39802f,.51859f,1.74072f,-.39803f,.51853f,1.73631f,-.39803f,.51847f,1.7319f,-.39803f,.51841f,1.72749f,-.39803f,.51835f,1.72308f,-.39803f,.51829f,1.71868f,-.39803f,.51823f,1.71427f,-.39803f,.51816f,1.70986f,-.39804f,.5181f,1.70545f,-.39804f,.51804f,1.70104f,-.39804f,.51798f,1.69663f,-.39804f,.51792f,1.69222f,-.39804f,.51786f,1.68781f,-.39804f,.5178f,1.6834f,-.39804f,.51774f,1.67899f,-.39804f,.51604f,1.67439f,-.39921f,.40284f,1.67176f,-.39921f,.41559f,1.67158f,-.39805f,.41559f,1.67158f,-.39805f,.40284f,1.67176f,-.39804f,.39617f,1.67298f,-.39922f,.50486f,1.67035f,-.39922f,.49211f,1.67053f,-.39922f,.47936f,1.6707f,-.39922f,.4666f,1.67088f,-.39921f,.45385f,1.67105f,-.39921f,.4411f,1.67123f,-.39921f,.42835f,1.67141f,-.39805f,.42835f,1.67141f,-.39805f,.4411f,1.67123f,-.39805f,.45385f,1.67105f,-.39805f,.4666f,1.67088f}; return value; } private float[] getCoordinate_9_107_point_3() { float[] value = {-.39805f,.47936f,1.6707f,-.39805f,.49211f,1.67053f,-.39805f,.50486f,1.67035f,-.39805f,.51156f,1.67139f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_113_coordIndex_1() { int[] value = {9,10,0,-1,9,0,1,-1,9,1,2,-1,9,2,3,-1,9,3,4,-1,9,4,5,-1,9,5,6,-1,9,6,7,-1,9,7,8,-1,0,11,12,-1,0,12,1,-1,0,10,13,-1,0,13,14,-1,0,14,11,-1,1,12,15,-1,1,15,2,-1,2,15,16,-1,2,16,3,-1,3,16,17,-1,3,17,4,-1,4,17,18,-1,4,18,5,-1,5,18,19,-1,5,19,6,-1,6,19,20,-1,6,20,7,-1,7,20,21,-1,7,21,8,-1,8,21,22,-1,8,22,23,-1,8,23,9,-1,26,27,28,-1,26,28,29,-1,26,29,24,-1,26,24,25,-1,25,24,30,-1,25,30,31,-1,25,31,32,-1,25,32,33,-1,43,44,45,-1,43,45,47,-1,43,47,50,-1,43,50,57,-1,43,57,64,-1,43,64,40,-1,43,40,41,-1,43,41,42,-1,49,50,47,-1,49,47,48,-1,57,50,54,-1,54,50,51,-1,54,51,53,-1,53,51,52,-1,56,57,54,-1,56,54,55,-1,63,64,61,-1,61,64,57,-1,61,57,59,-1,59,57,58,-1,66,67,40,-1,66,40,64,-1,66,64,65,-1,40,67,68,-1,40,68,69,-1,40,69,70,-1,40,70,71,-1,40,71,72,-1,40,72,73,-1,40,73,74,-1,40,74,75,-1,40,75,76,-1,40,76,77,-1,40,77,78,-1,40,78,79,-1,40,79,80,-1,40,80,81,-1,40,81,82,-1,40,82,83,-1,40,83,84,-1,40,84,85,-1,40,85,86,-1,40,86,87,-1,40,87,88,-1,40,88,89,-1,40,89,39,-1,90,91,38,-1,90,38,39,-1,90,39,89,-1,94,36,93,-1,93,36,37,-1,93,37,92,-1,92,37,38,-1,92,38,91,-1,36,94,95,-1,36,95,96,-1,36,96,97,-1,36,97,98,-1,36,98,35,-1,28,27,100,-1,100,27,34,-1,100,34,99,-1,99,34,35,-1,99,35,98,-1,30,24,102,-1,102,24,29,-1,102,29,101,-1,101,29,28,-1,101,28,100,-1,102,103,130,-1,102,130,131,-1,102,131,132,-1,102,132,133,-1,102,133,134,-1,102,134,135,-1,102,135,136,-1,102,136,137,-1,102,137,138,-1,102,138,139,-1,102,139,140,-1,102,140,141,-1,102,141,142,-1,102,142,143,-1,102,143,144,-1,102,144,145,-1,102,145,146,-1,102,146,147,-1,102,147,148,-1,102,148,32,-1,102,32,31,-1,102,31,30,-1,103,104,105,-1,103,105,106,-1,103,106,107,-1,103,107,108,-1,103,108,109,-1,103,109,110,-1,103,110,111,-1,103,111,112,-1,103,112,113,-1,103,113,114,-1,103,114,115,-1,103,115,116,-1,103,116,117,-1,103,117,118,-1,103,118,119,-1,103,119,120,-1,103,120,121,-1,103,121,122,-1,103,122,123,-1,103,123,124,-1,103,124,125,-1,103,125,126,-1,103,126,127,-1,103,127,128,-1,103,128,129,-1,103,129,130,-1,63,61,62,-1,61,59,60,-1,47,45,46,-1,33,32,148,-1,33,148,147,-1,33,147,146,-1,33,146,149,-1,149,146,145,-1,149,145,144,-1,149,144,143,-1,149,143,150,-1,150,143,142,-1,150,142,141,-1,150,141,140,-1,150,140,151,-1,151,140,139,-1,151,139,138,-1,151,138,137,-1,151,137,152,-1,152,137,136,-1,152,136,135,-1,152,135,134,-1,152,134,153,-1,153,134,133,-1,153,133,132,-1,153,132,131,-1,153,131,154,-1,154,131,130,-1,154,130,129,-1,154,129,128,-1,154,128,155,-1,155,128,127,-1,155,127,126,-1,155,126,125,-1,155,125,156,-1,156,125,124,-1,156,124,123,-1,156,123,122,-1,156,122,157,-1,157,122,121,-1,157,121,120,-1,157,120,119,-1,157,119,158,-1,158,119,118,-1,158,118,117,-1,158,117,116,-1,158,116,159,-1,159,116,115,-1,159,115,114,-1,159,114,113,-1,159,113,160,-1,160,113,112,-1,160,112,111,-1,160,111,110,-1,160,110,161,-1,110,109,108,-1,110,108,107,-1,110,107,162,-1,110,162,161,-1,162,107,106,-1,162,106,105,-1,162,105,104,-1,162,104,163,-1,163,104,103,-1,163,103,102,-1,163,102,101,-1,163,101,164,-1,165,166,43,-1,165,43,42,-1,165,42,41,-1,43,166,44,-1,167,165,40,-1,167,40,39,-1,167,39,38,-1,40,165,41,-1,168,169,49,-1,168,49,48,-1,168,48,47,-1,49,169,50,-1,166,168,46,-1,166,46,45,-1,166,45,44,-1,46,168,47,-1,170,171,55,-1,170,55,54,-1,170,54,53,-1,55,171,56,-1,169,170,52,-1,169,52,51,-1,169,51,50,-1,52,170,53,-1,59,172,173,-1,59,173,62,-1,59,62,61,-1}; return value; } private int[] getIndexedFaceSet_8_113_coordIndex_2() { int[] value = {59,61,60,-1,171,172,59,-1,171,59,58,-1,171,58,57,-1,171,57,56,-1,174,175,67,-1,174,67,66,-1,174,66,65,-1,67,175,68,-1,173,174,64,-1,173,64,63,-1,173,63,62,-1,64,174,65,-1,176,177,73,-1,176,73,72,-1,176,72,71,-1,73,177,74,-1,175,176,70,-1,175,70,69,-1,175,69,68,-1,70,176,71,-1,178,179,79,-1,178,79,78,-1,178,78,77,-1,79,179,80,-1,177,178,76,-1,177,76,75,-1,177,75,74,-1,76,178,77,-1,180,181,85,-1,180,85,84,-1,180,84,83,-1,85,181,86,-1,179,180,82,-1,179,82,81,-1,179,81,80,-1,82,180,83,-1,182,183,91,-1,182,91,90,-1,182,90,89,-1,91,183,92,-1,181,182,88,-1,181,88,87,-1,181,87,86,-1,88,182,89,-1,184,185,186,-1,184,186,187,-1,184,187,188,-1,184,188,98,-1,184,98,97,-1,96,189,190,-1,96,190,191,-1,96,191,192,-1,96,192,193,-1,96,193,194,-1,96,194,195,-1,96,195,185,-1,96,185,184,-1,96,184,97,-1,185,195,196,-1,185,196,186,-1,195,194,197,-1,195,197,196,-1,194,193,198,-1,194,198,197,-1,193,192,199,-1,193,199,198,-1,192,191,200,-1,192,200,199,-1,191,190,201,-1,191,201,200,-1,190,189,202,-1,190,202,201,-1,189,96,95,-1,189,95,203,-1,189,203,202,-1,26,14,13,-1,26,13,35,-1,26,35,34,-1,26,34,27,-1,13,10,9,-1,13,9,23,-1,13,23,36,-1,13,36,35,-1,36,23,22,-1,36,22,167,-1,36,167,38,-1,36,38,37,-1,94,93,183,-1,94,183,203,-1,94,203,95,-1,183,93,92,-1,188,164,101,-1,188,101,100,-1,188,100,99,-1,188,99,98,-1,182,176,167,-1,167,176,169,-1,167,169,165,-1,165,169,168,-1,165,168,166,-1,169,176,175,-1,169,175,174,-1,169,174,173,-1,169,173,172,-1,169,172,171,-1,169,171,170,-1,176,182,181,-1,176,181,180,-1,176,180,179,-1,176,179,178,-1,176,178,177,-1,182,167,183,-1,183,167,22,-1,183,22,203,-1,203,22,21,-1,203,21,202,-1,202,21,20,-1,202,20,201,-1,201,20,19,-1,201,19,200,-1,200,19,18,-1,200,18,199,-1,199,18,17,-1,199,17,198,-1,198,17,16,-1,198,16,197,-1,197,16,15,-1,197,15,196,-1,196,15,12,-1,196,12,186,-1,186,12,11,-1,186,11,187,-1,187,11,14,-1,187,14,188,-1,188,14,26,-1,188,26,164,-1,164,26,25,-1,164,25,33,-1,164,33,149,-1,164,149,150,-1,164,150,151,-1,164,151,152,-1,164,152,153,-1,164,153,154,-1,164,154,155,-1,164,155,156,-1,164,156,157,-1,164,157,158,-1,164,158,159,-1,164,159,160,-1,164,160,161,-1,164,161,162,-1,164,162,163,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_9_113_point_1() { float[] value = {-.39919f,.40406f,1.62229f,-.39919f,.41681f,1.62212f,-.39919f,.42956f,1.62194f,-.39919f,.44232f,1.62176f,-.39919f,.45507f,1.62159f,-.39919f,.46782f,1.62141f,-.39919f,.48057f,1.62124f,-.39919f,.49333f,1.62106f,-.39919f,.50608f,1.62088f,-.39919f,.50941f,1.62027f,-.39919f,.40071f,1.62177f,-.39802f,.40406f,1.62229f,-.39802f,.41681f,1.62212f,-.39919f,.39736f,1.62126f,-.39802f,.39736f,1.62126f,-.39802f,.42956f,1.62194f,-.39802f,.44232f,1.62176f,-.39802f,.45507f,1.62159f,-.39802f,.46782f,1.62141f,-.39802f,.48057f,1.62124f,-.39802f,.49333f,1.62106f,-.39802f,.50608f,1.62088f,-.39802f,.51275f,1.61966f,-.39919f,.51275f,1.61966f,-.39919f,.39118f,1.61365f,-.39802f,.39118f,1.61365f,-.39802f,.39288f,1.61825f,-.39919f,.39288f,1.61825f,-.39919f,.39231f,1.61672f,-.39919f,.39175f,1.61518f,-.39919f,.39116f,1.61218f,-.39919f,.39114f,1.61071f,-.39919f,.39112f,1.60924f,-.39802f,.39112f,1.60924f,-.39919f,.39437f,1.61925f,-.39919f,.39587f,1.62025f,-.39919f,.51421f,1.61862f,-.39919f,.51568f,1.61758f,-.39919f,.51714f,1.61653f,-.39919f,.51767f,1.61499f,-.39919f,.51819f,1.61344f,-.39919f,.51871f,1.61189f,-.39919f,.51869f,1.61042f,-.39919f,.51867f,1.60895f,-.39919f,.51865f,1.60748f,-.39919f,.51863f,1.60601f,-.39919f,.51861f,1.60454f,-.39919f,.51859f,1.60307f,-.39919f,.51857f,1.6016f,-.39919f,.51855f,1.60013f,-.3992f,.51853f,1.59866f,-.3992f,.51851f,1.59719f,-.3992f,.51849f,1.59572f,-.3992f,.51847f,1.59425f,-.3992f,.51845f,1.59278f,-.3992f,.51843f,1.59131f,-.3992f,.51841f,1.58984f,-.3992f,.51839f,1.58837f,-.3992f,.51837f,1.5869f,-.3992f,.51835f,1.58544f,-.3992f,.51833f,1.58397f,-.3992f,.51831f,1.5825f,-.3992f,.51829f,1.58103f,-.3992f,.51827f,1.57956f,-.3992f,.51824f,1.57809f,-.3992f,.51823f,1.57662f,-.3992f,.51821f,1.57515f,-.3992f,.51819f,1.57368f,-.3992f,.51816f,1.57221f,-.3992f,.51814f,1.57074f,-.3992f,.51812f,1.56927f,-.3992f,.5181f,1.5678f,-.3992f,.51808f,1.56633f,-.39921f,.51806f,1.56486f,-.39921f,.51804f,1.56339f,-.39921f,.51802f,1.56192f,-.39921f,.518f,1.56045f,-.39921f,.51798f,1.55898f,-.39921f,.51796f,1.55751f,-.39921f,.51794f,1.55604f,-.39921f,.51792f,1.55457f,-.39921f,.5179f,1.5531f,-.39921f,.51788f,1.55163f,-.39921f,.51786f,1.55016f,-.39921f,.51784f,1.54869f,-.39921f,.51782f,1.54722f,-.39921f,.5178f,1.54575f,-.39921f,.51778f,1.54428f,-.39921f,.51776f,1.54281f,-.39921f,.51774f,1.54134f,-.39921f,.51717f,1.53981f,-.39921f,.51661f,1.53828f,-.39921f,.51604f,1.53674f,-.39921f,.51455f,1.53574f,-.39921f,.51306f,1.53474f,-.39922f,.51156f,1.53374f,-.39922f,.50821f,1.53322f,-.39921f,.39951f,1.53472f,-.39921f,.39617f,1.53533f,-.39921f,.39471f,1.53637f}; return value; } private float[] getCoordinate_9_113_point_2() { float[] value = {-.39921f,.39324f,1.53742f,-.39921f,.39178f,1.53846f,-.39921f,.39125f,1.54001f,-.39921f,.39073f,1.54156f,-.39921f,.39021f,1.5431f,-.39921f,.39023f,1.54457f,-.39921f,.39025f,1.54604f,-.39921f,.39027f,1.54751f,-.39921f,.39029f,1.54898f,-.39921f,.39031f,1.55045f,-.39921f,.39033f,1.55192f,-.39921f,.39035f,1.55339f,-.39921f,.39037f,1.55486f,-.39921f,.39039f,1.55633f,-.39921f,.39041f,1.5578f,-.39921f,.39043f,1.55927f,-.39921f,.39045f,1.56074f,-.39921f,.39047f,1.56221f,-.3992f,.39049f,1.56368f,-.3992f,.39051f,1.56515f,-.3992f,.39053f,1.56662f,-.3992f,.39055f,1.56809f,-.3992f,.39057f,1.56956f,-.3992f,.39059f,1.57103f,-.3992f,.39061f,1.5725f,-.3992f,.39064f,1.57397f,-.3992f,.39065f,1.57544f,-.3992f,.39067f,1.57691f,-.3992f,.3907f,1.57838f,-.3992f,.39072f,1.57985f,-.3992f,.39074f,1.58132f,-.3992f,.39076f,1.58279f,-.3992f,.39078f,1.58426f,-.3992f,.3908f,1.58573f,-.3992f,.39082f,1.5872f,-.3992f,.39084f,1.58867f,-.3992f,.39086f,1.59013f,-.3992f,.39088f,1.5916f,-.3992f,.3909f,1.59307f,-.3992f,.39092f,1.59454f,-.3992f,.39094f,1.59601f,-.39919f,.39096f,1.59748f,-.39919f,.39098f,1.59895f,-.39919f,.391f,1.60042f,-.39919f,.39102f,1.60189f,-.39919f,.39104f,1.60336f,-.39919f,.39106f,1.60483f,-.39919f,.39108f,1.6063f,-.39919f,.3911f,1.60777f,-.39802f,.39106f,1.60483f,-.39802f,.391f,1.60042f,-.39803f,.39094f,1.59601f,-.39803f,.39088f,1.5916f,-.39803f,.39082f,1.58719f,-.39803f,.39076f,1.58279f,-.39803f,.3907f,1.57838f,-.39803f,.39064f,1.57397f,-.39803f,.39057f,1.56956f,-.39804f,.39051f,1.56515f,-.39804f,.39045f,1.56074f,-.39804f,.39039f,1.55633f,-.39804f,.39033f,1.55192f,-.39804f,.39027f,1.54751f,-.39804f,.39021f,1.5431f,-.39804f,.39178f,1.53846f,-.39802f,.51871f,1.61189f,-.39802f,.51865f,1.60748f,-.39802f,.51714f,1.61653f,-.39802f,.51859f,1.60307f,-.39803f,.51853f,1.59866f,-.39803f,.51847f,1.59425f,-.39803f,.51841f,1.58984f,-.39803f,.51835f,1.58543f,-.39803f,.51829f,1.58103f,-.39803f,.51823f,1.57662f,-.39803f,.51816f,1.57221f,-.39804f,.5181f,1.5678f,-.39804f,.51804f,1.56339f,-.39804f,.51798f,1.55898f,-.39804f,.51792f,1.55457f,-.39804f,.51786f,1.55016f,-.39804f,.5178f,1.54575f,-.39804f,.51774f,1.54134f,-.39804f,.51604f,1.53674f,-.39921f,.40284f,1.53411f,-.39921f,.41559f,1.53393f,-.39805f,.41559f,1.53393f,-.39805f,.40284f,1.53411f,-.39804f,.39617f,1.53533f,-.39922f,.50486f,1.5327f,-.39922f,.49211f,1.53288f,-.39922f,.47936f,1.53305f,-.39922f,.4666f,1.53323f,-.39921f,.45385f,1.5334f,-.39921f,.4411f,1.53358f,-.39921f,.42835f,1.53376f,-.39805f,.42835f,1.53376f,-.39805f,.4411f,1.53358f,-.39805f,.45385f,1.5334f,-.39805f,.4666f,1.53323f}; return value; } private float[] getCoordinate_9_113_point_3() { float[] value = {-.39805f,.47936f,1.53305f,-.39805f,.49211f,1.53288f,-.39805f,.50486f,1.5327f,-.39805f,.51156f,1.53374f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_119_colorIndex_1() { int[] value = {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,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,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,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,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,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,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_119_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,0,4,5,-1,0,5,6,-1,0,3,7,-1,0,7,4,-1,0,6,8,-1,0,8,1,-1,1,9,10,-1,1,10,2,-1,1,8,11,-1,1,11,9,-1,9,12,13,-1,9,13,10,-1,9,11,14,-1,9,14,12,-1,12,15,16,-1,12,16,13,-1,12,14,17,-1,12,17,15,-1,15,18,19,-1,15,19,16,-1,15,17,20,-1,15,20,18,-1,18,21,22,-1,18,22,19,-1,18,20,23,-1,18,23,21,-1,21,24,25,-1,21,25,22,-1,21,23,26,-1,21,26,24,-1,24,27,28,-1,24,28,25,-1,24,26,29,-1,24,29,27,-1,27,30,31,-1,27,31,28,-1,27,29,32,-1,27,32,30,-1,30,33,34,-1,30,34,31,-1,30,32,35,-1,30,35,33,-1,33,36,37,-1,33,37,34,-1,33,35,38,-1,33,38,36,-1,36,39,40,-1,36,40,37,-1,36,38,41,-1,36,41,39,-1,39,42,43,-1,39,43,40,-1,39,41,44,-1,39,44,42,-1,42,45,46,-1,42,46,43,-1,42,44,47,-1,42,47,45,-1,45,4,7,-1,45,7,46,-1,45,47,5,-1,45,5,4,-1,3,2,10,-1,3,10,13,-1,3,13,16,-1,3,16,19,-1,3,19,22,-1,3,22,25,-1,3,25,28,-1,3,28,31,-1,3,31,34,-1,3,34,37,-1,3,37,40,-1,3,40,43,-1,3,43,46,-1,3,46,7,-1,8,6,48,-1,8,48,49,-1,8,49,50,-1,8,50,11,-1,6,5,51,-1,6,51,48,-1,5,47,52,-1,5,52,51,-1,47,44,53,-1,47,53,52,-1,44,41,54,-1,44,54,53,-1,41,38,55,-1,41,55,54,-1,38,35,56,-1,38,56,55,-1,35,32,57,-1,35,57,56,-1,32,29,58,-1,32,58,57,-1,29,26,59,-1,29,59,58,-1,26,23,60,-1,26,60,59,-1,23,20,61,-1,23,61,60,-1,20,17,62,-1,20,62,61,-1,17,14,63,-1,17,63,62,-1,14,11,50,-1,14,50,63,-1,49,48,51,-1,49,51,52,-1,49,52,53,-1,49,53,54,-1,49,54,55,-1,49,55,56,-1,49,56,57,-1,49,57,58,-1,49,58,59,-1,49,59,60,-1,49,60,61,-1,49,61,62,-1,49,62,63,-1,49,63,50,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_126_colorIndex_1() { int[] value = {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,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,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,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,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,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,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1,0,0,0,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_126_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,0,4,5,-1,0,5,6,-1,0,3,7,-1,0,7,4,-1,0,6,8,-1,0,8,1,-1,1,9,10,-1,1,10,2,-1,1,8,11,-1,1,11,9,-1,9,12,13,-1,9,13,10,-1,9,11,14,-1,9,14,12,-1,12,15,16,-1,12,16,13,-1,12,14,17,-1,12,17,15,-1,15,18,19,-1,15,19,16,-1,15,17,20,-1,15,20,18,-1,18,21,22,-1,18,22,19,-1,18,20,23,-1,18,23,21,-1,21,24,25,-1,21,25,22,-1,21,23,26,-1,21,26,24,-1,24,27,28,-1,24,28,25,-1,24,26,29,-1,24,29,27,-1,27,30,31,-1,27,31,28,-1,27,29,32,-1,27,32,30,-1,30,33,34,-1,30,34,31,-1,30,32,35,-1,30,35,33,-1,33,36,37,-1,33,37,34,-1,33,35,38,-1,33,38,36,-1,36,39,40,-1,36,40,37,-1,36,38,41,-1,36,41,39,-1,39,42,43,-1,39,43,40,-1,39,41,44,-1,39,44,42,-1,42,45,46,-1,42,46,43,-1,42,44,47,-1,42,47,45,-1,45,4,7,-1,45,7,46,-1,45,47,5,-1,45,5,4,-1,3,2,10,-1,3,10,13,-1,3,13,16,-1,3,16,19,-1,3,19,22,-1,3,22,25,-1,3,25,28,-1,3,28,31,-1,3,31,34,-1,3,34,37,-1,3,37,40,-1,3,40,43,-1,3,43,46,-1,3,46,7,-1,8,6,48,-1,8,48,49,-1,8,49,50,-1,8,50,11,-1,6,5,51,-1,6,51,48,-1,5,47,52,-1,5,52,51,-1,47,44,53,-1,47,53,52,-1,44,41,54,-1,44,54,53,-1,41,38,55,-1,41,55,54,-1,38,35,56,-1,38,56,55,-1,35,32,57,-1,35,57,56,-1,32,29,58,-1,32,58,57,-1,29,26,59,-1,29,59,58,-1,26,23,60,-1,26,60,59,-1,23,20,61,-1,23,61,60,-1,20,17,62,-1,20,62,61,-1,17,14,63,-1,17,63,62,-1,14,11,50,-1,14,50,63,-1,49,48,51,-1,49,51,52,-1,49,52,53,-1,49,53,54,-1,49,54,55,-1,49,55,56,-1,49,56,57,-1,49,57,58,-1,49,58,59,-1,49,59,60,-1,49,60,61,-1,49,61,62,-1,49,62,63,-1,49,63,50,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_133_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,1,-1,7,1,6,-1,7,6,8,-1,7,9,2,-1,7,2,1,-1,7,8,10,-1,7,10,9,-1,11,9,10,-1,11,10,12,-1,11,13,2,-1,11,2,9,-1,11,12,14,-1,11,14,13,-1,15,13,14,-1,15,14,16,-1,15,17,2,-1,15,2,13,-1,15,16,18,-1,15,18,17,-1,19,17,18,-1,19,18,20,-1,19,21,2,-1,19,2,17,-1,19,20,22,-1,19,22,21,-1,23,21,22,-1,23,22,24,-1,23,25,2,-1,23,2,21,-1,23,24,26,-1,23,26,25,-1,27,25,26,-1,27,26,28,-1,27,29,2,-1,27,2,25,-1,27,28,30,-1,27,30,29,-1,31,29,30,-1,31,30,32,-1,31,3,2,-1,31,2,29,-1,31,32,4,-1,31,4,3,-1,33,34,35,-1,33,35,36,-1,33,8,6,-1,33,6,34,-1,33,37,10,-1,33,10,8,-1,33,36,38,-1,33,38,37,-1,39,34,6,-1,39,6,5,-1,39,40,41,-1,39,41,42,-1,39,5,4,-1,39,4,40,-1,39,42,35,-1,39,35,34,-1,43,40,4,-1,43,4,32,-1,43,44,45,-1,43,45,46,-1,43,32,30,-1,43,30,44,-1,43,46,41,-1,43,41,40,-1,47,44,30,-1,47,30,28,-1,47,48,49,-1,47,49,50,-1,47,28,26,-1,47,26,48,-1,47,50,45,-1,47,45,44,-1,51,48,26,-1,51,26,24,-1,51,52,53,-1,51,53,54,-1,51,24,22,-1,51,22,52,-1,51,54,49,-1,51,49,48,-1,55,52,22,-1,55,22,20,-1,55,56,57,-1,55,57,58,-1,55,20,18,-1,55,18,56,-1,55,58,53,-1,55,53,52,-1,59,56,18,-1,59,18,16,-1,59,60,61,-1,59,61,62,-1,59,16,14,-1,59,14,60,-1,59,62,57,-1,59,57,56,-1,63,60,14,-1,63,14,12,-1,63,37,38,-1,63,38,64,-1,63,12,10,-1,63,10,37,-1,63,64,61,-1,63,61,60,-1,65,66,67,-1,65,67,68,-1,65,36,35,-1,65,35,66,-1,65,69,38,-1,65,38,36,-1,65,68,70,-1,65,70,69,-1,71,66,35,-1,71,35,42,-1,71,72,73,-1,71,73,74,-1,71,42,41,-1,71,41,72,-1,71,74,67,-1,71,67,66,-1,75,72,41,-1,75,41,46,-1,75,76,77,-1,75,77,78,-1,75,46,45,-1,75,45,76,-1,75,78,73,-1,75,73,72,-1,79,76,45,-1,79,45,50,-1,79,80,81,-1,79,81,82,-1,79,50,49,-1,79,49,80,-1,79,82,77,-1,79,77,76,-1,83,80,49,-1,83,49,54,-1,83,84,85,-1,83,85,86,-1,83,54,53,-1,83,53,84,-1,83,86,81,-1,83,81,80,-1,87,84,53,-1,87,53,58,-1,87,88,89,-1,87,89,90,-1,87,58,57,-1,87,57,88,-1,87,90,85,-1,87,85,84,-1,91,88,57,-1,91,57,62,-1,91,92,93,-1,91,93,94,-1,91,62,61,-1,91,61,92,-1,91,94,89,-1,91,89,88,-1,95,92,61,-1,95,61,64,-1,95,69,70,-1,95,70,96,-1,95,64,38,-1,95,38,69,-1,95,96,93,-1,95,93,92,-1,97,98,99,-1,97,99,100,-1,97,100,101,-1,97,68,67,-1,97,67,98,-1,97,101,70,-1,97,70,68,-1,99,98,67,-1,99,67,74,-1,99,74,73,-1,99,73,100,-1,102,100,73,-1,102,73,78,-1,102,103,104,-1,102,104,105,-1,102,105,101,-1,102,101,100,-1,102,78,77,-1,102,77,103,-1,106,103,77,-1,106,77,82,-1,106,107,108,-1,106,108,109,-1,106,109,104,-1,106,104,103,-1,106,82,81,-1,106,81,107,-1,110,107,81,-1,110,81,86,-1,110,111,112,-1,110,112,108,-1,110,108,107,-1,110,86,85,-1,110,85,111,-1,112,111,85,-1,112,85,90,-1,112,90,89,-1,112,89,108,-1,109,108,89,-1,109,89,94,-1,109,94,93,-1,109,93,104,-1,105,104,93,-1,105,93,96,-1,105,96,70,-1,105,70,101,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_9_133_point_1() { float[] value = {.32882f,.47792f,2.16139f,.33053f,.47796f,2.16192f,.33057f,.47828f,2.16655f,.3276f,.47801f,2.16265f,.32661f,.47792f,2.16135f,.32865f,.47787f,2.16063f,.33052f,.47785f,2.16038f,.33223f,.47792f,2.16137f,.3324f,.47787f,2.1606f,.33347f,.47801f,2.16261f,.33444f,.47791f,2.16129f,.3352f,.47809f,2.1638f,.33604f,.47804f,2.16305f,.33509f,.47828f,2.16648f,.33659f,.47828f,2.16645f,.33524f,.47846f,2.16917f,.33609f,.47852f,2.1699f,.33353f,.47855f,2.17045f,.33452f,.47864f,2.17175f,.33231f,.47864f,2.17176f,.33249f,.4787f,2.17254f,.3306f,.47861f,2.17125f,.33061f,.47872f,2.17282f,.3289f,.47865f,2.17178f,.32873f,.4787f,2.17257f,.32766f,.47856f,2.17049f,.32669f,.47865f,2.1718f,.32593f,.47847f,2.16924f,.32509f,.47852f,2.16998f,.32605f,.47828f,2.16654f,.32454f,.47828f,2.16654f,.32589f,.47809f,2.16387f,.32504f,.47804f,2.16313f,.33231f,.47858f,2.16082f,.33052f,.47856f,2.16061f,.33053f,.48069f,2.1613f,.33204f,.4807f,2.16148f,.33425f,.47862f,2.16148f,.33369f,.48074f,2.16203f,.32874f,.47858f,2.16085f,.32681f,.47863f,2.16153f,.32739f,.48074f,2.16208f,.32902f,.4807f,2.1615f,.32531f,.47874f,2.16322f,.32483f,.47897f,2.16647f,.32572f,.48104f,2.16626f,.32612f,.48085f,2.16351f,.32536f,.4792f,2.16974f,.32688f,.47932f,2.17148f,.32745f,.48133f,2.17049f,.32616f,.48123f,2.16902f,.32882f,.47937f,2.1722f,.33061f,.47939f,2.17244f,.3306f,.48139f,2.17131f,.32909f,.48138f,2.17111f,.3324f,.47937f,2.17218f,.33433f,.47931f,2.17142f,.33375f,.48133f,2.17044f,.33211f,.48137f,2.17108f,.33582f,.47919f,2.16966f,.3363f,.47896f,2.16639f,.33542f,.48103f,2.16619f,.33501f,.48123f,2.16896f,.33577f,.47874f,2.16315f,.33497f,.48084f,2.16344f,.33387f,.566f,2.16165f,.33263f,.56598f,2.1615f,.3389f,.81619f,2.16028f,.34004f,.8162f,2.16041f,.33521f,.56603f,2.1621f,.34129f,.81623f,2.16084f,.33139f,.566f,2.16167f,.33005f,.56603f,2.16214f,.33651f,.81623f,2.16087f,.33775f,.8162f,2.16043f,.32902f,.56611f,2.16331f,.32869f,.56627f,2.16556f,.33525f,.81645f,2.16404f,.33555f,.8163f,2.16195f,.32905f,.56642f,2.16782f,.3301f,.56651f,2.16902f,.33656f,.81667f,2.16724f,.33559f,.8166f,2.16613f,.33145f,.56654f,2.16953f,.33269f,.56656f,2.16969f,.33895f,.81672f,2.16786f,.33781f,.81671f,2.16771f,.33392f,.56654f,2.16951f,.33526f,.56651f,2.16899f,.34133f,.81667f,2.16721f,.34009f,.81671f,2.16769f,.33629f,.56642f,2.16777f,.33663f,.56626f,2.1655f,.3426f,.81645f,2.16398f,.34229f,.81659f,2.16608f,.33626f,.56611f,2.16326f,.34226f,.8163f,2.1619f,.34743f,1.14907f,2.16162f,.34728f,1.14907f,2.1616f,.34712f,1.14907f,2.16162f}; return value; } private float[] getCoordinate_9_133_point_2() { float[] value = {.34696f,1.14908f,2.16168f,.34759f,1.14908f,2.16168f,.34683f,1.14909f,2.16183f,.34679f,1.14911f,2.1621f,.34777f,1.14911f,2.1621f,.34773f,1.14909f,2.16182f,.34683f,1.14913f,2.16239f,.34696f,1.14914f,2.16253f,.3476f,1.14914f,2.16253f,.34773f,1.14913f,2.16238f,.34713f,1.14914f,2.1626f,.34728f,1.14914f,2.16262f,.34743f,1.14914f,2.16259f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_139_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,5,-1,0,5,6,-1,0,6,1,-1,7,1,6,-1,7,6,8,-1,7,9,2,-1,7,2,1,-1,7,8,10,-1,7,10,9,-1,11,9,10,-1,11,10,12,-1,11,13,2,-1,11,2,9,-1,11,12,14,-1,11,14,13,-1,15,13,14,-1,15,14,16,-1,15,17,2,-1,15,2,13,-1,15,16,18,-1,15,18,17,-1,19,17,18,-1,19,18,20,-1,19,21,2,-1,19,2,17,-1,19,20,22,-1,19,22,21,-1,23,21,22,-1,23,22,24,-1,23,25,2,-1,23,2,21,-1,23,24,26,-1,23,26,25,-1,27,25,26,-1,27,26,28,-1,27,29,2,-1,27,2,25,-1,27,28,30,-1,27,30,29,-1,31,29,30,-1,31,30,32,-1,31,3,2,-1,31,2,29,-1,31,32,4,-1,31,4,3,-1,33,34,35,-1,33,35,36,-1,33,8,6,-1,33,6,34,-1,33,37,10,-1,33,10,8,-1,33,36,38,-1,33,38,37,-1,39,34,6,-1,39,6,5,-1,39,40,41,-1,39,41,42,-1,39,5,4,-1,39,4,40,-1,39,42,35,-1,39,35,34,-1,43,40,4,-1,43,4,32,-1,43,44,45,-1,43,45,46,-1,43,32,30,-1,43,30,44,-1,43,46,41,-1,43,41,40,-1,47,44,30,-1,47,30,28,-1,47,48,49,-1,47,49,50,-1,47,28,26,-1,47,26,48,-1,47,50,45,-1,47,45,44,-1,51,48,26,-1,51,26,24,-1,51,52,53,-1,51,53,54,-1,51,24,22,-1,51,22,52,-1,51,54,49,-1,51,49,48,-1,55,52,22,-1,55,22,20,-1,55,56,57,-1,55,57,58,-1,55,20,18,-1,55,18,56,-1,55,58,53,-1,55,53,52,-1,59,56,18,-1,59,18,16,-1,59,60,61,-1,59,61,62,-1,59,16,14,-1,59,14,60,-1,59,62,57,-1,59,57,56,-1,63,60,14,-1,63,14,12,-1,63,37,38,-1,63,38,64,-1,63,12,10,-1,63,10,37,-1,63,64,61,-1,63,61,60,-1,65,66,67,-1,65,67,68,-1,65,36,35,-1,65,35,66,-1,65,69,38,-1,65,38,36,-1,65,68,70,-1,65,70,69,-1,71,66,35,-1,71,35,42,-1,71,72,73,-1,71,73,74,-1,71,42,41,-1,71,41,72,-1,71,74,67,-1,71,67,66,-1,75,72,41,-1,75,41,46,-1,75,76,77,-1,75,77,78,-1,75,46,45,-1,75,45,76,-1,75,78,73,-1,75,73,72,-1,79,76,45,-1,79,45,50,-1,79,80,81,-1,79,81,82,-1,79,50,49,-1,79,49,80,-1,79,82,77,-1,79,77,76,-1,83,80,49,-1,83,49,54,-1,83,84,85,-1,83,85,86,-1,83,54,53,-1,83,53,84,-1,83,86,81,-1,83,81,80,-1,87,84,53,-1,87,53,58,-1,87,88,89,-1,87,89,90,-1,87,58,57,-1,87,57,88,-1,87,90,85,-1,87,85,84,-1,91,88,57,-1,91,57,62,-1,91,92,93,-1,91,93,94,-1,91,62,61,-1,91,61,92,-1,91,94,89,-1,91,89,88,-1,95,92,61,-1,95,61,64,-1,95,69,70,-1,95,70,96,-1,95,64,38,-1,95,38,69,-1,95,96,93,-1,95,93,92,-1,97,98,99,-1,97,99,100,-1,97,100,101,-1,97,68,67,-1,97,67,98,-1,97,101,70,-1,97,70,68,-1,99,98,67,-1,99,67,74,-1,99,74,73,-1,99,73,100,-1,102,100,73,-1,102,73,78,-1,102,103,104,-1,102,104,105,-1,102,105,101,-1,102,101,100,-1,102,78,77,-1,102,77,103,-1,106,103,77,-1,106,77,82,-1,106,107,108,-1,106,108,109,-1,106,109,104,-1,106,104,103,-1,106,82,81,-1,106,81,107,-1,110,107,81,-1,110,81,86,-1,110,111,112,-1,110,112,108,-1,110,108,107,-1,110,86,85,-1,110,85,111,-1,112,111,85,-1,112,85,90,-1,112,90,89,-1,112,89,108,-1,109,108,89,-1,109,89,94,-1,109,94,93,-1,109,93,104,-1,105,104,93,-1,105,93,96,-1,105,96,70,-1,105,70,101,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_9_139_point_1() { float[] value = {.32882f,.47792f,2.89533f,.33053f,.47796f,2.89586f,.33057f,.47828f,2.90049f,.3276f,.47801f,2.89659f,.32661f,.47792f,2.89529f,.32865f,.47787f,2.89457f,.33052f,.47785f,2.89432f,.33223f,.47792f,2.89531f,.3324f,.47787f,2.89454f,.33347f,.47801f,2.89655f,.33444f,.47791f,2.89523f,.3352f,.47809f,2.89774f,.33604f,.47804f,2.89699f,.33509f,.47828f,2.90042f,.33659f,.47828f,2.90039f,.33524f,.47846f,2.90311f,.33609f,.47852f,2.90384f,.33353f,.47855f,2.90439f,.33452f,.47864f,2.90569f,.33231f,.47864f,2.9057f,.33249f,.4787f,2.90648f,.3306f,.47861f,2.90519f,.33061f,.47872f,2.90676f,.3289f,.47865f,2.90573f,.32873f,.4787f,2.90651f,.32766f,.47856f,2.90443f,.32669f,.47865f,2.90574f,.32593f,.47847f,2.90318f,.32509f,.47852f,2.90392f,.32605f,.47828f,2.90049f,.32454f,.47828f,2.90048f,.32589f,.47809f,2.89781f,.32504f,.47804f,2.89707f,.33231f,.47858f,2.89476f,.33052f,.47856f,2.89455f,.33053f,.48069f,2.89524f,.33204f,.4807f,2.89542f,.33425f,.47862f,2.89542f,.33369f,.48074f,2.89597f,.32874f,.47858f,2.89479f,.32681f,.47863f,2.89547f,.32739f,.48074f,2.89602f,.32902f,.4807f,2.89544f,.32531f,.47874f,2.89716f,.32483f,.47897f,2.90041f,.32572f,.48104f,2.9002f,.32612f,.48085f,2.89745f,.32536f,.4792f,2.90368f,.32688f,.47932f,2.90542f,.32745f,.48133f,2.90443f,.32616f,.48123f,2.90296f,.32882f,.47937f,2.90614f,.33061f,.47939f,2.90638f,.3306f,.48139f,2.90525f,.32909f,.48138f,2.90505f,.3324f,.47937f,2.90612f,.33433f,.47931f,2.90536f,.33375f,.48133f,2.90438f,.33211f,.48137f,2.90502f,.33582f,.47919f,2.9036f,.3363f,.47896f,2.90033f,.33542f,.48103f,2.90013f,.33501f,.48123f,2.9029f,.33577f,.47874f,2.89709f,.33497f,.48084f,2.89738f,.33387f,.566f,2.89559f,.33263f,.56598f,2.89544f,.3389f,.81619f,2.89422f,.34004f,.8162f,2.89435f,.33521f,.56603f,2.89604f,.34129f,.81623f,2.89478f,.33139f,.566f,2.89561f,.33005f,.56603f,2.89608f,.33651f,.81623f,2.89481f,.33775f,.8162f,2.89437f,.32902f,.56611f,2.89725f,.32869f,.56627f,2.8995f,.33525f,.81645f,2.89798f,.33555f,.8163f,2.89589f,.32905f,.56642f,2.90176f,.3301f,.56651f,2.90296f,.33656f,.81667f,2.90118f,.33559f,.8166f,2.90007f,.33145f,.56654f,2.90347f,.33269f,.56656f,2.90363f,.33895f,.81672f,2.9018f,.33781f,.81671f,2.90165f,.33392f,.56654f,2.90345f,.33526f,.56651f,2.90293f,.34133f,.81667f,2.90115f,.34009f,.81671f,2.90163f,.33629f,.56642f,2.90171f,.33663f,.56626f,2.89944f,.3426f,.81645f,2.89792f,.34229f,.81659f,2.90002f,.33626f,.56611f,2.8972f,.34226f,.8163f,2.89584f,.34743f,1.14907f,2.89556f,.34728f,1.14907f,2.89554f,.34712f,1.14907f,2.89556f}; return value; } private float[] getCoordinate_9_139_point_2() { float[] value = {.34696f,1.14908f,2.89562f,.34759f,1.14908f,2.89562f,.34683f,1.14909f,2.89577f,.34679f,1.14911f,2.89604f,.34777f,1.14911f,2.89604f,.34773f,1.14909f,2.89576f,.34683f,1.14913f,2.89633f,.34696f,1.14914f,2.89647f,.3476f,1.14914f,2.89647f,.34773f,1.14913f,2.89632f,.34713f,1.14914f,2.89654f,.34728f,1.14914f,2.89656f,.34743f,1.14914f,2.89653f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_145_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,1,-1,7,1,6,-1,7,6,8,-1,7,9,2,-1,7,2,1,-1,7,8,10,-1,7,10,9,-1,11,9,10,-1,11,10,12,-1,11,13,2,-1,11,2,9,-1,11,12,14,-1,11,14,13,-1,15,13,14,-1,15,14,16,-1,15,17,2,-1,15,2,13,-1,15,16,18,-1,15,18,17,-1,19,17,18,-1,19,18,20,-1,19,21,2,-1,19,2,17,-1,19,20,22,-1,19,22,21,-1,23,21,22,-1,23,22,24,-1,23,25,2,-1,23,2,21,-1,23,24,26,-1,23,26,25,-1,27,25,26,-1,27,26,28,-1,27,29,2,-1,27,2,25,-1,27,28,30,-1,27,30,29,-1,31,29,30,-1,31,30,32,-1,31,3,2,-1,31,2,29,-1,31,32,4,-1,31,4,3,-1,33,34,35,-1,33,35,36,-1,33,8,6,-1,33,6,34,-1,33,37,10,-1,33,10,8,-1,33,36,38,-1,33,38,37,-1,39,34,6,-1,39,6,5,-1,39,40,41,-1,39,41,42,-1,39,5,4,-1,39,4,40,-1,39,42,35,-1,39,35,34,-1,43,40,4,-1,43,4,32,-1,43,44,45,-1,43,45,46,-1,43,32,30,-1,43,30,44,-1,43,46,41,-1,43,41,40,-1,47,44,30,-1,47,30,28,-1,47,48,49,-1,47,49,50,-1,47,28,26,-1,47,26,48,-1,47,50,45,-1,47,45,44,-1,51,48,26,-1,51,26,24,-1,51,52,53,-1,51,53,54,-1,51,24,22,-1,51,22,52,-1,51,54,49,-1,51,49,48,-1,55,52,22,-1,55,22,20,-1,55,56,57,-1,55,57,58,-1,55,20,18,-1,55,18,56,-1,55,58,53,-1,55,53,52,-1,59,56,18,-1,59,18,16,-1,59,60,61,-1,59,61,62,-1,59,16,14,-1,59,14,60,-1,59,62,57,-1,59,57,56,-1,63,60,14,-1,63,14,12,-1,63,37,38,-1,63,38,64,-1,63,12,10,-1,63,10,37,-1,63,64,61,-1,63,61,60,-1,65,66,67,-1,65,67,68,-1,65,36,35,-1,65,35,66,-1,65,69,38,-1,65,38,36,-1,65,68,70,-1,65,70,69,-1,71,66,35,-1,71,35,42,-1,71,72,73,-1,71,73,74,-1,71,42,41,-1,71,41,72,-1,71,74,67,-1,71,67,66,-1,75,72,41,-1,75,41,46,-1,75,76,77,-1,75,77,78,-1,75,46,45,-1,75,45,76,-1,75,78,73,-1,75,73,72,-1,79,76,45,-1,79,45,50,-1,79,80,81,-1,79,81,82,-1,79,50,49,-1,79,49,80,-1,79,82,77,-1,79,77,76,-1,83,80,49,-1,83,49,54,-1,83,84,85,-1,83,85,86,-1,83,54,53,-1,83,53,84,-1,83,86,81,-1,83,81,80,-1,87,84,53,-1,87,53,58,-1,87,88,89,-1,87,89,90,-1,87,58,57,-1,87,57,88,-1,87,90,85,-1,87,85,84,-1,91,88,57,-1,91,57,62,-1,91,92,93,-1,91,93,94,-1,91,62,61,-1,91,61,92,-1,91,94,89,-1,91,89,88,-1,95,92,61,-1,95,61,64,-1,95,69,70,-1,95,70,96,-1,95,64,38,-1,95,38,69,-1,95,96,93,-1,95,93,92,-1,97,98,99,-1,97,99,100,-1,97,100,101,-1,97,68,67,-1,97,67,98,-1,97,101,70,-1,97,70,68,-1,99,98,67,-1,99,67,74,-1,99,74,73,-1,99,73,100,-1,102,100,73,-1,102,73,78,-1,102,103,104,-1,102,104,105,-1,102,105,101,-1,102,101,100,-1,102,78,77,-1,102,77,103,-1,106,103,77,-1,106,77,82,-1,106,107,108,-1,106,108,109,-1,106,109,104,-1,106,104,103,-1,106,82,81,-1,106,81,107,-1,110,107,81,-1,110,81,86,-1,110,111,112,-1,110,112,108,-1,110,108,107,-1,110,86,85,-1,110,85,111,-1,112,111,85,-1,112,85,90,-1,112,90,89,-1,112,89,108,-1,109,108,89,-1,109,89,94,-1,109,94,93,-1,109,93,104,-1,105,104,93,-1,105,93,96,-1,105,96,70,-1,105,70,101,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_9_145_point_1() { float[] value = {-.35366f,.47792f,2.89533f,-.35195f,.47796f,2.89586f,-.35192f,.47828f,2.90049f,-.35488f,.47801f,2.89659f,-.35587f,.47792f,2.89529f,-.35384f,.47787f,2.89457f,-.35196f,.47785f,2.89432f,-.35025f,.47792f,2.89531f,-.35008f,.47787f,2.89454f,-.34901f,.47801f,2.89655f,-.34804f,.47791f,2.89523f,-.34729f,.47809f,2.89774f,-.34644f,.47804f,2.89699f,-.3474f,.47828f,2.90042f,-.34589f,.47828f,2.90039f,-.34725f,.47846f,2.90311f,-.34639f,.47852f,2.90384f,-.34895f,.47855f,2.90439f,-.34797f,.47864f,2.90569f,-.35018f,.47864f,2.9057f,-.35f,.4787f,2.90648f,-.35188f,.47861f,2.90519f,-.35187f,.47872f,2.90676f,-.35358f,.47865f,2.90573f,-.35375f,.4787f,2.90651f,-.35482f,.47856f,2.90443f,-.35579f,.47865f,2.90574f,-.35655f,.47847f,2.90318f,-.35739f,.47852f,2.90392f,-.35644f,.47828f,2.90049f,-.35795f,.47828f,2.90048f,-.35659f,.47809f,2.89781f,-.35744f,.47804f,2.89707f,-.35017f,.47858f,2.89476f,-.35196f,.47856f,2.89455f,-.35196f,.48069f,2.89524f,-.35044f,.4807f,2.89542f,-.34823f,.47862f,2.89542f,-.3488f,.48074f,2.89597f,-.35375f,.47858f,2.89479f,-.35568f,.47863f,2.89547f,-.3551f,.48074f,2.89602f,-.35346f,.4807f,2.89544f,-.35717f,.47874f,2.89716f,-.35765f,.47897f,2.90041f,-.35677f,.48104f,2.9002f,-.35636f,.48085f,2.89745f,-.35713f,.4792f,2.90368f,-.3556f,.47932f,2.90542f,-.35504f,.48133f,2.90443f,-.35632f,.48123f,2.90296f,-.35366f,.47937f,2.90614f,-.35187f,.47939f,2.90638f,-.35188f,.48139f,2.90525f,-.35339f,.48138f,2.90505f,-.35009f,.47937f,2.90612f,-.34816f,.47931f,2.90536f,-.34874f,.48133f,2.90438f,-.35037f,.48137f,2.90502f,-.34666f,.47919f,2.9036f,-.34618f,.47896f,2.90033f,-.34707f,.48103f,2.90013f,-.34747f,.48123f,2.9029f,-.34671f,.47874f,2.89709f,-.34751f,.48084f,2.89738f,-.34862f,.566f,2.89559f,-.34986f,.56598f,2.89544f,-.34359f,.81619f,2.89422f,-.34244f,.8162f,2.89435f,-.34728f,.56603f,2.89604f,-.3412f,.81623f,2.89478f,-.35109f,.566f,2.89561f,-.35243f,.56603f,2.89608f,-.34597f,.81623f,2.89481f,-.34474f,.8162f,2.89437f,-.35347f,.56611f,2.89725f,-.3538f,.56627f,2.8995f,-.34724f,.81645f,2.89798f,-.34693f,.8163f,2.89589f,-.35343f,.56642f,2.90176f,-.35238f,.56651f,2.90296f,-.34592f,.81667f,2.90118f,-.3469f,.8166f,2.90007f,-.35104f,.56654f,2.90347f,-.3498f,.56656f,2.90363f,-.34353f,.81672f,2.9018f,-.34468f,.81671f,2.90165f,-.34856f,.56654f,2.90345f,-.34723f,.56651f,2.90293f,-.34115f,.81667f,2.90115f,-.34239f,.81671f,2.90163f,-.34619f,.56642f,2.90171f,-.34586f,.56626f,2.89944f,-.33989f,.81645f,2.89792f,-.34019f,.81659f,2.90002f,-.34623f,.56611f,2.8972f,-.34023f,.8163f,2.89584f,-.33506f,1.14907f,2.89556f,-.33521f,1.14907f,2.89554f,-.33537f,1.14907f,2.89556f}; return value; } private float[] getCoordinate_9_145_point_2() { float[] value = {-.33553f,1.14908f,2.89562f,-.33489f,1.14908f,2.89562f,-.33566f,1.14909f,2.89577f,-.3357f,1.14911f,2.89604f,-.33471f,1.14911f,2.89604f,-.33476f,1.14909f,2.89576f,-.33565f,1.14913f,2.89633f,-.33552f,1.14914f,2.89647f,-.33488f,1.14914f,2.89647f,-.33476f,1.14913f,2.89632f,-.33536f,1.14914f,2.89654f,-.3352f,1.14914f,2.89656f,-.33505f,1.14914f,2.89653f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_151_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,0,4,5,-1,0,3,6,-1,0,6,4,-1,0,5,1,-1,1,7,8,-1,1,8,2,-1,1,5,7,-1,7,9,10,-1,7,10,8,-1,7,5,9,-1,9,11,12,-1,9,12,10,-1,9,5,11,-1,11,13,14,-1,11,14,12,-1,11,5,13,-1,13,15,16,-1,13,16,14,-1,13,5,15,-1,15,17,18,-1,15,18,16,-1,15,5,17,-1,17,19,20,-1,17,20,18,-1,17,5,19,-1,19,21,22,-1,19,22,20,-1,19,5,21,-1,21,23,24,-1,21,24,22,-1,21,5,23,-1,23,25,26,-1,23,26,24,-1,23,5,25,-1,25,27,28,-1,25,28,26,-1,25,5,27,-1,27,29,30,-1,27,30,28,-1,27,5,29,-1,29,31,32,-1,29,32,30,-1,29,5,31,-1,31,4,6,-1,31,6,32,-1,31,5,4,-1,3,2,33,-1,3,33,34,-1,3,34,35,-1,3,35,6,-1,2,8,36,-1,2,36,33,-1,8,10,37,-1,8,37,36,-1,10,12,38,-1,10,38,37,-1,12,14,39,-1,12,39,38,-1,14,16,40,-1,14,40,39,-1,16,18,41,-1,16,41,40,-1,18,20,42,-1,18,42,41,-1,20,22,43,-1,20,43,42,-1,22,24,44,-1,22,44,43,-1,24,26,45,-1,24,45,44,-1,26,28,46,-1,26,46,45,-1,28,30,47,-1,28,47,46,-1,30,32,48,-1,30,48,47,-1,32,6,35,-1,32,35,48,-1,34,33,49,-1,34,49,50,-1,34,50,51,-1,34,51,35,-1,33,36,52,-1,33,52,49,-1,36,37,53,-1,36,53,52,-1,37,38,54,-1,37,54,53,-1,38,39,55,-1,38,55,54,-1,39,40,56,-1,39,56,55,-1,40,41,57,-1,40,57,56,-1,41,42,58,-1,41,58,57,-1,42,43,59,-1,42,59,58,-1,43,44,60,-1,43,60,59,-1,44,45,61,-1,44,61,60,-1,45,46,62,-1,45,62,61,-1,46,47,63,-1,46,63,62,-1,47,48,64,-1,47,64,63,-1,48,35,51,-1,48,51,64,-1,50,49,65,-1,50,65,66,-1,50,66,67,-1,50,67,51,-1,49,52,68,-1,49,68,65,-1,52,53,69,-1,52,69,68,-1,53,54,70,-1,53,70,69,-1,54,55,71,-1,54,71,70,-1,55,56,72,-1,55,72,71,-1,56,57,73,-1,56,73,72,-1,57,58,74,-1,57,74,73,-1,58,59,75,-1,58,75,74,-1,59,60,76,-1,59,76,75,-1,60,61,77,-1,60,77,76,-1,61,62,78,-1,61,78,77,-1,62,63,79,-1,62,79,78,-1,63,64,80,-1,63,80,79,-1,64,51,67,-1,64,67,80,-1,66,65,81,-1,66,81,82,-1,66,82,83,-1,66,83,67,-1,65,68,84,-1,65,84,81,-1,68,69,85,-1,68,85,84,-1,69,70,86,-1,69,86,85,-1,70,71,87,-1,70,87,86,-1,71,72,88,-1,71,88,87,-1,72,73,89,-1,72,89,88,-1,73,74,90,-1,73,90,89,-1,74,75,91,-1,74,91,90,-1,75,76,92,-1,75,92,91,-1,76,77,93,-1,76,93,92,-1,77,78,94,-1,77,94,93,-1,78,79,95,-1,78,95,94,-1,79,80,96,-1,79,96,95,-1,80,67,83,-1,80,83,96,-1,82,81,97,-1,82,97,98,-1,82,98,99,-1,82,99,83,-1,81,84,100,-1,81,100,97,-1,84,85,101,-1,84,101,100,-1,85,86,102,-1,85,102,101,-1,86,87,103,-1,86,103,102,-1,87,88,104,-1,87,104,103,-1,88,89,105,-1,88,105,104,-1,89,90,106,-1,89,106,105,-1,90,91,107,-1,90,107,106,-1,91,92,108,-1,91,108,107,-1,92,93,109,-1,92,109,108,-1,93,94,110,-1,93,110,109,-1,94,95,111,-1,94,111,110,-1,95,96,112,-1,95,112,111,-1,96,83,99,-1,96,99,112,-1,98,97,113,-1,98,113,99,-1,97,100,113,-1,100,101,113,-1,101,102,113,-1,102,103,113,-1,103,104,113,-1,104,105,113,-1,105,106,113,-1,106,107,113,-1,107,108,113,-1,108,109,113,-1,109,110,113,-1,110,111,113,-1,111,112,113,-1,112,99,113,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_9_151_point_1() { float[] value = {.02379f,.92956f,-1.28964f,.02198f,.92956f,-1.28053f,.04061f,.91608f,-1.27282f,.04395f,.91608f,-1.28964f,.02198f,.92956f,-1.29874f,-0.0f,.93429f,-1.28964f,.04061f,.91608f,-1.30646f,.01682f,.92956f,-1.27282f,.03108f,.91608f,-1.25856f,.0091f,.92956f,-1.26766f,.01682f,.91608f,-1.24903f,-0.0f,.92956f,-1.26585f,-0.0f,.91608f,-1.24568f,-.0091f,.92956f,-1.26766f,-.01682f,.91608f,-1.24903f,-.01682f,.92956f,-1.27282f,-.03108f,.91608f,-1.25856f,-.02198f,.92956f,-1.28053f,-.04061f,.91608f,-1.27282f,-.02379f,.92956f,-1.28964f,-.04395f,.91608f,-1.28964f,-.02198f,.92956f,-1.29874f,-.04061f,.91608f,-1.30646f,-.01682f,.92956f,-1.30646f,-.03108f,.91608f,-1.32072f,-.0091f,.92956f,-1.31161f,-.01682f,.91608f,-1.33024f,-0.0f,.92956f,-1.31342f,-0.0f,.91608f,-1.33359f,.0091f,.92956f,-1.31161f,.01682f,.91608f,-1.33024f,.01682f,.92956f,-1.30646f,.03108f,.91608f,-1.32072f,.05306f,.89591f,-1.26766f,.05743f,.89591f,-1.28964f,.05306f,.89591f,-1.31161f,.04061f,.89591f,-1.24903f,.02198f,.89591f,-1.23658f,-0.0f,.89591f,-1.23221f,-.02198f,.89591f,-1.23658f,-.04061f,.89591f,-1.24903f,-.05306f,.89591f,-1.26766f,-.05743f,.89591f,-1.28964f,-.05306f,.89591f,-1.31161f,-.04061f,.89591f,-1.33024f,-.02198f,.89591f,-1.34269f,-0.0f,.89591f,-1.34706f,.02198f,.89591f,-1.34269f,.04061f,.89591f,-1.33024f,.05743f,.87213f,-1.26585f,.06216f,.87213f,-1.28964f,.05743f,.87213f,-1.31342f,.04395f,.87213f,-1.24568f,.02379f,.87213f,-1.23221f,-0.0f,.87213f,-1.22748f,-.02379f,.87213f,-1.23221f,-.04395f,.87213f,-1.24568f,-.05743f,.87213f,-1.26585f,-.06216f,.87213f,-1.28964f,-.05743f,.87213f,-1.31342f,-.04395f,.87213f,-1.33359f,-.02379f,.87213f,-1.34706f,-0.0f,.87213f,-1.3518f,.02379f,.87213f,-1.34706f,.04395f,.87213f,-1.33359f,.05306f,.84834f,-1.26766f,.05743f,.84834f,-1.28964f,.05306f,.84834f,-1.31161f,.04061f,.84834f,-1.24903f,.02198f,.84834f,-1.23658f,-0.0f,.84834f,-1.23221f,-.02198f,.84834f,-1.23658f,-.04061f,.84834f,-1.24903f,-.05306f,.84834f,-1.26766f,-.05743f,.84834f,-1.28964f,-.05306f,.84834f,-1.31161f,-.04061f,.84834f,-1.33024f,-.02198f,.84834f,-1.34269f,-0.0f,.84834f,-1.34706f,.02198f,.84834f,-1.34269f,.04061f,.84834f,-1.33024f,.04061f,.82817f,-1.27282f,.04395f,.82817f,-1.28964f,.04061f,.82817f,-1.30646f,.03108f,.82817f,-1.25856f,.01682f,.82817f,-1.24903f,-0.0f,.82817f,-1.24568f,-.01682f,.82817f,-1.24903f,-.03108f,.82817f,-1.25856f,-.04061f,.82817f,-1.27282f,-.04395f,.82817f,-1.28964f,-.04061f,.82817f,-1.30646f,-.03108f,.82817f,-1.32072f,-.01682f,.82817f,-1.33024f,-0.0f,.82817f,-1.33359f,.01682f,.82817f,-1.33024f,.03108f,.82817f,-1.32072f,.02198f,.8147f,-1.28053f,.02379f,.8147f,-1.28964f,.02198f,.8147f,-1.29874f}; return value; } private float[] getCoordinate_9_151_point_2() { float[] value = {.01682f,.8147f,-1.27282f,.0091f,.8147f,-1.26766f,-0.0f,.8147f,-1.26585f,-.0091f,.8147f,-1.26766f,-.01682f,.8147f,-1.27282f,-.02198f,.8147f,-1.28053f,-.02379f,.8147f,-1.28964f,-.02198f,.8147f,-1.29874f,-.01682f,.8147f,-1.30646f,-.0091f,.8147f,-1.31161f,-0.0f,.8147f,-1.31342f,.0091f,.8147f,-1.31161f,.01682f,.8147f,-1.30646f,-0.0f,.80997f,-1.28964f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_175_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,1,-1,7,1,6,-1,7,6,8,-1,7,9,2,-1,7,2,1,-1,7,8,10,-1,7,10,9,-1,11,9,10,-1,11,10,12,-1,11,13,2,-1,11,2,9,-1,11,12,14,-1,11,14,13,-1,15,13,14,-1,15,14,16,-1,15,17,2,-1,15,2,13,-1,15,16,18,-1,15,18,17,-1,19,17,18,-1,19,18,20,-1,19,21,2,-1,19,2,17,-1,19,20,22,-1,19,22,21,-1,23,21,22,-1,23,22,24,-1,23,25,2,-1,23,2,21,-1,23,24,26,-1,23,26,25,-1,27,25,26,-1,27,26,28,-1,27,29,2,-1,27,2,25,-1,27,28,30,-1,27,30,29,-1,31,29,30,-1,31,30,32,-1,31,3,2,-1,31,2,29,-1,31,32,4,-1,31,4,3,-1,33,34,35,-1,33,35,36,-1,33,8,6,-1,33,6,34,-1,33,37,10,-1,33,10,8,-1,33,36,38,-1,33,38,37,-1,39,34,6,-1,39,6,5,-1,39,40,41,-1,39,41,42,-1,39,5,4,-1,39,4,40,-1,39,42,35,-1,39,35,34,-1,43,40,4,-1,43,4,32,-1,43,44,45,-1,43,45,46,-1,43,32,30,-1,43,30,44,-1,43,46,41,-1,43,41,40,-1,47,44,30,-1,47,30,28,-1,47,48,49,-1,47,49,50,-1,47,28,26,-1,47,26,48,-1,47,50,45,-1,47,45,44,-1,51,48,26,-1,51,26,24,-1,51,52,53,-1,51,53,54,-1,51,24,22,-1,51,22,52,-1,51,54,49,-1,51,49,48,-1,55,52,22,-1,55,22,20,-1,55,56,57,-1,55,57,58,-1,55,20,18,-1,55,18,56,-1,55,58,53,-1,55,53,52,-1,59,56,18,-1,59,18,16,-1,59,60,61,-1,59,61,62,-1,59,16,14,-1,59,14,60,-1,59,62,57,-1,59,57,56,-1,63,60,14,-1,63,14,12,-1,63,37,38,-1,63,38,64,-1,63,12,10,-1,63,10,37,-1,63,64,61,-1,63,61,60,-1,65,66,67,-1,65,67,68,-1,65,36,35,-1,65,35,66,-1,65,69,38,-1,65,38,36,-1,65,68,70,-1,65,70,69,-1,71,66,35,-1,71,35,42,-1,71,72,73,-1,71,73,74,-1,71,42,41,-1,71,41,72,-1,71,74,67,-1,71,67,66,-1,75,72,41,-1,75,41,46,-1,75,76,77,-1,75,77,78,-1,75,46,45,-1,75,45,76,-1,75,78,73,-1,75,73,72,-1,79,76,45,-1,79,45,50,-1,79,80,81,-1,79,81,82,-1,79,50,49,-1,79,49,80,-1,79,82,77,-1,79,77,76,-1,83,80,49,-1,83,49,54,-1,83,84,85,-1,83,85,86,-1,83,54,53,-1,83,53,84,-1,83,86,81,-1,83,81,80,-1,87,84,53,-1,87,53,58,-1,87,88,89,-1,87,89,90,-1,87,58,57,-1,87,57,88,-1,87,90,85,-1,87,85,84,-1,91,88,57,-1,91,57,62,-1,91,92,93,-1,91,93,94,-1,91,62,61,-1,91,61,92,-1,91,94,89,-1,91,89,88,-1,95,92,61,-1,95,61,64,-1,95,69,70,-1,95,70,96,-1,95,64,38,-1,95,38,69,-1,95,96,93,-1,95,93,92,-1,97,98,99,-1,97,99,100,-1,97,100,101,-1,97,68,67,-1,97,67,98,-1,97,101,70,-1,97,70,68,-1,99,98,67,-1,99,67,74,-1,99,74,73,-1,99,73,100,-1,102,100,73,-1,102,73,78,-1,102,103,104,-1,102,104,105,-1,102,105,101,-1,102,101,100,-1,102,78,77,-1,102,77,103,-1,106,103,77,-1,106,77,82,-1,106,107,108,-1,106,108,109,-1,106,109,104,-1,106,104,103,-1,106,82,81,-1,106,81,107,-1,110,107,81,-1,110,81,86,-1,110,111,112,-1,110,112,108,-1,110,108,107,-1,110,86,85,-1,110,85,111,-1,112,111,85,-1,112,85,90,-1,112,90,89,-1,112,89,108,-1,109,108,89,-1,109,89,94,-1,109,94,93,-1,109,93,104,-1,105,104,93,-1,105,93,96,-1,105,96,70,-1,105,70,101,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_9_175_point_1() { float[] value = {.07531f,.58268f,-1.51237f,.07702f,.58264f,-1.51184f,.07706f,.58222f,-1.50722f,.07409f,.58257f,-1.51111f,.0731f,.58269f,-1.51241f,.07513f,.58275f,-1.51313f,.07701f,.58278f,-1.51338f,.07872f,.58269f,-1.51239f,.07889f,.58276f,-1.51316f,.07996f,.58257f,-1.51116f,.08093f,.58269f,-1.51247f,.08169f,.58247f,-1.50996f,.08253f,.58254f,-1.51072f,.08158f,.58222f,-1.50729f,.08308f,.58223f,-1.50732f,.08173f,.58198f,-1.5046f,.08258f,.58191f,-1.50388f,.08002f,.58186f,-1.50333f,.08101f,.58175f,-1.50203f,.0788f,.58174f,-1.50202f,.07898f,.58167f,-1.50124f,.07709f,.58179f,-1.50253f,.0771f,.58165f,-1.50097f,.07539f,.58174f,-1.50199f,.07522f,.58167f,-1.50121f,.07415f,.58186f,-1.50329f,.07318f,.58174f,-1.50197f,.07242f,.58197f,-1.50454f,.07158f,.58191f,-1.5038f,.07254f,.58222f,-1.50723f,.07103f,.58222f,-1.50723f,.07238f,.58246f,-1.50989f,.07153f,.58253f,-1.51064f,.0788f,.58342f,-1.51283f,.07701f,.58344f,-1.51304f,.07702f,.58543f,-1.51202f,.07853f,.58542f,-1.51184f,.08074f,.58336f,-1.51217f,.08018f,.58537f,-1.51129f,.07523f,.58342f,-1.5128f,.0733f,.58336f,-1.51212f,.07388f,.58536f,-1.51124f,.07551f,.58542f,-1.51182f,.0718f,.5832f,-1.51043f,.07132f,.58291f,-1.50719f,.07221f,.58498f,-1.50707f,.07261f,.58523f,-1.50981f,.07185f,.58261f,-1.50393f,.07337f,.58245f,-1.50219f,.07394f,.5846f,-1.50284f,.07265f,.58473f,-1.50431f,.07531f,.58239f,-1.50147f,.0771f,.58237f,-1.50123f,.07709f,.58452f,-1.50203f,.07558f,.58454f,-1.50223f,.07889f,.58239f,-1.50149f,.08082f,.58246f,-1.50225f,.08024f,.5846f,-1.50289f,.0786f,.58454f,-1.50225f,.08231f,.58262f,-1.504f,.08279f,.58292f,-1.50727f,.08191f,.58499f,-1.50714f,.0815f,.58474f,-1.50438f,.08226f,.58321f,-1.51051f,.08146f,.58524f,-1.50988f,.08035f,.66959f,-1.49807f,.07912f,.6696f,-1.49821f,.08538f,.9168f,-1.4595f,.08653f,.91678f,-1.45937f,.0817f,.66955f,-1.49761f,.08778f,.91675f,-1.45895f,.07788f,.66959f,-1.49805f,.07654f,.66954f,-1.49757f,.083f,.91674f,-1.45891f,.08424f,.91678f,-1.45935f,.07551f,.66944f,-1.49641f,.07518f,.66923f,-1.49416f,.08174f,.91646f,-1.45575f,.08204f,.91664f,-1.45783f,.07554f,.66903f,-1.4919f,.07659f,.66892f,-1.4907f,.08305f,.91616f,-1.45255f,.08207f,.91627f,-1.45366f,.07794f,.66887f,-1.4902f,.07918f,.66886f,-1.49004f,.08544f,.91611f,-1.45193f,.08429f,.91612f,-1.45208f,.08041f,.66888f,-1.49022f,.08175f,.66892f,-1.49074f,.08782f,.91617f,-1.45258f,.08658f,.91612f,-1.4521f,.08278f,.66903f,-1.49196f,.08311f,.66924f,-1.49422f,.08909f,.91646f,-1.45581f,.08878f,.91627f,-1.45371f,.08275f,.66944f,-1.49646f,.08875f,.91665f,-1.45788f,.09392f,1.2452f,-1.40507f,.09376f,1.24521f,-1.40509f,.09361f,1.2452f,-1.40507f}; return value; } private float[] getCoordinate_9_175_point_2() { float[] value = {.09344f,1.2452f,-1.40501f,.09408f,1.2452f,-1.40502f,.09332f,1.24519f,-1.40487f,.09327f,1.24516f,-1.40459f,.09426f,1.24516f,-1.40459f,.09421f,1.24519f,-1.40487f,.09332f,1.24514f,-1.40431f,.09345f,1.24512f,-1.40416f,.09409f,1.24512f,-1.40416f,.09422f,1.24514f,-1.40431f,.09362f,1.24512f,-1.4041f,.09377f,1.24511f,-1.40408f,.09392f,1.24512f,-1.4041f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_181_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,1,-1,7,1,6,-1,7,6,8,-1,7,9,2,-1,7,2,1,-1,7,8,10,-1,7,10,9,-1,11,9,10,-1,11,10,12,-1,11,13,2,-1,11,2,9,-1,11,12,14,-1,11,14,13,-1,15,13,14,-1,15,14,16,-1,15,17,2,-1,15,2,13,-1,15,16,18,-1,15,18,17,-1,19,17,18,-1,19,18,20,-1,19,21,2,-1,19,2,17,-1,19,20,22,-1,19,22,21,-1,23,21,22,-1,23,22,24,-1,23,25,2,-1,23,2,21,-1,23,24,26,-1,23,26,25,-1,27,25,26,-1,27,26,28,-1,27,29,2,-1,27,2,25,-1,27,28,30,-1,27,30,29,-1,31,29,30,-1,31,30,32,-1,31,3,2,-1,31,2,29,-1,31,32,4,-1,31,4,3,-1,33,34,35,-1,33,35,36,-1,33,8,6,-1,33,6,34,-1,33,37,10,-1,33,10,8,-1,33,36,38,-1,33,38,37,-1,39,34,6,-1,39,6,5,-1,39,40,41,-1,39,41,42,-1,39,5,4,-1,39,4,40,-1,39,42,35,-1,39,35,34,-1,43,40,4,-1,43,4,32,-1,43,44,45,-1,43,45,46,-1,43,32,30,-1,43,30,44,-1,43,46,41,-1,43,41,40,-1,47,44,30,-1,47,30,28,-1,47,48,49,-1,47,49,50,-1,47,28,26,-1,47,26,48,-1,47,50,45,-1,47,45,44,-1,51,48,26,-1,51,26,24,-1,51,52,53,-1,51,53,54,-1,51,24,22,-1,51,22,52,-1,51,54,49,-1,51,49,48,-1,55,52,22,-1,55,22,20,-1,55,56,57,-1,55,57,58,-1,55,20,18,-1,55,18,56,-1,55,58,53,-1,55,53,52,-1,59,56,18,-1,59,18,16,-1,59,60,61,-1,59,61,62,-1,59,16,14,-1,59,14,60,-1,59,62,57,-1,59,57,56,-1,63,60,14,-1,63,14,12,-1,63,37,38,-1,63,38,64,-1,63,12,10,-1,63,10,37,-1,63,64,61,-1,63,61,60,-1,65,66,67,-1,65,67,68,-1,65,36,35,-1,65,35,66,-1,65,69,38,-1,65,38,36,-1,65,68,70,-1,65,70,69,-1,71,66,35,-1,71,35,42,-1,71,72,73,-1,71,73,74,-1,71,42,41,-1,71,41,72,-1,71,74,67,-1,71,67,66,-1,75,72,41,-1,75,41,46,-1,75,76,77,-1,75,77,78,-1,75,46,45,-1,75,45,76,-1,75,78,73,-1,75,73,72,-1,79,76,45,-1,79,45,50,-1,79,80,81,-1,79,81,82,-1,79,50,49,-1,79,49,80,-1,79,82,77,-1,79,77,76,-1,83,80,49,-1,83,49,54,-1,83,84,85,-1,83,85,86,-1,83,54,53,-1,83,53,84,-1,83,86,81,-1,83,81,80,-1,87,84,53,-1,87,53,58,-1,87,88,89,-1,87,89,90,-1,87,58,57,-1,87,57,88,-1,87,90,85,-1,87,85,84,-1,91,88,57,-1,91,57,62,-1,91,92,93,-1,91,93,94,-1,91,62,61,-1,91,61,92,-1,91,94,89,-1,91,89,88,-1,95,92,61,-1,95,61,64,-1,95,69,70,-1,95,70,96,-1,95,64,38,-1,95,38,69,-1,95,96,93,-1,95,93,92,-1,97,98,99,-1,97,99,100,-1,97,100,101,-1,97,68,67,-1,97,67,98,-1,97,101,70,-1,97,70,68,-1,99,98,67,-1,99,67,74,-1,99,74,73,-1,99,73,100,-1,102,100,73,-1,102,73,78,-1,102,103,104,-1,102,104,105,-1,102,105,101,-1,102,101,100,-1,102,78,77,-1,102,77,103,-1,106,103,77,-1,106,77,82,-1,106,107,108,-1,106,108,109,-1,106,109,104,-1,106,104,103,-1,106,82,81,-1,106,81,107,-1,110,107,81,-1,110,81,86,-1,110,111,112,-1,110,112,108,-1,110,108,107,-1,110,86,85,-1,110,85,111,-1,112,111,85,-1,112,85,90,-1,112,90,89,-1,112,89,108,-1,109,108,89,-1,109,89,94,-1,109,94,93,-1,109,93,104,-1,105,104,93,-1,105,93,96,-1,105,96,70,-1,105,70,101,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_9_181_point_1() { float[] value = {-.07852f,.58268f,-1.51237f,-.07681f,.58264f,-1.51184f,-.07678f,.58222f,-1.50722f,-.07974f,.58257f,-1.51111f,-.08073f,.58269f,-1.51241f,-.0787f,.58275f,-1.51313f,-.07683f,.58278f,-1.51338f,-.07511f,.58269f,-1.51239f,-.07495f,.58276f,-1.51316f,-.07387f,.58257f,-1.51116f,-.0729f,.58269f,-1.51247f,-.07215f,.58247f,-1.50996f,-.07131f,.58254f,-1.51072f,-.07226f,.58222f,-1.50729f,-.07075f,.58223f,-1.50732f,-.07211f,.58198f,-1.5046f,-.07126f,.58191f,-1.50388f,-.07382f,.58186f,-1.50333f,-.07283f,.58175f,-1.50203f,-.07504f,.58174f,-1.50202f,-.07486f,.58167f,-1.50124f,-.07674f,.58179f,-1.50253f,-.07673f,.58165f,-1.50097f,-.07845f,.58174f,-1.50199f,-.07861f,.58167f,-1.50121f,-.07969f,.58186f,-1.50329f,-.08066f,.58174f,-1.50197f,-.08141f,.58197f,-1.50454f,-.08225f,.58191f,-1.5038f,-.0813f,.58222f,-1.50723f,-.08281f,.58222f,-1.50723f,-.08145f,.58246f,-1.50989f,-.0823f,.58253f,-1.51064f,-.07503f,.58342f,-1.51283f,-.07682f,.58344f,-1.51304f,-.07682f,.58543f,-1.51202f,-.0753f,.58542f,-1.51184f,-.07309f,.58336f,-1.51217f,-.07366f,.58537f,-1.51129f,-.07861f,.58342f,-1.5128f,-.08054f,.58336f,-1.51212f,-.07996f,.58536f,-1.51124f,-.07833f,.58542f,-1.51182f,-.08204f,.5832f,-1.51043f,-.08251f,.58291f,-1.50719f,-.08163f,.58498f,-1.50707f,-.08123f,.58523f,-1.50981f,-.08199f,.58261f,-1.50393f,-.08047f,.58245f,-1.50219f,-.0799f,.5846f,-1.50284f,-.08119f,.58473f,-1.50431f,-.07852f,.58239f,-1.50147f,-.07674f,.58237f,-1.50123f,-.07674f,.58452f,-1.50203f,-.07826f,.58454f,-1.50223f,-.07495f,.58239f,-1.50149f,-.07302f,.58246f,-1.50225f,-.0736f,.5846f,-1.50289f,-.07523f,.58454f,-1.50225f,-.07152f,.58262f,-1.504f,-.07105f,.58292f,-1.50727f,-.07193f,.58499f,-1.50714f,-.07233f,.58474f,-1.50438f,-.07157f,.58321f,-1.51051f,-.07237f,.58524f,-1.50988f,-.07348f,.66959f,-1.49807f,-.07472f,.6696f,-1.49821f,-.06845f,.9168f,-1.4595f,-.06731f,.91678f,-1.45937f,-.07214f,.66955f,-1.49761f,-.06606f,.91675f,-1.45895f,-.07596f,.66959f,-1.49805f,-.07729f,.66954f,-1.49757f,-.07083f,.91674f,-1.45891f,-.0696f,.91678f,-1.45935f,-.07833f,.66944f,-1.49641f,-.07866f,.66923f,-1.49416f,-.0721f,.91646f,-1.45575f,-.07179f,.91664f,-1.45783f,-.0783f,.66903f,-1.4919f,-.07724f,.66892f,-1.4907f,-.07079f,.91616f,-1.45255f,-.07176f,.91627f,-1.45366f,-.0759f,.66887f,-1.4902f,-.07466f,.66886f,-1.49004f,-.0684f,.91611f,-1.45193f,-.06954f,.91612f,-1.45208f,-.07342f,.66888f,-1.49022f,-.07209f,.66892f,-1.49074f,-.06601f,.91617f,-1.45258f,-.06725f,.91612f,-1.4521f,-.07105f,.66903f,-1.49196f,-.07072f,.66924f,-1.49422f,-.06475f,.91646f,-1.45581f,-.06506f,.91627f,-1.45371f,-.07109f,.66944f,-1.49646f,-.06509f,.91665f,-1.45788f,-.05992f,1.2452f,-1.40507f,-.06007f,1.24521f,-1.40509f,-.06023f,1.2452f,-1.40507f}; return value; } private float[] getCoordinate_9_181_point_2() { float[] value = {-.06039f,1.2452f,-1.40501f,-.05975f,1.2452f,-1.40502f,-.06052f,1.24519f,-1.40487f,-.06056f,1.24516f,-1.40459f,-.05958f,1.24516f,-1.40459f,-.05962f,1.24519f,-1.40487f,-.06052f,1.24514f,-1.40431f,-.06039f,1.24512f,-1.40416f,-.05975f,1.24512f,-1.40416f,-.05962f,1.24514f,-1.40431f,-.06022f,1.24512f,-1.4041f,-.06007f,1.24511f,-1.40408f,-.05991f,1.24512f,-1.4041f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_187_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,0,4,5,-1,0,5,1,-1,0,3,6,-1,0,6,4,-1,1,5,7,-1,1,7,2,-1,5,4,6,-1,5,6,7,-1,3,2,7,-1,3,7,6,-1,8,9,10,-1,8,10,11,-1,8,11,12,-1,8,12,13,-1,8,13,14,-1,8,14,15,-1,18,17,24,-1,18,24,25,-1,18,25,26,-1,18,26,19,-1,17,16,27,-1,17,27,24,-1,16,23,28,-1,16,28,27,-1,23,22,29,-1,23,29,28,-1,22,21,30,-1,22,30,29,-1,21,20,31,-1,21,31,30,-1,20,19,26,-1,20,26,31,-1,25,24,32,-1,25,32,33,-1,25,33,34,-1,25,34,26,-1,24,27,35,-1,24,35,32,-1,27,28,36,-1,27,36,35,-1,28,29,37,-1,28,37,36,-1,29,30,38,-1,29,38,37,-1,30,31,39,-1,30,39,38,-1,31,26,34,-1,31,34,39,-1,33,32,35,-1,33,35,36,-1,33,36,37,-1,33,37,38,-1,33,38,39,-1,33,39,34,-1,40,41,42,-1,40,42,43,-1,40,43,44,-1,40,44,45,-1,40,45,46,-1,40,46,47,-1,40,47,48,-1,40,48,49,-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,48,-1,46,48,47,-1,49,48,55,-1,49,55,54,-1,49,54,53,-1,49,53,52,-1,49,52,51,-1,49,51,50,-1,56,57,58,-1,56,58,59,-1,56,59,60,-1,56,60,61,-1,56,61,62,-1,56,62,63,-1,56,63,64,-1,56,64,65,-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,61,70,71,-1,61,71,62,-1,62,71,64,-1,62,64,63,-1,65,64,71,-1,65,71,70,-1,65,70,69,-1,65,69,68,-1,65,68,67,-1,65,67,66,-1,72,73,74,-1,72,74,75,-1,72,76,77,-1,72,77,78,-1,72,78,79,-1,72,79,80,-1,72,80,81,-1,72,81,73,-1,72,75,82,-1,72,82,76,-1,73,81,83,-1,73,83,74,-1,81,80,84,-1,81,84,83,-1,80,79,85,-1,80,85,84,-1,79,78,86,-1,79,86,85,-1,78,77,87,-1,78,87,86,-1,77,76,82,-1,77,82,87,-1,75,74,83,-1,75,83,84,-1,75,84,85,-1,75,85,86,-1,75,86,87,-1,75,87,82,-1,88,89,90,-1,88,90,91,-1,88,92,93,-1,88,93,94,-1,88,94,95,-1,88,95,96,-1,88,96,97,-1,88,97,89,-1,88,91,98,-1,88,98,92,-1,89,97,99,-1,89,99,90,-1,97,96,100,-1,97,100,99,-1,96,95,101,-1,96,101,100,-1,95,94,102,-1,95,102,101,-1,94,93,103,-1,94,103,102,-1,93,92,98,-1,93,98,103,-1,91,90,99,-1,91,99,100,-1,91,100,101,-1,91,101,102,-1,91,102,103,-1,91,103,98,-1,104,105,106,-1,104,106,107,-1,104,108,109,-1,104,109,110,-1,104,110,111,-1,104,111,112,-1,104,112,113,-1,104,113,105,-1,104,107,114,-1,104,114,108,-1,105,113,115,-1,105,115,106,-1,113,112,116,-1,113,116,115,-1,112,111,117,-1,112,117,116,-1,111,110,118,-1,111,118,117,-1,110,109,119,-1,110,119,118,-1,109,108,114,-1,109,114,119,-1,107,106,115,-1,107,115,116,-1,107,116,117,-1,107,117,118,-1,107,118,119,-1,107,119,114,-1,120,121,122,-1,120,122,123,-1,120,124,125,-1,120,125,126,-1,120,126,127,-1,120,127,128,-1,120,128,129,-1,120,129,121,-1,120,123,130,-1,120,130,124,-1,121,129,131,-1,121,131,122,-1,129,128,132,-1,129,132,131,-1,128,127,133,-1,128,133,132,-1,127,126,134,-1,127,134,133,-1,126,125,135,-1,126,135,134,-1,125,124,130,-1,125,130,135,-1,123,122,131,-1,123,131,132,-1,123,132,133,-1,123,133,134,-1,123,134,135,-1,123,135,130,-1,136,137,138,-1,136,138,139,-1,136,139,140,-1,136,140,141,-1,136,141,142,-1,136,142,143,-1,146,145,152,-1,146,152,153,-1,146,153,154,-1,146,154,147,-1,145,144,155,-1,145,155,152,-1,144,151,156,-1,144,156,155,-1,151,150,157,-1,151,157,156,-1,150,149,158,-1,150,158,157,-1,149,148,159,-1,149,159,158,-1,148,147,154,-1,148,154,159,-1,153,152,160,-1,153,160,161,-1,153,161,162,-1,153,162,154,-1}; return value; } private int[] getIndexedFaceSet_8_187_coordIndex_2() { int[] value = {152,155,163,-1,152,163,160,-1,155,156,164,-1,155,164,163,-1,156,157,165,-1,156,165,164,-1,157,158,166,-1,157,166,165,-1,158,159,167,-1,158,167,166,-1,159,154,162,-1,159,162,167,-1,161,160,163,-1,161,163,164,-1,161,164,165,-1,161,165,166,-1,161,166,167,-1,161,167,162,-1,168,169,170,-1,168,170,171,-1,168,171,172,-1,168,172,173,-1,168,173,174,-1,168,174,175,-1,178,177,184,-1,178,184,185,-1,178,185,186,-1,178,186,179,-1,177,176,187,-1,177,187,184,-1,176,183,188,-1,176,188,187,-1,183,182,189,-1,183,189,188,-1,182,181,190,-1,182,190,189,-1,181,180,191,-1,181,191,190,-1,180,179,186,-1,180,186,191,-1,185,184,192,-1,185,192,193,-1,185,193,194,-1,185,194,186,-1,184,187,195,-1,184,195,192,-1,187,188,196,-1,187,196,195,-1,188,189,197,-1,188,197,196,-1,189,190,198,-1,189,198,197,-1,190,191,199,-1,190,199,198,-1,191,186,194,-1,191,194,199,-1,193,192,195,-1,193,195,196,-1,193,196,197,-1,193,197,198,-1,193,198,199,-1,193,199,194,-1,200,201,202,-1,200,202,203,-1,200,204,205,-1,200,205,206,-1,200,206,207,-1,200,207,208,-1,200,208,209,-1,200,209,201,-1,200,203,210,-1,200,210,204,-1,201,209,211,-1,201,211,202,-1,209,208,212,-1,209,212,211,-1,208,207,213,-1,208,213,212,-1,207,206,214,-1,207,214,213,-1,206,205,215,-1,206,215,214,-1,205,204,210,-1,205,210,215,-1,203,202,211,-1,203,211,212,-1,203,212,213,-1,203,213,214,-1,203,214,215,-1,203,215,210,-1,216,217,218,-1,216,218,219,-1,216,220,221,-1,216,221,222,-1,216,222,223,-1,216,223,224,-1,216,224,225,-1,216,225,217,-1,216,219,226,-1,216,226,220,-1,217,225,227,-1,217,227,218,-1,225,224,228,-1,225,228,227,-1,224,223,229,-1,224,229,228,-1,223,222,230,-1,223,230,229,-1,222,221,231,-1,222,231,230,-1,221,220,226,-1,221,226,231,-1,219,218,227,-1,219,227,228,-1,219,228,229,-1,219,229,230,-1,219,230,231,-1,219,231,226,-1,232,233,234,-1,232,234,235,-1,232,236,237,-1,232,237,238,-1,232,238,239,-1,232,239,240,-1,232,240,241,-1,232,241,233,-1,232,235,242,-1,232,242,236,-1,233,241,243,-1,233,243,234,-1,241,240,244,-1,241,244,243,-1,240,239,245,-1,240,245,244,-1,239,238,246,-1,239,246,245,-1,238,237,247,-1,238,247,246,-1,237,236,242,-1,237,242,247,-1,235,234,243,-1,235,243,244,-1,235,244,245,-1,235,245,246,-1,235,246,247,-1,235,247,242,-1,248,249,250,-1,248,250,251,-1,248,252,253,-1,248,253,254,-1,248,254,255,-1,248,255,256,-1,248,256,257,-1,248,257,249,-1,248,251,258,-1,248,258,252,-1,249,257,259,-1,249,259,250,-1,257,256,260,-1,257,260,259,-1,256,255,261,-1,256,261,260,-1,255,254,262,-1,255,262,261,-1,254,253,263,-1,254,263,262,-1,253,252,258,-1,253,258,263,-1,251,250,259,-1,251,259,260,-1,251,260,261,-1,251,261,262,-1,251,262,263,-1,251,263,258,-1,264,265,266,-1,264,266,267,-1,264,268,269,-1,264,269,270,-1,264,270,271,-1,264,271,272,-1,264,272,273,-1,264,273,265,-1,264,267,274,-1,264,274,268,-1,265,273,275,-1,265,275,266,-1,273,272,276,-1,273,276,275,-1,272,271,277,-1,272,277,276,-1,271,270,278,-1,271,278,277,-1,270,269,279,-1,270,279,278,-1,269,268,274,-1,269,274,279,-1,267,266,275,-1,267,275,276,-1,267,276,277,-1,267,277,278,-1,267,278,279,-1,267,279,274,-1,280,281,282,-1,280,282,283,-1,280,284,285,-1,280,285,286,-1,280,286,287,-1,280,287,288,-1,280,288,289,-1,280,289,281,-1,280,283,290,-1,280,290,284,-1,281,289,291,-1,281,291,282,-1,289,288,292,-1,289,292,291,-1,288,287,293,-1,288,293,292,-1,287,286,294,-1,287,294,293,-1,286,285,295,-1,286,295,294,-1,285,284,290,-1,285,290,295,-1,283,282,291,-1,283,291,292,-1,283,292,293,-1,283,293,294,-1,283,294,295,-1,283,295,290,-1,296,297,298,-1,296,298,299,-1,296,300,301,-1,296,301,302,-1,296,302,303,-1,296,303,304,-1,296,304,305,-1,296,305,297,-1,296,299,306,-1,296,306,300,-1,297,305,307,-1,297,307,298,-1,305,304,308,-1,305,308,307,-1,304,303,309,-1,304,309,308,-1,303,302,310,-1,303,310,309,-1,302,301,311,-1,302,311,310,-1}; return value; } private int[] getIndexedFaceSet_8_187_coordIndex_3() { int[] value = {301,300,306,-1,301,306,311,-1,299,298,307,-1,299,307,308,-1,299,308,309,-1,299,309,310,-1,299,310,311,-1,299,311,306,-1,312,313,314,-1,312,314,315,-1,312,316,317,-1,312,317,318,-1,312,318,319,-1,312,319,320,-1,312,320,321,-1,312,321,313,-1,312,315,322,-1,312,322,316,-1,313,321,323,-1,313,323,314,-1,321,320,324,-1,321,324,323,-1,320,319,325,-1,320,325,324,-1,319,318,326,-1,319,326,325,-1,318,317,327,-1,318,327,326,-1,317,316,322,-1,317,322,327,-1,315,314,323,-1,315,323,324,-1,315,324,325,-1,315,325,326,-1,315,326,327,-1,315,327,322,-1,328,329,330,-1,328,330,331,-1,328,332,333,-1,328,333,334,-1,328,334,335,-1,328,335,336,-1,328,336,337,-1,328,337,329,-1,328,331,338,-1,328,338,332,-1,329,337,339,-1,329,339,330,-1,337,336,340,-1,337,340,339,-1,336,335,341,-1,336,341,340,-1,335,334,342,-1,335,342,341,-1,334,333,343,-1,334,343,342,-1,333,332,338,-1,333,338,343,-1,331,330,339,-1,331,339,340,-1,331,340,341,-1,331,341,342,-1,331,342,343,-1,331,343,338,-1,344,345,346,-1,344,346,347,-1,344,348,349,-1,344,349,350,-1,344,350,351,-1,344,351,352,-1,344,352,353,-1,344,353,345,-1,344,347,354,-1,344,354,348,-1,345,353,355,-1,345,355,346,-1,353,352,356,-1,353,356,355,-1,352,351,357,-1,352,357,356,-1,351,350,358,-1,351,358,357,-1,350,349,359,-1,350,359,358,-1,349,348,354,-1,349,354,359,-1,347,346,355,-1,347,355,356,-1,347,356,357,-1,347,357,358,-1,347,358,359,-1,347,359,354,-1,360,361,362,-1,360,362,363,-1,360,364,365,-1,360,365,366,-1,360,366,367,-1,360,367,368,-1,360,368,369,-1,360,369,361,-1,360,363,370,-1,360,370,364,-1,361,369,371,-1,361,371,362,-1,369,368,372,-1,369,372,371,-1,368,367,373,-1,368,373,372,-1,367,366,374,-1,367,374,373,-1,366,365,375,-1,366,375,374,-1,365,364,370,-1,365,370,375,-1,363,362,371,-1,363,371,372,-1,363,372,373,-1,363,373,374,-1,363,374,375,-1,363,375,370,-1,376,377,378,-1,376,378,379,-1,376,380,381,-1,376,381,382,-1,376,382,383,-1,376,383,384,-1,376,384,385,-1,376,385,377,-1,376,379,386,-1,376,386,380,-1,377,385,387,-1,377,387,378,-1,385,384,388,-1,385,388,387,-1,384,383,389,-1,384,389,388,-1,383,382,390,-1,383,390,389,-1,382,381,391,-1,382,391,390,-1,381,380,386,-1,381,386,391,-1,379,378,387,-1,379,387,388,-1,379,388,389,-1,379,389,390,-1,379,390,391,-1,379,391,386,-1,392,393,394,-1,392,394,395,-1,392,396,397,-1,392,397,398,-1,392,398,399,-1,392,399,400,-1,392,400,401,-1,392,401,393,-1,392,395,402,-1,392,402,396,-1,393,401,403,-1,393,403,394,-1,401,400,404,-1,401,404,403,-1,400,399,405,-1,400,405,404,-1,399,398,406,-1,399,406,405,-1,398,397,407,-1,398,407,406,-1,397,396,402,-1,397,402,407,-1,395,394,403,-1,395,403,404,-1,395,404,405,-1,395,405,406,-1,395,406,407,-1,395,407,402,-1,408,409,410,-1,408,410,411,-1,408,412,413,-1,408,413,414,-1,408,414,415,-1,408,415,416,-1,408,416,417,-1,408,417,409,-1,408,411,418,-1,408,418,412,-1,409,417,419,-1,409,419,410,-1,417,416,420,-1,417,420,419,-1,416,415,421,-1,416,421,420,-1,415,414,422,-1,415,422,421,-1,414,413,423,-1,414,423,422,-1,413,412,418,-1,413,418,423,-1,411,410,419,-1,411,419,420,-1,411,420,421,-1,411,421,422,-1,411,422,423,-1,411,423,418,-1,424,425,426,-1,424,426,427,-1,424,428,429,-1,424,429,430,-1,424,430,431,-1,424,431,432,-1,424,432,433,-1,424,433,425,-1,424,427,434,-1,424,434,428,-1,425,433,435,-1,425,435,426,-1,433,432,436,-1,433,436,435,-1,432,431,437,-1,432,437,436,-1,431,430,438,-1,431,438,437,-1,430,429,439,-1,430,439,438,-1,429,428,434,-1,429,434,439,-1,427,426,435,-1,427,435,436,-1,427,436,437,-1,427,437,438,-1,427,438,439,-1,427,439,434,-1,440,441,442,-1,440,442,443,-1,440,443,444,-1,440,444,445,-1,440,445,446,-1,440,446,447,-1,440,447,448,-1,440,448,449,-1,440,449,450,-1,440,450,441,-1,441,450,451,-1,441,451,442,-1,442,451,452,-1,442,452,443,-1,443,452,453,-1,443,453,444,-1,444,453,454,-1,444,454,445,-1}; return value; } private int[] getIndexedFaceSet_8_187_coordIndex_4() { int[] value = {445,454,455,-1,445,455,446,-1,446,455,448,-1,446,448,447,-1,449,448,455,-1,449,455,454,-1,449,454,453,-1,449,453,452,-1,449,452,451,-1,449,451,450,-1,456,457,458,-1,456,458,459,-1,456,459,460,-1,456,460,461,-1,456,461,462,-1,456,462,463,-1,456,463,464,-1,456,464,465,-1,456,465,466,-1,456,466,457,-1,457,466,467,-1,457,467,458,-1,458,467,468,-1,458,468,459,-1,459,468,469,-1,459,469,460,-1,460,469,470,-1,460,470,461,-1,461,470,471,-1,461,471,462,-1,462,471,464,-1,462,464,463,-1,465,464,471,-1,465,471,470,-1,465,470,469,-1,465,469,468,-1,465,468,467,-1,465,467,466,-1,472,473,474,-1,472,474,475,-1,472,475,476,-1,472,476,477,-1,472,477,478,-1,472,478,479,-1,472,479,480,-1,472,480,481,-1,472,481,482,-1,472,482,473,-1,473,482,483,-1,473,483,474,-1,474,483,484,-1,474,484,475,-1,475,484,485,-1,475,485,476,-1,476,485,486,-1,476,486,477,-1,477,486,487,-1,477,487,478,-1,478,487,480,-1,478,480,479,-1,481,480,487,-1,481,487,486,-1,481,486,485,-1,481,485,484,-1,481,484,483,-1,481,483,482,-1,488,489,490,-1,488,490,491,-1,488,491,492,-1,488,492,493,-1,488,493,494,-1,488,494,495,-1,488,495,496,-1,488,496,497,-1,488,497,498,-1,488,498,489,-1,489,498,499,-1,489,499,490,-1,490,499,500,-1,490,500,491,-1,491,500,501,-1,491,501,492,-1,492,501,502,-1,492,502,493,-1,493,502,503,-1,493,503,494,-1,494,503,496,-1,494,496,495,-1,497,496,503,-1,497,503,502,-1,497,502,501,-1,497,501,500,-1,497,500,499,-1,497,499,498,-1,504,505,506,-1,504,506,507,-1,504,507,508,-1,504,508,509,-1,504,509,510,-1,504,510,511,-1,504,511,512,-1,504,512,513,-1,504,513,514,-1,504,514,505,-1,505,514,515,-1,505,515,506,-1,506,515,516,-1,506,516,507,-1,507,516,517,-1,507,517,508,-1,508,517,518,-1,508,518,509,-1,509,518,519,-1,509,519,510,-1,510,519,512,-1,510,512,511,-1,513,512,519,-1,513,519,518,-1,513,518,517,-1,513,517,516,-1,513,516,515,-1,513,515,514,-1,520,521,522,-1,520,522,523,-1,520,523,524,-1,520,524,525,-1,520,525,526,-1,520,526,527,-1,520,527,528,-1,520,528,529,-1,520,529,530,-1,520,530,521,-1,521,530,531,-1,521,531,522,-1,522,531,532,-1,522,532,523,-1,523,532,533,-1,523,533,524,-1,524,533,534,-1,524,534,525,-1,525,534,535,-1,525,535,526,-1,526,535,528,-1,526,528,527,-1,529,528,535,-1,529,535,534,-1,529,534,533,-1,529,533,532,-1,529,532,531,-1,529,531,530,-1,536,537,538,-1,536,538,539,-1,536,539,540,-1,536,540,541,-1,536,541,542,-1,536,542,543,-1,536,543,544,-1,536,544,545,-1,536,545,546,-1,536,546,537,-1,537,546,547,-1,537,547,538,-1,538,547,548,-1,538,548,539,-1,539,548,549,-1,539,549,540,-1,540,549,550,-1,540,550,541,-1,541,550,551,-1,541,551,542,-1,542,551,544,-1,542,544,543,-1,545,544,551,-1,545,551,550,-1,545,550,549,-1,545,549,548,-1,545,548,547,-1,545,547,546,-1,552,553,554,-1,552,554,555,-1,552,555,556,-1,552,556,557,-1,552,557,558,-1,552,558,559,-1,552,559,560,-1,552,560,561,-1,552,561,562,-1,552,562,553,-1,553,562,563,-1,553,563,554,-1,554,563,564,-1,554,564,555,-1,555,564,565,-1,555,565,556,-1,556,565,566,-1,556,566,557,-1,557,566,567,-1,557,567,558,-1,558,567,560,-1,558,560,559,-1,561,560,567,-1,561,567,566,-1,561,566,565,-1,561,565,564,-1,561,564,563,-1,561,563,562,-1,568,569,570,-1,568,570,571,-1,568,572,573,-1,568,573,574,-1,568,574,575,-1,568,575,569,-1,568,571,576,-1,568,576,572,-1,569,577,578,-1,569,578,570,-1,569,575,579,-1,569,579,577,-1,577,580,581,-1,577,581,578,-1,577,579,582,-1,577,582,580,-1,580,583,584,-1,580,584,581,-1,580,582,585,-1,580,585,583,-1,583,586,587,-1,583,587,584,-1,583,585,588,-1,583,588,586,-1,586,589,590,-1,586,590,587,-1,586,588,591,-1,586,591,589,-1,589,592,593,-1,589,593,590,-1,589,591,594,-1,589,594,592,-1,592,595,596,-1,592,596,593,-1,592,594,597,-1,592,597,595,-1,595,598,599,-1,595,599,596,-1,595,597,600,-1,595,600,598,-1,598,601,602,-1,598,602,599,-1,598,600,603,-1,598,603,601,-1}; return value; } private int[] getIndexedFaceSet_8_187_coordIndex_5() { int[] value = {601,604,605,-1,601,605,602,-1,601,603,606,-1,601,606,604,-1,604,607,608,-1,604,608,605,-1,604,606,609,-1,604,609,607,-1,607,610,611,-1,607,611,608,-1,607,609,612,-1,607,612,610,-1,610,613,614,-1,610,614,611,-1,610,612,615,-1,610,615,613,-1,613,572,576,-1,613,576,614,-1,613,615,573,-1,613,573,572,-1,574,573,616,-1,574,616,617,-1,574,617,618,-1,574,618,575,-1,575,618,619,-1,575,619,579,-1,579,619,620,-1,579,620,582,-1,582,620,621,-1,582,621,585,-1,585,621,622,-1,585,622,588,-1,588,622,623,-1,588,623,591,-1,591,623,624,-1,591,624,594,-1,594,624,625,-1,594,625,597,-1,597,625,626,-1,597,626,600,-1,600,626,627,-1,600,627,603,-1,603,627,628,-1,603,628,606,-1,606,628,629,-1,606,629,609,-1,609,629,630,-1,609,630,612,-1,612,630,631,-1,612,631,615,-1,615,631,616,-1,615,616,573,-1,616,631,630,-1,616,630,620,-1,616,620,619,-1,616,619,618,-1,616,618,617,-1,630,629,632,-1,630,632,633,-1,630,633,634,-1,630,634,620,-1,629,628,635,-1,629,635,632,-1,628,627,626,-1,628,626,625,-1,628,625,624,-1,628,624,623,-1,628,623,622,-1,628,622,636,-1,628,636,635,-1,622,621,637,-1,622,637,636,-1,621,620,634,-1,621,634,637,-1,634,633,632,-1,634,632,635,-1,634,635,636,-1,634,636,637,-1,571,570,578,-1,571,578,581,-1,571,581,584,-1,571,584,587,-1,571,587,590,-1,571,590,593,-1,571,593,596,-1,571,596,599,-1,571,599,602,-1,571,602,605,-1,571,605,608,-1,571,608,611,-1,571,611,614,-1,571,614,576,-1,638,639,640,-1,638,640,641,-1,638,642,643,-1,638,643,639,-1,638,641,644,-1,638,644,645,-1,638,645,646,-1,638,646,647,-1,638,647,648,-1,638,648,642,-1,639,649,650,-1,639,650,640,-1,639,643,651,-1,639,651,649,-1,649,652,653,-1,649,653,650,-1,649,651,654,-1,649,654,652,-1,652,655,656,-1,652,656,653,-1,652,654,657,-1,652,657,655,-1,655,658,659,-1,655,659,656,-1,655,657,660,-1,655,660,658,-1,658,661,662,-1,658,662,659,-1,658,660,663,-1,658,663,661,-1,661,664,665,-1,661,665,662,-1,661,663,666,-1,661,666,664,-1,664,666,667,-1,664,667,668,-1,664,668,669,-1,664,669,670,-1,664,670,671,-1,664,671,665,-1,642,648,672,-1,642,672,643,-1,643,672,673,-1,643,673,651,-1,651,673,674,-1,651,674,654,-1,654,674,675,-1,654,675,657,-1,657,675,676,-1,657,676,660,-1,660,676,677,-1,660,677,663,-1,663,677,667,-1,663,667,666,-1,648,647,678,-1,648,678,672,-1,672,678,679,-1,672,679,673,-1,673,679,680,-1,673,680,674,-1,674,680,681,-1,674,681,675,-1,675,681,682,-1,675,682,676,-1,676,682,683,-1,676,683,677,-1,677,683,668,-1,677,668,667,-1,647,646,684,-1,647,684,678,-1,678,684,685,-1,678,685,679,-1,679,685,686,-1,679,686,680,-1,680,686,687,-1,680,687,681,-1,681,687,688,-1,681,688,682,-1,682,688,689,-1,682,689,683,-1,683,689,669,-1,683,669,668,-1,646,645,690,-1,646,690,684,-1,684,690,691,-1,684,691,685,-1,685,691,692,-1,685,692,686,-1,686,692,693,-1,686,693,687,-1,687,693,694,-1,687,694,688,-1,688,694,695,-1,688,695,689,-1,689,695,670,-1,689,670,669,-1,645,644,696,-1,645,696,690,-1,690,696,697,-1,690,697,691,-1,691,697,698,-1,691,698,692,-1,692,698,699,-1,692,699,693,-1,693,699,700,-1,693,700,694,-1,694,700,701,-1,694,701,695,-1,695,701,671,-1,695,671,670,-1,644,641,640,-1,644,640,696,-1,696,640,650,-1,696,650,697,-1,697,650,653,-1,697,653,698,-1,698,653,656,-1,698,656,699,-1,699,656,659,-1,699,659,700,-1,700,659,662,-1,700,662,701,-1,701,662,665,-1,701,665,671,-1,702,703,704,-1,702,704,705,-1,702,706,707,-1,702,707,708,-1,702,708,709,-1,702,709,710,-1,702,710,711,-1,702,711,703,-1,702,705,712,-1,702,712,706,-1,703,711,713,-1,703,713,704,-1,711,710,714,-1,711,714,713,-1,710,709,715,-1,710,715,714,-1,709,708,716,-1,709,716,715,-1,708,707,717,-1,708,717,716,-1,707,706,712,-1,707,712,717,-1,705,704,713,-1,705,713,714,-1,705,714,715,-1,705,715,716,-1,705,716,717,-1,705,717,712,-1,718,719,720,-1,718,720,721,-1,718,722,723,-1,718,723,724,-1,718,724,725,-1,718,725,726,-1}; return value; } private int[] getIndexedFaceSet_8_187_coordIndex_6() { int[] value = {718,726,727,-1,718,727,719,-1,718,721,728,-1,718,728,722,-1,719,727,729,-1,719,729,720,-1,727,726,730,-1,727,730,729,-1,726,725,731,-1,726,731,730,-1,725,724,732,-1,725,732,731,-1,724,723,733,-1,724,733,732,-1,723,722,728,-1,723,728,733,-1,721,720,729,-1,721,729,730,-1,721,730,731,-1,721,731,732,-1,721,732,733,-1,721,733,728,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_9_187_point_1() { float[] value = {.05953f,1.02202f,-.89661f,.05953f,1.03722f,-.89661f,.04315f,1.03722f,-.74961f,.04315f,1.02202f,-.74961f,-.05593f,1.02202f,-.89662f,-.05593f,1.03722f,-.89662f,-.04085f,1.02202f,-.74961f,-.04085f,1.03722f,-.74961f,.00284f,.35645f,-.80484f,.01106f,.35645f,-.8049f,.02074f,.35645f,-.80067f,.02088f,.35645f,-.78128f,.01127f,.35645f,-.77645f,.00305f,.35645f,-.77639f,-.00664f,.35645f,-.78108f,-.00678f,.35645f,-.80047f,-.00678f,.35645f,-.80047f,.00284f,.35645f,-.80484f,.01106f,.35645f,-.8049f,.02074f,.35645f,-.80067f,.02088f,.35645f,-.78128f,.01127f,.35645f,-.77645f,.00305f,.35645f,-.77639f,-.00664f,.35645f,-.78108f,.00448f,.36198f,-.79978f,.00949f,.36198f,-.79982f,.0154f,.36198f,-.79724f,-.00138f,.36198f,-.79711f,-.0013f,.36198f,-.78529f,.00461f,.36198f,-.78243f,.00962f,.36198f,-.78247f,.01548f,.36198f,-.78541f,.00448f,1.02726f,-.79978f,.00949f,1.02726f,-.79982f,.0154f,1.02726f,-.79724f,-.00138f,1.02726f,-.79711f,-.0013f,1.02726f,-.78529f,.00461f,1.02726f,-.78243f,.00962f,1.02726f,-.78247f,.01548f,1.02726f,-.78541f,.03447f,1.02061f,-.83537f,.03381f,1.02122f,-.83435f,.03363f,1.02196f,-.83278f,.03636f,1.02208f,-.83109f,.0378f,1.0214f,-.83187f,.03846f,1.02079f,-.83289f,.03857f,1.02005f,-.8345f,.03585f,1.01992f,-.8362f,.0063f,.92356f,-.79346f,.00492f,.92425f,-.79263f,.00425f,.92486f,-.79161f,.00408f,.9256f,-.79004f,.0068f,.92572f,-.78834f,.00825f,.92504f,-.78913f,.00891f,.92443f,-.79015f,.00902f,.92368f,-.79176f,.05829f,.59613f,-.89311f,.05913f,.59769f,-.89453f,.06112f,.59957f,-.89556f,.06563f,.59976f,-.89267f,.06575f,.59798f,-.8903f,.06491f,.59642f,-.88888f,.06281f,.59454f,-.88792f,.05831f,.59434f,-.89081f,-.0013f,.72306f,-.78943f,-.00132f,.72484f,-.79174f,-.00048f,.72641f,-.79316f,.00151f,.72828f,-.79418f,.00602f,.72847f,-.79129f,.00614f,.72669f,-.78892f,.0053f,.72513f,-.7875f,.0032f,.72325f,-.78655f,.00032f,.99406f,-.79087f,-.00036f,.99483f,-.79176f,-.03644f,.9067f,-.84577f,-.03576f,.90593f,-.84489f,.00171f,.99321f,-.79023f,.00435f,.99346f,-.79203f,.0042f,.99442f,-.79352f,.00352f,.9952f,-.79441f,.00207f,.99604f,-.79501f,-.00057f,.99579f,-.7932f,-.03438f,.90508f,-.84424f,-.03666f,.90766f,-.84722f,-.03402f,.90791f,-.84903f,-.03257f,.90707f,-.84842f,-.03189f,.9063f,-.84754f,-.03173f,.90533f,-.84605f,.0028f,.56444f,-.79339f,.00378f,.56575f,-.79182f,-.05044f,.71036f,-.87149f,-.05142f,.70905f,-.87306f,.00261f,.563f,-.79592f,.00698f,.56341f,-.79899f,.00921f,.56505f,-.7979f,.01019f,.56637f,-.79633f,.01027f,.5678f,-.79373f,.0059f,.56739f,-.79066f,-.05161f,.7076f,-.87559f,-.04832f,.71199f,-.87032f}; return value; } private float[] getCoordinate_9_187_point_2() { float[] value = {-.04396f,.71241f,-.8734f,-.04403f,.71097f,-.876f,-.04501f,.70966f,-.87757f,-.04724f,.70802f,-.87866f,-.03198f,1.02236f,-.83871f,-.03041f,1.0234f,-.83857f,.05195f,.90172f,-.85325f,.05039f,.90068f,-.85339f,-.03382f,1.02101f,-.8379f,-.03385f,1.02046f,-.83349f,-.03202f,1.02155f,-.83224f,-.03046f,1.02259f,-.8321f,-.02862f,1.02395f,-.83301f,-.02858f,1.0245f,-.83742f,.04855f,.89933f,-.85258f,.05378f,.90282f,-.8521f,.05375f,.90227f,-.84769f,.05191f,.90091f,-.84678f,.05034f,.89987f,-.84692f,.04851f,.89878f,-.84817f,-.03816f,1.01157f,-.84021f,-.03816f,1.01345f,-.8402f,.03867f,1.01337f,-.84015f,.03867f,1.01149f,-.84017f,-.03816f,1.00935f,-.83924f,-.03816f,1.00931f,-.8348f,-.03816f,1.01152f,-.83369f,-.03816f,1.0134f,-.83367f,-.03816f,1.01562f,-.83475f,-.03816f,1.01566f,-.83919f,.03867f,1.00927f,-.8392f,.03867f,1.01558f,-.83915f,.03867f,1.01554f,-.83471f,.03867f,1.01332f,-.83363f,.03867f,1.01144f,-.83365f,.03867f,1.00924f,-.83476f,-.07123f,.35645f,-.94441f,-.06301f,.35645f,-.94447f,-.05332f,.35645f,-.94024f,-.05318f,.35645f,-.92085f,-.0628f,.35645f,-.91602f,-.07102f,.35645f,-.91596f,-.0807f,.35645f,-.92065f,-.08085f,.35645f,-.94003f,-.08085f,.35645f,-.94003f,-.07123f,.35645f,-.94441f,-.06301f,.35645f,-.94447f,-.05332f,.35645f,-.94024f,-.05318f,.35645f,-.92085f,-.0628f,.35645f,-.91602f,-.07102f,.35645f,-.91596f,-.0807f,.35645f,-.92065f,-.06958f,.36198f,-.93935f,-.06457f,.36198f,-.93938f,-.05867f,.36198f,-.9368f,-.07545f,.36198f,-.93668f,-.07536f,.36198f,-.92486f,-.06945f,.36198f,-.922f,-.06444f,.36198f,-.92204f,-.05858f,.36198f,-.92498f,-.03143f,1.02596f,-.84247f,-.02642f,1.02596f,-.8425f,-.02051f,1.02596f,-.83992f,-.0373f,1.02596f,-.8398f,-.03721f,1.02596f,-.82798f,-.0313f,1.02596f,-.82512f,-.02629f,1.02596f,-.82515f,-.02043f,1.02596f,-.8281f,.07427f,.35645f,-.94434f,.08249f,.35645f,-.9444f,.09217f,.35645f,-.94016f,.09232f,.35645f,-.92077f,.0827f,.35645f,-.91594f,.07448f,.35645f,-.91588f,.06479f,.35645f,-.92057f,.06465f,.35645f,-.93996f,.06465f,.35645f,-.93996f,.07427f,.35645f,-.94434f,.08249f,.35645f,-.9444f,.09217f,.35645f,-.94016f,.09232f,.35645f,-.92077f,.0827f,.35645f,-.91594f,.07448f,.35645f,-.91588f,.06479f,.35645f,-.92057f,.07592f,.36198f,-.93927f,.08093f,.36198f,-.93931f,.08683f,.36198f,-.93673f,.07005f,.36198f,-.9366f,.07014f,.36198f,-.92478f,.07604f,.36198f,-.92192f,.08105f,.36198f,-.92196f,.08692f,.36198f,-.9249f,.03766f,1.02596f,-.84243f,.04267f,1.02596f,-.84247f,.04858f,1.02596f,-.83989f,.0318f,1.02596f,-.83976f,.03188f,1.02596f,-.82794f,.03779f,1.02596f,-.82508f,.0428f,1.02596f,-.82512f,.04867f,1.02596f,-.82806f}; return value; } private float[] getCoordinate_9_187_point_3() { float[] value = {-.04044f,.80074f,-.87266f,-.04196f,.80183f,-.87245f,.04514f,.91924f,-.8516f,.04666f,.91815f,-.8518f,-.03864f,.79928f,-.87193f,-.03862f,.79849f,-.86756f,-.0404f,.79958f,-.86624f,-.04192f,.80067f,-.86603f,-.04371f,.80214f,-.86686f,-.04374f,.80294f,-.87123f,.04846f,.91669f,-.85108f,.04336f,.92035f,-.85038f,.04339f,.91955f,-.84601f,.04518f,.91807f,-.84518f,.0467f,.91698f,-.84539f,.04848f,.91589f,-.84671f,-.03197f,.91948f,-.85161f,-.03041f,.92052f,-.85141f,.05196f,.79983f,-.87275f,.0504f,.7988f,-.87295f,-.03381f,.9181f,-.85087f,-.03384f,.9173f,-.8465f,-.03202f,.91832f,-.84519f,-.03045f,.91935f,-.84499f,-.02861f,.92076f,-.84583f,-.02858f,.92155f,-.8502f,.04856f,.79741f,-.87222f,.05379f,.80087f,-.87155f,.05376f,.80007f,-.86718f,.05192f,.79866f,-.86634f,.05035f,.79763f,-.86654f,.04852f,.79661f,-.86784f,-.04872f,.65634f,-.89288f,-.05051f,.65762f,-.89263f,.05209f,.79593f,-.87109f,.05388f,.79464f,-.87133f,-.04661f,.65462f,-.89202f,-.04658f,.65368f,-.88687f,-.04868f,.65496f,-.88532f,-.05047f,.65625f,-.88507f,-.05258f,.65799f,-.88605f,-.05261f,.65892f,-.8912f,.05599f,.79292f,-.87048f,.04999f,.79723f,-.86965f,.05002f,.79629f,-.8645f,.05214f,.79455f,-.86353f,.05393f,.79326f,-.86377f,.05602f,.79198f,-.86532f,-.03875f,.79621f,-.8711f,-.03691f,.79743f,-.87087f,.06012f,.65526f,-.89315f,.05828f,.65405f,-.89338f,-.04092f,.79458f,-.87023f,-.04096f,.79364f,-.86508f,-.0388f,.79484f,-.86354f,-.03696f,.79605f,-.86331f,-.03479f,.79771f,-.8643f,-.03475f,.79865f,-.86945f,.05611f,.65241f,-.89252f,.06228f,.65648f,-.89173f,.06224f,.65555f,-.88658f,.06007f,.65389f,-.88559f,.05823f,.65267f,-.88582f,.05607f,.65147f,-.88736f,-.05365f,.5069f,-.91286f,-.05561f,.5083f,-.91259f,.05623f,.65905f,-.89239f,.05819f,.65765f,-.89266f,-.05135f,.50503f,-.91193f,-.05132f,.50401f,-.90631f,-.05361f,.5054f,-.90462f,-.05556f,.5068f,-.90435f,-.05786f,.5087f,-.90542f,-.05789f,.50972f,-.91103f,.06049f,.65578f,-.89172f,.05395f,.66047f,-.89083f,.05398f,.65945f,-.88521f,.05628f,.65755f,-.88415f,.05824f,.65615f,-.88442f,.06052f,.65476f,-.88611f,-.04278f,.65937f,-.89241f,-.04077f,.66069f,-.89215f,.06499f,.50573f,-.91447f,.06298f,.5044f,-.91473f,-.04515f,.65758f,-.89146f,-.04519f,.65656f,-.88584f,-.04284f,.65787f,-.88417f,-.04083f,.65919f,-.88391f,-.03847f,.661f,-.88499f,-.03842f,.66202f,-.8906f,.06061f,.50262f,-.91378f,.06734f,.50706f,-.91293f,.0673f,.50604f,-.90731f,.06493f,.50423f,-.90623f,.06292f,.50291f,-.90649f,.06057f,.5016f,-.90817f,-.05259f,.50686f,-.91625f,-.05043f,.50828f,-.91597f,.06337f,.34154f,-.94547f,.06121f,.34012f,-.94574f}; return value; } private float[] getCoordinate_9_187_point_4() { float[] value = {-.05514f,.50494f,-.91523f,-.05518f,.50384f,-.90919f,-.05266f,.50525f,-.90738f,-.0505f,.50667f,-.90711f,-.04795f,.50862f,-.90827f,-.0479f,.50972f,-.91431f,.05866f,.3382f,-.94472f,.0659f,.34297f,-.9438f,.06585f,.34188f,-.93776f,.06331f,.33993f,-.9366f,.06115f,.33851f,-.93688f,.05862f,.3371f,-.93868f,-.04045f,.90264f,-.8532f,-.04197f,.90374f,-.85305f,.04514f,1.02211f,-.83868f,.04666f,1.02101f,-.83883f,-.03865f,.90122f,-.8524f,-.03863f,.90067f,-.84798f,-.04041f,.90183f,-.84673f,-.04193f,.90293f,-.84658f,-.04372f,.90436f,-.84749f,-.04375f,.90491f,-.8519f,.04845f,1.0196f,-.83802f,.04336f,1.02328f,-.83753f,.04338f,1.02273f,-.83312f,.04517f,1.0213f,-.83221f,.0467f,1.0202f,-.83236f,.04848f,1.01904f,-.83361f,.00316f,.91592f,-.79459f,.00236f,.91682f,-.79563f,-.03993f,.81354f,-.85894f,-.03913f,.81263f,-.85789f,.00478f,.91492f,-.79383f,.00788f,.91522f,-.79595f,.0077f,.91635f,-.79769f,.0069f,.91726f,-.79873f,.00521f,.91825f,-.79944f,.00211f,.91795f,-.79732f,-.03751f,.81164f,-.85714f,-.04018f,.81467f,-.86063f,-.03709f,.81496f,-.86274f,-.03539f,.81397f,-.86204f,-.03459f,.81306f,-.861f,-.03441f,.81193f,-.85926f,.0054f,.81524f,-.79478f,.00451f,.81625f,-.79594f,-.04795f,.7022f,-.87751f,-.04706f,.70118f,-.87635f,.00721f,.81412f,-.79393f,.01067f,.81445f,-.7963f,.01047f,.81572f,-.79824f,.00958f,.81673f,-.79941f,.00768f,.81783f,-.80019f,.00423f,.81751f,-.79783f,-.04524f,.70007f,-.8755f,-.04823f,.70345f,-.8794f,-.04477f,.70378f,-.88176f,-.04288f,.70268f,-.88097f,-.04199f,.70166f,-.87981f,-.04179f,.7004f,-.87787f,.00106f,.71027f,-.79234f,-.00008f,.71156f,-.79382f,-.06077f,.56603f,-.8979f,-.05963f,.56474f,-.89642f,.00337f,.70885f,-.79127f,.00778f,.70927f,-.79428f,.00753f,.71089f,-.79676f,.00639f,.71218f,-.79824f,.00397f,.71359f,-.79925f,-.00043f,.71317f,-.79623f,-.05732f,.56332f,-.89534f,-.06112f,.56764f,-.90031f,-.05671f,.56805f,-.90333f,-.0543f,.56664f,-.90232f,-.05316f,.56536f,-.90084f,-.05291f,.56374f,-.89836f,.00888f,.81335f,-.79372f,.00957f,.81427f,-.79262f,-.03856f,.91582f,-.84726f,-.03925f,.9149f,-.84836f,.00875f,.81233f,-.7955f,.01182f,.81263f,-.79766f,.01338f,.81378f,-.79689f,.01407f,.8147f,-.79578f,.01412f,.81571f,-.79396f,.01106f,.81542f,-.7918f,-.03937f,.91388f,-.85014f,-.03707f,.91696f,-.84644f,-.034f,.91726f,-.8486f,-.03406f,.91625f,-.85042f,-.03474f,.91533f,-.85153f,-.03631f,.91417f,-.85229f,.00599f,.70079f,-.79454f,.00676f,.70181f,-.79331f,-.04156f,.81514f,-.85428f,-.04233f,.81412f,-.85551f,.00585f,.69965f,-.79652f,.00927f,.69998f,-.79893f,.01101f,.70127f,-.79807f,.01178f,.7023f,-.79684f}; return value; } private float[] getCoordinate_9_187_point_5() { float[] value = {.01184f,.70342f,-.7948f,.00842f,.70309f,-.79239f,-.04248f,.81298f,-.8575f,-.0399f,.81642f,-.85337f,-.03648f,.81675f,-.85577f,-.03654f,.81562f,-.85781f,-.03731f,.81459f,-.85904f,-.03905f,.81331f,-.8599f,.00669f,.38501f,-.79765f,.00784f,.38654f,-.79582f,-.05538f,.55515f,-.89661f,-.05652f,.55362f,-.89845f,.00648f,.38333f,-.8006f,.01157f,.38381f,-.80418f,.01417f,.38573f,-.8029f,.01531f,.38726f,-.80107f,.0154f,.38893f,-.79804f,.01031f,.38844f,-.79446f,-.05674f,.55194f,-.90139f,-.05291f,.55705f,-.89525f,-.04781f,.55754f,-.89883f,-.04791f,.55587f,-.90187f,-.04905f,.55434f,-.9037f,-.05164f,.55242f,-.90497f,.00572f,.90652f,-.78922f,.00631f,.9073f,-.78827f,-.03475f,.99395f,-.8349f,-.03534f,.99316f,-.83584f,.00561f,.90565f,-.79073f,.00823f,.9059f,-.79257f,.00956f,.90689f,-.79192f,.01015f,.90767f,-.79097f,.0102f,.90853f,-.78942f,.00758f,.90828f,-.78758f,-.03545f,.9923f,-.83735f,-.03348f,.99493f,-.8342f,-.03086f,.99518f,-.83604f,-.03091f,.99432f,-.83759f,-.0315f,.99353f,-.83854f,-.03283f,.99255f,-.83919f,.04062f,.94293f,-.84284f,.03984f,.94365f,-.84164f,.03964f,.94452f,-.8398f,.04283f,.94466f,-.83781f,.04453f,.94386f,-.83873f,.0453f,.94315f,-.83993f,.04543f,.94227f,-.84182f,.04224f,.94213f,-.8438f,.00761f,.82919f,-.79371f,.00599f,.83f,-.79274f,.00521f,.83071f,-.79155f,.00501f,.83158f,-.7897f,.0082f,.83172f,-.78772f,.00989f,.83092f,-.78863f,.01067f,.8302f,-.78983f,.0108f,.82933f,-.79172f,.04689f,.84342f,-.85694f,.04602f,.84421f,-.8556f,.04579f,.84518f,-.85354f,.04936f,.84534f,-.85133f,.05125f,.84445f,-.85235f,.05211f,.84365f,-.85369f,.05226f,.84268f,-.8558f,.04869f,.84252f,-.85801f,.00534f,.71592f,-.79088f,.00353f,.71682f,-.78981f,.00267f,.71761f,-.78847f,.00244f,.71858f,-.78641f,.006f,.71874f,-.7842f,.00789f,.71785f,-.78522f,.00876f,.71705f,-.78656f,.0089f,.71608f,-.78867f,.04662f,.73972f,-.87392f,.04551f,.74073f,-.87221f,.04522f,.74197f,-.86959f,.04977f,.74218f,-.86676f,.05218f,.74103f,-.86807f,.05328f,.74002f,-.86977f,.05347f,.73877f,-.87246f,.04892f,.73857f,-.87529f,.00251f,.57099f,-.79377f,.0002f,.57214f,-.7924f,-.0009f,.57315f,-.79069f,-.00119f,.57439f,-.78807f,.00335f,.5746f,-.78524f,.00577f,.57345f,-.78655f,.00687f,.57244f,-.78825f,.00705f,.5712f,-.79094f,.05846f,.58682f,-.90744f,.05717f,.58801f,-.90545f,.05683f,.58945f,-.90239f,.06213f,.58969f,-.89909f,.06494f,.58835f,-.90062f,.06623f,.58717f,-.9026f,.06644f,.58572f,-.90574f,.06114f,.58548f,-.90904f,.00298f,.39663f,-.79613f,.00029f,.39797f,-.79453f,-.001f,.39915f,-.79255f,-.00134f,.4006f,-.78948f}; return value; } private float[] getCoordinate_9_187_point_6() { float[] value = {.00396f,.40084f,-.78619f,.00677f,.3995f,-.78771f,.00806f,.39832f,-.7897f,.00827f,.39687f,-.79284f,.05038f,.84186f,-.85841f,.05097f,.84296f,-.85941f,.05236f,.84427f,-.86013f,.05553f,.84441f,-.8581f,.05561f,.84315f,-.85643f,.05502f,.84206f,-.85544f,.05355f,.84074f,-.85477f,.05039f,.8406f,-.85679f,.00128f,.93122f,-.78614f,.00127f,.93247f,-.78776f,.00186f,.93357f,-.78876f,.00326f,.93489f,-.78948f,.00642f,.93502f,-.78745f,.00651f,.93377f,-.78579f,.00592f,.93267f,-.78479f,.00445f,.93135f,-.78412f,.05203f,.73026f,-.87332f,.05269f,.73148f,-.87443f,.05425f,.73295f,-.87523f,.05778f,.73311f,-.87297f,.05788f,.73171f,-.87111f,.05722f,.73048f,-.87f,.05558f,.72901f,-.86925f,.05204f,.72886f,-.87151f,.00261f,.83024f,-.79293f,.0026f,.83164f,-.79473f,.00326f,.83286f,-.79585f,.00482f,.83433f,-.79665f,.00835f,.83449f,-.79439f,.00845f,.83309f,-.79253f,.00779f,.83186f,-.79142f,.00615f,.83039f,-.79067f,.06502f,.41749f,-.92458f,.066f,.41931f,-.92624f,.06832f,.4215f,-.92743f,.07357f,.42172f,-.92407f,.07371f,.41964f,-.9213f,.07273f,.41782f,-.91965f,.07029f,.41563f,-.91853f,.06504f,.4154f,-.92189f,.0012f,.56525f,-.78559f,.00118f,.56734f,-.78828f,.00216f,.56915f,-.78993f,.00448f,.57134f,-.79113f,.00973f,.57157f,-.78776f,.00987f,.56949f,-.78499f,.00889f,.56767f,-.78334f,.00645f,.56547f,-.78222f,.04326f,.9345f,-.8496f,.04376f,.93544f,-.85045f,.04495f,.93656f,-.85106f,.04766f,.93668f,-.84933f,.04773f,.93561f,-.84791f,.04722f,.93467f,-.84706f,.04597f,.93354f,-.84649f,.04327f,.93343f,-.84822f,.00137f,1.01074f,-.78794f,.00136f,1.01182f,-.78932f,.00186f,1.01275f,-.79017f,.00306f,1.01388f,-.79078f,.00576f,1.01399f,-.78905f,.00583f,1.01292f,-.78763f,.00532f,1.01199f,-.78678f,.00407f,1.01086f,-.78621f,.00972f,1.03781f,-.83466f,.01619f,1.03781f,-.83337f,.01619f,1.01689f,-.83337f,.00972f,1.01689f,-.83466f,.00326f,1.03781f,-.83338f,.00347f,1.04715f,-.835f,.01061f,1.04715f,-.83641f,.01775f,1.04715f,-.83499f,.00326f,1.01689f,-.83338f,.02167f,1.03781f,-.8297f,.02167f,1.01689f,-.8297f,.0238f,1.04715f,-.83094f,.02533f,1.03781f,-.82422f,.02533f,1.01689f,-.82422f,.02784f,1.04715f,-.82489f,.02661f,1.03781f,-.81775f,.02661f,1.01689f,-.81775f,.02925f,1.04715f,-.81775f,.02532f,1.03781f,-.81129f,.02532f,1.01689f,-.81129f,.02783f,1.04715f,-.81061f,.02166f,1.03781f,-.80581f,.02166f,1.01689f,-.80581f,.02378f,1.04715f,-.80456f,.01617f,1.03781f,-.80215f,.01617f,1.01689f,-.80215f,.01773f,1.04715f,-.80053f,.00971f,1.03781f,-.80086f,.00971f,1.01689f,-.80086f,.01059f,1.04715f,-.79911f,.00324f,1.03781f,-.80215f,.00324f,1.01689f,-.80215f}; return value; } private float[] getCoordinate_9_187_point_7() { float[] value = {.00345f,1.04715f,-.80053f,-.00224f,1.03781f,-.80582f,-.00224f,1.01689f,-.80582f,-.0026f,1.04715f,-.80458f,-.0059f,1.03781f,-.8113f,-.0059f,1.01689f,-.8113f,-.00664f,1.04715f,-.81063f,-.00718f,1.03781f,-.81777f,-.00718f,1.01689f,-.81777f,-.00805f,1.04715f,-.81777f,-.00589f,1.03781f,-.82424f,-.00589f,1.01689f,-.82424f,-.00663f,1.04715f,-.82491f,-.00223f,1.03781f,-.82972f,-.00223f,1.01689f,-.82972f,-.00258f,1.04715f,-.83096f,.00518f,1.05414f,-.83086f,.01061f,1.05414f,-.83193f,.01603f,1.05414f,-.83085f,.02063f,1.05414f,-.82778f,.0237f,1.05414f,-.82318f,.02477f,1.05414f,-.81775f,.02369f,1.05414f,-.81233f,.02062f,1.05414f,-.80773f,.01602f,1.05414f,-.80466f,.01059f,1.05414f,-.80359f,.00517f,1.05414f,-.80467f,.00057f,1.05414f,-.80774f,-.0025f,1.05414f,-.81234f,-.00357f,1.05414f,-.81777f,-.00249f,1.05414f,-.82319f,.00058f,1.05414f,-.82779f,-.00848f,1.09113f,-.81777f,-.00702f,1.09113f,-.82319f,.02823f,1.09113f,-.82317f,-.00703f,1.09113f,-.81234f,.02822f,1.09113f,-.81233f,.02968f,1.09113f,-.81775f,.13028f,1.1724f,-.89618f,.14048f,1.1724f,-.85268f,.13385f,1.10491f,-.854f,.12974f,1.1434f,-.89618f,.12974f,1.20141f,-.89618f,.13385f,1.2399f,-.854f,.12842f,1.13139f,-.89618f,.1271f,1.1434f,-.89618f,.12656f,1.1724f,-.89618f,.1271f,1.20141f,-.89618f,.12842f,1.21342f,-.89618f,.10511f,1.1724f,-.82741f,.10004f,1.10491f,-.82984f,.10004f,1.2399f,-.82984f,.05219f,1.1724f,-.81054f,.04945f,1.10491f,-.81371f,.04945f,1.2399f,-.81371f,-.01022f,1.1724f,-.80464f,-.01022f,1.10491f,-.80807f,-.01022f,1.2399f,-.80807f,-.07263f,1.1724f,-.8106f,-.06988f,1.10491f,-.81377f,-.06988f,1.2399f,-.81377f,-.12553f,1.1724f,-.82753f,-.12046f,1.10491f,-.82995f,-.12046f,1.2399f,-.82995f,-.13995f,1.1724f,-.87063f,-.13945f,1.1434f,-.87073f,-.13945f,1.20141f,-.87073f,-.13823f,1.21342f,-.87097f,-.13701f,1.20141f,-.87121f,-.13651f,1.1724f,-.87131f,-.13701f,1.1434f,-.87121f,-.13823f,1.13139f,-.87097f,.11785f,1.26786f,-.85718f,.08779f,1.26786f,-.8357f,.04282f,1.26786f,-.82136f,-.01022f,1.26786f,-.81635f,-.06325f,1.26786f,-.82142f,-.10821f,1.26786f,-.8358f,.10185f,1.2399f,-.86035f,.07555f,1.2399f,-.84156f,.0362f,1.2399f,-.82902f,-.01021f,1.2399f,-.82463f,-.05662f,1.2399f,-.82907f,-.09595f,1.2399f,-.84165f,.09522f,1.1724f,-.86167f,.07047f,1.1724f,-.84399f,.03345f,1.1724f,-.83219f,-.01021f,1.1724f,-.82806f,-.05387f,1.1724f,-.83223f,-.09088f,1.1724f,-.84407f,.10185f,1.10491f,-.86035f,.07555f,1.10491f,-.84156f,.0362f,1.10491f,-.82902f,-.01021f,1.10491f,-.82463f,-.05662f,1.10491f,-.82907f,-.09595f,1.10491f,-.84165f,.11785f,1.07695f,-.85718f,.08779f,1.07695f,-.8357f,.04282f,1.07695f,-.82136f,-.01022f,1.07695f,-.81635f}; return value; } private float[] getCoordinate_9_187_point_8() { float[] value = {-.06325f,1.07695f,-.82142f,-.10821f,1.07695f,-.8358f,-.06429f,.34281f,-.94533f,-.06639f,.34431f,-.94504f,.06315f,.50652f,-.91623f,.06525f,.50501f,-.91651f,-.06181f,.34079f,-.94433f,-.06178f,.33969f,-.93829f,-.06423f,.34119f,-.93646f,-.06634f,.3427f,-.93618f,-.06881f,.34474f,-.93732f,-.06885f,.34584f,-.94336f,.06772f,.503f,-.91551f,.06069f,.50805f,-.91455f,.06072f,.50695f,-.90851f,.0632f,.50491f,-.90736f,.0653f,.5034f,-.90765f,.06776f,.5019f,-.90947f,.00566f,.55493f,-.79059f,.00434f,.55643f,-.79232f,-.06642f,.38674f,-.91741f,-.0651f,.38524f,-.91568f,.00836f,.55327f,-.78934f,.0135f,.55376f,-.79285f,.0132f,.55564f,-.79574f,.01188f,.55715f,-.79747f,.00906f,.55879f,-.79864f,.00392f,.5583f,-.79513f,-.0624f,.38358f,-.91443f,-.06684f,.38861f,-.92022f,-.0617f,.3891f,-.92373f,-.05888f,.38745f,-.92256f,-.05756f,.38595f,-.92084f,-.05726f,.38407f,-.91794f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_8_193_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,0,4,5,-1,0,5,6,-1,0,6,7,-1,0,7,8,-1,0,8,9,-1,0,9,1,-1,0,3,10,-1,0,10,4,-1,1,9,11,-1,1,11,2,-1,9,8,12,-1,9,12,11,-1,8,7,13,-1,8,13,12,-1,7,6,14,-1,7,14,13,-1,6,5,15,-1,6,15,14,-1,5,4,10,-1,5,10,15,-1,3,2,11,-1,3,11,12,-1,3,12,13,-1,3,13,14,-1,3,14,15,-1,3,15,10,-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,26,25,32,-1,26,32,33,-1,26,33,34,-1,26,34,27,-1,25,24,35,-1,25,35,32,-1,24,31,36,-1,24,36,35,-1,31,30,37,-1,31,37,36,-1,30,29,38,-1,30,38,37,-1,29,28,39,-1,29,39,38,-1,28,27,34,-1,28,34,39,-1,33,32,40,-1,33,40,41,-1,33,41,42,-1,33,42,34,-1,32,35,43,-1,32,43,40,-1,35,36,44,-1,35,44,43,-1,36,37,45,-1,36,45,44,-1,37,38,46,-1,37,46,45,-1,38,39,47,-1,38,47,46,-1,39,34,42,-1,39,42,47,-1,41,40,43,-1,41,43,44,-1,41,44,45,-1,41,45,46,-1,41,46,47,-1,41,47,42,-1,48,49,50,-1,48,50,51,-1,48,51,52,-1,48,52,53,-1,48,53,54,-1,48,54,55,-1,48,55,56,-1,48,56,57,-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,56,-1,54,56,55,-1,57,56,63,-1,57,63,62,-1,57,62,61,-1,57,61,60,-1,57,60,59,-1,57,59,58,-1,64,65,66,-1,64,66,67,-1,64,67,68,-1,64,68,69,-1,64,69,70,-1,64,70,71,-1,64,71,72,-1,64,72,73,-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,70,79,72,-1,70,72,71,-1,73,72,79,-1,73,79,78,-1,73,78,77,-1,73,77,76,-1,73,76,75,-1,73,75,74,-1,80,81,82,-1,80,82,83,-1,80,83,84,-1,80,84,85,-1,80,85,86,-1,80,86,87,-1,80,87,88,-1,80,88,89,-1,80,89,90,-1,80,90,81,-1,81,90,91,-1,81,91,82,-1,82,91,92,-1,82,92,83,-1,83,92,93,-1,83,93,84,-1,84,93,94,-1,84,94,85,-1,85,94,95,-1,85,95,86,-1,86,95,88,-1,86,88,87,-1,89,88,95,-1,89,95,94,-1,89,94,93,-1,89,93,92,-1,89,92,91,-1,89,91,90,-1,96,97,98,-1,96,98,99,-1,96,99,100,-1,96,100,101,-1,96,101,102,-1,96,102,103,-1,96,103,104,-1,96,104,105,-1,96,105,106,-1,96,106,97,-1,97,106,107,-1,97,107,98,-1,98,107,108,-1,98,108,99,-1,99,108,109,-1,99,109,100,-1,100,109,110,-1,100,110,101,-1,101,110,111,-1,101,111,102,-1,102,111,104,-1,102,104,103,-1,105,104,111,-1,105,111,110,-1,105,110,109,-1,105,109,108,-1,105,108,107,-1,105,107,106,-1,112,113,114,-1,112,114,115,-1,112,115,116,-1,112,116,117,-1,112,117,118,-1,112,118,119,-1,112,119,120,-1,112,120,121,-1,112,121,122,-1,112,122,113,-1,113,122,123,-1,113,123,114,-1,114,123,124,-1,114,124,115,-1,115,124,125,-1,115,125,116,-1,116,125,126,-1,116,126,117,-1,117,126,127,-1,117,127,118,-1,118,127,120,-1,118,120,119,-1,121,120,127,-1,121,127,126,-1,121,126,125,-1,121,125,124,-1,121,124,123,-1,121,123,122,-1,128,129,130,-1,128,130,131,-1,128,131,132,-1,128,132,133,-1,128,133,134,-1,128,134,135,-1,128,135,136,-1,128,136,137,-1,128,137,138,-1,128,138,129,-1,129,138,139,-1,129,139,130,-1,130,139,140,-1,130,140,131,-1,131,140,141,-1,131,141,132,-1,132,141,142,-1,132,142,133,-1,133,142,143,-1,133,143,134,-1,134,143,136,-1,134,136,135,-1,137,136,143,-1,137,143,142,-1,137,142,141,-1,137,141,140,-1,137,140,139,-1,137,139,138,-1,144,145,146,-1,144,146,147,-1,144,147,148,-1,144,148,149,-1,144,149,150,-1,144,150,151,-1,144,151,152,-1,144,152,153,-1,144,153,154,-1,144,154,145,-1}; return value; } private int[] getIndexedFaceSet_8_193_coordIndex_2() { int[] value = {145,154,155,-1,145,155,146,-1,146,155,156,-1,146,156,147,-1,147,156,157,-1,147,157,148,-1,148,157,158,-1,148,158,149,-1,149,158,159,-1,149,159,150,-1,150,159,152,-1,150,152,151,-1,153,152,159,-1,153,159,158,-1,153,158,157,-1,153,157,156,-1,153,156,155,-1,153,155,154,-1,160,161,162,-1,160,162,163,-1,160,163,164,-1,160,164,165,-1,160,165,166,-1,160,166,167,-1,160,167,168,-1,160,168,169,-1,160,169,170,-1,160,170,161,-1,161,170,171,-1,161,171,162,-1,162,171,172,-1,162,172,163,-1,163,172,173,-1,163,173,164,-1,164,173,174,-1,164,174,165,-1,165,174,175,-1,165,175,166,-1,166,175,168,-1,166,168,167,-1,169,168,175,-1,169,175,174,-1,169,174,173,-1,169,173,172,-1,169,172,171,-1,169,171,170,-1,176,177,178,-1,176,178,179,-1,176,179,180,-1,176,180,181,-1,176,181,182,-1,176,182,183,-1,176,183,184,-1,176,184,185,-1,176,185,186,-1,176,186,177,-1,177,186,187,-1,177,187,178,-1,178,187,188,-1,178,188,179,-1,179,188,189,-1,179,189,180,-1,180,189,190,-1,180,190,181,-1,181,190,191,-1,181,191,182,-1,182,191,184,-1,182,184,183,-1,185,184,191,-1,185,191,190,-1,185,190,189,-1,185,189,188,-1,185,188,187,-1,185,187,186,-1,192,193,194,-1,192,194,195,-1,192,195,196,-1,192,196,197,-1,192,197,198,-1,192,198,199,-1,192,199,200,-1,192,200,201,-1,192,201,202,-1,192,202,193,-1,193,202,203,-1,193,203,194,-1,194,203,204,-1,194,204,195,-1,195,204,205,-1,195,205,196,-1,196,205,206,-1,196,206,197,-1,197,206,207,-1,197,207,198,-1,198,207,200,-1,198,200,199,-1,201,200,207,-1,201,207,206,-1,201,206,205,-1,201,205,204,-1,201,204,203,-1,201,203,202,-1,208,209,210,-1,208,210,211,-1,208,212,213,-1,208,213,214,-1,208,214,215,-1,208,215,216,-1,208,216,217,-1,208,217,209,-1,208,211,218,-1,208,218,212,-1,209,217,219,-1,209,219,210,-1,217,216,220,-1,217,220,219,-1,216,215,221,-1,216,221,220,-1,215,214,222,-1,215,222,221,-1,214,213,223,-1,214,223,222,-1,213,212,218,-1,213,218,223,-1,211,210,219,-1,211,219,220,-1,211,220,221,-1,211,221,222,-1,211,222,223,-1,211,223,218,-1,224,225,226,-1,224,226,227,-1,224,228,229,-1,224,229,230,-1,224,230,231,-1,224,231,232,-1,224,232,233,-1,224,233,225,-1,224,227,234,-1,224,234,228,-1,225,233,235,-1,225,235,226,-1,233,232,236,-1,233,236,235,-1,232,231,237,-1,232,237,236,-1,231,230,238,-1,231,238,237,-1,230,229,239,-1,230,239,238,-1,229,228,234,-1,229,234,239,-1,227,226,235,-1,227,235,236,-1,227,236,237,-1,227,237,238,-1,227,238,239,-1,227,239,234,-1,240,241,242,-1,240,242,243,-1,240,244,245,-1,240,245,246,-1,240,246,247,-1,240,247,248,-1,240,248,249,-1,240,249,241,-1,240,243,250,-1,240,250,244,-1,241,249,251,-1,241,251,242,-1,249,248,252,-1,249,252,251,-1,248,247,253,-1,248,253,252,-1,247,246,254,-1,247,254,253,-1,246,245,255,-1,246,255,254,-1,245,244,250,-1,245,250,255,-1,243,242,251,-1,243,251,252,-1,243,252,253,-1,243,253,254,-1,243,254,255,-1,243,255,250,-1,256,257,258,-1,256,258,259,-1,256,260,261,-1,256,261,262,-1,256,262,263,-1,256,263,264,-1,256,264,265,-1,256,265,257,-1,256,259,266,-1,256,266,260,-1,257,265,267,-1,257,267,258,-1,265,264,268,-1,265,268,267,-1,264,263,269,-1,264,269,268,-1,263,262,270,-1,263,270,269,-1,262,261,271,-1,262,271,270,-1,261,260,266,-1,261,266,271,-1,259,258,267,-1,259,267,268,-1,259,268,269,-1,259,269,270,-1,259,270,271,-1,259,271,266,-1,272,273,274,-1,272,274,275,-1,272,276,277,-1,272,277,278,-1,272,278,279,-1,272,279,280,-1,272,280,281,-1,272,281,273,-1,272,275,282,-1,272,282,276,-1,273,281,283,-1,273,283,274,-1,281,280,284,-1,281,284,283,-1,280,279,285,-1,280,285,284,-1,279,278,286,-1,279,286,285,-1,278,277,287,-1,278,287,286,-1,277,276,282,-1,277,282,287,-1,275,274,283,-1,275,283,284,-1,275,284,285,-1,275,285,286,-1,275,286,287,-1,275,287,282,-1,288,289,290,-1,288,290,291,-1,288,292,293,-1,288,293,294,-1,288,294,295,-1,288,295,296,-1,288,296,297,-1,288,297,289,-1}; return value; } private int[] getIndexedFaceSet_8_193_coordIndex_3() { int[] value = {288,291,298,-1,288,298,292,-1,289,297,299,-1,289,299,290,-1,297,296,300,-1,297,300,299,-1,296,295,301,-1,296,301,300,-1,295,294,302,-1,295,302,301,-1,294,293,303,-1,294,303,302,-1,293,292,298,-1,293,298,303,-1,291,290,299,-1,291,299,300,-1,291,300,301,-1,291,301,302,-1,291,302,303,-1,291,303,298,-1,304,305,306,-1,304,306,307,-1,304,308,309,-1,304,309,310,-1,304,310,311,-1,304,311,312,-1,304,312,313,-1,304,313,305,-1,304,307,314,-1,304,314,308,-1,305,313,315,-1,305,315,306,-1,313,312,316,-1,313,316,315,-1,312,311,317,-1,312,317,316,-1,311,310,318,-1,311,318,317,-1,310,309,319,-1,310,319,318,-1,309,308,314,-1,309,314,319,-1,307,306,315,-1,307,315,316,-1,307,316,317,-1,307,317,318,-1,307,318,319,-1,307,319,314,-1,320,321,322,-1,320,322,323,-1,320,324,325,-1,320,325,326,-1,320,326,327,-1,320,327,328,-1,320,328,329,-1,320,329,321,-1,320,323,330,-1,320,330,324,-1,321,329,331,-1,321,331,322,-1,329,328,332,-1,329,332,331,-1,328,327,333,-1,328,333,332,-1,327,326,334,-1,327,334,333,-1,326,325,335,-1,326,335,334,-1,325,324,330,-1,325,330,335,-1,323,322,331,-1,323,331,332,-1,323,332,333,-1,323,333,334,-1,323,334,335,-1,323,335,330,-1,336,337,338,-1,336,338,339,-1,336,340,341,-1,336,341,342,-1,336,342,343,-1,336,343,344,-1,336,344,345,-1,336,345,337,-1,336,339,346,-1,336,346,340,-1,337,345,347,-1,337,347,338,-1,345,344,348,-1,345,348,347,-1,344,343,349,-1,344,349,348,-1,343,342,350,-1,343,350,349,-1,342,341,351,-1,342,351,350,-1,341,340,346,-1,341,346,351,-1,339,338,347,-1,339,347,348,-1,339,348,349,-1,339,349,350,-1,339,350,351,-1,339,351,346,-1,352,353,354,-1,352,354,355,-1,352,356,357,-1,352,357,358,-1,352,358,359,-1,352,359,360,-1,352,360,361,-1,352,361,353,-1,352,355,362,-1,352,362,356,-1,353,361,363,-1,353,363,354,-1,361,360,364,-1,361,364,363,-1,360,359,365,-1,360,365,364,-1,359,358,366,-1,359,366,365,-1,358,357,367,-1,358,367,366,-1,357,356,362,-1,357,362,367,-1,355,354,363,-1,355,363,364,-1,355,364,365,-1,355,365,366,-1,355,366,367,-1,355,367,362,-1,368,369,370,-1,368,370,371,-1,368,372,373,-1,368,373,374,-1,368,374,375,-1,368,375,376,-1,368,376,377,-1,368,377,369,-1,368,371,378,-1,368,378,372,-1,369,377,379,-1,369,379,370,-1,377,376,380,-1,377,380,379,-1,376,375,381,-1,376,381,380,-1,375,374,382,-1,375,382,381,-1,374,373,383,-1,374,383,382,-1,373,372,378,-1,373,378,383,-1,371,370,379,-1,371,379,380,-1,371,380,381,-1,371,381,382,-1,371,382,383,-1,371,383,378,-1,384,385,386,-1,384,386,387,-1,384,388,389,-1,384,389,390,-1,384,390,391,-1,384,391,392,-1,384,392,393,-1,384,393,385,-1,384,387,394,-1,384,394,388,-1,385,393,395,-1,385,395,386,-1,393,392,396,-1,393,396,395,-1,392,391,397,-1,392,397,396,-1,391,390,398,-1,391,398,397,-1,390,389,399,-1,390,399,398,-1,389,388,394,-1,389,394,399,-1,387,386,395,-1,387,395,396,-1,387,396,397,-1,387,397,398,-1,387,398,399,-1,387,399,394,-1,400,401,402,-1,400,402,403,-1,400,404,405,-1,400,405,406,-1,400,406,407,-1,400,407,408,-1,400,408,409,-1,400,409,401,-1,400,403,410,-1,400,410,404,-1,401,409,411,-1,401,411,402,-1,409,408,412,-1,409,412,411,-1,408,407,413,-1,408,413,412,-1,407,406,414,-1,407,414,413,-1,406,405,415,-1,406,415,414,-1,405,404,410,-1,405,410,415,-1,403,402,411,-1,403,411,412,-1,403,412,413,-1,403,413,414,-1,403,414,415,-1,403,415,410,-1,416,417,418,-1,416,418,419,-1,416,420,421,-1,416,421,422,-1,416,422,423,-1,416,423,424,-1,416,424,425,-1,416,425,417,-1,416,419,426,-1,416,426,420,-1,417,425,427,-1,417,427,418,-1,425,424,428,-1,425,428,427,-1,424,423,429,-1,424,429,428,-1,423,422,430,-1,423,430,429,-1,422,421,431,-1,422,431,430,-1,421,420,426,-1,421,426,431,-1,419,418,427,-1,419,427,428,-1,419,428,429,-1,419,429,430,-1,419,430,431,-1,419,431,426,-1,432,433,434,-1,432,434,435,-1,432,436,437,-1,432,437,438,-1,432,438,439,-1,432,439,440,-1}; return value; } private int[] getIndexedFaceSet_8_193_coordIndex_4() { int[] value = {432,440,441,-1,432,441,433,-1,432,435,442,-1,432,442,436,-1,433,441,443,-1,433,443,434,-1,441,440,444,-1,441,444,443,-1,440,439,445,-1,440,445,444,-1,439,438,446,-1,439,446,445,-1,438,437,447,-1,438,447,446,-1,437,436,442,-1,437,442,447,-1,435,434,443,-1,435,443,444,-1,435,444,445,-1,435,445,446,-1,435,446,447,-1,435,447,442,-1,448,449,450,-1,448,450,451,-1,448,452,453,-1,448,453,454,-1,448,454,455,-1,448,455,456,-1,448,456,457,-1,448,457,449,-1,448,451,458,-1,448,458,452,-1,449,457,459,-1,449,459,450,-1,457,456,460,-1,457,460,459,-1,456,455,461,-1,456,461,460,-1,455,454,462,-1,455,462,461,-1,454,453,463,-1,454,463,462,-1,453,452,458,-1,453,458,463,-1,451,450,459,-1,451,459,460,-1,451,460,461,-1,451,461,462,-1,451,462,463,-1,451,463,458,-1,464,465,466,-1,464,466,467,-1,464,468,469,-1,464,469,470,-1,464,470,471,-1,464,471,472,-1,464,472,473,-1,464,473,465,-1,464,467,474,-1,464,474,468,-1,465,473,475,-1,465,475,466,-1,473,472,476,-1,473,476,475,-1,472,471,477,-1,472,477,476,-1,471,470,478,-1,471,478,477,-1,470,469,479,-1,470,479,478,-1,469,468,474,-1,469,474,479,-1,467,466,475,-1,467,475,476,-1,467,476,477,-1,467,477,478,-1,467,478,479,-1,467,479,474,-1,480,481,482,-1,480,482,483,-1,480,484,485,-1,480,485,486,-1,480,486,487,-1,480,487,488,-1,480,488,489,-1,480,489,481,-1,480,483,490,-1,480,490,484,-1,481,489,491,-1,481,491,482,-1,489,488,492,-1,489,492,491,-1,488,487,493,-1,488,493,492,-1,487,486,494,-1,487,494,493,-1,486,485,495,-1,486,495,494,-1,485,484,490,-1,485,490,495,-1,483,482,491,-1,483,491,492,-1,483,492,493,-1,483,493,494,-1,483,494,495,-1,483,495,490,-1,496,497,498,-1,496,498,499,-1,496,500,501,-1,496,501,502,-1,496,502,503,-1,496,503,504,-1,496,504,505,-1,496,505,497,-1,496,499,506,-1,496,506,500,-1,497,505,507,-1,497,507,498,-1,505,504,508,-1,505,508,507,-1,504,503,509,-1,504,509,508,-1,503,502,510,-1,503,510,509,-1,502,501,511,-1,502,511,510,-1,501,500,506,-1,501,506,511,-1,499,498,507,-1,499,507,508,-1,499,508,509,-1,499,509,510,-1,499,510,511,-1,499,511,506,-1,512,513,514,-1,512,514,515,-1,512,516,517,-1,512,517,518,-1,512,518,519,-1,512,519,520,-1,512,520,521,-1,512,521,513,-1,512,515,522,-1,512,522,516,-1,513,521,523,-1,513,523,514,-1,521,520,524,-1,521,524,523,-1,520,519,525,-1,520,525,524,-1,519,518,526,-1,519,526,525,-1,518,517,527,-1,518,527,526,-1,517,516,522,-1,517,522,527,-1,515,514,523,-1,515,523,524,-1,515,524,525,-1,515,525,526,-1,515,526,527,-1,515,527,522,-1,528,529,530,-1,528,530,531,-1,528,532,533,-1,528,533,534,-1,528,534,535,-1,528,535,536,-1,528,536,537,-1,528,537,529,-1,528,531,538,-1,528,538,532,-1,529,537,539,-1,529,539,530,-1,537,536,540,-1,537,540,539,-1,536,535,541,-1,536,541,540,-1,535,534,542,-1,535,542,541,-1,534,533,543,-1,534,543,542,-1,533,532,538,-1,533,538,543,-1,531,530,539,-1,531,539,540,-1,531,540,541,-1,531,541,542,-1,531,542,543,-1,531,543,538,-1,544,545,546,-1,544,546,547,-1,544,547,548,-1,544,548,549,-1,544,549,550,-1,544,550,551,-1,554,553,560,-1,554,560,561,-1,554,561,562,-1,554,562,555,-1,553,552,563,-1,553,563,560,-1,552,559,564,-1,552,564,563,-1,559,558,565,-1,559,565,564,-1,558,557,566,-1,558,566,565,-1,557,556,567,-1,557,567,566,-1,556,555,562,-1,556,562,567,-1,561,560,568,-1,561,568,569,-1,561,569,570,-1,561,570,562,-1,560,563,571,-1,560,571,568,-1,563,564,572,-1,563,572,571,-1,564,565,573,-1,564,573,572,-1,565,566,574,-1,565,574,573,-1,566,567,575,-1,566,575,574,-1,567,562,570,-1,567,570,575,-1,569,568,571,-1,569,571,572,-1,569,572,573,-1,569,573,574,-1,569,574,575,-1,569,575,570,-1,576,577,578,-1,576,578,579,-1,576,579,580,-1,576,580,581,-1,576,581,582,-1,576,582,583,-1,586,585,592,-1,586,592,593,-1,586,593,594,-1,586,594,587,-1,585,584,595,-1,585,595,592,-1,584,591,596,-1,584,596,595,-1,591,590,597,-1,591,597,596,-1}; return value; } private int[] getIndexedFaceSet_8_193_coordIndex_5() { int[] value = {590,589,598,-1,590,598,597,-1,589,588,599,-1,589,599,598,-1,588,587,594,-1,588,594,599,-1,593,592,600,-1,593,600,601,-1,593,601,602,-1,593,602,594,-1,592,595,603,-1,592,603,600,-1,595,596,604,-1,595,604,603,-1,596,597,605,-1,596,605,604,-1,597,598,606,-1,597,606,605,-1,598,599,607,-1,598,607,606,-1,599,594,602,-1,599,602,607,-1,601,600,603,-1,601,603,604,-1,601,604,605,-1,601,605,606,-1,601,606,607,-1,601,607,602,-1,608,609,610,-1,608,610,611,-1,608,612,613,-1,608,613,614,-1,608,614,615,-1,608,615,616,-1,608,616,617,-1,608,617,609,-1,608,611,618,-1,608,618,612,-1,609,617,619,-1,609,619,610,-1,617,616,620,-1,617,620,619,-1,616,615,621,-1,616,621,620,-1,615,614,622,-1,615,622,621,-1,614,613,623,-1,614,623,622,-1,613,612,618,-1,613,618,623,-1,611,610,619,-1,611,619,620,-1,611,620,621,-1,611,621,622,-1,611,622,623,-1,611,623,618,-1,624,625,626,-1,624,626,627,-1,624,628,629,-1,624,629,630,-1,624,630,631,-1,624,631,632,-1,624,632,633,-1,624,633,625,-1,624,627,634,-1,624,634,628,-1,625,633,635,-1,625,635,626,-1,633,632,636,-1,633,636,635,-1,632,631,637,-1,632,637,636,-1,631,630,638,-1,631,638,637,-1,630,629,639,-1,630,639,638,-1,629,628,634,-1,629,634,639,-1,627,626,635,-1,627,635,636,-1,627,636,637,-1,627,637,638,-1,627,638,639,-1,627,639,634,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_9_193_point_1() { float[] value = {-.52654f,1.63988f,-.32913f,-.52654f,1.6455f,-.32908f,.54305f,1.6455f,-.32852f,.54305f,1.63988f,-.32857f,-.52654f,1.63326f,-.32624f,-.52655f,1.63315f,-.31299f,-.52655f,1.63972f,-.30968f,-.52655f,1.64534f,-.30963f,-.52655f,1.65196f,-.31284f,-.52654f,1.65207f,-.32609f,.54305f,1.63326f,-.32568f,.54305f,1.65207f,-.32553f,.54304f,1.65196f,-.31228f,.54304f,1.64534f,-.30907f,.54304f,1.63972f,-.30912f,.54304f,1.63315f,-.31243f,.00136f,.49323f,-.3367f,.01479f,.49323f,-.3368f,.03062f,.49323f,-.32988f,.03085f,.49323f,-.2982f,.01514f,.49323f,-.2903f,.00171f,.49323f,-.2902f,-.01412f,.49323f,-.29786f,-.01436f,.49323f,-.32955f,-.01436f,.49323f,-.32955f,.00136f,.49323f,-.3367f,.01479f,.49323f,-.3368f,.03062f,.49323f,-.32988f,.03085f,.49323f,-.2982f,.01514f,.49323f,-.2903f,.00171f,.49323f,-.2902f,-.01412f,.49323f,-.29786f,.00405f,.50228f,-.32842f,.01224f,.50228f,-.32849f,.02189f,.50228f,-.32427f,-.00553f,.50228f,-.32406f,-.00539f,.50228f,-.30475f,.00426f,.50228f,-.30007f,.01245f,.50228f,-.30014f,.02203f,.50228f,-.30495f,.00405f,1.98227f,-.32842f,.01224f,1.98227f,-.32849f,.02189f,1.98227f,-.32427f,-.00553f,1.98227f,-.32406f,-.00539f,1.98227f,-.30475f,.00426f,1.98227f,-.30007f,.01245f,1.98227f,-.30014f,.02203f,1.98227f,-.30495f,.05305f,1.57847f,-.38659f,.05197f,1.57946f,-.38492f,.05169f,1.58067f,-.38234f,.05613f,1.58087f,-.37958f,.0585f,1.57975f,-.38086f,.05958f,1.57876f,-.38252f,.05976f,1.57754f,-.38516f,.05531f,1.57734f,-.38793f,.00702f,1.41988f,-.31809f,.00476f,1.42101f,-.31675f,.00368f,1.422f,-.31508f,.0034f,1.42321f,-.3125f,.00785f,1.42341f,-.30974f,.01021f,1.42229f,-.31101f,.01129f,1.4213f,-.31268f,.01147f,1.42008f,-.31532f,.06742f,1.43776f,-.40982f,.06824f,1.43929f,-.41121f,.07018f,1.44113f,-.41221f,.0746f,1.44132f,-.40939f,.07471f,1.43957f,-.40707f,.07389f,1.43804f,-.40568f,.07184f,1.4362f,-.40474f,.06743f,1.43601f,-.40757f,-.00103f,1.56234f,-.30907f,-.00105f,1.56409f,-.31133f,-.00022f,1.56562f,-.31272f,.00172f,1.56746f,-.31372f,.00614f,1.56765f,-.31089f,.00625f,1.5659f,-.30857f,.00543f,1.56437f,-.30718f,.00338f,1.56253f,-.30624f,.10297f,.59297f,-.53235f,.10457f,.59594f,-.53505f,.10836f,.59952f,-.537f,.11695f,.59989f,-.5315f,.11718f,.59648f,-.52698f,.11558f,.59351f,-.52428f,.11159f,.58993f,-.52246f,.103f,.58956f,-.52795f,-.00132f,.83441f,-.30524f,-.00134f,.83782f,-.30963f,.00026f,.84079f,-.31233f,.00405f,.84437f,-.31428f,.01264f,.84474f,-.30878f,.01286f,.84133f,-.30426f,.01126f,.83836f,-.30156f,.00727f,.83478f,-.29974f,.09198f,.88487f,-.48093f,.09335f,.88742f,-.48325f,.0966f,.89049f,-.48492f,.10397f,.8908f,-.48021f}; return value; } private float[] getCoordinate_9_193_point_2() { float[] value = {.10416f,.88789f,-.47633f,.10279f,.88534f,-.47401f,.09937f,.88226f,-.47245f,.092f,.88195f,-.47716f,-.0054f,1.09226f,-.31151f,-.00542f,1.09519f,-.31528f,-.00405f,1.09774f,-.3176f,-.0008f,1.1008f,-.31927f,.00656f,1.10112f,-.31456f,.00676f,1.0982f,-.31068f,.00539f,1.09565f,-.30836f,.00196f,1.09258f,-.3068f,.08175f,1.10404f,-.44858f,.08283f,1.10603f,-.45039f,.08538f,1.10844f,-.45171f,.09115f,1.10868f,-.44801f,.0913f,1.1064f,-.44497f,.09022f,1.1044f,-.44316f,.08754f,1.10199f,-.44193f,.08177f,1.10174f,-.44563f,.001f,1.2674f,-.31723f,.00098f,1.26969f,-.32018f,.00206f,1.27169f,-.322f,.00461f,1.27409f,-.32331f,.01038f,1.27434f,-.31961f,.01053f,1.27205f,-.31657f,.00946f,1.27005f,-.31476f,.00677f,1.26764f,-.31353f,.07904f,1.28639f,-.42423f,.08001f,1.28818f,-.42585f,.08229f,1.29033f,-.42703f,.08746f,1.29055f,-.42372f,.0876f,1.2885f,-.42099f,.08663f,1.28671f,-.41937f,.08423f,1.28455f,-.41827f,.07906f,1.28433f,-.42158f,-.00118f,1.4324f,-.30614f,-.00119f,1.43445f,-.30879f,-.00023f,1.43624f,-.31042f,.00205f,1.43839f,-.31159f,.00722f,1.43862f,-.30828f,.00736f,1.43657f,-.30556f,.0064f,1.43478f,-.30393f,.00399f,1.43262f,-.30283f,.09225f,.86966f,-.50434f,.09014f,.87159f,-.50109f,.08959f,.87395f,-.49609f,.09825f,.87434f,-.4907f,.10285f,.87216f,-.49319f,.10495f,.87023f,-.49643f,.1053f,.86786f,-.50156f,.09664f,.86747f,-.50695f,.00159f,.55889f,-.32247f,-.0028f,.56108f,-.31985f,-.00491f,.56301f,-.31661f,-.00546f,.56537f,-.3116f,.0032f,.56576f,-.30621f,.0078f,.56358f,-.3087f,.0099f,.56165f,-.31195f,.01025f,.55928f,-.31708f,.0729f,1.11949f,-.44956f,.07109f,1.12115f,-.44678f,.07062f,1.12317f,-.44249f,.07805f,1.1235f,-.43787f,.08199f,1.12164f,-.44f,.0838f,1.11998f,-.44278f,.08409f,1.11794f,-.44719f,.07667f,1.11761f,-.45181f,.00083f,.84379f,-.3186f,-.00294f,.84567f,-.31636f,-.00474f,.84733f,-.31358f,-.00522f,.84935f,-.30928f,.00221f,.84968f,-.30466f,.00615f,.84781f,-.3068f,.00796f,.84615f,-.30958f,.00826f,.84412f,-.31398f,.07334f,1.28893f,-.42182f,.07193f,1.29023f,-.41963f,.07156f,1.29182f,-.41627f,.07738f,1.29208f,-.41265f,.08047f,1.29062f,-.41432f,.08188f,1.28931f,-.4165f,.08212f,1.28772f,-.41995f,.0763f,1.28746f,-.42357f,.00545f,1.0806f,-.31389f,.0025f,1.08207f,-.31213f,.00109f,1.08337f,-.30995f,.00072f,1.08495f,-.30658f,.00653f,1.08522f,-.30296f,.00962f,1.08375f,-.30464f,.01104f,1.08245f,-.30682f,.01127f,1.08086f,-.31027f,.0631f,1.45154f,-.39878f,.06184f,1.45271f,-.39683f,.0615f,1.45413f,-.39381f,.06672f,1.45436f,-.39057f,.06949f,1.45305f,-.39207f,.07075f,1.45189f,-.39402f,.07096f,1.45046f,-.39711f,.06575f,1.45023f,-.40036f}; return value; } private float[] getCoordinate_9_193_point_3() { float[] value = {.00916f,1.26568f,-.3185f,.00651f,1.267f,-.31693f,.00524f,1.26817f,-.31497f,.00491f,1.26959f,-.31196f,.01012f,1.26982f,-.30871f,.01289f,1.26851f,-.31021f,.01416f,1.26734f,-.31217f,.01437f,1.26592f,-.31526f,-.00274f,1.53507f,-.31386f,-.00385f,1.53634f,-.31532f,-.06282f,1.39234f,-.40358f,-.0617f,1.39107f,-.40213f,-.00048f,1.53368f,-.31281f,.00384f,1.53409f,-.31577f,.00359f,1.53567f,-.3182f,.00248f,1.53694f,-.31965f,.00011f,1.53832f,-.32063f,-.0042f,1.53791f,-.31768f,-.05944f,1.38968f,-.40107f,-.06317f,1.39391f,-.40594f,-.05885f,1.39432f,-.40889f,-.05648f,1.39294f,-.40791f,-.05537f,1.39167f,-.40646f,-.05512f,1.39009f,-.40403f,.00608f,1.39204f,-.31116f,.00704f,1.39332f,-.30962f,-.06006f,1.5349f,-.3858f,-.06102f,1.53362f,-.38734f,.0059f,1.39062f,-.31364f,.01018f,1.39103f,-.31665f,.01235f,1.39264f,-.31557f,.01331f,1.39392f,-.31404f,.01339f,1.39533f,-.31149f,.00911f,1.39492f,-.30848f,-.06119f,1.5322f,-.38982f,-.05798f,1.5365f,-.38466f,-.0537f,1.53691f,-.38767f,-.05378f,1.5355f,-.39021f,-.05474f,1.53422f,-.39175f,-.05692f,1.53261f,-.39282f,.00767f,.5399f,-.32494f,.00953f,.5424f,-.32195f,-.09376f,.81791f,-.48664f,-.09563f,.81541f,-.48964f,.00732f,.53715f,-.32976f,.01564f,.53794f,-.33561f,.01988f,.54107f,-.33353f,.02175f,.54357f,-.33053f,.0219f,.54631f,-.32558f,.01358f,.54551f,-.31973f,-.09598f,.81266f,-.49446f,-.08972f,.82102f,-.48442f,-.0814f,.82181f,-.49028f,-.08155f,.81908f,-.49523f,-.08342f,.81658f,-.49823f,-.08766f,.81345f,-.50031f,.0013f,.83309f,-.31799f,.0029f,.83523f,-.31542f,-.0857f,1.07152f,-.4456f,-.0873f,1.06937f,-.44816f,.001f,.83073f,-.32212f,.00814f,.83141f,-.32714f,.01177f,.83409f,-.32535f,.01337f,.83623f,-.32278f,.0135f,.83858f,-.31853f,.00637f,.8379f,-.31351f,-.0876f,1.06701f,-.4523f,-.08223f,1.07418f,-.44369f,-.07509f,1.07487f,-.44871f,-.07522f,1.07252f,-.45296f,-.07682f,1.07038f,-.45553f,-.08046f,1.06769f,-.45732f,.00652f,1.05588f,-.31986f,.00777f,1.05756f,-.31784f,-.07119f,1.24273f,-.41748f,-.07244f,1.24105f,-.41949f,.00628f,1.05402f,-.3231f,.01188f,1.05456f,-.32703f,.01472f,1.05666f,-.32563f,.01598f,1.05834f,-.32361f,.01608f,1.06018f,-.32028f,.01049f,1.05965f,-.31635f,-.07268f,1.2392f,-.42273f,-.06847f,1.24482f,-.41598f,-.06288f,1.24536f,-.41992f,-.06298f,1.24352f,-.42325f,-.06423f,1.24184f,-.42526f,-.06708f,1.23973f,-.42666f,.01124f,1.2398f,-.31853f,.01236f,1.24131f,-.31672f,-.06627f,1.40723f,-.406f,-.0674f,1.40573f,-.40781f,.01103f,1.23814f,-.32143f,.01604f,1.23862f,-.32495f,.01859f,1.24051f,-.3237f,.01972f,1.24201f,-.32189f,.01981f,1.24366f,-.31891f,.0148f,1.24318f,-.31538f,-.06761f,1.40407f,-.41071f,-.06384f,1.40911f,-.40466f}; return value; } private float[] getCoordinate_9_193_point_4() { float[] value = {-.05883f,1.40959f,-.40819f,-.05892f,1.40794f,-.41117f,-.06004f,1.40643f,-.41298f,-.06259f,1.40455f,-.41423f,.00598f,.81754f,-.3134f,.00382f,.82f,-.31623f,-.11181f,.54273f,-.52063f,-.10964f,.54027f,-.5178f,.01039f,.81484f,-.31136f,.01878f,.81563f,-.3171f,.0183f,.81871f,-.32183f,.01614f,.82117f,-.32465f,.01153f,.82386f,-.32656f,.00314f,.82306f,-.32082f,-.10523f,.53756f,-.51576f,-.11248f,.54579f,-.52522f,-.10409f,.54658f,-.53096f,-.09948f,.5439f,-.52905f,-.09732f,.54144f,-.52623f,-.09684f,.53836f,-.5215f,-.00154f,1.07138f,-.31626f,-.0034f,1.07348f,-.31869f,-.10256f,.83569f,-.48875f,-.1007f,.83358f,-.48633f,.00224f,1.06906f,-.31451f,.00944f,1.06974f,-.31943f,.00903f,1.07238f,-.32349f,.00717f,1.07449f,-.32591f,.00322f,1.07679f,-.32755f,-.00398f,1.07611f,-.32263f,-.09692f,.83126f,-.48457f,-.10314f,.83831f,-.49269f,-.09594f,.83899f,-.49762f,-.09199f,.83669f,-.49598f,-.09013f,.83458f,-.49355f,-.08972f,.83194f,-.4895f,.00555f,1.24289f,-.32025f,.0041f,1.24454f,-.32215f,-.08162f,1.05818f,-.45543f,-.08016f,1.05653f,-.45353f,.00852f,1.24107f,-.31887f,.01416f,1.2416f,-.32273f,.01384f,1.24367f,-.32591f,.01238f,1.24532f,-.32781f,.00929f,1.24713f,-.32909f,.00364f,1.2466f,-.32523f,-.0772f,1.05471f,-.45216f,-.08207f,1.06023f,-.45852f,-.07643f,1.06077f,-.46238f,-.07334f,1.05896f,-.46109f,-.07188f,1.05731f,-.4592f,-.07156f,1.05524f,-.45602f,.00189f,1.4074f,-.31994f,.00059f,1.40888f,-.32164f,-.06852f,1.24011f,-.42508f,-.06721f,1.23863f,-.42338f,.00455f,1.40577f,-.31871f,.0096f,1.40625f,-.32216f,.00931f,1.4081f,-.32501f,.00801f,1.40958f,-.32671f,.00524f,1.4112f,-.32787f,.00018f,1.41072f,-.32441f,-.06456f,1.237f,-.42215f,-.06893f,1.24195f,-.42785f,-.06387f,1.24243f,-.43131f,-.0611f,1.24081f,-.43016f,-.05979f,1.23933f,-.42845f,-.0595f,1.23748f,-.42561f,-.05552f,1.58132f,-.39203f,-.05297f,1.58302f,-.3918f,.08162f,1.3842f,-.41579f,.07907f,1.3825f,-.41602f,-.05853f,1.57912f,-.3907f,-.05858f,1.57822f,-.3835f,-.0556f,1.57999f,-.38146f,-.05304f,1.58169f,-.38122f,-.05003f,1.58391f,-.38272f,-.04998f,1.58482f,-.38993f,.07605f,1.3803f,-.41469f,.08461f,1.386f,-.41392f,.08456f,1.38509f,-.40671f,.08154f,1.38287f,-.40521f,.07899f,1.38117f,-.40545f,.076f,1.37939f,-.40749f,-.06936f,1.3857f,-.41571f,-.07184f,1.3875f,-.41547f,.07048f,1.58092f,-.39199f,.07297f,1.57912f,-.39223f,-.06643f,1.38339f,-.4144f,-.06639f,1.38248f,-.40719f,-.0693f,1.38437f,-.40514f,-.07178f,1.38617f,-.4049f,-.07471f,1.38851f,-.40638f,-.07475f,1.38941f,-.41359f,.0759f,1.5768f,-.39091f,.06757f,1.58283f,-.39011f,.06761f,1.58193f,-.3829f,.07054f,1.57959f,-.38142f,.07303f,1.57779f,-.38166f,.07594f,1.5759f,-.38371f}; return value; } private float[] getCoordinate_9_193_point_5() { float[] value = {-.0892f,.739f,-.51873f,-.08568f,.74133f,-.51828f,.10028f,.46888f,-.56647f,.09675f,.46655f,-.56692f,-.09337f,.73586f,-.51707f,-.09344f,.73407f,-.5072f,-.08931f,.73637f,-.50425f,-.08578f,.7387f,-.5038f,-.08162f,.74187f,-.50569f,-.08155f,.74367f,-.51556f,.09259f,.46341f,-.56526f,.10441f,.47122f,-.56375f,.10434f,.46942f,-.55388f,.10017f,.46625f,-.55198f,.09664f,.46392f,-.55243f,.09251f,.46162f,-.55539f,-.10832f,.47094f,-.56625f,-.11175f,.4734f,-.56578f,.09991f,.73845f,-.5187f,.10334f,.73599f,-.51917f,-.10427f,.46764f,-.56461f,-.10421f,.46585f,-.55474f,-.10823f,.4683f,-.55176f,-.11166f,.47076f,-.55129f,-.11571f,.4741f,-.55317f,-.11577f,.4759f,-.56304f,.10739f,.73269f,-.51753f,.09589f,.74094f,-.51595f,.09595f,.73915f,-.50608f,.1f,.73581f,-.50421f,.10343f,.73335f,-.50468f,.10745f,.73089f,-.50765f,-.07317f,.9882f,-.47977f,-.06989f,.99036f,-.47935f,.10292f,.73715f,-.51583f,.09964f,.73499f,-.51625f,-.07704f,.98528f,-.47823f,-.07711f,.98362f,-.46905f,-.07327f,.98575f,-.46631f,-.06999f,.98791f,-.46589f,-.06612f,.99087f,-.46765f,-.06606f,.99253f,-.47683f,.09577f,.73208f,-.5147f,.10676f,.73933f,-.5133f,.10669f,.73766f,-.50413f,.10282f,.73471f,-.50236f,.09954f,.73254f,-.50278f,.09571f,.73041f,-.50553f,-.09094f,.73907f,-.51319f,-.09413f,.74136f,-.51276f,.08862f,.98769f,-.47975f,.09181f,.9854f,-.48018f,-.08718f,.73601f,-.51167f,-.08712f,.73434f,-.5025f,-.09086f,.73662f,-.49973f,-.09405f,.73891f,-.49929f,-.09781f,.74201f,-.50103f,-.09787f,.74368f,-.51021f,.09557f,.98233f,-.47866f,.08488f,.99f,-.4772f,.08493f,.98833f,-.46802f,.0887f,.98523f,-.46628f,.09189f,.98294f,-.46672f,.09562f,.98066f,-.46948f,-.06659f,1.2118f,-.44496f,-.06358f,1.21379f,-.44458f,.09497f,.98149f,-.48099f,.09196f,.9795f,-.48137f,-.07013f,1.20913f,-.44354f,-.07019f,1.2076f,-.43512f,-.06667f,1.20956f,-.43261f,-.06366f,1.21154f,-.43223f,-.06012f,1.21425f,-.43384f,-.06005f,1.21578f,-.44226f,.08841f,.97683f,-.47995f,.09849f,.98348f,-.47867f,.09843f,.98195f,-.47025f,.09488f,.97924f,-.46864f,.09187f,.97726f,-.46902f,.08835f,.9753f,-.47154f,-.08288f,.98324f,-.48055f,-.08581f,.98535f,-.48014f,.08185f,1.21133f,-.44494f,.08477f,1.20923f,-.44534f,-.07943f,.98044f,-.47915f,-.07938f,.9789f,-.47073f,-.08281f,.98099f,-.46819f,-.08574f,.9831f,-.46779f,-.08919f,.98594f,-.46939f,-.08924f,.98747f,-.47781f,.08822f,1.20642f,-.44394f,.07842f,1.21346f,-.4426f,.07847f,1.21193f,-.43418f,.08192f,1.20908f,-.43259f,.08485f,1.20698f,-.43299f,.08827f,1.20489f,-.43552f,-.05551f,1.41322f,-.41311f,-.05295f,1.41491f,-.41279f,.08164f,1.21771f,-.44766f,.07908f,1.21603f,-.44799f}; return value; } private float[] getCoordinate_9_193_point_6() { float[] value = {-.05852f,1.41096f,-.41191f,-.05857f,1.40966f,-.40476f,-.05558f,1.41132f,-.40263f,-.05303f,1.413f,-.4023f,-.05002f,1.4153f,-.40367f,-.04997f,1.4166f,-.41082f,.07607f,1.21376f,-.44678f,.08463f,1.2194f,-.4457f,.08457f,1.21811f,-.43855f,.08156f,1.21581f,-.43718f,.07901f,1.21412f,-.4375f,.07602f,1.21246f,-.43964f,-.06934f,1.2192f,-.4475f,-.07183f,1.22099f,-.44716f,.07049f,1.41283f,-.41309f,.07298f,1.41104f,-.41343f,-.06641f,1.21682f,-.44632f,-.06637f,1.21552f,-.43917f,-.06928f,1.21729f,-.43702f,-.07176f,1.21908f,-.43668f,-.07469f,1.22149f,-.43803f,-.07474f,1.22279f,-.44518f,.07591f,1.40866f,-.41224f,.06758f,1.41463f,-.41111f,.06763f,1.41333f,-.40396f,.07056f,1.41092f,-.4026f,.07304f,1.40913f,-.40295f,.07595f,1.40736f,-.4051f,-.06562f,1.56369f,-.39448f,-.06562f,1.56677f,-.39446f,.05992f,1.56664f,-.3944f,.05992f,1.56356f,-.39442f,-.06562f,1.56006f,-.3929f,-.06563f,1.56001f,-.38564f,-.06563f,1.56361f,-.38383f,-.06563f,1.56669f,-.3838f,-.06562f,1.57031f,-.38556f,-.06562f,1.57037f,-.39282f,.05992f,1.55993f,-.39284f,.05992f,1.57024f,-.39275f,.05991f,1.57018f,-.38549f,.05991f,1.56656f,-.38374f,.05991f,1.56348f,-.38376f,.05991f,1.55988f,-.38557f,-.11965f,.49323f,-.56475f,-.10622f,.49323f,-.56485f,-.0904f,.49323f,-.55793f,-.09017f,.49323f,-.52625f,-.10588f,.49323f,-.51835f,-.11931f,.49323f,-.51825f,-.13514f,.49323f,-.52591f,-.13538f,.49323f,-.5576f,-.13538f,.49323f,-.5576f,-.11965f,.49323f,-.56475f,-.10622f,.49323f,-.56485f,-.0904f,.49323f,-.55793f,-.09017f,.49323f,-.52625f,-.10588f,.49323f,-.51835f,-.11931f,.49323f,-.51825f,-.13514f,.49323f,-.52591f,-.11697f,.50228f,-.55647f,-.10878f,.50228f,-.55654f,-.09913f,.50228f,-.55232f,-.12655f,.50228f,-.55212f,-.12641f,.50228f,-.5328f,-.11676f,.50228f,-.52812f,-.10857f,.50228f,-.52819f,-.09899f,.50228f,-.533f,-.05463f,1.5872f,-.39817f,-.04644f,1.5872f,-.39823f,-.03679f,1.5872f,-.39401f,-.06421f,1.5872f,-.39381f,-.06407f,1.5872f,-.37449f,-.05442f,1.5872f,-.36982f,-.04623f,1.5872f,-.36988f,-.03665f,1.5872f,-.3747f,.11809f,.49323f,-.56462f,.13152f,.49323f,-.56472f,.14734f,.49323f,-.55781f,.14757f,.49323f,-.52612f,.13186f,.49323f,-.51823f,.11843f,.49323f,-.51813f,.1026f,.49323f,-.52579f,.10237f,.49323f,-.55747f,.10237f,.49323f,-.55747f,.11809f,.49323f,-.56462f,.13152f,.49323f,-.56472f,.14734f,.49323f,-.55781f,.14757f,.49323f,-.52612f,.13186f,.49323f,-.51823f,.11843f,.49323f,-.51813f,.1026f,.49323f,-.52579f,.12077f,.50228f,-.55635f,.12896f,.50228f,-.55641f,.13861f,.50228f,-.55219f,.11119f,.50228f,-.55199f,.11133f,.50228f,-.53267f,.12098f,.50228f,-.528f,.12917f,.50228f,-.52806f,.13875f,.50228f,-.53288f}; return value; } private float[] getCoordinate_9_193_point_7() { float[] value = {.05827f,1.5872f,-.39811f,.06646f,1.5872f,-.39817f,.07611f,1.5872f,-.39396f,.04868f,1.5872f,-.39375f,.04883f,1.5872f,-.37443f,.05848f,1.5872f,-.36976f,.06667f,1.5872f,-.36982f,.07625f,1.5872f,-.37464f,-.4044f,1.6442f,-.32469f,-.40331f,1.64708f,-.32467f,.02566f,1.48613f,-.32444f,.02457f,1.48325f,-.32447f,-.40567f,1.6408f,-.32311f,-.4057f,1.64075f,-.31585f,-.40443f,1.64412f,-.31404f,-.40335f,1.647f,-.31401f,-.40207f,1.6504f,-.31577f,-.40204f,1.65045f,-.32303f,.0233f,1.47985f,-.32289f,.02692f,1.4895f,-.3228f,.0269f,1.48945f,-.31554f,.02562f,1.48605f,-.31379f,.02454f,1.48317f,-.31381f,.02327f,1.4798f,-.31562f,.00858f,1.4907f,-.32448f,.0076f,1.49362f,-.32445f,.44188f,1.63963f,-.32423f,.44286f,1.63671f,-.32425f,.00973f,1.48726f,-.32289f,.00974f,1.4872f,-.31563f,.0086f,1.49062f,-.31382f,.00762f,1.49354f,-.3138f,.00646f,1.49698f,-.31555f,.00645f,1.49703f,-.32281f,.44401f,1.63327f,-.32267f,.44073f,1.64305f,-.32259f,.44075f,1.64299f,-.31532f,.4419f,1.63955f,-.31357f,.44288f,1.63663f,-.31359f,.44402f,1.63322f,-.3154f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_10_199_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,0,4,5,-1,0,5,1,-1,6,7,8,-1,6,8,9,-1,6,9,10,-1,6,10,11,-1,6,11,7,-1,12,13,14,-1,12,14,15,-1,12,15,16,-1,12,16,17,-1,12,17,13,-1,18,19,20,-1,18,20,21,-1,18,21,22,-1,18,22,23,-1,24,25,26,-1,24,26,27,-1,24,28,29,-1,24,29,25,-1,30,31,32,-1,30,32,33,-1,30,34,31,-1,30,33,35,-1,30,35,34,-1,36,37,38,-1,36,38,39,-1,36,40,41,-1,36,41,37,-1,36,39,40,-1,42,43,44,-1,42,44,45,-1,42,45,46,-1,42,46,47,-1,48,1,5,-1,48,5,49,-1,48,10,9,-1,48,9,50,-1,48,49,11,-1,48,11,10,-1,48,50,2,-1,48,2,1,-1,51,23,22,-1,51,22,52,-1,51,52,5,-1,51,5,4,-1,53,3,2,-1,53,2,54,-1,53,54,29,-1,53,29,28,-1,55,7,11,-1,55,11,56,-1,55,16,7,-1,55,56,17,-1,55,17,16,-1,57,8,34,-1,57,34,35,-1,57,35,58,-1,57,58,9,-1,57,9,8,-1,59,13,17,-1,59,17,60,-1,59,21,20,-1,59,20,61,-1,59,60,22,-1,59,22,21,-1,59,61,14,-1,59,14,13,-1,62,15,14,-1,62,14,63,-1,62,40,15,-1,62,63,41,-1,62,41,40,-1,64,47,46,-1,64,46,65,-1,64,65,20,-1,64,20,19,-1,66,25,29,-1,66,29,67,-1,66,33,32,-1,66,32,68,-1,66,68,26,-1,66,26,25,-1,66,67,35,-1,66,35,33,-1,69,27,26,-1,69,26,70,-1,69,70,44,-1,69,44,43,-1,71,31,39,-1,71,39,38,-1,71,38,72,-1,71,72,32,-1,71,32,31,-1,73,37,41,-1,73,41,74,-1,73,45,44,-1,73,44,75,-1,73,74,46,-1,73,46,45,-1,73,75,38,-1,73,38,37,-1,76,52,22,-1,76,22,60,-1,76,49,5,-1,76,5,52,-1,76,56,11,-1,76,11,49,-1,76,60,17,-1,76,17,56,-1,77,65,46,-1,77,46,74,-1,77,61,20,-1,77,20,65,-1,77,63,14,-1,77,14,61,-1,77,74,41,-1,77,41,63,-1,78,72,38,-1,78,38,75,-1,78,68,32,-1,78,32,72,-1,78,70,26,-1,78,26,68,-1,78,75,44,-1,78,44,70,-1,79,58,35,-1,79,35,67,-1,79,50,9,-1,79,9,58,-1,79,54,2,-1,79,2,50,-1,79,67,29,-1,79,29,54,-1,7,16,15,-1,7,15,40,-1,7,40,39,-1,7,39,31,-1,7,31,34,-1,7,34,8,-1}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_10_213_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,6,7,3,-1,6,3,4,-1,6,4,5,-1,8,9,13,-1,8,13,14,-1,8,14,0,-1,8,0,3,-1,8,3,7,-1,10,11,12,-1,10,12,13,-1,10,13,9,-1,0,14,13,-1,0,13,15,-1,0,15,16,-1,0,16,1,-1,21,22,2,-1,2,22,23,-1,2,23,25,-1,25,23,24,-1,21,2,1,-1,21,1,16,-1,21,16,15,-1,21,15,20,-1,19,20,15,-1,19,15,17,-1,19,17,18,-1,26,27,28,-1,26,28,29,-1,26,29,30,-1,26,30,31,-1,32,33,34,-1,32,34,35,-1,32,35,36,-1,32,36,37,-1,13,12,11,-1,13,11,38,-1,13,38,39,-1,13,39,40,-1,13,40,18,-1,13,18,17,-1,13,17,15,-1,11,10,41,-1,11,41,38,-1,10,42,43,-1,10,43,41,-1,10,9,44,-1,10,44,42,-1,45,46,47,-1,45,47,48,-1,45,48,49,-1,45,49,50,-1,45,50,51,-1,45,51,46,-1,52,53,54,-1,52,54,55,-1,52,55,56,-1,52,56,57,-1,52,57,58,-1,52,58,53,-1,18,40,59,-1,18,59,19,-1,19,60,61,-1,19,61,20,-1,19,59,62,-1,19,62,60,-1,63,64,65,-1,63,65,66,-1,63,66,67,-1,63,67,68,-1,63,68,69,-1,63,69,64,-1,70,71,72,-1,70,72,73,-1,70,74,75,-1,70,75,71,-1,70,73,76,-1,70,76,74,-1,77,78,79,-1,77,79,80,-1,77,81,82,-1,77,82,78,-1,77,80,83,-1,77,83,81,-1,84,85,86,-1,84,86,87,-1,84,88,89,-1,84,89,85,-1,84,87,90,-1,84,90,88,-1,91,92,93,-1,91,93,94,-1,91,95,96,-1,91,96,92,-1,91,94,97,-1,91,97,95,-1,98,99,100,-1,98,100,101,-1,98,102,103,-1,98,103,99,-1,98,101,104,-1,98,104,102,-1,105,106,107,-1,105,107,108,-1,105,109,110,-1,105,110,106,-1,105,108,111,-1,105,111,109,-1,112,113,114,-1,112,114,115,-1,112,116,117,-1,112,117,113,-1,112,115,118,-1,112,118,116,-1,119,120,121,-1,119,121,122,-1,119,123,124,-1,119,124,120,-1,119,122,125,-1,119,125,123,-1,126,127,128,-1,126,128,129,-1,126,130,131,-1,126,131,127,-1,126,129,132,-1,126,132,130,-1,23,22,133,-1,23,133,24,-1,6,5,134,-1,6,134,7,-1,135,37,36,-1,135,36,136,-1,135,136,28,-1,135,28,27,-1,137,42,44,-1,137,44,138,-1,137,50,49,-1,137,49,139,-1,137,139,43,-1,137,43,42,-1,137,138,51,-1,137,51,50,-1,140,46,51,-1,140,51,141,-1,140,81,83,-1,140,83,142,-1,140,142,47,-1,140,47,46,-1,140,141,82,-1,140,82,81,-1,143,53,58,-1,143,58,144,-1,143,109,111,-1,143,111,145,-1,143,145,54,-1,143,54,53,-1,143,144,110,-1,143,110,109,-1,146,60,62,-1,146,62,147,-1,146,66,65,-1,146,65,148,-1,146,147,67,-1,146,67,66,-1,146,148,61,-1,146,61,60,-1,149,64,69,-1,149,69,150,-1,149,94,93,-1,149,93,151,-1,149,150,97,-1,149,97,94,-1,149,151,65,-1,149,65,64,-1,152,71,75,-1,152,75,153,-1,152,122,121,-1,152,121,154,-1,152,153,125,-1,152,125,122,-1,152,154,72,-1,152,72,71,-1,155,74,76,-1,155,76,156,-1,155,55,54,-1,155,54,157,-1,155,157,75,-1,155,75,74,-1,155,156,56,-1,155,56,55,-1,158,48,47,-1,158,47,159,-1,158,68,67,-1,158,67,160,-1,158,159,69,-1,158,69,68,-1,158,160,49,-1,158,49,48,-1,161,39,38,-1,161,38,41,-1,161,41,43,-1,161,43,162,-1,161,59,40,-1,161,40,39,-1,161,162,62,-1,161,62,59,-1,163,78,82,-1,163,82,164,-1,163,88,90,-1,163,90,165,-1,163,165,79,-1,163,79,78,-1,163,164,89,-1,163,89,88,-1,166,85,89,-1,166,89,167,-1,166,57,56,-1,166,56,168,-1,166,168,86,-1,166,86,85,-1,166,167,58,-1,166,58,57,-1,169,92,96,-1,169,96,170,-1,169,101,100,-1,169,100,171,-1,169,170,104,-1,169,104,101,-1,169,171,93,-1,169,93,92,-1,172,99,103,-1,172,103,173,-1,172,73,72,-1,172,72,174,-1,172,173,76,-1,172,76,73,-1,172,174,100,-1,172,100,99,-1,175,95,97,-1,175,97,176,-1,175,80,79,-1,175,79,177,-1,175,176,83,-1,175,83,80,-1,175,177,96,-1,175,96,95,-1,178,102,104,-1,178,104,179,-1,178,87,86,-1}; return value; } private int[] getIndexedFaceSet_10_213_coordIndex_2() { int[] value = {178,86,180,-1,178,179,90,-1,178,90,87,-1,178,180,103,-1,178,103,102,-1,181,106,110,-1,181,110,182,-1,181,116,118,-1,181,118,183,-1,181,183,107,-1,181,107,106,-1,181,182,117,-1,181,117,116,-1,184,113,117,-1,184,117,185,-1,184,29,28,-1,184,28,186,-1,184,186,114,-1,184,114,113,-1,184,185,30,-1,184,30,29,-1,187,120,124,-1,187,124,188,-1,187,129,128,-1,187,128,189,-1,187,188,132,-1,187,132,129,-1,187,189,121,-1,187,121,120,-1,190,127,131,-1,190,131,191,-1,190,35,34,-1,190,34,192,-1,190,191,36,-1,190,36,35,-1,190,192,128,-1,190,128,127,-1,193,123,125,-1,193,125,194,-1,193,108,107,-1,193,107,195,-1,193,194,111,-1,193,111,108,-1,193,195,124,-1,193,124,123,-1,196,130,132,-1,196,132,197,-1,196,115,114,-1,196,114,198,-1,196,197,118,-1,196,118,115,-1,196,198,131,-1,196,131,130,-1,199,24,133,-1,199,133,200,-1,199,200,34,-1,199,34,33,-1,201,31,30,-1,201,30,202,-1,201,202,134,-1,201,134,5,-1,8,7,134,-1,8,134,203,-1,8,203,44,-1,8,44,9,-1,21,20,61,-1,21,61,204,-1,21,204,133,-1,21,133,22,-1,205,176,97,-1,205,97,150,-1,205,142,83,-1,205,83,176,-1,205,159,47,-1,205,47,142,-1,205,150,69,-1,205,69,159,-1,206,194,125,-1,206,125,153,-1,206,145,111,-1,206,111,194,-1,206,157,54,-1,206,54,145,-1,206,153,75,-1,206,75,157,-1,207,160,67,-1,207,67,147,-1,207,139,49,-1,207,49,160,-1,207,162,43,-1,207,43,139,-1,207,147,62,-1,207,62,162,-1,208,179,104,-1,208,104,170,-1,208,165,90,-1,208,90,179,-1,208,177,79,-1,208,79,165,-1,208,170,96,-1,208,96,177,-1,209,173,103,-1,209,103,180,-1,209,156,76,-1,209,76,173,-1,209,168,56,-1,209,56,156,-1,209,180,86,-1,209,86,168,-1,210,197,132,-1,210,132,188,-1,210,183,118,-1,210,118,197,-1,210,195,107,-1,210,107,183,-1,210,188,124,-1,210,124,195,-1,211,191,131,-1,211,131,198,-1,211,136,36,-1,211,36,191,-1,211,186,28,-1,211,28,136,-1,211,198,114,-1,211,114,186,-1,212,202,30,-1,212,30,185,-1,212,203,134,-1,212,134,202,-1,212,138,44,-1,212,44,203,-1,212,141,51,-1,212,51,138,-1,212,164,82,-1,212,82,141,-1,212,167,89,-1,212,89,164,-1,212,144,58,-1,212,58,167,-1,212,182,110,-1,212,110,144,-1,212,185,117,-1,212,117,182,-1,213,148,65,-1,213,65,151,-1,213,204,61,-1,213,61,148,-1,213,200,133,-1,213,133,204,-1,213,192,34,-1,213,34,200,-1,213,189,128,-1,213,128,192,-1,213,154,121,-1,213,121,189,-1,213,174,72,-1,213,72,154,-1,213,171,100,-1,213,100,174,-1,213,151,93,-1,213,93,171,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_11_213_point_1() { float[] value = {-.1492f,-.24908f,4.52037f,.14958f,-.24908f,4.52037f,.23191f,-.15613f,4.54197f,-.17981f,-.15613f,4.54197f,-.21688f,-.14297f,3.72792f,-.09094f,-.12051f,-2.85784f,-.11403f,-.14701f,-2.70434f,-.11973f,-.18859f,-2.61251f,-.11686f,-.23747f,-2.56689f,-.1142f,-.28586f,-2.55202f,-.09831f,-.32599f,-2.55244f,-.1492f,-.39537f,2.78206f,-.1492f,-.33235f,3.14518f,-.1492f,-.26933f,3.5083f,-.1492f,-.25921f,4.01433f,.14958f,-.26933f,3.5083f,.14958f,-.25921f,4.01433f,.14958f,-.33235f,3.14518f,.14958f,-.39537f,2.78206f,.09869f,-.32599f,-2.55244f,.11458f,-.28586f,-2.55202f,.11723f,-.23747f,-2.56689f,.12011f,-.18859f,-2.61251f,.1144f,-.14701f,-2.70434f,.09131f,-.12051f,-2.85784f,.21407f,-.14297f,3.72792f,-.03712f,-.09621f,-3.38045f,-.01974f,-.09475f,-3.4727f,-.03209f,-.1503f,-3.50364f,-.06079f,-.17149f,-3.4231f,-.08234f,-.20681f,-3.28886f,-.04941f,-.09864f,-3.22669f,.0375f,-.09621f,-3.38045f,.04978f,-.09864f,-3.22669f,.08272f,-.20681f,-3.28886f,.06116f,-.17149f,-3.4231f,.03246f,-.1503f,-3.50364f,.02011f,-.09475f,-3.4727f,-.07451f,-.39537f,2.78206f,.00019f,-.39537f,2.78206f,.07488f,-.39537f,2.78206f,-.05573f,-.35006f,-2.55269f,-.10218f,-.36826f,-2.68822f,-.05728f,-.38216f,-2.63525f,-.12194f,-.34509f,-2.7765f,-.08025f,-.46116f,-2.8436f,-.09375f,-.47445f,-2.91079f,-.05162f,-.49171f,-2.87416f,-.04801f,-.46705f,-2.80326f,-.05162f,-.441f,-2.7549f,-.09375f,-.44004f,-2.82986f,-.11655f,-.44294f,-2.95419f,-.08025f,-.54782f,-3.55672f,-.09375f,-.52085f,-3.55207f,-.05162f,-.53705f,-3.61272f,-.04801f,-.56553f,-3.59331f,-.05162f,-.58201f,-3.5549f,-.09375f,-.55136f,-3.51284f,-.11655f,-.50154f,-3.4548f,.05611f,-.35006f,-2.55269f,.10256f,-.36826f,-2.68822f,.12231f,-.34509f,-2.7765f,.05766f,-.38216f,-2.63525f,.08063f,-.46116f,-2.8436f,.09412f,-.47445f,-2.91079f,.11692f,-.44294f,-2.95419f,.09412f,-.44004f,-2.82986f,.05199f,-.441f,-2.7549f,.04838f,-.46705f,-2.80326f,.05199f,-.49171f,-2.87416f,.08063f,-.54782f,-3.55672f,.09412f,-.52085f,-3.55207f,.11692f,-.50154f,-3.4548f,.09412f,-.55136f,-3.51284f,.04838f,-.56553f,-3.59331f,.05199f,-.53705f,-3.61272f,.05199f,-.58201f,-3.5549f,-.08025f,-.55127f,-3.1162f,-.09375f,-.55257f,-3.17564f,-.05162f,-.58208f,-3.18652f,-.04801f,-.5685f,-3.10645f,-.09375f,-.52717f,-3.0697f,-.11655f,-.50475f,-3.14449f,-.05162f,-.54466f,-3.03039f,-.08025f,-.58766f,-3.38875f,-.09375f,-.57433f,-3.41542f,-.05162f,-.60318f,-3.46193f,-.04801f,-.60827f,-3.4096f,-.09375f,-.57367f,-3.33453f,-.11655f,-.53077f,-3.33476f,-.05162f,-.60219f,-3.34273f,.08063f,-.55127f,-3.1162f,.09412f,-.55257f,-3.17564f,.11692f,-.50475f,-3.14449f,.09412f,-.52717f,-3.0697f,.04838f,-.5685f,-3.10645f,.05199f,-.58208f,-3.18652f,.05199f,-.54466f,-3.03039f,.08063f,-.58766f,-3.38875f,.09412f,-.57433f,-3.41542f}; return value; } private float[] getCoordinate_11_213_point_2() { float[] value = {.11692f,-.53077f,-3.33476f,.09412f,-.57367f,-3.33453f,.04838f,-.60827f,-3.4096f,.05199f,-.60318f,-3.46193f,.05199f,-.60219f,-3.34273f,-.08025f,-.42721f,-3.61149f,-.09375f,-.40002f,-3.58166f,-.05162f,-.39254f,-3.64103f,-.04801f,-.43026f,-3.65467f,-.09375f,-.45036f,-3.58407f,-.11655f,-.41837f,-3.49263f,-.05162f,-.46672f,-3.64458f,-.07012f,-.28435f,-3.56166f,-.07815f,-.26668f,-3.52472f,-.04122f,-.2383f,-3.56917f,-.04141f,-.27307f,-3.59659f,-.08715f,-.31701f,-3.55219f,-.10615f,-.31711f,-3.46024f,-.04842f,-.31248f,-3.60965f,.08063f,-.42721f,-3.61149f,.09412f,-.40002f,-3.58166f,.11692f,-.41837f,-3.49263f,.09412f,-.45036f,-3.58407f,.04838f,-.43026f,-3.65467f,.05199f,-.39254f,-3.64103f,.05199f,-.46672f,-3.64458f,.07049f,-.28435f,-3.56166f,.07853f,-.26668f,-3.52472f,.10652f,-.31711f,-3.46024f,.08753f,-.31701f,-3.55219f,.04178f,-.27307f,-3.59659f,.04159f,-.2383f,-3.56917f,.04879f,-.31248f,-3.60965f,.11041f,-.2189f,-2.87014f,-.11003f,-.2189f,-2.87014f,.00019f,-.09427f,-3.50345f,.00019f,-.14323f,-3.53049f,-.10201f,-.40734f,-2.79152f,-.12446f,-.39916f,-2.93317f,-.05664f,-.41292f,-2.70645f,-.0999f,-.49552f,-3.00083f,-.12311f,-.46081f,-3.07628f,-.05522f,-.51694f,-2.95431f,-.0999f,-.48275f,-3.55151f,-.12311f,-.45105f,-3.43124f,-.05522f,-.50222f,-3.62565f,.10238f,-.40734f,-2.79152f,.05701f,-.41292f,-2.70645f,.12484f,-.39916f,-2.93317f,.10028f,-.49552f,-3.00083f,.0556f,-.51694f,-2.95431f,.12349f,-.46081f,-3.07628f,.10028f,-.48275f,-3.55151f,.0556f,-.50222f,-3.62565f,.12349f,-.45105f,-3.43124f,.00019f,-.57355f,-3.6094f,.00019f,-.59255f,-3.57193f,.00019f,-.54437f,-3.63389f,.00019f,-.46951f,-2.78539f,.00019f,-.49678f,-2.85755f,.00019f,-.44245f,-2.72977f,.00019f,-.35809f,-2.55278f,.00019f,-.3868f,-2.6176f,-.0999f,-.55607f,-3.25592f,-.12311f,-.49881f,-3.23833f,-.05522f,-.59133f,-3.26661f,-.0999f,-.55671f,-3.4541f,-.12311f,-.49843f,-3.36699f,-.05522f,-.59254f,-3.5077f,.10028f,-.55607f,-3.25592f,.0556f,-.59133f,-3.26661f,.12349f,-.49881f,-3.23833f,.10028f,-.55671f,-3.4541f,.0556f,-.59254f,-3.5077f,.12349f,-.49843f,-3.36699f,.00019f,-.57618f,-3.10225f,.00019f,-.55217f,-3.01961f,.00019f,-.59225f,-3.18689f,.00019f,-.61738f,-3.41907f,.00019f,-.61286f,-3.34894f,.00019f,-.61392f,-3.47665f,-.09825f,-.36093f,-3.54814f,-.12051f,-.37316f,-3.43108f,-.05442f,-.35335f,-3.62044f,-.07696f,-.23293f,-3.46983f,-.10476f,-.28847f,-3.36279f,-.04054f,-.20007f,-3.53549f,.09863f,-.36093f,-3.54814f,.0548f,-.35335f,-3.62044f,.12089f,-.37316f,-3.43108f,.07734f,-.23293f,-3.46983f,.04092f,-.20007f,-3.53549f,.10514f,-.28847f,-3.36279f,.00019f,-.43157f,-3.67377f,.00019f,-.471f,-3.66711f,.00019f,-.39152f,-3.6633f,.00019f,-.2682f,-3.61166f,.00019f,-.3091f,-3.62975f,.00019f,-.22962f,-3.58638f,.06504f,-.10556f,-3.04223f}; return value; } private float[] getCoordinate_11_213_point_3() { float[] value = {.09863f,-.23103f,-3.10364f,-.06466f,-.10556f,-3.04223f,-.09826f,-.23103f,-3.10364f,-.12255f,-.29964f,-2.85288f,.12293f,-.29964f,-2.85288f,.00019f,-.52433f,-2.93828f,.00019f,-.5089f,-3.65119f,.00019f,-.41507f,-2.67805f,.00019f,-.60346f,-3.27022f,.00019f,-.60485f,-3.52613f,.00019f,-.35073f,-3.64539f,.00019f,-.18931f,-3.55798f,-.13445f,-.39439f,-3.20902f,.13482f,-.39439f,-3.20902f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_10_219_coordIndex_1() { int[] value = {2,3,9,-1,9,3,4,-1,9,4,8,-1,8,4,6,-1,8,6,7,-1,9,0,1,-1,9,1,2,-1,6,4,5,-1,12,13,3,-1,12,3,2,-1,12,2,1,-1,12,1,10,-1,12,10,11,-1,3,13,14,-1,3,14,15,-1,3,15,4,-1,10,1,0,-1,8,7,18,-1,8,18,19,-1,8,19,9,-1,6,5,16,-1,6,16,17,-1,6,17,18,-1,6,18,7,-1,21,23,30,-1,30,23,26,-1,30,26,29,-1,29,26,27,-1,29,27,28,-1,26,23,24,-1,26,24,25,-1,21,30,31,-1,21,31,32,-1,21,32,33,-1,21,33,34,-1,21,34,20,-1,34,35,36,-1,34,36,37,-1,34,37,38,-1,34,38,39,-1,34,39,40,-1,34,40,41,-1,34,41,42,-1,34,42,20,-1,23,21,22,-1,47,48,46,-1,46,48,21,-1,46,21,45,-1,45,21,43,-1,45,43,44,-1,43,21,20,-1,43,20,42,-1,43,42,41,-1,43,41,40,-1,43,40,50,-1,50,40,39,-1,50,39,38,-1,50,38,37,-1,50,37,36,-1,50,36,35,-1,50,35,34,-1,50,34,49,-1,48,51,24,-1,48,24,23,-1,48,23,22,-1,48,22,21,-1,51,52,30,-1,51,30,29,-1,51,29,28,-1,51,28,27,-1,51,27,26,-1,51,26,25,-1,51,25,24,-1,43,50,44,-1,48,47,51,-1,50,49,53,-1,50,53,54,-1,50,54,13,-1,50,13,12,-1,57,58,18,-1,18,58,52,-1,18,52,55,-1,55,52,51,-1,18,17,56,-1,18,56,57,-1,61,62,60,-1,60,62,63,-1,60,63,59,-1,59,63,64,-1,59,65,66,-1,59,66,60,-1,59,64,67,-1,59,67,68,-1,59,69,70,-1,59,70,71,-1,59,71,65,-1,59,68,72,-1,59,72,73,-1,59,73,69,-1,74,75,76,-1,74,76,77,-1,74,77,61,-1,74,61,60,-1,74,60,78,-1,74,78,79,-1,74,80,81,-1,74,81,75,-1,74,82,83,-1,74,83,80,-1,74,79,84,-1,74,84,82,-1,62,61,85,-1,62,85,86,-1,62,86,87,-1,62,87,88,-1,62,88,89,-1,62,89,90,-1,62,90,91,-1,62,91,92,-1,62,92,93,-1,62,93,63,-1,75,81,94,-1,75,94,95,-1,75,95,96,-1,75,96,76,-1,70,97,98,-1,70,98,71,-1,100,88,97,-1,100,97,70,-1,100,70,99,-1,97,88,101,-1,70,69,102,-1,70,102,99,-1,88,87,103,-1,88,103,101,-1,88,100,104,-1,88,104,89,-1,81,80,105,-1,81,105,106,-1,81,106,107,-1,81,107,108,-1,81,108,109,-1,81,109,110,-1,81,110,111,-1,81,111,112,-1,81,112,113,-1,81,113,114,-1,118,119,120,-1,118,120,121,-1,118,121,114,-1,118,114,117,-1,116,117,114,-1,116,114,115,-1,114,121,81,-1,81,121,122,-1,81,122,123,-1,81,123,124,-1,81,124,94,-1,80,83,125,-1,80,125,126,-1,130,131,80,-1,80,131,132,-1,80,132,105,-1,105,132,133,-1,127,128,129,-1,127,129,130,-1,127,130,80,-1,80,126,134,-1,80,134,127,-1,119,129,97,-1,119,97,101,-1,119,118,130,-1,119,130,129,-1,119,101,61,-1,119,61,77,-1,119,77,135,-1,119,135,136,-1,119,136,137,-1,119,137,138,-1,119,138,139,-1,119,139,140,-1,119,140,141,-1,119,141,120,-1,129,128,142,-1,129,142,143,-1,129,143,144,-1,129,144,145,-1,129,145,146,-1,129,146,147,-1,129,147,148,-1,129,148,78,-1,129,78,60,-1,129,60,97,-1,130,118,117,-1,130,117,131,-1,114,113,149,-1,114,149,150,-1,114,150,151,-1,114,151,152,-1,114,152,153,-1,114,153,154,-1,114,154,115,-1,105,133,155,-1,105,155,156,-1,105,156,157,-1,105,157,158,-1,105,158,159,-1,105,159,160,-1,105,160,106,-1,60,66,98,-1,60,98,97,-1,61,101,103,-1,61,103,85,-1,66,65,71,-1,66,71,98,-1,94,161,162,-1,94,162,163,-1,94,124,164,-1,94,164,161,-1,94,163,165,-1,94,165,95,-1,95,165,166,-1,95,166,96,-1,83,82,167,-1,83,167,168,-1,83,169,170,-1,83,170,125,-1,83,168,171,-1,83,171,169,-1,82,84,172,-1,82,172,167,-1,86,85,103,-1,86,103,87,-1,78,148,173,-1,78,173,174,-1,78,174,79,-1,79,174,175,-1,79,175,84,-1,127,176,128,-1,127,134,177,-1,127,177,178,-1,128,176,179,-1,128,179,142,-1,84,180,181,-1,84,181,172,-1,84,175,182,-1,84,182,180,-1,169,183,184,-1,169,184,185,-1,169,171,186,-1}; return value; } private int[] getIndexedFaceSet_10_219_coordIndex_2() { int[] value = {169,186,183,-1,169,187,188,-1,169,188,170,-1,169,189,190,-1,169,190,187,-1,180,191,192,-1,180,192,181,-1,180,193,194,-1,180,194,191,-1,180,182,193,-1,191,195,196,-1,191,196,192,-1,191,194,197,-1,191,197,198,-1,191,198,195,-1,195,199,200,-1,195,200,196,-1,195,201,202,-1,195,202,199,-1,195,198,201,-1,199,203,204,-1,199,204,200,-1,199,205,206,-1,199,206,203,-1,199,202,205,-1,203,207,208,-1,203,208,204,-1,203,209,210,-1,203,210,207,-1,203,206,209,-1,207,183,186,-1,207,186,208,-1,207,210,211,-1,207,211,212,-1,207,212,183,-1,183,212,184,-1,142,213,214,-1,142,214,143,-1,142,179,213,-1,143,215,216,-1,143,216,144,-1,143,214,215,-1,144,216,217,-1,144,217,218,-1,144,218,145,-1,145,218,219,-1,145,219,220,-1,145,220,146,-1,146,220,221,-1,146,221,222,-1,146,222,147,-1,147,223,224,-1,147,224,148,-1,147,222,223,-1,148,224,173,-1,224,193,182,-1,224,182,173,-1,76,96,225,-1,76,225,226,-1,76,226,77,-1,77,226,227,-1,77,227,135,-1,120,141,228,-1,120,228,229,-1,120,229,121,-1,121,230,231,-1,121,231,122,-1,161,232,233,-1,161,233,162,-1,161,234,235,-1,161,235,232,-1,161,164,236,-1,161,236,237,-1,161,237,238,-1,161,238,239,-1,96,240,241,-1,96,241,225,-1,96,166,242,-1,96,242,240,-1,232,243,244,-1,232,244,233,-1,232,245,246,-1,232,246,243,-1,232,235,245,-1,243,247,248,-1,243,248,244,-1,243,246,249,-1,243,249,250,-1,243,250,247,-1,247,251,252,-1,247,252,248,-1,247,253,254,-1,247,254,251,-1,247,250,253,-1,251,255,256,-1,251,256,252,-1,251,257,258,-1,251,258,255,-1,251,254,257,-1,255,259,260,-1,255,260,256,-1,255,258,261,-1,255,261,262,-1,255,262,259,-1,259,240,242,-1,259,242,260,-1,259,263,264,-1,259,264,240,-1,259,262,263,-1,240,264,241,-1,135,265,266,-1,135,266,136,-1,135,227,265,-1,136,266,267,-1,136,267,268,-1,136,268,137,-1,137,269,270,-1,137,270,138,-1,137,268,269,-1,138,270,271,-1,138,271,272,-1,138,272,139,-1,139,272,273,-1,139,273,274,-1,139,274,140,-1,140,275,276,-1,140,276,141,-1,140,274,275,-1,141,276,228,-1,63,104,100,-1,63,100,99,-1,63,99,102,-1,63,102,64,-1,63,93,277,-1,63,277,278,-1,63,278,104,-1,64,102,279,-1,64,279,280,-1,64,280,67,-1,69,73,279,-1,69,279,102,-1,89,104,278,-1,89,278,90,-1,67,280,72,-1,67,72,68,-1,92,91,277,-1,92,277,93,-1,123,122,164,-1,123,164,124,-1,122,231,281,-1,122,281,164,-1,164,281,282,-1,164,282,236,-1,126,125,170,-1,126,170,134,-1,170,283,177,-1,170,177,134,-1,170,188,284,-1,170,284,283,-1,281,231,230,-1,281,230,285,-1,281,285,286,-1,281,286,282,-1,285,287,288,-1,285,288,289,-1,285,289,290,-1,285,290,286,-1,177,283,291,-1,177,291,178,-1,283,284,292,-1,283,292,291,-1,291,292,293,-1,291,293,294,-1,291,294,295,-1,291,295,296,-1,248,252,165,-1,165,252,256,-1,165,256,242,-1,242,256,260,-1,163,162,233,-1,163,233,244,-1,163,244,248,-1,163,248,165,-1,165,242,166,-1,168,167,204,-1,168,204,208,-1,168,208,186,-1,168,186,171,-1,196,200,167,-1,196,167,172,-1,196,172,181,-1,196,181,192,-1,204,167,200,-1,106,297,298,-1,106,298,107,-1,106,160,299,-1,106,299,297,-1,113,300,301,-1,113,301,149,-1,113,112,302,-1,113,302,300,-1,115,303,304,-1,115,304,116,-1,115,154,305,-1,115,305,303,-1,116,304,306,-1,116,306,117,-1,117,306,307,-1,117,307,131,-1,131,307,308,-1,131,308,132,-1,132,308,309,-1,132,309,133,-1,133,309,310,-1,133,310,155,-1,307,306,311,-1,307,311,312,-1,307,312,313,-1,307,313,308,-1,306,304,314,-1,306,314,311,-1,304,303,315,-1,304,315,314,-1,315,303,305,-1,315,305,316,-1,315,316,317,-1,315,317,318,-1,315,318,319,-1,315,319,301,-1,315,301,300,-1,315,300,320,-1,320,300,302,-1,320,302,321,-1,320,321,322,-1,320,322,323,-1,320,323,324,-1,320,324,298,-1,320,298,297,-1,320,297,325,-1,330,325,297,-1,330,297,299,-1,330,299,326,-1,330,326,327,-1,330,327,328,-1,330,328,329,-1,330,329,310,-1,330,310,309,-1,309,308,313,-1,309,313,330,-1,312,311,331,-1}; return value; } private int[] getIndexedFaceSet_10_219_coordIndex_3() { int[] value = {312,331,332,-1,312,332,333,-1,312,333,313,-1,311,314,334,-1,311,334,331,-1,314,315,335,-1,314,335,334,-1,315,320,336,-1,315,336,335,-1,320,325,337,-1,320,337,336,-1,325,330,338,-1,325,338,337,-1,330,313,333,-1,330,333,338,-1,340,338,334,-1,334,338,333,-1,334,333,331,-1,331,333,332,-1,334,335,339,-1,334,339,340,-1,335,336,339,-1,336,337,341,-1,336,341,342,-1,336,342,343,-1,336,343,339,-1,337,338,340,-1,337,340,344,-1,337,344,341,-1,108,324,323,-1,108,323,109,-1,110,322,321,-1,110,321,111,-1,150,319,318,-1,150,318,151,-1,152,317,316,-1,152,316,153,-1,156,329,328,-1,156,328,157,-1,158,327,326,-1,158,326,159,-1,340,339,343,-1,340,343,344,-1,341,344,343,-1,341,343,342,-1,188,187,190,-1,188,190,345,-1,188,345,346,-1,188,346,292,-1,188,292,284,-1,292,346,347,-1,292,347,293,-1,282,286,348,-1,282,348,349,-1,282,349,238,-1,282,238,237,-1,282,237,236,-1,286,290,350,-1,286,350,348,-1,190,189,351,-1,190,351,352,-1,190,352,353,-1,190,353,345,-1,238,349,354,-1,238,354,355,-1,238,355,356,-1,238,356,239,-1,346,345,357,-1,346,357,296,-1,346,296,295,-1,346,295,347,-1,345,353,358,-1,345,358,357,-1,349,348,287,-1,349,287,359,-1,349,359,360,-1,349,360,354,-1,348,350,288,-1,348,288,287,-1,239,356,360,-1,239,360,359,-1,189,357,358,-1,189,358,351,-1,347,295,294,-1,347,294,293,-1,355,354,360,-1,355,360,356,-1,290,289,288,-1,290,288,350,-1,352,351,358,-1,352,358,353,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_11_219_point_1() { float[] value = {-.41153f,.21568f,4.6284f,-.35906f,.12273f,4.60679f,-.3066f,.02978f,4.58519f,-.25413f,-.06317f,4.56358f,-.20819f,-.1261f,4.54629f,.23643f,-.12911f,4.54629f,.25451f,-.06317f,4.56358f,.30697f,.02978f,4.58519f,.35944f,.12273f,4.60679f,.4119f,.21568f,4.6284f,-.41153f,.24527f,2.94276f,-.41153f,.32514f,-.94226f,-.41153f,.33402f,-1.5316f,-.17999f,-.06843f,-1.19512f,-.1826f,-.0772f,-.34236f,-.21827f,-.10351f,1.28575f,.16057f,-.10351f,1.28575f,.1249f,-.0772f,-.34236f,.4119f,.32514f,-.94226f,.4119f,.24527f,2.94276f,-.00384f,.5983f,-4.1779f,.00421f,.5983f,-4.1779f,.00449f,.52909f,-4.11353f,.00476f,.45988f,-4.04916f,.00503f,.39067f,-3.98479f,.00531f,.32147f,-3.92042f,.00558f,.25226f,-3.85605f,.00585f,.18305f,-3.79168f,.00613f,.11384f,-3.72731f,.0064f,.04463f,-3.66294f,.00156f,-.02457f,-3.59858f,.00088f,-.02457f,-3.59858f,.00019f,-.02457f,-3.59858f,-.0005f,-.02457f,-3.59858f,-.00119f,-.02457f,-3.59858f,-.00603f,.04463f,-3.66294f,-.00575f,.11384f,-3.72731f,-.00548f,.18305f,-3.79168f,-.00521f,.25226f,-3.85605f,-.00493f,.32147f,-3.92042f,-.00466f,.39067f,-3.98479f,-.00439f,.45988f,-4.04916f,-.00411f,.52909f,-4.11353f,-.41153f,.53168f,-2.94329f,-.31343f,.39446f,-3.00287f,-.00084f,.52976f,-4.06621f,.00121f,.52976f,-4.06621f,.31381f,.39446f,-3.00287f,.4119f,.53168f,-2.94329f,-.17475f,-.05088f,-2.90064f,-.41153f,.3636f,-2.82887f,.4119f,.3636f,-2.82887f,.11705f,-.05088f,-2.90064f,-.17737f,-.05966f,-2.04788f,-.17868f,-.06404f,-1.6215f,.4119f,.33402f,-1.5316f,.12228f,-.06843f,-1.19512f,.12097f,-.06404f,-1.6215f,.11966f,-.05966f,-2.04788f,-.28827f,.2325f,2.94358f,-.28896f,.26542f,1.30279f,.29089f,.26543f,1.30226f,.29157f,.23251f,2.94305f,.0837f,.2325f,2.94318f,-.0804f,.2325f,2.94344f,-.39769f,.2325f,2.94363f,-.39837f,.26542f,1.4288f,-.08042f,.2332f,2.93538f,-.28829f,.2332f,2.93551f,-.28827f,.44157f,2.94786f,-.28827f,.54611f,2.95f,-.39769f,.54611f,2.95005f,-.28829f,.26569f,2.93765f,-.28829f,.44227f,2.93979f,-.2903f,.32412f,-1.53073f,.28955f,.32413f,-1.53125f,.28981f,.31508f,-.955f,.28982f,.3146f,-.92884f,-.2944f,.32482f,-.95589f,-.29436f,.325f,-.97142f,-.2903f,.63773f,-1.5243f,.28955f,.63774f,-1.52483f,-.40389f,.32412f,-1.47628f,-.39879f,.63773f,-1.46986f,-.39514f,.325f,-.97137f,.4003f,.26543f,1.42817f,.40099f,.23251f,2.94299f,.40099f,.54612f,2.94942f,.29157f,.54612f,2.94947f,.29157f,.44158f,2.94733f,.29155f,.44228f,2.93926f,.29155f,.2657f,2.93712f,.29155f,.23321f,2.93498f,.08368f,.2332f,2.93511f,.41003f,.63775f,-1.4705f,.39449f,.32413f,-1.47692f,.38554f,.31508f,-.95506f,-.28896f,.57549f,1.30662f,-.39837f,.57548f,1.43264f,-.0804f,.54611f,2.94987f}; return value; } private float[] getCoordinate_11_219_point_2() { float[] value = {.0837f,.54612f,2.9496f,.29089f,.57549f,1.30609f,-.0804f,.44158f,2.94773f,.4003f,.5755f,1.432f,.0837f,.44158f,2.94746f,-.2903f,.66757f,-1.51925f,-.14533f,.66757f,-1.51938f,-.11796f,.66757f,-1.51944f,-.0513f,.66757f,-1.51946f,-.02937f,.66757f,-1.51949f,.02973f,.66757f,-1.51954f,.05652f,.66757f,-1.51957f,.1156f,.66757f,-1.51962f,.14459f,.66757f,-1.51965f,.28955f,.66758f,-1.51978f,.28963f,.66303f,-1.34959f,.2897f,.65848f,-1.1794f,.28978f,.65394f,-1.00921f,.28986f,.64939f,-.83902f,.28985f,.61956f,-.84407f,.28964f,.62851f,-1.32572f,.28963f,.63924f,-1.35187f,.28963f,.66497f,-1.35063f,.28955f,.66347f,-1.52359f,.41003f,.66347f,-1.46925f,-.39755f,.6633f,-1.46673f,-.2903f,.6633f,-1.52117f,-.29442f,.63754f,-1.33649f,-.29451f,.61387f,-1.32102f,-.28999f,.61955f,-.84354f,-.28999f,.64938f,-.83849f,-.29007f,.65392f,-1.00868f,-.29014f,.65847f,-1.17887f,-.29022f,.66302f,-1.34906f,-.29441f,.66311f,-1.33335f,.28977f,.38863f,-1.03543f,.28973f,.39231f,-1.13675f,.28968f,.3909f,-1.23296f,.28966f,.40069f,-1.27409f,.28964f,.44676f,-1.31567f,.28964f,.50458f,-1.32826f,.28964f,.56576f,-1.327f,-.29457f,.55591f,-1.3222f,-.29456f,.49912f,-1.32336f,-.29454f,.44432f,-1.31144f,-.2945f,.4001f,-1.27152f,-.29448f,.39067f,-1.23188f,-.29444f,.39198f,-1.14294f,-.2944f,.38863f,-1.05097f,.15909f,.66712f,-1.50264f,.1881f,.66621f,-1.46863f,.2026f,.66576f,-1.45162f,.23161f,.66485f,-1.41761f,.24611f,.66439f,-1.40061f,.27512f,.66348f,-1.3666f,-.27573f,.66347f,-1.36609f,-.24675f,.66438f,-1.40016f,-.23227f,.66484f,-1.41719f,-.20329f,.66575f,-1.45125f,-.1888f,.6662f,-1.46829f,-.15982f,.66711f,-1.50235f,.39904f,.63924f,-1.35192f,.41467f,.6375f,-1.35243f,.42565f,.636f,-1.47101f,.39904f,.66497f,-1.35068f,.41012f,.32239f,-1.47743f,.40117f,.31334f,-.95557f,-.41956f,.32294f,-1.47675f,-.41447f,.63655f,-1.47032f,-.39542f,.63754f,-1.33644f,-.39542f,.66311f,-1.3333f,-.4111f,.63636f,-1.3369f,-.41082f,.32382f,-.97183f,-.30193f,.352f,-1.06223f,-.3019f,.30428f,-.98573f,-.36848f,.30428f,-.98967f,-.30207f,.60661f,-1.35821f,-.29419f,.66166f,-.96584f,-.29419f,.63609f,-.96897f,-.30207f,.56443f,-1.35907f,-.39524f,.37327f,-1.05562f,-.41091f,.37209f,-1.05609f,-.38766f,.352f,-1.06219f,-.39538f,.55623f,-1.33767f,-.38779f,.56443f,-1.35903f,-.38779f,.60661f,-1.35817f,-.41105f,.55505f,-1.33814f,-.41174f,.63754f,-1.33643f,-.41174f,.66311f,-1.33329f,-.39531f,.63681f,-1.15268f,-.41163f,.63681f,-1.15267f,-.39524f,.37644f,-1.14306f,-.41092f,.37526f,-1.14353f,-.38766f,.35197f,-1.0621f,-.38769f,.35467f,-1.13628f,-.39529f,.37511f,-1.23354f,-.41097f,.37393f,-1.234f,-.3877f,.35482f,-1.15031f,-.38773f,.35373f,-1.22449f,-.39536f,.38612f,-1.27977f}; return value; } private float[] getCoordinate_11_219_point_3() { float[] value = {-.41104f,.38494f,-1.28023f,-.38774f,.3562f,-1.24702f,-.38775f,.36283f,-1.27485f,-.3954f,.43698f,-1.32568f,-.41107f,.4358f,-1.32615f,-.38777f,.37926f,-1.30256f,-.38778f,.41527f,-1.33507f,-.39539f,.49761f,-1.33887f,-.41106f,.49643f,-1.33934f,-.38779f,.44201f,-1.3488f,-.38779f,.48455f,-1.35806f,-.38779f,.50672f,-1.36021f,-.38779f,.5489f,-1.35935f,-.30207f,.54891f,-1.35939f,-.30207f,.50672f,-1.36025f,-.30206f,.48455f,-1.3581f,-.30206f,.44201f,-1.34884f,-.30205f,.41527f,-1.33511f,-.30204f,.37926f,-1.3026f,-.30203f,.36283f,-1.27489f,-.30201f,.3562f,-1.24706f,-.302f,.35373f,-1.22453f,-.30197f,.35482f,-1.15035f,-.30196f,.35467f,-1.13633f,-.30193f,.35197f,-1.06214f,.34299f,.28788f,-.97423f,.30239f,.28788f,-.97419f,.30235f,.33206f,-1.04501f,.3022f,.57993f,-1.3798f,.3022f,.61649f,-1.37905f,.28985f,.63876f,-.96156f,.28985f,.66449f,-.96032f,.39904f,.5663f,-1.35322f,.41467f,.56456f,-1.35373f,.38644f,.61649f,-1.37909f,.38644f,.57993f,-1.37984f,.41506f,.66497f,-1.35069f,.41506f,.63924f,-1.35193f,.41517f,.639f,-1.15678f,.39915f,.639f,-1.15677f,.39919f,.36273f,-1.04341f,.3866f,.33206f,-1.04505f,.41481f,.36099f,-1.04392f,.39904f,.50203f,-1.35454f,.41467f,.50029f,-1.35505f,.38644f,.55376f,-1.38038f,.38644f,.51486f,-1.38117f,.39905f,.43439f,-1.33982f,.41468f,.43265f,-1.34033f,.38644f,.48431f,-1.3782f,.38645f,.43975f,-1.3685f,.39907f,.37711f,-1.28811f,.4147f,.37537f,-1.28862f,.38646f,.40795f,-1.35218f,.38648f,.36731f,-1.3155f,.3991f,.36468f,-1.2359f,.41472f,.36294f,-1.23641f,.38649f,.34838f,-1.28356f,.3865f,.34135f,-1.25402f,.39914f,.36614f,-1.13709f,.41477f,.3644f,-1.1376f,.38652f,.33797f,-1.22326f,.38655f,.33905f,-1.14995f,.38656f,.33877f,-1.12481f,.38659f,.33639f,-1.0592f,.30235f,.33639f,-1.05916f,.30232f,.33877f,-1.12477f,.30231f,.33904f,-1.1499f,.30227f,.33797f,-1.22322f,.30226f,.34135f,-1.25398f,.30225f,.34838f,-1.28352f,.30223f,.36731f,-1.31546f,.30221f,.40795f,-1.35214f,.30221f,.43975f,-1.36846f,.3022f,.48431f,-1.37816f,.3022f,.51486f,-1.38113f,.3022f,.55376f,-1.38033f,.08368f,.26569f,2.93725f,.08368f,.44228f,2.93939f,-.08042f,.44227f,2.93966f,-.08042f,.26569f,2.93752f,.39927f,.66449f,-.96037f,.41528f,.66449f,-.96038f,-.3952f,.66165f,-.96579f,-.41151f,.66165f,-.96578f,.39927f,.63876f,-.96161f,.41528f,.63876f,-.96162f,.39925f,.63878f,-.98113f,.39926f,.3276f,-.98151f,.39927f,.32758f,-.962f,.41529f,.32758f,-.96201f,-.3952f,.63609f,-.96892f,-.41152f,.63609f,-.96891f,-.41151f,.32491f,-.97014f,-.3952f,.32491f,-.97015f,-.39521f,.32498f,-.98853f,-.39521f,.63616f,-.9873f,-.14688f,.72705f,-1.54031f,-.11894f,.72706f,-1.54039f,-.16145f,.7266f,-1.52318f}; return value; } private float[] getCoordinate_11_219_point_4() { float[] value = {.14587f,.72706f,-1.5407f,.16048f,.7266f,-1.52359f,.11659f,.72706f,-1.54066f,.292f,.72249f,-1.36955f,.2897f,.71477f,-1.17829f,.27739f,.72295f,-1.38666f,.28978f,.71022f,-1.0081f,-.29007f,.71021f,-1.00757f,-.29014f,.71476f,-1.17776f,-.2926f,.72248f,-1.36901f,-.27802f,.72294f,-1.38614f,.29848f,.72055f,-.99979f,-.29876f,.72054f,-.99925f,-.29884f,.72523f,-1.17454f,.2984f,.72524f,-1.17509f,.30077f,.73319f,-1.37208f,.24816f,.72386f,-1.42089f,.23355f,.72432f,-1.43801f,.20432f,.72523f,-1.47224f,.18971f,.72569f,-1.48936f,.15025f,.7379f,-1.54837f,.05692f,.72706f,-1.54059f,.02987f,.72706f,-1.54055f,-.02978f,.72706f,-1.54047f,-.052f,.72706f,-1.54043f,-.15128f,.73789f,-1.54797f,-.19059f,.72568f,-1.48892f,-.20517f,.72522f,-1.47179f,-.23431f,.72431f,-1.43753f,-.24888f,.72385f,-1.4204f,-.30136f,.73318f,-1.37153f,.28295f,.7269f,-1.01366f,-.28324f,.72689f,-1.01314f,-.28331f,.73133f,-1.17932f,.28287f,.73134f,-1.17984f,.28511f,.73888f,-1.36659f,.14243f,.74335f,-1.53371f,-.14343f,.74334f,-1.53333f,-.28571f,.73887f,-1.36607f,.18027f,.73888f,-1.36641f,-.18087f,.73887f,-1.36624f,-.13256f,.75797f,-1.5266f,.13157f,.75798f,-1.52695f,.16654f,.75385f,-1.37237f,-.16715f,.75385f,-1.37221f,-.41162f,.63674f,-1.13429f,-.41153f,.63616f,-.98729f,-.41152f,.32498f,-.98852f,.41527f,.63878f,-.98114f,.41518f,.63898f,-1.13726f,.41528f,.3276f,-.98152f,-.39531f,.32564f,-1.15391f,-.41162f,.32564f,-1.1539f,-.41161f,.32556f,-1.13552f,.41519f,.3278f,-1.13765f,.41518f,.32782f,-1.15716f,.39916f,.32782f,-1.15715f,-.3953f,.63674f,-1.1343f,-.3953f,.32556f,-1.13553f,.39916f,.63898f,-1.13725f,.39917f,.3278f,-1.13764f}; return value; } /** Define subarrays using type int[] */ private int[] getIndexedFaceSet_10_231_coordIndex_1() { int[] value = {0,1,2,-1,0,2,3,-1,25,26,23,-1,23,26,27,-1,23,27,22,-1,22,27,16,-1,22,16,20,-1,20,16,18,-1,20,18,19,-1,25,23,24,-1,18,16,17,-1,22,20,21,-1,16,28,29,-1,16,29,17,-1,8,30,31,-1,8,31,9,-1,31,30,24,-1,31,24,23,-1,32,33,29,-1,32,29,28,-1,32,3,2,-1,32,2,33,-1,34,35,36,-1,34,36,37,-1,34,38,39,-1,34,39,40,-1,34,40,41,-1,34,41,42,-1,34,42,35,-1,43,44,45,-1,43,45,46,-1,43,46,47,-1,43,47,48,-1,44,49,50,-1,44,50,45,-1,51,52,53,-1,51,53,54,-1,52,55,56,-1,52,56,53,-1,57,48,47,-1,57,47,58,-1,57,58,59,-1,57,59,60,-1,61,60,59,-1,61,59,62,-1,61,62,63,-1,61,63,64,-1,65,66,67,-1,65,67,68,-1,55,64,63,-1,55,63,56,-1,49,69,70,-1,49,70,50,-1,69,71,72,-1,69,72,70,-1,71,37,36,-1,71,36,72,-1,73,74,75,-1,73,75,76,-1,73,76,77,-1,73,77,78,-1,73,78,79,-1,73,80,81,-1,73,81,74,-1,82,83,84,-1,82,84,85,-1,82,85,86,-1,82,86,87,-1,83,88,89,-1,83,89,84,-1,90,91,92,-1,90,92,93,-1,90,93,94,-1,90,94,95,-1,91,96,97,-1,91,97,92,-1,98,99,100,-1,98,100,101,-1,98,101,102,-1,98,102,103,-1,99,104,105,-1,99,105,100,-1,106,95,94,-1,106,94,107,-1,106,107,108,-1,106,108,109,-1,96,103,102,-1,96,102,97,-1,104,110,111,-1,104,111,105,-1,88,109,108,-1,88,108,89,-1,80,87,86,-1,80,86,81,-1}; return value; } /** Define subarrays using type float[] */ private float[] getCoordinate_11_231_point_1() { float[] value = {-.03712f,-.09621f,-3.38045f,-.00119f,-.02457f,-3.59858f,-.0005f,-.02457f,-3.59858f,-.01974f,-.09475f,-3.4727f,-.04941f,-.09864f,-3.22669f,-.06466f,-.10556f,-3.04223f,-.09094f,-.12051f,-2.85784f,-.21688f,-.14297f,3.72792f,-.17981f,-.15613f,4.54197f,-.20819f,-.1261f,4.54629f,-.21827f,-.10351f,1.28575f,-.1826f,-.0772f,-.34236f,-.17999f,-.06843f,-1.19512f,-.17868f,-.06404f,-1.6215f,-.17737f,-.05966f,-2.04788f,-.17475f,-.05088f,-2.90064f,.0375f,-.09621f,-3.38045f,.00156f,-.02457f,-3.59858f,.11705f,-.05088f,-2.90064f,.11966f,-.05966f,-2.04788f,.12097f,-.06404f,-1.6215f,.12228f,-.06843f,-1.19512f,.1249f,-.0772f,-.34236f,.16057f,-.10351f,1.28575f,.21407f,-.14297f,3.72792f,.09131f,-.12051f,-2.85784f,.06504f,-.10556f,-3.04223f,.04978f,-.09864f,-3.22669f,.02011f,-.09475f,-3.4727f,.00088f,-.02457f,-3.59858f,.23191f,-.15613f,4.54197f,.23643f,-.12911f,4.54629f,.00019f,-.09427f,-3.50345f,.00019f,-.02457f,-3.59858f,-.29442f,.63754f,-1.33649f,-.39542f,.63754f,-1.33644f,-.38779f,.60661f,-1.35817f,-.30207f,.60661f,-1.35821f,-.29419f,.63609f,-.96897f,-.3952f,.63609f,-.96892f,-.39521f,.63616f,-.9873f,-.3953f,.63674f,-1.1343f,-.39531f,.63681f,-1.15268f,-.30206f,.44201f,-1.34884f,-.30206f,.48455f,-1.3581f,-.38779f,.48455f,-1.35806f,-.38779f,.44201f,-1.3488f,-.38778f,.41527f,-1.33507f,-.30205f,.41527f,-1.33511f,-.30207f,.50672f,-1.36025f,-.38779f,.50672f,-1.36021f,-.30193f,.35197f,-1.06214f,-.30196f,.35467f,-1.13633f,-.38769f,.35467f,-1.13628f,-.38766f,.35197f,-1.0621f,-.30197f,.35482f,-1.15035f,-.3877f,.35482f,-1.15031f,-.30204f,.37926f,-1.3026f,-.38777f,.37926f,-1.30256f,-.38775f,.36283f,-1.27485f,-.30203f,.36283f,-1.27489f,-.30201f,.3562f,-1.24706f,-.38774f,.3562f,-1.24702f,-.38773f,.35373f,-1.22449f,-.302f,.35373f,-1.22453f,-.3019f,.30428f,-.98573f,-.30193f,.352f,-1.06223f,-.38766f,.352f,-1.06219f,-.36848f,.30428f,-.98967f,-.30207f,.54891f,-1.35939f,-.38779f,.5489f,-1.35935f,-.30207f,.56443f,-1.35907f,-.38779f,.56443f,-1.35903f,.28963f,.63924f,-1.35187f,.39904f,.63924f,-1.35192f,.39915f,.639f,-1.15677f,.39916f,.63898f,-1.13725f,.39925f,.63878f,-.98113f,.39927f,.63876f,-.96161f,.28985f,.63876f,-.96156f,.3022f,.61649f,-1.37905f,.38644f,.61649f,-1.37909f,.3022f,.55376f,-1.38033f,.3022f,.51486f,-1.38113f,.38644f,.51486f,-1.38117f,.38644f,.55376f,-1.38038f,.38644f,.57993f,-1.37984f,.3022f,.57993f,-1.3798f,.3022f,.48431f,-1.37816f,.38644f,.48431f,-1.3782f,.30225f,.34838f,-1.28352f,.30226f,.34135f,-1.25398f,.3865f,.34135f,-1.25402f,.38649f,.34838f,-1.28356f,.38648f,.36731f,-1.3155f,.30223f,.36731f,-1.31546f,.30227f,.33797f,-1.22322f,.38652f,.33797f,-1.22326f,.30232f,.33877f,-1.12477f,.30235f,.33639f,-1.05916f}; return value; } private float[] getCoordinate_11_231_point_2() { float[] value = {.38659f,.33639f,-1.0592f,.38656f,.33877f,-1.12481f,.38655f,.33905f,-1.14995f,.30231f,.33904f,-1.1499f,.30235f,.33206f,-1.04501f,.3866f,.33206f,-1.04505f,.30221f,.40795f,-1.35214f,.38646f,.40795f,-1.35218f,.38645f,.43975f,-1.3685f,.30221f,.43975f,-1.36846f,.30239f,.28788f,-.97419f,.34299f,.28788f,-.97423f}; return value; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #89, 2856 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_8_89_coordIndex() { MFInt32Object IndexedFaceSet_8_89_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_89_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_8_89_coordIndex_2())) .append(new MFInt32Object(getIndexedFaceSet_8_89_coordIndex_3())); return IndexedFaceSet_8_89_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #89, 1083 total numbers made up of 361 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_9_89_point() { MFVec3fObject Coordinate_9_89_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_9_89_point_1())) .append(new MFVec3fObject(getCoordinate_9_89_point_2())) .append(new MFVec3fObject(getCoordinate_9_89_point_3())) .append(new MFVec3fObject(getCoordinate_9_89_point_4())); return Coordinate_9_89_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #95, 4848 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_8_95_coordIndex() { MFInt32Object IndexedFaceSet_8_95_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_95_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_8_95_coordIndex_2())) .append(new MFInt32Object(getIndexedFaceSet_8_95_coordIndex_3())) .append(new MFInt32Object(getIndexedFaceSet_8_95_coordIndex_4())) .append(new MFInt32Object(getIndexedFaceSet_8_95_coordIndex_5())); return IndexedFaceSet_8_95_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #95, 1836 total numbers made up of 612 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_9_95_point() { MFVec3fObject Coordinate_9_95_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_9_95_point_1())) .append(new MFVec3fObject(getCoordinate_9_95_point_2())) .append(new MFVec3fObject(getCoordinate_9_95_point_3())) .append(new MFVec3fObject(getCoordinate_9_95_point_4())) .append(new MFVec3fObject(getCoordinate_9_95_point_5())) .append(new MFVec3fObject(getCoordinate_9_95_point_6())) .append(new MFVec3fObject(getCoordinate_9_95_point_7())); return Coordinate_9_95_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #101, 1616 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_8_101_coordIndex() { MFInt32Object IndexedFaceSet_8_101_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_101_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_8_101_coordIndex_2())); return IndexedFaceSet_8_101_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #101, 612 total numbers made up of 204 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_9_101_point() { MFVec3fObject Coordinate_9_101_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_9_101_point_1())) .append(new MFVec3fObject(getCoordinate_9_101_point_2())) .append(new MFVec3fObject(getCoordinate_9_101_point_3())); return Coordinate_9_101_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #107, 1616 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_8_107_coordIndex() { MFInt32Object IndexedFaceSet_8_107_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_107_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_8_107_coordIndex_2())); return IndexedFaceSet_8_107_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #107, 612 total numbers made up of 204 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_9_107_point() { MFVec3fObject Coordinate_9_107_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_9_107_point_1())) .append(new MFVec3fObject(getCoordinate_9_107_point_2())) .append(new MFVec3fObject(getCoordinate_9_107_point_3())); return Coordinate_9_107_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #113, 1616 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_8_113_coordIndex() { MFInt32Object IndexedFaceSet_8_113_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_113_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_8_113_coordIndex_2())); return IndexedFaceSet_8_113_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #113, 612 total numbers made up of 204 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_9_113_point() { MFVec3fObject Coordinate_9_113_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_9_113_point_1())) .append(new MFVec3fObject(getCoordinate_9_113_point_2())) .append(new MFVec3fObject(getCoordinate_9_113_point_3())); return Coordinate_9_113_point; } /** Large attribute array: IndexedFaceSet colorIndex field, scene-graph level=8, element #119, 496 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_8_119_colorIndex() { MFInt32Object IndexedFaceSet_8_119_colorIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_119_colorIndex_1())); return IndexedFaceSet_8_119_colorIndex; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #119, 496 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_8_119_coordIndex() { MFInt32Object IndexedFaceSet_8_119_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_119_coordIndex_1())); return IndexedFaceSet_8_119_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #119, 192 total numbers made up of 64 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_9_119_point() { MFVec3fObject Coordinate_9_119_point = new MFVec3fObject(new float[] {.06628f,.78158f,2.11891f,.06359f,.78134f,2.1324f,.06359f,.75163f,2.13187f,.06628f,.75187f,2.11838f,.06359f,.78182f,2.10542f,.06555f,.78183f,2.10461f,.06839f,.78158f,2.11891f,.06359f,.75212f,2.10489f,.06555f,.78133f,2.13321f,.05595f,.78114f,2.14383f,.05595f,.75143f,2.1433f,.05745f,.78111f,2.14533f,.04451f,.781f,2.15147f,.04451f,.75129f,2.15094f,.04532f,.78096f,2.15343f,.03102f,.78095f,2.15415f,.03102f,.75125f,2.15362f,.03102f,.78091f,2.15627f,.01753f,.781f,2.15147f,.01753f,.75129f,2.15094f,.01672f,.78096f,2.15343f,.0061f,.78114f,2.14383f,.0061f,.75143f,2.1433f,.0046f,.78111f,2.14533f,-.00155f,.78134f,2.1324f,-.00155f,.75163f,2.13187f,-.0035f,.78133f,2.13321f,-.00423f,.78158f,2.11891f,-.00423f,.75187f,2.11838f,-.00634f,.78158f,2.11891f,-.00155f,.78182f,2.10542f,-.00155f,.75212f,2.10489f,-.0035f,.78183f,2.10461f,.0061f,.78202f,2.09398f,.0061f,.75232f,2.09345f,.0046f,.78205f,2.09249f,.01753f,.78216f,2.08634f,.01753f,.75246f,2.08581f,.01672f,.7822f,2.08439f,.03102f,.78221f,2.08366f,.03102f,.7525f,2.08313f,.03102f,.78225f,2.08155f,.04451f,.78216f,2.08634f,.04451f,.75246f,2.08581f,.04532f,.7822f,2.08439f,.05595f,.78202f,2.09398f,.05595f,.75232f,2.09345f,.05745f,.78205f,2.09249f,.06839f,.78641f,2.11899f,.06555f,.78616f,2.13329f,.05745f,.78594f,2.14541f,.06555f,.78667f,2.1047f,.05745f,.78688f,2.09257f,.04532f,.78703f,2.08448f,.03102f,.78708f,2.08163f,.01672f,.78703f,2.08448f,.0046f,.78688f,2.09257f,-.0035f,.78667f,2.1047f,-.00634f,.78641f,2.11899f,-.0035f,.78616f,2.13329f,.0046f,.78594f,2.14541f,.01672f,.7858f,2.15351f,.03102f,.78575f,2.15636f,.04532f,.7858f,2.15351f}); return Coordinate_9_119_point; } /** Large attribute array: IndexedFaceSet colorIndex field, scene-graph level=8, element #126, 496 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_8_126_colorIndex() { MFInt32Object IndexedFaceSet_8_126_colorIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_126_colorIndex_1())); return IndexedFaceSet_8_126_colorIndex; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #126, 496 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_8_126_coordIndex() { MFInt32Object IndexedFaceSet_8_126_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_126_coordIndex_1())); return IndexedFaceSet_8_126_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #126, 192 total numbers made up of 64 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_9_126_point() { MFVec3fObject Coordinate_9_126_point = new MFVec3fObject(new float[] {.00337f,.78158f,2.04786f,.00069f,.78134f,2.06135f,.00069f,.75163f,2.06082f,.00337f,.75187f,2.04733f,.00069f,.78182f,2.03437f,.00264f,.78183f,2.03356f,.00549f,.78158f,2.04786f,.00069f,.75212f,2.03384f,.00264f,.78133f,2.06216f,-.00695f,.78114f,2.07279f,-.00695f,.75143f,2.07226f,-.00546f,.78111f,2.07428f,-.01839f,.781f,2.08043f,-.01839f,.75129f,2.0799f,-.01758f,.78096f,2.08238f,-.03188f,.78095f,2.08311f,-.03188f,.75125f,2.08258f,-.03188f,.78091f,2.08522f,-.04537f,.781f,2.08043f,-.04537f,.75129f,2.0799f,-.04618f,.78096f,2.08238f,-.05681f,.78114f,2.07279f,-.05681f,.75143f,2.07226f,-.0583f,.78111f,2.07428f,-.06445f,.78134f,2.06135f,-.06445f,.75163f,2.06082f,-.0664f,.78133f,2.06216f,-.06713f,.78158f,2.04786f,-.06713f,.75187f,2.04733f,-.06925f,.78158f,2.04786f,-.06445f,.78182f,2.03437f,-.06445f,.75212f,2.03384f,-.0664f,.78183f,2.03356f,-.05681f,.78202f,2.02294f,-.05681f,.75232f,2.02241f,-.0583f,.78205f,2.02144f,-.04537f,.78216f,2.0153f,-.04537f,.75246f,2.01477f,-.04618f,.7822f,2.01334f,-.03188f,.78221f,2.01262f,-.03188f,.7525f,2.01208f,-.03188f,.78225f,2.0105f,-.01839f,.78216f,2.0153f,-.01839f,.75246f,2.01477f,-.01758f,.7822f,2.01334f,-.00695f,.78202f,2.02294f,-.00695f,.75232f,2.02241f,-.00546f,.78205f,2.02144f,.00549f,.78641f,2.04795f,.00264f,.78616f,2.06225f,-.00546f,.78594f,2.07437f,.00264f,.78667f,2.03365f,-.00546f,.78688f,2.02153f,-.01758f,.78703f,2.01343f,-.03188f,.78708f,2.01059f,-.04618f,.78703f,2.01343f,-.0583f,.78688f,2.02153f,-.0664f,.78667f,2.03365f,-.06925f,.78641f,2.04795f,-.0664f,.78616f,2.06225f,-.0583f,.78594f,2.07437f,-.04618f,.7858f,2.08247f,-.03188f,.78575f,2.08531f,-.01758f,.7858f,2.08247f}); return Coordinate_9_126_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #133, 888 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_8_133_coordIndex() { MFInt32Object IndexedFaceSet_8_133_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_133_coordIndex_1())); return IndexedFaceSet_8_133_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #133, 339 total numbers made up of 113 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_9_133_point() { MFVec3fObject Coordinate_9_133_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_9_133_point_1())) .append(new MFVec3fObject(getCoordinate_9_133_point_2())); return Coordinate_9_133_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #139, 888 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_8_139_coordIndex() { MFInt32Object IndexedFaceSet_8_139_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_139_coordIndex_1())); return IndexedFaceSet_8_139_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #139, 339 total numbers made up of 113 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_9_139_point() { MFVec3fObject Coordinate_9_139_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_9_139_point_1())) .append(new MFVec3fObject(getCoordinate_9_139_point_2())); return Coordinate_9_139_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #145, 888 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_8_145_coordIndex() { MFInt32Object IndexedFaceSet_8_145_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_145_coordIndex_1())); return IndexedFaceSet_8_145_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #145, 339 total numbers made up of 113 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_9_145_point() { MFVec3fObject Coordinate_9_145_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_9_145_point_1())) .append(new MFVec3fObject(getCoordinate_9_145_point_2())); return Coordinate_9_145_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #151, 896 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_8_151_coordIndex() { MFInt32Object IndexedFaceSet_8_151_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_151_coordIndex_1())); return IndexedFaceSet_8_151_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #151, 342 total numbers made up of 114 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_9_151_point() { MFVec3fObject Coordinate_9_151_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_9_151_point_1())) .append(new MFVec3fObject(getCoordinate_9_151_point_2())); return Coordinate_9_151_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #175, 888 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_8_175_coordIndex() { MFInt32Object IndexedFaceSet_8_175_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_175_coordIndex_1())); return IndexedFaceSet_8_175_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #175, 339 total numbers made up of 113 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_9_175_point() { MFVec3fObject Coordinate_9_175_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_9_175_point_1())) .append(new MFVec3fObject(getCoordinate_9_175_point_2())); return Coordinate_9_175_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #181, 888 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_8_181_coordIndex() { MFInt32Object IndexedFaceSet_8_181_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_181_coordIndex_1())); return IndexedFaceSet_8_181_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #181, 339 total numbers made up of 113 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_9_181_point() { MFVec3fObject Coordinate_9_181_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_9_181_point_1())) .append(new MFVec3fObject(getCoordinate_9_181_point_2())); return Coordinate_9_181_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #187, 5088 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_8_187_coordIndex() { MFInt32Object IndexedFaceSet_8_187_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_187_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_8_187_coordIndex_2())) .append(new MFInt32Object(getIndexedFaceSet_8_187_coordIndex_3())) .append(new MFInt32Object(getIndexedFaceSet_8_187_coordIndex_4())) .append(new MFInt32Object(getIndexedFaceSet_8_187_coordIndex_5())) .append(new MFInt32Object(getIndexedFaceSet_8_187_coordIndex_6())); return IndexedFaceSet_8_187_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #187, 2202 total numbers made up of 734 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_9_187_point() { MFVec3fObject Coordinate_9_187_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_9_187_point_1())) .append(new MFVec3fObject(getCoordinate_9_187_point_2())) .append(new MFVec3fObject(getCoordinate_9_187_point_3())) .append(new MFVec3fObject(getCoordinate_9_187_point_4())) .append(new MFVec3fObject(getCoordinate_9_187_point_5())) .append(new MFVec3fObject(getCoordinate_9_187_point_6())) .append(new MFVec3fObject(getCoordinate_9_187_point_7())) .append(new MFVec3fObject(getCoordinate_9_187_point_8())); return Coordinate_9_187_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #193, 4336 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_8_193_coordIndex() { MFInt32Object IndexedFaceSet_8_193_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_8_193_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_8_193_coordIndex_2())) .append(new MFInt32Object(getIndexedFaceSet_8_193_coordIndex_3())) .append(new MFInt32Object(getIndexedFaceSet_8_193_coordIndex_4())) .append(new MFInt32Object(getIndexedFaceSet_8_193_coordIndex_5())); return IndexedFaceSet_8_193_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=9, element #193, 1920 total numbers made up of 640 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_9_193_point() { MFVec3fObject Coordinate_9_193_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_9_193_point_1())) .append(new MFVec3fObject(getCoordinate_9_193_point_2())) .append(new MFVec3fObject(getCoordinate_9_193_point_3())) .append(new MFVec3fObject(getCoordinate_9_193_point_4())) .append(new MFVec3fObject(getCoordinate_9_193_point_5())) .append(new MFVec3fObject(getCoordinate_9_193_point_6())) .append(new MFVec3fObject(getCoordinate_9_193_point_7())); return Coordinate_9_193_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #199, 568 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_10_199_coordIndex() { MFInt32Object IndexedFaceSet_10_199_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_10_199_coordIndex_1())); return IndexedFaceSet_10_199_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=11, element #199, 240 total numbers made up of 80 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_11_199_point() { MFVec3fObject Coordinate_11_199_point = new MFVec3fObject(new float[] {-.10927f,.55283f,2.30811f,-.10193f,.6166f,2.27831f,-.1307f,.61789f,2.20592f,-.13945f,.55423f,2.23f,-.05895f,.552f,2.35498f,-.05483f,.61582f,2.32174f,-.06619f,.75094f,2.18142f,-.03552f,.74944f,2.20515f,-.08431f,.75107f,2.13433f,-.10313f,.71631f,2.15809f,-.08039f,.71565f,2.21496f,-.04312f,.71455f,2.24682f,.06903f,.75094f,2.18142f,.08323f,.71565f,2.21496f,.10597f,.71631f,2.15809f,.08715f,.75107f,2.13433f,.03836f,.74944f,2.20515f,.04596f,.71455f,2.24682f,.11211f,.55283f,2.30811f,.1423f,.55423f,2.23f,.13354f,.61789f,2.20592f,.10477f,.6166f,2.27831f,.05768f,.61582f,2.32174f,.0618f,.552f,2.35498f,-.10927f,.55898f,1.96442f,-.10387f,.62229f,1.95982f,-.05612f,.62307f,1.91639f,-.05895f,.55982f,1.91755f,-.13945f,.55758f,2.04253f,-.13199f,.621f,2.0322f,-.06791f,.75453f,1.98048f,-.03667f,.75395f,1.95315f,-.04498f,.72013f,1.93419f,-.08319f,.72007f,1.96785f,-.08546f,.75304f,2.02398f,-.105f,.71873f,2.02293f,.07075f,.75453f,1.98048f,.08603f,.72007f,1.96785f,.04782f,.72013f,1.93419f,.03951f,.75395f,1.95315f,.0883f,.75304f,2.02398f,.10784f,.71873f,2.02293f,.11211f,.55898f,1.96442f,.0618f,.55982f,1.91755f,.05897f,.62307f,1.91639f,.10671f,.62229f,1.95982f,.13484f,.621f,2.0322f,.1423f,.55758f,2.04253f,-.09287f,.67324f,2.24757f,-.04984f,.67242f,2.28639f,-.11943f,.67433f,2.18193f,.00142f,.55172f,2.3706f,.00142f,.61557f,2.33622f,-.14952f,.55591f,2.13626f,-.14083f,.61945f,2.11906f,.00142f,.74835f,2.21117f,.00142f,.71388f,2.2565f,-.09052f,.75129f,2.07736f,-.11133f,.71714f,2.08961f,.09571f,.67324f,2.24757f,.05269f,.67242f,2.28639f,.12227f,.67433f,2.18193f,.09337f,.75129f,2.07736f,.11418f,.71714f,2.08961f,.15236f,.55591f,2.13626f,.14367f,.61945f,2.11906f,-.09599f,.67839f,1.95953f,-.12151f,.67714f,2.02472f,-.05192f,.67896f,1.92026f,.00142f,.5601f,1.90193f,.00142f,.62333f,1.90191f,.00142f,.75314f,1.94353f,.00142f,.71985f,1.92271f,.09884f,.67839f,1.95953f,.12435f,.67714f,2.02472f,.05477f,.67896f,1.92026f,.00142f,.67207f,2.29909f,.13195f,.67564f,2.1031f,.00142f,.67907f,1.9071f,-.12911f,.67564f,2.1031f}); return Coordinate_11_199_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #213, 1644 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_10_213_coordIndex() { MFInt32Object IndexedFaceSet_10_213_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_10_213_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_10_213_coordIndex_2())); return IndexedFaceSet_10_213_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=11, element #213, 642 total numbers made up of 214 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_11_213_point() { MFVec3fObject Coordinate_11_213_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_11_213_point_1())) .append(new MFVec3fObject(getCoordinate_11_213_point_2())) .append(new MFVec3fObject(getCoordinate_11_213_point_3())); return Coordinate_11_213_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #219, 2364 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_10_219_coordIndex() { MFInt32Object IndexedFaceSet_10_219_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_10_219_coordIndex_1())) .append(new MFInt32Object(getIndexedFaceSet_10_219_coordIndex_2())) .append(new MFInt32Object(getIndexedFaceSet_10_219_coordIndex_3())); return IndexedFaceSet_10_219_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=11, element #219, 1083 total numbers made up of 361 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_11_219_point() { MFVec3fObject Coordinate_11_219_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_11_219_point_1())) .append(new MFVec3fObject(getCoordinate_11_219_point_2())) .append(new MFVec3fObject(getCoordinate_11_219_point_3())) .append(new MFVec3fObject(getCoordinate_11_219_point_4())); return Coordinate_11_219_point; } /** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=10, element #231, 376 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_10_231_coordIndex() { MFInt32Object IndexedFaceSet_10_231_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getIndexedFaceSet_10_231_coordIndex_1())); return IndexedFaceSet_10_231_coordIndex; } /** Large attribute array: Coordinate point field, scene-graph level=11, element #231, 336 total numbers made up of 112 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_11_231_point() { MFVec3fObject Coordinate_11_231_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getCoordinate_11_231_point_1())) .append(new MFVec3fObject(getCoordinate_11_231_point_2())); return Coordinate_11_231_point; } /** The initialized model object, created within initialize() method. */ private X3DObject x3dModel; /** Provide a * shallow copy * of the X3D model. * @see X3DObject * @return OliverHazardPerryFFG 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 OliverHazardPerryFFG().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: \"OliverHazardPerryFFG\" 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 \"OliverHazardPerryFFG\" self-validation test results: "); String validationResults = thisExampleX3dObject.validationReport(); System.out.println(validationResults); } } }