Class ConicalWheelManufacturingConfig
Inheritance
System.Object
ConicalWheelManufacturingConfig
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConicalWheelManufacturingConfig : ConicalGearManufacturingConfig, IEquatable<APIBase>
Properties
SpecifiedCradleStyleMachineSettings
Declaration
public CradleStyleConicalMachineSettingsGenerated SpecifiedCradleStyleMachineSettings { get; }
Property Value
SpecifiedMachineSettings
Declaration
public BasicConicalGearMachineSettings SpecifiedMachineSettings { get; }
Property Value
UseCutterTilt
Declaration
public bool UseCutterTilt { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
WheelFinishCutter
Declaration
public WheelFinishCutter WheelFinishCutter { get; }
Property Value
WheelFinishManufacturingMachine
Declaration
public DatabaseWithSelectedItem WheelFinishManufacturingMachine { get; set; }
Property Value
WheelRoughCutter
Declaration
public WheelRoughCutter WheelRoughCutter { get; }
Property Value
WheelRoughManufacturingMachine
Declaration
public DatabaseWithSelectedItem WheelRoughManufacturingMachine { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods