Class RoughCutterCreationSettings
Inheritance
System.Object
RoughCutterCreationSettings
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RoughCutterCreationSettings : APIBase, IEquatable<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
Declaration
public ManufacturingOperationConstraints FinishToolClearances { get; }
Property Value
RoughThicknessUsedToGenerateCutter
Declaration
public TolerancedMetalMeasurements RoughThicknessUsedToGenerateCutter { get; set; }
Property Value
Declaration
public ManufacturingOperationConstraints RoughToolClearances { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods