Class WormGearSetLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGearSetLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class WormGearSetLoadCase : GearSetLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public WormGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
WormGearSet |
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
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearMeshLoadCase> |
Implements
System.IEquatable<T>