Method GetRafterAsync
GetRafterAsync(IEnumerable<PortalFrameRafterPosition>?, CancellationToken)
Returns the rafters from the given positions
Declaration
Task<IEnumerable<IPortalFrameRafter>> GetRafterAsync(IEnumerable<PortalFrameRafterPosition>? positions = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<PortalFrameRafterPosition> | positions | The optional collection of the positions |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<IPortalFrameRafter>> | Rafters from the specified |
Remarks
Returns rafters from all active positions if positions are not specified