Class HobbingProcessSimulationInput
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HobbingProcessSimulationInput
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 HobbingProcessSimulationInput : ProcessSimulationInput, IEquatable<APIBase>
Properties
HobManufactureError
Declaration
public HobManufactureError HobManufactureError { get; }
Property Value
Type | Description |
---|---|
HobManufactureError |
HobResharpeningError
Declaration
public HobResharpeningError HobResharpeningError { get; }
Property Value
Type | Description |
---|---|
HobResharpeningError |
ProcessMethod
Declaration
public EnumWithSelectedValue<ActiveProcessMethod> ProcessMethod { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<ActiveProcessMethod> |
Implements
System.IEquatable<T>