Path: AerospaceUtils/ComponentModels
% CAD vertices and faces for an astronaut chair component
Includes an optional laptop
--------------------------------------------------------------------------
Form:
[v,f] = ChairModel(laptop)
ChairModel(laptop); % draw model
--------------------------------------------------------------------------
------
Inputs
------
laptop (1) Boolean to include laptop
-------
Outputs
-------
v (:,3) Vertices
f (:,3) Faces
--------------------------------------------------------------------------
Common: ComponentModels/Box Common: Graphics/DrawVertices
Back to the AerospaceUtils Module page