March 23, 2023 at 5:05 pm
Subscriber
I contacted ANSYS support about this issue, and the issue was the graphics card. The work around that they gave me was to use a script to change the contour bands.
ls=Ansys.Mechanical.Graphics.Tools.CurrentLegendSettings()
# Number of contour bands on legend
ls.NumberOfBands =6
ls.Digits=4
# Set which band, the value, and units
ls.SetLowerBound(0,Quantity(0,"mm"))
ls.SetUpperBound(7,Quantity(0.0476,"mm"))