Class ZerolBevelGearSetAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ZerolBevelGearSetAdvancedTimeSteppingAnalysisForModulation
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 ZerolBevelGearSetAdvancedTimeSteppingAnalysisForModulation : BevelGearSetAdvancedTimeSteppingAnalysisForModulation, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public ZerolBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearSet |
AssemblyLoadCase
Declaration
public ZerolBevelGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearSetLoadCase |
SystemDeflectionResults
Declaration
public ZerolBevelGearSetSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearSetSystemDeflection |
ZerolBevelGearsAdvancedTimeSteppingAnalysisForModulation
Declaration
public ReadOnlyCollection<ZerolBevelGearAdvancedTimeSteppingAnalysisForModulation> ZerolBevelGearsAdvancedTimeSteppingAnalysisForModulation { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearAdvancedTimeSteppingAnalysisForModulation> |
ZerolBevelMeshesAdvancedTimeSteppingAnalysisForModulation
Declaration
public ReadOnlyCollection<ZerolBevelGearMeshAdvancedTimeSteppingAnalysisForModulation> ZerolBevelMeshesAdvancedTimeSteppingAnalysisForModulation { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearMeshAdvancedTimeSteppingAnalysisForModulation> |
Implements
System.IEquatable<T>