Class GearManufacturingConfigSetupViewModel
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearManufacturingConfigSetupViewModel
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GearManufacturingConfigSetupViewModel : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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
Type | Description |
---|---|
EnumWithSelectedValue<CylindricalMftFinishingMethods> |
GearName
Declaration
public string GearName { get; }
Property Value
Type | Description |
---|---|
System.String |
RoughingMethod
Declaration
public EnumWithSelectedValue<CylindricalMftRoughingMethods> RoughingMethod { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<CylindricalMftRoughingMethods> |
RoughPressureAngle
Measurement: Angle
Declaration
public Overridable<double> RoughPressureAngle { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
UseAsDesignModeGeometry
Declaration
public bool UseAsDesignModeGeometry { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>