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