Solid Edge Framework Type Library
OrientCameraEx Method
Description
Orients the camera. Converts three mouse positions on the screen into one of three motions: rotate when cmdtype = 1, pan when cmdtype = 2, or zoom when cmdtype = 3.
Syntax
Visual Basic
Public Sub OrientCameraEx( _
   ByVal lFlags As Long, _
   ByVal lButtons As Long, _
   ByVal dX As Double, _
   ByVal dY As Double, _
   ByVal dZ As Double, _
   ByVal dYaw As Double, _
   ByVal dPitch As Double, _
   ByVal dRoll As Double _
) 
Parameters
lFlags
lButtons
dX
dY
dZ
dYaw
dPitch
dRoll
See Also

View Object  | View Members