Solid Edge Framework Type Library
GetCamera Method
Returns the x coordinate of the camera eye.
Returns the y coordinate of the camera eye.
Returns the z coordinate of the camera eye.
Returns the x coordinate of the target.
Returns the y coordinate of the target.
Returns the z coordinate of the target.
Specifies if the View Perspective is set to true or false.
Description
Returns the settings of the camera.
Syntax
Visual Basic
Public Sub GetCamera( _
   ByRef EyeX As Double, _
   ByRef EyeY As Double, _
   ByRef EyeZ As Double, _
   ByRef TargetX As Double, _
   ByRef TargetY As Double, _
   ByRef TargetZ As Double, _
   ByRef UpX As Double, _
   ByRef UpY As Double, _
   ByRef UpZ As Double, _
   ByRef Perspective As Boolean, _
   ByRef ScaleOrAngle As Double _
) 
Parameters
EyeX
Returns the x coordinate of the camera eye.
EyeY
Returns the y coordinate of the camera eye.
EyeZ
Returns the z coordinate of the camera eye.
TargetX
Returns the x coordinate of the target.
TargetY
Returns the y coordinate of the target.
TargetZ
Returns the z coordinate of the target.
UpX
UpY
UpZ
Perspective
Specifies if the View Perspective is set to true or false.
ScaleOrAngle
See Also

View Object  | View Members

Send comments on this topic.