Class PinionRoughMachineSetting
Inheritance
System.Object
PinionRoughMachineSetting
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PinionRoughMachineSetting : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AbsoluteIncrementInMachineCentreToBack
Declaration
public double AbsoluteIncrementInMachineCentreToBack { get; }
Property Value
| Type |
Description |
| System.Double |
|
BlankOffset
Declaration
public double BlankOffset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ConeDistanceOfReferencePoint
Declaration
public double ConeDistanceOfReferencePoint { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
GearSet
Declaration
public ConicalGearSetDesign GearSet { get; }
Property Value
HeightOfReferencePoint
Declaration
public double HeightOfReferencePoint { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
IncrementOfPinionWorkpieceMountingDistance
Declaration
public double IncrementOfPinionWorkpieceMountingDistance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumAllowedFinishStock
Declaration
public double MinimumAllowedFinishStock { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PinionConfig
Declaration
public ConicalPinionManufacturingConfig PinionConfig { get; }
Property Value
SpiralAngleAtReferencePoint
Declaration
public double SpiralAngleAtReferencePoint { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods