Class ConceptGearSetCompoundHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearSetCompoundHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearSetCompoundHarmonicAnalysis : GearSetCompoundHarmonicAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<ConceptGearSetHarmonicAnalysis> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearSetHarmonicAnalysis> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConceptGearSetHarmonicAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearSetHarmonicAnalysis> |
AssemblyDesign
Declaration
public ConceptGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ConceptGearSet |
ConceptGearsCompoundHarmonicAnalysis
Declaration
public ReadOnlyCollection<ConceptGearCompoundHarmonicAnalysis> ConceptGearsCompoundHarmonicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearCompoundHarmonicAnalysis> |
ConceptMeshesCompoundHarmonicAnalysis
Declaration
public ReadOnlyCollection<ConceptGearMeshCompoundHarmonicAnalysis> ConceptMeshesCompoundHarmonicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearMeshCompoundHarmonicAnalysis> |
Implements
System.IEquatable<T>