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