Class HypoidGearSetCompoundStabilityAnalysis
Inheritance
System.Object
HypoidGearSetCompoundStabilityAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class HypoidGearSetCompoundStabilityAnalysis : AGMAGleasonConicalGearSetCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<HypoidGearSetStabilityAnalysis> AssemblyAnalysisCases { get; }
Property Value
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<HypoidGearSetStabilityAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
AssemblyDesign
Declaration
public HypoidGearSet AssemblyDesign { get; }
Property Value
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public HypoidGearSet ComponentDesign { get; }
Property Value
HypoidGearsCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<HypoidGearCompoundStabilityAnalysis> HypoidGearsCompoundStabilityAnalysis { get; }
Property Value
HypoidMeshesCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<HypoidGearMeshCompoundStabilityAnalysis> HypoidMeshesCompoundStabilityAnalysis { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods