Class ConicalGearMeshRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalGearMeshRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Conical
Assembly: SMT.MastaAPI.13.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> |
Implements
System.IEquatable<T>