HyperWorks Desktop

*AverageColor()

Indicates if the average color mode on the model is enabled.

*AverageColor()

Indicates if the average color mode on the model is enabled.

Previous topic Next topic No expanding text in this topic  

*AverageColor()

Indicates if the average color mode on the model is enabled.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*AverageColor(enable)

Argument

Name

Description

 

enable

Yes – The average color mode is enabled.

Not – 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()

Application

HyperView.

Comments

This setting displays the average color of the contour.

See also

 

*BeginContour()

List of Session Statements