Class CylindricalGearSetSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSetSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class CylindricalGearSetSystemDeflection : GearSetSystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public CylindricalGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSet |
AssemblyLoadCase
Declaration
public CylindricalGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetLoadCase |
ComponentDetailedAnalysis
Declaration
public CylindricalGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetRating |
CylindricalGearsSystemDeflection
Declaration
public ReadOnlyCollection<CylindricalGearSystemDeflection> CylindricalGearsSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSystemDeflection> |
CylindricalMeshesSystemDeflection
Declaration
public ReadOnlyCollection<CylindricalGearMeshSystemDeflection> CylindricalMeshesSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshSystemDeflection> |
ManufacturingAnalysis
Declaration
public CylindricalManufacturedGearSetLoadCase ManufacturingAnalysis { get; }
Property Value
Type | Description |
---|---|
CylindricalManufacturedGearSetLoadCase |
PowerFlowResults
Declaration
public CylindricalGearSetPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetPowerFlow |
Implements
System.IEquatable<T>