Class WormGearSetLoadCase
Inheritance
System.Object
WormGearSetLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class WormGearSetLoadCase : GearSetLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public WormGearSet AssemblyDesign { get; }
Property Value
GearsLoadCase
Declaration
[Obsolete("Use WormGearsLoadCase")]
public ReadOnlyCollection<WormGearLoadCase> GearsLoadCase { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<WormGearLoadCase> |
|
MeshesLoadCase
Declaration
[Obsolete("Use WormMeshesLoadCase")]
public ReadOnlyCollection<WormGearMeshLoadCase> MeshesLoadCase { get; }
Property Value
WormGearsLoadCase
Declaration
public ReadOnlyCollection<WormGearLoadCase> WormGearsLoadCase { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<WormGearLoadCase> |
|
WormMeshesLoadCase
Declaration
public ReadOnlyCollection<WormGearMeshLoadCase> WormMeshesLoadCase { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods