Class ClutchConnectionCompoundSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ClutchConnectionCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ClutchConnectionCompoundSystemDeflection : CouplingConnectionCompoundSystemDeflection, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<ClutchConnectionSystemDeflection> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ClutchConnectionSystemDeflection> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<ClutchConnectionSystemDeflection> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ClutchConnectionSystemDeflection> |
ConnectionDesign
Declaration
public ClutchConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
ClutchConnection |
Implements
System.IEquatable<T>