StructuralAnalysisModel Class |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Models
public sealed class StructuralAnalysisModel : IAnalysisModel<IStructuralAnalysisObject>, IReadOnlyCollection<IStructuralAnalysisObject>, IEnumerable<IStructuralAnalysisObject>, IEnumerable
The StructuralAnalysisModel type exposes the following members.
Name | Description | |
---|---|---|
StructuralAnalysisModel |
Name | Description | |
---|---|---|
Count |
Returns the amount of objects currently added to the model
| |
SubSoils |
The Subsoil's that are defined
|
Name | Description | |
---|---|---|
GetEnumerator |
Retrieves the enumerator which allows you to iterate over all objects currently added to the model.
|
Name | Description | |
---|---|---|
ConvertToStringIStructuralAnalysisObject |
Converts an IEnumerableT into a string, with each item separated by separator (Defined by EnumerableExtensions.) | |
OfTypeIStructuralAnalysisObject |
Filters the objects in data based on the provided type (Defined by EnumerableExtensions.) | |
UnitsNetSequenceEqualsIStructuralAnalysisObject | (Defined by UnitsNetExtensions.) |