STK ObjectsSend comments on this topic.
LightingMaxStepTerrain Property (IAgAircraft)
See Also
Windows





Windows & Linux

Description

The maximum step size to use when computing lighting when UseTerrainInLightingComputations is true. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LightingMaxStepTerrain() As Double
[C#]
public double LightingMaxStepTerrain {get; set;}
[Managed C++]
public: __property double get_LightingMaxStepTerrain();
public: __property void set_LightingMaxStepTerrain( double );
[Unmanaged C++]
public: HRESULT get_LightingMaxStepTerrain(
    double * pMaxStep
);
public: HRESULT put_LightingMaxStepTerrain(
    double maxStep
);
[Java]
public double getLightingMaxStepTerrain();
public void setLightingMaxStepTerrain(
    double
);
[Python - STK API ]
@property
def LightingMaxStepTerrain(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.