Used to contour displaced components.
*Displacement()Used to contour displaced components. |
|||||
*Displacement()Used to contour displaced components. |
Syntax |
*Displacement(yes/no, component) |
|
Arguments |
Name |
Description |
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 This parameter is ignored if the first parameter is "no". |
|
Example |
*BeginContour() *Displacement(yes, -1) *EndContour() |
|
Application |
HyperView. |
|
Context |
||
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. |
|
See also |
|
|