Description
The ThreeDViewpointOptions object allows the user to configure a 3D view type Viewpoint object. This object is not creatable in script, but is always created as a child object of the Viewpoint object as seen in the example below:
Viewpoint1.ThreeDView.Declination = 20;
Users cannot create instances of this type of object. However, users can access instances of this object type that have been created indirectly, for example as children of other objects. Users can also access any static properties and methods on this object type.
Inheritance Hierarchy: ObjectàThreeDViewpointOptions
Available In Editions:
Engineer
Mission
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Name
|
Description
|
DeclaredName
|
The name of the object as declared.
|
Declination
|
The declination offset of the viewpoint with respect to the Source Object.
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
FieldOfView
|
The field of view angle of the viewpoint.
|
ObjectId
|
The unique identifier for the object.
|
ObjectType
|
The type of the object.
|
Radius
|
The magnitude of the offset vector of the viewpoint with respect to the Source Object.
|
ReferenceFrame
|
The coordinate frame in which offsets to the camera are applied.
|
RightAscension
|
The right ascension offset of the viewpoint with respect to the Source Object.
|
Source
|
The ObjectId of the Source Object for the viewpoint.
|
TailReference
|
Determines the object from which tail points are referenced from when in the Mean of J2000 reference frame.
|
Target
|
The ObjectId of the Target Object for the viewpoint.
|
|
Name
|
Description
|
ClearSavedStates
|
Clears previous saved states for this object.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
|
See also
3D Viewpoints Guide
|