Class ClutchConnectionSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ClutchConnectionSystemDeflection
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 ClutchConnectionSystemDeflection : CouplingConnectionSystemDeflection, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public ClutchConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
ClutchConnection |
ConnectionLoadCase
Declaration
public ClutchConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
ClutchConnectionLoadCase |
PowerFlowResults
Declaration
public ClutchConnectionPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
ClutchConnectionPowerFlow |
Implements
System.IEquatable<T>