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: 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