*BeginContour()
Indicates the beginning of a contour block. This block captures your selections from the Contour panel in HyperView.
Syntax
*BeginContour()
Application
HyperView
Substatements
| *AverageColor() | *DiscreteColor() | 
| *BeginLegend() | *FeatureLines() | 
| *BeginSelection() | *Layer() | 
| *ComplexFilter() | *ResolvedInSystem() | 
| *DataComponent() | *ResultType() | 
| *Discontinuity() | *Transparent() | 
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
*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.