DrawPatch:

Path: AerospaceUtils/CAD

% Draw a series of patches.
 Enter as many v,f pairs as desired. Each grouping will be assigned a
 different color.

 Type DrawPatch for demo.
--------------------------------------------------------------------------
   Form:
   h = DrawPatch( v, f, v, f, ... )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   v           (n,1) Vertices
   f           (m,1) Faces

   -------
   Outputs
   -------
   h           (1,1) Figure handle

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

Children:

SC: SCMat/EarthMR
SC: Visualization/PlotPlanet
Common: CommonData/SwooshWatermark
Common: ComponentModels/Box
Common: ComponentModels/Frustrum
Common: General/DeBlankLT
Common: General/Watermark
Common: Graphics/AssignColors
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