CreateBody:

--------------------------------------------------------------------------
   Create a body.   

   param = CreateBody( 'parameters' ) Lists all parameters
   m     = CreateBody( 'make', 'name', 'thename', val1, ..., paramN, valN)

   Creates the data structure for the body using the parameter pairs
   param1,val1 through paramN,valN. m can be input to BuildCADModel.

   Note that the parameter mass may be a mass structure.

--------------------------------------------------------------------------
   Form:
   m = CreateBody( action, type, varargin )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   action         (1,:)   Action 'types', 'parameters', 'make'
   varargin       (:,:)   Parameter pairs

   -------
   Outputs
   -------
   m              (1,1)   Component data structure

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

Children:

Common: General/DeleteCell
Common: General/MessageQueue