Path: AerospaceUtils/ComponentModels
% Generate a triangle strut for a solar wing. l is in the +y direction and w in the +x direction. Type SolarWingStrut for a demo. -------------------------------------------------------------------------- Form: [v, f] = SolarWingSupport( w, l, t ) -------------------------------------------------------------------------- ------ Inputs ------ w (1,1) Panel width (m) l (1,1) Strut length (m) t (1,1) Strut thickness (m) ------- Outputs ------- v (:,3) Vertices f (:,3) Faces --------------------------------------------------------------------------
Common: Graphics/DrawVertices
Back to the AerospaceUtils Module page