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
|
| VB Example: |
outcome = doc.ScrBooleanUnite("netName1","netName2","netName3") |
| IPY Example: |
|