*ElementalResult()

Indicates the ply and element results to be contoured.

Syntax

*ElementalResult (noncompositeply_selected, ply_index, result_index)

Application

HyperView

Inputs

noncompositeply_selected
An integer that indicates if the non-composite play was selected.
1
Non-composite ply selected.
0
Composite ply selected.
ply_index
An integer that indicates the index of the selected composite ply.
If the noncomposite ply was selected, this parameter is ignored.
result_index
An integer indicating the zero-based index of the element result to be contoured. The first element result has an index of zero, the second element result has an index of one, and so on.

Context

*BeginContour()

*SelectionInfo()

Example

*BeginContour()
    *SelectionInfo()
       *ElementalResult(1, 0, 0)
       *ElementSelection(0, 0, 1, -1, -1, 1, -1)
    *EndSelectionInfo()
*EndContour()

Comments

This statement can appear only in a *SelectionInfo() block. It is always used in conjunction with and precedes the *ElementSelection() statement. It cannot be used if the *SelectionInfo() block also contains the *NodalResult() statement.