Class GearMeshAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
GearMeshAdvancedTimeSteppingAnalysisForModulation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedTimeSteppingAnalysesForModulation
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class GearMeshAdvancedTimeSteppingAnalysisForModulation : InterMountableComponentConnectionAdvancedTimeSteppingAnalysisForModulation, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public GearMesh ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| GearMesh |
NumberOfTeethPassed
Declaration
public double NumberOfTeethPassed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
SystemDeflectionResults
Declaration
public GearMeshSystemDeflection SystemDeflectionResults { get; }
Property Value
| Type | Description |
|---|---|
| GearMeshSystemDeflection |
Implements
System.IEquatable<T>