Class CylindricalGearAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearAdvancedTimeSteppingAnalysisForModulation
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 CylindricalGearAdvancedTimeSteppingAnalysisForModulation : GearAdvancedTimeSteppingAnalysisForModulation, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public CylindricalGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGear |
ComponentLoadCase
Declaration
public CylindricalGearLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
CylindricalGearLoadCase |
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearAdvancedTimeSteppingAnalysisForModulation> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearAdvancedTimeSteppingAnalysisForModulation> |
SystemDeflectionResults
Declaration
public CylindricalGearSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSystemDeflection |
Implements
System.IEquatable<T>