Class ManufacturingProcessControls
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ManufacturingProcessControls
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.CutterSimulation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ManufacturingProcessControls : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ToothThicknessSpecificationComplianceChecked
Machine settings are verified by measurement of the tooth thickness of the cut part. Without this verification, cutter tolerances can cause the part tooth thickness to violate the specified limits.
Declaration
public bool ToothThicknessSpecificationComplianceChecked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>