Indicates the beginning of a contour block. This block captures your selections from the Contour panel in HyperView.
Syntax |
*BeginContour() |
||
Substatements |
*Discontinuity() |
*FeatureLines() |
|
Example |
*BeginContour() *LegendTitle("Contour Plot (Analysis system)\nDisplacement(Mag)") *BeginSelection(Part, Invisible, SelectVisible) *Add("Shell id 1-2") *EndSelection() *ResultType("Displacement") *DataComponent("Mag") *EndContour() |
||
Application |
HyperView. |
||
Comments |
*BeginContour() must have a corresponding *EndContour() statement to mark the end of the *Contour() block. This block captures the legend settings assigned on the Legend panel. |
||
See also |
|
||