Import materials database

Matteo_Lasagna
Altair Community Member
We have .CSV file with a material database.
In which way it's possible to import inside Hypermesh?
Tagged:
0
Answers
-
i'd say there's no direct way to import it to your model, but you could automatize this thorugh scripting.
Maybe trying the new Python capabilities, including recording, would make your life quite easier.
You would need to create manually a few materials and then, combine the resultant script with some additional python loops to automatize your task.
Once you have your materials loaded into HM, you could save them into the material library for future usage:
0 -
just a sample script that you could adjust to your needs
0