RWAArray:

Path: AerospaceUtils/ComponentModels

% Get CAD components for an array of four reaction wheels. 
 The wheels are stuck on top of each other since the internal geometry is not
 defined. There is a fifth component for the containing box.

 Type RWAArray for a demo.
--------------------------------------------------------------------------
   Form:
   m = RWAArray( model, cantAngle, wH, b, rA, body )
--------------------------------------------------------------------------

   -------
   Inputs
   -------
   model       (1,:)     RWA model name
   cantAngle   (1,1)     Cant angle from z
   wH          (1,2)     [width, height]
   b           (3,3)     Box orientation
   rA          (3,1)     Box location
   body        (1,1)     Body

   -------
   Outputs
   -------
   m           {5}       Component information cell array
                          .name
                          .class, etc.

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

Children:

AerospaceUtils: CAD/CreateComponent
AerospaceUtils: CAD/DrawPatch
Common: Transform/RaDec2U

Back to the AerospaceUtils Module page