Prod.: Engine, ver.: 6021, ID: 60001566, Wish : 3d orbit to be started when user press a key with a mouse button

Wish : 3d orbit to be started when user press a key with a mouse button

Article60001566
TypeWish
ProductEngine
Version6021
Date Added12/4/2011
FixedYes [12/4/2011]
Submitted byAlessio Franciosio
Keywords

Subject

3d orbit to be started when user press a key with a mouse button

Summary

3d orbit to be started when user press a key with a mouse button

Solution

A new property OrbitActionKey of vdDocument was added in version 6022

Get/Set a combination of a key stroke and a mouse button value of KeyWithMouseStroke type  used to begin a 3d orbit command.

Default value is KeyWithMouseStroke.AltLeft

It can get one of the following constants

ShiftLeft : The SHIFT modifier key and the left mouse button are pressed.

ShiftRight : The SHIFT modifier key and the right mouse button are pressed.

ShiftMiddle : The SHIFT modifier key and the middle mouse button are pressed.

CtrlLeft : The Control modifier key and the left mouse button are pressed.

CtrlRight : The Control modifier key and the right mouse button are pressed.

CtrlMiddle  : The Control modifier key and the middle mouse button are pressed.

AltLeft : The ALT modifier key and the left mouse button are pressed.

AltRight : The ALT modifier key and the right mouse button are pressed.

AltMiddle : The ALT modifier key and the left middle button are pressed.

None : None of the above key and buttons are pressed.