DrawVertices:

Path: Common/Graphics

% Draw an object from vertices with in a figure using patch, using lighting.
 The object will be a uniform color. Type DrawVertices for a demo.
--------------------------------------------------------------------------
   Form:
   DrawVertices( v, f, name, blend, c  )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   v        (:,3) Vertices
   f        (:,3) Faces
   name     (1,:) Figure name
   blend    (1,1) If true blend the vertex lines
   c        (1,3) Color

   -------
   Outputs
   -------
   None

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

Children:

Common: ComponentModels/Box
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Math: Linear/Mag

Back to the Common Module page