Solid Edge Framework Type Library
OrientCamera Method
Specifies the motion to be applied to the camera orientation. If 1, the camera is rotated, if 2, the camera is panned, and if 3, the camera is zoomed.
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 OrientCamera( _
   ByVal cmdtype As Integer, _
   ByVal X1 As Integer, _
   ByVal Y1 As Integer, _
   ByVal X2 As Integer, _
   ByVal Y2 As Integer, _
   ByVal X3 As Integer, _
   ByVal Y3 As Integer _
) 
Parameters
cmdtype
Specifies the motion to be applied to the camera orientation. If 1, the camera is rotated, if 2, the camera is panned, and if 3, the camera is zoomed.
X1
Y1
X2
Y2
X3
Y3
See Also

View Object  | View Members