HyperWorks Desktop

*ElementalResult()

Indicates the ply and element results to be contoured.

*ElementalResult()

Indicates the ply and element results to be contoured.

Previous topic Next topic No expanding text in this topic  

*ElementalResult()

Indicates the ply and element results to be contoured.

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

Syntax

*ElementalResult(noncompositeply_selected, ply_index, result_index)

Arguments

Name

Description

 

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.

Example

*BeginContour()

   *SelectionInfo()

      *ElementalResult(1, 0, 0)

      *ElementSelection(0, 0, 1, -1, -1, 1, -1)

   *EndSelectionInfo()

*EndContour()

Application

HyperView.

Context

*BeginContour()

*SelectionInfo()

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.

See also

 

*ElementSelection()

*EndSelectionInfo()

*NodalResult()

*SelectionInfo()

List of Session Statements