Class CylindricalGearAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearAdvancedSystemDeflection : GearAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public CylindricalGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGear |
ComponentDetailedAnalysis
Declaration
public CylindricalGearRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
CylindricalGearRating |
ComponentLoadCase
Declaration
public CylindricalGearLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
CylindricalGearLoadCase |
CylindricalGearAdvancedSystemDeflectionMeshes
Declaration
public ReadOnlyCollection<CylindricalGearMeshAdvancedSystemDeflection> CylindricalGearAdvancedSystemDeflectionMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshAdvancedSystemDeflection> |
CylindricalGearAdvancedSystemDeflectionsInMeshes
Declaration
public ReadOnlyCollection<CylindricalMeshedGearAdvancedSystemDeflection> CylindricalGearAdvancedSystemDeflectionsInMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalMeshedGearAdvancedSystemDeflection> |
CylindricalMeshedGearAdvancedSystemDeflections
Declaration
public ReadOnlyCollection<CylindricalMeshedGearAdvancedSystemDeflection> CylindricalMeshedGearAdvancedSystemDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalMeshedGearAdvancedSystemDeflection> |
MaximumPrincipalRootStressCompression
Calculated using Advanced LTCA
Measurement: Stress
Declaration
public double MaximumPrincipalRootStressCompression { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumPrincipalRootStressTension
Calculated using Advanced LTCA
Measurement: Stress
Declaration
public double MaximumPrincipalRootStressTension { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumVonMisesRootStressCompression
Calculated using Advanced LTCA
Measurement: Stress
Declaration
public double MaximumVonMisesRootStressCompression { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumVonMisesRootStressTension
Calculated using Advanced LTCA
Measurement: Stress
Declaration
public double MaximumVonMisesRootStressTension { get; }
Property Value
Type | Description |
---|---|
System.Double |
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearAdvancedSystemDeflection> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearAdvancedSystemDeflection> |
Implements
System.IEquatable<T>