Interface IStressStrainPoint
A stress-strain point. It can be used as an input type to define a IStressStrainCurve.
Namespace: Oasys.AdSec.Materials.StressStrainCurves
Assembly: AdSec_API_IDL.dll
Syntax
public interface IStressStrainPoint
Properties
Strain
Declaration
Strain Strain { get; }
Property Value
| Type | Description |
|---|---|
| OasysUnits.Strain |
Stress
Declaration
Pressure Stress { get; }
Property Value
| Type | Description |
|---|---|
| OasysUnits.Pressure |
Methods
Create(Pressure, Strain)
Creates a new IStressStrainPoint.
Declaration
static IStressStrainPoint Create(Pressure stress, Strain strain)
Parameters
| Type | Name | Description |
|---|---|---|
| OasysUnits.Pressure | stress | |
| OasysUnits.Strain | strain |
Returns
| Type | Description |
|---|---|
| IStressStrainPoint |