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