HyperWorks Desktop

*BeginContour()

Indicates the beginning of a contour block. This block captures your selections from the Contour panel in HyperView.

*BeginContour()

Indicates the beginning of a contour block. This block captures your selections from the Contour panel in HyperView.

Previous topic Next topic No expanding text in this topic  

*BeginContour()

Indicates the beginning of a contour block. This block captures your selections from the Contour panel in HyperView.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*BeginContour()


Substatements

*AverageColor()

*BeginLegend()

*BeginSelection()

*ComplexFilter()

*DataComponent()

*Discontinuity()

*DiscreteColor()

*FeatureLines()

*Layer()

*ResolvedInSystem()

*ResultType()

*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()

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

 


*EndContour()

List of Session Statements