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 ViewWithUpAxis(self, Axes:"IAgCrdnAxes", CameraPosition:"IAgCrdnPoint", ReferencePoint:"IAgCrdnPoint", UpAxis:list) -> 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 . - UpAxis
- An array containing the up direction (in the order x, y, z) in
.
Shows the format of the Offset and UpAxis parameters when setting the camera's reference point with an offset.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Offset and UpAxis parameters when setting the camera's reference point with an offset.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





