java.lang.Object
X3dForAdvancedModeling.AdditiveManufacturing.UavBeehive

public class UavBeehive extends Object

Beehive shelter designed for concrete printing to provide recharging and wireless communications support for unmanned aerial vehicles (UAVs). Concept of operations (CONOPS): UAV quadcopters are able to fly in and fly out through circular access at top. Side door lets operators place portable electrical generator inside for robot recharging. Wireless local-area network (LAN) provides airborne video back to protected radio-relay link for offshore/remote monitoring. Rounded concrete shape protects installation from wind, mortar attack and small-arms fire. Expeditionary manufacturing approach frees personnel from tedious sentry duties.

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

Scene Meta Information
meta tags   Document Metadata
title UavBeehive.x3d
description Beehive shelter designed for concrete printing to provide recharging and wireless communications support for unmanned aerial vehicles (UAVs). Concept of operations (CONOPS): UAV quadcopters are able to fly in and fly out through circular access at top. Side door lets operators place portable electrical generator inside for robot recharging. Wireless local-area network (LAN) provides airborne video back to protected radio-relay link for offshore/remote monitoring. Rounded concrete shape protects installation from wind, mortar attack and small-arms fire. Expeditionary manufacturing approach frees personnel from tedious sentry duties.
created 14 July 2016
translated 16 July 2016
modified 20 October 2019
creator Bernardo Luhr, Matt Friedell, Don Brutzman
Image UavBeehiveBlenderScreenshot.png
TODO photo of printed X3D model
reference UavBeehive.blend
reference UavBeehive.stl
Image UavBeehiveOriginal.jpg
reference UavBeehiveOriginal.stl
reference Additive manufacturing (AM) in expeditionary operations: current needs, technical challenges, and opportunities by Matthew Friedell
reference http://calhoun.nps.edu/handle/10945/49461
subject concrete printing, expeditionary manufacturing
reference https://en.wikipedia.org/wiki/Construction_3D_printing
identifier https://x3dgraphics.com/examples/X3dForAdvancedModeling/AdditiveManufacturing/UavBeehive.x3d
generator Blender 2.77 http://www.blender.org
generator X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit
translator Don Brutzman
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.

  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor to create this object.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.web3d.x3d.jsail.Core.X3D
    Provide a shallow copy of the X3D model.
    final void
    Create and initialize the X3D model for this object.
    static void
    main(String[] args)
    Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UavBeehive

      public UavBeehive()
      Default constructor to create this object.
  • Method Details