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
Value Returned
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
Return to top