*EndContour()
Specifies the end of the contour block.
Syntax
*EndContour()
Application
HyperView
Example
*BeginContour()
*LegendTitle("Contour Plot (Analysis system)\nDisplacement(Mag)")
*BeginSelection(Part, Invisible, SelectVisible)
*Add("Shell id 1-2")
*EndSelection()
*ResultType("Displacement")
*DataComponent("Mag")
*EndContour()
Comments
The *EndContour() statement must be preceded by the corresponding *BeginContour() statement, which marks the start of the *Contour() block. There can be only one *Contour() block per view.