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






Windows & Linux

Description

List of pointable model elements.

Object Model


Public Methods

Public Method AddIntervalAdds 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 LoadIntervalsAdds the intervals from the given file.
Public Method RemoveIntervalRemoves a pointable element from the collection of pointable elements using specified pointable model part and target name.

Public Properties

Public Property PointableElementsGet 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); 
 
 
© 2018 Analytical Graphics, Inc. All Rights Reserved.