Class ConnectionCheckRes
- Namespace
- IdeaRS.OpenModel.Connection
- Assembly
- IdeaRS.OpenModel.dll
Results for connection in project
[Serializable]
[DataContract]
public class ConnectionCheckResInheritance
Inherited Members
Constructors
ConnectionCheckRes()
public ConnectionCheckRes()Properties
BucklingResults
Results of the linear buckling analysis - one row per buckling mode and load case, so Shape repeats for every load case. The critical buckling factor of the connection is the minimal positive Factor in the list (also reported as the Buckling row of CheckResSummary)
[DataMember]
public List<BucklingRes> BucklingResults { get; set; }Property Value
CheckResAnchor
List of check results for anchors
[DataMember]
public List<CheckResAnchor> CheckResAnchor { get; set; }Property Value
CheckResBolt
List of check results for bolts
[DataMember]
public List<CheckResBolt> CheckResBolt { get; set; }Property Value
CheckResConcreteBlock
List of check results for concrete blocks
[DataMember]
public List<CheckResConcreteBlock> CheckResConcreteBlock { get; set; }Property Value
CheckResPlate
List of check results for plates
[DataMember]
public List<CheckResPlate> CheckResPlate { get; set; }Property Value
CheckResSummary
List of CheckResSummary
[DataMember]
public List<CheckResSummary> CheckResSummary { get; set; }Property Value
CheckResWeld
List of check results for welds
[DataMember]
public List<CheckResWeld> CheckResWeld { get; set; }Property Value
ConnectionID
Guid of connection
[DataMember]
public Guid ConnectionID { get; set; }Property Value
Id
Integer Id of connection
[DataMember]
public int Id { get; set; }Property Value
Messages
Gets or sets the list of errors, that apears during validation and/or calculation.
[DataMember]
public OpenMessages Messages { get; set; }Property Value
Name
Name of connection
[DataMember]
public string Name { get; set; }