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