Views from a point to a point. Sets the camera's position and the reference point the camera is looking at.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
| [Python - STK API] |
|---|
def View(self, Axes:"IAgCrdnAxes", CameraPosition:"IAgCrdnPoint", ReferencePoint:"IAgCrdnPoint") -> None: |
- 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 .





