PanelWithCenterHole:

Path: AerospaceUtils/ComponentModels

% Create 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

--------------------------------------------------------------------------

Children:

Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Math: Linear/Mag

Back to the AerospaceUtils Module page