Import a cae with python
Import a cae with python
(OP)
Hello!
can i import a cae from abaqus with python and then complete the rest of the step (meshing, load) with programating in python?
Thank you!
can i import a cae from abaqus with python and then complete the rest of the step (meshing, load) with programating in python?
Thank you!





RE: Import a cae with python
RE: Import a cae with python
from caeModules import *
openMdb(pathName ='C:/Users/chourouk/Dropbox/thèse/numérique/Mousse_cube_essai1.cae')
but i have this error:
SyntaxError: ("Non-ASCII character '\\xe8' in file
C:/Users/chourouk/Dropbox/th\xe8se/code python/coupe_avec_une_sph.py on line
70, but no encoding declared; see http://www.python.org/peps/pep-0263.html
for details", ('C:/Users/chourouk/Dropbox/th\xe8se/code
python/coupe_avec_une_sph.py', 70, 0, None))
RE: Import a cae with python
RE: Import a cae with python