Class HypoidGearSetRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HypoidGearSetRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Hypoid
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class HypoidGearSetRating : AGMAGleasonConicalGearSetRating, IEquatable<APIBase>
Properties
HypoidGearRatings
Declaration
public ReadOnlyCollection<HypoidGearRating> HypoidGearRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearRating> |
HypoidGearSet
Declaration
public HypoidGearSetDesign HypoidGearSet { get; }
Property Value
Type | Description |
---|---|
HypoidGearSetDesign |
HypoidMeshRatings
Declaration
public ReadOnlyCollection<HypoidGearMeshRating> HypoidMeshRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearMeshRating> |
Rating
Declaration
public override string Rating { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
SizeFactorBending
Declaration
public Overridable<double> SizeFactorBending { get; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
SizeFactorContact
Declaration
public Overridable<double> SizeFactorContact { get; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>