Table of Contents

Class CLTShellUtilization

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll

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

id string
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 double
caseIndentifier string

Properties

Buckling

Buckling [%]

public double Buckling { get; protected set; }

Property Value

double

CaseIdentifier

Load case or combination name

public string CaseIdentifier { get; protected set; }

Property Value

string

CompressionShear

Compression Shear [%]

public double CompressionShear { get; protected set; }

Property Value

double

CompressionX

public double CompressionX { get; protected set; }

Property Value

double

CompressionY

Compression Y [%]

public double CompressionY { get; protected set; }

Property Value

double

Deflection

public double Deflection { get; protected set; }

Property Value

double

Id

Panel name identifier

public string Id { get; protected set; }

Property Value

string

Max

Max utilization [%]

public double Max { get; protected set; }

Property Value

double

ShearInteraction

Shear Interaction [%]

public double ShearInteraction { get; protected set; }

Property Value

double

ShearX

Shear X [%]

public double ShearX { get; protected set; }

Property Value

double

ShearXY

Shear XY [%]

public double ShearXY { get; protected set; }

Property Value

double

ShearY

Shear Y [%]

public double ShearY { get; protected set; }

Property Value

double

TensionShear

Tension Shear [%]

public double TensionShear { get; protected set; }

Property Value

double

TensionX

Tension X [%]

public double TensionX { get; protected set; }

Property Value

double

TensionY

Tension Y [%]

public double TensionY { get; protected set; }

Property Value

double

Torsion

Torsion [%]

public double Torsion { get; protected set; }

Property Value

double

Methods

ToString()

public override string ToString()

Returns

string