Class HobManufactureError
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HobManufactureError
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.HobbingProcessSimulationNew
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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>