Home > All Other Interfaces > ITerrainDynamicObject
The ITerrainDynamicObject6 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 |
|
|
The acceleration, in meter per second² of the object. |
|
|
An IAction6 representing the operation that takes place when the object is clicked in the Project Tree. |
|
|
An enum determining how the waypoint heights are interpreted. |
|
|
An IAttachment6 representing the attachment behavior of the object. |
|
|
An IColor6 representing the background color. |
|
|
Determines if the object automatically, immediately restarts the route. |
|
|
A text string assigned to each object global namespace. C# exposes this property as get_ClientData and set_ClientData. (Inherited from ITerraExplorerObject6) |
|
|
An enum that determines the object type. |
|
|
A full path name or a URL to a model or an image file that this object should use. |
|
|
Determines whether the model’s textures are automatically flipped. |
|
|
The name of the font. (valid only for DYNAMIC_TEXT_LABEL type) |
|
|
The size of the text, from 8 to 72 points. (valid only for DYNAMIC_TEXT_LABEL type) |
|
|
The font style of the text. (valid only for DYNAMIC_TEXT_LABEL type) |
|
|
The ID of the object. (Inherited from ITerraExplorerObject6) |
|
|
An IMessageObject6 representing the message object triggered when the user double-clicks the object’s Project Tree entry. |
|
|
Determines the characteristics of the object’s motion. |
|
|
An enum that identifies the type of the object. (Inherited from ITerraExplorerObject6) |
|
|
An IPosition6 representing the position and orientation of the object on the terrain. |
|
|
A Boolean that determines whether the object is saved in the Fly file. (Inherited from ITerraExplorerObject6) |
|
|
Determines the dimensions, in meters per pixel, of the object. |
|
|
An IShadow6 representing the object shadow. |
|
|
An ITerrainObject6 representing terrain properties including draw order and ground object status. |
|
|
The text of the label that follows the dynamic object route. (valid only for DYNAMIC_TEXT_LABEL type) |
|
|
An IColor6 representing the text color. |
|
|
An ITimeSpan6 representing the timespan in which the object is visible on the terrain. |
|
|
An ITooltip6 representing the tooltip that displays when a mouse cursor is placed over the object in the 3D Window. |
|
|
An ITreeItem6 describing the representation of the object in the Project Tree. |
|
|
The turn speed of the object in degrees per second. |
|
|
An IVisibility6 representing the visibility of the object at different distances, as well as visibility of the object in TerraExplorer Basic Viewer. |
|
|
An IRouteWaypoints6 representing the dynamic route’s waypoints. |
|
|
Methods |
|
|
This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property. (Inherited from ITerraExplorerObject6) |
|
|
Reserved. Currently not used. (Inherited from ITerraExplorerObject6) |
|
|
Resets the object position to the given waypoint index. |
|
|
This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property. (Inherited from ITerraExplorerObject6) |
|
|
Reserved. Currently not used. (Inherited from ITerraExplorerObject6) |