Click or drag to resize

StructuralAnalysisModel Class

[This is preliminary documentation and is subject to change.]

Object that keeps track of structural analysis objects in an AnalysisModel
Inheritance Hierarchy
SystemObject
  ModelExchanger.AnalysisDataModel.ModelsStructuralAnalysisModel

Namespace:  ModelExchanger.AnalysisDataModel.Models
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class StructuralAnalysisModel : IAnalysisModel<IStructuralAnalysisObject>, 
	IReadOnlyCollection<IStructuralAnalysisObject>, IEnumerable<IStructuralAnalysisObject>, IEnumerable

The StructuralAnalysisModel type exposes the following members.

Constructors
  NameDescription
Public methodStructuralAnalysisModel
Top
Properties
  NameDescription
Public propertyCount
Returns the amount of objects currently added to the model
Public propertySubSoils
The Subsoil's that are defined
Top
Methods
  NameDescription
Public methodGetEnumerator
Retrieves the enumerator which allows you to iterate over all objects currently added to the model.
Top
Extension Methods
See Also