Class SurfaceRoughness
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SurfaceRoughness
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SurfaceRoughness : IndependentReportablePropertiesBase<SurfaceRoughness>, IEquatable<APIBase>
Properties
FilletRoughnessRz
Measurement: VeryShortLength
Declaration
public double FilletRoughnessRz { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FlankRoughnessInCLA
Centre Line Average roughness. Used when calculating the coefficient of friction according to O'Donoghue& Cameron.
Measurement: VeryShortLength
Declaration
public Overridable<double> FlankRoughnessInCLA { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
FlankRoughnessInRMS
Root Mean Square roughness. Used when calculating the coefficient of friction according to Benedict& Kelley and ISO-TC60.
Measurement: VeryShortLength
Declaration
public Overridable<double> FlankRoughnessInRMS { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
FlankRoughnessRa
Measurement: VeryShortLength
Declaration
public double FlankRoughnessRa { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FlankRoughnessRz
Measurement: VeryShortLength
Declaration
public double FlankRoughnessRz { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IsFlankRoughnessInRaEstimated
Declaration
public bool IsFlankRoughnessInRaEstimated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFlankRoughnessInRzEstimated
Declaration
public bool IsFlankRoughnessInRzEstimated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>