Class ResultOfInternalForces2 Deprecated
- Namespace
- IdeaRS.OpenModel.Result
- Assembly
- IdeaRS.OpenModel.dll
Result of internal forces in the one position
[Obfuscation(Feature = "renaming")]
[Obsolete]
public class ResultOfInternalForces2 : ResultOfLoading2
Inheritance
Inherited Members
Constructors
ResultOfInternalForces2()
Constructor
public ResultOfInternalForces2()
Properties
Loading
LoadingTypeClass
public Loading Loading { get; set; }
Property Value
Mx
Bending moment around x-axis
public double Mx { get; set; }
Property Value
My
Bending moment around y-axis
public double My { get; set; }
Property Value
Mz
Bending moment around z-axis
public double Mz { get; set; }
Property Value
N
Normal force
public double N { get; set; }
Property Value
Qy
Shear force in y dirrection
public double Qy { get; set; }
Property Value
Qz
Shear force in z dirrection
public double Qz { get; set; }