RWAModel:

Path: AerospaceUtils/ComponentModels

% Get CAD vertices and properties for a specific RWA model.
 Dimensions are in meters. If no outputs are given it will draw the
 wheel. Available types are: 

       'dynacon1000'
       'hr02'
       'hr04'
       'hr01'
       'hr15S'
       'hr17'
       'hm07'
       'hr20m'
       'hr20x'
       'hr15m'
       'hm55'
       'hr60'   (default)
       'hm45'
       'hr150'
       'hr195'
       'hm1800'
--------------------------------------------------------------------------
   Form:
   [v, f, p] = RWAModel( type, u )
   [v, f, p] = RWAModel( r, u )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r           (1,:) Type string or struct with following fields:
                     ('r','rTop','rBottom','hTop','hCenter','hBottom', 'u')
   u           (3,1) Unit vector if r is a string.

   -------
   Outputs
   -------
   v           (:,3) Vertices
   f           (:,3) Faces
   p            (.)  Properties data structure
                       mass  (.)
                       power (.)

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

Children:

AerospaceUtils: CAD/GenericProperties
FormationFlying: Help/HelpSystem
Common: CommonData/Sosumi
Common: CommonData/SwooshWatermark
Common: ComponentModels/Box
Common: ComponentModels/Frustrum
Common: GUIs/MessageQueue
Common: General/CloseFigure
Common: General/DeBlankLT
Common: General/FSWClock
Common: General/Watermark
Common: Graphics/DrawVertices
Common: Graphics/NewFig
Common: Graphics/PltStyle
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Time/JD2000
Math: Linear/Cross
Math: Linear/Mag
Math: Linear/Unit

Back to the AerospaceUtils Module page