SpatialAnalysisToolCalculationDistanceToLocation#

class ansys.stk.core.analysis_workbench.SpatialAnalysisToolCalculationDistanceToLocation#

Bases: ISpatialAnalysisToolSpatialCalculation, IAnalysisWorkbenchComponent

A volume calc distance 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.

Import detail#

from ansys.stk.core.analysis_workbench import SpatialAnalysisToolCalculationDistanceToLocation

Property detail#

property SpatialAnalysisToolCalculationDistanceToLocation.distance: DistanceToLocationType#

The Volume Calc range distance types.

property SpatialAnalysisToolCalculationDistanceToLocation.reference_point: IVectorGeometryToolPoint#

The Volume Calc Range reference point.

property SpatialAnalysisToolCalculationDistanceToLocation.reference_plane: IVectorGeometryToolPlane#

The Volume Calc Range reference plane.

property SpatialAnalysisToolCalculationDistanceToLocation.along_vector: IVectorGeometryToolVector#

The Volume Calc Range Along Vector.