CreateCADReport:

Path: AerospaceUtils/CAD

% 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

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

Children:

Common: General/ColumnSizeCellArray
Common: General/CreateHTMLTable

Back to the AerospaceUtils Module page