RES: How to merge pure layer nodes

"Diego Menezes" <[email protected]> Sun, 1 Jul 2012 20:18:30 -0300
Newsgroups gmane.comp.cad.electric.general
Message-ID <[email protected]>
Hello Ole, 

Thanks a lot. It is exactly what I wanted. 

I am not very used to scripting. Could you please explain step-by-step how
have you done this merging? Where could I get this script and where and how
I should run it?

Thanks in advance, 

Diego

-----Mensagem original-----
De: Ole Myren Rohne [mailto:[email protected]] 
Enviada em: domingo, 1 de julho de 2012 15:08
Para: Diego Menezes
Cc: [email protected]
Assunto: Re: How to merge pure layer nodes

Something like what I've indicated below? This is easily done with a script
over the class sun.electric.database.geometry.PolyMerge, ie
AddPolygon/GetLayers. I use a "private" (ABCL) scripting layer, I'd expect
something similar to be possible with the standard scripting system.

Ole