Viewpoint.ReferenceFrame Property

Top 

Description

This property has been Deprecated. Please use the ThreeDView.ReferenceFrame, MapView.ReferenceFrame and CelestialSphereView.ReferenceFrame properties instead. If the deprecated Viewpoint.ReferenceFrame property is used, it will control the ThreeDView, MapView, or CelestialView properties depending on the current Viewpoint.ViewpointType. If the current ViewpointType does not use the ReferenceFrame property, the deprecated Viewpoint.ReferenceFrame property will return a default value or has no effect.

 

The coordinate frame in which offsets to the camera are applied.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"body fixed" ( Body Fixed )

Valid Values:

Value

Label

"body fixed"

Body Fixed

"inertial"

Inertial

 

Syntax

myString1 = myViewpoint1.ReferenceFrame;

 

myViewpoint1.ReferenceFrame = myString1;

 

See also

Viewpoint Object

Viewpoints Guide