PanelFrame:

--------------------------------------------------------------------------
   Generate a frame for a honeycomb panel. 
   The panel fits into the frame and the frame is fastened to struts to 
   for a satellite frame.

     t
   ----
   |  | h
   |  ----
   |     | h
   -------
    t   h

   With no outputs this generates a plot.

   Type PanelFrame for a demo.
--------------------------------------------------------------------------
   Form:
   [v, f, vol] = PanelFrame( x, y, h, t )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x          (1,1) Width of the panel  (x)
   y          (1,1) Length of the panel (y)
   h          (1,1) Panel thickness
   t          (1,1) Frame thickness

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

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

Children:

Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Math/Mag