si = Application
log = LogMessage
sel = si.Selection
if sel.Count > 0:
if "SubComponent" in sel(0).Type:
log(list(sel(0).SubComponent.ElementArray))
On Tuesday, May 05, 2015 10:03:11 AM, Ognjen Vukovic wrote:
Hi guys,
Could someone maybe give a pointer on how to solve this little puzzle.
I have an some edges selected on an object, i need to store their
index's to a list in python and call it back, but i have no clue on
how to access the edge id's and write it down.
If anyone could help me out here it would be awesome.
Cheers,
Ogi.