Class ShaftDeflectionDrawingNodeItem
Inheritance
System.Object
ShaftDeflectionDrawingNodeItem
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ShaftDeflectionDrawingNodeItem : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AxialDeflection
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
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