RWAModel:

--------------------------------------------------------------------------
   Get vertices for an RWA.
   Dimensions are in meters. If no outputs are given it will draw the
   wheel.
   Available types are: 
         'dynacon1000'
         'hr02'
         'hr04'
         'hr01'
         'hr15S'
         'hr17'
         'hm07'
         'hr20m'
         'hr20x'
         'hr15m'
         'hm55'
         'hr60'   (default)
         'hm45'
         'hr150'
         'hr195'
         'hm1800'
--------------------------------------------------------------------------
   Form:
   [v, f, p] = RWAModel( type, u )
   [v, f, p] = RWAModel( r, u )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r           (1,:) Type string or struct with following fields:
                     ('r','rTop','rBottom','hTop','hCenter','hBottom', 'u')
   u           (3,1) Unit vector if r is a string.

   -------
   Outputs
   -------
   v           (:,3) Vertices
   f           (:,3) Faces
   p           (1,1) Properties
                       mass
                       power

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

Children:

Common: CAD/GenericProperties
Common: ComponentModels/Frustrum
Common: Graphics/NewFig
Common: Math/Cross
Common: Math/Unit