Class ShaftDeflectionDrawingNodeItem
Inheritance
System.Object
ShaftDeflectionDrawingNodeItem
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ShaftDeflectionDrawingNodeItem : APIBase, IEquatable<APIBase>
Properties
AxialDeflection
Measurement: VeryShortLength
Declaration
public double AxialDeflection { get; }
Property Value
Type |
Description |
System.Double |
|
NodeDetail
Declaration
public ForceAndDisplacementResults NodeDetail { get; }
Property Value
Offset
Declaration
public double Offset { get; }
Property Value
Type |
Description |
System.Double |
|
RadialDeflection
Measurement: VeryShortLength
Declaration
public double RadialDeflection { get; }
Property Value
Type |
Description |
System.Double |
|
SectionToTheLeftSide
Declaration
public ShaftSectionSystemDeflection SectionToTheLeftSide { get; }
Property Value
SectionToTheRightSide
Declaration
public ShaftSectionSystemDeflection SectionToTheRightSide { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods