Table of Contents

Enum ELoadGroupRelationship

Namespace
FemDesign.Loads
Assembly
FemDesign.Core.dll

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 = 0

If all cases are to be applied mutually exclusive

[Parseable(new string[] { "custom", "Custom", "CUSTOM", "3" })] Custom = 3

Custom combination pattern

[Parseable(new string[] { "entire", "Entire", "ENTIRE", "2" })] Entire = 2

If all cases are to be applied together

[Parseable(new string[] { "simultaneous", "Simultaneous", "SIMULTANEOUS", "1" })] Simultaneous = 1

If all cases are to be applied simultaneously