Solid Edge Framework Type Library
TransformModelToDC 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 device context coordinate.
Returns the y value of the device context coordinate.
Description
Converts Model coordinates to device context coordinates.
Syntax
Visual Basic
Public Sub TransformModelToDC( _
   ByVal ModelX As Double, _
   ByVal ModelY As Double, _
   ByVal ModelZ As Double, _
   ByRef DeviceX As Long, _
   ByRef DeviceY As Long _
) 
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.
DeviceX
Returns the x value of the device context coordinate.
DeviceY
Returns the y value of the device context coordinate.
See Also

View Object  | View Members