View.selectAt


selectAt(x, y, [selType], [objectType], [cycleNo])

Select one object at the given location. Coordinates are given in rotated model units. If more than one object could possibly be selected at that location, an array of cyclable items is created, ordered and stored internally. Subsequent selections at the same location cycle through this array. Alternatively, the functions cycleSelnNext and similar may be used to acheive the same result. A selection may set, add to, or toggle the previously selected items.

xdouble
ydouble
selTypeoptional string "Set", "Add", "Toggle"
objectTypeoptional string "All", "Geometry", "Mesh", "Annotation" or "Point", "Line" etc
cycleNooptional integer number of cycles before desired object
Return valuenone 

Back to View

Back to Overview