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: Graphics/DrawVertices
Back to the AerospaceUtils Module page