Class FaceGearSetCompoundHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FaceGearSetCompoundHarmonicAnalysis
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 FaceGearSetCompoundHarmonicAnalysis : GearSetCompoundHarmonicAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<FaceGearSetHarmonicAnalysis> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearSetHarmonicAnalysis> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<FaceGearSetHarmonicAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearSetHarmonicAnalysis> |
AssemblyDesign
Declaration
public FaceGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
FaceGearSet |
FaceGearsCompoundHarmonicAnalysis
Declaration
public ReadOnlyCollection<FaceGearCompoundHarmonicAnalysis> FaceGearsCompoundHarmonicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearCompoundHarmonicAnalysis> |
FaceMeshesCompoundHarmonicAnalysis
Declaration
public ReadOnlyCollection<FaceGearMeshCompoundHarmonicAnalysis> FaceMeshesCompoundHarmonicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearMeshCompoundHarmonicAnalysis> |
Implements
System.IEquatable<T>