Class StraightBevelDiffGearSetLoadCase
Inheritance
System.Object
StraightBevelDiffGearSetLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class StraightBevelDiffGearSetLoadCase : BevelGearSetLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public StraightBevelDiffGearSet AssemblyDesign { get; }
Property Value
BevelGearsLoadCase
Declaration
[Obsolete("Use StraightBevelDiffGearsLoadCase")]
public ReadOnlyCollection<StraightBevelDiffGearLoadCase> BevelGearsLoadCase { get; }
Property Value
BevelMeshesLoadCase
Declaration
[Obsolete("Use StraightBevelDiffMeshesLoadCase")]
public ReadOnlyCollection<StraightBevelDiffGearMeshLoadCase> BevelMeshesLoadCase { get; }
Property Value
StraightBevelDiffGearsLoadCase
Declaration
public ReadOnlyCollection<StraightBevelDiffGearLoadCase> StraightBevelDiffGearsLoadCase { get; }
Property Value
StraightBevelDiffMeshesLoadCase
Declaration
public ReadOnlyCollection<StraightBevelDiffGearMeshLoadCase> StraightBevelDiffMeshesLoadCase { get; }
Property Value
SunSpeedsAreEqual
Declaration
public bool SunSpeedsAreEqual { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods