Assembly Instances

http://dynamobim.org/forums/topic/assembly-components/

This thread was a good start in obtaining the Assembly name each element within that Assembly is a part of. However, when you have let’s say 10 elements within each assembly, and 40 instances scattered through the building, how can I go about finding which instance of the assembly each of the 10 elements is associated to? Each assembly has an element id. Is that element id tied to each component within the assembly?

The clockwork package has an Assembly.members node i just came across. This does exactly what I’m wanting. Thanks.