You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Pymechanical when we issue multiple mimp.ModelImportSourceFilePath='D:\DATA\SR\modelcdbrst_files\dp0\SYS-1\MECH\filecdb.cdb'
mimp.Import()
(We need to do that to reimport new cdb and result files for different models and then save results images),
we get a crash and a dump file.
The same thing works fine inside the script console of the Standalone Mechanical Application (2024 R2) - so not sure why it crashes inside PyMechanical session.
All the best
Erik
📝 Steps to reproduce
Steps described above - import and reimport cdb files, and corresponding files (rst).
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
2024 R2
import ansys.mechanical.core as mech
work_dir = r'D:\DATA\SR' # where mechdat will be saved
path_to_242 = r'C:\Program Files\ANSYS Inc\v242'
app = mech.App(version=242) # starts a non-graphical Mechanical session within the python.exe
globals().update(mech.global_variables(app))
mimp=Model.GeometryImportGroup.AddModelImport()
...
🐍 Which Python version are you using?
3.10
📦 Installed packages
PyMech
The text was updated successfully, but these errors were encountered:
🔍 Before submitting the issue
🐞 Description of the bug
Hello
In Pymechanical when we issue multiple mimp.ModelImportSourceFilePath='D:\DATA\SR\modelcdbrst_files\dp0\SYS-1\MECH\filecdb.cdb'
mimp.Import()
(We need to do that to reimport new cdb and result files for different models and then save results images),
we get a crash and a dump file.
The same thing works fine inside the script console of the Standalone Mechanical Application (2024 R2) - so not sure why it crashes inside PyMechanical session.
All the best
Erik
📝 Steps to reproduce
Steps described above - import and reimport cdb files, and corresponding files (rst).
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
2024 R2
import ansys.mechanical.core as mech
work_dir = r'D:\DATA\SR' # where mechdat will be saved
path_to_242 = r'C:\Program Files\ANSYS Inc\v242'
app = mech.App(version=242) # starts a non-graphical Mechanical session within the python.exe
globals().update(mech.global_variables(app))
mimp=Model.GeometryImportGroup.AddModelImport()
...
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: