STK Graphics PrimitivesSend comments on this topic.
View Method (IAgStkGraphicsCamera)
See Also
Axes
The of rotation. will be set to this.
CameraPosition
The that will be evaluated at the animation time to get .
ReferencePoint
The that will be evaluated at the animation time to get .
Windows





Windows & Linux

Description

Views from a point to a point. Sets the camera's position and the reference point the camera is looking at.

Syntax

[Visual Basic .NET]
Public Sub View( _
    ByVal Axes As IAgCrdnAxes, _
    ByVal CameraPosition As IAgCrdnPoint, _
    ByVal ReferencePoint As IAgCrdnPoint _
)
[Managed C++]
public: void View(
    IAgCrdnAxes ^ Axes,
    IAgCrdnPoint ^ CameraPosition,
    IAgCrdnPoint ^ ReferencePoint
);
[Unmanaged C++]
public: HRESULT View(
    IAgCrdnAxes * Axes,
    IAgCrdnPoint * CameraPosition,
    IAgCrdnPoint * ReferencePoint
);
[Python - STK API]
def View(self, Axes:"IAgCrdnAxes", CameraPosition:"IAgCrdnPoint", ReferencePoint:"IAgCrdnPoint") -> None:

Parameters

Axes
The of rotation. will be set to this.
CameraPosition
The that will be evaluated at the animation time to get .
ReferencePoint
The that will be evaluated at the animation time to get .

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.