geSetHilightSetHaloParameters
geSetHilightSetHaloParameters(h_hlSetId g_haloPosition g_haloType g_haloThickNess g_haloTransparency[g_drawStroke] ) => t / nil
Description
Sets the halos parameters on the given highlight set in order to draw the set with halos.
Haloing objects on the screen is expensive and should not be performed on a large set of objects due to the computational and graphics system overhead. The geSetHilightSetHaloParameters and functions provide a mechanism to halo objects on the screen and are intended for use by internal Cadence applications. They should be used sparingly. Do not halo a large number of objects on the screen as there will be a negative impact on performance.
Arguments
Value Returned
Examples
geSetHilightSetHaloParameters(hlsetId "under" "glow" "normal" 50 nil )
Related Topics
Return to top