*AverageColor()
Indicates if the average color mode on the model is enabled.
Syntax
*AverageColor (enable)
Application
HyperView
Inputs
- enable
 - 
            
- Yes
 - The average color mode is enabled.
 - No
 - The average color mode is disabled.
 
 
Example
*BeginContour()
  *LegendTitle("Contour Plot (Analysis system)\nDisplacement(Mag)")
  *BeginSelection(Part, Invisible, SelectVisible)
       *Add("Shell id 1-2")
  *EndSelection()
  *ResultType("Displacement")
  *DataComponent("Mag")
  *AverageColor(Yes)
*EndContour()
      Comments
This setting displays the average color of the contour.