Class ClutchAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ClutchAdvancedSystemDeflection
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 ClutchAdvancedSystemDeflection : CouplingAdvancedSystemDeflection, 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 |
AssemblySystemDeflectionResults
Declaration
public ReadOnlyCollection<ClutchSystemDeflection> AssemblySystemDeflectionResults { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ClutchSystemDeflection> |
Implements
System.IEquatable<T>