Class ConceptGearSetCompoundModalAnalysisAtAStiffness
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearSetCompoundModalAnalysisAtAStiffness
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalysesAtAStiffness.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearSetCompoundModalAnalysisAtAStiffness : GearSetCompoundModalAnalysisAtAStiffness, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<ConceptGearSetModalAnalysisAtAStiffness> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearSetModalAnalysisAtAStiffness> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConceptGearSetModalAnalysisAtAStiffness> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearSetModalAnalysisAtAStiffness> |
AssemblyDesign
Declaration
public ConceptGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ConceptGearSet |
ConceptGearsCompoundModalAnalysisAtAStiffness
Declaration
public ReadOnlyCollection<ConceptGearCompoundModalAnalysisAtAStiffness> ConceptGearsCompoundModalAnalysisAtAStiffness { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearCompoundModalAnalysisAtAStiffness> |
ConceptMeshesCompoundModalAnalysisAtAStiffness
Declaration
public ReadOnlyCollection<ConceptGearMeshCompoundModalAnalysisAtAStiffness> ConceptMeshesCompoundModalAnalysisAtAStiffness { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearMeshCompoundModalAnalysisAtAStiffness> |
Implements
System.IEquatable<T>