SpatialAnalysisToolCalculationPropagationDelayToLocation#

class ansys.stk.core.analysis_workbench.SpatialAnalysisToolCalculationPropagationDelayToLocation#

Bases: ISpatialAnalysisToolSpatialCalculation, IAnalysisWorkbenchComponent

A volume calc propagation delay to location interface.

Overview#

distance

The Volume Calc range distance types.

reference_point

The Volume Calc Range reference point.

reference_plane

The Volume Calc Range reference plane.

along_vector

The Volume Calc Range Along Vector.

speed_type

The Volume Calc range speed types.

speed

The Volume Calc range speed value.

Import detail#

from ansys.stk.core.analysis_workbench import SpatialAnalysisToolCalculationPropagationDelayToLocation

Property detail#

property SpatialAnalysisToolCalculationPropagationDelayToLocation.distance: DistanceToLocationType#

The Volume Calc range distance types.

property SpatialAnalysisToolCalculationPropagationDelayToLocation.reference_point: IVectorGeometryToolPoint#

The Volume Calc Range reference point.

property SpatialAnalysisToolCalculationPropagationDelayToLocation.reference_plane: IVectorGeometryToolPlane#

The Volume Calc Range reference plane.

property SpatialAnalysisToolCalculationPropagationDelayToLocation.along_vector: IVectorGeometryToolVector#

The Volume Calc Range Along Vector.

property SpatialAnalysisToolCalculationPropagationDelayToLocation.speed_type: RangeSpeedType#

The Volume Calc range speed types.

property SpatialAnalysisToolCalculationPropagationDelayToLocation.speed: float#

The Volume Calc range speed value.