View.selectRect


selectRect(left, top, right, bottom, [selType], [objectType])

Select everything inside the given rectangle. 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.

leftdouble
topdouble
rightdouble
bottomdouble
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