Path: AerospaceUtils/ComponentModels
% Get CAD vertices and faces for General Dynamics REAs.
 These are reaction engine assemblies, i.e. thrusters. Units are meters.
 Available types:
  mr-103c
  mr-106e
  mr-111c
  lm
 Type REAModel for a demo.
--------------------------------------------------------------------------
   Form:
   [v, f, d] = REAModel( type, uPlume )
--------------------------------------------------------------------------
   ------
   Inputs
   ------
   type         (1,:) Type
   uPlume       (3,1) Unit vector for plume
   -------
   Outputs
   -------
   v            (n,3) Vertices
   f            (n,3) Faces
   d            (1,1) Data
                      .mass
                      .power
                      .propulsion
--------------------------------------------------------------------------
AerospaceUtils: CAD/GenericProperties Common: ComponentModels/Frustrum Common: Graphics/DrawVertices Common: MassProperties/Inertias Common: Quaternion/Q2Mat Common: Quaternion/U2Q
Back to the AerospaceUtils Module page