Class ConicalGearMeshRating
Inheritance
System.Object
ConicalGearMeshRating
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Rating.Conical
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ConicalGearMeshRating : GearMeshRating, IEquatable<APIBase>
Properties
ConicalMeshLoadCase
Declaration
public ConicalMeshLoadCase ConicalMeshLoadCase { get; }
Property Value
Type | Description |
---|---|
ConicalMeshLoadCase |
MeshedGears
Declaration
public ReadOnlyCollection<ConicalMeshedGearRating> MeshedGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConicalMeshedGearRating> |
MeshLoadCase
Declaration
[Obsolete("Use ConicalMeshLoadCase")]
public ConicalMeshLoadCase MeshLoadCase { get; }
Property Value
Type | Description |
---|---|
ConicalMeshLoadCase |
Implements
System.IEquatable<T>