Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geGetSortedSelectByLine

geGetSortedSelectByLine(
[w_windowId]
[l_linePoints]
)
=> l_sortedObjects 

Description

Returns the sorted list of the crossed objects by the line.

Arguments

w_windowId

Database ID of the cellview.

l_linePoints

Database ID of the master.

Value Returned

l_sortedObjects

List of sorted objects.

Examples

Returns the sorted list of the crossed objects by the line.

line = list(-8.99:-3.45 -8.562:6.464 11.331:5.945 11.453:-2.336 -2.756:-2.214 -2.8:3.3)
sorted = geGetSortedSelectByLine(hiGetCurrentWindow() line)
 ((db:0x2c07e01a) 
     (db:0x2c07e11b) 
     (db:0x2c07e11a) 
     (db:0x2c07e49b))

Related Topics

Edit and Display Functions


Return to top
 ⠀
X