setPickingFilter
Overview
This utility is used to set the picking filter in GUI based on the given filter type.
Syntax
simlab.setPickingFilter(“FilterType”)
where
- FilterType = Single; to set single picking
- FilterType = Polygon; to set polygon picking
- FilterType = Intersection; to set intersection picking
- FilterType = Deselect; to set deselect picking
- FilterType = Enclosed; to set enclosed picking
- FilterType = Visible; to set visible picking
- FilterType = Transparency; to set transparency picking
Use Case
To set the picking filter for selecting the visible entities to do some operation from scripts.
Utility Input/output
Note: Sample Script