Enum LoadCaseType
FEM-Design Load Case Type.
public enum LoadCaseType
- Extension Methods
Fields
[Parseable(new string[] { "+Struc. dead load", "dead_load", "DeadLoad", "Dead_load", "DEAD_LOAD" })] DeadLoad = 1"Struc. dead load" load type
[Parseable(new string[] { "deviation", "Deviation", "DEVIATION" })] Deviation = 10(Macro generated) "Deviation" load type
[Parseable(new string[] { "+Fire", "fire", "Fire", "FIRE" })] Fire = 5"Fire" load type
[Parseable(new string[] { "notional", "Notional", "NOTIONAL" })] Notional = 11(Macro generated) "Notional" load type
[Parseable(new string[] { "+Shrinkage", "prestressing", "Prestressing", "PRESTRESSING", "camber_sim", "Camber_sim", "CAMBER_SIM" })] Prestressing = 4"Camber sim." load type
[Parseable(new string[] { "+Seis load, Max", "seis_max", "Seis_max", "SeisMax", "SEIS_MAX" })] Seis_max = 12[Parseable(new string[] { "+Seis load, Fx-Mx", "seis_sxm", "Seis_sxm", "SEIS_SXM" })] Seis_sxm = 7Seismic "Seis load, Fx-Mx" load type
[Parseable(new string[] { "+Seis load, Fx+Mx", "seis_sxp", "Seis_sxp", "SEIS_SXP" })] Seis_sxp = 6Seismic "Seis load, Fx+Mx" load type
[Parseable(new string[] { "+Seis load, Fy-My", "seis_sym", "Seis_sym", "SEIS_SYM" })] Seis_sym = 9Seismic "Seis load, Fx-My" load type
[Parseable(new string[] { "+Seis load, Fy+My", "seis_syp", "Seis_syp", "SEIS_SYP" })] Seis_syp = 8Seismic "Seis load, Fx+My" load type
[Parseable(new string[] { "shrinkage", "Shrinkage", "SHRINKAGE" })] Shrinkage = 3"Shrinkage" load type
[Parseable(new string[] { "+Soil dead load", "soil", "SoilDeadLoad", "soil_dead_load", "Soil_dead_load", "SOIL_DEAD_LOAD" })] SoilDeadLoad = 2"Soil dead load" load type
[Parseable(new string[] { "Ordinary", "ordinary", "ORDINARY", "static", "Static", "STATIC" })] Static = 0"Ordinary" load type