geAddHilightDonut
geAddHilightDonut(
g_hlSetId
l_center
n_outR
n_holeR
)
=> g_hlObjectId / nil
Description
Adds a donut to a highlight set.
l_center specifies the center of the donut. The outer radius and hole radius are specified by n_outR and n_holeR.
Arguments
Value Returned
Examples
Adds a donut to the highlight set set1 whose center point is 0:0, outer radius is 10, and inner radius is 2. Returns the object ID of the donut.
geAddHilightDonut( set1 0:0 10 2 )
Related Topics
Return to top