Class GearMeshAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMeshAdvancedTimeSteppingAnalysisForModulation
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedTimeSteppingAnalysesForModulation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearMeshAdvancedTimeSteppingAnalysisForModulation : InterMountableComponentConnectionAdvancedTimeSteppingAnalysisForModulation, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public GearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
GearMesh |
NumberOfTeethPassed
Determines the number of teeth passed in the Advanced System Deflection and Advanced Time Stepping Analysis for Modulation for this gear mesh. If the Power Flow has not been run this will show 'Unknown' as the speed of the component has not yet been calculated, the Power Flow will automatically be run if a value is entered.
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>