SwdNewWindow3D Method
Creates a new 3D window based on the current SIS Workspace Definition (SWD).
Visual Basic |
---|
Public Function SwdNewWindow3D( _
ByRef xEye As Double, _
ByRef yEye As Double, _
ByRef zEye As Double, _
ByVal xLook As Double, _
ByVal yLook As Double, _
ByVal zLook As Double _
) As Integer
|
- xEye
- The x coordinate of the eye position, in metres.
- yEye
- The y coordinate of the eye position, in metres.
- zEye
- The z coordinate of the eye position, in metres.
- xLook
- The x coordinate of the look position, in metres.
- yLook
- The y coordinate of the look position, in metres.
- zLook
- The z coordinate of the look position, in metres.
sis.SwdNewWindow3D (300, 300, 300, 50, 50, 50)
Creates a new 3D window with the eye point at 300, 300, 300 and a look point of 50, 50, 50.