Solid Edge Framework Type Library
TransformViewToModel Method
Specifies the x value of the View coordinate.
Specifies the y value of the View coordinate.
Specifies the z value of the View coordinate.
Returns the x value of the Model coordinate.
Returns the y value of the Model coordinate.
Returns the z value of the Model coordinate.
Description
Converts View coordinates to Model coordinates.
Syntax
Visual Basic
Public Sub TransformViewToModel( _
   ByVal ViewX As Double, _
   ByVal ViewY As Double, _
   ByVal ViewZ As Double, _
   ByRef ModelX As Double, _
   ByRef ModelY As Double, _
   ByRef ModelZ As Double _
) 
Parameters
ViewX
Specifies the x value of the View coordinate.
ViewY
Specifies the y value of the View coordinate.
ViewZ
Specifies the z value of the View coordinate.
ModelX
Returns the x value of the Model coordinate.
ModelY
Returns the y value of the Model coordinate.
ModelZ
Returns the z value of the Model coordinate.
See Also

View Object  | View Members