STK AgRadarPluginSend comments on this topic.
SetBasePositionCBF Method (IAgStkRadarCBIntersectComputeParams)
See Also
x
X component of the BasePositionCBF vector in meters.
y
Y component of the BasePositionCBF vector in meters.
z
Z component of the BasePositionCBF vector in meters.
Windows





Windows & Linux

Description

Sets the base position vector in the central body fixed frame.

Syntax

[Visual Basic .NET]
Public Sub SetBasePositionCBF( _
    ByVal x As Double, _
    ByVal y As Double, _
    ByVal z As Double _
)
[C#]
public void SetBasePositionCBF(
    double x,
    double y,
    double z
);
[Managed C++]
public: void SetBasePositionCBF(
    double x,
    double y,
    double z
);
[Unmanaged C++]
public: HRESULT SetBasePositionCBF(
    double x,
    double y,
    double z
);
[Java]
public void setBasePositionCBF(
    double x,
    double y,
    double z
);

Parameters

x
X component of the BasePositionCBF vector in meters.
y
Y component of the BasePositionCBF vector in meters.
z
Z component of the BasePositionCBF vector in meters.

Remarks

The base position vector is the origin for the direction vector. The vector is defined in central body fixed coordinates.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.