Class WormGearSetCompoundHarmonicAnalysis
Inheritance
System.Object
WormGearSetCompoundHarmonicAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormGearSetCompoundHarmonicAnalysis : GearSetCompoundHarmonicAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<WormGearSetHarmonicAnalysis> AssemblyAnalysisCases { get; }
Property Value
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<WormGearSetHarmonicAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
AssemblyDesign
Declaration
public WormGearSet AssemblyDesign { get; }
Property Value
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public WormGearSet ComponentDesign { get; }
Property Value
WormGearsCompoundHarmonicAnalysis
Declaration
public ReadOnlyCollection<WormGearCompoundHarmonicAnalysis> WormGearsCompoundHarmonicAnalysis { get; }
Property Value
WormMeshesCompoundHarmonicAnalysis
Declaration
public ReadOnlyCollection<WormGearMeshCompoundHarmonicAnalysis> WormMeshesCompoundHarmonicAnalysis { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods