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.Rendering.*; import org.web3d.x3d.jsail.Shape.*; // Javadoc annotations follow, see below for source. /** *

Brazilian Naval Academy Training Ship.

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

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

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

* @author Claudio Coreixas */ public class HFantenna { /** Default constructor to create this object. */ public HFantenna () { 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("HFantenna.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 parts")) .addMeta(new metaObject().setName(metaObject.NAME_IDENTIFIER ).setContent("https://savage.nps.edu/Savage/ShipsMilitary/PatrolCraft-NavalAcademy-Brazil/HFantenna.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("Cylinder01") .addChild(new TransformObject().setTranslation(0.0f,0.35f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7882f,0.7882f,0.7882f).setShininess(0.145f))) .setGeometry(new CylinderObject().setHeight(0.7f).setRadius(0.0060f))))) .addChild(new TransformObject("Cylinder02").setTranslation(0.0f,0.6562f,0.0f) .addChild(new TransformObject().setTranslation(0.0f,0.35f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7882f,0.7882f,0.7882f).setShininess(0.145f))) .setGeometry(new CylinderObject().setHeight(0.7f).setRadius(0.0050f))))) .addChild(new TransformObject("Cylinder03").setTranslation(0.0f,1.345f,0.0f) .addChild(new TransformObject().setTranslation(0.0f,0.35f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7882f,0.7882f,0.7882f).setShininess(0.145f))) .setGeometry(new CylinderObject().setHeight(0.7f).setRadius(0.0020f))))) .addChild(new TransformObject("Cylinder04").setTranslation(0.0f,1.306f,0.0f) .addChild(new TransformObject().setTranslation(0.0f,0.045f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.0f,0.0f,0.0f).setShininess(0.145f))) .setGeometry(new CylinderObject().setHeight(0.09f).setRadius(0.0060f))))) .addChild(new TransformObject("Cylinder05").setTranslation(0.0f,0.6606f,0.0f) .addChild(new TransformObject().setTranslation(0.0f,0.045f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.0f,0.0f,0.0f).setShininess(0.145f))) .setGeometry(new CylinderObject().setHeight(0.09f).setRadius(0.0080f))))) .addChild(new TransformObject("Torus01").setTranslation(0.0f,0.007791f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.3569f,0.1412f,0.01176f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Torus01-FACES").setDEF("Torus01-FACES").setCoordIndex(getTorus01_FACES_5_44_coordIndex()) .setCoord(new CoordinateObject("Torus01-COORD").setPoint(getTorus01_COORD_6_44_point()))))) .addChild(new TransformObject("Torus02").setTranslation(0.0f,0.01973f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.3569f,0.1412f,0.01176f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Torus02-FACES").setDEF("Torus02-FACES").setCoordIndex(getTorus02_FACES_5_50_coordIndex()) .setCoord(new CoordinateObject("Torus02-COORD").setPoint(getTorus02_COORD_6_50_point()))))) .addChild(new TransformObject("Torus03").setTranslation(0.0f,0.03323f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.3569f,0.1412f,0.01176f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Torus03-FACES").setDEF("Torus03-FACES").setCoordIndex(getTorus03_FACES_5_56_coordIndex()) .setCoord(new CoordinateObject("Torus03-COORD").setPoint(getTorus03_COORD_6_56_point()))))) .addChild(new TransformObject("Torus04").setTranslation(0.0f,0.04787f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.3569f,0.1412f,0.01176f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Torus04-FACES").setDEF("Torus04-FACES").setCoordIndex(getTorus04_FACES_5_62_coordIndex()) .setCoord(new CoordinateObject("Torus04-COORD").setPoint(getTorus04_COORD_6_62_point()))))) .addChild(new TransformObject("Box01") .addChild(new TransformObject().setTranslation(0.0f,-0.0010f,0.0f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7882f,0.7882f,0.7882f).setShininess(0.145f))) .setGeometry(new BoxObject().setSize(0.18f,0.0020f,0.142f))))) .addChild(new TransformObject("Rectangle01").setRotation(-1.0f,0.0f,0.0f,-1.571f).setTranslation(0.0f,-0.02632f,-0.07093f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7882f,0.7882f,0.7882f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Rectangle01-FACES").setDEF("Rectangle01-FACES").setCoordIndex(new int[] {0,1,4,-1,0,4,3,-1,1,2,5,-1,1,5,4,-1,2,0,3,-1,2,3,5,-1,2,1,0,-1,5,3,4,-1}) .setCoord(new CoordinateObject("Rectangle01-COORD").setPoint(new MFVec3fObject(new float[] {0.08993f,0.0f,-0.02584f,-0.08993f,0.0f,-0.02584f,-0.08993f,0.0f,0.02584f,0.08993f,0.0020f,-0.02584f,-0.08993f,0.0020f,-0.02584f,-0.08993f,0.0020f,0.02584f})))))) .addChild(new TransformObject("Rectangle02").setRotation(-1.0f,0.0f,0.0f,-1.571f).setTranslation(0.0f,-0.02632f,0.06988f) .addChild(new ShapeObject() .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject().setAmbientIntensity(1.0f).setDiffuseColor(0.7882f,0.7882f,0.7882f).setShininess(0.145f))) .setGeometry(new IndexedFaceSetObject("Rectangle02-FACES").setDEF("Rectangle02-FACES").setCoordIndex(new int[] {0,1,4,-1,0,4,3,-1,1,2,5,-1,1,5,4,-1,2,0,3,-1,2,3,5,-1,2,1,0,-1,5,3,4,-1}) .setCoord(new CoordinateObject("Rectangle02-COORD").setPoint(new MFVec3fObject(new float[] {0.08993f,0.0f,-0.02584f,-0.08993f,0.0f,-0.02584f,-0.08993f,0.0f,0.02584f,0.08993f,0.0020f,-0.02584f,-0.08993f,0.0020f,-0.02584f,-0.08993f,0.0020f,0.02584f,0.0f,0.0f,0.0f}))))))); } // end of initialize() method /** Define subarrays using type int[] */ private int[] getTorus01_FACES_5_44_coordIndex_1() { int[] value = {0,13,12,-1,0,1,13,-1,1,14,13,-1,1,2,14,-1,2,15,14,-1,2,3,15,-1,3,16,15,-1,3,4,16,-1,4,17,16,-1,4,5,17,-1,5,18,17,-1,5,6,18,-1,6,19,18,-1,6,7,19,-1,7,20,19,-1,7,8,20,-1,8,21,20,-1,8,9,21,-1,9,22,21,-1,9,10,22,-1,10,23,22,-1,10,11,23,-1,11,12,23,-1,11,0,12,-1,12,25,24,-1,12,13,25,-1,13,26,25,-1,13,14,26,-1,14,27,26,-1,14,15,27,-1,15,28,27,-1,15,16,28,-1,16,29,28,-1,16,17,29,-1,17,30,29,-1,17,18,30,-1,18,31,30,-1,18,19,31,-1,19,32,31,-1,19,20,32,-1,20,33,32,-1,20,21,33,-1,21,34,33,-1,21,22,34,-1,22,35,34,-1,22,23,35,-1,23,24,35,-1,23,12,24,-1,24,37,36,-1,24,25,37,-1,25,38,37,-1,25,26,38,-1,26,39,38,-1,26,27,39,-1,27,40,39,-1,27,28,40,-1,28,41,40,-1,28,29,41,-1,29,42,41,-1,29,30,42,-1,30,43,42,-1,30,31,43,-1,31,44,43,-1,31,32,44,-1,32,45,44,-1,32,33,45,-1,33,46,45,-1,33,34,46,-1,34,47,46,-1,34,35,47,-1,35,36,47,-1,35,24,36,-1,36,49,48,-1,36,37,49,-1,37,50,49,-1,37,38,50,-1,38,51,50,-1,38,39,51,-1,39,52,51,-1,39,40,52,-1,40,53,52,-1,40,41,53,-1,41,54,53,-1,41,42,54,-1,42,55,54,-1,42,43,55,-1,43,56,55,-1,43,44,56,-1,44,57,56,-1,44,45,57,-1,45,58,57,-1,45,46,58,-1,46,59,58,-1,46,47,59,-1,47,48,59,-1,47,36,48,-1,48,61,60,-1,48,49,61,-1,49,62,61,-1,49,50,62,-1,50,63,62,-1,50,51,63,-1,51,64,63,-1,51,52,64,-1,52,65,64,-1,52,53,65,-1,53,66,65,-1,53,54,66,-1,54,67,66,-1,54,55,67,-1,55,68,67,-1,55,56,68,-1,56,69,68,-1,56,57,69,-1,57,70,69,-1,57,58,70,-1,58,71,70,-1,58,59,71,-1,59,60,71,-1,59,48,60,-1,60,73,72,-1,60,61,73,-1,61,74,73,-1,61,62,74,-1,62,75,74,-1,62,63,75,-1,63,76,75,-1,63,64,76,-1,64,77,76,-1,64,65,77,-1,65,78,77,-1,65,66,78,-1,66,79,78,-1,66,67,79,-1,67,80,79,-1,67,68,80,-1,68,81,80,-1,68,69,81,-1,69,82,81,-1,69,70,82,-1,70,83,82,-1,70,71,83,-1,71,72,83,-1,71,60,72,-1,72,85,84,-1,72,73,85,-1,73,86,85,-1,73,74,86,-1,74,87,86,-1,74,75,87,-1,75,88,87,-1,75,76,88,-1,76,89,88,-1,76,77,89,-1,77,90,89,-1,77,78,90,-1,78,91,90,-1,78,79,91,-1,79,92,91,-1,79,80,92,-1,80,93,92,-1,80,81,93,-1,81,94,93,-1,81,82,94,-1,82,95,94,-1,82,83,95,-1,83,84,95,-1,83,72,84,-1,84,97,96,-1,84,85,97,-1,85,98,97,-1,85,86,98,-1,86,99,98,-1,86,87,99,-1,87,100,99,-1,87,88,100,-1,88,101,100,-1,88,89,101,-1,89,102,101,-1,89,90,102,-1,90,103,102,-1,90,91,103,-1,91,104,103,-1,91,92,104,-1,92,105,104,-1,92,93,105,-1,93,106,105,-1,93,94,106,-1,94,107,106,-1,94,95,107,-1,95,96,107,-1,95,84,96,-1,96,109,108,-1,96,97,109,-1,97,110,109,-1,97,98,110,-1,98,111,110,-1,98,99,111,-1,99,112,111,-1,99,100,112,-1,100,113,112,-1,100,101,113,-1,101,114,113,-1,101,102,114,-1,102,115,114,-1,102,103,115,-1,103,116,115,-1,103,104,116,-1,104,117,116,-1,104,105,117,-1,105,118,117,-1,105,106,118,-1,106,119,118,-1,106,107,119,-1,107,108,119,-1,107,96,108,-1,108,121,120,-1,108,109,121,-1,109,122,121,-1,109,110,122,-1,110,123,122,-1,110,111,123,-1,111,124,123,-1,111,112,124,-1,112,125,124,-1,112,113,125,-1,113,126,125,-1,113,114,126,-1,114,127,126,-1,114,115,127,-1,115,128,127,-1,115,116,128,-1,116,129,128,-1,116,117,129,-1,117,130,129,-1,117,118,130,-1,118,131,130,-1,118,119,131,-1,119,120,131,-1,119,108,120,-1,120,133,132,-1,120,121,133,-1,121,134,133,-1,121,122,134,-1,122,135,134,-1,122,123,135,-1,123,136,135,-1,123,124,136,-1,124,137,136,-1,124,125,137,-1}; return value; } private int[] getTorus01_FACES_5_44_coordIndex_2() { int[] value = {125,138,137,-1,125,126,138,-1,126,139,138,-1,126,127,139,-1,127,140,139,-1,127,128,140,-1,128,141,140,-1,128,129,141,-1,129,142,141,-1,129,130,142,-1,130,143,142,-1,130,131,143,-1,131,132,143,-1,131,120,132,-1,132,145,144,-1,132,133,145,-1,133,146,145,-1,133,134,146,-1,134,147,146,-1,134,135,147,-1,135,148,147,-1,135,136,148,-1,136,149,148,-1,136,137,149,-1,137,150,149,-1,137,138,150,-1,138,151,150,-1,138,139,151,-1,139,152,151,-1,139,140,152,-1,140,153,152,-1,140,141,153,-1,141,154,153,-1,141,142,154,-1,142,155,154,-1,142,143,155,-1,143,144,155,-1,143,132,144,-1,144,157,156,-1,144,145,157,-1,145,158,157,-1,145,146,158,-1,146,159,158,-1,146,147,159,-1,147,160,159,-1,147,148,160,-1,148,161,160,-1,148,149,161,-1,149,162,161,-1,149,150,162,-1,150,163,162,-1,150,151,163,-1,151,164,163,-1,151,152,164,-1,152,165,164,-1,152,153,165,-1,153,166,165,-1,153,154,166,-1,154,167,166,-1,154,155,167,-1,155,156,167,-1,155,144,156,-1,156,169,168,-1,156,157,169,-1,157,170,169,-1,157,158,170,-1,158,171,170,-1,158,159,171,-1,159,172,171,-1,159,160,172,-1,160,173,172,-1,160,161,173,-1,161,174,173,-1,161,162,174,-1,162,175,174,-1,162,163,175,-1,163,176,175,-1,163,164,176,-1,164,177,176,-1,164,165,177,-1,165,178,177,-1,165,166,178,-1,166,179,178,-1,166,167,179,-1,167,168,179,-1,167,156,168,-1,168,181,180,-1,168,169,181,-1,169,182,181,-1,169,170,182,-1,170,183,182,-1,170,171,183,-1,171,184,183,-1,171,172,184,-1,172,185,184,-1,172,173,185,-1,173,186,185,-1,173,174,186,-1,174,187,186,-1,174,175,187,-1,175,188,187,-1,175,176,188,-1,176,189,188,-1,176,177,189,-1,177,190,189,-1,177,178,190,-1,178,191,190,-1,178,179,191,-1,179,180,191,-1,179,168,180,-1,180,193,192,-1,180,181,193,-1,181,194,193,-1,181,182,194,-1,182,195,194,-1,182,183,195,-1,183,196,195,-1,183,184,196,-1,184,197,196,-1,184,185,197,-1,185,198,197,-1,185,186,198,-1,186,199,198,-1,186,187,199,-1,187,200,199,-1,187,188,200,-1,188,201,200,-1,188,189,201,-1,189,202,201,-1,189,190,202,-1,190,203,202,-1,190,191,203,-1,191,192,203,-1,191,180,192,-1,192,205,204,-1,192,193,205,-1,193,206,205,-1,193,194,206,-1,194,207,206,-1,194,195,207,-1,195,208,207,-1,195,196,208,-1,196,209,208,-1,196,197,209,-1,197,210,209,-1,197,198,210,-1,198,211,210,-1,198,199,211,-1,199,212,211,-1,199,200,212,-1,200,213,212,-1,200,201,213,-1,201,214,213,-1,201,202,214,-1,202,215,214,-1,202,203,215,-1,203,204,215,-1,203,192,204,-1,204,217,216,-1,204,205,217,-1,205,218,217,-1,205,206,218,-1,206,219,218,-1,206,207,219,-1,207,220,219,-1,207,208,220,-1,208,221,220,-1,208,209,221,-1,209,222,221,-1,209,210,222,-1,210,223,222,-1,210,211,223,-1,211,224,223,-1,211,212,224,-1,212,225,224,-1,212,213,225,-1,213,226,225,-1,213,214,226,-1,214,227,226,-1,214,215,227,-1,215,216,227,-1,215,204,216,-1,216,229,228,-1,216,217,229,-1,217,230,229,-1,217,218,230,-1,218,231,230,-1,218,219,231,-1,219,232,231,-1,219,220,232,-1,220,233,232,-1,220,221,233,-1,221,234,233,-1,221,222,234,-1,222,235,234,-1,222,223,235,-1,223,236,235,-1,223,224,236,-1,224,237,236,-1,224,225,237,-1,225,238,237,-1,225,226,238,-1,226,239,238,-1,226,227,239,-1,227,228,239,-1,227,216,228,-1,228,241,240,-1,228,229,241,-1,229,242,241,-1,229,230,242,-1,230,243,242,-1,230,231,243,-1,231,244,243,-1,231,232,244,-1,232,245,244,-1,232,233,245,-1,233,246,245,-1,233,234,246,-1,234,247,246,-1,234,235,247,-1,235,248,247,-1,235,236,248,-1,236,249,248,-1,236,237,249,-1,237,250,249,-1,237,238,250,-1,238,251,250,-1,238,239,251,-1,239,240,251,-1,239,228,240,-1,240,253,252,-1,240,241,253,-1,241,254,253,-1,241,242,254,-1,242,255,254,-1,242,243,255,-1,243,256,255,-1,243,244,256,-1,244,257,256,-1,244,245,257,-1,245,258,257,-1,245,246,258,-1,246,259,258,-1,246,247,259,-1,247,260,259,-1,247,248,260,-1,248,261,260,-1,248,249,261,-1,249,262,261,-1,249,250,262,-1}; return value; } private int[] getTorus01_FACES_5_44_coordIndex_3() { int[] value = {250,263,262,-1,250,251,263,-1,251,252,263,-1,251,240,252,-1,252,265,264,-1,252,253,265,-1,253,266,265,-1,253,254,266,-1,254,267,266,-1,254,255,267,-1,255,268,267,-1,255,256,268,-1,256,269,268,-1,256,257,269,-1,257,270,269,-1,257,258,270,-1,258,271,270,-1,258,259,271,-1,259,272,271,-1,259,260,272,-1,260,273,272,-1,260,261,273,-1,261,274,273,-1,261,262,274,-1,262,275,274,-1,262,263,275,-1,263,264,275,-1,263,252,264,-1,264,277,276,-1,264,265,277,-1,265,278,277,-1,265,266,278,-1,266,279,278,-1,266,267,279,-1,267,280,279,-1,267,268,280,-1,268,281,280,-1,268,269,281,-1,269,282,281,-1,269,270,282,-1,270,283,282,-1,270,271,283,-1,271,284,283,-1,271,272,284,-1,272,285,284,-1,272,273,285,-1,273,286,285,-1,273,274,286,-1,274,287,286,-1,274,275,287,-1,275,276,287,-1,275,264,276,-1,276,1,0,-1,276,277,1,-1,277,2,1,-1,277,278,2,-1,278,3,2,-1,278,279,3,-1,279,4,3,-1,279,280,4,-1,280,5,4,-1,280,281,5,-1,281,6,5,-1,281,282,6,-1,282,7,6,-1,282,283,7,-1,283,8,7,-1,283,284,8,-1,284,9,8,-1,284,285,9,-1,285,10,9,-1,285,286,10,-1,286,11,10,-1,286,287,11,-1,287,0,11,-1,287,276,0,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTorus01_COORD_6_44_point_1() { float[] value = {0.0f,0.0f,-0.038f,0.0f,0.0040f,-0.03693f,0.0f,0.006928f,-0.034f,0.0f,0.0080f,-0.03f,0.0f,0.006928f,-0.026f,0.0f,0.0040f,-0.02307f,0.0f,0.0f,-0.022f,0.0f,-0.0040f,-0.02307f,0.0f,-0.006928f,-0.026f,0.0f,-0.0080f,-0.03f,0.0f,-0.006928f,-0.034f,0.0f,-0.0040f,-0.03693f,0.009835f,0.0f,-0.03671f,0.009558f,0.0040f,-0.03567f,0.0088f,0.006928f,-0.03284f,0.007765f,0.0080f,-0.02898f,0.006729f,0.006928f,-0.02511f,0.005971f,0.0040f,-0.02229f,0.005694f,0.0f,-0.02125f,0.005971f,-0.0040f,-0.02229f,0.006729f,-0.006928f,-0.02511f,0.007765f,-0.0080f,-0.02898f,0.0088f,-0.006928f,-0.03284f,0.009558f,-0.0040f,-0.03567f,0.019f,0.0f,-0.03291f,0.01846f,0.0040f,-0.03198f,0.017f,0.006928f,-0.02944f,0.015f,0.0080f,-0.02598f,0.013f,0.006928f,-0.02252f,0.01154f,0.0040f,-0.01998f,0.011f,0.0f,-0.01905f,0.01154f,-0.0040f,-0.01998f,0.013f,-0.006928f,-0.02252f,0.015f,-0.0080f,-0.02598f,0.017f,-0.006928f,-0.02944f,0.01846f,-0.0040f,-0.03198f,0.02687f,0.0f,-0.02687f,0.02611f,0.0040f,-0.02611f,0.02404f,0.006928f,-0.02404f,0.02121f,0.0080f,-0.02121f,0.01838f,0.006928f,-0.01838f,0.01631f,0.0040f,-0.01631f,0.01556f,0.0f,-0.01556f,0.01631f,-0.0040f,-0.01631f,0.01838f,-0.006928f,-0.01838f,0.02121f,-0.0080f,-0.02121f,0.02404f,-0.006928f,-0.02404f,0.02611f,-0.0040f,-0.02611f,0.03291f,0.0f,-0.019f,0.03198f,0.0040f,-0.01846f,0.02944f,0.006928f,-0.017f,0.02598f,0.0080f,-0.015f,0.02252f,0.006928f,-0.013f,0.01998f,0.0040f,-0.01154f,0.01905f,0.0f,-0.011f,0.01998f,-0.0040f,-0.01154f,0.02252f,-0.006928f,-0.013f,0.02598f,-0.0080f,-0.015f,0.02944f,-0.006928f,-0.017f,0.03198f,-0.0040f,-0.01846f,0.03671f,0.0f,-0.009835f,0.03567f,0.0040f,-0.009558f,0.03284f,0.006928f,-0.0088f,0.02898f,0.0080f,-0.007765f,0.02511f,0.006928f,-0.006729f,0.02229f,0.0040f,-0.005971f,0.02125f,0.0f,-0.005694f,0.02229f,-0.0040f,-0.005971f,0.02511f,-0.006928f,-0.006729f,0.02898f,-0.0080f,-0.007765f,0.03284f,-0.006928f,-0.0088f,0.03567f,-0.0040f,-0.009558f,0.038f,0.0f,0.0f,0.03693f,0.0040f,0.0f,0.034f,0.006928f,0.0f,0.03f,0.0080f,0.0f,0.026f,0.006928f,0.0f,0.02307f,0.0040f,0.0f,0.022f,0.0f,0.0f,0.02307f,-0.0040f,0.0f,0.026f,-0.006928f,0.0f,0.03f,-0.0080f,0.0f,0.034f,-0.006928f,0.0f,0.03693f,-0.0040f,0.0f,0.03671f,0.0f,0.009835f,0.03567f,0.0040f,0.009558f,0.03284f,0.006928f,0.0088f,0.02898f,0.0080f,0.007765f,0.02511f,0.006928f,0.006729f,0.02229f,0.0040f,0.005971f,0.02125f,0.0f,0.005694f,0.02229f,-0.0040f,0.005971f,0.02511f,-0.006928f,0.006729f,0.02898f,-0.0080f,0.007765f,0.03284f,-0.006928f,0.0088f,0.03567f,-0.0040f,0.009558f,0.03291f,0.0f,0.019f,0.03198f,0.0040f,0.01846f,0.02944f,0.006928f,0.017f,0.02598f,0.0080f,0.015f}; return value; } private float[] getTorus01_COORD_6_44_point_2() { float[] value = {0.02252f,0.006928f,0.013f,0.01998f,0.0040f,0.01154f,0.01905f,0.0f,0.011f,0.01998f,-0.0040f,0.01154f,0.02252f,-0.006928f,0.013f,0.02598f,-0.0080f,0.015f,0.02944f,-0.006928f,0.017f,0.03198f,-0.0040f,0.01846f,0.02687f,0.0f,0.02687f,0.02611f,0.0040f,0.02611f,0.02404f,0.006928f,0.02404f,0.02121f,0.0080f,0.02121f,0.01838f,0.006928f,0.01838f,0.01631f,0.0040f,0.01631f,0.01556f,0.0f,0.01556f,0.01631f,-0.0040f,0.01631f,0.01838f,-0.006928f,0.01838f,0.02121f,-0.0080f,0.02121f,0.02404f,-0.006928f,0.02404f,0.02611f,-0.0040f,0.02611f,0.019f,0.0f,0.03291f,0.01846f,0.0040f,0.03198f,0.017f,0.006928f,0.02944f,0.015f,0.0080f,0.02598f,0.013f,0.006928f,0.02252f,0.01154f,0.0040f,0.01998f,0.011f,0.0f,0.01905f,0.01154f,-0.0040f,0.01998f,0.013f,-0.006928f,0.02252f,0.015f,-0.0080f,0.02598f,0.017f,-0.006928f,0.02944f,0.01846f,-0.0040f,0.03198f,0.009835f,0.0f,0.03671f,0.009558f,0.0040f,0.03567f,0.0088f,0.006928f,0.03284f,0.007765f,0.0080f,0.02898f,0.006729f,0.006928f,0.02511f,0.005971f,0.0040f,0.02229f,0.005694f,0.0f,0.02125f,0.005971f,-0.0040f,0.02229f,0.006729f,-0.006928f,0.02511f,0.007765f,-0.0080f,0.02898f,0.0088f,-0.006928f,0.03284f,0.009558f,-0.0040f,0.03567f,0.0f,0.0f,0.038f,0.0f,0.0040f,0.03693f,0.0f,0.006928f,0.034f,0.0f,0.0080f,0.03f,0.0f,0.006928f,0.026f,0.0f,0.0040f,0.02307f,0.0f,0.0f,0.022f,0.0f,-0.0040f,0.02307f,0.0f,-0.006928f,0.026f,0.0f,-0.0080f,0.03f,0.0f,-0.006928f,0.034f,0.0f,-0.0040f,0.03693f,-0.009835f,0.0f,0.03671f,-0.009558f,0.0040f,0.03567f,-0.0088f,0.006928f,0.03284f,-0.007765f,0.0080f,0.02898f,-0.006729f,0.006928f,0.02511f,-0.005971f,0.0040f,0.02229f,-0.005694f,0.0f,0.02125f,-0.005971f,-0.0040f,0.02229f,-0.006729f,-0.006928f,0.02511f,-0.007765f,-0.0080f,0.02898f,-0.0088f,-0.006928f,0.03284f,-0.009558f,-0.0040f,0.03567f,-0.019f,0.0f,0.03291f,-0.01846f,0.0040f,0.03198f,-0.017f,0.006928f,0.02944f,-0.015f,0.0080f,0.02598f,-0.013f,0.006928f,0.02252f,-0.01154f,0.0040f,0.01998f,-0.011f,0.0f,0.01905f,-0.01154f,-0.0040f,0.01998f,-0.013f,-0.006928f,0.02252f,-0.015f,-0.0080f,0.02598f,-0.017f,-0.006928f,0.02944f,-0.01846f,-0.0040f,0.03198f,-0.02687f,0.0f,0.02687f,-0.02611f,0.0040f,0.02611f,-0.02404f,0.006928f,0.02404f,-0.02121f,0.0080f,0.02121f,-0.01838f,0.006928f,0.01838f,-0.01631f,0.0040f,0.01631f,-0.01556f,0.0f,0.01556f,-0.01631f,-0.0040f,0.01631f,-0.01838f,-0.006928f,0.01838f,-0.02121f,-0.0080f,0.02121f,-0.02404f,-0.006928f,0.02404f,-0.02611f,-0.0040f,0.02611f,-0.03291f,0.0f,0.019f,-0.03198f,0.0040f,0.01846f,-0.02944f,0.006928f,0.017f,-0.02598f,0.0080f,0.015f,-0.02252f,0.006928f,0.013f,-0.01998f,0.0040f,0.01154f,-0.01905f,0.0f,0.011f,-0.01998f,-0.0040f,0.01154f}; return value; } private float[] getTorus01_COORD_6_44_point_3() { float[] value = {-0.02252f,-0.006928f,0.013f,-0.02598f,-0.0080f,0.015f,-0.02944f,-0.006928f,0.017f,-0.03198f,-0.0040f,0.01846f,-0.03671f,0.0f,0.009835f,-0.03567f,0.0040f,0.009558f,-0.03284f,0.006928f,0.0088f,-0.02898f,0.0080f,0.007765f,-0.02511f,0.006928f,0.006729f,-0.02229f,0.0040f,0.005971f,-0.02125f,0.0f,0.005694f,-0.02229f,-0.0040f,0.005971f,-0.02511f,-0.006928f,0.006729f,-0.02898f,-0.0080f,0.007765f,-0.03284f,-0.006928f,0.0088f,-0.03567f,-0.0040f,0.009558f,-0.038f,0.0f,0.0f,-0.03693f,0.0040f,0.0f,-0.034f,0.006928f,0.0f,-0.03f,0.0080f,0.0f,-0.026f,0.006928f,0.0f,-0.02307f,0.0040f,0.0f,-0.022f,0.0f,0.0f,-0.02307f,-0.0040f,0.0f,-0.026f,-0.006928f,0.0f,-0.03f,-0.0080f,0.0f,-0.034f,-0.006928f,0.0f,-0.03693f,-0.0040f,0.0f,-0.03671f,0.0f,-0.009835f,-0.03567f,0.0040f,-0.009558f,-0.03284f,0.006928f,-0.0088f,-0.02898f,0.0080f,-0.007765f,-0.02511f,0.006928f,-0.006729f,-0.02229f,0.0040f,-0.005971f,-0.02125f,0.0f,-0.005694f,-0.02229f,-0.0040f,-0.005971f,-0.02511f,-0.006928f,-0.006729f,-0.02898f,-0.0080f,-0.007765f,-0.03284f,-0.006928f,-0.0088f,-0.03567f,-0.0040f,-0.009558f,-0.03291f,0.0f,-0.019f,-0.03198f,0.0040f,-0.01846f,-0.02944f,0.006928f,-0.017f,-0.02598f,0.0080f,-0.015f,-0.02252f,0.006928f,-0.013f,-0.01998f,0.0040f,-0.01154f,-0.01905f,0.0f,-0.011f,-0.01998f,-0.0040f,-0.01154f,-0.02252f,-0.006928f,-0.013f,-0.02598f,-0.0080f,-0.015f,-0.02944f,-0.006928f,-0.017f,-0.03198f,-0.0040f,-0.01846f,-0.02687f,0.0f,-0.02687f,-0.02611f,0.0040f,-0.02611f,-0.02404f,0.006928f,-0.02404f,-0.02121f,0.0080f,-0.02121f,-0.01838f,0.006928f,-0.01838f,-0.01631f,0.0040f,-0.01631f,-0.01556f,0.0f,-0.01556f,-0.01631f,-0.0040f,-0.01631f,-0.01838f,-0.006928f,-0.01838f,-0.02121f,-0.0080f,-0.02121f,-0.02404f,-0.006928f,-0.02404f,-0.02611f,-0.0040f,-0.02611f,-0.019f,0.0f,-0.03291f,-0.01846f,0.0040f,-0.03198f,-0.017f,0.006928f,-0.02944f,-0.015f,0.0080f,-0.02598f,-0.013f,0.006928f,-0.02252f,-0.01154f,0.0040f,-0.01998f,-0.011f,0.0f,-0.01905f,-0.01154f,-0.0040f,-0.01998f,-0.013f,-0.006928f,-0.02252f,-0.015f,-0.0080f,-0.02598f,-0.017f,-0.006928f,-0.02944f,-0.01846f,-0.0040f,-0.03198f,-0.009835f,0.0f,-0.03671f,-0.009558f,0.0040f,-0.03567f,-0.0088f,0.006928f,-0.03284f,-0.007765f,0.0080f,-0.02898f,-0.006729f,0.006928f,-0.02511f,-0.005971f,0.0040f,-0.02229f,-0.005694f,0.0f,-0.02125f,-0.005971f,-0.0040f,-0.02229f,-0.006729f,-0.006928f,-0.02511f,-0.007765f,-0.0080f,-0.02898f,-0.0088f,-0.006928f,-0.03284f,-0.009558f,-0.0040f,-0.03567f}; return value; } /** Define subarrays using type int[] */ private int[] getTorus02_FACES_5_50_coordIndex_1() { int[] value = {0,13,12,-1,0,1,13,-1,1,14,13,-1,1,2,14,-1,2,15,14,-1,2,3,15,-1,3,16,15,-1,3,4,16,-1,4,17,16,-1,4,5,17,-1,5,18,17,-1,5,6,18,-1,6,19,18,-1,6,7,19,-1,7,20,19,-1,7,8,20,-1,8,21,20,-1,8,9,21,-1,9,22,21,-1,9,10,22,-1,10,23,22,-1,10,11,23,-1,11,12,23,-1,11,0,12,-1,12,25,24,-1,12,13,25,-1,13,26,25,-1,13,14,26,-1,14,27,26,-1,14,15,27,-1,15,28,27,-1,15,16,28,-1,16,29,28,-1,16,17,29,-1,17,30,29,-1,17,18,30,-1,18,31,30,-1,18,19,31,-1,19,32,31,-1,19,20,32,-1,20,33,32,-1,20,21,33,-1,21,34,33,-1,21,22,34,-1,22,35,34,-1,22,23,35,-1,23,24,35,-1,23,12,24,-1,24,37,36,-1,24,25,37,-1,25,38,37,-1,25,26,38,-1,26,39,38,-1,26,27,39,-1,27,40,39,-1,27,28,40,-1,28,41,40,-1,28,29,41,-1,29,42,41,-1,29,30,42,-1,30,43,42,-1,30,31,43,-1,31,44,43,-1,31,32,44,-1,32,45,44,-1,32,33,45,-1,33,46,45,-1,33,34,46,-1,34,47,46,-1,34,35,47,-1,35,36,47,-1,35,24,36,-1,36,49,48,-1,36,37,49,-1,37,50,49,-1,37,38,50,-1,38,51,50,-1,38,39,51,-1,39,52,51,-1,39,40,52,-1,40,53,52,-1,40,41,53,-1,41,54,53,-1,41,42,54,-1,42,55,54,-1,42,43,55,-1,43,56,55,-1,43,44,56,-1,44,57,56,-1,44,45,57,-1,45,58,57,-1,45,46,58,-1,46,59,58,-1,46,47,59,-1,47,48,59,-1,47,36,48,-1,48,61,60,-1,48,49,61,-1,49,62,61,-1,49,50,62,-1,50,63,62,-1,50,51,63,-1,51,64,63,-1,51,52,64,-1,52,65,64,-1,52,53,65,-1,53,66,65,-1,53,54,66,-1,54,67,66,-1,54,55,67,-1,55,68,67,-1,55,56,68,-1,56,69,68,-1,56,57,69,-1,57,70,69,-1,57,58,70,-1,58,71,70,-1,58,59,71,-1,59,60,71,-1,59,48,60,-1,60,73,72,-1,60,61,73,-1,61,74,73,-1,61,62,74,-1,62,75,74,-1,62,63,75,-1,63,76,75,-1,63,64,76,-1,64,77,76,-1,64,65,77,-1,65,78,77,-1,65,66,78,-1,66,79,78,-1,66,67,79,-1,67,80,79,-1,67,68,80,-1,68,81,80,-1,68,69,81,-1,69,82,81,-1,69,70,82,-1,70,83,82,-1,70,71,83,-1,71,72,83,-1,71,60,72,-1,72,85,84,-1,72,73,85,-1,73,86,85,-1,73,74,86,-1,74,87,86,-1,74,75,87,-1,75,88,87,-1,75,76,88,-1,76,89,88,-1,76,77,89,-1,77,90,89,-1,77,78,90,-1,78,91,90,-1,78,79,91,-1,79,92,91,-1,79,80,92,-1,80,93,92,-1,80,81,93,-1,81,94,93,-1,81,82,94,-1,82,95,94,-1,82,83,95,-1,83,84,95,-1,83,72,84,-1,84,97,96,-1,84,85,97,-1,85,98,97,-1,85,86,98,-1,86,99,98,-1,86,87,99,-1,87,100,99,-1,87,88,100,-1,88,101,100,-1,88,89,101,-1,89,102,101,-1,89,90,102,-1,90,103,102,-1,90,91,103,-1,91,104,103,-1,91,92,104,-1,92,105,104,-1,92,93,105,-1,93,106,105,-1,93,94,106,-1,94,107,106,-1,94,95,107,-1,95,96,107,-1,95,84,96,-1,96,109,108,-1,96,97,109,-1,97,110,109,-1,97,98,110,-1,98,111,110,-1,98,99,111,-1,99,112,111,-1,99,100,112,-1,100,113,112,-1,100,101,113,-1,101,114,113,-1,101,102,114,-1,102,115,114,-1,102,103,115,-1,103,116,115,-1,103,104,116,-1,104,117,116,-1,104,105,117,-1,105,118,117,-1,105,106,118,-1,106,119,118,-1,106,107,119,-1,107,108,119,-1,107,96,108,-1,108,121,120,-1,108,109,121,-1,109,122,121,-1,109,110,122,-1,110,123,122,-1,110,111,123,-1,111,124,123,-1,111,112,124,-1,112,125,124,-1,112,113,125,-1,113,126,125,-1,113,114,126,-1,114,127,126,-1,114,115,127,-1,115,128,127,-1,115,116,128,-1,116,129,128,-1,116,117,129,-1,117,130,129,-1,117,118,130,-1,118,131,130,-1,118,119,131,-1,119,120,131,-1,119,108,120,-1,120,133,132,-1,120,121,133,-1,121,134,133,-1,121,122,134,-1,122,135,134,-1,122,123,135,-1,123,136,135,-1,123,124,136,-1,124,137,136,-1,124,125,137,-1}; return value; } private int[] getTorus02_FACES_5_50_coordIndex_2() { int[] value = {125,138,137,-1,125,126,138,-1,126,139,138,-1,126,127,139,-1,127,140,139,-1,127,128,140,-1,128,141,140,-1,128,129,141,-1,129,142,141,-1,129,130,142,-1,130,143,142,-1,130,131,143,-1,131,132,143,-1,131,120,132,-1,132,145,144,-1,132,133,145,-1,133,146,145,-1,133,134,146,-1,134,147,146,-1,134,135,147,-1,135,148,147,-1,135,136,148,-1,136,149,148,-1,136,137,149,-1,137,150,149,-1,137,138,150,-1,138,151,150,-1,138,139,151,-1,139,152,151,-1,139,140,152,-1,140,153,152,-1,140,141,153,-1,141,154,153,-1,141,142,154,-1,142,155,154,-1,142,143,155,-1,143,144,155,-1,143,132,144,-1,144,157,156,-1,144,145,157,-1,145,158,157,-1,145,146,158,-1,146,159,158,-1,146,147,159,-1,147,160,159,-1,147,148,160,-1,148,161,160,-1,148,149,161,-1,149,162,161,-1,149,150,162,-1,150,163,162,-1,150,151,163,-1,151,164,163,-1,151,152,164,-1,152,165,164,-1,152,153,165,-1,153,166,165,-1,153,154,166,-1,154,167,166,-1,154,155,167,-1,155,156,167,-1,155,144,156,-1,156,169,168,-1,156,157,169,-1,157,170,169,-1,157,158,170,-1,158,171,170,-1,158,159,171,-1,159,172,171,-1,159,160,172,-1,160,173,172,-1,160,161,173,-1,161,174,173,-1,161,162,174,-1,162,175,174,-1,162,163,175,-1,163,176,175,-1,163,164,176,-1,164,177,176,-1,164,165,177,-1,165,178,177,-1,165,166,178,-1,166,179,178,-1,166,167,179,-1,167,168,179,-1,167,156,168,-1,168,181,180,-1,168,169,181,-1,169,182,181,-1,169,170,182,-1,170,183,182,-1,170,171,183,-1,171,184,183,-1,171,172,184,-1,172,185,184,-1,172,173,185,-1,173,186,185,-1,173,174,186,-1,174,187,186,-1,174,175,187,-1,175,188,187,-1,175,176,188,-1,176,189,188,-1,176,177,189,-1,177,190,189,-1,177,178,190,-1,178,191,190,-1,178,179,191,-1,179,180,191,-1,179,168,180,-1,180,193,192,-1,180,181,193,-1,181,194,193,-1,181,182,194,-1,182,195,194,-1,182,183,195,-1,183,196,195,-1,183,184,196,-1,184,197,196,-1,184,185,197,-1,185,198,197,-1,185,186,198,-1,186,199,198,-1,186,187,199,-1,187,200,199,-1,187,188,200,-1,188,201,200,-1,188,189,201,-1,189,202,201,-1,189,190,202,-1,190,203,202,-1,190,191,203,-1,191,192,203,-1,191,180,192,-1,192,205,204,-1,192,193,205,-1,193,206,205,-1,193,194,206,-1,194,207,206,-1,194,195,207,-1,195,208,207,-1,195,196,208,-1,196,209,208,-1,196,197,209,-1,197,210,209,-1,197,198,210,-1,198,211,210,-1,198,199,211,-1,199,212,211,-1,199,200,212,-1,200,213,212,-1,200,201,213,-1,201,214,213,-1,201,202,214,-1,202,215,214,-1,202,203,215,-1,203,204,215,-1,203,192,204,-1,204,217,216,-1,204,205,217,-1,205,218,217,-1,205,206,218,-1,206,219,218,-1,206,207,219,-1,207,220,219,-1,207,208,220,-1,208,221,220,-1,208,209,221,-1,209,222,221,-1,209,210,222,-1,210,223,222,-1,210,211,223,-1,211,224,223,-1,211,212,224,-1,212,225,224,-1,212,213,225,-1,213,226,225,-1,213,214,226,-1,214,227,226,-1,214,215,227,-1,215,216,227,-1,215,204,216,-1,216,229,228,-1,216,217,229,-1,217,230,229,-1,217,218,230,-1,218,231,230,-1,218,219,231,-1,219,232,231,-1,219,220,232,-1,220,233,232,-1,220,221,233,-1,221,234,233,-1,221,222,234,-1,222,235,234,-1,222,223,235,-1,223,236,235,-1,223,224,236,-1,224,237,236,-1,224,225,237,-1,225,238,237,-1,225,226,238,-1,226,239,238,-1,226,227,239,-1,227,228,239,-1,227,216,228,-1,228,241,240,-1,228,229,241,-1,229,242,241,-1,229,230,242,-1,230,243,242,-1,230,231,243,-1,231,244,243,-1,231,232,244,-1,232,245,244,-1,232,233,245,-1,233,246,245,-1,233,234,246,-1,234,247,246,-1,234,235,247,-1,235,248,247,-1,235,236,248,-1,236,249,248,-1,236,237,249,-1,237,250,249,-1,237,238,250,-1,238,251,250,-1,238,239,251,-1,239,240,251,-1,239,228,240,-1,240,253,252,-1,240,241,253,-1,241,254,253,-1,241,242,254,-1,242,255,254,-1,242,243,255,-1,243,256,255,-1,243,244,256,-1,244,257,256,-1,244,245,257,-1,245,258,257,-1,245,246,258,-1,246,259,258,-1,246,247,259,-1,247,260,259,-1,247,248,260,-1,248,261,260,-1,248,249,261,-1,249,262,261,-1,249,250,262,-1}; return value; } private int[] getTorus02_FACES_5_50_coordIndex_3() { int[] value = {250,263,262,-1,250,251,263,-1,251,252,263,-1,251,240,252,-1,252,265,264,-1,252,253,265,-1,253,266,265,-1,253,254,266,-1,254,267,266,-1,254,255,267,-1,255,268,267,-1,255,256,268,-1,256,269,268,-1,256,257,269,-1,257,270,269,-1,257,258,270,-1,258,271,270,-1,258,259,271,-1,259,272,271,-1,259,260,272,-1,260,273,272,-1,260,261,273,-1,261,274,273,-1,261,262,274,-1,262,275,274,-1,262,263,275,-1,263,264,275,-1,263,252,264,-1,264,277,276,-1,264,265,277,-1,265,278,277,-1,265,266,278,-1,266,279,278,-1,266,267,279,-1,267,280,279,-1,267,268,280,-1,268,281,280,-1,268,269,281,-1,269,282,281,-1,269,270,282,-1,270,283,282,-1,270,271,283,-1,271,284,283,-1,271,272,284,-1,272,285,284,-1,272,273,285,-1,273,286,285,-1,273,274,286,-1,274,287,286,-1,274,275,287,-1,275,276,287,-1,275,264,276,-1,276,1,0,-1,276,277,1,-1,277,2,1,-1,277,278,2,-1,278,3,2,-1,278,279,3,-1,279,4,3,-1,279,280,4,-1,280,5,4,-1,280,281,5,-1,281,6,5,-1,281,282,6,-1,282,7,6,-1,282,283,7,-1,283,8,7,-1,283,284,8,-1,284,9,8,-1,284,285,9,-1,285,10,9,-1,285,286,10,-1,286,11,10,-1,286,287,11,-1,287,0,11,-1,287,276,0,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTorus02_COORD_6_50_point_1() { float[] value = {0.0f,0.0f,-0.033f,0.0f,0.0040f,-0.03193f,0.0f,0.006928f,-0.029f,0.0f,0.0080f,-0.025f,0.0f,0.006928f,-0.021f,0.0f,0.0040f,-0.01807f,0.0f,0.0f,-0.017f,0.0f,-0.0040f,-0.01807f,0.0f,-0.006928f,-0.021f,0.0f,-0.0080f,-0.025f,0.0f,-0.006928f,-0.029f,0.0f,-0.0040f,-0.03193f,0.008541f,0.0f,-0.03188f,0.008264f,0.0040f,-0.03084f,0.007506f,0.006928f,-0.02801f,0.00647f,0.0080f,-0.02415f,0.005435f,0.006928f,-0.02028f,0.004677f,0.0040f,-0.01746f,0.0044f,0.0f,-0.01642f,0.004677f,-0.0040f,-0.01746f,0.005435f,-0.006928f,-0.02028f,0.00647f,-0.0080f,-0.02415f,0.007506f,-0.006928f,-0.02801f,0.008264f,-0.0040f,-0.03084f,0.0165f,0.0f,-0.02858f,0.01596f,0.0040f,-0.02765f,0.0145f,0.006928f,-0.02511f,0.0125f,0.0080f,-0.02165f,0.0105f,0.006928f,-0.01819f,0.009036f,0.0040f,-0.01565f,0.0085f,0.0f,-0.01472f,0.009036f,-0.0040f,-0.01565f,0.0105f,-0.006928f,-0.01819f,0.0125f,-0.0080f,-0.02165f,0.0145f,-0.006928f,-0.02511f,0.01596f,-0.0040f,-0.02765f,0.02333f,0.0f,-0.02333f,0.02258f,0.0040f,-0.02258f,0.02051f,0.006928f,-0.02051f,0.01768f,0.0080f,-0.01768f,0.01485f,0.006928f,-0.01485f,0.01278f,0.0040f,-0.01278f,0.01202f,0.0f,-0.01202f,0.01278f,-0.0040f,-0.01278f,0.01485f,-0.006928f,-0.01485f,0.01768f,-0.0080f,-0.01768f,0.02051f,-0.006928f,-0.02051f,0.02258f,-0.0040f,-0.02258f,0.02858f,0.0f,-0.0165f,0.02765f,0.0040f,-0.01596f,0.02511f,0.006928f,-0.0145f,0.02165f,0.0080f,-0.0125f,0.01819f,0.006928f,-0.0105f,0.01565f,0.0040f,-0.009036f,0.01472f,0.0f,-0.0085f,0.01565f,-0.0040f,-0.009036f,0.01819f,-0.006928f,-0.0105f,0.02165f,-0.0080f,-0.0125f,0.02511f,-0.006928f,-0.0145f,0.02765f,-0.0040f,-0.01596f,0.03188f,0.0f,-0.008541f,0.03084f,0.0040f,-0.008264f,0.02801f,0.006928f,-0.007506f,0.02415f,0.0080f,-0.00647f,0.02028f,0.006928f,-0.005435f,0.01746f,0.0040f,-0.004677f,0.01642f,0.0f,-0.0044f,0.01746f,-0.0040f,-0.004677f,0.02028f,-0.006928f,-0.005435f,0.02415f,-0.0080f,-0.00647f,0.02801f,-0.006928f,-0.007506f,0.03084f,-0.0040f,-0.008264f,0.033f,0.0f,0.0f,0.03193f,0.0040f,0.0f,0.029f,0.006928f,0.0f,0.025f,0.0080f,0.0f,0.021f,0.006928f,0.0f,0.01807f,0.0040f,0.0f,0.017f,0.0f,0.0f,0.01807f,-0.0040f,0.0f,0.021f,-0.006928f,0.0f,0.025f,-0.0080f,0.0f,0.029f,-0.006928f,0.0f,0.03193f,-0.0040f,0.0f,0.03188f,0.0f,0.008541f,0.03084f,0.0040f,0.008264f,0.02801f,0.006928f,0.007506f,0.02415f,0.0080f,0.00647f,0.02028f,0.006928f,0.005435f,0.01746f,0.0040f,0.004677f,0.01642f,0.0f,0.0044f,0.01746f,-0.0040f,0.004677f,0.02028f,-0.006928f,0.005435f,0.02415f,-0.0080f,0.00647f,0.02801f,-0.006928f,0.007506f,0.03084f,-0.0040f,0.008264f,0.02858f,0.0f,0.0165f,0.02765f,0.0040f,0.01596f,0.02511f,0.006928f,0.0145f,0.02165f,0.0080f,0.0125f}; return value; } private float[] getTorus02_COORD_6_50_point_2() { float[] value = {0.01819f,0.006928f,0.0105f,0.01565f,0.0040f,0.009036f,0.01472f,0.0f,0.0085f,0.01565f,-0.0040f,0.009036f,0.01819f,-0.006928f,0.0105f,0.02165f,-0.0080f,0.0125f,0.02511f,-0.006928f,0.0145f,0.02765f,-0.0040f,0.01596f,0.02333f,0.0f,0.02333f,0.02258f,0.0040f,0.02258f,0.02051f,0.006928f,0.02051f,0.01768f,0.0080f,0.01768f,0.01485f,0.006928f,0.01485f,0.01278f,0.0040f,0.01278f,0.01202f,0.0f,0.01202f,0.01278f,-0.0040f,0.01278f,0.01485f,-0.006928f,0.01485f,0.01768f,-0.0080f,0.01768f,0.02051f,-0.006928f,0.02051f,0.02258f,-0.0040f,0.02258f,0.0165f,0.0f,0.02858f,0.01596f,0.0040f,0.02765f,0.0145f,0.006928f,0.02511f,0.0125f,0.0080f,0.02165f,0.0105f,0.006928f,0.01819f,0.009036f,0.0040f,0.01565f,0.0085f,0.0f,0.01472f,0.009036f,-0.0040f,0.01565f,0.0105f,-0.006928f,0.01819f,0.0125f,-0.0080f,0.02165f,0.0145f,-0.006928f,0.02511f,0.01596f,-0.0040f,0.02765f,0.008541f,0.0f,0.03188f,0.008264f,0.0040f,0.03084f,0.007506f,0.006928f,0.02801f,0.00647f,0.0080f,0.02415f,0.005435f,0.006928f,0.02028f,0.004677f,0.0040f,0.01746f,0.0044f,0.0f,0.01642f,0.004677f,-0.0040f,0.01746f,0.005435f,-0.006928f,0.02028f,0.00647f,-0.0080f,0.02415f,0.007506f,-0.006928f,0.02801f,0.008264f,-0.0040f,0.03084f,0.0f,0.0f,0.033f,0.0f,0.0040f,0.03193f,0.0f,0.006928f,0.029f,0.0f,0.0080f,0.025f,0.0f,0.006928f,0.021f,0.0f,0.0040f,0.01807f,0.0f,0.0f,0.017f,0.0f,-0.0040f,0.01807f,0.0f,-0.006928f,0.021f,0.0f,-0.0080f,0.025f,0.0f,-0.006928f,0.029f,0.0f,-0.0040f,0.03193f,-0.008541f,0.0f,0.03188f,-0.008264f,0.0040f,0.03084f,-0.007506f,0.006928f,0.02801f,-0.00647f,0.0080f,0.02415f,-0.005435f,0.006928f,0.02028f,-0.004677f,0.0040f,0.01746f,-0.0044f,0.0f,0.01642f,-0.004677f,-0.0040f,0.01746f,-0.005435f,-0.006928f,0.02028f,-0.00647f,-0.0080f,0.02415f,-0.007506f,-0.006928f,0.02801f,-0.008264f,-0.0040f,0.03084f,-0.0165f,0.0f,0.02858f,-0.01596f,0.0040f,0.02765f,-0.0145f,0.006928f,0.02511f,-0.0125f,0.0080f,0.02165f,-0.0105f,0.006928f,0.01819f,-0.009036f,0.0040f,0.01565f,-0.0085f,0.0f,0.01472f,-0.009036f,-0.0040f,0.01565f,-0.0105f,-0.006928f,0.01819f,-0.0125f,-0.0080f,0.02165f,-0.0145f,-0.006928f,0.02511f,-0.01596f,-0.0040f,0.02765f,-0.02333f,0.0f,0.02333f,-0.02258f,0.0040f,0.02258f,-0.02051f,0.006928f,0.02051f,-0.01768f,0.0080f,0.01768f,-0.01485f,0.006928f,0.01485f,-0.01278f,0.0040f,0.01278f,-0.01202f,0.0f,0.01202f,-0.01278f,-0.0040f,0.01278f,-0.01485f,-0.006928f,0.01485f,-0.01768f,-0.0080f,0.01768f,-0.02051f,-0.006928f,0.02051f,-0.02258f,-0.0040f,0.02258f,-0.02858f,0.0f,0.0165f,-0.02765f,0.0040f,0.01596f,-0.02511f,0.006928f,0.0145f,-0.02165f,0.0080f,0.0125f,-0.01819f,0.006928f,0.0105f,-0.01565f,0.0040f,0.009036f,-0.01472f,0.0f,0.0085f,-0.01565f,-0.0040f,0.009036f}; return value; } private float[] getTorus02_COORD_6_50_point_3() { float[] value = {-0.01819f,-0.006928f,0.0105f,-0.02165f,-0.0080f,0.0125f,-0.02511f,-0.006928f,0.0145f,-0.02765f,-0.0040f,0.01596f,-0.03188f,0.0f,0.008541f,-0.03084f,0.0040f,0.008264f,-0.02801f,0.006928f,0.007506f,-0.02415f,0.0080f,0.00647f,-0.02028f,0.006928f,0.005435f,-0.01746f,0.0040f,0.004677f,-0.01642f,0.0f,0.0044f,-0.01746f,-0.0040f,0.004677f,-0.02028f,-0.006928f,0.005435f,-0.02415f,-0.0080f,0.00647f,-0.02801f,-0.006928f,0.007506f,-0.03084f,-0.0040f,0.008264f,-0.033f,0.0f,0.0f,-0.03193f,0.0040f,0.0f,-0.029f,0.006928f,0.0f,-0.025f,0.0080f,0.0f,-0.021f,0.006928f,0.0f,-0.01807f,0.0040f,0.0f,-0.017f,0.0f,0.0f,-0.01807f,-0.0040f,0.0f,-0.021f,-0.006928f,0.0f,-0.025f,-0.0080f,0.0f,-0.029f,-0.006928f,0.0f,-0.03193f,-0.0040f,0.0f,-0.03188f,0.0f,-0.008541f,-0.03084f,0.0040f,-0.008264f,-0.02801f,0.006928f,-0.007506f,-0.02415f,0.0080f,-0.00647f,-0.02028f,0.006928f,-0.005435f,-0.01746f,0.0040f,-0.004677f,-0.01642f,0.0f,-0.0044f,-0.01746f,-0.0040f,-0.004677f,-0.02028f,-0.006928f,-0.005435f,-0.02415f,-0.0080f,-0.00647f,-0.02801f,-0.006928f,-0.007506f,-0.03084f,-0.0040f,-0.008264f,-0.02858f,0.0f,-0.0165f,-0.02765f,0.0040f,-0.01596f,-0.02511f,0.006928f,-0.0145f,-0.02165f,0.0080f,-0.0125f,-0.01819f,0.006928f,-0.0105f,-0.01565f,0.0040f,-0.009036f,-0.01472f,0.0f,-0.0085f,-0.01565f,-0.0040f,-0.009036f,-0.01819f,-0.006928f,-0.0105f,-0.02165f,-0.0080f,-0.0125f,-0.02511f,-0.006928f,-0.0145f,-0.02765f,-0.0040f,-0.01596f,-0.02333f,0.0f,-0.02333f,-0.02258f,0.0040f,-0.02258f,-0.02051f,0.006928f,-0.02051f,-0.01768f,0.0080f,-0.01768f,-0.01485f,0.006928f,-0.01485f,-0.01278f,0.0040f,-0.01278f,-0.01202f,0.0f,-0.01202f,-0.01278f,-0.0040f,-0.01278f,-0.01485f,-0.006928f,-0.01485f,-0.01768f,-0.0080f,-0.01768f,-0.02051f,-0.006928f,-0.02051f,-0.02258f,-0.0040f,-0.02258f,-0.0165f,0.0f,-0.02858f,-0.01596f,0.0040f,-0.02765f,-0.0145f,0.006928f,-0.02511f,-0.0125f,0.0080f,-0.02165f,-0.0105f,0.006928f,-0.01819f,-0.009036f,0.0040f,-0.01565f,-0.0085f,0.0f,-0.01472f,-0.009036f,-0.0040f,-0.01565f,-0.0105f,-0.006928f,-0.01819f,-0.0125f,-0.0080f,-0.02165f,-0.0145f,-0.006928f,-0.02511f,-0.01596f,-0.0040f,-0.02765f,-0.008541f,0.0f,-0.03188f,-0.008264f,0.0040f,-0.03084f,-0.007506f,0.006928f,-0.02801f,-0.00647f,0.0080f,-0.02415f,-0.005435f,0.006928f,-0.02028f,-0.004677f,0.0040f,-0.01746f,-0.0044f,0.0f,-0.01642f,-0.004677f,-0.0040f,-0.01746f,-0.005435f,-0.006928f,-0.02028f,-0.00647f,-0.0080f,-0.02415f,-0.007506f,-0.006928f,-0.02801f,-0.008264f,-0.0040f,-0.03084f}; return value; } /** Define subarrays using type int[] */ private int[] getTorus03_FACES_5_56_coordIndex_1() { int[] value = {0,13,12,-1,0,1,13,-1,1,14,13,-1,1,2,14,-1,2,15,14,-1,2,3,15,-1,3,16,15,-1,3,4,16,-1,4,17,16,-1,4,5,17,-1,5,18,17,-1,5,6,18,-1,6,19,18,-1,6,7,19,-1,7,20,19,-1,7,8,20,-1,8,21,20,-1,8,9,21,-1,9,22,21,-1,9,10,22,-1,10,23,22,-1,10,11,23,-1,11,12,23,-1,11,0,12,-1,12,25,24,-1,12,13,25,-1,13,26,25,-1,13,14,26,-1,14,27,26,-1,14,15,27,-1,15,28,27,-1,15,16,28,-1,16,29,28,-1,16,17,29,-1,17,30,29,-1,17,18,30,-1,18,31,30,-1,18,19,31,-1,19,32,31,-1,19,20,32,-1,20,33,32,-1,20,21,33,-1,21,34,33,-1,21,22,34,-1,22,35,34,-1,22,23,35,-1,23,24,35,-1,23,12,24,-1,24,37,36,-1,24,25,37,-1,25,38,37,-1,25,26,38,-1,26,39,38,-1,26,27,39,-1,27,40,39,-1,27,28,40,-1,28,41,40,-1,28,29,41,-1,29,42,41,-1,29,30,42,-1,30,43,42,-1,30,31,43,-1,31,44,43,-1,31,32,44,-1,32,45,44,-1,32,33,45,-1,33,46,45,-1,33,34,46,-1,34,47,46,-1,34,35,47,-1,35,36,47,-1,35,24,36,-1,36,49,48,-1,36,37,49,-1,37,50,49,-1,37,38,50,-1,38,51,50,-1,38,39,51,-1,39,52,51,-1,39,40,52,-1,40,53,52,-1,40,41,53,-1,41,54,53,-1,41,42,54,-1,42,55,54,-1,42,43,55,-1,43,56,55,-1,43,44,56,-1,44,57,56,-1,44,45,57,-1,45,58,57,-1,45,46,58,-1,46,59,58,-1,46,47,59,-1,47,48,59,-1,47,36,48,-1,48,61,60,-1,48,49,61,-1,49,62,61,-1,49,50,62,-1,50,63,62,-1,50,51,63,-1,51,64,63,-1,51,52,64,-1,52,65,64,-1,52,53,65,-1,53,66,65,-1,53,54,66,-1,54,67,66,-1,54,55,67,-1,55,68,67,-1,55,56,68,-1,56,69,68,-1,56,57,69,-1,57,70,69,-1,57,58,70,-1,58,71,70,-1,58,59,71,-1,59,60,71,-1,59,48,60,-1,60,73,72,-1,60,61,73,-1,61,74,73,-1,61,62,74,-1,62,75,74,-1,62,63,75,-1,63,76,75,-1,63,64,76,-1,64,77,76,-1,64,65,77,-1,65,78,77,-1,65,66,78,-1,66,79,78,-1,66,67,79,-1,67,80,79,-1,67,68,80,-1,68,81,80,-1,68,69,81,-1,69,82,81,-1,69,70,82,-1,70,83,82,-1,70,71,83,-1,71,72,83,-1,71,60,72,-1,72,85,84,-1,72,73,85,-1,73,86,85,-1,73,74,86,-1,74,87,86,-1,74,75,87,-1,75,88,87,-1,75,76,88,-1,76,89,88,-1,76,77,89,-1,77,90,89,-1,77,78,90,-1,78,91,90,-1,78,79,91,-1,79,92,91,-1,79,80,92,-1,80,93,92,-1,80,81,93,-1,81,94,93,-1,81,82,94,-1,82,95,94,-1,82,83,95,-1,83,84,95,-1,83,72,84,-1,84,97,96,-1,84,85,97,-1,85,98,97,-1,85,86,98,-1,86,99,98,-1,86,87,99,-1,87,100,99,-1,87,88,100,-1,88,101,100,-1,88,89,101,-1,89,102,101,-1,89,90,102,-1,90,103,102,-1,90,91,103,-1,91,104,103,-1,91,92,104,-1,92,105,104,-1,92,93,105,-1,93,106,105,-1,93,94,106,-1,94,107,106,-1,94,95,107,-1,95,96,107,-1,95,84,96,-1,96,109,108,-1,96,97,109,-1,97,110,109,-1,97,98,110,-1,98,111,110,-1,98,99,111,-1,99,112,111,-1,99,100,112,-1,100,113,112,-1,100,101,113,-1,101,114,113,-1,101,102,114,-1,102,115,114,-1,102,103,115,-1,103,116,115,-1,103,104,116,-1,104,117,116,-1,104,105,117,-1,105,118,117,-1,105,106,118,-1,106,119,118,-1,106,107,119,-1,107,108,119,-1,107,96,108,-1,108,121,120,-1,108,109,121,-1,109,122,121,-1,109,110,122,-1,110,123,122,-1,110,111,123,-1,111,124,123,-1,111,112,124,-1,112,125,124,-1,112,113,125,-1,113,126,125,-1,113,114,126,-1,114,127,126,-1,114,115,127,-1,115,128,127,-1,115,116,128,-1,116,129,128,-1,116,117,129,-1,117,130,129,-1,117,118,130,-1,118,131,130,-1,118,119,131,-1,119,120,131,-1,119,108,120,-1,120,133,132,-1,120,121,133,-1,121,134,133,-1,121,122,134,-1,122,135,134,-1,122,123,135,-1,123,136,135,-1,123,124,136,-1,124,137,136,-1,124,125,137,-1}; return value; } private int[] getTorus03_FACES_5_56_coordIndex_2() { int[] value = {125,138,137,-1,125,126,138,-1,126,139,138,-1,126,127,139,-1,127,140,139,-1,127,128,140,-1,128,141,140,-1,128,129,141,-1,129,142,141,-1,129,130,142,-1,130,143,142,-1,130,131,143,-1,131,132,143,-1,131,120,132,-1,132,145,144,-1,132,133,145,-1,133,146,145,-1,133,134,146,-1,134,147,146,-1,134,135,147,-1,135,148,147,-1,135,136,148,-1,136,149,148,-1,136,137,149,-1,137,150,149,-1,137,138,150,-1,138,151,150,-1,138,139,151,-1,139,152,151,-1,139,140,152,-1,140,153,152,-1,140,141,153,-1,141,154,153,-1,141,142,154,-1,142,155,154,-1,142,143,155,-1,143,144,155,-1,143,132,144,-1,144,157,156,-1,144,145,157,-1,145,158,157,-1,145,146,158,-1,146,159,158,-1,146,147,159,-1,147,160,159,-1,147,148,160,-1,148,161,160,-1,148,149,161,-1,149,162,161,-1,149,150,162,-1,150,163,162,-1,150,151,163,-1,151,164,163,-1,151,152,164,-1,152,165,164,-1,152,153,165,-1,153,166,165,-1,153,154,166,-1,154,167,166,-1,154,155,167,-1,155,156,167,-1,155,144,156,-1,156,169,168,-1,156,157,169,-1,157,170,169,-1,157,158,170,-1,158,171,170,-1,158,159,171,-1,159,172,171,-1,159,160,172,-1,160,173,172,-1,160,161,173,-1,161,174,173,-1,161,162,174,-1,162,175,174,-1,162,163,175,-1,163,176,175,-1,163,164,176,-1,164,177,176,-1,164,165,177,-1,165,178,177,-1,165,166,178,-1,166,179,178,-1,166,167,179,-1,167,168,179,-1,167,156,168,-1,168,181,180,-1,168,169,181,-1,169,182,181,-1,169,170,182,-1,170,183,182,-1,170,171,183,-1,171,184,183,-1,171,172,184,-1,172,185,184,-1,172,173,185,-1,173,186,185,-1,173,174,186,-1,174,187,186,-1,174,175,187,-1,175,188,187,-1,175,176,188,-1,176,189,188,-1,176,177,189,-1,177,190,189,-1,177,178,190,-1,178,191,190,-1,178,179,191,-1,179,180,191,-1,179,168,180,-1,180,193,192,-1,180,181,193,-1,181,194,193,-1,181,182,194,-1,182,195,194,-1,182,183,195,-1,183,196,195,-1,183,184,196,-1,184,197,196,-1,184,185,197,-1,185,198,197,-1,185,186,198,-1,186,199,198,-1,186,187,199,-1,187,200,199,-1,187,188,200,-1,188,201,200,-1,188,189,201,-1,189,202,201,-1,189,190,202,-1,190,203,202,-1,190,191,203,-1,191,192,203,-1,191,180,192,-1,192,205,204,-1,192,193,205,-1,193,206,205,-1,193,194,206,-1,194,207,206,-1,194,195,207,-1,195,208,207,-1,195,196,208,-1,196,209,208,-1,196,197,209,-1,197,210,209,-1,197,198,210,-1,198,211,210,-1,198,199,211,-1,199,212,211,-1,199,200,212,-1,200,213,212,-1,200,201,213,-1,201,214,213,-1,201,202,214,-1,202,215,214,-1,202,203,215,-1,203,204,215,-1,203,192,204,-1,204,217,216,-1,204,205,217,-1,205,218,217,-1,205,206,218,-1,206,219,218,-1,206,207,219,-1,207,220,219,-1,207,208,220,-1,208,221,220,-1,208,209,221,-1,209,222,221,-1,209,210,222,-1,210,223,222,-1,210,211,223,-1,211,224,223,-1,211,212,224,-1,212,225,224,-1,212,213,225,-1,213,226,225,-1,213,214,226,-1,214,227,226,-1,214,215,227,-1,215,216,227,-1,215,204,216,-1,216,229,228,-1,216,217,229,-1,217,230,229,-1,217,218,230,-1,218,231,230,-1,218,219,231,-1,219,232,231,-1,219,220,232,-1,220,233,232,-1,220,221,233,-1,221,234,233,-1,221,222,234,-1,222,235,234,-1,222,223,235,-1,223,236,235,-1,223,224,236,-1,224,237,236,-1,224,225,237,-1,225,238,237,-1,225,226,238,-1,226,239,238,-1,226,227,239,-1,227,228,239,-1,227,216,228,-1,228,241,240,-1,228,229,241,-1,229,242,241,-1,229,230,242,-1,230,243,242,-1,230,231,243,-1,231,244,243,-1,231,232,244,-1,232,245,244,-1,232,233,245,-1,233,246,245,-1,233,234,246,-1,234,247,246,-1,234,235,247,-1,235,248,247,-1,235,236,248,-1,236,249,248,-1,236,237,249,-1,237,250,249,-1,237,238,250,-1,238,251,250,-1,238,239,251,-1,239,240,251,-1,239,228,240,-1,240,253,252,-1,240,241,253,-1,241,254,253,-1,241,242,254,-1,242,255,254,-1,242,243,255,-1,243,256,255,-1,243,244,256,-1,244,257,256,-1,244,245,257,-1,245,258,257,-1,245,246,258,-1,246,259,258,-1,246,247,259,-1,247,260,259,-1,247,248,260,-1,248,261,260,-1,248,249,261,-1,249,262,261,-1,249,250,262,-1}; return value; } private int[] getTorus03_FACES_5_56_coordIndex_3() { int[] value = {250,263,262,-1,250,251,263,-1,251,252,263,-1,251,240,252,-1,252,265,264,-1,252,253,265,-1,253,266,265,-1,253,254,266,-1,254,267,266,-1,254,255,267,-1,255,268,267,-1,255,256,268,-1,256,269,268,-1,256,257,269,-1,257,270,269,-1,257,258,270,-1,258,271,270,-1,258,259,271,-1,259,272,271,-1,259,260,272,-1,260,273,272,-1,260,261,273,-1,261,274,273,-1,261,262,274,-1,262,275,274,-1,262,263,275,-1,263,264,275,-1,263,252,264,-1,264,277,276,-1,264,265,277,-1,265,278,277,-1,265,266,278,-1,266,279,278,-1,266,267,279,-1,267,280,279,-1,267,268,280,-1,268,281,280,-1,268,269,281,-1,269,282,281,-1,269,270,282,-1,270,283,282,-1,270,271,283,-1,271,284,283,-1,271,272,284,-1,272,285,284,-1,272,273,285,-1,273,286,285,-1,273,274,286,-1,274,287,286,-1,274,275,287,-1,275,276,287,-1,275,264,276,-1,276,1,0,-1,276,277,1,-1,277,2,1,-1,277,278,2,-1,278,3,2,-1,278,279,3,-1,279,4,3,-1,279,280,4,-1,280,5,4,-1,280,281,5,-1,281,6,5,-1,281,282,6,-1,282,7,6,-1,282,283,7,-1,283,8,7,-1,283,284,8,-1,284,9,8,-1,284,285,9,-1,285,10,9,-1,285,286,10,-1,286,11,10,-1,286,287,11,-1,287,0,11,-1,287,276,0,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTorus03_COORD_6_56_point_1() { float[] value = {0.0f,0.0f,-0.028f,0.0f,0.0040f,-0.02693f,0.0f,0.006928f,-0.024f,0.0f,0.0080f,-0.02f,0.0f,0.006928f,-0.016f,0.0f,0.0040f,-0.01307f,0.0f,0.0f,-0.012f,0.0f,-0.0040f,-0.01307f,0.0f,-0.006928f,-0.016f,0.0f,-0.0080f,-0.02f,0.0f,-0.006928f,-0.024f,0.0f,-0.0040f,-0.02693f,0.007247f,0.0f,-0.02705f,0.00697f,0.0040f,-0.02601f,0.006212f,0.006928f,-0.02318f,0.005176f,0.0080f,-0.01932f,0.004141f,0.006928f,-0.01545f,0.003383f,0.0040f,-0.01263f,0.003106f,0.0f,-0.01159f,0.003383f,-0.0040f,-0.01263f,0.004141f,-0.006928f,-0.01545f,0.005176f,-0.0080f,-0.01932f,0.006212f,-0.006928f,-0.02318f,0.00697f,-0.0040f,-0.02601f,0.014f,0.0f,-0.02425f,0.01346f,0.0040f,-0.02332f,0.012f,0.006928f,-0.02078f,0.01f,0.0080f,-0.01732f,0.0080f,0.006928f,-0.01386f,0.006536f,0.0040f,-0.01132f,0.0060f,0.0f,-0.01039f,0.006536f,-0.0040f,-0.01132f,0.0080f,-0.006928f,-0.01386f,0.01f,-0.0080f,-0.01732f,0.012f,-0.006928f,-0.02078f,0.01346f,-0.0040f,-0.02332f,0.0198f,0.0f,-0.0198f,0.01904f,0.0040f,-0.01904f,0.01697f,0.006928f,-0.01697f,0.01414f,0.0080f,-0.01414f,0.01131f,0.006928f,-0.01131f,0.009243f,0.0040f,-0.009243f,0.008485f,0.0f,-0.008485f,0.009243f,-0.0040f,-0.009243f,0.01131f,-0.006928f,-0.01131f,0.01414f,-0.0080f,-0.01414f,0.01697f,-0.006928f,-0.01697f,0.01904f,-0.0040f,-0.01904f,0.02425f,0.0f,-0.014f,0.02332f,0.0040f,-0.01346f,0.02078f,0.006928f,-0.012f,0.01732f,0.0080f,-0.01f,0.01386f,0.006928f,-0.0080f,0.01132f,0.0040f,-0.006536f,0.01039f,0.0f,-0.0060f,0.01132f,-0.0040f,-0.006536f,0.01386f,-0.006928f,-0.0080f,0.01732f,-0.0080f,-0.01f,0.02078f,-0.006928f,-0.012f,0.02332f,-0.0040f,-0.01346f,0.02705f,0.0f,-0.007247f,0.02601f,0.0040f,-0.00697f,0.02318f,0.006928f,-0.006212f,0.01932f,0.0080f,-0.005176f,0.01545f,0.006928f,-0.004141f,0.01263f,0.0040f,-0.003383f,0.01159f,0.0f,-0.003106f,0.01263f,-0.0040f,-0.003383f,0.01545f,-0.006928f,-0.004141f,0.01932f,-0.0080f,-0.005176f,0.02318f,-0.006928f,-0.006212f,0.02601f,-0.0040f,-0.00697f,0.028f,0.0f,0.0f,0.02693f,0.0040f,0.0f,0.024f,0.006928f,0.0f,0.02f,0.0080f,0.0f,0.016f,0.006928f,0.0f,0.01307f,0.0040f,0.0f,0.012f,0.0f,0.0f,0.01307f,-0.0040f,0.0f,0.016f,-0.006928f,0.0f,0.02f,-0.0080f,0.0f,0.024f,-0.006928f,0.0f,0.02693f,-0.0040f,0.0f,0.02705f,0.0f,0.007247f,0.02601f,0.0040f,0.00697f,0.02318f,0.006928f,0.006212f,0.01932f,0.0080f,0.005176f,0.01545f,0.006928f,0.004141f,0.01263f,0.0040f,0.003383f,0.01159f,0.0f,0.003106f,0.01263f,-0.0040f,0.003383f,0.01545f,-0.006928f,0.004141f,0.01932f,-0.0080f,0.005176f,0.02318f,-0.006928f,0.006212f,0.02601f,-0.0040f,0.00697f,0.02425f,0.0f,0.014f,0.02332f,0.0040f,0.01346f,0.02078f,0.006928f,0.012f,0.01732f,0.0080f,0.01f}; return value; } private float[] getTorus03_COORD_6_56_point_2() { float[] value = {0.01386f,0.006928f,0.0080f,0.01132f,0.0040f,0.006536f,0.01039f,0.0f,0.0060f,0.01132f,-0.0040f,0.006536f,0.01386f,-0.006928f,0.0080f,0.01732f,-0.0080f,0.01f,0.02078f,-0.006928f,0.012f,0.02332f,-0.0040f,0.01346f,0.0198f,0.0f,0.0198f,0.01904f,0.0040f,0.01904f,0.01697f,0.006928f,0.01697f,0.01414f,0.0080f,0.01414f,0.01131f,0.006928f,0.01131f,0.009243f,0.0040f,0.009243f,0.008485f,0.0f,0.008485f,0.009243f,-0.0040f,0.009243f,0.01131f,-0.006928f,0.01131f,0.01414f,-0.0080f,0.01414f,0.01697f,-0.006928f,0.01697f,0.01904f,-0.0040f,0.01904f,0.014f,0.0f,0.02425f,0.01346f,0.0040f,0.02332f,0.012f,0.006928f,0.02078f,0.01f,0.0080f,0.01732f,0.0080f,0.006928f,0.01386f,0.006536f,0.0040f,0.01132f,0.0060f,0.0f,0.01039f,0.006536f,-0.0040f,0.01132f,0.0080f,-0.006928f,0.01386f,0.01f,-0.0080f,0.01732f,0.012f,-0.006928f,0.02078f,0.01346f,-0.0040f,0.02332f,0.007247f,0.0f,0.02705f,0.00697f,0.0040f,0.02601f,0.006212f,0.006928f,0.02318f,0.005176f,0.0080f,0.01932f,0.004141f,0.006928f,0.01545f,0.003383f,0.0040f,0.01263f,0.003106f,0.0f,0.01159f,0.003383f,-0.0040f,0.01263f,0.004141f,-0.006928f,0.01545f,0.005176f,-0.0080f,0.01932f,0.006212f,-0.006928f,0.02318f,0.00697f,-0.0040f,0.02601f,0.0f,0.0f,0.028f,0.0f,0.0040f,0.02693f,0.0f,0.006928f,0.024f,0.0f,0.0080f,0.02f,0.0f,0.006928f,0.016f,0.0f,0.0040f,0.01307f,0.0f,0.0f,0.012f,0.0f,-0.0040f,0.01307f,0.0f,-0.006928f,0.016f,0.0f,-0.0080f,0.02f,0.0f,-0.006928f,0.024f,0.0f,-0.0040f,0.02693f,-0.007247f,0.0f,0.02705f,-0.00697f,0.0040f,0.02601f,-0.006212f,0.006928f,0.02318f,-0.005176f,0.0080f,0.01932f,-0.004141f,0.006928f,0.01545f,-0.003383f,0.0040f,0.01263f,-0.003106f,0.0f,0.01159f,-0.003383f,-0.0040f,0.01263f,-0.004141f,-0.006928f,0.01545f,-0.005176f,-0.0080f,0.01932f,-0.006212f,-0.006928f,0.02318f,-0.00697f,-0.0040f,0.02601f,-0.014f,0.0f,0.02425f,-0.01346f,0.0040f,0.02332f,-0.012f,0.006928f,0.02078f,-0.01f,0.0080f,0.01732f,-0.0080f,0.006928f,0.01386f,-0.006536f,0.0040f,0.01132f,-0.0060f,0.0f,0.01039f,-0.006536f,-0.0040f,0.01132f,-0.0080f,-0.006928f,0.01386f,-0.01f,-0.0080f,0.01732f,-0.012f,-0.006928f,0.02078f,-0.01346f,-0.0040f,0.02332f,-0.0198f,0.0f,0.0198f,-0.01904f,0.0040f,0.01904f,-0.01697f,0.006928f,0.01697f,-0.01414f,0.0080f,0.01414f,-0.01131f,0.006928f,0.01131f,-0.009243f,0.0040f,0.009243f,-0.008485f,0.0f,0.008485f,-0.009243f,-0.0040f,0.009243f,-0.01131f,-0.006928f,0.01131f,-0.01414f,-0.0080f,0.01414f,-0.01697f,-0.006928f,0.01697f,-0.01904f,-0.0040f,0.01904f,-0.02425f,0.0f,0.014f,-0.02332f,0.0040f,0.01346f,-0.02078f,0.006928f,0.012f,-0.01732f,0.0080f,0.01f,-0.01386f,0.006928f,0.0080f,-0.01132f,0.0040f,0.006536f,-0.01039f,0.0f,0.0060f,-0.01132f,-0.0040f,0.006536f}; return value; } private float[] getTorus03_COORD_6_56_point_3() { float[] value = {-0.01386f,-0.006928f,0.0080f,-0.01732f,-0.0080f,0.01f,-0.02078f,-0.006928f,0.012f,-0.02332f,-0.0040f,0.01346f,-0.02705f,0.0f,0.007247f,-0.02601f,0.0040f,0.00697f,-0.02318f,0.006928f,0.006212f,-0.01932f,0.0080f,0.005176f,-0.01545f,0.006928f,0.004141f,-0.01263f,0.0040f,0.003383f,-0.01159f,0.0f,0.003106f,-0.01263f,-0.0040f,0.003383f,-0.01545f,-0.006928f,0.004141f,-0.01932f,-0.0080f,0.005176f,-0.02318f,-0.006928f,0.006212f,-0.02601f,-0.0040f,0.00697f,-0.028f,0.0f,0.0f,-0.02693f,0.0040f,0.0f,-0.024f,0.006928f,0.0f,-0.02f,0.0080f,0.0f,-0.016f,0.006928f,0.0f,-0.01307f,0.0040f,0.0f,-0.012f,0.0f,0.0f,-0.01307f,-0.0040f,0.0f,-0.016f,-0.006928f,0.0f,-0.02f,-0.0080f,0.0f,-0.024f,-0.006928f,0.0f,-0.02693f,-0.0040f,0.0f,-0.02705f,0.0f,-0.007247f,-0.02601f,0.0040f,-0.00697f,-0.02318f,0.006928f,-0.006212f,-0.01932f,0.0080f,-0.005176f,-0.01545f,0.006928f,-0.004141f,-0.01263f,0.0040f,-0.003383f,-0.01159f,0.0f,-0.003106f,-0.01263f,-0.0040f,-0.003383f,-0.01545f,-0.006928f,-0.004141f,-0.01932f,-0.0080f,-0.005176f,-0.02318f,-0.006928f,-0.006212f,-0.02601f,-0.0040f,-0.00697f,-0.02425f,0.0f,-0.014f,-0.02332f,0.0040f,-0.01346f,-0.02078f,0.006928f,-0.012f,-0.01732f,0.0080f,-0.01f,-0.01386f,0.006928f,-0.0080f,-0.01132f,0.0040f,-0.006536f,-0.01039f,0.0f,-0.0060f,-0.01132f,-0.0040f,-0.006536f,-0.01386f,-0.006928f,-0.0080f,-0.01732f,-0.0080f,-0.01f,-0.02078f,-0.006928f,-0.012f,-0.02332f,-0.0040f,-0.01346f,-0.0198f,0.0f,-0.0198f,-0.01904f,0.0040f,-0.01904f,-0.01697f,0.006928f,-0.01697f,-0.01414f,0.0080f,-0.01414f,-0.01131f,0.006928f,-0.01131f,-0.009243f,0.0040f,-0.009243f,-0.008485f,0.0f,-0.008485f,-0.009243f,-0.0040f,-0.009243f,-0.01131f,-0.006928f,-0.01131f,-0.01414f,-0.0080f,-0.01414f,-0.01697f,-0.006928f,-0.01697f,-0.01904f,-0.0040f,-0.01904f,-0.014f,0.0f,-0.02425f,-0.01346f,0.0040f,-0.02332f,-0.012f,0.006928f,-0.02078f,-0.01f,0.0080f,-0.01732f,-0.0080f,0.006928f,-0.01386f,-0.006536f,0.0040f,-0.01132f,-0.0060f,0.0f,-0.01039f,-0.006536f,-0.0040f,-0.01132f,-0.0080f,-0.006928f,-0.01386f,-0.01f,-0.0080f,-0.01732f,-0.012f,-0.006928f,-0.02078f,-0.01346f,-0.0040f,-0.02332f,-0.007247f,0.0f,-0.02705f,-0.00697f,0.0040f,-0.02601f,-0.006212f,0.006928f,-0.02318f,-0.005176f,0.0080f,-0.01932f,-0.004141f,0.006928f,-0.01545f,-0.003383f,0.0040f,-0.01263f,-0.003106f,0.0f,-0.01159f,-0.003383f,-0.0040f,-0.01263f,-0.004141f,-0.006928f,-0.01545f,-0.005176f,-0.0080f,-0.01932f,-0.006212f,-0.006928f,-0.02318f,-0.00697f,-0.0040f,-0.02601f}; return value; } /** Define subarrays using type int[] */ private int[] getTorus04_FACES_5_62_coordIndex_1() { int[] value = {0,13,12,-1,0,1,13,-1,1,14,13,-1,1,2,14,-1,2,15,14,-1,2,3,15,-1,3,16,15,-1,3,4,16,-1,4,17,16,-1,4,5,17,-1,5,18,17,-1,5,6,18,-1,6,19,18,-1,6,7,19,-1,7,20,19,-1,7,8,20,-1,8,21,20,-1,8,9,21,-1,9,22,21,-1,9,10,22,-1,10,23,22,-1,10,11,23,-1,11,12,23,-1,11,0,12,-1,12,25,24,-1,12,13,25,-1,13,26,25,-1,13,14,26,-1,14,27,26,-1,14,15,27,-1,15,28,27,-1,15,16,28,-1,16,29,28,-1,16,17,29,-1,17,30,29,-1,17,18,30,-1,18,31,30,-1,18,19,31,-1,19,32,31,-1,19,20,32,-1,20,33,32,-1,20,21,33,-1,21,34,33,-1,21,22,34,-1,22,35,34,-1,22,23,35,-1,23,24,35,-1,23,12,24,-1,24,37,36,-1,24,25,37,-1,25,38,37,-1,25,26,38,-1,26,39,38,-1,26,27,39,-1,27,40,39,-1,27,28,40,-1,28,41,40,-1,28,29,41,-1,29,42,41,-1,29,30,42,-1,30,43,42,-1,30,31,43,-1,31,44,43,-1,31,32,44,-1,32,45,44,-1,32,33,45,-1,33,46,45,-1,33,34,46,-1,34,47,46,-1,34,35,47,-1,35,36,47,-1,35,24,36,-1,36,49,48,-1,36,37,49,-1,37,50,49,-1,37,38,50,-1,38,51,50,-1,38,39,51,-1,39,52,51,-1,39,40,52,-1,40,53,52,-1,40,41,53,-1,41,54,53,-1,41,42,54,-1,42,55,54,-1,42,43,55,-1,43,56,55,-1,43,44,56,-1,44,57,56,-1,44,45,57,-1,45,58,57,-1,45,46,58,-1,46,59,58,-1,46,47,59,-1,47,48,59,-1,47,36,48,-1,48,61,60,-1,48,49,61,-1,49,62,61,-1,49,50,62,-1,50,63,62,-1,50,51,63,-1,51,64,63,-1,51,52,64,-1,52,65,64,-1,52,53,65,-1,53,66,65,-1,53,54,66,-1,54,67,66,-1,54,55,67,-1,55,68,67,-1,55,56,68,-1,56,69,68,-1,56,57,69,-1,57,70,69,-1,57,58,70,-1,58,71,70,-1,58,59,71,-1,59,60,71,-1,59,48,60,-1,60,73,72,-1,60,61,73,-1,61,74,73,-1,61,62,74,-1,62,75,74,-1,62,63,75,-1,63,76,75,-1,63,64,76,-1,64,77,76,-1,64,65,77,-1,65,78,77,-1,65,66,78,-1,66,79,78,-1,66,67,79,-1,67,80,79,-1,67,68,80,-1,68,81,80,-1,68,69,81,-1,69,82,81,-1,69,70,82,-1,70,83,82,-1,70,71,83,-1,71,72,83,-1,71,60,72,-1,72,85,84,-1,72,73,85,-1,73,86,85,-1,73,74,86,-1,74,87,86,-1,74,75,87,-1,75,88,87,-1,75,76,88,-1,76,89,88,-1,76,77,89,-1,77,90,89,-1,77,78,90,-1,78,91,90,-1,78,79,91,-1,79,92,91,-1,79,80,92,-1,80,93,92,-1,80,81,93,-1,81,94,93,-1,81,82,94,-1,82,95,94,-1,82,83,95,-1,83,84,95,-1,83,72,84,-1,84,97,96,-1,84,85,97,-1,85,98,97,-1,85,86,98,-1,86,99,98,-1,86,87,99,-1,87,100,99,-1,87,88,100,-1,88,101,100,-1,88,89,101,-1,89,102,101,-1,89,90,102,-1,90,103,102,-1,90,91,103,-1,91,104,103,-1,91,92,104,-1,92,105,104,-1,92,93,105,-1,93,106,105,-1,93,94,106,-1,94,107,106,-1,94,95,107,-1,95,96,107,-1,95,84,96,-1,96,109,108,-1,96,97,109,-1,97,110,109,-1,97,98,110,-1,98,111,110,-1,98,99,111,-1,99,112,111,-1,99,100,112,-1,100,113,112,-1,100,101,113,-1,101,114,113,-1,101,102,114,-1,102,115,114,-1,102,103,115,-1,103,116,115,-1,103,104,116,-1,104,117,116,-1,104,105,117,-1,105,118,117,-1,105,106,118,-1,106,119,118,-1,106,107,119,-1,107,108,119,-1,107,96,108,-1,108,121,120,-1,108,109,121,-1,109,122,121,-1,109,110,122,-1,110,123,122,-1,110,111,123,-1,111,124,123,-1,111,112,124,-1,112,125,124,-1,112,113,125,-1,113,126,125,-1,113,114,126,-1,114,127,126,-1,114,115,127,-1,115,128,127,-1,115,116,128,-1,116,129,128,-1,116,117,129,-1,117,130,129,-1,117,118,130,-1,118,131,130,-1,118,119,131,-1,119,120,131,-1,119,108,120,-1,120,133,132,-1,120,121,133,-1,121,134,133,-1,121,122,134,-1,122,135,134,-1,122,123,135,-1,123,136,135,-1,123,124,136,-1,124,137,136,-1,124,125,137,-1}; return value; } private int[] getTorus04_FACES_5_62_coordIndex_2() { int[] value = {125,138,137,-1,125,126,138,-1,126,139,138,-1,126,127,139,-1,127,140,139,-1,127,128,140,-1,128,141,140,-1,128,129,141,-1,129,142,141,-1,129,130,142,-1,130,143,142,-1,130,131,143,-1,131,132,143,-1,131,120,132,-1,132,145,144,-1,132,133,145,-1,133,146,145,-1,133,134,146,-1,134,147,146,-1,134,135,147,-1,135,148,147,-1,135,136,148,-1,136,149,148,-1,136,137,149,-1,137,150,149,-1,137,138,150,-1,138,151,150,-1,138,139,151,-1,139,152,151,-1,139,140,152,-1,140,153,152,-1,140,141,153,-1,141,154,153,-1,141,142,154,-1,142,155,154,-1,142,143,155,-1,143,144,155,-1,143,132,144,-1,144,157,156,-1,144,145,157,-1,145,158,157,-1,145,146,158,-1,146,159,158,-1,146,147,159,-1,147,160,159,-1,147,148,160,-1,148,161,160,-1,148,149,161,-1,149,162,161,-1,149,150,162,-1,150,163,162,-1,150,151,163,-1,151,164,163,-1,151,152,164,-1,152,165,164,-1,152,153,165,-1,153,166,165,-1,153,154,166,-1,154,167,166,-1,154,155,167,-1,155,156,167,-1,155,144,156,-1,156,169,168,-1,156,157,169,-1,157,170,169,-1,157,158,170,-1,158,171,170,-1,158,159,171,-1,159,172,171,-1,159,160,172,-1,160,173,172,-1,160,161,173,-1,161,174,173,-1,161,162,174,-1,162,175,174,-1,162,163,175,-1,163,176,175,-1,163,164,176,-1,164,177,176,-1,164,165,177,-1,165,178,177,-1,165,166,178,-1,166,179,178,-1,166,167,179,-1,167,168,179,-1,167,156,168,-1,168,181,180,-1,168,169,181,-1,169,182,181,-1,169,170,182,-1,170,183,182,-1,170,171,183,-1,171,184,183,-1,171,172,184,-1,172,185,184,-1,172,173,185,-1,173,186,185,-1,173,174,186,-1,174,187,186,-1,174,175,187,-1,175,188,187,-1,175,176,188,-1,176,189,188,-1,176,177,189,-1,177,190,189,-1,177,178,190,-1,178,191,190,-1,178,179,191,-1,179,180,191,-1,179,168,180,-1,180,193,192,-1,180,181,193,-1,181,194,193,-1,181,182,194,-1,182,195,194,-1,182,183,195,-1,183,196,195,-1,183,184,196,-1,184,197,196,-1,184,185,197,-1,185,198,197,-1,185,186,198,-1,186,199,198,-1,186,187,199,-1,187,200,199,-1,187,188,200,-1,188,201,200,-1,188,189,201,-1,189,202,201,-1,189,190,202,-1,190,203,202,-1,190,191,203,-1,191,192,203,-1,191,180,192,-1,192,205,204,-1,192,193,205,-1,193,206,205,-1,193,194,206,-1,194,207,206,-1,194,195,207,-1,195,208,207,-1,195,196,208,-1,196,209,208,-1,196,197,209,-1,197,210,209,-1,197,198,210,-1,198,211,210,-1,198,199,211,-1,199,212,211,-1,199,200,212,-1,200,213,212,-1,200,201,213,-1,201,214,213,-1,201,202,214,-1,202,215,214,-1,202,203,215,-1,203,204,215,-1,203,192,204,-1,204,217,216,-1,204,205,217,-1,205,218,217,-1,205,206,218,-1,206,219,218,-1,206,207,219,-1,207,220,219,-1,207,208,220,-1,208,221,220,-1,208,209,221,-1,209,222,221,-1,209,210,222,-1,210,223,222,-1,210,211,223,-1,211,224,223,-1,211,212,224,-1,212,225,224,-1,212,213,225,-1,213,226,225,-1,213,214,226,-1,214,227,226,-1,214,215,227,-1,215,216,227,-1,215,204,216,-1,216,229,228,-1,216,217,229,-1,217,230,229,-1,217,218,230,-1,218,231,230,-1,218,219,231,-1,219,232,231,-1,219,220,232,-1,220,233,232,-1,220,221,233,-1,221,234,233,-1,221,222,234,-1,222,235,234,-1,222,223,235,-1,223,236,235,-1,223,224,236,-1,224,237,236,-1,224,225,237,-1,225,238,237,-1,225,226,238,-1,226,239,238,-1,226,227,239,-1,227,228,239,-1,227,216,228,-1,228,241,240,-1,228,229,241,-1,229,242,241,-1,229,230,242,-1,230,243,242,-1,230,231,243,-1,231,244,243,-1,231,232,244,-1,232,245,244,-1,232,233,245,-1,233,246,245,-1,233,234,246,-1,234,247,246,-1,234,235,247,-1,235,248,247,-1,235,236,248,-1,236,249,248,-1,236,237,249,-1,237,250,249,-1,237,238,250,-1,238,251,250,-1,238,239,251,-1,239,240,251,-1,239,228,240,-1,240,253,252,-1,240,241,253,-1,241,254,253,-1,241,242,254,-1,242,255,254,-1,242,243,255,-1,243,256,255,-1,243,244,256,-1,244,257,256,-1,244,245,257,-1,245,258,257,-1,245,246,258,-1,246,259,258,-1,246,247,259,-1,247,260,259,-1,247,248,260,-1,248,261,260,-1,248,249,261,-1,249,262,261,-1,249,250,262,-1}; return value; } private int[] getTorus04_FACES_5_62_coordIndex_3() { int[] value = {250,263,262,-1,250,251,263,-1,251,252,263,-1,251,240,252,-1,252,265,264,-1,252,253,265,-1,253,266,265,-1,253,254,266,-1,254,267,266,-1,254,255,267,-1,255,268,267,-1,255,256,268,-1,256,269,268,-1,256,257,269,-1,257,270,269,-1,257,258,270,-1,258,271,270,-1,258,259,271,-1,259,272,271,-1,259,260,272,-1,260,273,272,-1,260,261,273,-1,261,274,273,-1,261,262,274,-1,262,275,274,-1,262,263,275,-1,263,264,275,-1,263,252,264,-1,264,277,276,-1,264,265,277,-1,265,278,277,-1,265,266,278,-1,266,279,278,-1,266,267,279,-1,267,280,279,-1,267,268,280,-1,268,281,280,-1,268,269,281,-1,269,282,281,-1,269,270,282,-1,270,283,282,-1,270,271,283,-1,271,284,283,-1,271,272,284,-1,272,285,284,-1,272,273,285,-1,273,286,285,-1,273,274,286,-1,274,287,286,-1,274,275,287,-1,275,276,287,-1,275,264,276,-1,276,1,0,-1,276,277,1,-1,277,2,1,-1,277,278,2,-1,278,3,2,-1,278,279,3,-1,279,4,3,-1,279,280,4,-1,280,5,4,-1,280,281,5,-1,281,6,5,-1,281,282,6,-1,282,7,6,-1,282,283,7,-1,283,8,7,-1,283,284,8,-1,284,9,8,-1,284,285,9,-1,285,10,9,-1,285,286,10,-1,286,11,10,-1,286,287,11,-1,287,0,11,-1,287,276,0,-1}; return value; } /** Define subarrays using type float[] */ private float[] getTorus04_COORD_6_62_point_1() { float[] value = {0.0f,0.0f,-0.023f,0.0f,0.0040f,-0.02193f,0.0f,0.006928f,-0.019f,0.0f,0.0080f,-0.015f,0.0f,0.006928f,-0.011f,0.0f,0.0040f,-0.008072f,0.0f,0.0f,-0.0070f,0.0f,-0.0040f,-0.008072f,0.0f,-0.006928f,-0.011f,0.0f,-0.0080f,-0.015f,0.0f,-0.006928f,-0.019f,0.0f,-0.0040f,-0.02193f,0.005953f,0.0f,-0.02222f,0.005675f,0.0040f,-0.02118f,0.004918f,0.006928f,-0.01835f,0.003882f,0.0080f,-0.01449f,0.002847f,0.006928f,-0.01063f,0.002089f,0.0040f,-0.007797f,0.001812f,0.0f,-0.006761f,0.002089f,-0.0040f,-0.007797f,0.002847f,-0.006928f,-0.01063f,0.003882f,-0.0080f,-0.01449f,0.004918f,-0.006928f,-0.01835f,0.005675f,-0.0040f,-0.02118f,0.0115f,0.0f,-0.01992f,0.01096f,0.0040f,-0.01899f,0.0095f,0.006928f,-0.01645f,0.0075f,0.0080f,-0.01299f,0.0055f,0.006928f,-0.009526f,0.004036f,0.0040f,-0.00699f,0.0035f,0.0f,-0.006062f,0.004036f,-0.0040f,-0.00699f,0.0055f,-0.006928f,-0.009526f,0.0075f,-0.0080f,-0.01299f,0.0095f,-0.006928f,-0.01645f,0.01096f,-0.0040f,-0.01899f,0.01626f,0.0f,-0.01626f,0.01551f,0.0040f,-0.01551f,0.01344f,0.006928f,-0.01344f,0.01061f,0.0080f,-0.01061f,0.007778f,0.006928f,-0.007778f,0.005708f,0.0040f,-0.005708f,0.00495f,0.0f,-0.00495f,0.005708f,-0.0040f,-0.005708f,0.007778f,-0.006928f,-0.007778f,0.01061f,-0.0080f,-0.01061f,0.01344f,-0.006928f,-0.01344f,0.01551f,-0.0040f,-0.01551f,0.01992f,0.0f,-0.0115f,0.01899f,0.0040f,-0.01096f,0.01645f,0.006928f,-0.0095f,0.01299f,0.0080f,-0.0075f,0.009526f,0.006928f,-0.0055f,0.00699f,0.0040f,-0.004036f,0.006062f,0.0f,-0.0035f,0.00699f,-0.0040f,-0.004036f,0.009526f,-0.006928f,-0.0055f,0.01299f,-0.0080f,-0.0075f,0.01645f,-0.006928f,-0.0095f,0.01899f,-0.0040f,-0.01096f,0.02222f,0.0f,-0.005953f,0.02118f,0.0040f,-0.005675f,0.01835f,0.006928f,-0.004918f,0.01449f,0.0080f,-0.003882f,0.01063f,0.006928f,-0.002847f,0.007797f,0.0040f,-0.002089f,0.006761f,0.0f,-0.001812f,0.007797f,-0.0040f,-0.002089f,0.01063f,-0.006928f,-0.002847f,0.01449f,-0.0080f,-0.003882f,0.01835f,-0.006928f,-0.004918f,0.02118f,-0.0040f,-0.005675f,0.023f,0.0f,0.0f,0.02193f,0.0040f,0.0f,0.019f,0.006928f,0.0f,0.015f,0.0080f,0.0f,0.011f,0.006928f,0.0f,0.008072f,0.0040f,0.0f,0.0070f,0.0f,0.0f,0.008072f,-0.0040f,0.0f,0.011f,-0.006928f,0.0f,0.015f,-0.0080f,0.0f,0.019f,-0.006928f,0.0f,0.02193f,-0.0040f,0.0f,0.02222f,0.0f,0.005953f,0.02118f,0.0040f,0.005675f,0.01835f,0.006928f,0.004918f,0.01449f,0.0080f,0.003882f,0.01063f,0.006928f,0.002847f,0.007797f,0.0040f,0.002089f,0.006761f,0.0f,0.001812f,0.007797f,-0.0040f,0.002089f,0.01063f,-0.006928f,0.002847f,0.01449f,-0.0080f,0.003882f,0.01835f,-0.006928f,0.004918f,0.02118f,-0.0040f,0.005675f,0.01992f,0.0f,0.0115f,0.01899f,0.0040f,0.01096f,0.01645f,0.006928f,0.0095f,0.01299f,0.0080f,0.0075f}; return value; } private float[] getTorus04_COORD_6_62_point_2() { float[] value = {0.009526f,0.006928f,0.0055f,0.00699f,0.0040f,0.004036f,0.006062f,0.0f,0.0035f,0.00699f,-0.0040f,0.004036f,0.009526f,-0.006928f,0.0055f,0.01299f,-0.0080f,0.0075f,0.01645f,-0.006928f,0.0095f,0.01899f,-0.0040f,0.01096f,0.01626f,0.0f,0.01626f,0.01551f,0.0040f,0.01551f,0.01344f,0.006928f,0.01344f,0.01061f,0.0080f,0.01061f,0.007778f,0.006928f,0.007778f,0.005708f,0.0040f,0.005708f,0.00495f,0.0f,0.00495f,0.005708f,-0.0040f,0.005708f,0.007778f,-0.006928f,0.007778f,0.01061f,-0.0080f,0.01061f,0.01344f,-0.006928f,0.01344f,0.01551f,-0.0040f,0.01551f,0.0115f,0.0f,0.01992f,0.01096f,0.0040f,0.01899f,0.0095f,0.006928f,0.01645f,0.0075f,0.0080f,0.01299f,0.0055f,0.006928f,0.009526f,0.004036f,0.0040f,0.00699f,0.0035f,0.0f,0.006062f,0.004036f,-0.0040f,0.00699f,0.0055f,-0.006928f,0.009526f,0.0075f,-0.0080f,0.01299f,0.0095f,-0.006928f,0.01645f,0.01096f,-0.0040f,0.01899f,0.005953f,0.0f,0.02222f,0.005675f,0.0040f,0.02118f,0.004918f,0.006928f,0.01835f,0.003882f,0.0080f,0.01449f,0.002847f,0.006928f,0.01063f,0.002089f,0.0040f,0.007797f,0.001812f,0.0f,0.006761f,0.002089f,-0.0040f,0.007797f,0.002847f,-0.006928f,0.01063f,0.003882f,-0.0080f,0.01449f,0.004918f,-0.006928f,0.01835f,0.005675f,-0.0040f,0.02118f,0.0f,0.0f,0.023f,0.0f,0.0040f,0.02193f,0.0f,0.006928f,0.019f,0.0f,0.0080f,0.015f,0.0f,0.006928f,0.011f,0.0f,0.0040f,0.008072f,0.0f,0.0f,0.0070f,0.0f,-0.0040f,0.008072f,0.0f,-0.006928f,0.011f,0.0f,-0.0080f,0.015f,0.0f,-0.006928f,0.019f,0.0f,-0.0040f,0.02193f,-0.005953f,0.0f,0.02222f,-0.005675f,0.0040f,0.02118f,-0.004918f,0.006928f,0.01835f,-0.003882f,0.0080f,0.01449f,-0.002847f,0.006928f,0.01063f,-0.002089f,0.0040f,0.007797f,-0.001812f,0.0f,0.006761f,-0.002089f,-0.0040f,0.007797f,-0.002847f,-0.006928f,0.01063f,-0.003882f,-0.0080f,0.01449f,-0.004918f,-0.006928f,0.01835f,-0.005675f,-0.0040f,0.02118f,-0.0115f,0.0f,0.01992f,-0.01096f,0.0040f,0.01899f,-0.0095f,0.006928f,0.01645f,-0.0075f,0.0080f,0.01299f,-0.0055f,0.006928f,0.009526f,-0.004036f,0.0040f,0.00699f,-0.0035f,0.0f,0.006062f,-0.004036f,-0.0040f,0.00699f,-0.0055f,-0.006928f,0.009526f,-0.0075f,-0.0080f,0.01299f,-0.0095f,-0.006928f,0.01645f,-0.01096f,-0.0040f,0.01899f,-0.01626f,0.0f,0.01626f,-0.01551f,0.0040f,0.01551f,-0.01344f,0.006928f,0.01344f,-0.01061f,0.0080f,0.01061f,-0.007778f,0.006928f,0.007778f,-0.005708f,0.0040f,0.005708f,-0.00495f,0.0f,0.00495f,-0.005708f,-0.0040f,0.005708f,-0.007778f,-0.006928f,0.007778f,-0.01061f,-0.0080f,0.01061f,-0.01344f,-0.006928f,0.01344f,-0.01551f,-0.0040f,0.01551f,-0.01992f,0.0f,0.0115f,-0.01899f,0.0040f,0.01096f,-0.01645f,0.006928f,0.0095f,-0.01299f,0.0080f,0.0075f,-0.009526f,0.006928f,0.0055f,-0.00699f,0.0040f,0.004036f,-0.006062f,0.0f,0.0035f,-0.00699f,-0.0040f,0.004036f}; return value; } private float[] getTorus04_COORD_6_62_point_3() { float[] value = {-0.009526f,-0.006928f,0.0055f,-0.01299f,-0.0080f,0.0075f,-0.01645f,-0.006928f,0.0095f,-0.01899f,-0.0040f,0.01096f,-0.02222f,0.0f,0.005953f,-0.02118f,0.0040f,0.005675f,-0.01835f,0.006928f,0.004918f,-0.01449f,0.0080f,0.003882f,-0.01063f,0.006928f,0.002847f,-0.007797f,0.0040f,0.002089f,-0.006761f,0.0f,0.001812f,-0.007797f,-0.0040f,0.002089f,-0.01063f,-0.006928f,0.002847f,-0.01449f,-0.0080f,0.003882f,-0.01835f,-0.006928f,0.004918f,-0.02118f,-0.0040f,0.005675f,-0.023f,0.0f,0.0f,-0.02193f,0.0040f,0.0f,-0.019f,0.006928f,0.0f,-0.015f,0.0080f,0.0f,-0.011f,0.006928f,0.0f,-0.008072f,0.0040f,0.0f,-0.0070f,0.0f,0.0f,-0.008072f,-0.0040f,0.0f,-0.011f,-0.006928f,0.0f,-0.015f,-0.0080f,0.0f,-0.019f,-0.006928f,0.0f,-0.02193f,-0.0040f,0.0f,-0.02222f,0.0f,-0.005953f,-0.02118f,0.0040f,-0.005675f,-0.01835f,0.006928f,-0.004918f,-0.01449f,0.0080f,-0.003882f,-0.01063f,0.006928f,-0.002847f,-0.007797f,0.0040f,-0.002089f,-0.006761f,0.0f,-0.001812f,-0.007797f,-0.0040f,-0.002089f,-0.01063f,-0.006928f,-0.002847f,-0.01449f,-0.0080f,-0.003882f,-0.01835f,-0.006928f,-0.004918f,-0.02118f,-0.0040f,-0.005675f,-0.01992f,0.0f,-0.0115f,-0.01899f,0.0040f,-0.01096f,-0.01645f,0.006928f,-0.0095f,-0.01299f,0.0080f,-0.0075f,-0.009526f,0.006928f,-0.0055f,-0.00699f,0.0040f,-0.004036f,-0.006062f,0.0f,-0.0035f,-0.00699f,-0.0040f,-0.004036f,-0.009526f,-0.006928f,-0.0055f,-0.01299f,-0.0080f,-0.0075f,-0.01645f,-0.006928f,-0.0095f,-0.01899f,-0.0040f,-0.01096f,-0.01626f,0.0f,-0.01626f,-0.01551f,0.0040f,-0.01551f,-0.01344f,0.006928f,-0.01344f,-0.01061f,0.0080f,-0.01061f,-0.007778f,0.006928f,-0.007778f,-0.005708f,0.0040f,-0.005708f,-0.00495f,0.0f,-0.00495f,-0.005708f,-0.0040f,-0.005708f,-0.007778f,-0.006928f,-0.007778f,-0.01061f,-0.0080f,-0.01061f,-0.01344f,-0.006928f,-0.01344f,-0.01551f,-0.0040f,-0.01551f,-0.0115f,0.0f,-0.01992f,-0.01096f,0.0040f,-0.01899f,-0.0095f,0.006928f,-0.01645f,-0.0075f,0.0080f,-0.01299f,-0.0055f,0.006928f,-0.009526f,-0.004036f,0.0040f,-0.00699f,-0.0035f,0.0f,-0.006062f,-0.004036f,-0.0040f,-0.00699f,-0.0055f,-0.006928f,-0.009526f,-0.0075f,-0.0080f,-0.01299f,-0.0095f,-0.006928f,-0.01645f,-0.01096f,-0.0040f,-0.01899f,-0.005953f,0.0f,-0.02222f,-0.005675f,0.0040f,-0.02118f,-0.004918f,0.006928f,-0.01835f,-0.003882f,0.0080f,-0.01449f,-0.002847f,0.006928f,-0.01063f,-0.002089f,0.0040f,-0.007797f,-0.001812f,0.0f,-0.006761f,-0.002089f,-0.0040f,-0.007797f,-0.002847f,-0.006928f,-0.01063f,-0.003882f,-0.0080f,-0.01449f,-0.004918f,-0.006928f,-0.01835f,-0.005675f,-0.0040f,-0.02118f}; return value; } /** Large attribute array: IndexedFaceSet DEF='Torus01-FACES' coordIndex field, scene-graph level=5, element #44, 2304 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 getTorus01_FACES_5_44_coordIndex() { MFInt32Object Torus01_FACES_5_44_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTorus01_FACES_5_44_coordIndex_1())) .append(new MFInt32Object(getTorus01_FACES_5_44_coordIndex_2())) .append(new MFInt32Object(getTorus01_FACES_5_44_coordIndex_3())); return Torus01_FACES_5_44_coordIndex; } /** Large attribute array: Coordinate DEF='Torus01-COORD' point field, scene-graph level=6, element #44, 864 total numbers made up of 288 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 getTorus01_COORD_6_44_point() { MFVec3fObject Torus01_COORD_6_44_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTorus01_COORD_6_44_point_1())) .append(new MFVec3fObject(getTorus01_COORD_6_44_point_2())) .append(new MFVec3fObject(getTorus01_COORD_6_44_point_3())); return Torus01_COORD_6_44_point; } /** Large attribute array: IndexedFaceSet DEF='Torus02-FACES' coordIndex field, scene-graph level=5, element #50, 2304 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 getTorus02_FACES_5_50_coordIndex() { MFInt32Object Torus02_FACES_5_50_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTorus02_FACES_5_50_coordIndex_1())) .append(new MFInt32Object(getTorus02_FACES_5_50_coordIndex_2())) .append(new MFInt32Object(getTorus02_FACES_5_50_coordIndex_3())); return Torus02_FACES_5_50_coordIndex; } /** Large attribute array: Coordinate DEF='Torus02-COORD' point field, scene-graph level=6, element #50, 864 total numbers made up of 288 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 getTorus02_COORD_6_50_point() { MFVec3fObject Torus02_COORD_6_50_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTorus02_COORD_6_50_point_1())) .append(new MFVec3fObject(getTorus02_COORD_6_50_point_2())) .append(new MFVec3fObject(getTorus02_COORD_6_50_point_3())); return Torus02_COORD_6_50_point; } /** Large attribute array: IndexedFaceSet DEF='Torus03-FACES' coordIndex field, scene-graph level=5, element #56, 2304 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 getTorus03_FACES_5_56_coordIndex() { MFInt32Object Torus03_FACES_5_56_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTorus03_FACES_5_56_coordIndex_1())) .append(new MFInt32Object(getTorus03_FACES_5_56_coordIndex_2())) .append(new MFInt32Object(getTorus03_FACES_5_56_coordIndex_3())); return Torus03_FACES_5_56_coordIndex; } /** Large attribute array: Coordinate DEF='Torus03-COORD' point field, scene-graph level=6, element #56, 864 total numbers made up of 288 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 getTorus03_COORD_6_56_point() { MFVec3fObject Torus03_COORD_6_56_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTorus03_COORD_6_56_point_1())) .append(new MFVec3fObject(getTorus03_COORD_6_56_point_2())) .append(new MFVec3fObject(getTorus03_COORD_6_56_point_3())); return Torus03_COORD_6_56_point; } /** Large attribute array: IndexedFaceSet DEF='Torus04-FACES' coordIndex field, scene-graph level=5, element #62, 2304 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 getTorus04_FACES_5_62_coordIndex() { MFInt32Object Torus04_FACES_5_62_coordIndex = new MFInt32Object()/*2.finalize*/ .append(new MFInt32Object(getTorus04_FACES_5_62_coordIndex_1())) .append(new MFInt32Object(getTorus04_FACES_5_62_coordIndex_2())) .append(new MFInt32Object(getTorus04_FACES_5_62_coordIndex_3())); return Torus04_FACES_5_62_coordIndex; } /** Large attribute array: Coordinate DEF='Torus04-COORD' point field, scene-graph level=6, element #62, 864 total numbers made up of 288 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 getTorus04_COORD_6_62_point() { MFVec3fObject Torus04_COORD_6_62_point = new MFVec3fObject()/*2.finalize*/ .append(new MFVec3fObject(getTorus04_COORD_6_62_point_1())) .append(new MFVec3fObject(getTorus04_COORD_6_62_point_2())) .append(new MFVec3fObject(getTorus04_COORD_6_62_point_3())); return Torus04_COORD_6_62_point; } /** The initialized model object, created within initialize() method. */ private X3DObject x3dModel; /** Provide a * shallow copy * of the X3D model. * @see X3DObject * @return HFantenna 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 HFantenna().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: \"HFantenna\" 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 \"HFantenna\" self-validation test results: "); String validationResults = thisExampleX3dObject.validationReport(); System.out.println(validationResults); } } }