Class ClutchSystemDeflection
Inheritance
System.Object
ClutchSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ClutchSystemDeflection : CouplingSystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public Clutch AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
Clutch |
AssemblyLoadCase
Declaration
public ClutchLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
ClutchLoadCase |
ClutchConnection
Declaration
public ClutchConnectionSystemDeflection ClutchConnection { get; }
Property Value
Type | Description |
---|---|
ClutchConnectionSystemDeflection |
PowerFlowResults
Declaration
public ClutchPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
ClutchPowerFlow |
Implements
System.IEquatable<T>