Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi everyone,
I have created a part with two bodies and assigned a material to each of them. Now I want to control the material or its density for one body using a parameter in the relationship.
Is this even possible? And if so, how? Or can I only control the overall density?
I use Creo 8.0
Maybe you should try searching for Creo Multibody Materials or something like that. If you did, you'd probably find something like this:
Hi @KenFarley ,
I don't think this addresses the question, which is how to control the material or its density via a relation.
The density parameter for a material is PTC_MASS_DENSITY. you can use this in relations as PTC_MASS_DENSITY:MTRL_## where ## is the feature id of that material in the model. I believe using a relation to set the density will affect only the use of the material in the model where it is set and will not change the default values assigned in the material library.
In the Relations window, you can view the local parameters and right click on your desired parameter > Insert to Relations to add it into the Relations field above and it will automatically add the :MTRL_## needed.
