Class ShaftDeflectionDrawingNodeItem
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaftDeflectionDrawingNodeItem
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.Drawing
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ShaftDeflectionDrawingNodeItem : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
AxialDeflection
Measurement: VeryShortLength
Declaration
public double AxialDeflection { get; }
Property Value
Type | Description |
---|---|
System.Double |
NodeDetail
Declaration
public ForceAndDisplacementResults NodeDetail { get; }
Property Value
Type | Description |
---|---|
ForceAndDisplacementResults |
Offset
Measurement: ShortLength
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
Type | Description |
---|---|
ShaftSectionSystemDeflection |
SectionToTheRightSide
Declaration
public ShaftSectionSystemDeflection SectionToTheRightSide { get; }
Property Value
Type | Description |
---|---|
ShaftSectionSystemDeflection |
Implements
System.IEquatable<T>