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

geAddHilightCurvedPath

geAddHilightCurvedPath( 
g_hlSetId 
l_points 
n_width 
)
=> g_hlObjectId / nil 

Description

Adds a curved path to a highlight set.

The points in l_points specify the location of the curved path, and n_width specifies the width of the curved path.

Arguments

g_hlSetId

Database ID of the highlight set.

l_points

List of points used to describe the curved path.

n_width

Width of the curved path.

Value Returned

g_hlObjectId

The curved path is added to the set.

nil

The curved path is not added to the set.

Examples

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

hSet = geCreateHilightSet(geGetEditCellView() list("meta1" "drawing")
hSet~>enable = t
geAddHilightCurvedPath(hSet  list(-11.1:5.8 -11.1:-8.9 18.2:-8.9 18.2:-14.1) 1)

Related Topics

Highlight Functions


Return to top
 ⠀
X