Enum ELoadGroupRelationship
Used for keeping track of the relationsship of the load cases in a group
public enum ELoadGroupRelationship
- Extension Methods
Fields
[Parseable(new string[] { "alternative", "Alternative", "ALTERNATIVE", "0" })] Alternative = 0If all cases are to be applied mutually exclusive
[Parseable(new string[] { "custom", "Custom", "CUSTOM", "3" })] Custom = 3Custom combination pattern
[Parseable(new string[] { "entire", "Entire", "ENTIRE", "2" })] Entire = 2If all cases are to be applied together
[Parseable(new string[] { "simultaneous", "Simultaneous", "SIMULTANEOUS", "1" })] Simultaneous = 1If all cases are to be applied simultaneously