Marks the start of asession block containing the results to be contoured.
*SelectionInfo()Marks the start of asession block containing the results to be contoured. |
|||||
*SelectionInfo()Marks the start of asession block containing the results to be contoured. |
Syntax |
*SelectionInfo() |
Example |
*BeginContour() • • • *SelectionInfo() *EndSelectionInfo() • • • *EndContour() |
Application |
HyperView. |
Context |
|
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(). |
|
|
See also |
|