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 Enumeration ComboType
Members
| Member name | Value | Description |
---|
| ADD | 0 |
Additive: Results from the included load cases or combos are added
|
| ENVE | 1 |
Envelope: Results from the included load cases or combos are enveloped to find the maximum and minimum values
|
| ABS | 2 |
Absolute: The absolute values of the results from the included load cases or combos are added
|
| SRSS | 3 |
SRSS: The square root of the sum of the squares of the results from the included load cases or combos is computed.
|
See Also