Solid Edge Draft Type Library
AddPMIModelView Method
Specifies the profile to be used to create the Contour Flange.
Specifies the name of the model view.
Specifies the scale of the view. The scale determines the size of the detail view in that the detail view sizes automatically to display everything encompassed within the detail envelope.
Specifies the coordinates of the view's origin.
Specifies the coordinates of the view's origin.
Specifies whether PMI dimensions are included.
Specifies whether a draft quality view is created.
Specifies the quality of the draft view.
Description
Adds an drawing view based on the specified PMI model view.
Syntax
Visual Basic
Public Function AddPMIModelView( _
   ByVal From As ModelLink, _
   ByVal ModelViewName As String, _
   ByVal Scale As Double, _
   ByVal x As Double, _
   ByVal y As Double, _
   Optional ByVal IncludePMIDimensions As Boolean = True, _
   Optional ByVal UseDraftQuality As Boolean = False, _
   Optional ByVal DraftQuality As Long = 0 _
) As DrawingView
Parameters
From
Specifies the profile to be used to create the Contour Flange.
ModelViewName
Specifies the name of the model view.
Scale
Specifies the scale of the view. The scale determines the size of the detail view in that the detail view sizes automatically to display everything encompassed within the detail envelope.
x
Specifies the coordinates of the view's origin.
y
Specifies the coordinates of the view's origin.
IncludePMIDimensions
Specifies whether PMI dimensions are included.
UseDraftQuality
Specifies whether a draft quality view is created.
DraftQuality
Specifies the quality of the draft view.
See Also

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