Class CylindricalGearMeshMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
CylindricalGearMeshMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.11.0.dll
Syntax
public class CylindricalGearMeshMultibodyDynamicsAnalysis : GearMeshMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public CylindricalGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGearMesh |
ConnectionLoadCase
Declaration
public CylindricalGearMeshLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
CylindricalGearMeshLoadCase |
ContactStressGearALeftFlank
Measurement: Stress
Declaration
public double ContactStressGearALeftFlank { get; }
Property Value
Type | Description |
---|---|
System.Double |
ContactStressGearARightFlank
Measurement: Stress
Declaration
public double ContactStressGearARightFlank { get; }
Property Value
Type | Description |
---|---|
System.Double |
ContactStressGearBLeftFlank
Measurement: Stress
Declaration
public double ContactStressGearBLeftFlank { get; }
Property Value
Type | Description |
---|---|
System.Double |
ContactStressGearBRightFlank
Measurement: Stress
Declaration
public double ContactStressGearBRightFlank { get; }
Property Value
Type | Description |
---|---|
System.Double |
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearMeshMultibodyDynamicsAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshMultibodyDynamicsAnalysis> |
ToothRootStressGearALeftFlank
Measurement: Stress
Declaration
public double ToothRootStressGearALeftFlank { get; }
Property Value
Type | Description |
---|---|
System.Double |
ToothRootStressGearARightFlank
Measurement: Stress
Declaration
public double ToothRootStressGearARightFlank { get; }
Property Value
Type | Description |
---|---|
System.Double |
ToothRootStressGearBLeftFlank
Measurement: Stress
Declaration
public double ToothRootStressGearBLeftFlank { get; }
Property Value
Type | Description |
---|---|
System.Double |
ToothRootStressGearBRightFlank
Measurement: Stress
Declaration
public double ToothRootStressGearBRightFlank { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>