NoseCone:

Path: AerospaceUtils/ComponentModels

% Get CAD vertices and faces for a nose cone.

 Type NoseCone for a demo.
--------------------------------------------------------------------------
   Form:

   [v, f] = NoseCone( r, l, n, h )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r            (1,:) R as a function of z
   l            (1,1) Length
   n            (1,1) Number of divisions
   h            (1,1) 1 if half cone

   -------
   Outputs
   -------
   v            (:,3) Vertices
   f            (:,3) Faces

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

Children:

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