Click or drag to resize

ComboType Enumeration

3D Frame Analysis Library
Defines how the different load cases that belong to a load combination will be combined

Namespace:  Frame3D
Assembly:  Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax
public enum ComboType
Members
  Member nameValueDescription
ADD0 Additive: Results from the included load cases or combos are added
ENVE1 Envelope: Results from the included load cases or combos are enveloped to find the maximum and minimum values
ABS2 Absolute: The absolute values of the results from the included load cases or combos are added
SRSS3 SRSS: The square root of the sum of the squares of the results from the included load cases or combos is computed.
See Also