HyperWorks Desktop

*NodalResult()

The nodal result to be contoured.

*NodalResult()

The nodal result to be contoured.

Previous topic Next topic No expanding text in this topic  

*NodalResult()

The nodal result to be contoured.

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

Syntax

*NodalResult(result_index, component)

Arguments

Name

Description

 

result_index

An integer indicating the zero-based index of the nodal result to be contoured.  The first nodal result has an index of zero, the second nodal result has an index of one, and so on.

 

component

An integer indicating the result component to be contoured.

1 - Contour the x component.

2 - Contour the y component.

3 - Contour the z component.

-1 - Contour the overal magnitude.

Example

*BeginContour()

• • •

  *SelectionInfo()

    *NodalResult(1, -1)

  *EndSelectionInfo()

• • •

*EndContour()

Application

HyperView.

Context

*BeginContour()

*SelectionInfo()

Comments

*NodalResult() can appear in a *SelectionInfo() block only.  It cannot be used if *ElementalResult() or *ElementSelection() appears in the *SelectionInfo() block.

Displacement is not counted when considering the index of the nodal result to be contoured. To contour displacement, see *Displacement().

See also

 

*Displacement()

*ElementalResult()

*ElementSelection()

*EndSelectionInfo()

*SelectionInfo()

List of Session Statements