SpatialAnalysisToolConditionOverTime#

class ansys.stk.core.analysis_workbench.SpatialAnalysisToolConditionOverTime#

Bases: ISpatialAnalysisToolVolume, IAnalysisWorkbenchComponent

An over time volume interface.

Overview#

duration_type

Get or set the lighting conditions.

reference_volume

Get or set the reference volume.

reference_intervals

The reference interval list for the over time volume.

start_offset

Set the offset with respect to current time to define the start of the sliding window, used when over time volume is set to Sliding Window.

stop_offset

Set the offset with respect to current time to define the stop of the sliding window, used when over time volume is set to Sliding Window.

Import detail#

from ansys.stk.core.analysis_workbench import SpatialAnalysisToolConditionOverTime

Property detail#

property SpatialAnalysisToolConditionOverTime.duration_type: SpatialConditionOverTypeDurationType#

Get or set the lighting conditions.

property SpatialAnalysisToolConditionOverTime.reference_volume: ISpatialAnalysisToolVolume#

Get or set the reference volume.

property SpatialAnalysisToolConditionOverTime.reference_intervals: ITimeToolTimeIntervalList#

The reference interval list for the over time volume.

property SpatialAnalysisToolConditionOverTime.start_offset: float#

Set the offset with respect to current time to define the start of the sliding window, used when over time volume is set to Sliding Window.

property SpatialAnalysisToolConditionOverTime.stop_offset: float#

Set the offset with respect to current time to define the stop of the sliding window, used when over time volume is set to Sliding Window.