Class CycloidalDiscSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CycloidalDiscSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CycloidalDiscSystemDeflection : AbstractShaftSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public CycloidalDisc ComponentDesign { get; }
Property Value
Type | Description |
---|---|
CycloidalDisc |
ComponentLoadCase
Declaration
public CycloidalDiscLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
CycloidalDiscLoadCase |
PowerFlowResults
Declaration
public CycloidalDiscPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
CycloidalDiscPowerFlow |
Implements
System.IEquatable<T>