dpollard909366
2007-07-11, 06:57 PM
I want to make tags that return a value based on a curtain panel width.
I have a shared parameter called tag with the following formula in the family:
if(Width = 2' 6", "C", if(Width = 3' 9", "B", if(Width = 5', "C", "?")))
This won't work because the "Width" of a curtain panel-window is not constant and is determined by the curtain grid itself, therefore the parameter "Width" does not exist in the family editor....
My next plan was to dimension the left/right reference planes in the family editor and assign an instance parameter "WIDTH" I then used the formula:
if(WIDTH = 2' 6", "C", if(WIDTH = 3' 9", "B", if(WIDTH = 5', "C", "?")))
This returns the values, but the WIDTH is not actually variable with the curtain panel size - it just returns the default value.
ANY IDEAS?????????
I have a shared parameter called tag with the following formula in the family:
if(Width = 2' 6", "C", if(Width = 3' 9", "B", if(Width = 5', "C", "?")))
This won't work because the "Width" of a curtain panel-window is not constant and is determined by the curtain grid itself, therefore the parameter "Width" does not exist in the family editor....
My next plan was to dimension the left/right reference planes in the family editor and assign an instance parameter "WIDTH" I then used the formula:
if(WIDTH = 2' 6", "C", if(WIDTH = 3' 9", "B", if(WIDTH = 5', "C", "?")))
This returns the values, but the WIDTH is not actually variable with the curtain panel size - it just returns the default value.
ANY IDEAS?????????