Class RoughCutterCreationSettings
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RoughCutterCreationSettings
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.Cutters
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RoughCutterCreationSettings : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FinishThicknessUsedToGenerateCutter
Features, such as a chamfer, that are generated by the roughing process, are specified for this finished thickness.
Declaration
public TolerancedMetalMeasurements FinishThicknessUsedToGenerateCutter { get; set; }
Property Value
Type | Description |
---|---|
TolerancedMetalMeasurements |
FinishToolClearances
Declaration
public ManufacturingOperationConstraints FinishToolClearances { get; }
Property Value
Type | Description |
---|---|
ManufacturingOperationConstraints |
RoughThicknessUsedToGenerateCutter
Declaration
public TolerancedMetalMeasurements RoughThicknessUsedToGenerateCutter { get; set; }
Property Value
Type | Description |
---|---|
TolerancedMetalMeasurements |
RoughToolClearances
Declaration
public ManufacturingOperationConstraints RoughToolClearances { get; }
Property Value
Type | Description |
---|---|
ManufacturingOperationConstraints |
Implements
System.IEquatable<T>