Path: AerospaceUtils/ComponentModels
% Generate CAD vertices and faces for a T-shaped plate. With no outputs this generates a picture. The T is in the +Y direction. The base is along T = 0. It is symmetric about the y-axis. Type TPlate for a demo. -------------------------------------------------------------------------- Form: [v, f, vol, area] = TPlate( xB, xT, yB, yT, h ) -------------------------------------------------------------------------- ------ Inputs ------ xB (1,1) Width of base xT (1,1) Width of T yB (1,1) Length of base yT (1,1) Length of T h (1,1) Plate thickness ------- Outputs ------- v (:,3) Vertices f (:,3) Faces vol (1,1) Volume of material area (1,1) Aggregate surface area --------------------------------------------------------------------------
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