Click or drag to resize

Relation Enumeration

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

Defines the available types of relations between load cases in a load group

Namespace:  ModelExchanger.AnalysisDataModel.Enums
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public enum Relation
Members
  Member nameValueDescription
Standard0 Standard, the load cases can be sorted but it does not affect the process of combination generation
Exclusive1 Exclusive, two load cases from the same load group will never appear in the same combination
Together2 Together, all load cases in the same load group are always inserted into every new combination
See Also