Table of Contents

IdeaStatiCa.ConnectionApi.Model.ConnectionCheckRes

Results for connection in project

Properties

Name Type Description Notes
CheckResSummary List<CheckResSummary> List of CheckResSummary [optional]
CheckResPlate List<CheckResPlate> List of check results for plates [optional]
CheckResWeld List<CheckResWeld> List of check results for welds [optional]
CheckResBolt List<CheckResBolt> List of check results for bolts [optional]
CheckResAnchor List<CheckResAnchor> List of check results for anchors [optional]
CheckResConcreteBlock List<CheckResConcreteBlock> List of check results for concrete blocks [optional]
BucklingResults List<BucklingRes> Results of the linear buckling analysis - one row per buckling mode and load case, so IdeaRS.OpenModel.Connection.BucklingRes.Shape repeats for every load case. The critical buckling factor of the connection is the minimal positive IdeaRS.OpenModel.Connection.BucklingRes.Factor in the list (also reported as the Buckling row of IdeaRS.OpenModel.Connection.ConnectionCheckRes.CheckResSummary) [optional]
Name string Name of connection [optional]
ConnectionID Guid Guid of connection [optional]
Id int Integer Id of connection [optional]
Messages OpenMessages [optional]

[Back to Model list] [Back to API list] [Back to README]