Table of Contents

Class CheckResWeld

Namespace
IdeaRS.OpenModel.Connection
Assembly
IdeaRS.OpenModel.dll

Check value for Weld

[Serializable]
[DataContract]
public class CheckResWeld

Inheritance

Inherited Members

Properties

CheckStatus

Status of the Check

[DataMember]
public bool CheckStatus { get; set; }

Property Value

bool

Id

Unique id of weld

[DataMember]
public int Id { get; set; }

Property Value

int

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

bool

Items

In case of presentation of groups plates (uncoiled beams)

[DataMember]
public List<int> Items { get; set; }

Property Value

List<int>

LoadCaseId

Id of Load Case

[DataMember]
public int LoadCaseId { get; set; }

Property Value

int

Name

Name of Weld

[DataMember]
public string Name { get; set; }

Property Value

string

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; }

Property Value

double