06-04-2013 10:55 AM
lauraalkhoury wrote:
I know how to get the refnum of a ring when it's not in an array, and I know how to get the refnum of an array, I'm just having trouble iterating over the array and programmatically getting a reference for each ring.
You can't get a reference to each ring in an array because each element in an array must have the exact same properties.
Now from the cluster, you can directly get the ring reference by right clicking on the ring inside of the cluster (on the front panel) and create->reference.
06-04-2013 11:28 AM
@crossrulz wrote:
You can't get a reference to each ring in an array because each element in an array must have the exact same properties.
Ahh, thanks for pointing that out! That certainly changes things.