| Solid Edge Draft Type Library > DrawingViews Collection : AddAssemblyView Method |
| 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 |
| Value | Description |
|---|---|
| igBackView | View Orientation - Back View |
| igBottomBackLeftView | View Orientation - Bottom Back Left View |
| igBottomBackRightView | View Orientation - Bottom Back Right View |
| igBottomFrontLeftView | View Orientation - Bottom Front Left View |
| igBottomFrontRightView | View Orientation - Bottom Front Right View |
| igBottomView | View Orientation - Bottom View |
| igDimetricBottomBackLeftView | |
| igDimetricBottomBackRightView | |
| igDimetricBottomFrontLeftView | |
| igDimetricBottomFrontRightView | |
| igDimetricTopBackLeftView | |
| igDimetricTopBackRightView | |
| igDimetricTopFrontLeftView | |
| igDimetricTopFrontRightView | |
| igFrontView | View Orientation - Front View |
| igLeftView | View Orientation - Left View |
| igRightView | View Orientation - Right View |
| igTopBackLeftView | View Orientation - Top Back Left View |
| igTopBackRightView | View Orientation - Top Back Right View |
| igTopFrontLeftView | View Orientation - Top Front Left View |
| igTopFrontRightView | View Orientation - Top Front Right View |
| igTopView | View Orientation - Top View |
| igTrimetricBottomBackLeftView | |
| igTrimetricBottomBackRightView | |
| igTrimetricBottomFrontLeftView | |
| igTrimetricBottomFrontRightView | |
| igTrimetricTopBackLeftView | |
| igTrimetricTopBackRightView | |
| igTrimetricTopFrontLeftView | |
| igTrimetricTopFrontRightView |
| Value | Description |
|---|---|
| seAssemblyConfigurationSimplifiedView | Assembly 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. |
| seAssemblyDesignedView | Assembly Designed Drawing View Type - This is a view of an assembly with no simplification. |
| seAssemblySimplifiedView | Assembly 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. |