Method CreateAsync
CreateAsync(PortalFrameRafterPosition, IPortalFrameSpan?)
Returns parameters for creating haunches for a rafter initialized by the given position in the given portal frame span
Declaration
public static Task<RafterHaunchesParams> CreateAsync(PortalFrameRafterPosition position, IPortalFrameSpan? portalFrameSpan)
Parameters
| Type | Name | Description |
|---|---|---|
| PortalFrameRafterPosition | position | The position of the rafter to initialize the parameters by |
| IPortalFrameSpan | portalFrameSpan | The portal frame span to initialize the parameters by |
Returns
| Type | Description |
|---|---|
| Task<RafterHaunchesParams> | The parameters for creating haunches for a rafter |