Class ConceptGearRating
Inheritance
System.Object
ConceptGearRating
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Rating.Concept
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConceptGearRating : GearRating, IEquatable<APIBase>
Properties
ConcaveFlankRating
Declaration
public GearFlankRating ConcaveFlankRating { get; }
Property Value
Type | Description |
---|---|
GearFlankRating |
ConceptGear
Declaration
public ConceptGearDesign ConceptGear { get; }
Property Value
Type | Description |
---|---|
ConceptGearDesign |
ConvexFlankRating
Declaration
public GearFlankRating ConvexFlankRating { get; }
Property Value
Type | Description |
---|---|
GearFlankRating |
Implements
System.IEquatable<T>