Class SurfaceRoughness
Inheritance
System.Object
SurfaceRoughness
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SurfaceRoughness : IndependentReportablePropertiesBase<SurfaceRoughness>, IEquatable<APIBase>
Properties
FilletRoughnessRz
Declaration
public double FilletRoughnessRz { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
FlankRoughnessInCLA
Declaration
public Overridable<double> FlankRoughnessInCLA { get; set; }
Property Value
FlankRoughnessInRMS
Declaration
public Overridable<double> FlankRoughnessInRMS { get; set; }
Property Value
FlankRoughnessRa
Declaration
public double FlankRoughnessRa { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
FlankRoughnessRz
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>
Extension Methods