materials.GetListMaterialProperties #847
-
Hello, with ACT I was able to write something like:
Is the method "GetListMaterialProperties" also accessible in pyMechanical? Best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
dipinknair
Aug 1, 2024
Replies: 2 comments 3 replies
-
Yes. This is accessible through Start pymechanical app
import function and materials
import geometry and materials needed then call required function from materials
ref: https://mechanical.docs.pyansys.com/version/stable/user_guide_embedding/libraries.html |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
dipinknair
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. This is accessible through
add_mechanical_python_libraries
function. Here is how to use it.Start pymechanical app
import function and materials
import geometry and materials needed then call required function from materials
ref: https://mechanical.docs.pyansys.com/version/stable/user_guide_embedding/libraries.html