HyperWorks Desktop

*ShowMidsideNodeResults()

Indicates whether Mid-side node results will be used for plotting.  This statement applies to the Contour, Tensor, and Iso panels in HyperView.

*ShowMidsideNodeResults()

Indicates whether Mid-side node results will be used for plotting.  This statement applies to the Contour, Tensor, and Iso panels in HyperView.

Previous topic Next topic No expanding text in this topic  

*ShowMidsideNodeResults()

Indicates whether Mid-side node results will be used for plotting.  This statement applies to the Contour, Tensor, and Iso panels in HyperView.

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

Syntax

*ShowMidsideNodeResults(state)

Argument

Name

Description

 

state

A test string indicating the state of this option.

On – Midside node results are shown.

Off – Midside node results are hidden.

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

Application

HyperView.

Context

*BeginContour()

*BeginTensor()

*BeginIsoValue()

See also

 

List of Session Statements