FEM Beam Shell Result Output 3D true by default (#12493)

This commit is contained in:
FEA-eng
2024-02-26 18:01:05 +01:00
committed by GitHub
parent 38f3ec7a31
commit 3c44afdc6a
14 changed files with 14 additions and 14 deletions

View File

@@ -368,7 +368,7 @@ def add_attributes(obj, ccx_prefs):
"Fem",
"Output 3D results for 1D and 2D analysis "
)
dimout = ccx_prefs.GetBool("BeamShellOutput", False)
dimout = ccx_prefs.GetBool("BeamShellOutput", True)
obj.BeamShellResultOutput3D = dimout