Adjusting Modulus of Elasticity for existing material #307
|
Hi, I'm trying to adjust the E-modulus of an existing material (concrete C30/37) in RFEM6 using the python client. Is this possible? If not, would it be possible to enter a user defined material? Best regards, |
Answered by
OndraMichal
Feb 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @JesperWB,
sorry for the delay. Sure, you can. MAterial.UserDefinedMaterial() method was added today to facilitate it. PR #331.