Solid Edge Framework Type Library
SetCamera Method
Specifies the x coordinate of the camera eye.
Specifies the y coordinate of the camera eye.
Specifies the z coordinate of the camera eye.
Specifies the x coordinate of the target.
Specifies the y coordinate of the target.
Specifies the z coordinate of the target.
Sets the View Perspective.
Description
Specifies the settings of the camera.
Syntax
Visual Basic
Public Sub SetCamera( _
   ByVal EyeX As Double, _
   ByVal EyeY As Double, _
   ByVal EyeZ As Double, _
   ByVal TargetX As Double, _
   ByVal TargetY As Double, _
   ByVal TargetZ As Double, _
   ByVal UpX As Double, _
   ByVal UpY As Double, _
   ByVal UpZ As Double, _
   ByVal Perspective As Boolean, _
   ByVal ScaleOrAngle As Double _
) 
Parameters
EyeX
Specifies the x coordinate of the camera eye.
EyeY
Specifies the y coordinate of the camera eye.
EyeZ
Specifies the z coordinate of the camera eye.
TargetX
Specifies the x coordinate of the target.
TargetY
Specifies the y coordinate of the target.
TargetZ
Specifies the z coordinate of the target.
UpX
UpY
UpZ
Perspective
Sets the View Perspective.
ScaleOrAngle
See Also

View Object  | View Members

Send comments on this topic.