Class ClutchConnectionCompoundParametricStudyTool
Inheritance
System.Object
ClutchConnectionCompoundParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ClutchConnectionCompoundParametricStudyTool : CouplingConnectionCompoundParametricStudyTool, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public ClutchConnection ComponentDesign { get; }
Property Value
Type | Description |
---|---|
ClutchConnection |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<ClutchConnectionParametricStudyTool> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ClutchConnectionParametricStudyTool> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<ClutchConnectionParametricStudyTool> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ClutchConnectionParametricStudyTool> |
ConnectionDesign
Declaration
public ClutchConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
ClutchConnection |
Implements
System.IEquatable<T>