I want to create a model relation that will control a parameter based on the length of a part.
For example IF LENGTH_1 = 255 thru 305 then MAKE_FROM = 12 FOOT. Is there a way to get that to work?
I am just not sure how to go about writing it.
IF LENGTH_1 == 225 THRU 305
MAKE_FROM = 12 FOOT
ENDIF