*SelectionInfo()

Marks the start of asession block containing the results to be contoured.

Syntax

*SelectionInfo()

Application

HyperView

Context

*BeginContour()

Example

*BeginContour()
• • •
    *SelectionInfo()
    *EndSelectionInfo()
• • •
*EndContour()

Comments

*SelectionInfo() must have a corresponding *EndSelectionInfo() statement to mark the end of the *SelectionInfo() block. This statement can appear in a *Contour() block in conjunction with the *ResultString() statement only.

This statement cannot be used if *Displacement() appears in the *Contour() block.

A *SelectionInfo() block can only appear in a *Contour() block, which is defined by the *BeginContour() and *EndContour() statements.

There are only three statements that can appear in a *SelectionInfo() block: *NodalResult(), *ElementalResult(), and *ElementSelection().