geGetSortedSelectByLine
geGetSortedSelectByLine(
[w_windowId]
[l_linePoints]
)
=> l_sortedObjects
Description
Returns the sorted list of the crossed objects by the line.
Arguments
Value Returned
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
Return to top