Class ShaftDutyCycleSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaftDutyCycleSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ShaftDutyCycleSystemDeflection : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ShaftDamageResults
Declaration
public ShaftDamageResults ShaftDamageResults { get; }
Property Value
Type | Description |
---|---|
ShaftDamageResults |
ShaftDesign
Declaration
public Shaft ShaftDesign { get; }
Property Value
Type | Description |
---|---|
Shaft |
ShaftStaticAnalyses
Declaration
public ReadOnlyCollection<ShaftSystemDeflection> ShaftStaticAnalyses { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftSystemDeflection> |
Implements
System.IEquatable<T>