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