hi,
i am running the below list of process through macro to create free edges and t connections in a single click for displayed elements,
The limitations of this is every time I need to delete the components named 'ed' and '^edges' beforre running this macro,
Is it possible to make the macro itself check for those collectors and remove them each time macro is executed.
*createmark(elements,1) 'displayed'
*findedges(elements,1,0)
*renamecollector(components,'^edges','ed')
*createmark(elements,1) 'displayed'
*findedges(elements,1,1)
*createmark(components,1) '^edges'
*colormark(components,1,6)
*displaycollectorwithfilter(components,'none','',1,0)
*displaycollectorwithfilter(components,'on','ed',1,0)
*displaycollectorwithfilter(components,'on','^edges',1,0)
hope someone will help,