Dim:

Path: AerospaceUtils/CAD

% Set the transparency for components of a particular name.

 NOTE: Transparency only supported for MATLAB versions after 5.2. If you are
 using MATLAB v5.2 or prior, components will be simply toggled between being
 visible and being invisible.
--------------------------------------------------------------------------
   Form:
   Dim(       compName1, alpha1, compName2, alpha2, ... )
		 -or-
   Dim( figH, compName1, alpha1, compName2, alpha2, ... )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   figH       Figure handle(s) (optional)
   compName   Component name (any string within the name)
   alpha      Transparency setting (0-1)
   
   -------
   Outputs
   -------
   none

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

Children:

Common: General/IsVersionAfter
Common: General/StringToTokens

Back to the AerospaceUtils Module page