*ShowMidsideNodeResults()
Indicates whether Mid-side node results will be used for plotting.
Syntax
*ShowMidsideNodeResults (state)
Application
HyperView
Inputs
- state
- 
            - On
- Midside node results are shown.
- Off
- Midside node results are hidden.
 
Context
*BeginContour()
*BeginTensor()
*BeginIsoValue()
Example
*BeginContour()
    *BeginSelection(Part, SelectVisible, "User_Set", 0)
    *Add("all")
    *EndSelection()
    *ResultType("Stress")
    *DataComponent("vonMises")
    *MultipleLayers("false")
    *Layer("Max")
    *LayerFilter(0)
    *ComplexFilter("mag")
    *ResolvedInSystem(-1)
    *AverageAcrossParts(Off)
    *ShowMidsideNodeResults(On)
    *FeatureAngleAverage(Off, 50, On)
    *AverageColor(yes)
    *DiscreteColor(yes)
    *CornerDataRequested(yes)
.
.
*EndContour()Comments
This statement applies to the Contour, Tensor, and Iso panels in HyperView.