STK AgRadarPluginSend comments on this topic.
IAgStkRadarCBIntersectComputeResult Interface

Description

Interface implemented by an object that represents the result of a central body computation.

Public Methods

Public Method GetBasePositionCBFGets the base position vector in the central body fixed frame.
Public Method GetDirectionCBFGets the direction vector in the central body fixed frame.
Public Method GetIntercept1CBFGets the position vector of the first point of intersection in the central body fixed frame.
Public Method GetIntercept2CBFGets the position vector of the second point of intersection in the central body fixed frame.

Public Properties

Public Property BasePositionCBFArrayGets the central body fixed base position vector as an array of length 3 where the x component is array(0), y component is array(1), and z component is array(2). All values in meters.
Public Property DirectionCBFArrayGets the central body fixed direction vector as an array of length 3 where the x component is array(0), y component is array(1), and z component is array(2). All values in meters.
Public Property Intercept1CBFArrayGets the central body fixed first intersection position vector as an array of length 3 where the x component is array(0), y component is array(1), and z component is array(2). All values in meters.
Public Property Intercept2CBFArrayGets the central body fixed second intersection position vector as an array of length 3 where the x component is array(0), y component is array(1), and z component is array(2). All values in meters.
Public Property IntersectionFoundGets the intersection found indicator.
Public Property Multiplier1Gets the first multiplier.
Public Property Multiplier2Gets the second multiplier.

CoClasses that Implement IAgStkRadarCBIntersectComputeResult

© 2024 Analytical Graphics, Inc. All Rights Reserved.