AccessSampling#
- class ansys.stk.core.stkobjects.AccessSampling#
Define properties and methods to configure the sampling strategy used in access computations.
Overview#
Get a value indicating whether the specified type can be used. |
|
Set the type of sampling method. |
Sampling method strategy. |
|
Return an array of valid choices. |
|
Type of sampling method used. |
Import detail#
from ansys.stk.core.stkobjects import AccessSampling
Property detail#
- property AccessSampling.strategy: ISamplingMethodStrategy#
Sampling method strategy.
- property AccessSampling.type: SamplingMethod#
Type of sampling method used.
Method detail#
- AccessSampling.is_type_supported(self, sampling_method: SamplingMethod) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
sampling_method :
SamplingMethod
- Returns:
- AccessSampling.set_type(self, sampling_method: SamplingMethod) None #
Set the type of sampling method.
- Parameters:
sampling_method :
SamplingMethod
- Returns: