just like the picture shows.
@Feng Zhu To find commands you're unsure of, I'd recomend using the recording:
This gave me:
#region Graphics commands with Transaction(True): Graphics.ViewOptions.ResultPreference.DeformationScaling = MechanicalEnums.Graphics.DeformationScaling.True Graphics.ViewOptions.ResultPreference.DeformationScaleMultiplier = 1 #endregion #region Graphics commands Graphics.ViewOptions.ResultPreference.ScopingDisplay = MechanicalEnums.Graphics.ScopingDisplay.ScopedBodies #endregion #region Toolbar Action Graphics.ViewOptions.ResultPreference.ExtraModelDisplay = MechanicalEnums.Graphics.ExtraModelDisplay.NoWireframe #endregion
Hi, Pernelle Thanks for your help.