&VWCURS
Allows you to read or set the view of the cursor for object selection. You can set it to the work view or to any view. This is useful when trying to select geometry on a drawing with active member views, or trying to select in a view when there are overlapping views.
If you set the view of the cursor to the work view, all geometry selection and screen positions will take place in the work view. If you set it to any view, the view of the cursor will be determined by the smallest viewport that contains the cursor.
When creating a part, the default is any view. This setting will be saved with the part.
NOTE: This GPA's settings only last during program execution. When
your program terminates, Unigraphics uses it's own settings.
Read/Write - Number - [1,2]
1 = &ANY
2 = &WORK
Parameter |
Description |
&ANY |
GPA constant which sets the view of the cursor to the smallest viewport containing the cursor. |
&WORK |
GPA constant which sets the view of the cursor to the work view. |