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

abeLayerOrPtArray

abeLayerOrPtArray(
l_pointArray 
o_abeOutputLayer 
)
=> t / nil

Description

Adds a polygon that is represented by a list of points to the ABE output layer.

Arguments

l_pointArray

List of points representing the polygon to be added.

o_abeOutputLayer

ID of the ABE output layer.

Values Returned

t

Adds the polygon to the ABE output layer.

nil

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

Examples

Adds the polygon represented by the pts point array to ABE layer a7.

abeLayerOrPtArray( pts a7 )

Related Topics

abeLayerOr


Return to top
 ⠀
X