STK ObjectsSend comments on this topic.
IAgVOModelPointing Interface

Description

List of pointable model elements.

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]
% IAgSatellite satellite: Satellite object
satellite.VO.Model.ModelData.Filename = 'C:\Program Files\AGI\STK 12\STKData\VO\Models\Space\iss.mdl'
satellite.VO.ModelPointing.AddInterval('SPP_Arrays-000000', 'Sun', root.CurrentScenario.StartTime, root.CurrentScenario.StopTime);


        
© 2024 Analytical Graphics, Inc. All Rights Reserved.