Get element in group
-
Victorcg
- Posts: 91
- Joined: 26 Jun 2009, 08:59
Get element in group
Hello, is there any way to get properties of specific element in group of objects (or in model) in ICE?
-
Mathaeus
- Posts: 1778
- Joined: 08 Jun 2009, 19:11
- Location: Zagreb, Croatia
Re: Get element in group
Group is an array, so, if there's property that exist on all elements, for example kine.global, you can get this using something like 'get group> get kine.global > select in array' or so. Order of elements is defined by order of group creation - for example, order of selections, before you put objects in group.
If you're using geometry query over group, I'm afraid the only way to differentiate members, is to have an ICE tree on each member, which sets the specific ICE attribute.
If you're using geometry query over group, I'm afraid the only way to differentiate members, is to have an ICE tree on each member, which sets the specific ICE attribute.
-
Victorcg
- Posts: 91
- Joined: 26 Jun 2009, 08:59
Re: Get element in group
Thank You. Everything worked fine. Just forgot ICE a little bit.