geAddHilightEllipse
geAddHilightEllipse(
g_hlSetId
l_bBox
)
=> g_hlObjectId / nil
Description
Adds an ellipse to a highlight set.
The points in l_bBox specify the location of the ellipse.
Arguments
Value Returned
Examples
Adds an ellipse to the highlight set set1 and returns the object ID of the ellipse.
geAddHilightEllipse( set1 list(0:0 10:10) )
Related Topics
Return to top