Method GetHaunchStateAsync

GetHaunchStateAsync(IEnumerable<(PortalFrameRafterPosition Position, EdgeEnd End)>?, CancellationToken)

Returns the states of haunches from the given positions

Declaration
Task<IEnumerable<IPortalFrameHaunchState>> GetHaunchStateAsync(IEnumerable<(PortalFrameRafterPosition Position, EdgeEnd End)>? positions = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IEnumerable<(PortalFrameRafterPosition Position, EdgeEnd End)> positions

The optional collection of the positions

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<IPortalFrameHaunchState>>

States of haunches from the specified positions

Remarks

Returns states of haunches from all active positions if positions are not specified

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