Class CheckResBolt
- Namespace
- IdeaRS.OpenModel.Connection
- Assembly
- IdeaRS.OpenModel.dll
Check value for Bolts.
Bolt identification: Bolt identifiers (used as dictionary keys in raw CBFEM results and reflected in Name) are opaque internal solver identifiers. They may start at any number, are not necessarily sequential, and may contain gaps. When a bolt group is exploded or bolt positions are modified, the identifiers may shift. Do not perform arithmetic on bolt identifiers or assume they correspond to a zero-based or one-based index. To map bolts to sequential positions, sort the bolt keys numerically and use the resulting order.
[Serializable]
[DataContract]
public class CheckResBoltInheritance
Inherited Members
Properties
CheckStatus
Status of the Check
[DataMember]
public bool CheckStatus { get; set; }Property Value
LoadCaseId
Id of Load Case
public int LoadCaseId { get; set; }Property Value
Name
Name of the bolt (e.g., "B15"). The numeric suffix is an opaque CBFEM solver identifier — it may not start at 1 and may not be sequential. See CheckResBolt remarks for details.
[DataMember]
public string Name { get; set; }Property Value
UnityCheck
Unity Check
[DataMember]
public double UnityCheck { get; set; }