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.
x | double | |
y | double | |
selType | optional string | "Set", "Add", "Toggle" |
objectType | optional string | "All", "Geometry", "Mesh", "Annotation" or "Point", "Line" etc |
cycleNo | optional integer | number of cycles before desired object |
Return value | none |
Back to View
Back to Overview