Class StraightBevelGearSetRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelGearSetRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.StraightBevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StraightBevelGearSetRating : BevelGearSetRating, IEquatable<APIBase>
Properties
StraightBevelGearRatings
Declaration
public ReadOnlyCollection<StraightBevelGearRating> StraightBevelGearRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearRating> |
StraightBevelGearSet
Declaration
public StraightBevelGearSetDesign StraightBevelGearSet { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSetDesign |
StraightBevelMeshRatings
Declaration
public ReadOnlyCollection<StraightBevelGearMeshRating> StraightBevelMeshRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshRating> |
Implements
System.IEquatable<T>