Grevit icon indicating copy to clipboard operation
Grevit copied to clipboard

Parameters by instance

Open evanvploeg opened this issue 8 years ago • 4 comments

I'm currently using grevit to create adaptive components in revit, I would like to give each instance a unique number assigned by using the parameter input in grasshopper, but can't seem to get it to work. If I only assign one number to all of the instances it works, but as soon as I attempt to assign different numbers they don't come through to revit.

I initially thought it was an issue with how the trees/lists are formatted but after several hours of double checking still can't figure out why.

Is there any easier way to assign a unique number to each instance being created?

evanvploeg avatar Jul 18 '16 22:07 evanvploeg

Here's a screenshot to try to explain:

gh snip

evanvploeg avatar Jul 18 '16 22:07 evanvploeg

thanks @evanvploeg will look into this. Which number came through to Revit? Only the first one? From the screenshot you provided I'd also day you should match the trees (simplify both) so their indices are following the same pattern.

moethu avatar Nov 05 '16 18:11 moethu

@evanvploeg all Grevit parameter fields are expecting a list, so it probably applied all to one instance only. Try to shift the parameters.

moethu avatar Nov 05 '16 18:11 moethu

@evanvploeg did this ever work for you?

moethu avatar Jul 11 '17 12:07 moethu