Class ManufacturingProcessControls
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.CutterSimulation
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ManufacturingProcessControls : APIBase, IEquatable<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>