Class ManufacturingOperationConstraints
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.CutterSimulation
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ManufacturingOperationConstraints : APIBase, IEquatable<APIBase>
Properties
GearRootClearanceFactor
Declaration
public double GearRootClearanceFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
GearTipClearanceFactor
Declaration
public double GearTipClearanceFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>