I have a problem with creating my cluster I don’t know why… ( it’s the first time that it happens)
Cluster.gh (20.1 KB)
I have a problem with creating my cluster I don’t know why… ( it’s the first time that it happens)
I could imagine its because of the component with the panel which has an output out of the cluster and goes back in
Yup, if the selection isn’t fully ‘convex’, then clusters cannot be created from it.
convex? I don’t undersand what do you mean…
Just also insert the component in the bottom left (after the panel, like Baris mentioned already) in the cluster and it should work
But I want this component outside the cluster, because I need to change it in every single re-use
A selection set in Grasshopper can be either Convex, Concave or Disjoint (ignoring the trivial cases of None and Singular). If a selection contains two objects A and B, and there is a third object C which is a (potentially indirect) recipient of A and a (potentially indirect) source for B then the selection is either concave or disjoint. Only convex selections can be turned into clusters.
But I want this component outside the cluster, because I need to change it in every single re-use
Still don’t get why the component needs to be outside, all you need is access to the input. You should be declaring cluster input and outputs with the Cluster Input Component and the Cluster Output Component before making the cluster.