Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

abeLayerStraddle

abeLayerStraddle(
o_abeLayer1 
o_abeLayer2 
o_abeOutputLayer 
[ ?queue g_queue ] 
)
=> t / nil

Description

Adds the ABE layer1 shapes that partially overlap an ABE layer2 shape to the ABE output layer.

Arguments

o_abeLayer1

ID for the temporary ABE layer1.

o_abeLayer2

ID for the temporary ABE layer2.

o_abeOutputLayer

ID for the temporary ABE output layer.

?queue g_queue

Adds the function to the queue if set to t, rather than running it immediately. Functions in the queue are not run until abeRunQueue is issued.

Values Returned

t

The function is run successfully.

nil

The function was not successful because ABE is not initialized or there was an argument error.

Examples

Adds a1 ABE layer shapes that partially overlap an a2 ABE layer shape to the result ABE layer.

abeLayerStraddle( a1 a2 result)

Related Topics

abeRunQueue

Support for Multithreading in ABE Functions


Return to top
 ⠀
X