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
Hi, thanks for this project. I wanted to use it with Abaqus (a commercial finite element software), and read the issue #10, but I am not sure which *.dll file I should use. Is there a way to determine this? Because Abaqus has a lot of *.dll files. Furthermore, what are the strings in the ASSEMBLIES list in the default_settings.py file?
The text was updated successfully, but these errors were encountered:
--all Process all Assemblies in the default_settings.py
I am not sure which *.dll file I should use.
You can do trial an error, or check if you can find anything in their docs.
I would start with the larger sized ones
Grasshopper docs for example state which dll a given doc page references:
Thanks for your answer @gtalarico . Unfortunately, I could not find any reference in the documentation of Abaqus. Trying with some of the present *.dll files seems not to work either. It complains about not finding the module with the name of the dll. I will report back if I have any luck with this.
Hi, thanks for this project. I wanted to use it with Abaqus (a commercial finite element software), and read the issue #10, but I am not sure which
*.dll
file I should use. Is there a way to determine this? Because Abaqus has a lot of*.dll
files. Furthermore, what are the strings in theASSEMBLIES
list in thedefault_settings.py
file?The text was updated successfully, but these errors were encountered: