Class ConceptGearSetModalAnalysisAtAStiffness
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearSetModalAnalysisAtAStiffness
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalysesAtAStiffness
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearSetModalAnalysisAtAStiffness : GearSetModalAnalysisAtAStiffness, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public ConceptGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ConceptGearSet |
AssemblyLoadCase
Declaration
public ConceptGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
ConceptGearSetLoadCase |
ConceptGearsModalAnalysisAtAStiffness
Declaration
public ReadOnlyCollection<ConceptGearModalAnalysisAtAStiffness> ConceptGearsModalAnalysisAtAStiffness { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearModalAnalysisAtAStiffness> |
ConceptMeshesModalAnalysisAtAStiffness
Declaration
public ReadOnlyCollection<ConceptGearMeshModalAnalysisAtAStiffness> ConceptMeshesModalAnalysisAtAStiffness { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearMeshModalAnalysisAtAStiffness> |
Implements
System.IEquatable<T>