GetCADVF:

Path: AerospaceUtils/CAD

% Return a single set of vertices "v" and faces "f" for the CAD model.
   
 Type GetCADVF for a demo. Since version 11.
--------------------------------------------------------------------------
   Form:
   [v,f] = GetCADVF( g );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   g          (.)     	CAD model data structure with "component" field

   -------
   Outputs
   -------
   v         (:,3)     Vertices for all components
   f         (:,3)     Faces for all components

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

Children:

Common: Graphics/NewFig
Common: Graphics/SliderBar
SC: SCModels/ShuttleModel

Back to the AerospaceUtils Module page