Solid Edge Draft Type Library
AddAssemblyView Method
The ModelLink object from which the view is created.
A member of the ViewOrientationConstants constant set that specifies the orientation of the 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 assembly view's origin.
Specifies the coordinates of the assembly view's origin.
A member of the AssemblyDrawingViewTypeConstants constant set that defines the type of view to be created.
Specifies a name for the view configuration.
Specifies whether a snapshot view is created.
An integer from 1 to 5 that specifies the quality of the snapshot view. 1 is fastest, while 5 provides the best quality.
Description
Adds an assembly drawing view based on the ViewType and an optional configuration name.
Syntax
Visual Basic
Public Function AddAssemblyView( _
   ByVal From As ModelLink, _
   ByVal Orientation As ViewOrientationConstants, _
   ByVal Scale As Double, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal ViewType As AssemblyDrawingViewTypeConstants, _
   Optional ByVal ConfigurationName As String, _
   Optional ByVal Snapshot As Boolean = False, _
   Optional ByVal SnapShotQuality As Long = 0 _
) As DrawingView
Parameters
From
The ModelLink object from which the view is created.
Orientation
ValueDescription
igBackViewView Orientation - Back View
igBottomBackLeftViewView Orientation - Bottom Back Left View
igBottomBackRightViewView Orientation - Bottom Back Right View
igBottomFrontLeftViewView Orientation - Bottom Front Left View
igBottomFrontRightViewView Orientation - Bottom Front Right View
igBottomViewView Orientation - Bottom View
igDimetricBottomBackLeftView
igDimetricBottomBackRightView
igDimetricBottomFrontLeftView
igDimetricBottomFrontRightView
igDimetricTopBackLeftView
igDimetricTopBackRightView
igDimetricTopFrontLeftView
igDimetricTopFrontRightView
igFrontViewView Orientation - Front View
igLeftViewView Orientation - Left View
igRightViewView Orientation - Right View
igTopBackLeftViewView Orientation - Top Back Left View
igTopBackRightViewView Orientation - Top Back Right View
igTopFrontLeftViewView Orientation - Top Front Left View
igTopFrontRightViewView Orientation - Top Front Right View
igTopViewView Orientation - Top View
igTrimetricBottomBackLeftView
igTrimetricBottomBackRightView
igTrimetricBottomFrontLeftView
igTrimetricBottomFrontRightView
igTrimetricTopBackLeftView
igTrimetricTopBackRightView
igTrimetricTopFrontLeftView
igTrimetricTopFrontRightView
A member of the ViewOrientationConstants constant set that specifies the orientation of the 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 assembly view's origin.
y
Specifies the coordinates of the assembly view's origin.
ViewType
ValueDescription
seAssemblyConfigurationSimplifiedViewAssembly Configuration Simplified Drawing View Type - This is a view of an assembly with simplification. The display of the simplified parts will be based on the configuration.
seAssemblyDesignedViewAssembly Designed Drawing View Type - This is a view of an assembly with no simplification.
seAssemblySimplifiedViewAssembly Simplified Drawing View Type - This is a view of an assembly with simplification. All parts in the assembly that have simplification will be displayed as simplified.
A member of the AssemblyDrawingViewTypeConstants constant set that defines the type of view to be created.
ConfigurationName
Specifies a name for the view configuration.
Snapshot
Specifies whether a snapshot view is created.
SnapShotQuality
An integer from 1 to 5 that specifies the quality of the snapshot view. 1 is fastest, while 5 provides the best quality.
See Also

DrawingViews Collection  | DrawingViews Members