Class SpiralBevelGearSetRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpiralBevelGearSetRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.SpiralBevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SpiralBevelGearSetRating : BevelGearSetRating, IEquatable<APIBase>
Properties
SpiralBevelGearRatings
Declaration
public ReadOnlyCollection<SpiralBevelGearRating> SpiralBevelGearRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearRating> |
SpiralBevelGearSet
Declaration
public SpiralBevelGearSetDesign SpiralBevelGearSet { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearSetDesign |
SpiralBevelMeshRatings
Declaration
public ReadOnlyCollection<SpiralBevelGearMeshRating> SpiralBevelMeshRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearMeshRating> |
Implements
System.IEquatable<T>