Class CLTShellUtilization
FemDesign "CLT Panel: utilization"
[Result(typeof(CLTShellUtilization), new ListProc[] { ListProc.CLTPanelUtilizationLoadCombination })]
public class CLTShellUtilization : IResult
- Inheritance
-
CLTShellUtilization
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
CLTShellUtilization(string, double, double, double, double, double, double, double, double, double, double, double, double, double, string)
public CLTShellUtilization(string id, double max, double tensionX, double tensionY, double compressionX, double compressionY, double shearXY, double shearX, double shearY, double shearInteraction, double tensionShear, double compressionShear, double buckling, double torsion, string caseIndentifier)
Parameters
idstringmaxdoubletensionXdoubletensionYdoublecompressionXdoublecompressionYdoubleshearXYdoubleshearXdoubleshearYdoubleshearInteractiondoubletensionSheardoublecompressionSheardoublebucklingdoubletorsiondoublecaseIndentifierstring
Properties
Buckling
Buckling [%]
public double Buckling { get; protected set; }
Property Value
CaseIdentifier
Load case or combination name
public string CaseIdentifier { get; protected set; }
Property Value
CompressionShear
Compression Shear [%]
public double CompressionShear { get; protected set; }
Property Value
CompressionX
public double CompressionX { get; protected set; }
Property Value
CompressionY
Compression Y [%]
public double CompressionY { get; protected set; }
Property Value
Deflection
public double Deflection { get; protected set; }
Property Value
Id
Panel name identifier
public string Id { get; protected set; }
Property Value
Max
Max utilization [%]
public double Max { get; protected set; }
Property Value
ShearInteraction
Shear Interaction [%]
public double ShearInteraction { get; protected set; }
Property Value
ShearX
Shear X [%]
public double ShearX { get; protected set; }
Property Value
ShearXY
Shear XY [%]
public double ShearXY { get; protected set; }
Property Value
ShearY
Shear Y [%]
public double ShearY { get; protected set; }
Property Value
TensionShear
Tension Shear [%]
public double TensionShear { get; protected set; }
Property Value
TensionX
Tension X [%]
public double TensionX { get; protected set; }
Property Value
TensionY
Tension Y [%]
public double TensionY { get; protected set; }
Property Value
Torsion
Torsion [%]
public double Torsion { get; protected set; }
Property Value
Methods
ToString()
public override string ToString()