ScatteringPointCollectionElement#

class ansys.stk.core.stkobjects.ScatteringPointCollectionElement#

Class defining a scattering point collection element.

Overview#

latitude

Get the scattering points latitude.

longitude

Get the scattering points longitude.

altitude

Get the scattering points altitude.

scattering_point_model

Get the scattering point’s scattering model component name.

Import detail#

from ansys.stk.core.stkobjects import ScatteringPointCollectionElement

Property detail#

property ScatteringPointCollectionElement.latitude: float#

Get the scattering points latitude.

property ScatteringPointCollectionElement.longitude: float#

Get the scattering points longitude.

property ScatteringPointCollectionElement.altitude: float#

Get the scattering points altitude.

property ScatteringPointCollectionElement.scattering_point_model: str#

Get the scattering point’s scattering model component name.