Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geAddHilightCurvedPolygon

geAddHilightPolygon( 
g_hlSetId 
l_points 
)
=> g_hlObjectId / nil 

Description

Adds a curved polygon to a highlight set.

The points in l_points specify the location of the curved polygon.

Arguments

g_hlSetId

Database ID of the highlight set.

l_points

List of points used to describe the curved polygon.

Value Returned

g_hlObjectId

The curved polygon is added to the set.

nil

The curved polygon is not added to the set.

Examples

Adds a curved polygon to the highlight set and returns the object ID of the polygon.

hSet = geCreateHilightSet(geGetEditCellView() list("meta1" "drawing")
hSet~>enable = t
geAddHilightCurvedPolygon(hSet  list(10:10 10:15 15:15 list(16.5 12.5 "arc" "cw") 15:10) )

Related Topics

Highlight Functions


Return to top
 ⠀
X