DrawCAD:

--------------------------------------------------------------------------
   Draw a CAD model stored in the toolbox CAD format. 
   Can be loaded from LoadCAD or made from BuildCADModel. This function
   draws the components only without applying any body rotations. Phong
   lighting is used. Black is used for all edges.

   Type DrawCAD for a demo loading a dxf file.

   Since version 2014.1
--------------------------------------------------------------------------
   Form:
   h = DrawCAD( g )
--------------------------------------------------------------------------

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

   -------
   Outputs
   -------
   h     (1,:)  Handles to patch objects 

--------------------------------------------------------------------------
   See also LoadCAD, patch
--------------------------------------------------------------------------

Children:

Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
AeroUtils: CAD/LoadCAD