ITerrainDynamicObject66

The ITerrainDynamicObject66 interface gives the client access to the TerraExplorer dynamic object. Using this object, the client can create a pre-defined set of waypoints that the object will then follow (within the given parameters).

 

 

Properties

 

Acceleration

Gets and sets the acceleration, in meter per second² of the object.

Action

An IAction66 representing the operation that takes place when the object is clicked in the Project Tree.

AltitudeType

Gets and sets an enum determining how the waypoint heights are interpreted.

Attachment

An IAttachment66 representing the attachment behavior of the object.

BackgroundColor

An IColor66 representing the background color.

CircularRoute

Gets and sets a Boolean that determines whether the object automatically, immediately restarts the route.

ClientData

Gets and sets an array of text strings assigned to each object global namespace. C# exposes this property as get_ClientData and set_ClientData. (Inherited from ITerraExplorerObject66)

DynamicType

Gets and sets an enum that determines the object type.

FileName

Gets and sets a full path name or a URL to a model or an image file that this object should use.

FlipTexture

Gets and sets a Boolean that determines whether the model’s textures are automatically flipped.

FontName

Gets and sets the name of the font. (valid only for DYNAMIC_TEXT_LABEL type)

FontSize

Gets and sets the size of the text, from 8 to 72 points. (valid only for DYNAMIC_TEXT_LABEL type)

FontStyle

Gets and sets the font style of the text. (valid only for DYNAMIC_TEXT_LABEL type)

ID

Gets the ID of the object. (Inherited from ITerraExplorerObject66)

Message

An IMessageObject66 representing the message object assigned to the object.

MotionStyle

Gets and sets the characteristics of the object’s motion.

MoveByTime

Gets and sets a Boolean that determines whether a dynamic object's movement is based on a start and end time.

ObjectType

Gets an enum that identifies the type of the object. (Inherited from ITerraExplorerObject66)

Pause

Gets and sets a Boolean that determines whether the object pauses in the middle of its route.

PlayRouteOnStartup

Gets and sets a Boolean that determines whether the dynamic object starts moving when a FLY project opens.

Position

An IPosition66 representing the position and orientation of the object on the terrain.

SaveInFlyFile

Gets and sets a Boolean that determines whether the object is saved in the Fly file. (Inherited from ITerraExplorerObject66)

ScaleFactor

Gets and sets the dimensions, in meters per pixel, of the object.

Terrain

An ITerrainObject66 representing terrain properties including draw order and ground object status.

Text

Gets and sets the text of the label that follows the dynamic object route. (valid only for DYNAMIC_TEXT_LABEL type)

TextColor

An IColor66 representing the text color.

TimeSpan

An ITimeSpan66 representing the timespan in which the object is visible on the terrain.

Tooltip

An ITooltip66 representing the tooltip that displays when a mouse cursor is placed over the object in the 3D Window.

TreeItem

An ITreeItem66 describing the representation of the object in the Project Tree.

TurnSpeed

Gets and sets the turn speed of the object in degrees per second.

Visibility

An IVisibility66 representing the visibility of the object at different distances, as well as visibility of the object in TerraExplorer Basic Viewer.

Waypoints

An IRouteWaypoints66 representing the dynamic route’s waypoints.

 

Methods

 

get_ClientData

This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property. (Inherited from ITerraExplorerObject66)

GetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject66)

RestartRoute

Resets the object position to the given waypoint index.

set_ClientData

This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property. (Inherited from ITerraExplorerObject66)

SetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject66)