Solid Edge Draft Type Library
ViewOrientation Method
Description
Returns orientation of the drawing view.
Syntax
Visual Basic
Public Sub ViewOrientation( _
   ByRef ViewVector_X As Double, _
   ByRef ViewVector_Y As Double, _
   ByRef ViewVector_Z As Double, _
   ByRef LocalXVector_X As Double, _
   ByRef LocalXVector_Y As Double, _
   ByRef LocalXVector_Z As Double, _
   ByRef Orientation As ViewOrientationConstants _
) 
Parameters
ViewVector_X
ViewVector_Y
ViewVector_Z
LocalXVector_X
LocalXVector_Y
LocalXVector_Z
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
See Also

DrawingView Object  | DrawingView Members  | Solid Edge V17 - What's New