Class WormGearSetAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGearSetAdvancedTimeSteppingAnalysisForModulation
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedTimeSteppingAnalysesForModulation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class WormGearSetAdvancedTimeSteppingAnalysisForModulation : GearSetAdvancedTimeSteppingAnalysisForModulation, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public WormGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
WormGearSet |
AssemblyLoadCase
Declaration
public WormGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
WormGearSetLoadCase |
SystemDeflectionResults
Declaration
public WormGearSetSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
WormGearSetSystemDeflection |
WormGearsAdvancedTimeSteppingAnalysisForModulation
Declaration
public ReadOnlyCollection<WormGearAdvancedTimeSteppingAnalysisForModulation> WormGearsAdvancedTimeSteppingAnalysisForModulation { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearAdvancedTimeSteppingAnalysisForModulation> |
WormMeshesAdvancedTimeSteppingAnalysisForModulation
Declaration
public ReadOnlyCollection<WormGearMeshAdvancedTimeSteppingAnalysisForModulation> WormMeshesAdvancedTimeSteppingAnalysisForModulation { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearMeshAdvancedTimeSteppingAnalysisForModulation> |
Implements
System.IEquatable<T>