Class WormGearSetAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGearSetAdvancedSystemDeflection
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 WormGearSetAdvancedSystemDeflection : GearSetAdvancedSystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public WormGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
WormGearSet |
AssemblyLoadCase
Declaration
public WormGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
WormGearSetLoadCase |
AssemblySystemDeflectionResults
Declaration
public ReadOnlyCollection<WormGearSetSystemDeflection> AssemblySystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearSetSystemDeflection> |
ComponentDetailedAnalysis
Declaration
public WormGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
WormGearSetRating |
WormGearsAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<WormGearAdvancedSystemDeflection> WormGearsAdvancedSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearAdvancedSystemDeflection> |
WormMeshesAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<WormGearMeshAdvancedSystemDeflection> WormMeshesAdvancedSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearMeshAdvancedSystemDeflection> |
Implements
System.IEquatable<T>