Duplicate view family type and apply it

I’m trying to do what the topic is called. Here is what I have:

image

Any idea what I’m missing?

you cannot feed a elementtype into value

1 Like

Here we go!

1 Like

So, I have success with creating the view type by duplication. But it’s only applying the new type to 1 of my views, instead of all. Any idea?

Have you tried changing lacing on Element.SetParameterByName to longest? Right click on the node and go to lacing.

The default lacing is Shortest. Since you are feeding it only one value but multiple elements, the node stops after the shortest input, which is the single value.

3 Likes

That did the trick, I had a feeling it was something like that. Thank you so much!