Class CheckResWeld
- Namespace
- IdeaRS.OpenModel.Connection
- Assembly
- IdeaRS.OpenModel.dll
Check value for Weld
[Serializable]
[DataContract]
public class CheckResWeldInheritance
Inherited Members
Properties
CheckStatus
Status of the Check
[DataMember]
public bool CheckStatus { get; set; }Property Value
Id
Unique id of weld
[DataMember]
public int Id { get; set; }Property Value
IsFullStrength
True when the weld is not rated by a stress utilisation and its check is satisfied by definition - the check treats it as a full-strength weld. This applies to butt/bevel welds (e.g. CJP) and to welds placed edge-to-edge. UnityCheck is NaN and CheckStatus is true in that case
[DataMember]
public bool IsFullStrength { get; set; }Property Value
Items
In case of presentation of groups plates (uncoiled beams)
[DataMember]
public List<int> Items { get; set; }Property Value
LoadCaseId
Id of Load Case
[DataMember]
public int LoadCaseId { get; set; }Property Value
Name
Name of Weld
[DataMember]
public string Name { get; set; }Property Value
UnityCheck
Unity Check Stress. NaN when the weld has no computed stress utilisation - full-strength welds are not stress-checked, see IdeaRS.OpenModel.Connection.CheckResWeld.IsFullStrength
[DataMember]
public double UnityCheck { get; set; }