Class GearManufacturingConfigSetupViewModel
Inheritance
System.Object
GearManufacturingConfigSetupViewModel
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class GearManufacturingConfigSetupViewModel : APIBase, IEquatable<APIBase>
Properties
CreateNewSuitableCutters
Declaration
public bool CreateNewSuitableCutters { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FinishingMethod
Declaration
public EnumWithSelectedValue<CylindricalMftFinishingMethods> FinishingMethod { get; set; }
Property Value
GearName
Declaration
public string GearName { get; }
Property Value
Type |
Description |
System.String |
|
RoughingMethod
Declaration
public EnumWithSelectedValue<CylindricalMftRoughingMethods> RoughingMethod { get; set; }
Property Value
RoughPressureAngle
Declaration
public Overridable<double> RoughPressureAngle { get; set; }
Property Value
UseAsDesignModeGeometry
Declaration
public bool UseAsDesignModeGeometry { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods