package Savage.ShipsMilitary.PatrolCraftNavalAcademyBrazil;
/*
Copyright (c) 1995-2019 held by the author(s). All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of the Web3D Consortium (http://www.web3D.org)
nor the names of its contributors may be used to endorse or
promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
import java.util.*;
import org.web3d.x3d.jsail.Core.*;
import org.web3d.x3d.jsail.fields.*;
import org.web3d.x3d.jsail.Geometry3D.*;
import org.web3d.x3d.jsail.Grouping.*;
import org.web3d.x3d.jsail.Networking.*;
import org.web3d.x3d.jsail.PointingDeviceSensor.*;
import org.web3d.x3d.jsail.Rendering.*;
import org.web3d.x3d.jsail.Scripting.*;
import org.web3d.x3d.jsail.Shape.*;
// Javadoc annotations follow, see below for source.
/**
*
Brazilian Naval Academy Training Ship.
Related links: Mtr50.java source, Mtr50 catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
This program uses the
X3D Java Scene Access Interface Library (X3DJSAIL).
It has been produced using the
X3dToJava.xslt
stylesheet to create Java source code from an .x3d
model.
* @author Claudio Coreixas
*/
public class Mtr50
{
/** Default constructor to create this object. */
public Mtr50 ()
{
initialize();
}
/** Create and initialize the X3D model for this object. */
public final void initialize()
{
x3dModel = new X3DObject().setProfile(X3DObject.PROFILE_IMMERSIVE).setVersion(X3DObject.VERSION_3_1)
.setHead(new headObject()
.addMeta(new metaObject().setName(metaObject.NAME_TITLE ).setContent("Mtr50.x3d"))
.addMeta(new metaObject().setName(metaObject.NAME_DESCRIPTION).setContent("Brazilian Naval Academy Training Ship"))
.addMeta(new metaObject().setName(metaObject.NAME_CREATOR ).setContent("Claudio Coreixas"))
.addMeta(new metaObject().setName(metaObject.NAME_CREATED ).setContent("20 October 2009"))
.addMeta(new metaObject().setName(metaObject.NAME_MODIFIED ).setContent("14 January 2014"))
.addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("http://www.en.mar.mil.br"))
.addMeta(new metaObject().setName(metaObject.NAME_SUBJECT ).setContent("ships"))
.addMeta(new metaObject().setName(metaObject.NAME_IDENTIFIER ).setContent("https://savage.nps.edu/Savage/ShipsMilitary/PatrolCraft-NavalAcademy-Brazil/Mtr50.x3d"))
.addMeta(new metaObject().setName(metaObject.NAME_GENERATOR ).setContent("X3D-Edit, https://savage.nps.edu/X3D-Edit"))
.addMeta(new metaObject().setName(metaObject.NAME_LICENSE ).setContent("../../license.html")))
.setScene(new SceneObject()
.addChild(new TransformObject("tripod08").setTranslation(0.25f,0.0f,-0.25f)
.addChild(new TransformObject().setTranslation(0.0f,0.01f,0.0f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f)))
.setGeometry(new CylinderObject().setHeight(0.02f).setRadius(0.06f)))))
.addChild(new TransformObject("tripod04").setTranslation(-0.25f,0.0f,-0.25f)
.addChild(new TransformObject().setTranslation(0.0f,0.01f,0.0f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f)))
.setGeometry(new CylinderObject().setHeight(0.02f).setRadius(0.06f)))))
.addChild(new TransformObject("tripod05").setTranslation(-0.25f,0.0f,0.25f)
.addChild(new TransformObject().setTranslation(0.0f,0.01f,0.0f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f)))
.setGeometry(new CylinderObject().setHeight(0.02f).setRadius(0.06f)))))
.addChild(new TransformObject("tripod03").setTranslation(0.25f,0.0f,0.25f)
.addChild(new TransformObject().setTranslation(0.0f,0.01f,0.0f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f)))
.setGeometry(new CylinderObject().setHeight(0.02f).setRadius(0.06f)))))
.addChild(new TransformObject("tubeBaseBottom").setTranslation(0.0f,0.22f,0.0f)
.addChild(new TransformObject().setTranslation(0.0f,0.3f,0.0f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7176f,0.7176f,0.7176f).setShininess(0.145f)))
.setGeometry(new CylinderObject().setHeight(0.6f).setRadius(0.04f)))))
.addChild(new TransformObject("tripod07").setTranslation(-0.1238f,0.0f,-0.1259f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7176f,0.7176f,0.7176f).setShininess(0.145f)))
.setGeometry(new IndexedFaceSetObject("tripod07-FACES").setDEF("tripod07-FACES").setCoordIndex(gettripod07_FACES_5_44_coordIndex())
.setCoord(new CoordinateObject("tripod07-COORD").setPoint(gettripod07_COORD_6_44_point())))))
.addChild(new TransformObject("tripod02").setRotation(0.0f,1.0f,0.0f,-1.571f).setTranslation(0.1259f,0.0f,-0.1238f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7176f,0.7176f,0.7176f).setShininess(0.145f)))
.setGeometry(new IndexedFaceSetObject("tripod02-FACES").setDEF("tripod02-FACES").setCoordIndex(gettripod02_FACES_5_50_coordIndex())
.setCoord(new CoordinateObject("tripod02-COORD").setPoint(gettripod02_COORD_6_50_point())))))
.addChild(new TransformObject("tripod06").setRotation(0.0f,-1.0f,0.0f,-3.131f).setTranslation(0.1224f,0.0f,0.1272f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7176f,0.7176f,0.7176f).setShininess(0.145f)))
.setGeometry(new IndexedFaceSetObject("tripod06-FACES").setDEF("tripod06-FACES").setCoordIndex(gettripod06_FACES_5_56_coordIndex())
.setCoord(new CoordinateObject("tripod06-COORD").setPoint(gettripod06_COORD_6_56_point())))))
.addChild(new TransformObject("tripod01").setRotation(0.0f,-1.0f,0.0f,-1.571f).setTranslation(-0.1259f,0.0f,0.1238f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7176f,0.7176f,0.7176f).setShininess(0.145f)))
.setGeometry(new IndexedFaceSetObject("tripod01-FACES").setDEF("tripod01-FACES").setCoordIndex(gettripod01_FACES_5_62_coordIndex())
.setCoord(new CoordinateObject("tripod01-COORD").setPoint(gettripod01_COORD_6_62_point())))))
.addChild(new TransformObject("tubeBaseMiddle").setTranslation(0.0f,0.6841f,0.0f)
.addChild(new TransformObject().setTranslation(0.0f,0.05f,0.0f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7176f,0.7176f,0.7176f).setShininess(0.145f)))
.setGeometry(new CylinderObject().setHeight(0.1f).setRadius(0.055f)))))
.addChild(new TransformObject("tubeBaseTop").setTranslation(0.0f,0.7841f,0.0f)
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.2627f,0.2627f,0.2627f).setShininess(0.145f)))
.setGeometry(new IndexedFaceSetObject("tubeBaseTop-FACES").setDEF("tubeBaseTop-FACES").setCoordIndex(gettubeBaseTop_FACES_5_74_coordIndex())
.setCoord(new CoordinateObject("tubeBaseTop-COORD").setPoint(gettubeBaseTop_COORD_6_74_point())))))
.addChild(new TransformObject("gunBody3").setTranslation(0.0f,1.052f,0.0f)
.addChild(new TransformObject("gunBody").setRotation(1.0f,0.0f,0.0f,0.0f)
.addChild(new InlineObject().setUrl(new String[] {"Mtr50body.x3d","https://savage.nps.edu/Savage/ShipsMilitary/PatrolCraft-NavalAcademy-Brazil/Mtr50body.x3d"}))
.addChild(new TransformObject("bearing").setTranslation(0.0f,-0.8f,0.0f)
.addChild(new CylinderSensorObject("DefaultCylinderSensor").setDescription("drag to change bearing").setDiskAngle(0.75f).setMaxAngle(1.75f).setMinAngle(-0.9f))
.addChild(new ShapeObject()
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1f).setDiffuseColor(1.0f,0.701961f,0.039216f).setTransparency(0.85f)))
.setGeometry(new CylinderObject().setHeight(0.001f).setRadius(0.6f))))
.addChild(new TransformObject().setTranslation(-0.1f,-1.052f,1.0f)
.addChild(new ShapeObject("CCW")
.setGeometry(new BoxObject().setSize(0.1f,0.1f,0.1f))
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1f).setDiffuseColor(1.0f,0.239216f,0.0f).setShininess(0.145f))))
.addChild(new TouchSensorObject("rotateCCW").setDescription("Touch to change .50 bearing")))
.addChild(new TransformObject().setTranslation(0.1f,-1.052f,1.0f)
.addChild(new ShapeObject("CW")
.setGeometry(new BoxObject().setSize(0.1f,0.1f,0.1f))
.setAppearance(new AppearanceObject()
.setMaterial(new MaterialObject().setAmbientIntensity(1f).setDiffuseColor(0.435294f,1.0f,0.039216f).setShininess(0.145f))))
.addChild(new TouchSensorObject("rotateCW").setDescription("Touch to change .50 bearing CCW"))))
.addChild(new ROUTEObject().setFromNode("DefaultCylinderSensor").setFromField("rotation_changed").setToNode("gunBody").setToField("rotation")))
.addChild(new ScriptObject("controlScript").setSourceCode("\n" +
" " + "\n" +
"ecmascript:" + "\n" +
"// Filename: rotationScript.js" + "\n" +
"// Author: Claudio Coreixas" + "\n" +
"// Created: 14 October 2009" + "\n" +
"\n" +
"\n" +
"function buttonMotionDone (value)" + "\n" +
"{" + "\n" +
" if (CW == true)" + "\n" +
" {" + "\n" +
" if (inRot[3] > 0.8){" + "\n" +
" outRot = inRot;" + "\n" +
" }" + "\n" +
" else {" + "\n" +
" outRot = new SFRotation(0,1,0,inRot[3]+0.1);" + "\n" +
" }" + "\n" +
" }" + "\n" +
" if (CCW == true)" + "\n" +
" {" + "\n" +
" if (inRot[3] < -0.8){" + "\n" +
" outRot = inRot;" + "\n" +
" }" + "\n" +
" else{" + "\n" +
" outRot = new SFRotation(0,1,0,inRot[3]-0.1);" + "\n" +
" }" + "\n" +
" }" + "\n" +
"\n" +
"}" + "\n")
.addField(new fieldObject().setName("buttonMotionDone").setType(fieldObject.TYPE_SFBOOL).setAccessType(fieldObject.ACCESSTYPE_INPUTONLY))
.addField(new fieldObject().setName("outRot").setType(fieldObject.TYPE_SFROTATION).setAccessType(fieldObject.ACCESSTYPE_OUTPUTONLY))
.addField(new fieldObject().setName("inRot").setType(fieldObject.TYPE_SFROTATION).setAccessType(fieldObject.ACCESSTYPE_INPUTONLY))
.addField(new fieldObject().setName("CW").setType(fieldObject.TYPE_SFBOOL).setAccessType(fieldObject.ACCESSTYPE_INPUTONLY))
.addField(new fieldObject().setName("CCW").setType(fieldObject.TYPE_SFBOOL).setAccessType(fieldObject.ACCESSTYPE_INPUTONLY)))
.addChild(new ROUTEObject().setFromNode("rotateCW").setFromField("isActive").setToNode("controlScript").setToField("buttonMotionDone"))
.addChild(new ROUTEObject().setFromNode("rotateCW").setFromField("isActive").setToNode("controlScript").setToField("CW"))
.addChild(new ROUTEObject().setFromNode("rotateCCW").setFromField("isActive").setToNode("controlScript").setToField("buttonMotionDone"))
.addChild(new ROUTEObject().setFromNode("rotateCCW").setFromField("isActive").setToNode("controlScript").setToField("CCW"))
.addChild(new ROUTEObject().setFromNode("gunBody").setFromField("rotation").setToNode("controlScript").setToField("inRot"))
.addChild(new ROUTEObject().setFromNode("controlScript").setFromField("outRot").setToNode("gunBody").setToField("rotation")));
}
// end of initialize() method
/** Define subarrays using type int[] */
private int[] gettripod07_FACES_5_44_coordIndex_1()
{
int[] value = {0,1,25,-1,25,24,0,-1,1,2,26,-1,26,25,1,-1,2,3,27,-1,27,26,2,-1,3,4,28,-1,28,27,3,-1,4,5,29,-1,29,28,4,-1,5,6,30,-1,30,29,5,-1,6,7,31,-1,31,30,6,-1,7,8,32,-1,32,31,7,-1,8,9,33,-1,33,32,8,-1,9,10,34,-1,34,33,9,-1,10,11,35,-1,35,34,10,-1,11,12,36,-1,36,35,11,-1,12,13,37,-1,37,36,12,-1,13,14,38,-1,38,37,13,-1,14,15,39,-1,39,38,14,-1,15,16,40,-1,40,39,15,-1,16,17,41,-1,41,40,16,-1,17,18,42,-1,42,41,17,-1,18,19,43,-1,43,42,18,-1,19,20,44,-1,44,43,19,-1,20,21,45,-1,45,44,20,-1,21,22,46,-1,46,45,21,-1,22,23,47,-1,47,46,22,-1,23,0,24,-1,24,47,23,-1,24,25,49,-1,49,48,24,-1,25,26,50,-1,50,49,25,-1,26,27,51,-1,51,50,26,-1,27,28,52,-1,52,51,27,-1,28,29,53,-1,53,52,28,-1,29,30,54,-1,54,53,29,-1,30,31,55,-1,55,54,30,-1,31,32,56,-1,56,55,31,-1,32,33,57,-1,57,56,32,-1,33,34,58,-1,58,57,33,-1,34,35,59,-1,59,58,34,-1,35,36,60,-1,60,59,35,-1,36,37,61,-1,61,60,36,-1,37,38,62,-1,62,61,37,-1,38,39,63,-1,63,62,38,-1,39,40,64,-1,64,63,39,-1,40,41,65,-1,65,64,40,-1,41,42,66,-1,66,65,41,-1,42,43,67,-1,67,66,42,-1,43,44,68,-1,68,67,43,-1,44,45,69,-1,69,68,44,-1,45,46,70,-1,70,69,45,-1,46,47,71,-1,71,70,46,-1,47,24,48,-1,48,71,47,-1,48,49,73,-1,73,72,48,-1,49,50,74,-1,74,73,49,-1,50,51,75,-1,75,74,50,-1,51,52,76,-1,76,75,51,-1,52,53,77,-1,77,76,52,-1,53,54,78,-1,78,77,53,-1,54,55,79,-1,79,78,54,-1,55,56,80,-1,80,79,55,-1,56,57,81,-1,81,80,56,-1,57,58,82,-1,82,81,57,-1,58,59,83,-1,83,82,58,-1,59,60,84,-1,84,83,59,-1,60,61,85,-1,85,84,60,-1,61,62,86,-1,86,85,61,-1,62,63,87,-1,87,86,62,-1,63,64,88,-1,88,87,63,-1,64,65,89,-1,89,88,64,-1,65,66,90,-1,90,89,65,-1,66,67,91,-1,91,90,66,-1,67,68,92,-1,92,91,67,-1,68,69,93,-1,93,92,68,-1,69,70,94,-1,94,93,69,-1,70,71,95,-1,95,94,70,-1,71,48,72,-1,72,95,71,-1,72,73,97,-1,97,96,72,-1,73,74,98,-1,98,97,73,-1,74,75,99,-1,99,98,74,-1,75,76,100,-1,100,99,75,-1,76,77,101,-1,101,100,76,-1,77,78,102,-1,102,101,77,-1,78,79,103,-1,103,102,78,-1,79,80,104,-1,104,103,79,-1,80,81,105,-1,105,104,80,-1,81,82,106,-1,106,105,81,-1,82,83,107,-1,107,106,82,-1,83,84,108,-1,108,107,83,-1,84,85,109,-1,109,108,84,-1,85,86,110,-1,110,109,85,-1,86,87,111,-1,111,110,86,-1,87,88,112,-1,112,111,87,-1,88,89,113,-1,113,112,88,-1,89,90,114,-1,114,113,89,-1,90,91,115,-1,115,114,90,-1,91,92,116,-1,116,115,91,-1,92,93,117,-1,117,116,92,-1,93,94,118,-1,118,117,93,-1,94,95,119,-1,119,118,94,-1,95,72,96,-1,96,119,95,-1,96,97,121,-1,121,120,96,-1,97,98,122,-1,122,121,97,-1,98,99,123,-1,123,122,98,-1,99,100,124,-1,124,123,99,-1,100,101,125,-1,125,124,100,-1,101,102,126,-1,126,125,101,-1,102,103,127,-1,127,126,102,-1,103,104,128,-1,128,127,103,-1,104,105,129,-1,129,128,104,-1,105,106,130,-1,130,129,105,-1,106,107,131,-1,131,130,106,-1,107,108,132,-1,132,131,107,-1,108,109,133,-1,133,132,108,-1,109,110,134,-1,134,133,109,-1,110,111,135,-1,135,134,110,-1,111,112,136,-1,136,135,111,-1,112,113,137,-1,137,136,112,-1,113,114,138,-1,138,137,113,-1,114,115,139,-1,139,138,114,-1,115,116,140,-1,140,139,115,-1,116,117,141,-1,141,140,116,-1,117,118,142,-1,142,141,117,-1,118,119,143,-1,143,142,118,-1,119,96,120,-1,120,143,119,-1,120,121,145,-1,145,144,120,-1,121,122,146,-1,146,145,121,-1,122,123,147,-1,147,146,122,-1,123,124,148,-1,148,147,123,-1,124,125,149,-1,149,148,124,-1};
return value;
}
private int[] gettripod07_FACES_5_44_coordIndex_2()
{
int[] value = {125,126,150,-1,150,149,125,-1,126,127,151,-1,151,150,126,-1,127,128,152,-1,152,151,127,-1,128,129,153,-1,153,152,128,-1,129,130,154,-1,154,153,129,-1,130,131,155,-1,155,154,130,-1,131,132,156,-1,156,155,131,-1,132,133,157,-1,157,156,132,-1,133,134,158,-1,158,157,133,-1,134,135,159,-1,159,158,134,-1,135,136,160,-1,160,159,135,-1,136,137,161,-1,161,160,136,-1,137,138,162,-1,162,161,137,-1,138,139,163,-1,163,162,138,-1,139,140,164,-1,164,163,139,-1,140,141,165,-1,165,164,140,-1,141,142,166,-1,166,165,141,-1,142,143,167,-1,167,166,142,-1,143,120,144,-1,144,167,143,-1,11,13,12,-1,10,13,11,-1,10,14,13,-1,9,14,10,-1,9,15,14,-1,8,15,9,-1,8,16,15,-1,7,16,8,-1,7,17,16,-1,6,17,7,-1,6,18,17,-1,5,18,6,-1,5,19,18,-1,4,19,5,-1,4,20,19,-1,3,20,4,-1,3,21,20,-1,2,21,3,-1,2,22,21,-1,1,22,2,-1,1,23,22,-1,0,23,1,-1,155,156,157,-1,154,155,157,-1,154,157,158,-1,153,154,158,-1,153,158,159,-1,152,153,159,-1,152,159,160,-1,151,152,160,-1,151,160,161,-1,150,151,161,-1,150,161,162,-1,149,150,162,-1,149,162,163,-1,148,149,163,-1,148,163,164,-1,147,148,164,-1,147,164,165,-1,146,147,165,-1,146,165,166,-1,145,146,166,-1,145,166,167,-1,144,145,167,-1};
return value;
}
/** Define subarrays using type float[] */
private float[] gettripod07_COORD_6_44_point_1()
{
float[] value = {-0.1019f,0.01f,-0.1496f,-0.1043f,0.0133f,-0.1503f,-0.1082f,0.01627f,-0.1492f,-0.1133f,0.01878f,-0.1465f,-0.1193f,0.02072f,-0.1424f,-0.1258f,0.02198f,-0.1371f,-0.1326f,0.02242f,-0.1308f,-0.1389f,0.02198f,-0.124f,-0.1443f,0.02072f,-0.1175f,-0.1483f,0.01878f,-0.1115f,-0.151f,0.01627f,-0.1065f,-0.1521f,0.0133f,-0.1026f,-0.1514f,0.01f,-0.1001f,-0.1489f,0.006701f,-0.0994f,-0.145f,0.003734f,-0.1005f,-0.1399f,0.00122f,-0.1031f,-0.134f,-7.227E-4f,-0.1072f,-0.1275f,-0.001976f,-0.1125f,-0.1207f,-0.00242f,-0.1189f,-0.1143f,-0.001976f,-0.1257f,-0.109f,-7.227E-4f,-0.1322f,-0.1049f,0.00122f,-0.1381f,-0.1023f,0.003734f,-0.1432f,-0.1012f,0.006701f,-0.1471f,-0.06013f,0.05f,-0.1078f,-0.06259f,0.0533f,-0.1085f,-0.06651f,0.05627f,-0.1074f,-0.07159f,0.05878f,-0.1047f,-0.07753f,0.06073f,-0.1006f,-0.08405f,0.06198f,-0.09534f,-0.09084f,0.06242f,-0.08898f,-0.09721f,0.06198f,-0.0822f,-0.1025f,0.06072f,-0.07569f,-0.1066f,0.05878f,-0.06976f,-0.1093f,0.05626f,-0.06468f,-0.1104f,0.0533f,-0.06077f,-0.1097f,0.05f,-0.0583f,-0.1072f,0.0467f,-0.05761f,-0.1033f,0.04373f,-0.05868f,-0.09821f,0.04122f,-0.06134f,-0.09227f,0.03927f,-0.06542f,-0.08575f,0.03802f,-0.07072f,-0.07896f,0.03758f,-0.07708f,-0.07259f,0.03802f,-0.08386f,-0.06727f,0.03928f,-0.09037f,-0.06319f,0.04122f,-0.0963f,-0.06052f,0.04374f,-0.1014f,-0.05944f,0.0467f,-0.1053f,-0.0184f,0.09f,-0.06596f,-0.02086f,0.0933f,-0.06666f,-0.02478f,0.09627f,-0.06559f,-0.02986f,0.09878f,-0.06292f,-0.03581f,0.1007f,-0.05885f,-0.04232f,0.102f,-0.05354f,-0.04911f,0.1024f,-0.04719f,-0.05548f,0.102f,-0.04041f,-0.0608f,0.1007f,-0.0339f,-0.06488f,0.09878f,-0.02796f,-0.06755f,0.09626f,-0.02289f,-0.06863f,0.0933f,-0.01897f,-0.06794f,0.09f,-0.01651f,-0.06547f,0.0867f,-0.01581f,-0.06156f,0.08373f,-0.01688f,-0.05648f,0.08122f,-0.01955f,-0.05053f,0.07928f,-0.02362f,-0.04402f,0.07802f,-0.02893f,-0.03723f,0.07758f,-0.03528f,-0.03086f,0.07803f,-0.04206f,-0.02554f,0.07928f,-0.04857f,-0.02146f,0.08122f,-0.05451f,-0.01879f,0.08374f,-0.05958f,-0.01771f,0.0867f,-0.0635f,0.02333f,0.13f,-0.02417f,0.02086f,0.1333f,-0.02487f,0.01695f,0.1363f,-0.0238f,0.01187f,0.1388f,-0.02113f,0.005926f,0.1407f,-0.01706f,-5.889E-4f,0.142f,-0.01175f,-0.007381f,0.1424f,-0.005393f,-0.01375f,0.142f,0.00139f,-0.01906f,0.1407f,0.007897f,-0.02315f,0.1388f,0.01383f,-0.02582f,0.1363f,0.01891f,-0.0269f,0.1333f,0.02282f,-0.0262f,0.13f,0.02529f,-0.02374f,0.1267f,0.02599f,-0.01982f,0.1237f,0.02491f,-0.01474f,0.1212f,0.02225f,-0.008801f,0.1193f,0.01817f,-0.002287f,0.118f,0.01287f,0.004505f,0.1176f,0.00651f,0.01087f,0.118f,-2.728E-4f,0.01619f,0.1193f,-0.00678f,0.02027f,0.1212f,-0.01272f,0.02294f,0.1237f,-0.01779f,0.02402f,0.1267f,-0.02171f,0.06506f,0.17f,0.01762f,0.06259f,0.1733f,0.01692f,0.05868f,0.1763f,0.018f,0.0536f,0.1788f,0.02066f};
return value;
}
private float[] gettripod07_COORD_6_44_point_2()
{
float[] value = {0.04766f,0.1807f,0.02474f,0.04114f,0.182f,0.03004f,0.03435f,0.1824f,0.0364f,0.02798f,0.182f,0.04318f,0.02267f,0.1807f,0.04969f,0.01859f,0.1788f,0.05563f,0.01591f,0.1763f,0.0607f,0.01483f,0.1733f,0.06462f,0.01553f,0.17f,0.06708f,0.01799f,0.1667f,0.06778f,0.02191f,0.1637f,0.06671f,0.02699f,0.1612f,0.06404f,0.03293f,0.1593f,0.05997f,0.03944f,0.158f,0.05466f,0.04624f,0.1576f,0.0483f,0.0526f,0.158f,0.04152f,0.05792f,0.1593f,0.03501f,0.062f,0.1612f,0.02908f,0.06467f,0.1637f,0.024f,0.06575f,0.1667f,0.02009f,0.1068f,0.21f,0.05941f,0.1043f,0.2133f,0.05872f,0.1004f,0.2163f,0.05979f,0.09533f,0.2188f,0.06246f,0.08939f,0.2207f,0.06653f,0.08287f,0.222f,0.07184f,0.07608f,0.2224f,0.07819f,0.06972f,0.222f,0.08498f,0.0644f,0.2207f,0.09149f,0.06032f,0.2188f,0.09742f,0.05765f,0.2163f,0.1025f,0.05657f,0.2133f,0.1064f,0.05726f,0.21f,0.1089f,0.05972f,0.2067f,0.1096f,0.06364f,0.2037f,0.1085f,0.06872f,0.2012f,0.1058f,0.07466f,0.1993f,0.1018f,0.08118f,0.198f,0.09646f,0.08797f,0.1976f,0.0901f,0.09433f,0.198f,0.08331f,0.09965f,0.1993f,0.07681f,0.1037f,0.2012f,0.07087f,0.1064f,0.2037f,0.0658f,0.1075f,0.2067f,0.06188f,0.1485f,0.25f,0.1012f,0.1461f,0.2533f,0.1005f,0.1421f,0.2563f,0.1016f,0.1371f,0.2588f,0.1042f,0.1311f,0.2607f,0.1083f,0.1246f,0.262f,0.1136f,0.1178f,0.2624f,0.12f,0.1114f,0.262f,0.1268f,0.1061f,0.2607f,0.1333f,0.102f,0.2588f,0.1392f,0.09938f,0.2563f,0.1443f,0.0983f,0.2533f,0.1482f,0.09899f,0.25f,0.1507f,0.1015f,0.2467f,0.1514f,0.1054f,0.2437f,0.1503f,0.1104f,0.2412f,0.1476f,0.1164f,0.2393f,0.1436f,0.1229f,0.238f,0.1382f,0.1297f,0.2376f,0.1319f,0.1361f,0.238f,0.1251f,0.1414f,0.2393f,0.1186f,0.1455f,0.2412f,0.1127f,0.1481f,0.2437f,0.1076f,0.1492f,0.2467f,0.1037f};
return value;
}
/** Define subarrays using type int[] */
private int[] gettripod02_FACES_5_50_coordIndex_1()
{
int[] value = {0,1,25,-1,25,24,0,-1,1,2,26,-1,26,25,1,-1,2,3,27,-1,27,26,2,-1,3,4,28,-1,28,27,3,-1,4,5,29,-1,29,28,4,-1,5,6,30,-1,30,29,5,-1,6,7,31,-1,31,30,6,-1,7,8,32,-1,32,31,7,-1,8,9,33,-1,33,32,8,-1,9,10,34,-1,34,33,9,-1,10,11,35,-1,35,34,10,-1,11,12,36,-1,36,35,11,-1,12,13,37,-1,37,36,12,-1,13,14,38,-1,38,37,13,-1,14,15,39,-1,39,38,14,-1,15,16,40,-1,40,39,15,-1,16,17,41,-1,41,40,16,-1,17,18,42,-1,42,41,17,-1,18,19,43,-1,43,42,18,-1,19,20,44,-1,44,43,19,-1,20,21,45,-1,45,44,20,-1,21,22,46,-1,46,45,21,-1,22,23,47,-1,47,46,22,-1,23,0,24,-1,24,47,23,-1,24,25,49,-1,49,48,24,-1,25,26,50,-1,50,49,25,-1,26,27,51,-1,51,50,26,-1,27,28,52,-1,52,51,27,-1,28,29,53,-1,53,52,28,-1,29,30,54,-1,54,53,29,-1,30,31,55,-1,55,54,30,-1,31,32,56,-1,56,55,31,-1,32,33,57,-1,57,56,32,-1,33,34,58,-1,58,57,33,-1,34,35,59,-1,59,58,34,-1,35,36,60,-1,60,59,35,-1,36,37,61,-1,61,60,36,-1,37,38,62,-1,62,61,37,-1,38,39,63,-1,63,62,38,-1,39,40,64,-1,64,63,39,-1,40,41,65,-1,65,64,40,-1,41,42,66,-1,66,65,41,-1,42,43,67,-1,67,66,42,-1,43,44,68,-1,68,67,43,-1,44,45,69,-1,69,68,44,-1,45,46,70,-1,70,69,45,-1,46,47,71,-1,71,70,46,-1,47,24,48,-1,48,71,47,-1,48,49,73,-1,73,72,48,-1,49,50,74,-1,74,73,49,-1,50,51,75,-1,75,74,50,-1,51,52,76,-1,76,75,51,-1,52,53,77,-1,77,76,52,-1,53,54,78,-1,78,77,53,-1,54,55,79,-1,79,78,54,-1,55,56,80,-1,80,79,55,-1,56,57,81,-1,81,80,56,-1,57,58,82,-1,82,81,57,-1,58,59,83,-1,83,82,58,-1,59,60,84,-1,84,83,59,-1,60,61,85,-1,85,84,60,-1,61,62,86,-1,86,85,61,-1,62,63,87,-1,87,86,62,-1,63,64,88,-1,88,87,63,-1,64,65,89,-1,89,88,64,-1,65,66,90,-1,90,89,65,-1,66,67,91,-1,91,90,66,-1,67,68,92,-1,92,91,67,-1,68,69,93,-1,93,92,68,-1,69,70,94,-1,94,93,69,-1,70,71,95,-1,95,94,70,-1,71,48,72,-1,72,95,71,-1,72,73,97,-1,97,96,72,-1,73,74,98,-1,98,97,73,-1,74,75,99,-1,99,98,74,-1,75,76,100,-1,100,99,75,-1,76,77,101,-1,101,100,76,-1,77,78,102,-1,102,101,77,-1,78,79,103,-1,103,102,78,-1,79,80,104,-1,104,103,79,-1,80,81,105,-1,105,104,80,-1,81,82,106,-1,106,105,81,-1,82,83,107,-1,107,106,82,-1,83,84,108,-1,108,107,83,-1,84,85,109,-1,109,108,84,-1,85,86,110,-1,110,109,85,-1,86,87,111,-1,111,110,86,-1,87,88,112,-1,112,111,87,-1,88,89,113,-1,113,112,88,-1,89,90,114,-1,114,113,89,-1,90,91,115,-1,115,114,90,-1,91,92,116,-1,116,115,91,-1,92,93,117,-1,117,116,92,-1,93,94,118,-1,118,117,93,-1,94,95,119,-1,119,118,94,-1,95,72,96,-1,96,119,95,-1,96,97,121,-1,121,120,96,-1,97,98,122,-1,122,121,97,-1,98,99,123,-1,123,122,98,-1,99,100,124,-1,124,123,99,-1,100,101,125,-1,125,124,100,-1,101,102,126,-1,126,125,101,-1,102,103,127,-1,127,126,102,-1,103,104,128,-1,128,127,103,-1,104,105,129,-1,129,128,104,-1,105,106,130,-1,130,129,105,-1,106,107,131,-1,131,130,106,-1,107,108,132,-1,132,131,107,-1,108,109,133,-1,133,132,108,-1,109,110,134,-1,134,133,109,-1,110,111,135,-1,135,134,110,-1,111,112,136,-1,136,135,111,-1,112,113,137,-1,137,136,112,-1,113,114,138,-1,138,137,113,-1,114,115,139,-1,139,138,114,-1,115,116,140,-1,140,139,115,-1,116,117,141,-1,141,140,116,-1,117,118,142,-1,142,141,117,-1,118,119,143,-1,143,142,118,-1,119,96,120,-1,120,143,119,-1,120,121,145,-1,145,144,120,-1,121,122,146,-1,146,145,121,-1,122,123,147,-1,147,146,122,-1,123,124,148,-1,148,147,123,-1,124,125,149,-1,149,148,124,-1};
return value;
}
private int[] gettripod02_FACES_5_50_coordIndex_2()
{
int[] value = {125,126,150,-1,150,149,125,-1,126,127,151,-1,151,150,126,-1,127,128,152,-1,152,151,127,-1,128,129,153,-1,153,152,128,-1,129,130,154,-1,154,153,129,-1,130,131,155,-1,155,154,130,-1,131,132,156,-1,156,155,131,-1,132,133,157,-1,157,156,132,-1,133,134,158,-1,158,157,133,-1,134,135,159,-1,159,158,134,-1,135,136,160,-1,160,159,135,-1,136,137,161,-1,161,160,136,-1,137,138,162,-1,162,161,137,-1,138,139,163,-1,163,162,138,-1,139,140,164,-1,164,163,139,-1,140,141,165,-1,165,164,140,-1,141,142,166,-1,166,165,141,-1,142,143,167,-1,167,166,142,-1,143,120,144,-1,144,167,143,-1,11,13,12,-1,10,13,11,-1,10,14,13,-1,9,14,10,-1,9,15,14,-1,8,15,9,-1,8,16,15,-1,7,16,8,-1,7,17,16,-1,6,17,7,-1,6,18,17,-1,5,18,6,-1,5,19,18,-1,4,19,5,-1,4,20,19,-1,3,20,4,-1,3,21,20,-1,2,21,3,-1,2,22,21,-1,1,22,2,-1,1,23,22,-1,0,23,1,-1,155,156,157,-1,154,155,157,-1,154,157,158,-1,153,154,158,-1,153,158,159,-1,152,153,159,-1,152,159,160,-1,151,152,160,-1,151,160,161,-1,150,151,161,-1,150,161,162,-1,149,150,162,-1,149,162,163,-1,148,149,163,-1,148,163,164,-1,147,148,164,-1,147,164,165,-1,146,147,165,-1,146,165,166,-1,145,146,166,-1,145,166,167,-1,144,145,167,-1};
return value;
}
/** Define subarrays using type float[] */
private float[] gettripod02_COORD_6_50_point_1()
{
float[] value = {-0.1019f,0.01f,-0.1496f,-0.1043f,0.0133f,-0.1503f,-0.1082f,0.01627f,-0.1492f,-0.1133f,0.01878f,-0.1465f,-0.1193f,0.02072f,-0.1424f,-0.1258f,0.02198f,-0.1371f,-0.1326f,0.02242f,-0.1308f,-0.1389f,0.02198f,-0.124f,-0.1443f,0.02072f,-0.1175f,-0.1483f,0.01878f,-0.1115f,-0.151f,0.01627f,-0.1065f,-0.1521f,0.0133f,-0.1026f,-0.1514f,0.01f,-0.1001f,-0.1489f,0.006701f,-0.0994f,-0.145f,0.003734f,-0.1005f,-0.1399f,0.00122f,-0.1031f,-0.134f,-7.227E-4f,-0.1072f,-0.1275f,-0.001976f,-0.1125f,-0.1207f,-0.00242f,-0.1189f,-0.1143f,-0.001976f,-0.1257f,-0.109f,-7.227E-4f,-0.1322f,-0.1049f,0.00122f,-0.1381f,-0.1023f,0.003734f,-0.1432f,-0.1012f,0.006701f,-0.1471f,-0.06013f,0.05f,-0.1078f,-0.06259f,0.0533f,-0.1085f,-0.06651f,0.05627f,-0.1074f,-0.07159f,0.05878f,-0.1047f,-0.07753f,0.06073f,-0.1006f,-0.08405f,0.06198f,-0.09534f,-0.09084f,0.06242f,-0.08898f,-0.09721f,0.06198f,-0.0822f,-0.1025f,0.06072f,-0.07569f,-0.1066f,0.05878f,-0.06976f,-0.1093f,0.05626f,-0.06468f,-0.1104f,0.0533f,-0.06077f,-0.1097f,0.05f,-0.0583f,-0.1072f,0.0467f,-0.05761f,-0.1033f,0.04373f,-0.05868f,-0.09821f,0.04122f,-0.06134f,-0.09227f,0.03927f,-0.06542f,-0.08575f,0.03802f,-0.07072f,-0.07896f,0.03758f,-0.07708f,-0.07259f,0.03802f,-0.08386f,-0.06727f,0.03928f,-0.09037f,-0.06319f,0.04122f,-0.0963f,-0.06052f,0.04374f,-0.1014f,-0.05944f,0.0467f,-0.1053f,-0.0184f,0.09f,-0.06596f,-0.02086f,0.0933f,-0.06666f,-0.02478f,0.09627f,-0.06559f,-0.02986f,0.09878f,-0.06292f,-0.03581f,0.1007f,-0.05885f,-0.04232f,0.102f,-0.05354f,-0.04911f,0.1024f,-0.04719f,-0.05548f,0.102f,-0.04041f,-0.0608f,0.1007f,-0.0339f,-0.06488f,0.09878f,-0.02796f,-0.06755f,0.09626f,-0.02289f,-0.06863f,0.0933f,-0.01897f,-0.06794f,0.09f,-0.01651f,-0.06547f,0.0867f,-0.01581f,-0.06156f,0.08373f,-0.01688f,-0.05648f,0.08122f,-0.01955f,-0.05053f,0.07928f,-0.02362f,-0.04402f,0.07802f,-0.02893f,-0.03723f,0.07758f,-0.03528f,-0.03086f,0.07803f,-0.04206f,-0.02554f,0.07928f,-0.04857f,-0.02146f,0.08122f,-0.05451f,-0.01879f,0.08374f,-0.05958f,-0.01771f,0.0867f,-0.0635f,0.02333f,0.13f,-0.02417f,0.02086f,0.1333f,-0.02487f,0.01695f,0.1363f,-0.0238f,0.01187f,0.1388f,-0.02113f,0.005926f,0.1407f,-0.01706f,-5.889E-4f,0.142f,-0.01175f,-0.007381f,0.1424f,-0.005393f,-0.01375f,0.142f,0.00139f,-0.01906f,0.1407f,0.007897f,-0.02315f,0.1388f,0.01383f,-0.02582f,0.1363f,0.01891f,-0.0269f,0.1333f,0.02282f,-0.0262f,0.13f,0.02529f,-0.02374f,0.1267f,0.02599f,-0.01982f,0.1237f,0.02491f,-0.01474f,0.1212f,0.02225f,-0.008801f,0.1193f,0.01817f,-0.002287f,0.118f,0.01287f,0.004505f,0.1176f,0.00651f,0.01087f,0.118f,-2.728E-4f,0.01619f,0.1193f,-0.00678f,0.02027f,0.1212f,-0.01272f,0.02294f,0.1237f,-0.01779f,0.02402f,0.1267f,-0.02171f,0.06506f,0.17f,0.01762f,0.06259f,0.1733f,0.01692f,0.05868f,0.1763f,0.018f,0.0536f,0.1788f,0.02066f};
return value;
}
private float[] gettripod02_COORD_6_50_point_2()
{
float[] value = {0.04766f,0.1807f,0.02474f,0.04114f,0.182f,0.03004f,0.03435f,0.1824f,0.0364f,0.02798f,0.182f,0.04318f,0.02267f,0.1807f,0.04969f,0.01859f,0.1788f,0.05563f,0.01591f,0.1763f,0.0607f,0.01483f,0.1733f,0.06462f,0.01553f,0.17f,0.06708f,0.01799f,0.1667f,0.06778f,0.02191f,0.1637f,0.06671f,0.02699f,0.1612f,0.06404f,0.03293f,0.1593f,0.05997f,0.03944f,0.158f,0.05466f,0.04624f,0.1576f,0.0483f,0.0526f,0.158f,0.04152f,0.05792f,0.1593f,0.03501f,0.062f,0.1612f,0.02908f,0.06467f,0.1637f,0.024f,0.06575f,0.1667f,0.02009f,0.1068f,0.21f,0.05941f,0.1043f,0.2133f,0.05872f,0.1004f,0.2163f,0.05979f,0.09533f,0.2188f,0.06246f,0.08939f,0.2207f,0.06653f,0.08287f,0.222f,0.07184f,0.07608f,0.2224f,0.07819f,0.06972f,0.222f,0.08498f,0.0644f,0.2207f,0.09149f,0.06032f,0.2188f,0.09742f,0.05765f,0.2163f,0.1025f,0.05657f,0.2133f,0.1064f,0.05726f,0.21f,0.1089f,0.05972f,0.2067f,0.1096f,0.06364f,0.2037f,0.1085f,0.06872f,0.2012f,0.1058f,0.07466f,0.1993f,0.1018f,0.08118f,0.198f,0.09646f,0.08797f,0.1976f,0.0901f,0.09433f,0.198f,0.08331f,0.09965f,0.1993f,0.07681f,0.1037f,0.2012f,0.07087f,0.1064f,0.2037f,0.0658f,0.1075f,0.2067f,0.06188f,0.1485f,0.25f,0.1012f,0.1461f,0.2533f,0.1005f,0.1421f,0.2563f,0.1016f,0.1371f,0.2588f,0.1042f,0.1311f,0.2607f,0.1083f,0.1246f,0.262f,0.1136f,0.1178f,0.2624f,0.12f,0.1114f,0.262f,0.1268f,0.1061f,0.2607f,0.1333f,0.102f,0.2588f,0.1392f,0.09938f,0.2563f,0.1443f,0.0983f,0.2533f,0.1482f,0.09899f,0.25f,0.1507f,0.1015f,0.2467f,0.1514f,0.1054f,0.2437f,0.1503f,0.1104f,0.2412f,0.1476f,0.1164f,0.2393f,0.1436f,0.1229f,0.238f,0.1382f,0.1297f,0.2376f,0.1319f,0.1361f,0.238f,0.1251f,0.1414f,0.2393f,0.1186f,0.1455f,0.2412f,0.1127f,0.1481f,0.2437f,0.1076f,0.1492f,0.2467f,0.1037f,0.0f,0.0f,0.0f};
return value;
}
/** Define subarrays using type int[] */
private int[] gettripod06_FACES_5_56_coordIndex_1()
{
int[] value = {0,1,25,-1,25,24,0,-1,1,2,26,-1,26,25,1,-1,2,3,27,-1,27,26,2,-1,3,4,28,-1,28,27,3,-1,4,5,29,-1,29,28,4,-1,5,6,30,-1,30,29,5,-1,6,7,31,-1,31,30,6,-1,7,8,32,-1,32,31,7,-1,8,9,33,-1,33,32,8,-1,9,10,34,-1,34,33,9,-1,10,11,35,-1,35,34,10,-1,11,12,36,-1,36,35,11,-1,12,13,37,-1,37,36,12,-1,13,14,38,-1,38,37,13,-1,14,15,39,-1,39,38,14,-1,15,16,40,-1,40,39,15,-1,16,17,41,-1,41,40,16,-1,17,18,42,-1,42,41,17,-1,18,19,43,-1,43,42,18,-1,19,20,44,-1,44,43,19,-1,20,21,45,-1,45,44,20,-1,21,22,46,-1,46,45,21,-1,22,23,47,-1,47,46,22,-1,23,0,24,-1,24,47,23,-1,24,25,49,-1,49,48,24,-1,25,26,50,-1,50,49,25,-1,26,27,51,-1,51,50,26,-1,27,28,52,-1,52,51,27,-1,28,29,53,-1,53,52,28,-1,29,30,54,-1,54,53,29,-1,30,31,55,-1,55,54,30,-1,31,32,56,-1,56,55,31,-1,32,33,57,-1,57,56,32,-1,33,34,58,-1,58,57,33,-1,34,35,59,-1,59,58,34,-1,35,36,60,-1,60,59,35,-1,36,37,61,-1,61,60,36,-1,37,38,62,-1,62,61,37,-1,38,39,63,-1,63,62,38,-1,39,40,64,-1,64,63,39,-1,40,41,65,-1,65,64,40,-1,41,42,66,-1,66,65,41,-1,42,43,67,-1,67,66,42,-1,43,44,68,-1,68,67,43,-1,44,45,69,-1,69,68,44,-1,45,46,70,-1,70,69,45,-1,46,47,71,-1,71,70,46,-1,47,24,48,-1,48,71,47,-1,48,49,73,-1,73,72,48,-1,49,50,74,-1,74,73,49,-1,50,51,75,-1,75,74,50,-1,51,52,76,-1,76,75,51,-1,52,53,77,-1,77,76,52,-1,53,54,78,-1,78,77,53,-1,54,55,79,-1,79,78,54,-1,55,56,80,-1,80,79,55,-1,56,57,81,-1,81,80,56,-1,57,58,82,-1,82,81,57,-1,58,59,83,-1,83,82,58,-1,59,60,84,-1,84,83,59,-1,60,61,85,-1,85,84,60,-1,61,62,86,-1,86,85,61,-1,62,63,87,-1,87,86,62,-1,63,64,88,-1,88,87,63,-1,64,65,89,-1,89,88,64,-1,65,66,90,-1,90,89,65,-1,66,67,91,-1,91,90,66,-1,67,68,92,-1,92,91,67,-1,68,69,93,-1,93,92,68,-1,69,70,94,-1,94,93,69,-1,70,71,95,-1,95,94,70,-1,71,48,72,-1,72,95,71,-1,72,73,97,-1,97,96,72,-1,73,74,98,-1,98,97,73,-1,74,75,99,-1,99,98,74,-1,75,76,100,-1,100,99,75,-1,76,77,101,-1,101,100,76,-1,77,78,102,-1,102,101,77,-1,78,79,103,-1,103,102,78,-1,79,80,104,-1,104,103,79,-1,80,81,105,-1,105,104,80,-1,81,82,106,-1,106,105,81,-1,82,83,107,-1,107,106,82,-1,83,84,108,-1,108,107,83,-1,84,85,109,-1,109,108,84,-1,85,86,110,-1,110,109,85,-1,86,87,111,-1,111,110,86,-1,87,88,112,-1,112,111,87,-1,88,89,113,-1,113,112,88,-1,89,90,114,-1,114,113,89,-1,90,91,115,-1,115,114,90,-1,91,92,116,-1,116,115,91,-1,92,93,117,-1,117,116,92,-1,93,94,118,-1,118,117,93,-1,94,95,119,-1,119,118,94,-1,95,72,96,-1,96,119,95,-1,96,97,121,-1,121,120,96,-1,97,98,122,-1,122,121,97,-1,98,99,123,-1,123,122,98,-1,99,100,124,-1,124,123,99,-1,100,101,125,-1,125,124,100,-1,101,102,126,-1,126,125,101,-1,102,103,127,-1,127,126,102,-1,103,104,128,-1,128,127,103,-1,104,105,129,-1,129,128,104,-1,105,106,130,-1,130,129,105,-1,106,107,131,-1,131,130,106,-1,107,108,132,-1,132,131,107,-1,108,109,133,-1,133,132,108,-1,109,110,134,-1,134,133,109,-1,110,111,135,-1,135,134,110,-1,111,112,136,-1,136,135,111,-1,112,113,137,-1,137,136,112,-1,113,114,138,-1,138,137,113,-1,114,115,139,-1,139,138,114,-1,115,116,140,-1,140,139,115,-1,116,117,141,-1,141,140,116,-1,117,118,142,-1,142,141,117,-1,118,119,143,-1,143,142,118,-1,119,96,120,-1,120,143,119,-1,120,121,145,-1,145,144,120,-1,121,122,146,-1,146,145,121,-1,122,123,147,-1,147,146,122,-1,123,124,148,-1,148,147,123,-1,124,125,149,-1,149,148,124,-1};
return value;
}
private int[] gettripod06_FACES_5_56_coordIndex_2()
{
int[] value = {125,126,150,-1,150,149,125,-1,126,127,151,-1,151,150,126,-1,127,128,152,-1,152,151,127,-1,128,129,153,-1,153,152,128,-1,129,130,154,-1,154,153,129,-1,130,131,155,-1,155,154,130,-1,131,132,156,-1,156,155,131,-1,132,133,157,-1,157,156,132,-1,133,134,158,-1,158,157,133,-1,134,135,159,-1,159,158,134,-1,135,136,160,-1,160,159,135,-1,136,137,161,-1,161,160,136,-1,137,138,162,-1,162,161,137,-1,138,139,163,-1,163,162,138,-1,139,140,164,-1,164,163,139,-1,140,141,165,-1,165,164,140,-1,141,142,166,-1,166,165,141,-1,142,143,167,-1,167,166,142,-1,143,120,144,-1,144,167,143,-1,11,13,12,-1,10,13,11,-1,10,14,13,-1,9,14,10,-1,9,15,14,-1,8,15,9,-1,8,16,15,-1,7,16,8,-1,7,17,16,-1,6,17,7,-1,6,18,17,-1,5,18,6,-1,5,19,18,-1,4,19,5,-1,4,20,19,-1,3,20,4,-1,3,21,20,-1,2,21,3,-1,2,22,21,-1,1,22,2,-1,1,23,22,-1,0,23,1,-1,155,156,157,-1,154,155,157,-1,154,157,158,-1,153,154,158,-1,153,158,159,-1,152,153,159,-1,152,159,160,-1,151,152,160,-1,151,160,161,-1,150,151,161,-1,150,161,162,-1,149,150,162,-1,149,162,163,-1,148,149,163,-1,148,163,164,-1,147,148,164,-1,147,164,165,-1,146,147,165,-1,146,165,166,-1,145,146,166,-1,145,166,167,-1,144,145,167,-1};
return value;
}
/** Define subarrays using type float[] */
private float[] gettripod06_COORD_6_56_point_1()
{
float[] value = {-0.1019f,0.01f,-0.1496f,-0.1043f,0.0133f,-0.1503f,-0.1082f,0.01627f,-0.1492f,-0.1133f,0.01878f,-0.1465f,-0.1193f,0.02072f,-0.1424f,-0.1258f,0.02198f,-0.1371f,-0.1326f,0.02242f,-0.1308f,-0.1389f,0.02198f,-0.124f,-0.1443f,0.02072f,-0.1175f,-0.1483f,0.01878f,-0.1115f,-0.151f,0.01627f,-0.1065f,-0.1521f,0.0133f,-0.1026f,-0.1514f,0.01f,-0.1001f,-0.1489f,0.006701f,-0.0994f,-0.145f,0.003734f,-0.1005f,-0.1399f,0.00122f,-0.1031f,-0.134f,-7.227E-4f,-0.1072f,-0.1275f,-0.001976f,-0.1125f,-0.1207f,-0.00242f,-0.1189f,-0.1143f,-0.001976f,-0.1257f,-0.109f,-7.227E-4f,-0.1322f,-0.1049f,0.00122f,-0.1381f,-0.1023f,0.003734f,-0.1432f,-0.1012f,0.006701f,-0.1471f,-0.06013f,0.05f,-0.1078f,-0.06259f,0.0533f,-0.1085f,-0.06651f,0.05627f,-0.1074f,-0.07159f,0.05878f,-0.1047f,-0.07753f,0.06073f,-0.1006f,-0.08405f,0.06198f,-0.09534f,-0.09084f,0.06242f,-0.08898f,-0.09721f,0.06198f,-0.0822f,-0.1025f,0.06072f,-0.07569f,-0.1066f,0.05878f,-0.06976f,-0.1093f,0.05626f,-0.06468f,-0.1104f,0.0533f,-0.06077f,-0.1097f,0.05f,-0.0583f,-0.1072f,0.0467f,-0.05761f,-0.1033f,0.04373f,-0.05868f,-0.09821f,0.04122f,-0.06134f,-0.09227f,0.03927f,-0.06542f,-0.08575f,0.03802f,-0.07072f,-0.07896f,0.03758f,-0.07708f,-0.07259f,0.03802f,-0.08386f,-0.06727f,0.03928f,-0.09037f,-0.06319f,0.04122f,-0.0963f,-0.06052f,0.04374f,-0.1014f,-0.05944f,0.0467f,-0.1053f,-0.0184f,0.09f,-0.06596f,-0.02086f,0.0933f,-0.06666f,-0.02478f,0.09627f,-0.06559f,-0.02986f,0.09878f,-0.06292f,-0.03581f,0.1007f,-0.05885f,-0.04232f,0.102f,-0.05354f,-0.04911f,0.1024f,-0.04719f,-0.05548f,0.102f,-0.04041f,-0.0608f,0.1007f,-0.0339f,-0.06488f,0.09878f,-0.02796f,-0.06755f,0.09626f,-0.02289f,-0.06863f,0.0933f,-0.01897f,-0.06794f,0.09f,-0.01651f,-0.06547f,0.0867f,-0.01581f,-0.06156f,0.08373f,-0.01688f,-0.05648f,0.08122f,-0.01955f,-0.05053f,0.07928f,-0.02362f,-0.04402f,0.07802f,-0.02893f,-0.03723f,0.07758f,-0.03528f,-0.03086f,0.07803f,-0.04206f,-0.02554f,0.07928f,-0.04857f,-0.02146f,0.08122f,-0.05451f,-0.01879f,0.08374f,-0.05958f,-0.01771f,0.0867f,-0.0635f,0.02333f,0.13f,-0.02417f,0.02086f,0.1333f,-0.02487f,0.01695f,0.1363f,-0.0238f,0.01187f,0.1388f,-0.02113f,0.005926f,0.1407f,-0.01706f,-5.889E-4f,0.142f,-0.01175f,-0.007381f,0.1424f,-0.005393f,-0.01375f,0.142f,0.00139f,-0.01906f,0.1407f,0.007897f,-0.02315f,0.1388f,0.01383f,-0.02582f,0.1363f,0.01891f,-0.0269f,0.1333f,0.02282f,-0.0262f,0.13f,0.02529f,-0.02374f,0.1267f,0.02599f,-0.01982f,0.1237f,0.02491f,-0.01474f,0.1212f,0.02225f,-0.008801f,0.1193f,0.01817f,-0.002287f,0.118f,0.01287f,0.004505f,0.1176f,0.00651f,0.01087f,0.118f,-2.728E-4f,0.01619f,0.1193f,-0.00678f,0.02027f,0.1212f,-0.01272f,0.02294f,0.1237f,-0.01779f,0.02402f,0.1267f,-0.02171f,0.06506f,0.17f,0.01762f,0.06259f,0.1733f,0.01692f,0.05868f,0.1763f,0.018f,0.0536f,0.1788f,0.02066f};
return value;
}
private float[] gettripod06_COORD_6_56_point_2()
{
float[] value = {0.04766f,0.1807f,0.02474f,0.04114f,0.182f,0.03004f,0.03435f,0.1824f,0.0364f,0.02798f,0.182f,0.04318f,0.02267f,0.1807f,0.04969f,0.01859f,0.1788f,0.05563f,0.01591f,0.1763f,0.0607f,0.01483f,0.1733f,0.06462f,0.01553f,0.17f,0.06708f,0.01799f,0.1667f,0.06778f,0.02191f,0.1637f,0.06671f,0.02699f,0.1612f,0.06404f,0.03293f,0.1593f,0.05997f,0.03944f,0.158f,0.05466f,0.04624f,0.1576f,0.0483f,0.0526f,0.158f,0.04152f,0.05792f,0.1593f,0.03501f,0.062f,0.1612f,0.02908f,0.06467f,0.1637f,0.024f,0.06575f,0.1667f,0.02009f,0.1068f,0.21f,0.05941f,0.1043f,0.2133f,0.05872f,0.1004f,0.2163f,0.05979f,0.09533f,0.2188f,0.06246f,0.08939f,0.2207f,0.06653f,0.08287f,0.222f,0.07184f,0.07608f,0.2224f,0.07819f,0.06972f,0.222f,0.08498f,0.0644f,0.2207f,0.09149f,0.06032f,0.2188f,0.09742f,0.05765f,0.2163f,0.1025f,0.05657f,0.2133f,0.1064f,0.05726f,0.21f,0.1089f,0.05972f,0.2067f,0.1096f,0.06364f,0.2037f,0.1085f,0.06872f,0.2012f,0.1058f,0.07466f,0.1993f,0.1018f,0.08118f,0.198f,0.09646f,0.08797f,0.1976f,0.0901f,0.09433f,0.198f,0.08331f,0.09965f,0.1993f,0.07681f,0.1037f,0.2012f,0.07087f,0.1064f,0.2037f,0.0658f,0.1075f,0.2067f,0.06188f,0.1485f,0.25f,0.1012f,0.1461f,0.2533f,0.1005f,0.1421f,0.2563f,0.1016f,0.1371f,0.2588f,0.1042f,0.1311f,0.2607f,0.1083f,0.1246f,0.262f,0.1136f,0.1178f,0.2624f,0.12f,0.1114f,0.262f,0.1268f,0.1061f,0.2607f,0.1333f,0.102f,0.2588f,0.1392f,0.09938f,0.2563f,0.1443f,0.0983f,0.2533f,0.1482f,0.09899f,0.25f,0.1507f,0.1015f,0.2467f,0.1514f,0.1054f,0.2437f,0.1503f,0.1104f,0.2412f,0.1476f,0.1164f,0.2393f,0.1436f,0.1229f,0.238f,0.1382f,0.1297f,0.2376f,0.1319f,0.1361f,0.238f,0.1251f,0.1414f,0.2393f,0.1186f,0.1455f,0.2412f,0.1127f,0.1481f,0.2437f,0.1076f,0.1492f,0.2467f,0.1037f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f};
return value;
}
/** Define subarrays using type int[] */
private int[] gettripod01_FACES_5_62_coordIndex_1()
{
int[] value = {0,1,25,-1,25,24,0,-1,1,2,26,-1,26,25,1,-1,2,3,27,-1,27,26,2,-1,3,4,28,-1,28,27,3,-1,4,5,29,-1,29,28,4,-1,5,6,30,-1,30,29,5,-1,6,7,31,-1,31,30,6,-1,7,8,32,-1,32,31,7,-1,8,9,33,-1,33,32,8,-1,9,10,34,-1,34,33,9,-1,10,11,35,-1,35,34,10,-1,11,12,36,-1,36,35,11,-1,12,13,37,-1,37,36,12,-1,13,14,38,-1,38,37,13,-1,14,15,39,-1,39,38,14,-1,15,16,40,-1,40,39,15,-1,16,17,41,-1,41,40,16,-1,17,18,42,-1,42,41,17,-1,18,19,43,-1,43,42,18,-1,19,20,44,-1,44,43,19,-1,20,21,45,-1,45,44,20,-1,21,22,46,-1,46,45,21,-1,22,23,47,-1,47,46,22,-1,23,0,24,-1,24,47,23,-1,24,25,49,-1,49,48,24,-1,25,26,50,-1,50,49,25,-1,26,27,51,-1,51,50,26,-1,27,28,52,-1,52,51,27,-1,28,29,53,-1,53,52,28,-1,29,30,54,-1,54,53,29,-1,30,31,55,-1,55,54,30,-1,31,32,56,-1,56,55,31,-1,32,33,57,-1,57,56,32,-1,33,34,58,-1,58,57,33,-1,34,35,59,-1,59,58,34,-1,35,36,60,-1,60,59,35,-1,36,37,61,-1,61,60,36,-1,37,38,62,-1,62,61,37,-1,38,39,63,-1,63,62,38,-1,39,40,64,-1,64,63,39,-1,40,41,65,-1,65,64,40,-1,41,42,66,-1,66,65,41,-1,42,43,67,-1,67,66,42,-1,43,44,68,-1,68,67,43,-1,44,45,69,-1,69,68,44,-1,45,46,70,-1,70,69,45,-1,46,47,71,-1,71,70,46,-1,47,24,48,-1,48,71,47,-1,48,49,73,-1,73,72,48,-1,49,50,74,-1,74,73,49,-1,50,51,75,-1,75,74,50,-1,51,52,76,-1,76,75,51,-1,52,53,77,-1,77,76,52,-1,53,54,78,-1,78,77,53,-1,54,55,79,-1,79,78,54,-1,55,56,80,-1,80,79,55,-1,56,57,81,-1,81,80,56,-1,57,58,82,-1,82,81,57,-1,58,59,83,-1,83,82,58,-1,59,60,84,-1,84,83,59,-1,60,61,85,-1,85,84,60,-1,61,62,86,-1,86,85,61,-1,62,63,87,-1,87,86,62,-1,63,64,88,-1,88,87,63,-1,64,65,89,-1,89,88,64,-1,65,66,90,-1,90,89,65,-1,66,67,91,-1,91,90,66,-1,67,68,92,-1,92,91,67,-1,68,69,93,-1,93,92,68,-1,69,70,94,-1,94,93,69,-1,70,71,95,-1,95,94,70,-1,71,48,72,-1,72,95,71,-1,72,73,97,-1,97,96,72,-1,73,74,98,-1,98,97,73,-1,74,75,99,-1,99,98,74,-1,75,76,100,-1,100,99,75,-1,76,77,101,-1,101,100,76,-1,77,78,102,-1,102,101,77,-1,78,79,103,-1,103,102,78,-1,79,80,104,-1,104,103,79,-1,80,81,105,-1,105,104,80,-1,81,82,106,-1,106,105,81,-1,82,83,107,-1,107,106,82,-1,83,84,108,-1,108,107,83,-1,84,85,109,-1,109,108,84,-1,85,86,110,-1,110,109,85,-1,86,87,111,-1,111,110,86,-1,87,88,112,-1,112,111,87,-1,88,89,113,-1,113,112,88,-1,89,90,114,-1,114,113,89,-1,90,91,115,-1,115,114,90,-1,91,92,116,-1,116,115,91,-1,92,93,117,-1,117,116,92,-1,93,94,118,-1,118,117,93,-1,94,95,119,-1,119,118,94,-1,95,72,96,-1,96,119,95,-1,96,97,121,-1,121,120,96,-1,97,98,122,-1,122,121,97,-1,98,99,123,-1,123,122,98,-1,99,100,124,-1,124,123,99,-1,100,101,125,-1,125,124,100,-1,101,102,126,-1,126,125,101,-1,102,103,127,-1,127,126,102,-1,103,104,128,-1,128,127,103,-1,104,105,129,-1,129,128,104,-1,105,106,130,-1,130,129,105,-1,106,107,131,-1,131,130,106,-1,107,108,132,-1,132,131,107,-1,108,109,133,-1,133,132,108,-1,109,110,134,-1,134,133,109,-1,110,111,135,-1,135,134,110,-1,111,112,136,-1,136,135,111,-1,112,113,137,-1,137,136,112,-1,113,114,138,-1,138,137,113,-1,114,115,139,-1,139,138,114,-1,115,116,140,-1,140,139,115,-1,116,117,141,-1,141,140,116,-1,117,118,142,-1,142,141,117,-1,118,119,143,-1,143,142,118,-1,119,96,120,-1,120,143,119,-1,120,121,145,-1,145,144,120,-1,121,122,146,-1,146,145,121,-1,122,123,147,-1,147,146,122,-1,123,124,148,-1,148,147,123,-1,124,125,149,-1,149,148,124,-1};
return value;
}
private int[] gettripod01_FACES_5_62_coordIndex_2()
{
int[] value = {125,126,150,-1,150,149,125,-1,126,127,151,-1,151,150,126,-1,127,128,152,-1,152,151,127,-1,128,129,153,-1,153,152,128,-1,129,130,154,-1,154,153,129,-1,130,131,155,-1,155,154,130,-1,131,132,156,-1,156,155,131,-1,132,133,157,-1,157,156,132,-1,133,134,158,-1,158,157,133,-1,134,135,159,-1,159,158,134,-1,135,136,160,-1,160,159,135,-1,136,137,161,-1,161,160,136,-1,137,138,162,-1,162,161,137,-1,138,139,163,-1,163,162,138,-1,139,140,164,-1,164,163,139,-1,140,141,165,-1,165,164,140,-1,141,142,166,-1,166,165,141,-1,142,143,167,-1,167,166,142,-1,143,120,144,-1,144,167,143,-1,11,13,12,-1,10,13,11,-1,10,14,13,-1,9,14,10,-1,9,15,14,-1,8,15,9,-1,8,16,15,-1,7,16,8,-1,7,17,16,-1,6,17,7,-1,6,18,17,-1,5,18,6,-1,5,19,18,-1,4,19,5,-1,4,20,19,-1,3,20,4,-1,3,21,20,-1,2,21,3,-1,2,22,21,-1,1,22,2,-1,1,23,22,-1,0,23,1,-1,155,156,157,-1,154,155,157,-1,154,157,158,-1,153,154,158,-1,153,158,159,-1,152,153,159,-1,152,159,160,-1,151,152,160,-1,151,160,161,-1,150,151,161,-1,150,161,162,-1,149,150,162,-1,149,162,163,-1,148,149,163,-1,148,163,164,-1,147,148,164,-1,147,164,165,-1,146,147,165,-1,146,165,166,-1,145,146,166,-1,145,166,167,-1,144,145,167,-1};
return value;
}
/** Define subarrays using type float[] */
private float[] gettripod01_COORD_6_62_point_1()
{
float[] value = {-0.1019f,0.01f,-0.1496f,-0.1043f,0.0133f,-0.1503f,-0.1082f,0.01627f,-0.1492f,-0.1133f,0.01878f,-0.1465f,-0.1193f,0.02072f,-0.1424f,-0.1258f,0.02198f,-0.1371f,-0.1326f,0.02242f,-0.1308f,-0.1389f,0.02198f,-0.124f,-0.1443f,0.02072f,-0.1175f,-0.1483f,0.01878f,-0.1115f,-0.151f,0.01627f,-0.1065f,-0.1521f,0.0133f,-0.1026f,-0.1514f,0.01f,-0.1001f,-0.1489f,0.006701f,-0.0994f,-0.145f,0.003734f,-0.1005f,-0.1399f,0.00122f,-0.1031f,-0.134f,-7.227E-4f,-0.1072f,-0.1275f,-0.001976f,-0.1125f,-0.1207f,-0.00242f,-0.1189f,-0.1143f,-0.001976f,-0.1257f,-0.109f,-7.227E-4f,-0.1322f,-0.1049f,0.00122f,-0.1381f,-0.1023f,0.003734f,-0.1432f,-0.1012f,0.006701f,-0.1471f,-0.06013f,0.05f,-0.1078f,-0.06259f,0.0533f,-0.1085f,-0.06651f,0.05627f,-0.1074f,-0.07159f,0.05878f,-0.1047f,-0.07753f,0.06073f,-0.1006f,-0.08405f,0.06198f,-0.09534f,-0.09084f,0.06242f,-0.08898f,-0.09721f,0.06198f,-0.0822f,-0.1025f,0.06072f,-0.07569f,-0.1066f,0.05878f,-0.06976f,-0.1093f,0.05626f,-0.06468f,-0.1104f,0.0533f,-0.06077f,-0.1097f,0.05f,-0.0583f,-0.1072f,0.0467f,-0.05761f,-0.1033f,0.04373f,-0.05868f,-0.09821f,0.04122f,-0.06134f,-0.09227f,0.03927f,-0.06542f,-0.08575f,0.03802f,-0.07072f,-0.07896f,0.03758f,-0.07708f,-0.07259f,0.03802f,-0.08386f,-0.06727f,0.03928f,-0.09037f,-0.06319f,0.04122f,-0.0963f,-0.06052f,0.04374f,-0.1014f,-0.05944f,0.0467f,-0.1053f,-0.0184f,0.09f,-0.06596f,-0.02086f,0.0933f,-0.06666f,-0.02478f,0.09627f,-0.06559f,-0.02986f,0.09878f,-0.06292f,-0.03581f,0.1007f,-0.05885f,-0.04232f,0.102f,-0.05354f,-0.04911f,0.1024f,-0.04719f,-0.05548f,0.102f,-0.04041f,-0.0608f,0.1007f,-0.0339f,-0.06488f,0.09878f,-0.02796f,-0.06755f,0.09626f,-0.02289f,-0.06863f,0.0933f,-0.01897f,-0.06794f,0.09f,-0.01651f,-0.06547f,0.0867f,-0.01581f,-0.06156f,0.08373f,-0.01688f,-0.05648f,0.08122f,-0.01955f,-0.05053f,0.07928f,-0.02362f,-0.04402f,0.07802f,-0.02893f,-0.03723f,0.07758f,-0.03528f,-0.03086f,0.07803f,-0.04206f,-0.02554f,0.07928f,-0.04857f,-0.02146f,0.08122f,-0.05451f,-0.01879f,0.08374f,-0.05958f,-0.01771f,0.0867f,-0.0635f,0.02333f,0.13f,-0.02417f,0.02086f,0.1333f,-0.02487f,0.01695f,0.1363f,-0.0238f,0.01187f,0.1388f,-0.02113f,0.005926f,0.1407f,-0.01706f,-5.889E-4f,0.142f,-0.01175f,-0.007381f,0.1424f,-0.005393f,-0.01375f,0.142f,0.00139f,-0.01906f,0.1407f,0.007897f,-0.02315f,0.1388f,0.01383f,-0.02582f,0.1363f,0.01891f,-0.0269f,0.1333f,0.02282f,-0.0262f,0.13f,0.02529f,-0.02374f,0.1267f,0.02599f,-0.01982f,0.1237f,0.02491f,-0.01474f,0.1212f,0.02225f,-0.008801f,0.1193f,0.01817f,-0.002287f,0.118f,0.01287f,0.004505f,0.1176f,0.00651f,0.01087f,0.118f,-2.728E-4f,0.01619f,0.1193f,-0.00678f,0.02027f,0.1212f,-0.01272f,0.02294f,0.1237f,-0.01779f,0.02402f,0.1267f,-0.02171f,0.06506f,0.17f,0.01762f,0.06259f,0.1733f,0.01692f,0.05868f,0.1763f,0.018f,0.0536f,0.1788f,0.02066f};
return value;
}
private float[] gettripod01_COORD_6_62_point_2()
{
float[] value = {0.04766f,0.1807f,0.02474f,0.04114f,0.182f,0.03004f,0.03435f,0.1824f,0.0364f,0.02798f,0.182f,0.04318f,0.02267f,0.1807f,0.04969f,0.01859f,0.1788f,0.05563f,0.01591f,0.1763f,0.0607f,0.01483f,0.1733f,0.06462f,0.01553f,0.17f,0.06708f,0.01799f,0.1667f,0.06778f,0.02191f,0.1637f,0.06671f,0.02699f,0.1612f,0.06404f,0.03293f,0.1593f,0.05997f,0.03944f,0.158f,0.05466f,0.04624f,0.1576f,0.0483f,0.0526f,0.158f,0.04152f,0.05792f,0.1593f,0.03501f,0.062f,0.1612f,0.02908f,0.06467f,0.1637f,0.024f,0.06575f,0.1667f,0.02009f,0.1068f,0.21f,0.05941f,0.1043f,0.2133f,0.05872f,0.1004f,0.2163f,0.05979f,0.09533f,0.2188f,0.06246f,0.08939f,0.2207f,0.06653f,0.08287f,0.222f,0.07184f,0.07608f,0.2224f,0.07819f,0.06972f,0.222f,0.08498f,0.0644f,0.2207f,0.09149f,0.06032f,0.2188f,0.09742f,0.05765f,0.2163f,0.1025f,0.05657f,0.2133f,0.1064f,0.05726f,0.21f,0.1089f,0.05972f,0.2067f,0.1096f,0.06364f,0.2037f,0.1085f,0.06872f,0.2012f,0.1058f,0.07466f,0.1993f,0.1018f,0.08118f,0.198f,0.09646f,0.08797f,0.1976f,0.0901f,0.09433f,0.198f,0.08331f,0.09965f,0.1993f,0.07681f,0.1037f,0.2012f,0.07087f,0.1064f,0.2037f,0.0658f,0.1075f,0.2067f,0.06188f,0.1485f,0.25f,0.1012f,0.1461f,0.2533f,0.1005f,0.1421f,0.2563f,0.1016f,0.1371f,0.2588f,0.1042f,0.1311f,0.2607f,0.1083f,0.1246f,0.262f,0.1136f,0.1178f,0.2624f,0.12f,0.1114f,0.262f,0.1268f,0.1061f,0.2607f,0.1333f,0.102f,0.2588f,0.1392f,0.09938f,0.2563f,0.1443f,0.0983f,0.2533f,0.1482f,0.09899f,0.25f,0.1507f,0.1015f,0.2467f,0.1514f,0.1054f,0.2437f,0.1503f,0.1104f,0.2412f,0.1476f,0.1164f,0.2393f,0.1436f,0.1229f,0.238f,0.1382f,0.1297f,0.2376f,0.1319f,0.1361f,0.238f,0.1251f,0.1414f,0.2393f,0.1186f,0.1455f,0.2412f,0.1127f,0.1481f,0.2437f,0.1076f,0.1492f,0.2467f,0.1037f,1.0f,1.0f,1.0f};
return value;
}
/** Define subarrays using type int[] */
private int[] gettubeBaseTop_FACES_5_74_coordIndex_1()
{
int[] value = {0,1,13,-1,13,12,0,-1,1,2,14,-1,14,13,1,-1,2,3,15,-1,15,14,2,-1,3,4,16,-1,16,15,3,-1,4,5,17,-1,17,16,4,-1,5,6,18,-1,18,17,5,-1,6,7,19,-1,19,18,6,-1,7,8,20,-1,20,19,7,-1,8,9,21,-1,21,20,8,-1,9,10,22,-1,22,21,9,-1,10,11,23,-1,23,22,10,-1,11,0,12,-1,12,23,11,-1,12,13,25,-1,25,24,12,-1,13,14,26,-1,26,25,13,-1,14,15,27,-1,27,26,14,-1,15,16,28,-1,28,27,15,-1,16,17,29,-1,29,28,16,-1,17,18,30,-1,30,29,17,-1,18,19,31,-1,31,30,18,-1,19,20,32,-1,32,31,19,-1,20,21,33,-1,33,32,20,-1,21,22,34,-1,34,33,21,-1,22,23,35,-1,35,34,22,-1,23,12,24,-1,24,35,23,-1,24,25,37,-1,37,36,24,-1,25,26,38,-1,38,37,25,-1,26,27,39,-1,39,38,26,-1,27,28,40,-1,40,39,27,-1,28,29,41,-1,41,40,28,-1,29,30,42,-1,42,41,29,-1,30,31,43,-1,43,42,30,-1,31,32,44,-1,44,43,31,-1,32,33,45,-1,45,44,32,-1,33,34,46,-1,46,45,33,-1,34,35,47,-1,47,46,34,-1,35,24,36,-1,36,47,35,-1,36,37,49,-1,49,48,36,-1,37,38,50,-1,50,49,37,-1,38,39,51,-1,51,50,38,-1,39,40,52,-1,52,51,39,-1,40,41,53,-1,53,52,40,-1,41,42,54,-1,54,53,41,-1,42,43,55,-1,55,54,42,-1,43,44,56,-1,56,55,43,-1,44,45,57,-1,57,56,44,-1,45,46,58,-1,58,57,45,-1,46,47,59,-1,59,58,46,-1,47,36,48,-1,48,59,47,-1,48,49,61,-1,61,60,48,-1,49,50,62,-1,62,61,49,-1,50,51,63,-1,63,62,50,-1,51,52,64,-1,64,63,51,-1,52,53,65,-1,65,64,52,-1,53,54,66,-1,66,65,53,-1,54,55,67,-1,67,66,54,-1,55,56,68,-1,68,67,55,-1,56,57,69,-1,69,68,56,-1,57,58,70,-1,70,69,57,-1,58,59,71,-1,71,70,58,-1,59,48,60,-1,60,71,59,-1,60,61,73,-1,73,72,60,-1,61,62,74,-1,74,73,61,-1,62,63,75,-1,75,74,62,-1,63,64,76,-1,76,75,63,-1,64,65,77,-1,77,76,64,-1,65,66,78,-1,78,77,65,-1,66,67,79,-1,79,78,66,-1,67,68,80,-1,80,79,67,-1,68,69,81,-1,81,80,68,-1,69,70,82,-1,82,81,69,-1,70,71,83,-1,83,82,70,-1,71,60,72,-1,72,83,71,-1,72,73,85,-1,85,84,72,-1,73,74,86,-1,86,85,73,-1,74,75,87,-1,87,86,74,-1,75,76,88,-1,88,87,75,-1,76,77,89,-1,89,88,76,-1,77,78,90,-1,90,89,77,-1,78,79,91,-1,91,90,78,-1,79,80,92,-1,92,91,79,-1,80,81,93,-1,93,92,80,-1,81,82,94,-1,94,93,81,-1,82,83,95,-1,95,94,82,-1,83,72,84,-1,84,95,83,-1,84,85,97,-1,97,96,84,-1,85,86,98,-1,98,97,85,-1,86,87,99,-1,99,98,86,-1,87,88,100,-1,100,99,87,-1,88,89,101,-1,101,100,88,-1,89,90,102,-1,102,101,89,-1,90,91,103,-1,103,102,90,-1,91,92,104,-1,104,103,91,-1,92,93,105,-1,105,104,92,-1,93,94,106,-1,106,105,93,-1,94,95,107,-1,107,106,94,-1,95,84,96,-1,96,107,95,-1,96,97,109,-1,109,108,96,-1,97,98,110,-1,110,109,97,-1,98,99,111,-1,111,110,98,-1,99,100,112,-1,112,111,99,-1,100,101,113,-1,113,112,100,-1,101,102,114,-1,114,113,101,-1,102,103,115,-1,115,114,102,-1,103,104,116,-1,116,115,103,-1,104,105,117,-1,117,116,104,-1,105,106,118,-1,118,117,105,-1,106,107,119,-1,119,118,106,-1,107,96,108,-1,108,119,107,-1,108,109,121,-1,121,120,108,-1,109,110,122,-1,122,121,109,-1,110,111,123,-1,123,122,110,-1,111,112,124,-1,124,123,111,-1,112,113,125,-1,125,124,112,-1,113,114,126,-1,126,125,113,-1,114,115,127,-1,127,126,114,-1,115,116,128,-1,128,127,115,-1,116,117,129,-1,129,128,116,-1,117,118,130,-1,130,129,117,-1,118,119,131,-1,131,130,118,-1,119,108,120,-1,120,131,119,-1,120,121,133,-1,133,132,120,-1,121,122,134,-1,134,133,121,-1,122,123,135,-1,135,134,122,-1,123,124,136,-1,136,135,123,-1,124,125,137,-1,137,136,124,-1};
return value;
}
private int[] gettubeBaseTop_FACES_5_74_coordIndex_2()
{
int[] value = {125,126,138,-1,138,137,125,-1,126,127,139,-1,139,138,126,-1,127,128,140,-1,140,139,127,-1,128,129,141,-1,141,140,128,-1,129,130,142,-1,142,141,129,-1,130,131,143,-1,143,142,130,-1,131,120,132,-1,132,143,131,-1,132,133,145,-1,145,144,132,-1,133,134,146,-1,146,145,133,-1,134,135,147,-1,147,146,134,-1,135,136,148,-1,148,147,135,-1,136,137,149,-1,149,148,136,-1,137,138,150,-1,150,149,137,-1,138,139,151,-1,151,150,138,-1,139,140,152,-1,152,151,139,-1,140,141,153,-1,153,152,140,-1,141,142,154,-1,154,153,141,-1,142,143,155,-1,155,154,142,-1,143,132,144,-1,144,155,143,-1,144,145,157,-1,157,156,144,-1,145,146,158,-1,158,157,145,-1,146,147,159,-1,159,158,146,-1,147,148,160,-1,160,159,147,-1,148,149,161,-1,161,160,148,-1,149,150,162,-1,162,161,149,-1,150,151,163,-1,163,162,150,-1,151,152,164,-1,164,163,151,-1,152,153,165,-1,165,164,152,-1,153,154,166,-1,166,165,153,-1,154,155,167,-1,167,166,154,-1,155,144,156,-1,156,167,155,-1,156,157,169,-1,169,168,156,-1,157,158,170,-1,170,169,157,-1,158,159,171,-1,171,170,158,-1,159,160,172,-1,172,171,159,-1,160,161,173,-1,173,172,160,-1,161,162,174,-1,174,173,161,-1,162,163,175,-1,175,174,162,-1,163,164,176,-1,176,175,163,-1,164,165,177,-1,177,176,164,-1,165,166,178,-1,178,177,165,-1,166,167,179,-1,179,178,166,-1,167,156,168,-1,168,179,167,-1,168,169,181,-1,181,180,168,-1,169,170,182,-1,182,181,169,-1,170,171,183,-1,183,182,170,-1,171,172,184,-1,184,183,171,-1,172,173,185,-1,185,184,172,-1,173,174,186,-1,186,185,173,-1,174,175,187,-1,187,186,174,-1,175,176,188,-1,188,187,175,-1,176,177,189,-1,189,188,176,-1,177,178,190,-1,190,189,177,-1,178,179,191,-1,191,190,178,-1,179,168,180,-1,180,191,179,-1,180,181,193,-1,193,192,180,-1,181,182,194,-1,194,193,181,-1,182,183,195,-1,195,194,182,-1,183,184,196,-1,196,195,183,-1,184,185,197,-1,197,196,184,-1,185,186,198,-1,198,197,185,-1,186,187,199,-1,199,198,186,-1,187,188,200,-1,200,199,187,-1,188,189,201,-1,201,200,188,-1,189,190,202,-1,202,201,189,-1,190,191,203,-1,203,202,190,-1,191,180,192,-1,192,203,191,-1,192,193,205,-1,205,204,192,-1,193,194,206,-1,206,205,193,-1,194,195,207,-1,207,206,194,-1,195,196,208,-1,208,207,195,-1,196,197,209,-1,209,208,196,-1,197,198,210,-1,210,209,197,-1,198,199,211,-1,211,210,198,-1,199,200,212,-1,212,211,199,-1,200,201,213,-1,213,212,200,-1,201,202,214,-1,214,213,201,-1,202,203,215,-1,215,214,202,-1,203,192,204,-1,204,215,203,-1,204,205,1,-1,1,0,204,-1,205,206,2,-1,2,1,205,-1,206,207,3,-1,3,2,206,-1,207,208,4,-1,4,3,207,-1,208,209,5,-1,5,4,208,-1,209,210,6,-1,6,5,209,-1,210,211,7,-1,7,6,210,-1,211,212,8,-1,8,7,211,-1,212,213,9,-1,9,8,212,-1,213,214,10,-1,10,9,213,-1,214,215,11,-1,11,10,214,-1,215,204,0,-1,0,11,215,-1};
return value;
}
/** Define subarrays using type float[] */
private float[] gettubeBaseTop_COORD_6_74_point_1()
{
float[] value = {0.0f,0.0f,-0.055f,0.0f,0.028f,-0.055f,0.0f,0.056f,-0.055f,0.0f,0.084f,-0.055f,0.0f,0.112f,-0.055f,0.0f,0.14f,-0.055f,0.0f,0.14f,-0.04f,0.0f,0.112f,-0.04f,0.0f,0.084f,-0.04f,0.0f,0.056f,-0.04f,0.0f,0.028f,-0.04f,0.0f,0.0f,-0.04f,0.01881f,0.0f,-0.05168f,0.01881f,0.028f,-0.05168f,0.01881f,0.056f,-0.05168f,0.01881f,0.084f,-0.05168f,0.01881f,0.112f,-0.05168f,0.01881f,0.14f,-0.05168f,0.01368f,0.14f,-0.03759f,0.01368f,0.112f,-0.03759f,0.01368f,0.084f,-0.03759f,0.01368f,0.056f,-0.03759f,0.01368f,0.028f,-0.03759f,0.01368f,0.0f,-0.03759f,0.03535f,0.0f,-0.04213f,0.03535f,0.028f,-0.04213f,0.03535f,0.056f,-0.04213f,0.03535f,0.084f,-0.04213f,0.03535f,0.112f,-0.04213f,0.03535f,0.14f,-0.04213f,0.02571f,0.14f,-0.03064f,0.02571f,0.112f,-0.03064f,0.02571f,0.084f,-0.03064f,0.02571f,0.056f,-0.03064f,0.02571f,0.028f,-0.03064f,0.02571f,0.0f,-0.03064f,0.04763f,0.0f,-0.0275f,0.04763f,0.028f,-0.0275f,0.04763f,0.056f,-0.0275f,0.04763f,0.084f,-0.0275f,0.04763f,0.112f,-0.0275f,0.04763f,0.14f,-0.0275f,0.03464f,0.14f,-0.02f,0.03464f,0.112f,-0.02f,0.03464f,0.084f,-0.02f,0.03464f,0.056f,-0.02f,0.03464f,0.028f,-0.02f,0.03464f,0.0f,-0.02f,0.05416f,0.0f,-0.009551f,0.05416f,0.028f,-0.009551f,0.05416f,0.056f,-0.009551f,0.05416f,0.084f,-0.009551f,0.05416f,0.112f,-0.009551f,0.05416f,0.14f,-0.009551f,0.03939f,0.14f,-0.006946f,0.03939f,0.112f,-0.006946f,0.03939f,0.084f,-0.006946f,0.03939f,0.056f,-0.006946f,0.03939f,0.028f,-0.006946f,0.03939f,0.0f,-0.006946f,0.05416f,0.0f,0.009551f,0.05416f,0.028f,0.009551f,0.05416f,0.056f,0.009551f,0.05416f,0.084f,0.009551f,0.05416f,0.112f,0.009551f,0.05416f,0.14f,0.009551f,0.03939f,0.14f,0.006946f,0.03939f,0.112f,0.006946f,0.03939f,0.084f,0.006946f,0.03939f,0.056f,0.006946f,0.03939f,0.028f,0.006946f,0.03939f,0.0f,0.006946f,0.04763f,0.0f,0.0275f,0.04763f,0.028f,0.0275f,0.04763f,0.056f,0.0275f,0.04763f,0.084f,0.0275f,0.04763f,0.112f,0.0275f,0.04763f,0.14f,0.0275f,0.03464f,0.14f,0.02f,0.03464f,0.112f,0.02f,0.03464f,0.084f,0.02f,0.03464f,0.056f,0.02f,0.03464f,0.028f,0.02f,0.03464f,0.0f,0.02f,0.03535f,0.0f,0.04213f,0.03535f,0.028f,0.04213f,0.03535f,0.056f,0.04213f,0.03535f,0.084f,0.04213f,0.03535f,0.112f,0.04213f,0.03535f,0.14f,0.04213f,0.02571f,0.14f,0.03064f,0.02571f,0.112f,0.03064f,0.02571f,0.084f,0.03064f,0.02571f,0.056f,0.03064f,0.02571f,0.028f,0.03064f,0.02571f,0.0f,0.03064f,0.01881f,0.0f,0.05168f,0.01881f,0.028f,0.05168f,0.01881f,0.056f,0.05168f,0.01881f,0.084f,0.05168f};
return value;
}
private float[] gettubeBaseTop_COORD_6_74_point_2()
{
float[] value = {0.01881f,0.112f,0.05168f,0.01881f,0.14f,0.05168f,0.01368f,0.14f,0.03759f,0.01368f,0.112f,0.03759f,0.01368f,0.084f,0.03759f,0.01368f,0.056f,0.03759f,0.01368f,0.028f,0.03759f,0.01368f,0.0f,0.03759f,0.0f,0.0f,0.055f,0.0f,0.028f,0.055f,0.0f,0.056f,0.055f,0.0f,0.084f,0.055f,0.0f,0.112f,0.055f,0.0f,0.14f,0.055f,0.0f,0.14f,0.04f,0.0f,0.112f,0.04f,0.0f,0.084f,0.04f,0.0f,0.056f,0.04f,0.0f,0.028f,0.04f,0.0f,0.0f,0.04f,-0.01881f,0.0f,0.05168f,-0.01881f,0.028f,0.05168f,-0.01881f,0.056f,0.05168f,-0.01881f,0.084f,0.05168f,-0.01881f,0.112f,0.05168f,-0.01881f,0.14f,0.05168f,-0.01368f,0.14f,0.03759f,-0.01368f,0.112f,0.03759f,-0.01368f,0.084f,0.03759f,-0.01368f,0.056f,0.03759f,-0.01368f,0.028f,0.03759f,-0.01368f,0.0f,0.03759f,-0.03535f,0.0f,0.04213f,-0.03535f,0.028f,0.04213f,-0.03535f,0.056f,0.04213f,-0.03535f,0.084f,0.04213f,-0.03535f,0.112f,0.04213f,-0.03535f,0.14f,0.04213f,-0.02571f,0.14f,0.03064f,-0.02571f,0.112f,0.03064f,-0.02571f,0.084f,0.03064f,-0.02571f,0.056f,0.03064f,-0.02571f,0.028f,0.03064f,-0.02571f,0.0f,0.03064f,-0.04763f,0.0f,0.0275f,-0.04763f,0.028f,0.0275f,-0.04763f,0.056f,0.0275f,-0.04763f,0.084f,0.0275f,-0.04763f,0.112f,0.0275f,-0.04763f,0.14f,0.0275f,-0.03464f,0.14f,0.02f,-0.03464f,0.112f,0.02f,-0.03464f,0.084f,0.02f,-0.03464f,0.056f,0.02f,-0.03464f,0.028f,0.02f,-0.03464f,0.0f,0.02f,-0.05416f,0.0f,0.009551f,-0.05416f,0.028f,0.009551f,-0.05416f,0.056f,0.009551f,-0.05416f,0.084f,0.009551f,-0.05416f,0.112f,0.009551f,-0.05416f,0.14f,0.009551f,-0.03939f,0.14f,0.006946f,-0.03939f,0.112f,0.006946f,-0.03939f,0.084f,0.006946f,-0.03939f,0.056f,0.006946f,-0.03939f,0.028f,0.006946f,-0.03939f,0.0f,0.006946f,-0.05416f,0.0f,-0.009551f,-0.05416f,0.028f,-0.009551f,-0.05416f,0.056f,-0.009551f,-0.05416f,0.084f,-0.009551f,-0.05416f,0.112f,-0.009551f,-0.05416f,0.14f,-0.009551f,-0.03939f,0.14f,-0.006946f,-0.03939f,0.112f,-0.006946f,-0.03939f,0.084f,-0.006946f,-0.03939f,0.056f,-0.006946f,-0.03939f,0.028f,-0.006946f,-0.03939f,0.0f,-0.006946f,-0.04763f,0.0f,-0.0275f,-0.04763f,0.028f,-0.0275f,-0.04763f,0.056f,-0.0275f,-0.04763f,0.084f,-0.0275f,-0.04763f,0.112f,-0.0275f,-0.04763f,0.14f,-0.0275f,-0.03464f,0.14f,-0.02f,-0.03464f,0.112f,-0.02f,-0.03464f,0.084f,-0.02f,-0.03464f,0.056f,-0.02f,-0.03464f,0.028f,-0.02f,-0.03464f,0.0f,-0.02f,-0.03535f,0.0f,-0.04213f,-0.03535f,0.028f,-0.04213f,-0.03535f,0.056f,-0.04213f,-0.03535f,0.084f,-0.04213f,-0.03535f,0.112f,-0.04213f,-0.03535f,0.14f,-0.04213f,-0.02571f,0.14f,-0.03064f,-0.02571f,0.112f,-0.03064f};
return value;
}
private float[] gettubeBaseTop_COORD_6_74_point_3()
{
float[] value = {-0.02571f,0.084f,-0.03064f,-0.02571f,0.056f,-0.03064f,-0.02571f,0.028f,-0.03064f,-0.02571f,0.0f,-0.03064f,-0.01881f,0.0f,-0.05168f,-0.01881f,0.028f,-0.05168f,-0.01881f,0.056f,-0.05168f,-0.01881f,0.084f,-0.05168f,-0.01881f,0.112f,-0.05168f,-0.01881f,0.14f,-0.05168f,-0.01368f,0.14f,-0.03759f,-0.01368f,0.112f,-0.03759f,-0.01368f,0.084f,-0.03759f,-0.01368f,0.056f,-0.03759f,-0.01368f,0.028f,-0.03759f,-0.01368f,0.0f,-0.03759f};
return value;
}
/** Large attribute array: IndexedFaceSet DEF='tripod07-FACES' coordIndex field, scene-graph level=5, element #44, 1328 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 gettripod07_FACES_5_44_coordIndex()
{
MFInt32Object tripod07_FACES_5_44_coordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(gettripod07_FACES_5_44_coordIndex_1()))
.append(new MFInt32Object(gettripod07_FACES_5_44_coordIndex_2()));
return tripod07_FACES_5_44_coordIndex;
}
/** Large attribute array: Coordinate DEF='tripod07-COORD' point field, scene-graph level=6, element #44, 504 total numbers made up of 168 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 gettripod07_COORD_6_44_point()
{
MFVec3fObject tripod07_COORD_6_44_point = new MFVec3fObject()/*2.finalize*/
.append(new MFVec3fObject(gettripod07_COORD_6_44_point_1()))
.append(new MFVec3fObject(gettripod07_COORD_6_44_point_2()));
return tripod07_COORD_6_44_point;
}
/** Large attribute array: IndexedFaceSet DEF='tripod02-FACES' coordIndex field, scene-graph level=5, element #50, 1328 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 gettripod02_FACES_5_50_coordIndex()
{
MFInt32Object tripod02_FACES_5_50_coordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(gettripod02_FACES_5_50_coordIndex_1()))
.append(new MFInt32Object(gettripod02_FACES_5_50_coordIndex_2()));
return tripod02_FACES_5_50_coordIndex;
}
/** Large attribute array: Coordinate DEF='tripod02-COORD' point field, scene-graph level=6, element #50, 507 total numbers made up of 169 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 gettripod02_COORD_6_50_point()
{
MFVec3fObject tripod02_COORD_6_50_point = new MFVec3fObject()/*2.finalize*/
.append(new MFVec3fObject(gettripod02_COORD_6_50_point_1()))
.append(new MFVec3fObject(gettripod02_COORD_6_50_point_2()));
return tripod02_COORD_6_50_point;
}
/** Large attribute array: IndexedFaceSet DEF='tripod06-FACES' coordIndex field, scene-graph level=5, element #56, 1328 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 gettripod06_FACES_5_56_coordIndex()
{
MFInt32Object tripod06_FACES_5_56_coordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(gettripod06_FACES_5_56_coordIndex_1()))
.append(new MFInt32Object(gettripod06_FACES_5_56_coordIndex_2()));
return tripod06_FACES_5_56_coordIndex;
}
/** Large attribute array: Coordinate DEF='tripod06-COORD' point field, scene-graph level=6, element #56, 510 total numbers made up of 170 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 gettripod06_COORD_6_56_point()
{
MFVec3fObject tripod06_COORD_6_56_point = new MFVec3fObject()/*2.finalize*/
.append(new MFVec3fObject(gettripod06_COORD_6_56_point_1()))
.append(new MFVec3fObject(gettripod06_COORD_6_56_point_2()));
return tripod06_COORD_6_56_point;
}
/** Large attribute array: IndexedFaceSet DEF='tripod01-FACES' coordIndex field, scene-graph level=5, element #62, 1328 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 gettripod01_FACES_5_62_coordIndex()
{
MFInt32Object tripod01_FACES_5_62_coordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(gettripod01_FACES_5_62_coordIndex_1()))
.append(new MFInt32Object(gettripod01_FACES_5_62_coordIndex_2()));
return tripod01_FACES_5_62_coordIndex;
}
/** Large attribute array: Coordinate DEF='tripod01-COORD' point field, scene-graph level=6, element #62, 507 total numbers made up of 169 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 gettripod01_COORD_6_62_point()
{
MFVec3fObject tripod01_COORD_6_62_point = new MFVec3fObject()/*2.finalize*/
.append(new MFVec3fObject(gettripod01_COORD_6_62_point_1()))
.append(new MFVec3fObject(gettripod01_COORD_6_62_point_2()));
return tripod01_COORD_6_62_point;
}
/** Large attribute array: IndexedFaceSet DEF='tubeBaseTop-FACES' coordIndex field, scene-graph level=5, element #74, 1728 total numbers.
* Reassemble split array as single method to improve readability and runnability.
* Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors.
* Individual Java methods (including aggregated initializations) are limited to 64KB.
* @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
* @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
*/
private MFInt32Object gettubeBaseTop_FACES_5_74_coordIndex()
{
MFInt32Object tubeBaseTop_FACES_5_74_coordIndex = new MFInt32Object()/*2.finalize*/
.append(new MFInt32Object(gettubeBaseTop_FACES_5_74_coordIndex_1()))
.append(new MFInt32Object(gettubeBaseTop_FACES_5_74_coordIndex_2()));
return tubeBaseTop_FACES_5_74_coordIndex;
}
/** Large attribute array: Coordinate DEF='tubeBaseTop-COORD' point field, scene-graph level=6, element #74, 648 total numbers made up of 216 3-tuple values.
* Reassemble split array as single method to improve readability and runnability.
* Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors.
* Individual Java methods (including aggregated initializations) are limited to 64KB.
* @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
* @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
*/
private MFVec3fObject gettubeBaseTop_COORD_6_74_point()
{
MFVec3fObject tubeBaseTop_COORD_6_74_point = new MFVec3fObject()/*2.finalize*/
.append(new MFVec3fObject(gettubeBaseTop_COORD_6_74_point_1()))
.append(new MFVec3fObject(gettubeBaseTop_COORD_6_74_point_2()))
.append(new MFVec3fObject(gettubeBaseTop_COORD_6_74_point_3()));
return tubeBaseTop_COORD_6_74_point;
}
/** The initialized model object, created within initialize() method. */
private X3DObject x3dModel;
/** Provide a
* shallow copy
* of the X3D model.
* @see X3DObject
* @return Mtr50 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 Mtr50().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: \"Mtr50\" 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 \"Mtr50\" self-validation test results: ");
String validationResults = thisExampleX3dObject.validationReport();
System.out.println(validationResults);
}
}
}