Class ResultOfDeformation2 Deprecated
- Namespace
- IdeaRS.OpenModel.Result
- Assembly
- IdeaRS.OpenModel.dll
Result of deformation in the one positon
[Obfuscation(Feature = "renaming")]
[Obsolete]
public class ResultOfDeformation2 : ResultOfLoading2
Inheritance
Inherited Members
Constructors
ResultOfDeformation2()
Constructor
public ResultOfDeformation2()
Properties
Fix
Rotation around x-axis
public double Fix { get; set; }
Property Value
Fiy
Rotation around y-axis
public double Fiy { get; set; }
Property Value
Fiz
Rotation around z-axis
public double Fiz { get; set; }
Property Value
Loading
LoadingTypeClass
public Loading Loading { get; set; }
Property Value
Ux
Deformation in the x direction
public double Ux { get; set; }
Property Value
Uy
Deformation in the y direction
public double Uy { get; set; }
Property Value
Uz
Deformation in the z direction
public double Uz { get; set; }