Indicates whether the contour should be generated per node or per element.
*ElementContour()Indicates whether the contour should be generated per node or per element. |
|||||
*ElementContour()Indicates whether the contour should be generated per node or per element. |
Syntax |
*ElementContour(yes/no) |
|
Arguments |
Name |
Description |
yes/no |
Yes - Generates the contour per element. No - Generates the contour per node. |
|
Example |
*BeginContour() *ElementContour(yes) *EndContour() |
|
Application |
HyperView. |
|
Context |
||
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. |
|
See also |
|
|