I wish for the "Description" line under "Identity Data" in the Family Parameters dialog box to take the value of my Fixed Glass Height parameter and display that height in my text string. Let's say my fixed glass value was 2'-0"... the line needs to read as follows:
in "Formula" field:
w/ Fixed Glass Height Parameter Here H. F.G. ABV.
in "Description" field:
w/ 2'-0" H. F.G. ABV.
Also, please see attached.
Can this be done? Please say yes....
Thank you!
Gelöst! Gehe zur Lösung
Gelöst von ToanDN. Gehe zur Lösung
You cannot directly bring a value of Length parameter to become a piece of text in a Text parameter. But if you only have a few Fixed Glass Height values then there is a workaround. Ain't worth it if you have more than a hand full.
I did that to identify Width of modular casework. But the formula is based on a set of known dimension:
if Width = 1'-3" then ID = 1, ... so on... and if Width doesn't match the list above then ID = 9.
formula:
if(Width = 1' 3", "1", if(Width = 1' 7", "2", if(Width = 1' 9", "3", if(Width = 2', "4", if(Width = 2' 6", "5", if(Width = 3', "6", if(Width = 3' 6", "7", if(Width = 4', "8", "9"))))))))
Where do you want to show the Description? If it is in a Tag then you can add prefix/suffix to the Height value. If it is in a schedule then combine columns of static text with the Height column.
If you know Dynamo you maybe able to extract the Height value to text and inject it into the Description field.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.