Class CycloidalDiscAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CycloidalDiscAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CycloidalDiscAdvancedSystemDeflection : AbstractShaftAdvancedSystemDeflection, 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 |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<CycloidalDiscSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CycloidalDiscSystemDeflection> |
Implements
System.IEquatable<T>