TesselatePolygon:

Path: AerospaceUtils/CAD

% Tesselate polygons by breaking them into triangles.
 This updates the faces and vertices fields, f and v. If there are no outputs,
 draws a picture of the updated model.
--------------------------------------------------------------------------
   Form:
   g = TesselatePolygon( g )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   g              (.)  CAD data structure

   -------
   Outputs
   -------
   g              (.)  Updated CAD model

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

Children:

Common: General/DeBlankLT
Common: Graphics/Centroid
Common: Graphics/NewFig
Common: Graphics/PltStyle
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS

Back to the AerospaceUtils Module page