Class WormGearSetSystemDeflection
Inheritance
System.Object
WormGearSetSystemDeflection
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormGearSetSystemDeflection : GearSetSystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public WormGearSet AssemblyDesign { get; }
Property Value
AssemblyLoadCase
Declaration
public WormGearSetLoadCase AssemblyLoadCase { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public WormGearSetRating ComponentDetailedAnalysis { get; }
Property Value
GearsSystemDeflection
Declaration
[Obsolete("Use WormGearsSystemDeflection")]
public ReadOnlyCollection<WormGearSystemDeflection> GearsSystemDeflection { get; }
Property Value
MeshesSystemDeflection
Declaration
[Obsolete("Use WormMeshesSystemDeflection")]
public ReadOnlyCollection<WormGearMeshSystemDeflection> MeshesSystemDeflection { get; }
Property Value
PowerFlowResults
Declaration
public WormGearSetPowerFlow PowerFlowResults { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public WormGearSetRating Rating { get; }
Property Value
WormGearsSystemDeflection
Declaration
public ReadOnlyCollection<WormGearSystemDeflection> WormGearsSystemDeflection { get; }
Property Value
WormMeshesSystemDeflection
Declaration
public ReadOnlyCollection<WormGearMeshSystemDeflection> WormMeshesSystemDeflection { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods