DrawSailMeshVectors:

--------------------------------------------------------------------------
   Draw a sail mesh with force vectors at each face.
   Calls SolarPressureForce on the input CAD model. Only components of the
   sail class are drawn. Drag and planet effects are neglected.
   The sun vector should be in the neighborhood of the sail front body normal,
   pointing out from the shiny side of the sail. The mesh is shaded by the
   temperature.

   The function can also plot a mesh if the optical and thermal properties
   are passed in as well.

   Since version 7.
--------------------------------------------------------------------------
   Form:
   DrawSailMeshVectors( g, uSun, flux )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   g       (:)       Sailcraft CAD model
                        OR
                     Mesh structure with fields: v, f, optical, and thermal
   uSun   (3,1)      Sun vector in the body frame
   flux   (1,1)      Solar flux in W/m2  * Optional, default is 1 AU

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

Children:

Common: Graphics/AnglePatch
Common: Graphics/NewFig
Common: Graphics/PolygonProps
Math: Linear/Dot
Math: Linear/Mag
Math: Linear/Unit
SC: Environs/SolarFlx
Sail: Disturbances/SolarPressureForce