Class UavBeehive
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: Catalog page UavBeehive, source UavBeehive.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
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://www.web3d.org/x3d/content/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
(version control)
which is used to create Java source code from an original .x3d
model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.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
Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
-
Constructor Details
-
UavBeehive
public UavBeehive()Default constructor to create this object.
-
-
Method Details
-
initialize
public final void initialize()Create and initialize the X3D model for this object. -
getX3dModel
public org.web3d.x3d.jsail.Core.X3D getX3dModel()Provide a shallow copy of the X3D model.- Returns:
- UavBeehive model
- See Also:
-
main
Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.- Parameters:
args
- array of input parameters, provided as arguments- See Also:
-