experience and innovation

Now Hiring!

-------------------------------------------------------------------------------
   Take the CAD data and create the body array for Tree.
-------------------------------------------------------------------------------
   Form:
   x = TreeBldCAD( g, s, spring )
-------------------------------------------------------------------------------

   -----
   Input
   -----
   g               (:)   Spacecraft data structure generated by Build3DSC
   s               (:)  .w    (3,1) or (1,1) Rate
                        .q    (4,1) or (1,1) Attitude
   spring          (:)  .k    (3,3) Data structure General stiffness matrix
                        .c    (3,3) Data structure General damping matrix

   ------
   Output
   ------
   x               (:,:) Data structure

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