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 |
Remarks
Returns states of haunches from all active positions if positions are not specified