package Savage.Space.SatelliteLab;

import org.web3d.x3d.jsail.Core.*;
import org.web3d.x3d.jsail.fields.*;
import org.web3d.x3d.jsail.Geometry3D.*;
import org.web3d.x3d.jsail.Rendering.*;
import org.web3d.x3d.jsail.Shape.*;

// Javadoc metadata annotations follow, see below for X3DJSAIL Java source code.
/**
 * <p> Equipment ring for the ASDS Assembly. </p>
 <p> Related links: Catalog page <a href="../../../../Space/SatelliteLab/EquipmentRingIndex.html" target="_blank">EquipmentRing</a>,  source <a href="../../../../Space/SatelliteLab/EquipmentRing.java">EquipmentRing.java</a>, <a href="https://www.web3d.org/x3d/content/examples/X3dResources.html" target="_blank">X3D Resources</a>, <a href="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html" target="_blank">X3D Scene Authoring Hints</a>, and <a href="https://www.web3d.org/x3d/content/X3dTooltips.html" target="_blank">X3D Tooltips</a>. </p>
	<table style="color:black; border:0px solid; border-spacing:10px 0px;">
        <caption>Scene Meta Information</caption>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center; padding:10px 0px;"><i>meta tags</i></td>
			<td style="text-align:left;   padding:10px 0px;">&nbsp; Document Metadata </td>
		</tr>

		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> title </i> </td>
			<td> <a href="../../../../Space/SatelliteLab/EquipmentRing.x3d">EquipmentRing.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> Equipment ring for the ASDS Assembly </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> creator </i> </td>
			<td> Ron Hatt </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> created </i> </td>
			<td> 14 September 2006 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> modified </i> </td>
			<td> 28 November 2019 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> identifier </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/Savage/Space/SatelliteLab/EquipmentRing.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/Space/SatelliteLab/EquipmentRing.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> Wings3D, VizX3D </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> X3D-Edit 3.2, <a href="https://www.web3d.org/x3d/tools/X3D-Edit" target="_blank">https://www.web3d.org/x3d/tools/X3D-Edit</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="../../../../Space/SatelliteLab/../../license.html">../../license.html</a> </td>
		</tr>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center;" colspan="2">  &nbsp; </td>
		</tr>
	</table>

	<p>
		This program uses the
		<a href="https://www.web3d.org/specifications/java/X3DJSAIL.html" target="_blank">X3D Java Scene Access Interface Library (X3DJSAIL)</a>.
		It has been produced using the 
		<a href="https://www.web3d.org/x3d/stylesheets/X3dToJava.xslt" target="_blank">X3dToJava.xslt</a>
		stylesheet
	       (<a href="https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/stylesheets/X3dToJava.xslt" target="_blank">version control</a>)
                which is used to create Java source code from an original <code>.x3d</code> model.
	</p>

	* @author Ron Hatt
 */

public class EquipmentRing
{
	/** Default constructor to create this object. */
	public EquipmentRing ()
	{
	  initialize();
	}

	/** Create and initialize the X3D model for this object. */
	public final void initialize()
	{
            try { // catch-all
  x3dModel = new X3D().setProfile(X3D.PROFILE_INTERCHANGE).setVersion(X3D.VERSION_3_0)
  .setHead(new head()
    .addMeta(new meta().setName(meta.NAME_TITLE      ).setContent("EquipmentRing.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("Equipment ring for the ASDS Assembly"))
    .addMeta(new meta().setName(meta.NAME_CREATOR    ).setContent("Ron Hatt"))
    .addMeta(new meta().setName(meta.NAME_CREATED    ).setContent("14 September 2006"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("28 November 2019"))
    .addMeta(new meta().setName(meta.NAME_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/Savage/Space/SatelliteLab/EquipmentRing.x3d"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("Wings3D, VizX3D"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("EquipmentRing.x3d"))
    .addChild(new Shape("EquipmentRing")
      .setAppearance(new Appearance()
        .setMaterial(new Material().setAmbientIntensity(0.4).setDiffuseColor(1.0,0.77,0.31).setShininess(0.16).setSpecularColor(0.71,0.70,0.56)))
      .setGeometry(new IndexedFaceSet().setCreaseAngle(0.524).setCoordIndex(getIndexedFaceSet_4_14_coordIndex())
        .setCoord(new Coordinate().setPoint(getCoordinate_5_14_point())))));
            }
            catch (Exception ex)
            {       
                System.err.println ("*** Further hints on X3DJSAIL errors and exceptions at");
                System.err.println ("*** https://www.web3d.org/specifications/java/X3DJSAIL.html");
                throw (ex);
            }
	}
	// end of initialize() method

		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_4_14_coordIndex_1()
		{
			int[] value = {0,1,65,-1,0,65,64,-1,0,63,191,-1,0,191,128,-1,0,64,127,-1,0,127,63,-1,0,128,129,-1,0,129,1,-1,1,2,66,-1,1,66,65,-1,1,129,130,-1,1,130,2,-1,2,3,67,-1,2,67,66,-1,2,130,131,-1,2,131,3,-1,3,4,68,-1,3,68,67,-1,3,131,132,-1,3,132,4,-1,4,5,69,-1,4,69,68,-1,4,132,133,-1,4,133,5,-1,5,6,70,-1,5,70,69,-1,5,133,134,-1,5,134,6,-1,6,7,71,-1,6,71,70,-1,6,134,135,-1,6,135,7,-1,7,8,72,-1,7,72,71,-1,7,135,136,-1,7,136,8,-1,8,9,73,-1,8,73,72,-1,8,136,137,-1,8,137,9,-1,9,10,74,-1,9,74,73,-1,9,137,138,-1,9,138,10,-1,10,11,75,-1,10,75,74,-1,10,138,139,-1,10,139,11,-1,11,12,76,-1,11,76,75,-1,11,139,140,-1,11,140,12,-1,12,13,77,-1,12,77,76,-1,12,140,141,-1,12,141,13,-1,13,14,78,-1,13,78,77,-1,13,141,142,-1,13,142,14,-1,14,15,79,-1,14,79,78,-1,14,142,143,-1,14,143,15,-1,15,16,80,-1,15,80,79,-1,15,143,144,-1,15,144,16,-1,16,17,81,-1,16,81,80,-1,16,144,145,-1,16,145,17,-1,17,18,82,-1,17,82,81,-1,17,145,146,-1,17,146,18,-1,18,19,83,-1,18,83,82,-1,18,146,147,-1,18,147,19,-1,19,20,84,-1,19,84,83,-1,19,147,148,-1,19,148,20,-1,20,21,85,-1,20,85,84,-1,20,148,149,-1,20,149,21,-1,21,22,86,-1,21,86,85,-1,21,149,150,-1,21,150,22,-1,22,23,87,-1,22,87,86,-1,22,150,151,-1,22,151,23,-1,23,24,88,-1,23,88,87,-1,23,151,152,-1,23,152,24,-1,24,25,89,-1,24,89,88,-1,24,152,153,-1,24,153,25,-1,25,26,90,-1,25,90,89,-1,25,153,154,-1,25,154,26,-1,26,27,91,-1,26,91,90,-1,26,154,155,-1,26,155,27,-1,27,28,92,-1,27,92,91,-1,27,155,156,-1,27,156,28,-1,28,29,93,-1,28,93,92,-1,28,156,157,-1,28,157,29,-1,29,30,94,-1,29,94,93,-1,29,157,158,-1,29,158,30,-1,30,31,95,-1,30,95,94,-1,30,158,159,-1,30,159,31,-1,31,32,96,-1,31,96,95,-1,31,159,160,-1,31,160,32,-1,32,33,97,-1,32,97,96,-1,32,160,161,-1,32,161,33,-1,33,34,98,-1,33,98,97,-1,33,161,162,-1,33,162,34,-1,34,35,99,-1,34,99,98,-1,34,162,163,-1,34,163,35,-1,35,36,100,-1,35,100,99,-1,35,163,164,-1,35,164,36,-1,36,37,101,-1,36,101,100,-1,36,164,165,-1,36,165,37,-1,37,38,102,-1,37,102,101,-1,37,165,166,-1,37,166,38,-1,38,39,103,-1,38,103,102,-1,38,166,167,-1,38,167,39,-1,39,40,104,-1,39,104,103,-1,39,167,168,-1,39,168,40,-1,40,41,105,-1,40,105,104,-1,40,168,169,-1,40,169,41,-1,41,42,106,-1,41,106,105,-1,41,169,170,-1,41,170,42,-1,42,43,107,-1,42,107,106,-1,42,170,171,-1,42,171,43,-1,43,44,108,-1,43,108,107,-1,43,171,172,-1,43,172,44,-1,44,45,109,-1,44,109,108,-1,44,172,173,-1,44,173,45,-1,45,46,110,-1,45,110,109,-1,45,173,174,-1,45,174,46,-1,46,47,111,-1,46,111,110,-1,46,174,175,-1,46,175,47,-1,47,48,112,-1,47,112,111,-1,47,175,176,-1,47,176,48,-1,48,49,113,-1,48,113,112,-1,48,176,177,-1,48,177,49,-1,49,50,114,-1,49,114,113,-1,49,177,178,-1,49,178,50,-1,50,51,115,-1,50,115,114,-1,50,178,179,-1,50,179,51,-1,51,52,116,-1,51,116,115,-1,51,179,180,-1,51,180,52,-1,52,53,117,-1,52,117,116,-1,52,180,181,-1,52,181,53,-1,53,54,118,-1,53,118,117,-1,53,181,182,-1,53,182,54,-1,54,55,119,-1,54,119,118,-1,54,182,183,-1,54,183,55,-1,55,56,120,-1,55,120,119,-1,55,183,184,-1,55,184,56,-1,56,57,121,-1,56,121,120,-1,56,184,185,-1,56,185,57,-1,57,58,122,-1,57,122,121,-1,57,185,186,-1,57,186,58,-1,58,59,123,-1,58,123,122,-1,58,186,187,-1,58,187,59,-1,59,60,124,-1,59,124,123,-1,59,187,188,-1,59,188,60,-1,60,61,125,-1,60,125,124,-1,60,188,189,-1,60,189,61,-1,61,62,126,-1,61,126,125,-1};
			return value;
		}
		private int[] getIndexedFaceSet_4_14_coordIndex_2()
		{
			int[] value = {61,189,190,-1,61,190,62,-1,62,63,127,-1,62,127,126,-1,62,190,191,-1,62,191,63,-1,64,65,193,-1,64,193,192,-1,64,192,255,-1,64,255,127,-1,65,66,194,-1,65,194,193,-1,66,67,195,-1,66,195,194,-1,67,68,196,-1,67,196,195,-1,68,69,197,-1,68,197,196,-1,69,70,198,-1,69,198,197,-1,70,71,199,-1,70,199,198,-1,71,72,200,-1,71,200,199,-1,72,73,201,-1,72,201,200,-1,73,74,202,-1,73,202,201,-1,74,75,203,-1,74,203,202,-1,75,76,204,-1,75,204,203,-1,76,77,205,-1,76,205,204,-1,77,78,206,-1,77,206,205,-1,78,79,207,-1,78,207,206,-1,79,80,208,-1,79,208,207,-1,80,81,209,-1,80,209,208,-1,81,82,210,-1,81,210,209,-1,82,83,211,-1,82,211,210,-1,83,84,212,-1,83,212,211,-1,84,85,213,-1,84,213,212,-1,85,86,214,-1,85,214,213,-1,86,87,215,-1,86,215,214,-1,87,88,216,-1,87,216,215,-1,88,89,217,-1,88,217,216,-1,89,90,218,-1,89,218,217,-1,90,91,219,-1,90,219,218,-1,91,92,220,-1,91,220,219,-1,92,93,221,-1,92,221,220,-1,93,94,222,-1,93,222,221,-1,94,95,223,-1,94,223,222,-1,95,96,224,-1,95,224,223,-1,96,97,225,-1,96,225,224,-1,97,98,226,-1,97,226,225,-1,98,99,227,-1,98,227,226,-1,99,100,228,-1,99,228,227,-1,100,101,229,-1,100,229,228,-1,101,102,230,-1,101,230,229,-1,102,103,231,-1,102,231,230,-1,103,104,232,-1,103,232,231,-1,104,105,233,-1,104,233,232,-1,105,106,234,-1,105,234,233,-1,106,107,235,-1,106,235,234,-1,107,108,236,-1,107,236,235,-1,108,109,237,-1,108,237,236,-1,109,110,238,-1,109,238,237,-1,110,111,239,-1,110,239,238,-1,111,112,240,-1,111,240,239,-1,112,113,241,-1,112,241,240,-1,113,114,242,-1,113,242,241,-1,114,115,243,-1,114,243,242,-1,115,116,244,-1,115,244,243,-1,116,117,245,-1,116,245,244,-1,117,118,246,-1,117,246,245,-1,118,119,247,-1,118,247,246,-1,119,120,248,-1,119,248,247,-1,120,121,249,-1,120,249,248,-1,121,122,250,-1,121,250,249,-1,122,123,251,-1,122,251,250,-1,123,124,252,-1,123,252,251,-1,124,125,253,-1,124,253,252,-1,125,126,254,-1,125,254,253,-1,126,127,255,-1,126,255,254,-1,128,191,255,-1,128,255,192,-1,128,192,193,-1,128,193,129,-1,129,193,194,-1,129,194,130,-1,130,194,195,-1,130,195,131,-1,131,195,196,-1,131,196,132,-1,132,196,197,-1,132,197,133,-1,133,197,198,-1,133,198,134,-1,134,198,199,-1,134,199,135,-1,135,199,200,-1,135,200,136,-1,136,200,201,-1,136,201,137,-1,137,201,202,-1,137,202,138,-1,138,202,203,-1,138,203,139,-1,139,203,204,-1,139,204,140,-1,140,204,205,-1,140,205,141,-1,141,205,206,-1,141,206,142,-1,142,206,207,-1,142,207,143,-1,143,207,208,-1,143,208,144,-1,144,208,209,-1,144,209,145,-1,145,209,210,-1,145,210,146,-1,146,210,211,-1,146,211,147,-1,147,211,212,-1,147,212,148,-1,148,212,213,-1,148,213,149,-1,149,213,214,-1,149,214,150,-1,150,214,215,-1,150,215,151,-1,151,215,216,-1,151,216,152,-1,152,216,217,-1,152,217,153,-1,153,217,218,-1,153,218,154,-1,154,218,219,-1,154,219,155,-1,155,219,220,-1,155,220,156,-1,156,220,221,-1,156,221,157,-1,157,221,222,-1,157,222,158,-1,158,222,223,-1,158,223,159,-1,159,223,224,-1,159,224,160,-1,160,224,225,-1,160,225,161,-1,161,225,226,-1,161,226,162,-1,162,226,227,-1,162,227,163,-1,163,227,228,-1,163,228,164,-1,164,228,229,-1,164,229,165,-1,165,229,230,-1,165,230,166,-1,166,230,231,-1,166,231,167,-1,167,231,232,-1,167,232,168,-1,168,232,233,-1,168,233,169,-1,169,233,234,-1,169,234,170,-1,170,234,235,-1,170,235,171,-1,171,235,236,-1,171,236,172,-1,172,236,237,-1,172,237,173,-1,173,237,238,-1,173,238,174,-1,174,238,239,-1,174,239,175,-1,175,239,240,-1,175,240,176,-1,176,240,241,-1,176,241,177,-1,177,241,242,-1,177,242,178,-1,178,242,243,-1,178,243,179,-1,179,243,244,-1,179,244,180,-1,180,244,245,-1,180,245,181,-1,181,245,246,-1,181,246,182,-1,182,246,247,-1,182,247,183,-1,183,247,248,-1,183,248,184,-1,184,248,249,-1,184,249,185,-1};
			return value;
		}
		private int[] getIndexedFaceSet_4_14_coordIndex_3()
		{
			int[] value = {185,249,250,-1,185,250,186,-1,186,250,251,-1,186,251,187,-1,187,251,252,-1,187,252,188,-1,188,252,253,-1,188,253,189,-1,189,253,254,-1,189,254,190,-1,190,254,255,-1,190,255,191,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_5_14_point_1()
		{
			double[] value = {5.55,.05,0.0,5.52328,.05,.544,5.44336,.05,1.08275,5.31102,.05,1.61108,5.12753,.05,2.12389,4.89466,.05,2.61625,4.61466,.05,3.08341,4.29021,.05,3.52088,3.92444,.05,3.92444,3.52088,.05,4.29021,3.08341,.05,4.61466,2.61625,.05,4.89466,2.12389,.05,5.12753,1.61108,.05,5.31102,1.08275,.05,5.44336,.544,.05,5.52328,0.0,.05,5.55,-.544,.05,5.52328,-1.08275,.05,5.44336,-1.61108,.05,5.31102,-2.12389,.05,5.12753,-2.61625,.05,4.89466,-3.08341,.05,4.61466,-3.52088,.05,4.29021,-3.92444,.05,3.92444,-4.29021,.05,3.52088,-4.61466,.05,3.08341,-4.89466,.05,2.61625,-5.12753,.05,2.12389,-5.31102,.05,1.61108,-5.44336,.05,1.08275,-5.52328,.05,.544,-5.55,.05,0.0,-5.52328,.05,-.544,-5.44336,.05,-1.08275,-5.31102,.05,-1.61108,-5.12753,.05,-2.12389,-4.89466,.05,-2.61625,-4.61466,.05,-3.08341,-4.29021,.05,-3.52088,-3.92444,.05,-3.92444,-3.52088,.05,-4.29021,-3.08341,.05,-4.61466,-2.61625,.05,-4.89466,-2.12389,.05,-5.12753,-1.61108,.05,-5.31102,-1.08275,.05,-5.44336,-.544,.05,-5.52328,-0.0,.05,-5.55,.544,.05,-5.52328,1.08275,.05,-5.44336,1.61108,.05,-5.31102,2.12389,.05,-5.12753,2.61625,.05,-4.89466,3.08341,.05,-4.61466,3.52088,.05,-4.29021,3.92444,.05,-3.92444,4.29021,.05,-3.52088,4.61466,.05,-3.08341,4.89466,.05,-2.61625,5.12753,.05,-2.12389,5.31102,.05,-1.61108,5.44336,.05,-1.08275,5.52328,.05,-.544,5.55,-.05,0.0,5.52328,-.05,.544,5.44336,-.05,1.08275,5.31102,-.05,1.61108,5.12753,-.05,2.12389,4.89466,-.05,2.61625,4.61466,-.05,3.08341,4.29021,-.05,3.52088,3.92444,-.05,3.92444,3.52088,-.05,4.29021,3.08341,-.05,4.61466,2.61625,-.05,4.89466,2.12389,-.05,5.12753,1.61108,-.05,5.31102,1.08275,-.05,5.44336,.544,-.05,5.52328,0.0,-.05,5.55,-.544,-.05,5.52328,-1.08275,-.05,5.44336,-1.61108,-.05,5.31102,-2.12389,-.05,5.12753,-2.61625,-.05,4.89466,-3.08341,-.05,4.61466,-3.52088,-.05,4.29021,-3.92444,-.05,3.92444,-4.29021,-.05,3.52088,-4.61466,-.05,3.08341,-4.89466,-.05,2.61625,-5.12753,-.05,2.12389,-5.31102,-.05,1.61108,-5.44336,-.05,1.08275,-5.52328,-.05,.544,-5.55,-.05,0.0,-5.52328,-.05,-.544,-5.44336,-.05,-1.08275,-5.31102,-.05,-1.61108};
			return value;
		}
		private double[] getCoordinate_5_14_point_2()
		{
			double[] value = {-5.12753,-.05,-2.12389,-4.89466,-.05,-2.61625,-4.61466,-.05,-3.08341,-4.29021,-.05,-3.52088,-3.92444,-.05,-3.92444,-3.52088,-.05,-4.29021,-3.08341,-.05,-4.61466,-2.61625,-.05,-4.89466,-2.12389,-.05,-5.12753,-1.61108,-.05,-5.31102,-1.08275,-.05,-5.44336,-.544,-.05,-5.52328,-0.0,-.05,-5.55,.544,-.05,-5.52328,1.08275,-.05,-5.44336,1.61108,-.05,-5.31102,2.12389,-.05,-5.12753,2.61625,-.05,-4.89466,3.08341,-.05,-4.61466,3.52088,-.05,-4.29021,3.92444,-.05,-3.92444,4.29021,-.05,-3.52088,4.61466,-.05,-3.08341,4.89466,-.05,-2.61625,5.12753,-.05,-2.12389,5.31102,-.05,-1.61108,5.44336,-.05,-1.08275,5.52328,-.05,-.544,2.90682,.05,0.0,2.89282,.05,.28492,2.85096,.05,.56709,2.78165,.05,.8438,2.68555,.05,1.11239,2.56358,.05,1.37026,2.41693,.05,1.61494,2.247,.05,1.84406,2.05543,.05,2.05543,1.84406,.05,2.247,1.61494,.05,2.41693,1.37026,.05,2.56358,1.11239,.05,2.68555,.8438,.05,2.78165,.56709,.05,2.85096,.28492,.05,2.89282,0.0,.05,2.90682,-.28492,.05,2.89282,-.56709,.05,2.85096,-.8438,.05,2.78165,-1.11239,.05,2.68555,-1.37026,.05,2.56358,-1.61494,.05,2.41693,-1.84406,.05,2.247,-2.05543,.05,2.05543,-2.247,.05,1.84406,-2.41693,.05,1.61494,-2.56358,.05,1.37026,-2.68555,.05,1.11239,-2.78165,.05,.8438,-2.85096,.05,.56709,-2.89282,.05,.28492,-2.90682,.05,0.0,-2.89282,.05,-.28492,-2.85096,.05,-.56709,-2.78165,.05,-.8438,-2.68555,.05,-1.11239,-2.56358,.05,-1.37026,-2.41693,.05,-1.61494,-2.247,.05,-1.84406,-2.05543,.05,-2.05543,-1.84406,.05,-2.247,-1.61494,.05,-2.41693,-1.37026,.05,-2.56358,-1.11239,.05,-2.68555,-.8438,.05,-2.78165,-.56709,.05,-2.85096,-.28492,.05,-2.89282,-0.0,.05,-2.90682,.28492,.05,-2.89282,.56709,.05,-2.85096,.8438,.05,-2.78165,1.11239,.05,-2.68555,1.37026,.05,-2.56358,1.61494,.05,-2.41693,1.84406,.05,-2.247,2.05543,.05,-2.05543,2.247,.05,-1.84406,2.41693,.05,-1.61494,2.56358,.05,-1.37026,2.68555,.05,-1.11239,2.78165,.05,-.8438,2.85096,.05,-.56709,2.89282,.05,-.28492,2.90682,-.05,0.0,2.89282,-.05,.28492,2.85096,-.05,.56709,2.78165,-.05,.8438,2.68555,-.05,1.11239,2.56358,-.05,1.37026,2.41693,-.05,1.61494,2.247,-.05,1.84406};
			return value;
		}
		private double[] getCoordinate_5_14_point_3()
		{
			double[] value = {2.05543,-.05,2.05543,1.84406,-.05,2.247,1.61494,-.05,2.41693,1.37026,-.05,2.56358,1.11239,-.05,2.68555,.8438,-.05,2.78165,.56709,-.05,2.85096,.28492,-.05,2.89282,0.0,-.05,2.90682,-.28492,-.05,2.89282,-.56709,-.05,2.85096,-.8438,-.05,2.78165,-1.11239,-.05,2.68555,-1.37026,-.05,2.56358,-1.61494,-.05,2.41693,-1.84406,-.05,2.247,-2.05543,-.05,2.05543,-2.247,-.05,1.84406,-2.41693,-.05,1.61494,-2.56358,-.05,1.37026,-2.68555,-.05,1.11239,-2.78165,-.05,.8438,-2.85096,-.05,.56709,-2.89282,-.05,.28492,-2.90682,-.05,0.0,-2.89282,-.05,-.28492,-2.85096,-.05,-.56709,-2.78165,-.05,-.8438,-2.68555,-.05,-1.11239,-2.56358,-.05,-1.37026,-2.41693,-.05,-1.61494,-2.247,-.05,-1.84406,-2.05543,-.05,-2.05543,-1.84406,-.05,-2.247,-1.61494,-.05,-2.41693,-1.37026,-.05,-2.56358,-1.11239,-.05,-2.68555,-.8438,-.05,-2.78165,-.56709,-.05,-2.85096,-.28492,-.05,-2.89282,-0.0,-.05,-2.90682,.28492,-.05,-2.89282,.56709,-.05,-2.85096,.8438,-.05,-2.78165,1.11239,-.05,-2.68555,1.37026,-.05,-2.56358,1.61494,-.05,-2.41693,1.84406,-.05,-2.247,2.05543,-.05,-2.05543,2.247,-.05,-1.84406,2.41693,-.05,-1.61494,2.56358,-.05,-1.37026,2.68555,-.05,-1.11239,2.78165,-.05,-.8438,2.85096,-.05,-.56709,2.89282,-.05,-.28492};
			return value;
		}

		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=4, element #14, 2048 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 MFInt32 getIndexedFaceSet_4_14_coordIndex()
		{
			MFInt32 IndexedFaceSet_4_14_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_4_14_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_4_14_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_4_14_coordIndex_3()));
			return IndexedFaceSet_4_14_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=5, element #14, 768 total numbers made up of 256 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 MFVec3f getCoordinate_5_14_point()
		{
			MFVec3f Coordinate_5_14_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_5_14_point_1()))
				.append(new MFVec3f(getCoordinate_5_14_point_2()))
				.append(new MFVec3f(getCoordinate_5_14_point_3()));
			return Coordinate_5_14_point;
		}

	/** The initialized model object, created within initialize() method. */
	private X3D x3dModel;

	/** 
	 * Provide a 
	 * <a href="https://dzone.com/articles/java-copy-shallow-vs-deep-in-which-you-will-swim" target="_blank">shallow copy</a>
	 * of the X3D model.
	 * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/Core/X3D.html">X3D</a>
	 * @return EquipmentRing model
	 */
	public X3D 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 <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/Core/X3D.html#handleArguments-java.lang.String:A-">X3D.handleArguments(args)</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/Core/X3D.html#validationReport--">X3D.validationReport()</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/CommandLine.html">CommandLine</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/CommandLine.html#USAGE">CommandLine.USAGE</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/ConfigurationProperties.html">ConfigurationProperties</a>
     */
    public static void main(String args[])
    {
        System.out.println("Build this X3D model, showing validation diagnostics...");
        X3D thisExampleX3dModel = new EquipmentRing().getX3dModel();
//      System.out.println("X3D model construction complete.");
	
        // next handle command line arguments
        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(X3D.FILE_EXTENSION_X3D) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_CLASSICVRML) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_X3DB) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_VRML97) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_EXI) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_GZIP) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_ZIP) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_HTML) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_XHTML))
                        {
                                argumentsLoadNewModel = true;
                                fileName = arg;
                        }
                }
        }
        if      (argumentsLoadNewModel)
                System.out.println("WARNING: \"Savage.Space.SatelliteLab.EquipmentRing\" 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
                thisExampleX3dModel.handleArguments(args);
	
        if (validate)
        {
            //  System.out.println("--- TODO fix duplicated outputs ---"); // omit when duplicated outputs problem is solved/refactored
		String validationResults = thisExampleX3dModel.validationReport();
            //  System.out.println("-----------------------------------"); // omit when duplicated outputs problem is solved/refactored
                System.out.print("Savage.Space.SatelliteLab.EquipmentRing self-validation test confirmation: ");
                if (!validationResults.equals("success"))
                    System.out.println();
                System.out.println(validationResults.trim());

                // experimental: test X3DJSAIL output files
                // Space/SatelliteLab/EquipmentRing_JavaExport.* file validation is checked when building X3D Example Archives
                String filenameX3D  = "Space/SatelliteLab/EquipmentRing_JavaExport.x3d"; 
                String filenameX3DV = "Space/SatelliteLab/EquipmentRing_JavaExport.x3dv"; 
                String filenameJSON = "Space/SatelliteLab/EquipmentRing_JavaExport.json";
                thisExampleX3dModel.toFileX3D        (filenameX3D);
                thisExampleX3dModel.toFileClassicVRML(filenameX3DV);
// TODO         thisExampleX3dModel.toFileJSON       (filenameJSON);
        }
    }
}
