Interface ILayer
A reinforcement layer. Layers define the number of bars in each reinforcement bundle, their diameter and material.
See Glossary
Namespace: Oasys.AdSec.Reinforcement.Layers
Assembly: AdSec_API_IDL.dll
Syntax
public interface ILayer
Remarks
Reinforcement layers are used by reinforcement groups, IGroup.
ILayer is a base class.
Use ILayerByBarCount to define layers by number of bundles or single bars.
Use ILayerByBarPitch to define layers by the Pitch between bundles or single bars.
Properties
BarBundle
The bar (or bundle of bars) that will be placed at each position.
Declaration
IBarBundle BarBundle { get; set; }
Property Value
Type | Description |
---|---|
IBarBundle |