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.
--------------------------------------------------------------------------
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.
--------------------------------------------------------------------------
Common: General/DeBlankLT Common: Graphics/NewFig Common: Graphics/PltStyle Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS
Back to the ACPro Module page