ScrBooleanUnite

Performs a boolean unite on geometry from the specified nets.
UI Command:   Tools > Unite
Syntax:   obj.ScrBooleanUnite(<netNameList>)
Parameters:  

ARRAY netNameList

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

outcome = doc.ScrBooleanUnite("netName1","netName2","netName3")

IPY Example:  

oDoc.ScrBooleanUnite(['netName1','netName2','netName3'])