Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

dlAddPolygon

dlAddPolygon(
w_dlist 
x_penNumber 
l_pointsList
[ s_tagSymbol ]
) 
=> t / nil 

Description

Adds a polygon to the display list.

Arguments

w_dlist

Display list to add to.

x_penNumber

Pen number to use.

l_pointsList

Polygon which is a list of points comprising its vertices. For example, the list of points can be specified in either of these ways:

’((0 0) (100 180) (200 200))

list( 0:0 100:180 200:200)

You do not need to close the polygon.

s_tagSymbol

Symbol to tag this object with.

Related Topics

Add Objects to the Display List


Return to top
 ⠀
X