Method GetDistanceToEffectiveReinforcementAsync

GetDistanceToEffectiveReinforcementAsync(IEnumerable<int>?, CancellationToken)

Returns distance to effective reinforcement of 2D elements

Declaration
Task<IReadOnlyDictionary<int, IDistanceToEffectiveReinforcement2D>> GetDistanceToEffectiveReinforcementAsync(IEnumerable<int>? indices = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IEnumerable<int> indices

The requested IElement2D indices, null to get all

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IReadOnlyDictionary<int, IDistanceToEffectiveReinforcement2D>>

A dictionary of distances to effective reinforcement

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next