Interface IPreForce
A preload of type force per reinforcement bar.
Namespace: Oasys.AdSec.Reinforcement.Preloads
Assembly: AdSec_API_IDL.dll
Syntax
public interface IPreForce : IPreloadProperties
Force
The pre-force per reinforcement bar.
Positive force is tension.
Declaration
Force Force { get; set; }Property Value
| Type | Description | 
|---|---|
| OasysUnits.Force | 
Exceptions
| Type | Condition | 
|---|---|
| System.ArgumentException | When the force is not a finite value. | 
Methods
Create(Force)
Declaration
static IPreForce Create(Force force)Parameters
| Type | Name | Description | 
|---|---|---|
| OasysUnits.Force | force | The pre-force per reinforcement bar. | 
Returns
| Type | Description | 
|---|---|
| IPreForce | Force preload with the specified force per reinforcement bar. | 
Exceptions
| Type | Condition | 
|---|---|
| System.ArgumentException | When the force is not a finite value. |