Class StraightBevelDiffGearSetLoadCase
Inheritance
System.Object
StraightBevelDiffGearSetLoadCase
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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