Duplicate any component in gh more times

Hi,
Is it possibile to duplicate more times (input) any component (as output) via python or c#
Thank you

I’m unsure about Python or c#, but if I understand correctly, you can use the Metahopper plugin to instantiate new components in the Grasshopper editor.

Thank you @seltzdesign,

Do you think is it possible to apply it to a group maintaining the links among components?

If you have another solution it will be appreciate.
Thank you again

I don’t know, I have never tried that.

But you could just turn your components into a cluster and then instantiate that!? I’m pretty sure Metahopper can duplicate clusters as well.

Hi @seltzdesign,
I tried as you suggest me (cluster), but the result it seems a copy of empty clusters

Hm, okay. One more thing you can try is to save your Cluster as a user object first and then place that.

Just highlight the Cluster and go to File > Create User Object. Then you give it a name and specify where in the menu you want to place it. I have all my custom user objects in Prm > Util. After you have created the User Object, make sure to actually place an instance of the created user object from wherever in the menu it got saved to.

Hope that helps.

Otherwise this might be something to ask the incredible Metahopper dev @andheum.