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

geAddHilightPath

geAddHilightPath( 
g_hlSetId 
l_points 
n_width 
)
=> g_hlObjectId / nil 

Description

Adds a path to a highlight set.

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

Arguments

g_hlSetId

Database ID of the highlight set.

l_points

List of points used to describe the polygon.

n_width

Width of the path.

Value Returned

g_hlObjectId

The path is added to the set.

nil

The path is not added to the set.

Examples

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

geAddHilightPath( set1 list(0:0 10:10 5:10 0:5) 5 )

Related Topics

Highlight Functions


Return to top
 ⠀
X