jghoppes
Industrial
- Jul 17, 2010
- 4
What I want to do is have a property called Material Type in my part files that I want to change from the design tablein my assy. In my assy I have a pull down that I switch betweed MS & S/S. If I choose MS it sets a dim to 1 and S/S sets it to 2. I then create a sketch with a dim that is linked to that assy dim. I want an equation to change my property to MS if it is 1 and S/S if it is 2. I've tried the following and it doesn't work:
"Material Type"=IIF("Material@Material>1.5,"MS","S/S")
This doesn't work. It works, however, if i use numbers instead of letters.
Simply put, I want to change the material from Mild Steel to Stainless Steel in certain parts from my assy and I am not aware of any way to actually change the actual material from a design table. I need the BOM to reflect the material type.
I can accomplish what i want with the design table, but I must open and save the design table in all the parts for it to update and this defeats the purpose.
Any help is appreciated!
Josh
"Material Type"=IIF("Material@Material>1.5,"MS","S/S")
This doesn't work. It works, however, if i use numbers instead of letters.
Simply put, I want to change the material from Mild Steel to Stainless Steel in certain parts from my assy and I am not aware of any way to actually change the actual material from a design table. I need the BOM to reflect the material type.
I can accomplish what i want with the design table, but I must open and save the design table in all the parts for it to update and this defeats the purpose.
Any help is appreciated!
Josh