Class RCBarUtilization
FemDesign "RC design: Shell, utilization" result
[Result(typeof(RCBarUtilization), new ListProc[] { ListProc.RCDesignBarUtilizationLoadCombination })]
public class RCBarUtilization : IResult
- Inheritance
-
RCBarUtilization
- Implements
- Inherited Members
- Extension Methods
Properties
C
Concrete utilization
public double C { get; }
Property Value
CW
Utilization for crack width
public double CW { get; }
Property Value
CaseIdentifier
Load case or combination name
public string CaseIdentifier { get; }
Property Value
Id
Bar name identifier
public string Id { get; }
Property Value
Max
Maximum utilization
public double Max { get; }
Property Value
SEC
Section utilization
public double SEC { get; }
Property Value
ST
Stirrups utilization
public double ST { get; }
Property Value
T
Torsional utilization
public double T { get; }
Property Value
Methods
ToString()
public override string ToString()