Interface ISolution
Solution for a section.
See Glossary
Namespace: Oasys.AdSec
Assembly: cs.temp.dll.dll
Syntax
public interface ISolution
Remarks
ISolution allows to calculate strength and serviceability results.
Properties
Serviceability
Serviceability allows to check serviceability results.
Declaration
IServiceability Serviceability { get; }
Property Value
| Type | Description |
|---|---|
| IServiceability |
Strength
Strength allows to check strength results.
Declaration
IStrength Strength { get; }
Property Value
| Type | Description |
|---|---|
| IStrength |
Warnings
Warnings observed during the analysis.
Declaration
IList<IWarning> Warnings { get; }
Property Value
| Type | Description |
|---|---|
| IList<IWarning> |