Class WormGearSetAdvancedSystemDeflection
Inheritance
System.Object
WormGearSetAdvancedSystemDeflection
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormGearSetAdvancedSystemDeflection : GearSetAdvancedSystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public WormGearSet AssemblyDesign { get; }
Property Value
AssemblyLoadCase
Declaration
public WormGearSetLoadCase AssemblyLoadCase { get; }
Property Value
AssemblySystemDeflectionResults
Declaration
public ReadOnlyCollection<WormGearSetSystemDeflection> AssemblySystemDeflectionResults { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public WormGearSetRating ComponentDetailedAnalysis { get; }
Property Value
GearsAdvancedSystemDeflection
Declaration
[Obsolete("Use WormGearsAdvancedSystemDeflection")]
public ReadOnlyCollection<WormGearAdvancedSystemDeflection> GearsAdvancedSystemDeflection { get; }
Property Value
MeshesAdvancedSystemDeflection
Declaration
[Obsolete("Use WormMeshesAdvancedSystemDeflection")]
public ReadOnlyCollection<WormGearMeshAdvancedSystemDeflection> MeshesAdvancedSystemDeflection { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public WormGearSetRating Rating { get; }
Property Value
WormGearsAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<WormGearAdvancedSystemDeflection> WormGearsAdvancedSystemDeflection { get; }
Property Value
WormMeshesAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<WormGearMeshAdvancedSystemDeflection> WormMeshesAdvancedSystemDeflection { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods