Creating cell list based on hierarchy - PLEASE IGNORE

edited July 2016 in Ruby Scripting
Hi - Is there a mechanism of creating a list of cells based on the hierarchy of the GDS?

The ".each_cell_top_down" seems to call ALL the cells in the layout based on the cell index and the ".hierarchy_levels" just provides the number of hierarchy levels. What I would like to do is list cells at level 0, level 1 etc.

Thanks,

Vikas

UPDATE on July 20th 2016. I was able to find a solution.
Sign In or Register to comment.