Class RCShellUtilization
FemDesign "RC design: Shell, utilization" result
[Result(typeof(RCShellUtilization), new ListProc[] { ListProc.RCDesignShellUtilizationLoadCombination })]
public class RCShellUtilization : IResult
- Inheritance
-
RCShellUtilization
- Implements
- Inherited Members
- Extension Methods
Properties
BU
Utilization for shell buckling
public double BU { get; }
Property Value
CWB
Utilization for crack width on the bottom face
public double CWB { get; }
Property Value
CWT
Utilization for crack width on the top face
public double CWT { get; }
Property Value
CaseIdentifier
Load case or combination name
public string CaseIdentifier { get; }
Property Value
Id
Shell name identifier
public string Id { get; }
Property Value
Max
Max utilization of bottom/top and x'/y' reinforcement and crack width on top/bottom face.
public double Max { get; }
Property Value
RBX
Utilization of bottom x'/r reinforcement
public double RBX { get; }
Property Value
RBY
Utilization of bottom y'/t reinforcement
public double RBY { get; }
Property Value
RTX
Utilization of top x'/r reinforcement
public double RTX { get; }
Property Value
RTY
Utilization of top y'/t reinforcement
public double RTY { get; }
Property Value
Methods
ToString()
public override string ToString()