-------------------------------------------------------------------------------
Determine cross-sectional area from CAD model. This routine assumes that
the first body is the core and the next n bodies, if any, are rotated by
the corresponding body angle.
-------------------------------------------------------------------------------
Form:
area = CrossSection( g, bodyAngle, viewV, plot )
-------------------------------------------------------------------------------
------
Inputs
------
g (:) CAD model struct
bodyAngle (n,1) Body angles, if applicable*
viewV (3,1) Vector viewpoint*
plot (1) Plot flag*
* Optional
-------
Outputs
-------
area (1) Cross-sectional area of spacecraft
-------------------------------------------------------------------------------