*ElementContour()
Indicates whether the contour should be generated per node or per element.
Syntax
*ElementContour (yes/no)
Application
HyperView
Inputs
- yes/no
- 
            - Yes
- Generates the contour per element.
- No
- Generates the contour per node.
 
Context
*BeginContour()
Example
*BeginContour()
   *ElementContour(yes)
*EndContour()Comments
This statement can only appear between the *BeginContour() and *EndContour() statements. If this statement is not specified in a *Contour() block, the contour is generated per node.