Deltagen Python

Hi,

I am trying to get the children of switches but I only seem to be able to use the function children() after I have cast each switch to a group. When I do this it gives me two memory addresses for each switch and child and therefore returns two of every object instead of one of every object.

How do I search through a list of switches and return their children without having this problem?


regards Darren