PanelFrame:

Path: AerospaceUtils/ComponentModels

% Generate a frame for a honeycomb panel. 
 The panel fits into the frame and the frame is fastened to struts to 
 form a satellite frame. The following runs around the periphery.

  t
 ----
 |  | h -> this corner is h x h
 |  ----
 |     | h
 -------
    

 With no outputs this generates a picture.

 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/DrawVertices

Back to the AerospaceUtils Module page