Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I know which *.dll file I need #16

Open
cristobaltapia opened this issue Jun 5, 2019 · 2 comments
Open

How do I know which *.dll file I need #16

cristobaltapia opened this issue Jun 5, 2019 · 2 comments
Labels

Comments

@cristobaltapia
Copy link

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?

@gtalarico
Copy link
Owner

ASSEMBLIES is used by the --all flag.
it signals a batch processing of all known dlls.

--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:
image

@cristobaltapia
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants