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

geAddHilightArc

geAddHilightArc( 
g_hlSetId 
l_ellipsebBox 
l_arcbBox 
)
=> g_hlObjectId / nil 

Description

Adds an arc to a highlight set.

l_ellipsebBox and l_arcbBox specify the location of the arc.

Arguments

g_hlSetId

Database ID of the highlight set.

l_ellipsebBox

List of points used to describe the ellipse.

l_arcbBox

List of points used to describe the arc.

Value Returned

g_hlObjectId

The arc is added to the set.

nil

The arc is not added to the set.

Examples

Adds an arc to the highlight set set1 and returns the object ID of the arc.

geAddHilightArc( set1 list(0:0 10:10) list(0:8 10:8) )

Related Topics

Highlight Functions


Return to top
 ⠀
X