Class SpiralBevelGearMeshCompoundSystemDeflection
Inheritance
System.Object
SpiralBevelGearMeshCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>