Solid Edge Draft Type Library
ModelToWindow Method
Model coordinates to be transformed into window coordinates.
Model coordinates to be transformed into window coordinates.
Window coordinates.
Window coordinates.
Description
Tranforms model coordinates to window coordinates.
Syntax
Visual Basic
Public Sub ModelToWindow( _
   ByVal ModelX As Double, _
   ByVal ModelY As Double, _
   ByRef WindowX As Integer, _
   ByRef WindowY As Integer _
) 
Parameters
ModelX
Model coordinates to be transformed into window coordinates.
ModelY
Model coordinates to be transformed into window coordinates.
WindowX
Window coordinates.
WindowY
Window coordinates.
Remarks
Model coordinates are in database units (meters), relative to the model origin (lower left corner of the backdrop). Window coordinates are in points (1/72 inch), relative to the window origin (upper left corner of the window).
See Also

SheetWindow Object  | SheetWindow Members