Solid Edge Draft Type Library
ModelToView Method
X coordinate of model.
Y coordinate of model.
X coordinate of model.
X coordinate of view.
Y coordinate of view.
Description
Converts a specified position from Model coordinates to View coordinates.
Syntax
Visual Basic
Public Sub ModelToView( _
   ByVal xModel As Double, _
   ByVal yModel As Double, _
   ByVal zModel As Double, _
   ByRef xView As Double, _
   ByRef yView As Double _
) 
Parameters
xModel
X coordinate of model.
yModel
Y coordinate of model.
zModel
X coordinate of model.
xView
X coordinate of view.
yView
Y coordinate of view.
See Also

DrawingView Object  | DrawingView Members  | Solid Edge V17 - What's New