Class BucklingRes
- Namespace
- IdeaRS.OpenModel.Connection
- Assembly
- IdeaRS.OpenModel.dll
Results of the buckling analysis
[Serializable]
[DataContract]
public class BucklingResInheritance
Inherited Members
Properties
Factor
Buckling factor
[DataMember]
public double Factor { get; set; }Property Value
LoadCaseId
[DataMember]
public int LoadCaseId { get; set; }Property Value
Shape
Index of the buckling mode within its load case. Mode indices restart for every load case and the same index in two load cases is not guaranteed to be the same physical buckling shape - matching shapes across load cases requires a visual inspection in the application
[DataMember]
public int Shape { get; set; }