Oct 1, 2012 #1 zaj05 Mechanical Joined Jun 1, 2007 Messages 4 Location US i have created a new material and inside this material there is a user defined section you can add parameters. is there a way to pull these user defined parameters into the relations?
i have created a new material and inside this material there is a user defined section you can add parameters. is there a way to pull these user defined parameters into the relations?
Oct 1, 2012 #2 robertib Mechanical Joined Jan 25, 2006 Messages 209 Location GB This should work, where PARAMETER is your user-defined parameter and MATERIAL is the name of your material. material_param("PARAMETER","MATERIAL") It does work for the built-in parameters. Upvote 0 Downvote
This should work, where PARAMETER is your user-defined parameter and MATERIAL is the name of your material. material_param("PARAMETER","MATERIAL") It does work for the built-in parameters.
Oct 5, 2012 Thread starter #3 zaj05 Mechanical Joined Jun 1, 2007 Messages 4 Location US worked great thanks Upvote 0 Downvote