Solid Edge Draft Type Library
Add2dModelView Method
Specifies the scale of the 2D Model view. The scale determines the size of the 2D Model view in that the view sizes automatically to display everything within the view definition box.
Specifies the x coordinate of the 2D Model view origin.
Specifies the y coordinate of the 2D Model view origin.
Description
This method creates a 2D Model view as a DrawingView object.
Syntax
Visual Basic
Public Function Add2dModelView( _
   ByVal Scale As Double, _
   ByVal x1 As Double, _
   ByVal y1 As Double _
) As DrawingView
Parameters
Scale
Specifies the scale of the 2D Model view. The scale determines the size of the 2D Model view in that the view sizes automatically to display everything within the view definition box.
x1
Specifies the x coordinate of the 2D Model view origin.
y1
Specifies the y coordinate of the 2D Model view origin.
See Also

DrawingViews Collection  | DrawingViews Members  | Solid Edge V18 - What's New