NewtonianAeroTable:

Path: ACPro/Newtonian

--------------------------------------------------------------------------
   Generates a file for sc_aero_newtonian.cc/.h
   Generates a file with vertex and face data for triangles that
   make up a surface for the aero model. Each
   surface has the following matrices:

   axis vector             (3x1)
   position vector of axis (3x1)
   vertices                (mx3)
   faces                   (nx3)

   The axis vector will be unitized. There is one set of the above
   per component.
   
--------------------------------------------------------------------------
   Form:
   NewtonianAeroTable( fileName, g, a, p )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   fileName       (1,:) Filename
   g               (.)  Component data structure (see BuildCADModel)
   a              (3,:) Axes
   p              (3,:) Points of axes

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

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

Children:

Math: Linear/Unit

Back to the ACPro Module page