
Array in Cluster
-
Bullit
- Moderator
- Posts: 2621
- Joined: 24 May 2012, 07:44
Re: Array in Cluster
Shouldn't you build the array first and then select in array?
-
Falam
Re: Array in Cluster
How would it be re-written ?Bullit wrote:Shouldn't you build the array first and then select in array?
-
Ahmidou
- Posts: 106
- Joined: 04 Jan 2010, 13:00
Re: Array in Cluster
you don't have to rewrite it, what you currently have is a set, not an array.
what you need is "build array from set"
what you need is "build array from set"
-
Falam
Re: Array in Cluster

I was hoping, once I built the Array from Set it would be good, yet I know something is missing.
-
Ahmidou
- Posts: 106
- Joined: 04 Jan 2010, 13:00
Re: Array in Cluster
You can't get a polymesh form a cluster, instead you have to filter the attribute you're interested in with the cluster.isElement.
-
Falam
Re: Array in Cluster
Thanks that worked, forgot I have to get the attribute for the objectAhmidou wrote:You can't get a polymesh form a cluster, instead you have to filter the attribute you're interested in with the cluster.isElement.