Method GetSolverElementsAsync

GetSolverElementsAsync(AnalysisType, CancellationToken)

Returns the chain of IElement1D of this member span from solver model for specific analysis type

Declaration
Task<IEnumerable<IElement1D>> GetSolverElementsAsync(AnalysisType analysisType, CancellationToken cancellationToken = default)
Parameters
Type Name Description
AnalysisType analysisType

The analysis type

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<IElement1D>>

The collection of member's IElement1D or (null if the analysis was not performed)

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