Class ConicalManufacturingSGMControlParameters
Inheritance
System.Object
ConicalManufacturingSGMControlParameters
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel.ControlParameters
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class ConicalManufacturingSGMControlParameters : ConicalGearManufacturingControlParameters, IEquatable<APIBase>
Properties
DeltaGamma
Declaration
public double DeltaGamma { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
ProfileMismatchFactor
Declaration
public double ProfileMismatchFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
WorkHeadOffsetChange
Declaration
public double WorkHeadOffsetChange { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>