Class SectionStiffnesses
- Assembly
- IdeaRS.OpenModel.dll
Section stiffnesses
public class SectionStiffnesses
Inheritance
Inherited Members
Properties
Alfa
rotation around x-axis
public double Alfa { get; set; }
Property Value
EAx
axial stiffness
public double EAx { get; set; }
Property Value
EDyz
product moment stiffness
public double EDyz { get; set; }
Property Value
EIy
bending stiffness
public double EIy { get; set; }
Property Value
EIz
bending stiffness
public double EIz { get; set; }
Property Value
EccX
eccentricity in x-direction
public double EccX { get; set; }
Property Value
EccY
eccentricity in y-direction
public double EccY { get; set; }
Property Value
EccZ
eccentricity in y-direction
public double EccZ { get; set; }
Property Value
GAy
shear stiffness
public double GAy { get; set; }
Property Value
GAz
shear stiffness
public double GAz { get; set; }
Property Value
GIx
torsion stiffness
public double GIx { get; set; }