Using geAddHilightFig Function

V

vtcad

Guest
I would like to use the geAddHilightFig function, does anyone have any
expierience with it? It wants 3 arguments, and I am having trouble with
the first argument, what exactly is it looking for??
 
The first argument is the highlight set which should have been created
using

geCreateHilightSet(
d_cellViewId
l_layerPurposePair
[ g_notGlobal ]
)
=> g_hlSetId / nil

Creates a highlight set.


You will have to enable the hilight set by hsId->enable = t.

Then you can start adding figures, rectangles, etc into the highlight
set by calling one of the geAddHilight* functions.

regards,
Suresh

vtcad wrote:
I would like to use the geAddHilightFig function, does anyone have any
expierience with it? It wants 3 arguments, and I am having trouble with
the first argument, what exactly is it looking for??
 

Welcome to EDABoard.com

Sponsor

Back
Top