I am looking to use a formula to round up sizes of void geometry to the nearest 1/16" based on dimensions of structural information. I am looking to have the information populate however, the ROUND(X) command in the formula produces an error. Could use some assistance on getting this formula squared away. Thank you.
BEFORE FORMULA IS POPULATED:
WHEN FORMULA IS POPULATED:
Gelöst! Gehe zur Lösung
Gelöst von ToanDN. Gehe zur Lösung
Gelöst von SteveKStafford. Gehe zur Lösung
You don't need to add rounded parameters with formula to the family. Add the original parameters to the schedule and format units, set rounding there
The Round() function is attempting to return an integer value and you're supplying dimension units. This POST might help you round values in the family assuming the advice @ToanDN offers doesn't sort it out?
Steve Stafford
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Had taken a look at this post though ran into the same issue but looks like I did not add a multiplying factor at the end to round the totals produced. Looks like it did the trick. Appreciate it.
Create an integer parameter and use formula = (original length/1)*16.
Create another length parameter and use formula = integer parameter/16.
See if that works.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.