AirlinerSeat:

Path: ACPro/ACDesign

% Generate CAD data for an airliner seat.

   Sizes it based on the width. It assumes only the width changes.

   Type AirlinerSeat for a demo.
   Since version 5.
--------------------------------------------------------------------------
   Form:
   [v, f, d] = AirlinerSeat( w )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   w          (1,1) Width

   -------
   Outputs
   -------
   v          (:,3)  Vertices
   f          (:,3)  Faces
   d          (1,3)  Dimensions 

--------------------------------------------------------------------------
   Reference: Fielding, J. P, "Introduction to Aircraft Design," 
              Cambridge University Press, 1999.
--------------------------------------------------------------------------

Children:

Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS

Back to the ACPro Module page