Class HobManufactureError
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.HobbingProcessSimulationNew
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class HobManufactureError : RackManufactureError, IEquatable<APIBase>
Properties
TotalReliefVariation
Measurement: VeryShortLength
Declaration
public double TotalReliefVariation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
UseSinCurveForTopRelief
Declaration
public bool UseSinCurveForTopRelief { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>