Skip to content

Commit

Permalink
Update solver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FEA-eng authored Feb 18, 2024
1 parent 62c8469 commit 5edcfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femsolver/calculix/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 5edcfc3

Please sign in to comment.