Class StraightBevelGearMeshAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelGearMeshAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StraightBevelGearMeshAdvancedSystemDeflection : BevelGearMeshAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDetailedAnalysis
Declaration
public StraightBevelGearMeshRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearMeshRating |
ConnectionDesign
Declaration
public StraightBevelGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearMesh |
ConnectionLoadCase
Declaration
public StraightBevelGearMeshLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearMeshLoadCase |
ConnectionSystemDeflectionResults
Declaration
public ReadOnlyCollection<StraightBevelGearMeshSystemDeflection> ConnectionSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshSystemDeflection> |
Implements
System.IEquatable<T>