Path: AerospaceUtils/ComponentModels
% Get CAD vertices and faces for a panel with a center hole. To see a demo type PanelWithCenterHole. -------------------------------------------------------------------------- Form: [v, f] = PanelWithCenterHole( rO, rI, nO, nI ) -------------------------------------------------------------------------- ------ Inputs ------ rO (1,1) Outer radius rI (1,1) Inner radius nO (1,1) Number of outer circumferential divisions nI (1,1) Number of inner circumferential divisions ------- Outputs ------- v (:,3) Vertices f (:,3) Faces --------------------------------------------------------------------------
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