Class RCShellCrackWidth
FemDesign "RC design: Shell, utilization" result
[Result(typeof(RCShellCrackWidth), new ListProc[] { ListProc.RCDesignShellCrackWidthLoadCombination })]
public class RCShellCrackWidth : IResult
- Inheritance
-
RCShellCrackWidth
- Implements
- Inherited Members
- Extension Methods
Properties
CaseIdentifier
Load case or combination name
public string CaseIdentifier { get; }
Property Value
Direction1
Primary direction angle
public double Direction1 { get; }
Property Value
Direction2
Secondary direction angle
public double Direction2 { get; }
Property Value
ElementId
Finite element id
public int ElementId { get; }
Property Value
Face
Face of the shell
public Face Face { get; }
Property Value
Id
Shell name identifier
public string Id { get; }
Property Value
Width1
Creck width in primary direction
public double Width1 { get; }
Property Value
Width2
Creck width in secondary direction
public double Width2 { get; }
Property Value
Methods
ToString()
public override string ToString()