package Savage.AircraftHelicopters.MH53ESeaDragonUnitedStates; /* 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. /** *

MH-53E main rotor blade and blade extender. Single blade created of indexed face sets and extender, extender connection and blade connection created out of primative cylndrical shapes. Airfoil and chord dimensions in proportion with actual blade.

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

meta tags   Document Metadata
title MH53EMainRotorBlade.x3d
description MH-53E main rotor blade and blade extender. Single blade created of indexed face sets and extender, extender connection and blade connection created out of primative cylndrical shapes. Airfoil and chord dimensions in proportion with actual blade.
creator LT Terry D. Norbraten, USN
created 5 March 2004
modified 12 January 2014
reference http://www.fas.org/man/dod-101/sys/ac/h-53.htm
Image http://www.fas.org/man/dod-101/sys/ac/mh-53e-wasp-dr5.jpg http://images.google.com/imgres?imgurl=gra.midco.net/mlgould/Helicopters/MH-53E%2520Sea%2520Dragon.jpg&imgrefurl=http://gra.midco.net/mlgould/M-R.html&h=226&w=332&sz=32&tbnid=ICDN8Yoa8mAJ:&tbnh=78&tbnw=114&prev=/images%3Fq%3DMH-53E%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26c2coff%3D1 http://www.history.navy.mil/planes/mh-53e.jpg http://digilander.libero.it/31ATSG/MH-53E%20163057-41.jpg http://www.ndu.edu/nwc/nwcCLIPART/US_NAVY/Equipment/Helicopters/MH-53E(Sea-Dragon)/MH53ESeaDragon01.jpg
subject MH-53E Sea Dragon Main Rotor Blade
identifier https://savage.nps.edu/Savage/AircraftHelicopters/MH53ESeaDragon-UnitedStates/MH53EMainRotorBlade.x3d
generator X3D-Edit, http://www.web3d.org/x3d/translation/README.X3D-Edit.html
license ../../license.html
 

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

* @author LT Terry D. Norbraten, USN */ public class MH53EMainRotorBlade { /** Default constructor to create this object. */ public MH53EMainRotorBlade () { initialize(); } /** Create and initialize the X3D model for this object. */ public final void initialize() { x3dModel = new X3DObject().setProfile(X3DObject.PROFILE_INTERCHANGE).setVersion(X3DObject.VERSION_3_0) .setHead(new headObject() .addMeta(new metaObject().setName(metaObject.NAME_TITLE ).setContent("MH53EMainRotorBlade.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_DESCRIPTION).setContent("MH-53E main rotor blade and blade extender. Single blade created of indexed face sets and extender, extender connection and blade connection created out of primative cylndrical shapes. Airfoil and chord dimensions in proportion with actual blade.")) .addMeta(new metaObject().setName(metaObject.NAME_CREATOR ).setContent("LT Terry D. Norbraten, USN")) .addMeta(new metaObject().setName(metaObject.NAME_CREATED ).setContent("5 March 2004")) .addMeta(new metaObject().setName(metaObject.NAME_MODIFIED ).setContent("12 January 2014")) .addMeta(new metaObject().setName(metaObject.NAME_REFERENCE ).setContent("http://www.fas.org/man/dod-101/sys/ac/h-53.htm")) .addMeta(new metaObject().setName(metaObject.NAME_IMAGE ).setContent("http://www.fas.org/man/dod-101/sys/ac/mh-53e-wasp-dr5.jpg http://images.google.com/imgres?imgurl=gra.midco.net/mlgould/Helicopters/MH-53E%2520Sea%2520Dragon.jpg&imgrefurl=http://gra.midco.net/mlgould/M-R.html&h=226&w=332&sz=32&tbnid=ICDN8Yoa8mAJ:&tbnh=78&tbnw=114&prev=/images%3Fq%3DMH-53E%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26c2coff%3D1 http://www.history.navy.mil/planes/mh-53e.jpg http://digilander.libero.it/31ATSG/MH-53E%20163057-41.jpg http://www.ndu.edu/nwc/nwcCLIPART/US_NAVY/Equipment/Helicopters/MH-53E(Sea-Dragon)/MH53ESeaDragon01.jpg")) .addMeta(new metaObject().setName(metaObject.NAME_SUBJECT ).setContent("MH-53E Sea Dragon Main Rotor Blade")) .addMeta(new metaObject().setName(metaObject.NAME_IDENTIFIER ).setContent("https://savage.nps.edu/Savage/AircraftHelicopters/MH53ESeaDragon-UnitedStates/MH53EMainRotorBlade.x3d")) .addMeta(new metaObject().setName(metaObject.NAME_GENERATOR ).setContent("X3D-Edit, http://www.web3d.org/x3d/translation/README.X3D-Edit.html")) .addMeta(new metaObject().setName(metaObject.NAME_LICENSE ).setContent("../../license.html"))) .setScene(new SceneObject() .addChild(new ShapeObject("Blade") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject())) .setGeometry(new IndexedFaceSetObject().setCreaseAngle(3.1416f).setCoordIndex(new int[] {0,1,2,3,4,5,6,7,-1,8,6,7,-1,8,7,0,-1,8,0,1,-1,9,2,3,-1,9,3,4,-1,9,4,5,-1,1,2,9,8,-1,8,9,5,6,-1,0,7,6,5,4,3,2,1,-1,10,1,0,-1,10,0,7,-1,10,7,6,-1,11,3,2,-1,11,4,3,-1,11,5,4,-1,10,11,2,1,-1,6,5,11,10}) .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {.1f,0.0f,0.0f,0.0f,0.0f,.3f,0.0f,0.0f,6.8f,.15f,0.0f,7.0f,.3f,0.0f,7.0f,.76f,0.0f,6.6f,.76f,0.0f,.6f,.6f,0.0f,0.0f,.09f,.05f,.2f,.09f,.05f,6.8f,.09f,-.05f,.2f,.09f,-.05f,6.8f}))))) .addChild(new TransformObject().setRotation(1.0f,0.0f,0.0f,1.57f).setTranslation(.2f,0.0f,7.42f) .addChild(new ShapeObject("Extender") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject())) .setGeometry(new CylinderObject().setHeight(1.3f).setRadius(.05f))) .addChild(new ShapeObject("ExtenderConnection") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject())) .setGeometry(new CylinderObject().setHeight(.01f).setRadius(.06f)))) .addChild(new TransformObject().setRotation(1.0f,0.0f,0.0f,1.57f).setTranslation(.2f,0.0f,8.075f) .addChild(new ShapeObject("BladeConnector") .setAppearance(new AppearanceObject() .setMaterial(new MaterialObject())) .setGeometry(new CylinderObject().setHeight(.01f).setRadius(.06f))))); } // end of initialize() method /** The initialized model object, created within initialize() method. */ private X3DObject x3dModel; /** Provide a * shallow copy * of the X3D model. * @see X3DObject * @return MH53EMainRotorBlade 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 MH53EMainRotorBlade().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: \"MH53EMainRotorBlade\" 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 \"MH53EMainRotorBlade\" self-validation test results: "); String validationResults = thisExampleX3dObject.validationReport(); System.out.println(validationResults); } } }