Path: AerospaceUtils/ComponentModels
% Get CAD vertices and faces for a panel in the x, y plane.
 To see a demo type Panel. This has seven divisions.
--------------------------------------------------------------------------
   Form:
            Panel;
   [v, f] = Panel( r, n )
--------------------------------------------------------------------------
   ------
   Inputs
   ------
   r          (1,1) Outer radius
   n          (1,1) Number of outer circumferential divisions
   -------
   Outputs
   -------
   v          (:,3) Vertices
   f          (:,3) Faces
   area       (1,1) Area of panel
   side       (1,1) Dimension of side
--------------------------------------------------------------------------
Common: Graphics/DrawVertices
Back to the AerospaceUtils Module page