Class CycloidalDiscParametricStudyTool
Inheritance
System.Object
CycloidalDiscParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CycloidalDiscParametricStudyTool : AbstractShaftParametricStudyTool, 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>