GetCADVF:
--------------------------------------------------------------------------
Return a single set of vertices "v" and faces "f" for the CAD model.
Type GetCADVF for a demo.
--------------------------------------------------------------------------
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