Hi,
I'm looking for the next thing:
I have a model that I can steer with LENGTH, WIDTH, ANGLE and HEIGHT.
This by changing a custom property on assembly level with the property tab builder.
Now I have a part in the assembly that has to change to every specific height.
Is it possible to make an equation list to change that parts configuration to this height value?
Height value01 => show part01 config a
Height value02 => show part01 config b
Height value03 => show part01 config c
Height value04 => show part01 config d
for example: =if(600<Height value01<700, show part config a, ...)
I think this has to be done in a design table.
Thanks a lot!
Hello,
You can try adding a column to the right of the DT (one blank column between).
In this new column, create an Excel formula that evaluates to 0 or 1 based on the height.
Add a column in the DT that suppresses the config (or not) and link this cell to the formula above.
For less speculation and guesswork and possibly more replies, please upload file: How can I attach a file to a forum post?
Kevin