Interface ITemplateGroup
Defines reinforcement along a profile face. It is applicable for IRectangleProfile, ITrapezoidProfile, ITSectionProfile, IIBeamSymmetricalProfile, IIBeamAsymmetricalProfile and IAngleProfile profiles.
Namespace: Oasys.AdSec.Reinforcement.Groups
Assembly: AdSec_API_IDL.dll
Syntax
public interface ITemplateGroup : ILongitudinalGroup, IGroupProperties
Layers
Layers of reinforcement to be positioned along the face of a profile.
Declaration
IList<ILayer> Layers { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<ILayer> | 
Methods
Create(IFace)
Creates a new ITemplateGroup reinforcement group along the specified profile face.
Declaration
static ITemplateGroup Create(IFace face)Parameters
| Type | Name | Description | 
|---|---|---|
| IFace | face | 
Returns
| Type | Description | 
|---|---|
| ITemplateGroup |