SHELSInterface:

Path: AerospaceUtils/ComponentModels

% Get  vertices and faces for the SHELS Interface CAD components. 
 SHELS is Space Shuttle Hitchhiker Ejection Launch System. This includes the
 Marman clamp flange and the umbilical interfaces. Each is generated as a
 separate object.

 Type SHELSInterface for a demo.
--------------------------------------------------------------------------
   Form:
   [vF, fF, vPI, fPI, vSI, fSI, volFlange] = SHELSInterface
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   None

   -------
   Outputs
   -------
   vF         (:,3) Vertices for the flange
   fF         (:,3) Faces for the flange
   vPI        (:,3) Vertices for the power interface
   fPI        (:,3) Faces for the power interface
   vSI        (:,3) Vertices for the signal interface
   fSI        (:,3) Faces for the signal interface
   volFlange  (1,1) Volume of the flange

--------------------------------------------------------------------------
   Reference: SHELS Users Guide. SSPP-SPEC-040. Revised Dec. 1999.
--------------------------------------------------------------------------

Children:

AerospaceUtils: CAD/DrawPatch
AerospaceUtils: ComponentModels/SHELSFlange
SC: SCMat/EarthMR
SC: Visualization/PlotPlanet
Common: CommonData/SwooshWatermark
Common: ComponentModels/Box
Common: ComponentModels/Extrude
Common: ComponentModels/ExtrudeFromProfile
Common: ComponentModels/Frustrum
Common: General/DeBlankLT
Common: General/Watermark
Common: Graphics/AssignColors
Common: Graphics/DrawVertices
Common: Graphics/NewFig
Common: Graphics/PltStyle
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Math: Linear/Mag

Back to the AerospaceUtils Module page