View.selectCircle


selectCircle(x, y, radius, [selType], [objectType])

Select everything inside the given cirlce. The selection mechanism can be modified to include only certain object types, and/or to add, toggle or set the selection, and/or to perform an enclosed or intersecting selection. Coordinates are given in rotated model units.

xdouble
ydouble
radiusdouble
selTypeoptional string "Set", "Add", "Toggle","Set_Intersecting", "Add_Intersecting", or "Toggle_Intersecting"
objectTypeoptional string "All", "Geometry", "Mesh", "Annotation" or "Point", "Line" etc
Return valuenone 

Back to View

Back to Overview