v5.1
viewing
Returns the index for the 3D view under the cursor or the active 3D view if the cursor is not over a view.
GetViewIndex(); |
' Get the active 3D view index l_Index = GetViewIndex Application.LogMessage "Active view index: " & l_Index 'INFO : Active view index: 1 |