geAddHilightCurvedPolygon
geAddHilightPolygon(
g_hlSetId
l_points
)
=> g_hlObjectId / nil
Description
Adds a curved polygon to a highlight set.
The points in l_points specify the location of the curved polygon.
Arguments
Value Returned
Examples
Adds a curved polygon to the highlight set and returns the object ID of the polygon.
hSet = geCreateHilightSet(geGetEditCellView() list("meta1" "drawing")
hSet~>enable = t
geAddHilightCurvedPolygon(hSet list(10:10 10:15 15:15 list(16.5 12.5 "arc" "cw") 15:10) )
Related Topics
Return to top