Class GearRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearRating
Implements
System.IEquatable <APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearRating : AbstractGearRating, IEquatable<APIBase>
Properties
BendingSafetyFactorResults
Declaration
public SafetyFactorItem BendingSafetyFactorResults { get; }
Property Value
Type | Description |
---|---|
Safety |
ContactSafetyFactorResults
Declaration
public SafetyFactorItem ContactSafetyFactorResults { get; }
Property Value
Type | Description |
---|---|
Safety |
StaticSafetyFactor
Declaration
public BendingAndContactReportingObject StaticSafetyFactor { get; }
Property Value
Type | Description |
---|---|
Bending |
Implements
System.IEquatable<T>