Interface IPreStrain
A preload of type strain.
Namespace: Oasys.AdSec.Reinforcement.Preloads
Assembly: AdSec_API_IDL.dll
Syntax
public interface IPreStrain : IPreload
Properties
Strain
The pre-strain in reinforcement bar.
Positive strain indicates tension.
Declaration
Strain Strain { get; set; }
Property Value
Type | Description |
---|---|
OasysUnits.Strain |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | When the strain is not a finite value. |
Methods
Create(Strain)
Creates a new IPreStrain preload from Strain.
Declaration
static IPreStrain Create(Strain strain)
Parameters
Type | Name | Description |
---|---|---|
OasysUnits.Strain | strain | The pre-strain in the reinforcement bars. |
Returns
Type | Description |
---|---|
IPreStrain | Strain preload with the specified strain. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | When the strain is not a finite value. |