Interface IPreStrain
A preload of type strain.
Namespace: Oasys.AdSec.Reinforcement.Preloads
Assembly: cs.temp.dll.dll
Syntax
public interface IPreStrain : IPreload
Properties
Strain
The pre-strain in reinforcement bar.
Positive strain indicates tension.
Declaration
OasysUnits.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(OasysUnits.Strain)
Creates a new IPreStrain preload from Strain.
Declaration
static IPreStrain Create(OasysUnits.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. |