Class WormGearSetCompoundStabilityAnalysis
Inheritance
System.Object
WormGearSetCompoundStabilityAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormGearSetCompoundStabilityAnalysis : GearSetCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<WormGearSetStabilityAnalysis> AssemblyAnalysisCases { get; }
Property Value
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<WormGearSetStabilityAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
AssemblyDesign
Declaration
public WormGearSet AssemblyDesign { get; }
Property Value
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public WormGearSet ComponentDesign { get; }
Property Value
WormGearsCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<WormGearCompoundStabilityAnalysis> WormGearsCompoundStabilityAnalysis { get; }
Property Value
WormMeshesCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<WormGearMeshCompoundStabilityAnalysis> WormMeshesCompoundStabilityAnalysis { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods