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