XenonTankSupport:

Path: AerospaceUtils/ComponentModels

% Generate a Xenon Tank support based on the ETS VIII Tank. 
 When you change the mass of Xenon it shrinks the cylindrical section.

 Type XenonTankSupport for a demo.
--------------------------------------------------------------------------
   Form:
    [v, f, vol] = XenonTankSupport( l )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   l          (1,:) Length of Strut

   -------
   Outputs
   -------
   v          (:,3)  Vertices
   f          (:,3)  Faces
   vol        (1,1)  Volume of material

--------------------------------------------------------------------------

Children:

Common: ComponentModels/Frustrum
Common: ComponentModels/Strut
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Math: Linear/Mag

Back to the AerospaceUtils Module page