AGI STK Objects 11 Send comments on this topic.
IAgVOModelPointing Interface





Description

List of pointable model elements.

Object Model


Public Methods

Public Method AddInterval Adds a new element to the collection using specified pointable model part, target name and the time period during which the pointable part targets the specified object.
Public Method LoadIntervals Adds the intervals from the given file.
Public Method RemoveInterval Removes a pointable element from the collection of pointable elements using specified pointable model part and target name.

Public Properties

Public Property PointableElements Get the list of pointable model elements.

Example

Set satellite model pointing
[MATLAB] Copy Code
% IAgSatellite satellite: Satellite object 
satellite.VO.ModelPointing.AddInterval('SPP_Arrays-000000', 'Sun', root.CurrentScenario.StartTime, root.CurrentScenario.StopTime); 
 
 
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1