Class ResultOfDeformation
- Namespace
 - IdeaRS.OpenModel.Result
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Result of deformation in the one positon
[Obfuscation(Feature = "renaming")]
public class ResultOfDeformation : SectionResultBaseInheritance
Inherited Members
Constructors
ResultOfDeformation()
Constructor
public ResultOfDeformation()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
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; }