Interface IPerimeterGroup
A reinforcement group for placing bars around the perimeter of a profile.
Namespace: Oasys.AdSec.Reinforcement.Groups
Assembly: AdSec_API_IDL.dll
Syntax
public interface IPerimeterGroup : ILongitudinalGroup, IGroup
Properties
Layers
Layers of reinforcement to be positioned along the perimeter of a profile.
Declaration
IList<ILayer> Layers { get; set; }
Property Value
Type | Description |
---|---|
IList<ILayer> |
Remarks
In case a layer is defined by specifying the bar count, all the bars are distributed along the perimeter of the profile. Minimum number of bars in a layer is the number of vertices of the profile's shape.
Methods
Create()
Creates a new IPerimeterGroup reinforcement group.
Declaration
static IPerimeterGroup Create()
Returns
Type | Description |
---|---|
IPerimeterGroup |