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

geAddHilightSlicedCircle

geAddHilightSlicedCircle( 
g_hlSetId 
l_center 
n_radius 
f_startAngle
f_StopAngle
)
=> g_hlObjectId / nil 

Description

Adds a sliced circle to a highlight set.

Arguments

g_hlSetId

Database ID of the highlight set.

l_center

Specifies the center of the sliced circle.

n_radius

Specifies the size of the sliced circle.

f_startAngle

Specifies the start angle of the sliced circle.

f_StopAngle

Specifies the stop angle of the sliced circle.

Value Returned

g_hlObjectId

The sliced circle is added to the set.

nil

The sliced circle is not added to the set.

Examples

hl = geCreateHilightSet(geGetEditCellView() list("y0" "drawing"))
hl->enable = t
geAddHilightSlicedCircle(hl (10:7) 6 45.0 125.0)

Related Topics

Highlight Functions

Return to top
 ⠀
X