experience and innovation

Now Hiring!

-------------------------------------------------------------------------------
   Creates CAD model report. It will create HTML tables or formatted output.
   If the fileName is not entered it will print to the command window. This
   doesn't make much sense with HTML tables.
   You need to use an HTML enabled package to see the formatted HTML
   table.
-------------------------------------------------------------------------------
   Form:

   CreateCADReport( g, type, fileName )

   or

   CreateCADReport( g, type )

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

   ------
   Inputs
   ------
   g               (1,1)  Component data structure
   type            (1,:)  'html' or 'txt'
   fileName        (1,:)  Filename

   -------
   Outputs
   -------
   None

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