IScatteringPointProvider ======================== .. py:class:: ansys.stk.core.stkobjects.IScatteringPointProvider Provide access to the properties and methods defining a scattering point provider. .. py:currentmodule:: IScatteringPointProvider Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IScatteringPointProvider.name` - Get the scattering point provider name. * - :py:attr:`~ansys.stk.core.stkobjects.IScatteringPointProvider.point_provider_type` - Get the scattering point provider type enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IScatteringPointProvider Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.IScatteringPointProvider.name :type: str Get the scattering point provider name. .. py:property:: point_provider_type :canonical: ansys.stk.core.stkobjects.IScatteringPointProvider.point_provider_type :type: ScatteringPointProviderType Get the scattering point provider type enumeration.