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