AccessEventDetection#
- class ansys.stk.core.stkobjects.AccessEventDetection#
Define properties and methods to configure the event detection strategy used in access computations.
Overview#
Set the event detection type. |
|
Get a value indicating whether the specified type can be used. |
Get the type of event detection (e.g., with or without subsampling). |
|
Return an array of valid choices. |
|
Get the selected event detection strategy. |
Import detail#
from ansys.stk.core.stkobjects import AccessEventDetection
Property detail#
- property AccessEventDetection.type: EventDetection#
Get the type of event detection (e.g., with or without subsampling).
- property AccessEventDetection.strategy: IEventDetectionStrategy#
Get the selected event detection strategy.
Method detail#
- AccessEventDetection.set_type(self, event_detection: EventDetection) None #
Set the event detection type.
- Parameters:
event_detection :
EventDetection
- Returns:
- AccessEventDetection.is_type_supported(self, event_detection: EventDetection) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
event_detection :
EventDetection
- Returns: