Solid Edge Draft Type Library
AddSheetMetalView Method
The ModelLink object from which the view is created.
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.
Double that specify the coordinates of the view's origin.
Double that specify the coordinates of the view's origin.
Member of the SheetMetalDrawingViewTypeConstants constant set that defines the type of view to be created.
Description
Adds a sheet metal drawing view based on the ViewType.
Syntax
Visual Basic
Public Function AddSheetMetalView( _
   ByVal From As ModelLink, _
   ByVal Orientation As ViewOrientationConstants, _
   ByVal Scale As Double, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal ViewType As SheetMetalDrawingViewTypeConstants _
) 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
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
Double that specify the coordinates of the view's origin.
y
Double that specify the coordinates of the view's origin.
ViewType
ValueDescription
seSheetMetalDesignedViewSheet Metal Designed Drawing View Type - This is a view of a sheet metal part with no simplification
seSheetMetalFlatViewSheet Metal Flat Drawing View Type - This is a view of a flattened sheet metal part
seSheetMetalSimplifiedViewSheet Metal Simplified Drawing View Type - This is a view of a sheet metal part with simplification
Member of the SheetMetalDrawingViewTypeConstants constant set that defines the type of view to be created.
See Also

DrawingViews Collection  | DrawingViews Members