Class ZerolBevelGearSetModalAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ZerolBevelGearSetModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ZerolBevelGearSetModalAnalysis : BevelGearSetModalAnalysis, 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 |
ZerolBevelGearsModalAnalysis
Declaration
public ReadOnlyCollection<ZerolBevelGearModalAnalysis> ZerolBevelGearsModalAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearModalAnalysis> |
ZerolBevelMeshesModalAnalysis
Declaration
public ReadOnlyCollection<ZerolBevelGearMeshModalAnalysis> ZerolBevelMeshesModalAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearMeshModalAnalysis> |
Implements
System.IEquatable<T>