Namespace Oasys.AdSec.Reinforcement.Layers
Interfaces
ILayer
A reinforcement layer. Layers define the number of bars in each reinforcement bundle, their diameter and material.
See Glossary
ILayerByBarCount
A reinforcement layer defined by the number of bundles or single bars in the layer.
ILayerByBarPitch
A reinforcement layer defined by the bar pitch. The number of bars is calculated based on the available length and the given bar pitch. The bar pitch is re-calculated to place the bars at equal spacing, with a maximum final pitch of the given value. Example: If the available length for the bars is 1000mm and the given bar pitch is 300mm, then the number of spacings that can fit in the available length is calculated as 1000 / 300 i.e. 3.333. The number of spacings is rounded up (3.333 rounds up to 4) and the bar pitch re-calculated (1000mm / 4), resulting in a final pitch of 250mm.