OpenFrame:

Path: Common/ComponentModels

% Generate an open frame
 The panel fits into the frame and the frame is fastened to struts to 
 form a satellite frame. The following runs around the periphery. The
 inner dimensions are x by y. The thickness (in z) is h. The frame is t
 by t.

 With no outputs this generates a picture. Type OpenFrame for a demo.
--------------------------------------------------------------------------
   Form:
   [v, f, vol] = OpenFrame( 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 Common Module page