ScatteringPointProviderPointsFile#

class ansys.stk.core.stkobjects.ScatteringPointProviderPointsFile#

Bases: IScatteringPointProvider, IComponentInfo, ICloneable

Class defining a scattring point provider where the points are defined in an ascii text file.

Overview#

filename

Get or set the scattering points filename.

default_scattering_point_model

Get the link/embed controller for managing the default scattering point model component.

scattering_points

Get the collection of scattering points.

Import detail#

from ansys.stk.core.stkobjects import ScatteringPointProviderPointsFile

Property detail#

property ScatteringPointProviderPointsFile.filename: str#

Get or set the scattering points filename.

property ScatteringPointProviderPointsFile.default_scattering_point_model: IComponentLinkEmbedControl#

Get the link/embed controller for managing the default scattering point model component.

property ScatteringPointProviderPointsFile.scattering_points: ScatteringPointCollection#

Get the collection of scattering points.