Class ConceptGearSetCompoundHarmonicAnalysis
Inheritance
System.Object
ConceptGearSetCompoundHarmonicAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConceptGearSetCompoundHarmonicAnalysis : GearSetCompoundHarmonicAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<ConceptGearSetHarmonicAnalysis> AssemblyAnalysisCases { get; }
Property Value
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConceptGearSetHarmonicAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
AssemblyDesign
Declaration
public ConceptGearSet AssemblyDesign { get; }
Property Value
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public ConceptGearSet ComponentDesign { get; }
Property Value
ConceptGearsCompoundHarmonicAnalysis
Declaration
public ReadOnlyCollection<ConceptGearCompoundHarmonicAnalysis> ConceptGearsCompoundHarmonicAnalysis { get; }
Property Value
ConceptMeshesCompoundHarmonicAnalysis
Declaration
public ReadOnlyCollection<ConceptGearMeshCompoundHarmonicAnalysis> ConceptMeshesCompoundHarmonicAnalysis { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods