Path: AerospaceUtils/ComponentModels
% Get CAD vertices and faces for a frame for a honeycomb panel. The panel fits into the frame and the frame is fastened to struts to form a satellite frame. The following runs around the periphery. t ---- | | h -> this corner is h x h | ---- | | h ------- With no outputs this generates a picture. Type PanelFrame for a demo. -------------------------------------------------------------------------- Form: [v, f, vol] = PanelFrame( x, y, h, t ) -------------------------------------------------------------------------- ------ Inputs ------ x (1,1) Width of the panel (x) y (1,1) Length of the panel (y) h (1,1) Panel thickness t (1,1) Frame thickness ------- Outputs ------- v (:,3) Vertices f (:,3) Faces vol (1,1) Volume of material --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: ComponentModels/Box Common: General/DeBlankLT Common: General/Watermark 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