Table of Contents

Enum SteelBarCalculationParameters.BucklingCurve

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll
public enum SteelBarCalculationParameters.BucklingCurve
Extension Methods

Fields

[Parseable(new string[] { "Auto", "auto", "AUTO" })] Auto = -1
[Parseable(new string[] { "a", "A" })] a = 1
[Parseable(new string[] { "a0", "A0" })] a0 = 0
[Parseable(new string[] { "b", "B" })] b = 2
[Parseable(new string[] { "c", "C" })] c = 3
[Parseable(new string[] { "d", "D" })] d = 4