Setting material stiffness #211
-
Hello, I wonder how can I specify the modulus of elasticity to a user-defined material created in Python. I see the material.BasicProperties but only in JavaScript. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi, Thanks for reaching out. User defined material is still under work and we're hoping to add it to the library soon. Maybe I can offer an alternative solution for that. As you know importing and exporting SAF files is possible with the WebServices. So, if you define a material with values in a SAF file and import it via WS, it enables you to create user defined material. It's a bit hard way to do it, but until the new release, this is the way to do it. Feel free to reach out for other questions. |
Beta Was this translation helpful? Give feedback.
-
Could you provide a minimal example? When I try to import a SAF-file RSTAB always generates a new model. But my goal is to change the matterialsettings of an existing model. |
Beta Was this translation helpful? Give feedback.
-
Are there any updates on this topic? Is the user defined material in RFEM6 currently possible using python? |
Beta Was this translation helpful? Give feedback.
Hi,
Thanks for reaching out.
User defined material is still under work and we're hoping to add it to the library soon.
Maybe I can offer an alternative solution for that. As you know importing and exporting SAF files is possible with the WebServices. So, if you define a material with values in a SAF file and import it via WS, it enables you to create user defined material.
It's a bit hard way to do it, but until the new release, this is the way to do it.
Feel free to reach out for other questions.