TreeDraw:

Path: AerospaceUtils/CAD

% Update the 3D drawing data structure. 
 This routine assumes that the bodies in g are in the same order as the states
 in x. This is guaranteed if TreeBldCAD is used to create the bodies.
--------------------------------------------------------------------------
   Form:
   g = TreeDraw( g, x, treeDS )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   g            (.)   CAD data structure
   x            (:,:) States
   treeDS       (:)   Tree data structure

   -------
   Outputs
   -------
   g            (1,:) CAD data structure

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

Back to the AerospaceUtils Module page