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

View Object  | View Members