TPlate:

Path: AerospaceUtils/ComponentModels

% Generate a T-shaped plate
 With no outputs this generates a picture. The T is in the +Y direction.
 The base is along T = 0. It is symmetric about the y-axis.

 Type TPlate for a demo.
--------------------------------------------------------------------------
   Form:
   [v, f, vol, area] = TPlate( xB, xT, yB, yT, h )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   xB         (1,1) Width of base
   xT         (1,1) Width of T
   yB         (1,1) Length of base
   yT         (1,1) Length of T
   h          (1,1) Plate thickness

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

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

Children:

Common: Graphics/DrawVertices

Back to the AerospaceUtils Module page