How to save model by code? #7
-
How do I save a new created model by code? "closeModel('..', True) does not work for me (?). |
Beta Was this translation helpful? Give feedback.
Answered by
heetrojivadiya
May 22, 2023
Replies: 1 comment
-
Hello, you can save model with code by using 'saveFile' by importing 'from RSTAB.initModel import saveFile' or you can use 'Model.clientModel.service.save(file_path)'. I hope this will work for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
heetrojivadiya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, you can save model with code by using 'saveFile' by importing 'from RSTAB.initModel import saveFile' or you can use 'Model.clientModel.service.save(file_path)'. I hope this will work for you.