Solid Edge Framework Type Library
RotateCamera Method
Specifies the rotation angle for the camera.
Specifies the x coordinate of the point at which the axis of rotation is centered.
Specifies the y coordinate of the point at which the axis of rotation is centered.
Specifies the z coordinate of the point at which the axis of rotation is centered.
Specifies the x coordinate of a point that defines the direction of the axis of rotation.
Specifies the y coordinate of a point that defines the direction of the axis of rotation.
Specifies the z coordinate of a point that defines the direction of the axis of rotation.
Description
Rotates the camera Angle degrees about an axis centered at (CenterX, CenterY, CenterZ), with the axis pointing in the direction (AxisX, AxisY, AxisZ).
Syntax
Visual Basic
Public Sub RotateCamera( _
   ByVal Angle As Double, _
   ByVal CenterX As Double, _
   ByVal CenterY As Double, _
   ByVal CenterZ As Double, _
   ByVal AxisX As Double, _
   ByVal AxisY As Double, _
   ByVal AxisZ As Double _
) 
Parameters
Angle
Specifies the rotation angle for the camera.
CenterX
Specifies the x coordinate of the point at which the axis of rotation is centered.
CenterY
Specifies the y coordinate of the point at which the axis of rotation is centered.
CenterZ
Specifies the z coordinate of the point at which the axis of rotation is centered.
AxisX
Specifies the x coordinate of a point that defines the direction of the axis of rotation.
AxisY
Specifies the y coordinate of a point that defines the direction of the axis of rotation.
AxisZ
Specifies the z coordinate of a point that defines the direction of the axis of rotation.
See Also

View Object  | View Members