Table of Contents

Class BucklingRes

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

Results of the buckling analysis

[Serializable]
[DataContract]
public class BucklingRes

Inheritance

Inherited Members

Properties

Factor

Buckling factor

[DataMember]
public double Factor { get; set; }

Property Value

double

LoadCaseId

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

Property Value

int

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

Property Value

int