Class SpiralBevelGearMeshRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpiralBevelGearMeshRating
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 SpiralBevelGearMeshRating : BevelGearMeshRating, IEquatable<APIBase>
Properties
SpiralBevelGearMesh
Declaration
public SpiralBevelGearMeshDesign SpiralBevelGearMesh { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearMeshDesign |
SpiralBevelGearRatings
Declaration
public ReadOnlyCollection<SpiralBevelGearRating> SpiralBevelGearRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearRating> |
Implements
System.IEquatable<T>