geAddHilightSlicedDonut
geAddHilightSlicedDonut(
g_hlSetId
l_center
n_radius
f_startAngle
f_StopAngle
)
=> g_hlObjectId / nil
Description
Adds a sliced donut to a highlight set.
Arguments
Value Returned
Examples
hl = geCreateHilightSet(geGetEditCellView() list("y0" "drawing"))
hl->enable = t
geAddHilightSlicedDonut(hl (1:-20) 6 3 45.0 190.0)
Related Topics
Highlight Functions
Return to top