Class BendingAndContactReportingObject
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Rating
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BendingAndContactReportingObject : APIBase, IEquatable<APIBase>
Properties
Bending
Measurement: SafetyFactor
Declaration
public double Bending { get; }
Property Value
Type | Description |
---|---|
System.Double |
Contact
Measurement: SafetyFactor
Declaration
public double Contact { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>