*Displacement()
Used to contour displaced components.
Syntax
*Displacement (yes/no, component)
Application
HyperView
Inputs
- yes/no
 - 
            
- Yes
 - Displacement was selected for contouring.
 - No
 - Displacement was not selected for contouring.
 
 - component
 - An integer indicating the displacement component to be contoured. 
- 1
 - Contour the x component.
 - 2
 - Contour the y component.
 - 3
 - Contour the z component.
 - -1
 - Contour the overall magnitude.
 
 
Context
*BeginContour()
Example
*BeginContour()
    *Displacement(yes, -1)
*EndContour()
      Comments
This statement can only appear between the *BeginContour() and *EndContour() statements.
This statement is optional. If displacement was not selected for contouring, this statement does not have to appear in a *Contour() block. In that case, however, the *Contour() block must have a *ResultString() statement.