STK ObjectsSend comments on this topic.
TurnRadius Property (IAgVeWaypointsElement)
See Also
Windows





Windows & Linux

Description

Curvature of the arc between the current waypoint and the next waypoint. A smaller turn radius produces a sharper curve in the arc. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TurnRadius() As Double
[C#]
public double TurnRadius {get; set;}
[Managed C++]
public: __property double get_TurnRadius();
public: __property void set_TurnRadius( double );
[Unmanaged C++]
public: HRESULT get_TurnRadius(
    double * pVal
);
public: HRESULT put_TurnRadius(
    double TurnRadius
);
[Java]
public double getTurnRadius();
public void setTurnRadius(
    double
);
[Python - STK API ]
@property
def TurnRadius(self) -> float:

@TurnRadius.setter
def TurnRadius(self, TurnRadius:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.