Class ConceptGearMeshModalAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearMeshModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearMeshModalAnalysis : GearMeshModalAnalysis, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public ConceptGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
ConceptGearMesh |
ConnectionLoadCase
Declaration
public ConceptGearMeshLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
ConceptGearMeshLoadCase |
SystemDeflectionResults
Declaration
public ConceptGearMeshSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
ConceptGearMeshSystemDeflection |
Implements
System.IEquatable<T>