Class FinishStockSpecification
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FinishStockSpecification
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical.ThicknessStockAndBacklash
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FinishStockSpecification : RelativeValuesSpecification<FinishStockSpecification>, IEquatable<APIBase>
Properties
FinishStockRoughThicknessSpecificationMethod
Possible Choices
Declaration
public FinishStockType FinishStockRoughThicknessSpecificationMethod { get; set; }
Property Value
Type | Description |
---|---|
FinishStockType |
Normal
Declaration
public TolerancedValueSpecification<FinishStockSpecification> Normal { get; }
Property Value
Type | Description |
---|---|
TolerancedValueSpecification<FinishStockSpecification> |
TangentToReferenceCircle
This is the machining allowance on a flank measured normal to the involute tooth surface at the reference circle, in the normal plane.
Declaration
public TolerancedValueSpecification<FinishStockSpecification> TangentToReferenceCircle { get; }
Property Value
Type | Description |
---|---|
TolerancedValueSpecification<FinishStockSpecification> |
Implements
System.IEquatable<T>