AccessEventDetection#

class ansys.stk.core.stkobjects.AccessEventDetection#

Define properties and methods to configure the event detection strategy used in access computations.

Overview#

set_type

Set the event detection type.

is_type_supported

Get a value indicating whether the specified type can be used.

type

Get the type of event detection (e.g., with or without subsampling).

supported_types

Return an array of valid choices.

strategy

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.supported_types: list#

Return an array of valid choices.

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:

None

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:

bool